﻿.KuQSd_main_class {
    flex: 1 0 auto;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1112px;
}

.SObRE_knowl_base {
    flex: 0 0 auto;
}

.SObRE_knowl_base {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2.5rem;
}

html,body {
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

svg {
    width: 30px;
    height: 30px;
}

a {
    color: inherit;
    text-decoration: none;
}


.NRJFP_get_in_touch {
    overflow: hidden;
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.NRJFP_get_in_touch .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}

.NRJFP_get_in_touch h2 {
    margin-bottom: 50px;
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    border-left: 5px solid rgb(217,200,216);
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.NRJFP_get_in_touch .PowFA_inquiry_card {
    border-radius: 10px;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
    overflow: hidden;
}

.NRJFP_get_in_touch .cLfmq_message_links {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}

.NRJFP_get_in_touch .cLfmq_message_links::after {
    width: 150px;
    right: 0;
    position: absolute;
    border-radius: 0 0 0 100%;
    content: "";
    height: 150px;
    background: rgb(242,231,241);
    top: 0;
    z-index: -1;
}

.NRJFP_get_in_touch h3::after {
    background: rgb(217,200,216);
    content: "";
    bottom: -10px;
    width: 40px;
    left: 0;
    height: 2px;
    position: absolute;
}

.NRJFP_get_in_touch input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(217,200,216,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}

.NRJFP_get_in_touch input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.NRJFP_get_in_touch .sYjvW_request_grid input[type="checkbox"] {
    border: 2px solid rgb(242,231,241);
    width: 22px;
    position: relative;
    transition: all 0.2s ease;
    border-radius: 10px;
    appearance: none;
    height: 22px;
    cursor: pointer;
}

.NRJFP_get_in_touch .sYjvW_request_grid label {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}

.NRJFP_get_in_touch .sYjvW_request_grid a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(217,200,216);
    text-decoration: none;
}

.NRJFP_get_in_touch .sYjvW_request_grid a::after {
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(217,200,216);
    width: 100%;
    bottom: -2px;
    left: 0;
}

.NRJFP_get_in_touch .QtkFS_query_reach:hover {
    transform: translateY(-2px);
    background: rgb(185,164,184);
    box-shadow: 0 7px 20px rgb(185,164,184,0.5);
}

.NRJFP_get_in_touch svg {
    transition: all 0.3s ease;
    fill: rgb(217,200,216);
    height: 20px;
    width: 20px;
}

.NRJFP_get_in_touch svg:hover {
    fill: rgb(185,164,184);
}

.NRJFP_get_in_touch svg:hover path {
    fill: rgb(185,164,184);
}

.hljmS_take_a_spin::before {
    background-size: 30px 30px;
    opacity: 0.05;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    position: absolute;
    transform: perspective(500px) rotateX(60deg);
    left: 0;
    top: 0;
    animation: gridMove 20s linear infinite;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: '';
    transform-origin: center top;
}

.hljmS_take_a_spin .AHLzO_virtual_track {
    padding: 50px;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    flex-direction: column;
    max-width: 1000px;
    backdrop-filter: blur(10px);
    overflow: hidden;
    z-index: 2;
    justify-content: center;
    border-radius: 15px;
}

.hljmS_take_a_spin .AHLzO_virtual_track::after {
    opacity: 0.1;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    left: -50%;
    height: 200%;
    z-index: -1;
    width: 200%;
    animation: pulseRadial 10s ease-in-out infinite;
    content: '';
    position: absolute;
}

.hljmS_take_a_spin h3::before {
    transform: translateX(-50%);
    left: 50%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    top: -80px;
    height: 60px;
    position: absolute;
    z-index: -1;
    animation: orbitRotate 10s linear infinite;
}

.hljmS_take_a_spin .LuqAJ_request_support::before {
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    background-size: 10px 10px;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: -1;
}

.hljmS_take_a_spin .LuqAJ_request_support:hover {
    color: #ffffff;
    background: linear-gradient(45deg, rgb(217,200,216), rgb(185,164,184));
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
}

.hljmS_take_a_spin .LuqAJ_request_support:hover::before {
    opacity: 0.5;
}

.siOly_gratitudeBox {
    background: linear-gradient(135deg, rgb(217,200,216,0.5), rgb(242,231,241), rgb(185,164,184,0.5));
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.siOly_gratitudeBox::after {
    z-index: 1;
    animation: patternMove 60s linear infinite;
    height: 200%;
    width: 200%;
    content: "";
    top: -50%;
    position: absolute;
    transform: rotate(15deg);
    left: -50%;
    pointer-events: none;
}

.siOly_gratitudeBox h2 {
    position: relative;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
    border-left: 4px solid rgb(217,200,216);
    line-height: 1.3;
    transform: translateZ(30px);
    text-align: left;
    padding-left: 20px;
    transition: transform 0.5s ease;
    font-size: 32px;
}

.siOly_gratitudeBox .AHLzO_virtual_track {
    position: relative;
    border-radius: 29px;
    background: #ffffff;
    transform: translateZ(20px) rotateX(2deg);
    overflow: hidden;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(217,200,216), 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.siOly_gratitudeBox ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.siOly_gratitudeBox li {
    transition: transform 0.3s ease;
    background: #ffffff;
    position: relative;
    padding: 40px;
}

.siOly_gratitudeBox span {
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
    text-align: left;
    z-index: 2;
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
}

header::before {
    z-index: -1;
    opacity: 0.5;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(217,200,216,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(185,164,184,0.5) 0%, transparent 30%);
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
}

header .tWeDE_top_study:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

header .CYzcL_site_header {
    display: block;
    transition: all 0.3s ease;
}

header .CYzcL_site_header img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

header .XTicf_main_learn {
    margin: 0 0.3rem;
    position: relative;
}

header .XTicf_main_learn a {
    color: #ffffff;
    display: block;
    font-weight: 600;
    font-size: 12px;
    padding: 0.8rem 1.2rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    backdrop-filter: blur(5px);
    z-index: 1;
    text-decoration: none;
}

header .XTicf_main_learn a:hover::before {
    opacity: 1;
}

header .XTicf_main_learn::after {
    width: 0;
    bottom: -3px;
    content: '';
    transition: width 0.3s ease;
    left: 50%;
    position: absolute;
    opacity: 0.7;
    transform: translateX(-50%);
    background: #ffffff;
    height: 3px;
    border-radius: 10px;
}

header .fLygv_top_nav::after {
    z-index: -1;
    content: '';
    background: rgb(185,164,184,0.5);
    width: 80px;
    height: 80px;
    bottom: -20px;
    left: -20px;
    position: absolute;
    filter: blur(30px);
    border-radius: 50%;
    opacity: 0.5;
}



header .tWeDE_top_study::after {
    transition: all 0.4s ease;
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    bottom: -20px;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.5;
}

.eZPsb_privacy_garrison::before {
    background: linear-gradient(135deg, transparent 15%, rgba(rgb(217,200,216,0.5), 0.03) 70%);
    content: "";
    width: 40%;
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
}

.eZPsb_privacy_garrison .container {
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.eZPsb_privacy_garrison h1 {
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 42px;
    transform: translateX(-0.5rem);
}



.eZPsb_privacy_garrison h1, 
.eZPsb_privacy_garrison h2, 
.eZPsb_privacy_garrison h3, 
.eZPsb_privacy_garrison h4,
.eZPsb_privacy_garrison p,
.eZPsb_privacy_garrison ul {
    animation: fadeIn 0.5s ease-out forwards;
}

.eZPsb_privacy_garrison h2::before {
    content: "";
    border-radius: 2px;
    left: 0;
    width: 4px;
    background: rgb(217,200,216);
    position: absolute;
    height: 80%;
    top: 0.2em;
}

.eZPsb_privacy_garrison h3::before {
    border-radius: 1.5px;
    top: 0.25em;
    left: 0;
    background: rgb(185,164,184);
    content: "";
    width: 3px;
    position: absolute;
    height: 75%;
}

.eZPsb_privacy_garrison h4::before {
    width: 2px;
    content: "";
    background: rgb(185,164,184);
    height: 70%;
    left: 0;
    border-radius: 1px;
    position: absolute;
    top: 0.3em;
    opacity: 0.7;
}

.eZPsb_privacy_garrison p strong {
    background: linear-gradient(to bottom, transparent 85%, rgba(rgb(217,200,216,0.5), 0.15) 15%);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-weight: 600;
    color: #000000;
    position: relative;
}

.eZPsb_privacy_garrison ul {
    list-style: none;
    padding-left: 0;
    counter-reset: privacy-counter;
    margin: 2rem 0;
}

.eZPsb_privacy_garrison li::before {
    width: 1.25rem;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(217,200,216), rgb(185,164,184));
    opacity: 0.9;
    border-radius: 10px;
    content: "";
    height: 1.25rem;
    position: absolute;
    transform: rotate(45deg);
    top: 0.25rem;
    left: 0;
}

.eZPsb_privacy_garrison li:hover::before {
    transform: rotate(45deg) scale(1.1);
}

.XWPTm_primary_page {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(242,231,241) 0%, rgb(185,164,184,0.5) 100%);
    position: relative;
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.XWPTm_primary_page::after {
    content: "";
    top: -10%;
    animation: floatBubble 20s ease-in-out infinite alternate;
    width: 40vw;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.03;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    right: -10%;
    background: rgb(217,200,216);
    height: 40vw;
}

.XWPTm_primary_page .Fboiz_learn_main > div:first-child {
    transform: translateY(1rem);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    opacity: 0;
    position: relative;
    background: #ffffff;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    padding: 1.5rem 2rem;
}

.XWPTm_primary_page .Fboiz_learn_main > div:first-child p {
    font-weight: 600;
    margin: 0;
    font-size: calc(14px * 1.1);
    letter-spacing: 0.015em;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
}

.XWPTm_primary_page .vfiPK_our_ethos > div {
    padding: 3rem 2.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.XWPTm_primary_page .vfiPK_our_ethos > div h3 {
    animation: fadeIn 0.8s ease-out 0.8s both;
    max-width: 85%;
    line-height: 1.5;
    font-weight: 400;
    font-size: calc(24px * 0.95);
    margin: 0 0 2rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.XWPTm_primary_page .vfiPK_our_ethos > div > div > div {
    margin-top: 1.5rem;
    position: relative;
}

.XWPTm_primary_page .vfiPK_our_ethos > div > div > div::before {
    bottom: -1.5rem;
    height: 4px;
    left: 0;
    width: 60px;
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    transform: scaleX(0);
    background: rgb(217,200,216);
    transform-origin: left;
    content: "";
    position: absolute;
}

footer::after {
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    background-size: 20px 20px;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    right: 0;
}

.SObRE_knowl_base .container {
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    display: flex;
}

.SObRE_knowl_base .company_holder {
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    position: relative;
    padding: 2.5rem;
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.SObRE_knowl_base .qBUNm_diploma_cta {
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    padding: 1.5rem;
    margin: 0 1rem;
    font-size: 16px;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
}

.SObRE_knowl_base .tkdpx_head_know {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}

.SObRE_knowl_base .sIWHl_top_navbar {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}

.SObRE_knowl_base .sIWHl_top_navbar .tkdpx_head_know {
    gap: 0.8rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    background: rgba(0, 0, 0, 0.15);
    flex-direction: column;
    padding: 1.5rem;
    display: flex;
}

.SObRE_knowl_base .sIWHl_top_navbar .tkdpx_head_know a {
    position: relative;
    padding: 0.6rem 1rem;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    display: block;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}

.SObRE_knowl_base .sIWHl_top_navbar .tkdpx_head_know a:hover::before {
    opacity: 0.7;
}

.hmype_partner_logo .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hmype_partner_logo .zcvUR_pledge_block {
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    text-align: center;
    padding: 0.7rem 2rem;
    color: #ffffff;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
}

.QmfhT_pricing_layout .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}

.QmfhT_pricing_layout h2 {
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    transform: translateZ(20px);
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.QmfhT_pricing_layout .RnFSD_price_panel {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.QmfhT_pricing_layout .zsIrx_plan_options {
    display: block;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(0);
    height: 100%;
    position: relative;
}

.QmfhT_pricing_layout .UYngu_program_fees::before {
    transform: scaleX(0.8);
    opacity: 0.8;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(217,200,216) 0%, 
        rgb(185,164,184) 100%);
    left: 0;
    top: 0;
    content: "";
    transition: all 0.4s ease;
    position: absolute;
}

.QmfhT_pricing_layout .UYngu_program_fees::after {
    background: radial-gradient(
        circle, 
        rgb(217,200,216,0.5) 0%, 
        transparent 70%
    );
    width: 120px;
    content: "";
    position: absolute;
    height: 120px;
    bottom: -60px;
    z-index: -1;
    transition: all 0.5s ease;
    right: -60px;
    opacity: 0.5;
}

.QmfhT_pricing_layout .uHIsv_learn_offers h4::after {
    left: 0;
    height: 2px;
    bottom: 0;
    background-color: rgb(185,164,184);
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    width: 40px;
}

.QmfhT_pricing_layout .WLwaY_study_fees {
    margin-top: 10px;
    display: block;
    color: #ffffff;
    padding: 10px 0;
    font-size: calc(18px * 1.4);
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    position: relative;
}

.QmfhT_pricing_layout .zsIrx_plan_options:hover .UYngu_program_fees {
    transform: translateY(-8px) translateZ(20px);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
}

.QmfhT_pricing_layout .zsIrx_plan_options:hover .UYngu_program_fees::after {
    transform: scale(1.2);
    opacity: 0.7;
}

.QmfhT_pricing_layout .RnFSD_price_panel li:nth-child(1) {
    animation-delay: 0.1s;
}

.QmfhT_pricing_layout .RnFSD_price_panel li:nth-child(3) {
    animation-delay: 0.3s;
}

.MXPqr_modalTrackingConsent {
    z-index: 90;
    width: 100%;
    background: rgb(242,231,241);
    bottom: 0;
    border-top: 2px solid rgb(217,200,216);
    position: fixed;
}

.MXPqr_modalTrackingConsent p {
    font-size: 18px;
}

.gtyCX_cookie_necessary {
    margin-right: 10px;
    flex-shrink: 0;
}

.mSxFq_edu_cookies {
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
    font-size: 24px;
    min-width: 120px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(217,200,216);
    flex-shrink: 0;
    white-space: nowrap;
    color: rgb(217,200,216);
}

.ftXWL_find_contact {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(242,231,241) 40%, rgb(217,200,216,0.5) 150%);
    overflow: hidden;
}

.ftXWL_find_contact::after {
    z-index: 1;
    position: absolute;
    background: linear-gradient(225deg, rgb(217,200,216,0.5) 0%, transparent 70%);
    bottom: -10%;
    filter: blur(30px);
    transform: rotate(15deg);
    width: 30%;
    animation: float 18s ease-in-out infinite reverse;
    left: -5%;
    height: 60%;
    content: "";
    opacity: 0.5;
}

.ftXWL_find_contact .MrRXK_assist_form:hover {
    transform: translateY(-5px);
}

.ftXWL_find_contact h3 {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
}

.ftXWL_find_contact h3::after {
    width: 80px;
    position: absolute;
    bottom: -10px;
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    background: rgb(217,200,216);
    transition: transform 0.3s ease-out;
    content: "";
    height: 3px;
}

.ftXWL_find_contact h5 svg {
    height: 22px;
    margin-left: 10px;
    width: 22px;
    transition: transform 0.3s ease;
}

.ftXWL_find_contact h5:hover svg {
    transform: translateY(-2px);
}

.ftXWL_find_contact .aoOWf_connect_block {
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.ftXWL_find_contact .aoOWf_connect_block li:hover {
    transform: translateX(5px);
}

.ftXWL_find_contact .aoOWf_connect_block li:last-child {
    border-bottom: none;
}

.ftXWL_find_contact .LuqAJ_request_support:hover {
    color: rgb(217,200,216);
}

.ftXWL_find_contact .LuqAJ_request_support svg {
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    margin-left: 10px;
    transform: scale(0.9);
}

.ftXWL_find_contact .LuqAJ_request_support:hover svg path {
    fill: rgb(185,164,184);
}

.afqxB_join_list::before {
    filter: blur(20px);
    content: "";
    z-index: 0;
    position: absolute;
    width: 60%;
    right: -10%;
    background: rgb(217,200,216,0.5);
    top: -10%;
    height: 70%;
    transform: rotate(-15deg) translateZ(0);
}

.afqxB_join_list .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.afqxB_join_list .AHLzO_virtual_track {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(217,200,216);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.9);
}

.afqxB_join_list .AHLzO_virtual_track:hover h3::after {
    width: 100px;
}

.afqxB_join_list .input_holder {
    gap: 1rem;
    flex-direction: column;
    margin-top: 1.5rem;
    display: flex;
}

.afqxB_join_list input[type="email"] {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    font-size: 16px;
    transition: all 0.3s ease;
    color: #000000;
    background: #ffffff;
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 1rem 1.5rem;
}

.afqxB_join_list input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0,0,0,0.35);
}

.afqxB_join_list .AFQiu_subscribe_wrap::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(185,164,184), rgb(217,200,216));
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.afqxB_join_list .AFQiu_subscribe_wrap:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.afqxB_join_list .AFQiu_subscribe_wrap:hover::before {
    opacity: 1;
}

.KNXpm_learning_process {
    position: relative;
    background: linear-gradient(135deg, rgb(242,231,241) 0%, rgba(59, 173, 227, 0.1) 45%, rgba(87, 111, 230, 0.15) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.KNXpm_learning_process::after {
    border: 1px solid rgb(217,200,216,0.5);
    top: -150px;
    width: 300px;
    content: "";
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 300px;
    right: -150px;
    animation: rotate 30s linear infinite;
}

.KNXpm_learning_process h2 {
    transform: translateZ(10px);
    line-height: 1.2;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    text-align: left;
    letter-spacing: -0.5px;
    font-size: 30px;
}

.KNXpm_learning_process .slZET_editorial_box {
    backdrop-filter: blur(10px);
    transform: translateZ(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 92, 236, 0.06);
    margin-top: 20px;
    border-left: 3px solid rgb(217,200,216);
    padding: 40px;
    transition: transform 0.4s ease-out;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.95));
}

.KNXpm_learning_process p {
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
}

.QIvok_data_summary {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(242,231,241) 0%, rgb(185,164,184,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.QIvok_data_summary::before {
    position: absolute;
    transform: translateZ(0);
    left: 0;
    background-image: linear-gradient(30deg, rgb(217,200,216,0.5) 10%, transparent 30%);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
}

.QIvok_data_summary .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.QIvok_data_summary h4 {
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-top: 3rem;
    transform: translateY(0);
}

.QIvok_data_summary ul {
    list-style: none;
    gap: 2rem;
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.QIvok_data_summary ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

.QIvok_data_summary .ZFMRE_statistics_wins::before {
    top: 0;
    width: 4px;
    z-index: -1;
    transition: height 0.5s ease;
    content: "";
    height: 0;
    background: linear-gradient(to bottom, rgb(217,200,216), rgb(185,164,184));
    position: absolute;
    left: 0;
}

.QIvok_data_summary .ZFMRE_statistics_wins:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
}

.QIvok_data_summary .ZFMRE_statistics_wins p {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 0 0.5rem;
    background-clip: text;
    position: relative;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, rgb(217,200,216) 0%, rgb(185,164,184) 100%);
    line-height: 1;
    font-size: 3.5rem;
    color: transparent;
    transform: translateZ(0);
    font-weight: 700;
}

.QIvok_data_summary .ZFMRE_statistics_wins p {
    font-size: 4rem;
}

.QIvok_data_summary .ZFMRE_statistics_wins span {
    font-weight: 600;
    font-size: 18px;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 1.4;
    max-width: 90%;
    text-align: center;
    transition: color 0.3s ease;
}

.QIvok_data_summary .ZFMRE_statistics_wins:nth-child(even) {
    animation: floatStat 7s ease-in-out infinite 1s;
}

.MmQKa_teaching_experience::before {
    right: -5%;
    content: "";
    background: linear-gradient(120deg, rgb(217,200,216,0.5) 10%, rgb(185,164,184,0.5) 90%);
    transform: rotate(-15deg);
    top: -10%;
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    height: 25rem;
    width: 25rem;
    opacity: 0.1;
    position: absolute;
}

.MmQKa_teaching_experience .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.MmQKa_teaching_experience .tRXuy_feedback_grid:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

.MmQKa_teaching_experience .tRXuy_feedback_grid > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}

.MmQKa_teaching_experience .ZtNRB_background_image {
    height: 180px;
    width: 180px;
    border: 4px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotate(-3deg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.MmQKa_teaching_experience .tRXuy_feedback_grid:hover .name::after {
    width: 90%;
}

.MmQKa_teaching_experience .tRXuy_feedback_grid > div:nth-child(2) {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.MmQKa_teaching_experience .tRXuy_feedback_grid > div:nth-child(2) > div {
    text-transform: uppercase;
    font-size: calc(17px - 0.1rem);
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgb(185,164,184);
}

.ghWKO_course_structure {
    display: flex;
    position: relative;
    flex-direction: column;
    background: rgb(242,231,241);
    min-height: 100vh;
    overflow: hidden;
}

.ghWKO_course_structure .jbPln_career_lab {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    width: 100%;
}

.ghWKO_course_structure .WlGVr_skill_academy {
    width: 100%;
    animation: carousel-zoom 25s ease-in-out infinite;
    display: flex;
    height: 100%;
}

.ghWKO_course_structure .jbPln_career_lab:hover .WlGVr_skill_academy {
    animation-play-state: paused;
}

.ghWKO_course_structure .lwIqH_learn_route img {
    width: 100%;
    transform-origin: center;
    object-fit: cover;
    filter: brightness(0.9) saturate(1.2);
    height: 100%;
}

.ghWKO_course_structure .AHLzO_virtual_track {
    width: 100%;
    max-width: 800px;
    position: relative;
}

.ghWKO_course_structure .Ffknm_class_track:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}

.ghWKO_course_structure .Ffknm_class_track::before {
    top: 20px;
    opacity: 0.3;
    border: 1px solid rgb(217,200,216);
    content: "";
    left: 20px;
    border-radius: 10px;
    right: 20px;
    position: absolute;
    bottom: 20px;
    pointer-events: none;
}

.ghWKO_course_structure .Ffknm_class_track h3::after {
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(217,200,216);
    position: absolute;
    width: 80px;
    left: 50%;
    content: "";
    height: 2px;
}

.ghWKO_course_structure .Ffknm_class_track .QtkFS_query_reach {
    font-size: 17px;
    border-radius: 19px;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    padding: 0.9rem 2.5rem;
    background: rgb(217,200,216);
    position: relative;
}

.ghWKO_course_structure .Ffknm_class_track .QtkFS_query_reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.OJwYA_our_background {
    position: relative;
    isolation: isolate;
    padding: 120px 0 100px;
    overflow: hidden;
}

.OJwYA_our_background::after {
    width: 300px;
    z-index: -1;
    height: 300px;
    background: rgb(217,200,216);
    right: -50px;
    content: "";
    filter: blur(30px);
    opacity: 0.1;
    animation: float 15s infinite ease-in-out;
    bottom: -50px;
    transform: rotate(45deg);
    position: absolute;
}

.OJwYA_our_background h2::after {
    content: "";
    bottom: 0;
    transform-origin: left;
    left: 0;
    transform: scaleX(1);
    background: rgb(217,200,216);
    width: 80px;
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
}

.OJwYA_our_background .slZET_editorial_box:hover {
    transform: translateY(-5px);
}

.OJwYA_our_background .slZET_editorial_box::before {
    opacity: 0.15;
    z-index: -1;
    left: -90px;
    content: "";
    top: -90px;
    width: 180px;
    border-radius: 50%;
    border: 3px solid rgb(185,164,184);
    position: absolute;
    height: 180px;
}

.OJwYA_our_background .slZET_editorial_box > div {
    position: relative;
}

.OJwYA_our_background .slZET_editorial_box p::after {
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(217,200,216);
    position: absolute;
    top: 50%;
    content: "";
}

.OJwYA_our_background .slZET_editorial_box div > div {
    column-count: 1;
    hyphens: auto;
    text-align: justify;
    color: #000000;
    column-gap: 40px;
    line-height: 1.8;
    position: relative;
    font-size: 15px;
    opacity: 0.9;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.NRJFP_get_in_touch .PowFA_inquiry_card {
    flex-direction: column;
}.NRJFP_get_in_touch .ZtNRB_background_image {
    order: 1;
    flex: 0 0 auto;
    min-height: 300px;
}.NRJFP_get_in_touch .cLfmq_message_links {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.NRJFP_get_in_touch h2 {
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.NRJFP_get_in_touch {
    padding: 40px 0;
}.NRJFP_get_in_touch .container {
    padding: 0 15px;
}.NRJFP_get_in_touch h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(28px - 6px);
}.NRJFP_get_in_touch .cLfmq_message_links {
    padding: 30px 20px;
}.NRJFP_get_in_touch #contact {
    gap: 20px;
}.NRJFP_get_in_touch input[type="text"] {
    padding: 15px;
}.NRJFP_get_in_touch .QtkFS_query_reach {
    width: 100%;
    padding: 15px 20px;
}.NRJFP_get_in_touch .ZtNRB_background_image {
    min-height: 200px;
}}



@media screen and (max-width: 768px) {.hljmS_take_a_spin {
    padding: 80px 0;
}.hljmS_take_a_spin .AHLzO_virtual_track {
    padding: 30px;
}.hljmS_take_a_spin h3 {
    letter-spacing: 2px;
    margin-bottom: 45px;
    font-size: calc(38px * 0.8);
}.hljmS_take_a_spin h3::before {
    top: -60px;
    height: 40px;
    width: 40px;
}.hljmS_take_a_spin h3::after {
    bottom: -15px;
    width: 70px;
}.hljmS_take_a_spin .LuqAJ_request_support {
    font-size: calc(20px * 0.9);
    padding: 12px 35px;
    letter-spacing: 1.5px;
}
}



@media (max-width: 991px) {.siOly_gratitudeBox {
    padding: 80px 0;
}.siOly_gratitudeBox h2 {
    padding-left: 15px;
    font-size: calc(32px * 0.9);
}.siOly_gratitudeBox li {
    padding: 30px;
}.siOly_gratitudeBox li::before {
    left: 30px;
}
}



@media (max-width: 480px) {.siOly_gratitudeBox {
    padding: 40px 0;
}.siOly_gratitudeBox h2 {
    padding-left: 12px;
    font-size: calc(32px * 0.7);
    border-left: 3px solid rgb(217,200,216);
}.siOly_gratitudeBox .container {
    padding: 0 15px;
}.siOly_gratitudeBox .AHLzO_virtual_track {
    transform: translateZ(5px) rotateX(0.5deg);
}.siOly_gratitudeBox .AHLzO_virtual_track:hover {
    transform: translateZ(10px) rotateX(0deg);
}.siOly_gratitudeBox li {
    padding: 20px 15px;
}.siOly_gratitudeBox li::before {
    width: 20px;
    left: 15px;
    height: 20px;
    font-size: 12px;
}.siOly_gratitudeBox span {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .fLygv_top_nav {
    padding: 0.8rem 1.2rem;
}header .tWeDE_top_study {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .CYzcL_site_header img {
    max-height: 35px;
}header .sIWHl_top_navbar {
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}header .sIWHl_top_navbar::-webkit-scrollbar {
    height: 3px;
}header .sIWHl_top_navbar::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .XTicf_main_learn {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .XTicf_main_learn a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
}header .XTicf_main_learn::after {
    display: none;
}header .tWeDE_top_study::after {
    display: none;
}
}



@media (max-width: 768px) {.eZPsb_privacy_garrison {
    padding: 3rem 1.25rem;
}.eZPsb_privacy_garrison::before {
    width: 70%;
    opacity: 0.5;
}.eZPsb_privacy_garrison h1 {
    font-size: calc(42px * 0.8);
    transform: translateX(0);
}.eZPsb_privacy_garrison h2 {
    font-size: calc(33px * 0.8);
}.eZPsb_privacy_garrison h3 {
    font-size: calc(33px * 0.7);
}.eZPsb_privacy_garrison h4 {
    font-size: calc(33px * 0.6);
}.eZPsb_privacy_garrison p, 
    .eZPsb_privacy_garrison span,
    .eZPsb_privacy_garrison li {
    font-size: calc(15px * 0.95);
}.eZPsb_privacy_garrison li {
    padding-left: 2rem;
}
}



@media (min-width: 768px) {.XWPTm_primary_page .Fboiz_learn_main {
    grid-template-columns: 0.4fr 0.6fr;
    align-items: center;
    gap: 3rem;
}.XWPTm_primary_page .Fboiz_learn_main > div:first-child {
    margin-top: -2rem;
    padding: 2rem 2.5rem;
}.XWPTm_primary_page .Fboiz_learn_main > div:first-child p {
    font-size: calc(14px * 1.2);
}.XWPTm_primary_page .vfiPK_our_ethos > div {
    justify-content: center;
    display: flex;
    padding: 4rem 3rem;
    min-height: 320px;
    flex-direction: column;
}.XWPTm_primary_page .vfiPK_our_ethos > div h3 {
    font-size: 24px;
    margin-bottom: 2.5rem;
    max-width: 80%;
}.XWPTm_primary_page .vfiPK_our_ethos > div > div > div::before {
    width: 80px;
    height: 5px;
}
}



@media (hover: hover) {.XWPTm_primary_page .vfiPK_our_ethos > div {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.XWPTm_primary_page .vfiPK_our_ethos > div:hover {
    transform: translateY(-5px);
}.XWPTm_primary_page .vfiPK_our_ethos > div:hover .title_style_header {
    transition: text-shadow 0.5s ease;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}.XWPTm_primary_page .Fboiz_learn_main > div:first-child {
    transition: box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.XWPTm_primary_page .Fboiz_learn_main > div:first-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
}



@media (max-width: 992px) {.SObRE_knowl_base {
    padding: 3.5rem 0 2rem;
}.SObRE_knowl_base .container {
    flex-direction: column;
    gap: 2.5rem;
}.SObRE_knowl_base .company_holder,
    .SObRE_knowl_base .UoGrN_trust_badge {
    min-width: 100%;
    flex: 1 1 100%;
}.SObRE_knowl_base .sIWHl_top_navbar {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 576px) {.SObRE_knowl_base {
    padding: 2.5rem 0 1rem;
}.SObRE_knowl_base .sIWHl_top_navbar {
    min-width: 100%;
    flex: 1 1 100%;
}.SObRE_knowl_base .tkdpx_head_know {
    gap: 1rem;
}.hmype_partner_logo {
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
}.SObRE_knowl_base::before {
    height: 5px;
}
}




@media (max-width: 1200px) {.QmfhT_pricing_layout {
    padding: 100px 0 80px;
}.QmfhT_pricing_layout .RnFSD_price_panel {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}



@media (max-width: 992px) {.QmfhT_pricing_layout h2 {
    font-size: calc(35px * 0.9);
}.QmfhT_pricing_layout .PiBcU_learning_package {
    margin-bottom: 40px;
}.QmfhT_pricing_layout .UYngu_program_fees {
    padding: 35px 25px;
}
}



@media (max-width: 576px) {.QmfhT_pricing_layout {
    padding: 60px 0 40px;
}.QmfhT_pricing_layout .container {
    padding: 0 15px;
}.QmfhT_pricing_layout h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
}.QmfhT_pricing_layout .PiBcU_learning_package {
    font-size: calc(18px * 0.95);
    margin-bottom: 25px;
}.QmfhT_pricing_layout .RnFSD_price_panel {
    grid-template-columns: 1fr;
    gap: 25px;
}.QmfhT_pricing_layout .UYngu_program_fees {
    padding: 30px 20px;
}.QmfhT_pricing_layout .uHIsv_learn_offers h4 {
    font-size: 18px;
}.QmfhT_pricing_layout .WLwaY_study_fees {
    font-size: calc(18px * 1.2);
}}



@media (max-width: 992px) {.ftXWL_find_contact {
    padding: 4rem 0;
}.ftXWL_find_contact .MrRXK_assist_form {
    padding: 2.5rem;
}.ftXWL_find_contact p {
    max-width: 100%;
}
}



@media (max-width: 576px) {.ftXWL_find_contact {
    padding: 2.5rem 0;
}.ftXWL_find_contact .MrRXK_assist_form {
    padding: 1.5rem;
}.ftXWL_find_contact h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.ftXWL_find_contact h3::after {
    width: 50px;
    height: 2px;
}.ftXWL_find_contact p {
    font-size: calc(12px * 0.95);
    margin-bottom: 1rem;
    line-height: 1.6;
}.ftXWL_find_contact .aoOWf_connect_block {
    margin-top: 1.5rem;
}.ftXWL_find_contact .aoOWf_connect_block li {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
}.ftXWL_find_contact svg {
    width: 20px;
    height: 20px;
}}



@media (min-width: 992px) {.afqxB_join_list .AHLzO_virtual_track {
    max-width: 90%;
    transform: perspective(1500px) rotateY(-4deg);
    margin: 0 auto;
}.afqxB_join_list h3 {
    max-width: 70%;
}
}



@media (max-width: 480px) {.afqxB_join_list {
    padding: 2.5rem 1rem;
}.afqxB_join_list .AHLzO_virtual_track {
    padding: 1.5rem;
    transform: none;
}.afqxB_join_list h3 {
    font-size: 21px;
}}



@media (max-width: 992px) {.KNXpm_learning_process {
    padding: 90px 0;
}.KNXpm_learning_process .AHLzO_virtual_track {
    padding: 0 20px;
}.KNXpm_learning_process h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 35px;
}.KNXpm_learning_process .slZET_editorial_box {
    padding: 30px;
}
}



@media (max-width: 576px) {.KNXpm_learning_process {
    padding: 50px 0;
}.KNXpm_learning_process .AHLzO_virtual_track {
    padding: 0 15px;
    transform: perspective(1000px) rotateX(0deg);
}.KNXpm_learning_process h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.KNXpm_learning_process .slZET_editorial_box {
    padding: 20px;
    margin-top: 10px;
}.KNXpm_learning_process p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.KNXpm_learning_process h2::before {
    width: 40px;
    bottom: -10px;
    height: 3px;
}}



@media (max-width: 767px) {.QIvok_data_summary {
    padding: 4rem 0;
}.QIvok_data_summary ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.QIvok_data_summary .ZFMRE_statistics_wins {
    padding: 1.5rem;
}.QIvok_data_summary .ZFMRE_statistics_wins p {
    font-size: 3rem;
}.QIvok_data_summary h4 {
    margin-top: 2rem;
    font-size: calc(20px * 0.9);
}}



@media (min-width: 768px) {.MmQKa_teaching_experience .tRXuy_feedback_grid {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.MmQKa_teaching_experience .tRXuy_feedback_grid > div:first-child {
    grid-row: span 2;
}.MmQKa_teaching_experience .ZtNRB_background_image {
    height: 200px;
    width: 200px;
}.MmQKa_teaching_experience .pPXuv_job_skills {
    font-size: calc(17px + 0.05rem);
}
}



@media (max-width: 767px) {.MmQKa_teaching_experience {
    padding: 3rem 0;
}.MmQKa_teaching_experience .tRXuy_feedback_grid {
    padding: 2rem;
}.MmQKa_teaching_experience .ZtNRB_background_image {
    height: 150px;
    width: 150px;
}.MmQKa_teaching_experience .name {
    font-size: calc(22px - 0.1rem);
}.MmQKa_teaching_experience .pPXuv_job_skills {
    line-height: 1.6;
    font-size: calc(17px - 0.1rem);
}
}



@media (min-width: 768px) and (max-width: 991px) {.ghWKO_course_structure .jbPln_career_lab::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(242,231,241) 85%
        );
}.ghWKO_course_structure .WlGVr_skill_academy {
    animation-duration: 20s;
}.ghWKO_course_structure .AHLzO_virtual_track {
    max-width: 600px;
}.ghWKO_course_structure .Ffknm_class_track {
    padding: 2.5rem;
}.ghWKO_course_structure .Ffknm_class_track h3 {
    font-size: calc(38px * 0.9);
}.ghWKO_course_structure .Ffknm_class_track p {
    max-width: 95%;
}
}



@media (min-width: 768px) {.OJwYA_our_background {
    padding: 150px 0 130px;
}.OJwYA_our_background .slZET_editorial_box {
    padding: 60px 70px;
}.OJwYA_our_background .slZET_editorial_box div > div {
    column-count: 2;
}.OJwYA_our_background h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}



@media (min-width: 992px) {.OJwYA_our_background::before {
    background: linear-gradient(135deg, rgb(185,164,184,0.5), transparent 90%);
}.OJwYA_our_background .container {
    padding: 0 50px;
}.OJwYA_our_background .slZET_editorial_box {
    padding: 70px 80px;
    width: 85%;
    margin-left: 15%;
}.OJwYA_our_background h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 70px;
}.OJwYA_our_background .slZET_editorial_box::before {
    left: -125px;
    top: -125px;
    width: 250px;
    height: 250px;
}
}



@media (max-width: 767px) {.OJwYA_our_background {
    padding: 80px 0 60px;
}.OJwYA_our_background .slZET_editorial_box {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.OJwYA_our_background h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.OJwYA_our_background .slZET_editorial_box p {
    font-size: calc(22px * 0.9);
    padding-right: 30px;
}.OJwYA_our_background .slZET_editorial_box p::after {
    width: 25px;
}
}



@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



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



@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}



@keyframes slideUp {
  from {
    transform: translateY(1rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



@keyframes backgroundShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}



@keyframes slideRight {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}



@keyframes scaleIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}



@keyframes pulse {
    0% { opacity: 0.3; transform: scale(0.8); }
    100% { opacity: 0.6; transform: scale(1.2); }
}



@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

