* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}::-webkit-scrollbar {
    width: thin;
}::-webkit-scrollbar-button {
    background: rgb(110,110,185);
    border-radius: 1px;
    height: 6px;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    background: rgb(194,161,212,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(215,205,228);
    border-radius: 18.9vw;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 5px -2px 7px 3px rgba(0, 0, 0, 0.5);
    background: rgb(110,110,185);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 0px 3px 0px -1px rgba(0, 0, 0, 0.5);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(215,205,228) rgb(194,161,212);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 5px;
}::-webkit-scrollbar-thumb {
    background: rgb(110,110,185,0.5);
}}

.main_head_Vyqi {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.referral_prog_TozQ {
    flex: 0 0 auto;
}.wrap-structure_GNmW {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}.container {
    width: 1259px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_chamber_ijlc {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    padding: 40px;
    background-color: rgb(215,205,228);
}.secure_chamber_ijlc h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(194,161,212);
    font-size: 41px;
    font-weight: 700;
    color: rgb(194,161,212);
}.secure_chamber_ijlc h2 {
    color: rgb(110,110,185);
    font-weight: 600;
    font-size: 33px;
    margin-top: 30px;
    margin-bottom: 15px;
}.secure_chamber_ijlc h3,
.secure_chamber_ijlc h4,
.secure_chamber_ijlc h5,
.secure_chamber_ijlc h6 {
    margin-bottom: 10px;
    margin-top: 25px;
    color: rgb(194,161,212);
    font-weight: 400;
}.secure_chamber_ijlc h3 {
    font-size: calc(21px - 0.2rem);
}.secure_chamber_ijlc h4 {
    font-size: 21px;
}.secure_chamber_ijlc h5 {
    font-size: calc(21px - 0.2rem);
}.secure_chamber_ijlc h6 {
    font-size: 22px;
}.secure_chamber_ijlc ul {
    padding-left: 20px;
    margin-top: 10px;
    list-style-type: disc;
}.secure_chamber_ijlc ol {
    margin-top: 10px;
    list-style-type: decimal;
    padding-left: 20px;
}.secure_chamber_ijlc li {
    line-height: 1.5;
    margin-bottom: 10px;
}.secure_chamber_ijlc div {
    margin-bottom: 20px;
}.secure_chamber_ijlc p {
    margin-bottom: 20px;
    font-size: 18px;
}.secure_chamber_ijlc span {
    font-weight: 600;
    color: rgb(194,161,212);
}
@media only screen and (max-width: 800px) {.secure_chamber_ijlc {
    border-radius: 10px;
    padding: 20px;
}.secure_chamber_ijlc h1 {
    font-size: calc(21px - 0.5rem);
}.secure_chamber_ijlc h2 {
    font-size: calc(21px - 0.4rem);
}.secure_chamber_ijlc p {
    font-size: calc(18px - 0.2rem);
}}
.secure_chamber_ijlc::before {
    margin-bottom: 20px;
    width: 50px;
    height: 5px;
    display: block;
    background-color: rgb(194,161,212);
    border-radius: 10px;
    content: '';
}.secure_chamber_ijlc ul li::marker,
.secure_chamber_ijlc ol li::marker {
    color: rgb(110,110,185);
    font-weight: 700;
}.secure_chamber_ijlc h2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(194,161,212), rgb(110,110,185));
}.secure_chamber_ijlc section {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 40px 0;
    padding-top: 20px;
}.user_testimonials_Nqgs {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgba(0, 0, 0, 0.5) 100%);
    perspective: 1000px;
    padding: 6rem 0;
}.user_testimonials_Nqgs::before {
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    background: repeating-linear-gradient(
    45deg,
    rgb(194,161,212,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(194,161,212,0.5) 12px
  );
    opacity: 0.05;
    height: 100%;
    top: 0;
    width: 100%;
}.user_testimonials_Nqgs::after {
    top: -50%;
    background: radial-gradient(circle, rgb(110,110,185,0.5) 0%, transparent 70%);
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    transform: translateZ(-10px);
    right: -50%;
    content: "";
}.user_testimonials_Nqgs h2 {
    transform: translateZ(10px);
    color: #000000;
    font-weight: 700;
    margin-bottom: 3.5rem;
    font-size: calc(36px * 1.1);
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
}.user_testimonials_Nqgs h2::after {
    bottom: -1rem;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,161,212), rgb(110,110,185));
    left: 50%;
    transform: translateX(-50%) skewX(-15deg);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    content: "";
    height: 4px;
}.user_testimonials_Nqgs .container.training_experts_dwMx {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    transform-style: preserve-3d;
}.user_testimonials_Nqgs .opinion_spot_FprJ {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 2.5rem;
}.user_testimonials_Nqgs .testimonials_hub_lbeI {
    display: flex;
    flex-direction: column;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
    background: #ffffff;
}.user_testimonials_Nqgs .testimonials_hub_lbeI::before {
    content: "";
    transform-origin: left center;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(194,161,212), rgb(110,110,185));
    height: 5px;
}.user_testimonials_Nqgs .testimonials_hub_lbeI:hover {
    transform: translateY(-10px) translateZ(20px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
}.user_testimonials_Nqgs .testimonials_hub_lbeI:hover::before {
    transform: scaleX(1);
}.user_testimonials_Nqgs .testimonials_hub_lbeI h3 {
    font-weight: 600;
    color: #000000;
    transform: translateZ(5px);
    position: relative;
    font-size: calc(19px * 1.1);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}.user_testimonials_Nqgs .testimonials_hub_lbeI h3::after {
    height: 2px;
    position: absolute;
    left: 0;
    width: 40px;
    background: rgb(194,161,212,0.5);
    content: "";
    bottom: 0;
}.user_testimonials_Nqgs .testimonials_hub_lbeI p.description {
    position: relative;
    font-weight: 400;
    z-index: 1;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
}.user_testimonials_Nqgs .testimonials_hub_lbeI p.description::before {
    font-size: 8rem;
    color: rgb(110,110,185,0.5);
    content: "";
    z-index: -1;
    left: -1rem;
    opacity: 0.08;
    font-family: serif;
    line-height: 1;
    top: -1.5rem;
    position: absolute;
}.user_testimonials_Nqgs .testimonials_hub_lbeI div {
    transition: transform 0.3s ease;
    transform: translateZ(5px);
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 60px;
}.user_testimonials_Nqgs .testimonials_hub_lbeI:hover div {
    transform: translateZ(15px) scale(1.05);
}.user_testimonials_Nqgs .testimonials_hub_lbeI div::after {
    background: linear-gradient(45deg, transparent 40%, rgb(194,161,212,0.5) 100%);
    pointer-events: none;
    opacity: 0.2;
    inset: 0;
    position: absolute;
    content: "";
}.user_testimonials_Nqgs .testimonials_hub_lbeI div img {
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}.user_testimonials_Nqgs .testimonials_hub_lbeI:hover div img {
    transform: scale(1.1);
}.user_testimonials_Nqgs .testimonials_hub_lbeI:nth-child(even) {
    transform: translateZ(5px) rotateZ(0.5deg);
}.user_testimonials_Nqgs .testimonials_hub_lbeI:nth-child(odd) {
    transform: translateZ(5px) rotateZ(-0.5deg);
}.user_testimonials_Nqgs .testimonials_hub_lbeI:nth-child(even):hover {
    transform: translateY(-10px) translateZ(25px) rotateX(2deg) rotateZ(0.2deg);
}.user_testimonials_Nqgs .testimonials_hub_lbeI:nth-child(odd):hover {
    transform: translateY(-10px) translateZ(25px) rotateX(2deg) rotateZ(-0.2deg);
}

@media (min-width: 992px) {.user_testimonials_Nqgs .opinion_spot_FprJ {
    grid-template-columns: repeat(3, 1fr);
}.user_testimonials_Nqgs h2 {
    margin-bottom: 4rem;
    font-size: calc(36px * 1.2);
}.user_testimonials_Nqgs .testimonials_hub_lbeI {
    padding: 2.5rem;
}
}

@media (min-width: 768px) and (max-width: 991px) {.user_testimonials_Nqgs .opinion_spot_FprJ {
    grid-template-columns: repeat(2, 1fr);
}.user_testimonials_Nqgs {
    padding: 5rem 0;
}.user_testimonials_Nqgs h2 {
    margin-bottom: 3rem;
}
}

@media (max-width: 767px) {.user_testimonials_Nqgs {
    padding: 4rem 0;
}.user_testimonials_Nqgs .opinion_spot_FprJ {
    gap: 2rem;
    grid-template-columns: 1fr;
}.user_testimonials_Nqgs h2 {
    font-size: calc(36px * 1);
    margin-bottom: 2.5rem;
}.user_testimonials_Nqgs .testimonials_hub_lbeI {
    padding: 1.5rem;
}.user_testimonials_Nqgs .testimonials_hub_lbeI:hover {
    transform: translateY(-5px) translateZ(10px);
}.user_testimonials_Nqgs .testimonials_hub_lbeI:nth-child(even):hover,
  .user_testimonials_Nqgs .testimonials_hub_lbeI:nth-child(odd):hover {
    transform: translateY(-5px) translateZ(15px);
}.user_testimonials_Nqgs .testimonials_hub_lbeI h3 {
    font-size: 19px;
}
}

@media (max-width: 480px) {.user_testimonials_Nqgs {
    padding: 3rem 0;
}.user_testimonials_Nqgs h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 2rem;
}.user_testimonials_Nqgs .testimonials_hub_lbeI {
    padding: 1.25rem;
}.user_testimonials_Nqgs .testimonials_hub_lbeI p.description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.user_testimonials_Nqgs .testimonials_hub_lbeI div {
    height: 50px;
    width: 50px;
}}.ty_note_ZJGe {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(110,110,185,0.5), rgb(194,161,212,0.5));
    position: relative;
}.ty_note_ZJGe::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    pointer-events: none;
}.ty_note_ZJGe::after {
    left: 0;
    animation: shimmer 4s infinite ease-in-out;
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,110,185) 25%, 
        rgb(194,161,212) 75%, 
        transparent 100%);
    bottom: -5px;
    width: 100%;
    height: 10px;
    opacity: 0.7;
    content: "";
}.ty_note_ZJGe .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    position: relative;
}.ty_note_ZJGe .training_experts_dwMx {
    transition: transform 0.5s ease-out;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    padding: 4rem 3rem;
    transform-style: preserve-3d;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}.ty_note_ZJGe .training_experts_dwMx::before {
    height: 200px;
    filter: blur(20px);
    width: 200px;
    animation: float 8s infinite ease-in-out;
    opacity: 0.7;
    right: -10%;
    z-index: -1;
    top: -10%;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, 
        rgb(194,161,212,0.5) 0%, 
        transparent 70%);
}.ty_note_ZJGe .training_experts_dwMx:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
}.ty_note_ZJGe .training_experts_dwMx > div:first-child {
    animation: fadeSlideUp 0.8s ease-out;
    margin-bottom: 2rem;
    position: relative;
    opacity: 1;
    transform: translateY(0);
}.ty_note_ZJGe .training_experts_dwMx > div:last-child {
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    opacity: 1;
    transform: translateY(0);
    position: relative;
}.ty_note_ZJGe h5 {
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 1rem;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 22px;
    color: rgb(194,161,212);
}.ty_note_ZJGe h5::after {
    position: absolute;
    transform: scaleX(0);
    left: 0;
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(110,110,185), transparent);
    height: 3px;
    transform-origin: left;
    content: "";
    border-radius: 2px;
}.ty_note_ZJGe a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}.ty_note_ZJGe a:hover p {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: rgb(194,161,212);
    transform: translateY(-3px);
}.ty_note_ZJGe p {
    font-weight: 400;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative;
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

@keyframes shimmer {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(0%);
    }
    50% {
        opacity: 0.8;
        transform: translateX(2%);
    }
}

@media (max-width: 991px) {.ty_note_ZJGe {
    padding: 5rem 0;
}.ty_note_ZJGe .training_experts_dwMx {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.ty_note_ZJGe h5 {
    font-size: calc(22px * 0.95);
}.ty_note_ZJGe p {
    line-height: 1.7;
    font-size: calc(14px * 0.98);
}
}

@media (max-width: 767px) {.ty_note_ZJGe {
    padding: 4rem 0;
}.ty_note_ZJGe .training_experts_dwMx {
    padding: 2.5rem 2rem;
    transform: none;
}.ty_note_ZJGe .training_experts_dwMx::before {
    width: 150px;
    height: 150px;
}.ty_note_ZJGe h5 {
    font-size: calc(22px * 0.9);
}.ty_note_ZJGe h5::after {
    width: 50%;
}.ty_note_ZJGe p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.ty_note_ZJGe {
    padding: 3rem 0;
}.ty_note_ZJGe .container {
    width: 92%;
}.ty_note_ZJGe .training_experts_dwMx {
    padding: 2rem 1.5rem;
}.ty_note_ZJGe .training_experts_dwMx > div:first-child {
    margin-bottom: 1.5rem;
}.ty_note_ZJGe h5 {
    font-size: calc(22px * 0.85);
}.ty_note_ZJGe p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}header .top_mainwrap_iqbN {
    position: relative;
    overflow: hidden;
    background: rgb(215,205,228);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 100;
}header .top_mainwrap_iqbN::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(194,161,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(110,110,185,0.5) 0%, transparent 30%);
    content: "";
    opacity: 0.2;
}header .top_mainwrap_iqbN::after {
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 25%, rgb(194,161,212,0.5) 100%);
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    width: 40%;
    opacity: 0.1;
    z-index: -1;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .page_head_lypM {
    grid-template-columns: auto 1fr;
    gap: 3rem;
    display: grid;
    align-items: center;
}header .head_top_FKXv {
    position: relative;
    z-index: 2;
}header .site_start_XQxm {
    display: block;
    position: relative;
    z-index: 2;
}header .site_start_XQxm::before,
header .site_start_XQxm::after {
    z-index: -1;
    background: rgb(194,161,212,0.5);
    opacity: 0;
    content: "";
    position: absolute;
    transition: all 0.5s ease;
    border-radius: 50%;
}header .site_start_XQxm::before {
    height: 50px;
    left: -15px;
    width: 50px;
    top: -15px;
}header .site_start_XQxm::after {
    bottom: -5px;
    width: 25px;
    right: -10px;
    height: 25px;
    background: rgb(110,110,185,0.5);
}header .site_start_XQxm:hover::before,
header .site_start_XQxm:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .site_start_XQxm svg {
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    width: auto;
    transition: all 0.3s ease;
}header .site_start_XQxm:hover svg {
    transform: rotate(-5deg);
}header .top_skill_BtxS {
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 20px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    margin: 0;
    position: relative;
    background: linear-gradient(to right, transparent, #ffffff);
    display: flex;
    border-radius: 0 22px 22px 0;
}header .top_skill_BtxS::after {
    top: 0;
    background-size: 10px 10px;
    background-image: 
        linear-gradient(45deg, rgb(194,161,212,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(194,161,212,0.5) 50%, rgb(194,161,212,0.5) 75%, transparent 75%, transparent);
    content: "";
    height: 100%;
    animation: moveStripes 20s linear infinite;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
}header .head_prime_khmY {
    perspective: 800px;
    position: relative;
    margin: 5px 8px;
}header .head_prime_khmY::before {
    border-bottom: 5px solid transparent;
    left: -10px;
    height: 0;
    position: absolute;
    content: "";
    width: 0;
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
    border-top: 5px solid transparent;
    top: 50%;
    opacity: 0;
    border-left: 5px solid rgb(194,161,212);
}header .head_prime_khmY:hover::before {
    transform: translateY(-50%) scale(1);
    left: -15px;
    opacity: 1;
}header .head_prime_khmY a {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: transparent;
    color: #000000;
    border: 1px solid transparent;
    transform-style: preserve-3d;
    display: block;
}header .head_prime_khmY a::before {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    transform: translateZ(-1px);
    background: #ffffff;
    z-index: -1;
    content: "";
    position: absolute;
}header .head_prime_khmY a::after {
    transform: translateX(-50%);
    background: rgb(194,161,212);
    bottom: 0;
    content: "";
    left: 50%;
    width: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
}header .head_prime_khmY a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(194,161,212);
    border-color: rgb(194,161,212,0.5);
    transform: translateZ(20px);
}header .head_prime_khmY a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .page_head_lypM {
    justify-items: center;
    gap: 2rem;
    grid-template-columns: 1fr;
}header .top_skill_BtxS {
    border-radius: 22px;
    justify-content: center;
    background: #ffffff;
    clip-path: none;
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .head_prime_khmY {
    margin: 3px 5px;
}header .head_prime_khmY a {
    font-size: calc(18px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .top_skill_BtxS {
    padding: 15px;
    flex-direction: column;
    align-items: center;
}header .head_prime_khmY {
    width: 100%;
    margin: 3px 0;
}header .head_prime_khmY a {
    text-align: center;
    width: 100%;
}header .head_prime_khmY::before {
    display: none;
}header .site_start_XQxm svg {
    height: 40px;
}}.course_program_description_sTxW {
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgba(245, 245, 245, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.course_program_description_sTxW::before {
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(194,161,212,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(110,110,185,0.5) 0%, transparent 25%);
    left: 0;
    opacity: 0.1;
}.course_program_description_sTxW::after {
    border: 1px solid rgb(194,161,212,0.5);
    transform: rotate(15deg);
    right: -50px;
    height: 200px;
    width: 200px;
    opacity: 0.2;
    top: -50px;
    position: absolute;
    z-index: 1;
    content: "";
}.course_program_description_sTxW .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course_program_description_sTxW h2 {
    font-size: 36px;
    transform: translateX(-5px);
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    line-height: 1.4;
}.course_program_description_sTxW h2::after {
    transform-origin: left center;
    background: rgb(194,161,212);
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    left: 0;
    width: 80px;
    content: "";
    bottom: -15px;
    height: 3px;
}.course_program_description_sTxW h2:hover::after {
    transform: scaleX(1.5);
}.course_program_description_sTxW .future_skills_BRZr {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    position: relative;
}.course_program_description_sTxW .article_image_OpQo {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 350px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
}.course_program_description_sTxW .article_image_OpQo::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
}.course_program_description_sTxW .article_image_OpQo::after {
    mix-blend-mode: overlay;
    width: 120%;
    position: absolute;
    height: 120%;
    content: "";
    top: -10%;
    left: -10%;
    opacity: 0;
    background: rgb(194,161,212);
    transition: opacity 0.5s ease;
}.course_program_description_sTxW .article_image_OpQo:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_description_sTxW .article_image_OpQo:hover::after {
    opacity: 0.1;
}.course_program_description_sTxW .text_placeholder_iAQZ {
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateY(-5px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
}.course_program_description_sTxW .text_placeholder_iAQZ::before {
    height: 0;
    top: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 3px;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(194,161,212);
}.course_program_description_sTxW .text_placeholder_iAQZ:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.course_program_description_sTxW .text_placeholder_iAQZ:hover::before {
    height: 100%;
}.course_program_description_sTxW .description {
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    line-height: 1.8;
}.course_program_description_sTxW .description:last-child {
    margin-bottom: 0;
}.course_program_description_sTxW .description::before {
    position: absolute;
    width: 5px;
    border-radius: 50%;
    content: "";
    left: 0;
    opacity: 0.7;
    top: 0.7em;
    height: 5px;
    background: rgb(194,161,212);
}.course_program_description_sTxW .container:hover .description::before {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@media (min-width: 768px) {.course_program_description_sTxW {
    padding: 120px 0;
}.course_program_description_sTxW h2 {
    max-width: 85%;
    font-size: calc(36px * 1.1);
}.course_program_description_sTxW .future_skills_BRZr {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 60px;
}.course_program_description_sTxW .article_image_OpQo {
    height: 450px;
}.course_program_description_sTxW .text_placeholder_iAQZ {
    scrollbar-width: thin;
    overflow-y: auto;
    padding: 40px 50px;
    scrollbar-color: rgb(194,161,212,0.5) rgba(0,0,0,0.05);
    max-height: 450px;
}.course_program_description_sTxW .text_placeholder_iAQZ::-webkit-scrollbar {
    width: 6px;
}.course_program_description_sTxW .text_placeholder_iAQZ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.course_program_description_sTxW .text_placeholder_iAQZ::-webkit-scrollbar-thumb {
    background-color: rgb(194,161,212,0.5);
}
}

@media (min-width: 992px) {.course_program_description_sTxW {
    padding: 150px 0;
}.course_program_description_sTxW::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(194,161,212,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(110,110,185,0.5) 0%, transparent 35%);
}.course_program_description_sTxW h2 {
    transform: translateX(0);
    margin-left: 30px;
    max-width: 70%;
}.course_program_description_sTxW .future_skills_BRZr {
    gap: 80px;
}.course_program_description_sTxW .article_image_OpQo {
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
    height: 500px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
}.course_program_description_sTxW .article_image_OpQo:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_program_description_sTxW .text_placeholder_iAQZ {
    max-height: 500px;
    padding: 50px 60px;
    transform: translateY(0) translateX(20px);
}.course_program_description_sTxW .text_placeholder_iAQZ:hover {
    transform: translateY(0) translateX(0);
}.course_program_description_sTxW .description {
    font-size: calc(12px * 1.05);
    padding-left: 25px;
}.course_program_description_sTxW .description::before {
    width: 6px;
    height: 6px;
    left: 10px;
}
}

@media (min-width: 1200px) {.course_program_description_sTxW h2 {
    margin-left: 50px;
}.course_program_description_sTxW .future_skills_BRZr {
    gap: 100px;
}.course_program_description_sTxW .article_image_OpQo {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.course_program_description_sTxW .text_placeholder_iAQZ {
    transform: translateY(0) translateX(30px);
}
}

@media (max-width: 767px) {.course_program_description_sTxW {
    padding: 60px 0;
}.course_program_description_sTxW h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.course_program_description_sTxW h2::after {
    bottom: -10px;
    width: 60px;
}.course_program_description_sTxW .description {
    font-size: calc(12px * 0.95);
}.course_program_description_sTxW .article_image_OpQo {
    margin-bottom: 20px;
    height: 250px;
}.course_program_description_sTxW .text_placeholder_iAQZ {
    padding: 25px 20px;
}}.aspiring_learners_Epun {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    background: rgb(215,205,228);
}.aspiring_learners_Epun::before {
    top: -50%;
    position: absolute;
    right: -50%;
    background: rgb(194,161,212,0.5);
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    transform: rotate(35deg);
}.aspiring_learners_Epun::after {
    left: -50%;
    bottom: -50%;
    background: rgb(110,110,185,0.5);
    transform: rotate(-35deg);
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
}.aspiring_learners_Epun .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.aspiring_learners_Epun .training_experts_dwMx {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 60px 40px;
    border-radius: 13px;
    background: #ffffff;
    position: relative;
}.aspiring_learners_Epun .training_experts_dwMx::before {
    left: 0;
    position: absolute;
    height: 6px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(194,161,212), rgb(110,110,185));
    top: 0;
}.aspiring_learners_Epun .training_experts_dwMx::after {
    opacity: 0.5;
    top: 20px;
    right: 20px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    border: 2px solid rgb(194,161,212,0.5);
    position: absolute;
    height: 120px;
    width: 120px;
}.aspiring_learners_Epun h4 {
    color: #000000;
    margin-bottom: 50px;
    font-size: 34px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.aspiring_learners_Epun h4::before {
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: rgb(194,161,212);
    left: 50%;
    bottom: -20px;
    content: "";
}.aspiring_learners_Epun h4::after {
    left: 50%;
    border-radius: 10px;
    background: rgb(110,110,185,0.5);
    width: 80px;
    content: "";
    height: 4px;
    transform: translateX(-20px);
    bottom: -20px;
    position: absolute;
}.aspiring_learners_Epun div > div {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}.aspiring_learners_Epun div > div::before {
    height: 1px;
    position: absolute;
    top: 50%;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,110,185,0.5) 20%, 
        rgb(110,110,185,0.5) 80%, 
        transparent 100%);
}.aspiring_learners_Epun p {
    align-items: center;
    padding: 24px;
    background: #ffffff;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 10px;
    display: flex;
    position: relative;
    z-index: 1;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0;
}.aspiring_learners_Epun p::before {
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
    border-radius: 10px;
    height: 100%;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,205,228) 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
}.aspiring_learners_Epun p:hover {
    border-color: rgb(194,161,212,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.aspiring_learners_Epun p:hover::before {
    opacity: 1;
}.aspiring_learners_Epun p svg {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    margin-right: 18px;
}.aspiring_learners_Epun p svg path {
    fill: rgb(194,161,212);
    transition: fill 0.3s ease;
}.aspiring_learners_Epun p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.aspiring_learners_Epun p:hover svg path {
    fill: rgb(110,110,185);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.aspiring_learners_Epun .training_experts_dwMx::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.aspiring_learners_Epun .training_experts_dwMx > div p {
    opacity: 0;
    animation: fadeSlideIn 0.6s ease forwards;
}.aspiring_learners_Epun .training_experts_dwMx > div p:nth-child(1) {
    animation-delay: 0.1s;
}.aspiring_learners_Epun .training_experts_dwMx > div p:nth-child(2) {
    animation-delay: 0.3s;
}.aspiring_learners_Epun .training_experts_dwMx > div p:nth-child(3) {
    animation-delay: 0.5s;
}.aspiring_learners_Epun .training_experts_dwMx > div p:nth-child(4) {
    animation-delay: 0.7s;
}.aspiring_learners_Epun .training_experts_dwMx > div p:nth-child(5) {
    animation-delay: 0.9s;
}.aspiring_learners_Epun .training_experts_dwMx > div p:nth-child(6) {
    animation-delay: 1.1s;
}.aspiring_learners_Epun p::after {
    transition: all 0.4s ease;
    height: 30px;
    right: 10px;
    opacity: 0;
    content: "";
    border-radius: 50%;
    width: 30px;
    background: rgb(110,110,185,0.5);
    position: absolute;
    bottom: 10px;
    z-index: -1;
}.aspiring_learners_Epun p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.aspiring_learners_Epun {
    padding: 90px 0 80px;
}.aspiring_learners_Epun .training_experts_dwMx {
    padding: 50px 30px;
}.aspiring_learners_Epun h4 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.aspiring_learners_Epun div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.aspiring_learners_Epun p {
    padding: 20px;
}.aspiring_learners_Epun .training_experts_dwMx::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.aspiring_learners_Epun {
    padding: 80px 0 70px;
}.aspiring_learners_Epun .training_experts_dwMx {
    padding: 40px 25px;
}.aspiring_learners_Epun h4 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.aspiring_learners_Epun div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.aspiring_learners_Epun div > div::before {
    display: none;
}.aspiring_learners_Epun p {
    padding: 18px;
}.aspiring_learners_Epun p svg {
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.aspiring_learners_Epun .training_experts_dwMx::after {
    top: auto;
    height: 80px;
    right: auto;
    left: 20px;
    width: 80px;
    bottom: 20px;
}
}

@media (max-width: 576px) {.aspiring_learners_Epun {
    padding: 60px 0 50px;
}.aspiring_learners_Epun .training_experts_dwMx {
    padding: 35px 20px;
}.aspiring_learners_Epun h4 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.aspiring_learners_Epun h4::before {
    height: 3px;
    width: 30px;
}.aspiring_learners_Epun h4::after {
    width: 60px;
    height: 3px;
}.aspiring_learners_Epun p {
    font-size: calc(14px * 0.9);
    padding: 15px;
}.aspiring_learners_Epun p svg {
    width: 20px;
    margin-right: 12px;
    height: 20px;
}.aspiring_learners_Epun p:hover {
    transform: translateY(-5px) scale(1.01);
}.aspiring_learners_Epun .training_experts_dwMx::after {
    height: 60px;
    width: 60px;
}}.contacts_kons {
    position: relative;
    background: linear-gradient(145deg, rgb(215,205,228) 40%, rgb(110,110,185,0.5) 140%);
    padding: 80px 0;
    overflow: hidden;
}.contacts_kons::before {
    right: -20%;
    opacity: 0.4;
    height: 200%;
    top: -50%;
    width: 80%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(110,110,185,0.5) 0%, transparent 70%);
    content: "";
}.contacts_kons::after {
    background: linear-gradient(90deg, 
        rgb(194,161,212,0.5) 0%, 
        rgb(110,110,185,0.5) 25%, 
        rgb(194,161,212,0.5) 50%, 
        rgb(110,110,185,0.5) 75%, 
        rgb(194,161,212,0.5) 100%);
    width: 100%;
    bottom: -20px;
    left: 0;
    opacity: 0.2;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    content: "";
    height: 40px;
    position: absolute;
}.contacts_kons .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.contacts_kons .reach_us_HgEo {
    padding: 40px;
    border-radius: 26px;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(1deg);
    display: grid;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    gap: 30px;
}.contacts_kons .reach_us_HgEo:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0deg);
}.contacts_kons h3 {
    font-size: 37px;
    color: rgb(194,161,212);
    position: relative;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
}.contacts_kons h3::after {
    transform-origin: left;
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 0;
    animation: expandWidth 1s ease-out forwards;
    background: rgb(194,161,212);
    content: "";
}.contacts_kons p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px 0;
    color: #000000;
}.contacts_kons h5 {
    font-weight: 600;
    display: flex;
    color: #000000;
    font-size: 21px;
    gap: 10px;
    margin: 0 0 10px 0;
    align-items: center;
}.contacts_kons svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
}.contacts_kons svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,161,212);
}.contacts_kons .edu_askedu_Dsez {
    gap: 15px;
    display: flex;
    margin: 20px 0 0 0;
    list-style: none;
    flex-direction: column;
    padding: 0;
}.contacts_kons .edu_askedu_Dsez li {
    transition: transform 0.3s ease;
}.contacts_kons .edu_askedu_Dsez li:hover {
    transform: translateX(5px);
}.contacts_kons .help_desk_DWyu {
    padding: 10px 15px;
    display: flex;
    color: #000000;
    gap: 10px;
    align-items: center;
    background: linear-gradient(to right, rgb(215,205,228), transparent);
    border-radius: 10px;
    text-decoration: none;
    transform-origin: left;
    font-size: 18px;
    transition: all 0.3s ease;
}.contacts_kons .help_desk_DWyu:hover {
    background: linear-gradient(to right, rgb(215,205,228) 70%, transparent);
    color: rgb(194,161,212);
}.contacts_kons .help_desk_DWyu:hover svg {
    transform: scale(1.1);
}.contacts_kons .help_desk_DWyu:hover svg path {
    fill: rgb(110,110,185);
}

@keyframes pulse {
    0%, 100% { opacity: 0.4; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.6; transform: rotate(-15deg) scale(1.05); }
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@media (min-width: 768px) {.contacts_kons .reach_us_HgEo {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: 
            "title title"
            "description address"
            "links links";
    padding: 50px;
}.contacts_kons h3 {
    font-size: calc(37px * 1.1);
    grid-area: title;
}.contacts_kons .reach_us_HgEo > div:nth-child(2) {
    grid-area: description;
}.contacts_kons .reach_us_HgEo > div:nth-child(3) {
    grid-area: address;
}.contacts_kons .edu_askedu_Dsez {
    flex-wrap: wrap;
    grid-area: links;
    flex-direction: row;
    justify-content: space-between;
}.contacts_kons .edu_askedu_Dsez li {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media (min-width: 992px) {.contacts_kons {
    padding: 100px 0;
}.contacts_kons .reach_us_HgEo {
    padding: 60px;
    grid-template-columns: 3fr 2fr;
    gap: 40px;
}.contacts_kons h3 {
    font-size: calc(37px * 1.2);
}.contacts_kons h3::after {
    width: 100px;
}.contacts_kons .edu_askedu_Dsez li {
    flex: 0 0 calc(33.333% - 30px);
}
    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 100px; }
    }
}

@media (max-width: 767px) {.contacts_kons {
    padding: 60px 0;
}.contacts_kons .reach_us_HgEo {
    padding: 30px 20px;
}.contacts_kons h3 {
    font-size: calc(37px * 0.9);
}.contacts_kons h5 {
    font-size: calc(21px * 0.9);
}.contacts_kons .help_desk_DWyu {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.contacts_kons {
    padding: 40px 0;
}.contacts_kons .reach_us_HgEo {
    padding: 25px 15px;
}.contacts_kons h3 {
    font-size: calc(37px * 0.8);
}.contacts_kons svg {
    width: 20px;
    height: 20px;
}}.course_instructor_nWmo {
    position: relative;
    padding: 6rem 2rem;
    background-color: rgb(215,205,228);
    overflow: hidden;
}.course_instructor_nWmo::before {
    width: 40%;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(194,161,212,0.5));
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.course_instructor_nWmo .testimonials_hub_lbeI {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    position: relative;
}.course_instructor_nWmo .article_image_OpQo {
    border-radius: 0;
    width: 45%;
    box-shadow: 15px 15px 0 rgb(194,161,212,0.5);
    transform: rotate(-2deg);
    height: 480px;
    transition: all 0.5s ease;
    position: relative;
}.course_instructor_nWmo .career_projects_QoDF {
    justify-content: center;
    padding: 3rem 0 3rem 4rem;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 55%;
}.course_instructor_nWmo .career_projects_QoDF::before {
    width: 1px;
    left: 2.5rem;
    top: 0;
    background: linear-gradient(to bottom, rgb(110,110,185,0.5), transparent);
    height: 100%;
    position: absolute;
    content: "";
}.course_instructor_nWmo .name {
    color: #000000;
    line-height: 1.1;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: calc(48px * 1.2);
    position: relative;
}.course_instructor_nWmo .career_projects_QoDF > div:nth-child(2) {
    display: inline-block;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1.5rem;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    transform: translateX(-10px);
    background-color: rgb(110,110,185);
    border-radius: 10px;
    letter-spacing: 1px;
}.course_instructor_nWmo .exp_projects_RNQU {
    font-size: 18px;
    color: #000000;
    max-width: 90%;
    padding-left: 0;
    position: relative;
    line-height: 1.8;
}.course_instructor_nWmo .exp_projects_RNQU::before {
    position: absolute;
    content: "";
    height: 3px;
    top: -1.5rem;
    width: 60px;
    left: 0;
    background-color: rgb(194,161,212);
}.course_instructor_nWmo .testimonials_hub_lbeI:hover .article_image_OpQo {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(110,110,185);
}

@media (max-width: 992px) {.course_instructor_nWmo::before {
    background: linear-gradient(180deg, rgb(194,161,212,0.5), transparent);
    width: 100%;
    height: 40%;
    right: 0;
    top: 0;
}.course_instructor_nWmo .testimonials_hub_lbeI {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
}.course_instructor_nWmo .article_image_OpQo {
    height: 400px;
    width: 90%;
}.course_instructor_nWmo .career_projects_QoDF {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.course_instructor_nWmo .career_projects_QoDF::before {
    display: none;
}.course_instructor_nWmo .exp_projects_RNQU {
    max-width: 100%;
}
}

@media (max-width: 576px) {.course_instructor_nWmo {
    padding: 4rem 1rem;
}.course_instructor_nWmo .article_image_OpQo {
    height: 320px;
}.course_instructor_nWmo .name {
    font-size: 35px;
}.course_instructor_nWmo .career_projects_QoDF > div:nth-child(2) {
    font-size: 16px;
}.course_instructor_nWmo .exp_projects_RNQU {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.newsletter_signup_cHtu {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(194,161,212,0.5), rgb(110,110,185));
}.newsletter_signup_cHtu::before {
    z-index: 1;
    content: "";
    right: -100px;
    height: 300px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 15s infinite ease-in-out;
    width: 300px;
    top: -100px;
    position: absolute;
    background: rgb(194,161,212);
    transform: rotate(45deg);
    opacity: 0.1;
}.newsletter_signup_cHtu::after {
    opacity: 0.08;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(110,110,185);
    position: absolute;
    animation: morph 20s infinite alternate ease-in-out;
    height: 200px;
    left: -50px;
    bottom: -50px;
    width: 200px;
    z-index: 1;
    content: "";
}.newsletter_signup_cHtu .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.newsletter_signup_cHtu .training_experts_dwMx {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 0 rgba(255, 255, 255, 0.5) inset,
                0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
    transform-origin: center bottom;
    gap: 2rem;
    backdrop-filter: blur(5px);
}.newsletter_signup_cHtu .training_experts_dwMx:hover {
    transform: perspective(1000px) rotateX(0deg);
}.newsletter_signup_cHtu h4 {
    margin: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding-left: 1.5rem;
    transform: translateY(0);
    line-height: 1.4;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.newsletter_signup_cHtu h4::before {
    content: "";
    transition: transform 0.4s ease;
    width: 4px;
    background: rgb(194,161,212);
    top: 0.5rem;
    height: calc(100% - 1rem);
    left: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top;
}.newsletter_signup_cHtu .training_experts_dwMx:hover h4::before {
    transform: scaleY(1);
}.newsletter_signup_cHtu .training_experts_dwMx:hover h4 {
    transform: translateY(-5px);
}.newsletter_signup_cHtu .input_holder {
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    z-index: 2;
}.newsletter_signup_cHtu .input_holder span {
    flex: 1;
    min-width: 200px;
    position: relative;
}.newsletter_signup_cHtu .input_holder input[type="email"] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 12px;
    outline: none;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 1rem 1.5rem;
    background: #ffffff;
    transition: all 0.3s ease;
}.newsletter_signup_cHtu .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    border-color: rgb(194,161,212);
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb), 0.15);
}.newsletter_signup_cHtu .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.newsletter_signup_cHtu .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
    transform: translateX(5px);
}.newsletter_signup_cHtu .input_holder .updates_fieldset_psyJ {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 14px;
    font-family: Arial, sans-serif;
    background: rgb(194,161,212);
    z-index: 1;
    border: none;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    padding: 1rem 1.5rem;
    position: relative;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.newsletter_signup_cHtu .input_holder .updates_fieldset_psyJ::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    z-index: -1;
    top: 0;
}.newsletter_signup_cHtu .input_holder .updates_fieldset_psyJ:hover {
    transform: translateY(-3px);
    background: rgb(194,161,212);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
}.newsletter_signup_cHtu .input_holder .updates_fieldset_psyJ:hover::before {
    left: 100%;
}.newsletter_signup_cHtu .input_holder .updates_fieldset_psyJ:active {
    transform: translateY(0);
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes morph {
    0%, 100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    75% {
        border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    }
}

@media screen and (min-width: 768px) {.newsletter_signup_cHtu {
    padding: 5rem 3rem;
}.newsletter_signup_cHtu .training_experts_dwMx {
    border-radius: 10px;
    flex-direction: row;
    gap: 3rem;
    padding: 3rem;
    align-items: center;
}.newsletter_signup_cHtu h4 {
    padding-left: 2rem;
    font-size: calc(23px * 1.1);
    flex: 1;
}.newsletter_signup_cHtu h4::before {
    width: 6px;
}.newsletter_signup_cHtu .input_holder {
    margin-left: 1rem;
    flex: 1;
}
}

@media screen and (max-width: 767px) {.newsletter_signup_cHtu {
    padding: 3rem 1.5rem;
}.newsletter_signup_cHtu .training_experts_dwMx {
    padding: 1.5rem;
}.newsletter_signup_cHtu h4 {
    font-size: calc(23px * 0.9);
    padding-left: 0;
    padding-bottom: 1.5rem;
    text-align: center;
}.newsletter_signup_cHtu h4::before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 50px;
    height: 4px;
}.newsletter_signup_cHtu .training_experts_dwMx:hover h4::before {
    transform: translateX(-50%) scaleX(1);
}.newsletter_signup_cHtu .input_holder {
    flex-direction: column;
}.newsletter_signup_cHtu .input_holder span {
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.newsletter_signup_cHtu .training_experts_dwMx,
    .newsletter_signup_cHtu h4,
    .newsletter_signup_cHtu h4::before,
    .newsletter_signup_cHtu .input_holder input[type="email"],
    .newsletter_signup_cHtu .input_holder .updates_fieldset_psyJ,
    .newsletter_signup_cHtu .input_holder .updates_fieldset_psyJ::before {
    animation: none;
    transition: none;
}.newsletter_signup_cHtu::before,
    .newsletter_signup_cHtu::after {
    animation: none;
}}.title_board_MWjS {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    position: relative;
    min-height: 700px;
}.title_board_MWjS .edu_trackfast_MUXL {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}.title_board_MWjS .edu_trackfast_MUXL::before {
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.title_board_MWjS .fast_learning_BVIb {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 3rem;
    width: 90%;
    transition: transform 0.6s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}.title_board_MWjS .fast_learning_BVIb:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.title_board_MWjS .fast_learning_BVIb > div {
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.title_board_MWjS .fast_learning_BVIb > div:nth-child(1) {
    animation-delay: 0.2s;
}.title_board_MWjS .fast_learning_BVIb > div:nth-child(2) {
    animation-delay: 0.4s;
}.title_board_MWjS .fast_learning_BVIb > div:nth-child(3) {
    animation-delay: 0.6s;
}.title_board_MWjS p {
    letter-spacing: 1px;
    padding-left: 1.5rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5;
    position: relative;
    font-family: Arial, sans-serif;
}.title_board_MWjS p::before {
    top: 0.5rem;
    background: rgb(194,161,212);
    border-radius: 3px;
    position: absolute;
    content: "";
    width: 5px;
    left: 0;
    height: 75%;
}.title_board_MWjS .title_style_header {
    line-height: 1.2;
    -webkit-background-clip: text !important;
    font-weight: 700;
    transform: translateZ(0);
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 30%, rgb(110,110,185) 100%);
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin: 0 0 1.5rem;
    background-clip: text !important;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}.title_board_MWjS h3 {
    font-weight: 600;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    padding-left: 1rem;
    border-left: 3px solid rgb(110,110,185);
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    max-width: 800px;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.title_board_MWjS {
    height: auto;
    min-height: 550px;
}.title_board_MWjS .fast_learning_BVIb {
    width: 95%;
    padding: 2rem;
}
}

@media (max-width: 768px) {.title_board_MWjS {
    min-height: 450px;
}.title_board_MWjS .fast_learning_BVIb {
    padding: 1.5rem;
    transform: none;
}.title_board_MWjS .fast_learning_BVIb:hover {
    transform: translateY(-3px);
}.title_board_MWjS h3 {
    padding-left: 0.75rem;
}
}

@media (max-width: 576px) {.title_board_MWjS {
    min-height: 400px;
}.title_board_MWjS .fast_learning_BVIb {
    padding: 1.25rem;
}.title_board_MWjS p {
    padding-left: 1rem;
    margin-bottom: 1rem;
}.title_board_MWjS .title_style_header {
    margin-bottom: 1rem;
}.title_board_MWjS h3 {
    border-left: 2px solid rgb(110,110,185);
    padding-left: 0.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.title_board_MWjS .fast_learning_BVIb,
  .title_board_MWjS .fast_learning_BVIb:hover,
  .title_board_MWjS .fast_learning_BVIb > div {
    transform: none;
    transition: none;
    animation: none;
    opacity: 1;
}}.educational_yield_rfXj {
    perspective: 1000px;
    background: linear-gradient(120deg, rgb(215,205,228), #ffffff);
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}.educational_yield_rfXj::before {
    content: '';
    height: 400px;
    opacity: 0.6;
    width: 400px;
    border-radius: 50%;
    z-index: 1;
    filter: blur(100px);
    position: absolute;
    right: -100px;
    background: rgb(194,161,212,0.5);
    top: -100px;
}.educational_yield_rfXj::after {
    height: 300px;
    position: absolute;
    z-index: 1;
    background: rgb(110,110,185,0.5);
    bottom: -100px;
    width: 300px;
    border-radius: 50%;
    opacity: 0.5;
    left: -100px;
    filter: blur(80px);
    content: '';
}.educational_yield_rfXj .training_experts_dwMx {
    z-index: 2;
    max-width: 1300px;
    position: relative;
    display: flex;
    margin: 0 auto;
}.educational_yield_rfXj .article_image_OpQo {
    transform-style: preserve-3d;
    width: 42%;
    top: -5%;
    border-radius: 0 100px 100px 0;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    transform: rotateY(15deg);
    height: 110%;
    transition: transform 0.6s ease;
    left: -5%;
    position: absolute;
    z-index: 3;
}.educational_yield_rfXj .article_image_OpQo:hover {
    transform: rotateY(0deg);
}.educational_yield_rfXj .article_image_OpQo::before {
    border-radius: inherit;
    inset: 0;
    content: '';
    background: linear-gradient(135deg, rgb(194,161,212,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
}.educational_yield_rfXj .text_placeholder_iAQZ {
    width: 60%;
    padding-right: 20px;
    margin-left: auto;
    z-index: 4;
    position: relative;
}.educational_yield_rfXj h2 {
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    font-size: 36px;
    width: fit-content;
    border-bottom: 3px solid rgb(194,161,212);
    color: #000000;
    font-weight: 700;
}.educational_yield_rfXj h2::after {
    background: rgb(194,161,212);
    position: absolute;
    content: '';
    right: 0;
    width: 15px;
    border-radius: 50%;
    height: 15px;
    bottom: -9px;
}.educational_yield_rfXj .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    transform-style: preserve-3d;
    display: grid;
    gap: 30px;
}.educational_yield_rfXj .text_main_holder > div {
    transform: rotateY(-5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transition: all 0.4s ease;
    border-radius: 10px;
    transform-style: preserve-3d;
    z-index: 1;
    padding: 30px;
    gap: 15px;
    position: relative;
    background: #ffffff;
    display: flex;
}.educational_yield_rfXj .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}.educational_yield_rfXj .text_main_holder > div:hover {
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotateY(0) translateZ(20px);
}.educational_yield_rfXj .text_main_holder > div::before {
    opacity: 0;
    position: absolute;
    content: '';
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(194,161,212,0.5) 0%, transparent 80%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.4s ease;
}.educational_yield_rfXj .text_main_holder > div:hover::before {
    opacity: 1;
}.educational_yield_rfXj .text_main_holder svg {
    transform: translateZ(10px);
    width: 60px;
    transition: transform 0.4s ease;
    height: 60px;
}.educational_yield_rfXj .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}.educational_yield_rfXj .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(194,161,212);
}.educational_yield_rfXj .text_main_holder > div:hover svg path {
    fill: rgb(110,110,185);
}.educational_yield_rfXj .text_main_holder p {
    transition: transform 0.4s ease;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    margin: 0;
    transform: translateZ(5px);
}.educational_yield_rfXj .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

@media (max-width: 1200px) {.educational_yield_rfXj .article_image_OpQo {
    width: 35%;
}.educational_yield_rfXj .text_placeholder_iAQZ {
    width: 65%;
}
}

@media (max-width: 992px) {.educational_yield_rfXj {
    padding: 100px 0;
}.educational_yield_rfXj .training_experts_dwMx {
    padding: 0 20px;
    flex-direction: column;
}.educational_yield_rfXj .article_image_OpQo {
    left: 0;
    margin: 0 auto 50px;
    width: 90%;
    top: 0;
    height: 400px;
    transform: rotateY(0);
    position: relative;
    border-radius: 17px;
}.educational_yield_rfXj .text_placeholder_iAQZ {
    margin: 0;
    width: 100%;
    padding: 0;
}.educational_yield_rfXj .text_main_holder {
    grid-template-columns: 1fr;
}.educational_yield_rfXj .text_main_holder > div,
    .educational_yield_rfXj .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}

@media (max-width: 576px) {.educational_yield_rfXj {
    padding: 80px 0;
}.educational_yield_rfXj .article_image_OpQo {
    height: 300px;
}.educational_yield_rfXj h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 40px;
}.educational_yield_rfXj .text_main_holder > div {
    padding: 20px;
}.educational_yield_rfXj .text_main_holder svg {
    width: 50px;
    height: 50px;
}}.cookie_warning_message_cVyp {
    padding: 1rem 0;
    overflow: hidden;
    z-index: 90;
    bottom: 0;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    border-top: 3px solid rgb(194,161,212);
    background: rgb(215,205,228);
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
}#privacyTermsModal_isZG {
    display: none;
}#privacyTermsModal_isZG:checked ~ .cookie_warning_message_cVyp {
    visibility: hidden;
    opacity: 0;
}.cookie_warning_message_cVyp .container {
    position: relative;
    gap: 1rem;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1140px;
    align-items: center;
}.cookie_window_gVhj {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 1rem;
}.cookie_window_gVhj svg {
    height: 50px;
    fill: rgb(194,161,212);
    width: 50px;
}.cookie_confirm_zaoS {
    flex: 1;
    margin-bottom: 20px;
    min-width: 300px;
}.cookie_confirm_zaoS h5 {
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(194,161,212);
    margin-bottom: 0.5rem;
}.cookie_confirm_zaoS p {
    font-size: 1rem;
    color: #000000;
}.safe_cookies_ZusK {
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    border: none;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    background: rgb(194,161,212);
    border-radius: 10px;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}.cookie_button.cookie_overlay_XNdF {
    background: rgb(194,161,212);
}.cookie_button.data_agree_lQLK {
    background: #000000;
    margin-left: 0.5rem;
}.safe_cookies_ZusK:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.data_agree_lQLK:hover {
    background: rgb(194,161,212);
}.cookie_warning_message_cVyp p a {
    color: rgb(194,161,212);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookie_warning_message_cVyp p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_warning_message_cVyp .container {
    align-items: center;
    flex-direction: column;
}.cookie_window_gVhj {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookie_confirm_zaoS {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.data_agree_lQLK {
    margin-left: 0;
    margin-top: 0.5rem;
}}
.who_we_are_VHgl {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.who_we_are_VHgl::before {
    content: "";
    z-index: 1;
    backdrop-filter: blur(3px) saturate(120%);
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    width: 100%;
}.who_we_are_VHgl::after {
    height: 150px;
    opacity: 0.5;
    border: 2px solid rgb(110,110,185);
    top: -30px;
    transform: rotate(-15deg);
    z-index: 2;
    animation: float 20s infinite ease-in-out;
    right: -30px;
    width: 150px;
    border-radius: 10px;
    content: "";
    position: absolute;
}.who_we_are_VHgl .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    padding: 0 30px;
    position: relative;
}.who_we_are_VHgl .text_placeholder_iAQZ {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.92)
    );
    max-width: 85%;
    position: relative;
    margin-left: auto;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(194,161,212);
    backdrop-filter: blur(8px);
    padding: 60px 50px;
}.who_we_are_VHgl .text_placeholder_iAQZ:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are_VHgl .text_placeholder_iAQZ::before {
    position: absolute;
    width: 70px;
    left: -15px;
    border-left: 3px solid rgb(194,161,212);
    border-top: 3px solid rgb(194,161,212);
    top: -15px;
    height: 70px;
    content: "";
    z-index: -1;
}.who_we_are_VHgl .text_placeholder_iAQZ::after {
    border-right: 3px solid rgb(110,110,185);
    content: "";
    position: absolute;
    height: 70px;
    right: -15px;
    width: 70px;
    border-bottom: 3px solid rgb(110,110,185);
    z-index: -1;
    bottom: -15px;
}.who_we_are_VHgl h5 {
    color: rgb(194,161,212);
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 3px;
}.who_we_are_VHgl h5::after {
    position: absolute;
    height: 2px;
    transition: width 0.4s ease;
    bottom: 0;
    width: 60%;
    background: rgb(194,161,212);
    left: 0;
    content: "";
}.who_we_are_VHgl h5:hover::after {
    width: 100%;
}.who_we_are_VHgl p {
    font-weight: 400;
    font-size: calc(16px * 1.4);
    margin-bottom: 30px;
    color: #000000;
    line-height: 1.7;
}.who_we_are_VHgl p b {
    display: inline-block;
    transform: translateX(-10px);
    padding: 0 10px;
    font-size: calc(16px * 1.8);
    font-weight: 700;
    background: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(rgb(110,110,185,0.5), 0.3) 40%, rgba(rgb(110,110,185,0.5), 0.3) 60%, transparent 60%, transparent 100%);
    color: #000000;
    position: relative;
    margin-bottom: 6px;
}.who_we_are_VHgl ol {
    counter-reset: item;
    padding-left: 0;
    list-style-type: none;
}.who_we_are_VHgl ol li {
    font-size: 16px;
    position: relative;
    color: #000000;
    text-align: justify;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    hyphens: auto;
    column-gap: 40px;
    column-count: 1;
    padding-left: 20px;
}.who_we_are_VHgl ol li::before {
    height: 6px;
    background-color: rgb(110,110,185);
    width: 6px;
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 12px;
    left: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-30px) rotate(-10deg);
    }
}

@media (min-width: 992px) {.who_we_are_VHgl .text_placeholder_iAQZ {
    padding: 80px 70px;
    max-width: 80%;
}.who_we_are_VHgl ol li {
    column-count: 2;
    padding-left: 30px;
}.who_we_are_VHgl ol li::before {
    width: 8px;
    height: 8px;
}
}

@media (max-width: 991px) {.who_we_are_VHgl {
    padding: 90px 0;
}.who_we_are_VHgl .text_placeholder_iAQZ {
    transform: perspective(1000px) rotateY(-2deg);
    max-width: 90%;
    padding: 50px 40px;
}.who_we_are_VHgl h5 {
    font-size: calc(19px * 0.9);
}.who_we_are_VHgl p b {
    font-size: calc(16px * 1.6);
}
}

@media (max-width: 767px) {.who_we_are_VHgl {
    padding: 70px 0;
}.who_we_are_VHgl .text_placeholder_iAQZ {
    max-width: 100%;
    margin: 0;
    padding: 40px 30px;
    transform: none;
}.who_we_are_VHgl::after {
    height: 80px;
    right: -15px;
    width: 80px;
    top: -15px;
}.who_we_are_VHgl h5 {
    font-size: calc(19px * 0.8);
    letter-spacing: 2px;
}.who_we_are_VHgl p {
    font-size: 16px;
    margin-bottom: 20px;
}.who_we_are_VHgl p b {
    font-size: calc(16px * 1.4);
}.who_we_are_VHgl ol li {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.who_we_are_VHgl .text_placeholder_iAQZ::before,
    .who_we_are_VHgl .text_placeholder_iAQZ::after {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 480px) {.who_we_are_VHgl {
    padding: 50px 0;
}.who_we_are_VHgl .text_placeholder_iAQZ {
    padding: 30px 20px;
}.who_we_are_VHgl h5 {
    letter-spacing: 1px;
    font-size: calc(19px * 0.7);
}.who_we_are_VHgl p b {
    font-size: calc(16px * 1.2);
}.who_we_are_VHgl ol li {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.who_we_are_VHgl .text_placeholder_iAQZ::before,
    .who_we_are_VHgl .text_placeholder_iAQZ::after {
    display: none;
}}.contact_us_CRaN {
    background: linear-gradient(135deg, rgb(215,205,228) 0%, rgb(194,161,212,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.contact_us_CRaN::before {
    opacity: 0.05;
    width: 100%;
    animation: gradientMove 20s linear infinite;
    content: "";
    background-size: 60px 60px;
    height: 100%;
    background: linear-gradient(45deg, 
        rgb(194,161,212,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(194,161,212,0.5) 50%, 
        rgb(194,161,212,0.5) 75%, 
        transparent 75%, 
        transparent);
    position: absolute;
    top: 0;
    left: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_us_CRaN .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.contact_us_CRaN h2 {
    text-transform: uppercase;
    color: rgb(194,161,212);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 35px;
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 2px;
}.contact_us_CRaN h2::after {
    background: rgb(194,161,212);
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    height: 4px;
    width: 60px;
    left: 50%;
    content: "";
}.contact_us_CRaN .contact_message_MfmB {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    overflow: hidden;
}.contact_us_CRaN .article_image_OpQo {
    position: relative;
    min-height: 600px;
    height: 100%;
    order: 2;
}.contact_us_CRaN .support_block_iugc {
    flex-direction: column;
    background: #ffffff;
    justify-content: center;
    padding: 60px;
    display: flex;
    position: relative;
    order: 1;
}.contact_us_CRaN .support_block_iugc::before {
    width: 10px;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(194,161,212), rgb(110,110,185));
    right: 0;
}.contact_us_CRaN form {
    position: relative;
    width: 100%;
}.contact_us_CRaN form h3 {
    font-size: 21px;
    margin-bottom: 40px;
    color: #000000;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(110,110,185,0.5);
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}.contact_us_CRaN form input[type="text"] {
    width: 100%;
    position: relative;
    font-size: 12px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    background: rgb(215,205,228);
    font-family: Arial, sans-serif;
    padding: 16px 20px 16px 50px;
    margin-bottom: 25px;
    color: #000000;
}.contact_us_CRaN form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(194,161,212);
    background: #ffffff;
}.contact_us_CRaN form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_us_CRaN form input#name {
    position: relative;
}.contact_us_CRaN form input#name::before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 20px;
    position: absolute;
    background: rgb(194,161,212);
    content: "";
}.contact_us_CRaN .query_widget_aCFo {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_us_CRaN .query_widget_aCFo input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us_CRaN .query_widget_aCFo label {
    padding-left: 35px;
    position: relative;
    color: #000000;
    font-size: 12px;
    line-height: 1.5;
    cursor: pointer;
}.contact_us_CRaN .query_widget_aCFo label::before {
    transition: all 0.3s ease;
    content: "";
    background: rgb(215,205,228);
    position: absolute;
    width: 24px;
    top: 0;
    height: 24px;
    border-radius: 10px;
    left: 0;
}.contact_us_CRaN .query_widget_aCFo input[type="checkbox"]:checked + label::before {
    background: rgb(194,161,212);
}.contact_us_CRaN .query_widget_aCFo input[type="checkbox"]:checked + label::after {
    top: 4px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    border-right: 2px solid #ffffff;
    content: "";
    width: 8px;
    height: 14px;
    left: 8px;
}.contact_us_CRaN .query_widget_aCFo label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(194,161,212);
    position: relative;
    font-weight: 600;
}.contact_us_CRaN .query_widget_aCFo label a::after {
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    background: rgb(194,161,212);
    bottom: -2px;
    height: 1px;
    width: 0;
    left: 0;
}.contact_us_CRaN .query_widget_aCFo label a:hover::after {
    width: 100%;
}.contact_us_CRaN form .connect_query_cdIP {
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    letter-spacing: 1px;
    background: rgb(194,161,212);
    font-weight: 700;
    overflow: hidden;
    padding: 16px 40px;
}.contact_us_CRaN form .connect_query_cdIP::before {
    background: rgb(110,110,185);
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 0;
}.contact_us_CRaN form .connect_query_cdIP:hover::before {
    width: 100%;
}.contact_us_CRaN form .connect_query_cdIP:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(194,161,212);
}.contact_us_CRaN svg {
    top: 50%;
    left: 20px;
    width: 20px;
    fill: rgb(194,161,212);
    position: absolute;
    height: 20px;
    transform: translateY(-50%);
}.contact_us_CRaN svg path {
    fill: rgb(194,161,212);
    transition: fill 0.3s ease;
}.contact_us_CRaN form #name,
.contact_us_CRaN form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_us_CRaN .contact_message_MfmB {
    max-width: 800px;
}.contact_us_CRaN .support_block_iugc {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_us_CRaN {
    padding: 80px 0 60px;
}.contact_us_CRaN .contact_message_MfmB {
    grid-template-columns: 1fr;
}.contact_us_CRaN .article_image_OpQo {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.contact_us_CRaN .support_block_iugc {
    order: 2;
    padding: 40px 30px;
}.contact_us_CRaN .support_block_iugc::before {
    right: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(194,161,212), rgb(110,110,185));
    height: 6px;
}.contact_us_CRaN h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_us_CRaN {
    padding: 60px 0 40px;
}.contact_us_CRaN h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.contact_us_CRaN .article_image_OpQo {
    min-height: 200px;
}.contact_us_CRaN .support_block_iugc {
    padding: 30px 20px;
}.contact_us_CRaN form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 30px;
}.contact_us_CRaN form .connect_query_cdIP {
    padding: 14px 20px;
    width: 100%;
}}footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}footer::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(194,161,212,0.5) 50%,
    #000000 100%);
    opacity: 0.9;
    content: "";
}.referral_prog_TozQ {
    padding: 60px 0 40px;
    position: relative;
    background-color: transparent;
    z-index: 5;
}.referral_prog_TozQ .container {
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
}.referral_prog_TozQ .company_holder {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
    padding: 30px;
}.referral_prog_TozQ .company_holder h3 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
}.referral_prog_TozQ .company_holder h3::after {
    bottom: -8px;
    width: 100%;
    background: rgb(194,161,212);
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
}.referral_prog_TozQ .study_bottom_lcbL {
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
    font-size: 12px;
}.referral_prog_TozQ .cert_block_HKjF {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 30px;
    grid-column: span 8;
}.referral_prog_TozQ .top_skill_BtxS {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}.referral_prog_TozQ .top_skill_BtxS h5 {
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}.referral_prog_TozQ .top_skill_BtxS h5::after {
    bottom: -8px;
    width: 100%;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(110,110,185);
}.referral_prog_TozQ .top_skill_BtxS .main_skill_QLSR {
    grid-gap: 15px;
    display: grid;
}.referral_prog_TozQ .top_skill_BtxS .main_skill_QLSR a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 15px;
    opacity: 0.8;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 12px;
    position: relative;
    display: block;
}.referral_prog_TozQ .top_skill_BtxS .main_skill_QLSR a::before {
    transform: translateY(-50%);
    left: 0;
    content: "";
    position: absolute;
    background: rgb(110,110,185);
    border-radius: 50%;
    width: 6px;
    height: 6px;
    top: 50%;
}.referral_prog_TozQ .top_skill_BtxS .main_skill_QLSR a:hover {
    color: rgb(194,161,212);
    transform: translateX(5px);
    opacity: 1;
}.assign_help_xVcF {
    position: relative;
    margin-top: 40px;
    padding: 25px 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
}.assign_help_xVcF .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.assign_help_xVcF .subscr_info_OMKS {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    opacity: 0.7;
}

@media (max-width: 991px) {.referral_prog_TozQ .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.referral_prog_TozQ .company_holder {
    grid-column: span 12;
}.referral_prog_TozQ .cert_block_HKjF {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.referral_prog_TozQ {
    padding: 40px 0 30px;
}.referral_prog_TozQ .cert_block_HKjF {
    grid-template-columns: 1fr;
}.referral_prog_TozQ .company_holder {
    padding: 25px;
}.referral_prog_TozQ .top_skill_BtxS {
    padding: 25px;
}.referral_prog_TozQ .company_holder h3 {
    font-size: calc(32px - 2px);
}.referral_prog_TozQ .top_skill_BtxS h5 {
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.referral_prog_TozQ {
    padding: 30px 0 20px;
}.referral_prog_TozQ .company_holder,
  .referral_prog_TozQ .top_skill_BtxS {
    padding: 20px;
}.referral_prog_TozQ .company_holder h3 {
    font-size: calc(32px - 4px);
}.assign_help_xVcF {
    padding: 20px 0;
}}

.referral_prog_TozQ .company_holder:hover,
.referral_prog_TozQ .top_skill_BtxS:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.referral_prog_TozQ .container::before {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background: 
    linear-gradient(to right, rgb(194,161,212,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(194,161,212,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    content: "";
    z-index: -1;
    height: 100%;
}.referral_prog_TozQ .company_holder::before {
    width: 5px;
    top: 0;
    background: rgb(194,161,212);
    position: absolute;
    content: "";
    opacity: 0.5;
    height: 100%;
    left: 0;
}.referral_prog_TozQ .top_skill_BtxS::before {
    height: 100%;
    background: rgb(110,110,185);
    opacity: 0.5;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}footer::after {
    content: "";
    left: 0;
    opacity: 0.3;
    height: 5px;
    background: linear-gradient(to right,
    rgb(194,161,212),
    rgb(110,110,185),
    rgb(194,161,212));
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}.referral_prog_TozQ .main_skill_QLSR {
    position: relative;
}.referral_prog_TozQ .main_skill_QLSR::after {
    background: rgb(110,110,185,0.5);
    bottom: -15px;
    opacity: 0.2;
    position: absolute;
    height: 1px;
    left: 0;
    content: "";
    width: 100%;
}.referral_prog_TozQ .top_skill_BtxS h5,
.referral_prog_TozQ .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.referral_prog_TozQ .top_skill_BtxS:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.referral_prog_TozQ .top_skill_BtxS:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.assign_help_xVcF .subscr_info_OMKS {
    display: inline-block;
    position: relative;
}.assign_help_xVcF .subscr_info_OMKS::before {
    width: 30px;
    background: rgb(194,161,212);
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: -40px;
    height: 1px;
    transform: translateY(-50%);
}.assign_help_xVcF .subscr_info_OMKS::after {
    opacity: 0.5;
    right: -40px;
    content: "";
    background: rgb(194,161,212);
    width: 30px;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
    position: absolute;
}