* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.zCFDY_site_main {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1187px;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    padding: 5px;
    width: 12px;
}::-webkit-scrollbar-track {
    box-shadow: inset 2px -5px 9px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 6.1rem;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    background: linear-gradient(45deg, rgb(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(-45deg, rgb(255, 255, 255, 0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(255, 255, 255, 0.5) 75%), linear-gradient(-45deg, transparent 75%, rgb(255, 255, 255, 0.5) 75%);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(200,178,132,0.5);
    background: #ffffff;
    box-shadow: -1px -4px 12px 1px rgba(0, 0, 0, 0.6);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(176,111,79);
    scrollbar-width: none;
}header,footer {
    width: 100%;
}.EycsC_wrapper-skeleton {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.fcEkJ_contact_edu {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    width: 100%;
    left: 0;
    background: rgb(219,210,189);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    top: 0;
}header:before {
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(200,178,132) 0%, 
        rgb(176,111,79) 50%, 
        rgb(200,178,132) 100%
    );
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
}header:after {
    bottom: 0;
    background: 
        linear-gradient(135deg, rgb(219,210,189) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(219,210,189) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(219,210,189) 25%, transparent 25%),
        linear-gradient(45deg, rgb(219,210,189) 25%, transparent 25%);
    height: 100%;
    pointer-events: none;
    content: '';
    opacity: 0.4;
    width: 100%;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.01);
    background-size: 20px 20px;
}header .dScot_nav_learn {
    position: relative;
    overflow: hidden;
}header .dScot_nav_learn:before {
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(200,178,132,0.5),
        transparent
    );
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 1px;
}header .container {
    position: relative;
    padding: 15px 25px;
    max-width: 1200px;
    margin: 0 auto;
}header .container:before {
    top: 50%;
    position: absolute;
    width: 8px;
    content: '';
    transform: translateY(-50%) rotate(45deg);
    background: rgb(200,178,132);
    left: 10px;
    height: 8px;
    opacity: 0.7;
}header .container:after {
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    background: rgb(176,111,79);
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    opacity: 0.7;
}header .zugwd_head_mainbar {
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
}header .zugwd_head_mainbar:before {
    height: 1px;
    width: 100%;
    bottom: -10px;
    opacity: 0.2;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    content: '';
    position: absolute;
    left: 0;
}header .DjBeC_nav_page {
    gap: 30px;
    display: flex;
    position: relative;
    align-items: center;
}header .DjBeC_nav_page:before {
    opacity: 0;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0.9);
    content: '';
    background: rgb(200,178,132);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    transform-origin: center;
    bottom: -8px;
}header .DjBeC_nav_page:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}header .RVvih_top_pagebar {
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 8px 2px;
}header .RVvih_top_pagebar:before {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: 0;
    background: rgb(200,178,132);
    content: '';
    height: 2px;
    transform: translateX(-101%);
    position: absolute;
    width: 100%;
    left: 0;
}header .RVvih_top_pagebar:after {
    top: 100%;
    background: rgb(200,178,132);
    transition: all 0.3s ease;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    opacity: 0;
    height: 8px;
    content: '';
    left: 50%;
    position: absolute;
}header .RVvih_top_pagebar:hover {
    color: rgb(200,178,132);
}header .RVvih_top_pagebar:hover:before {
    transform: translateX(0);
}header .RVvih_top_pagebar:hover:after {
    top: calc(100% - 3px);
    opacity: 1;
}header .BxzOI_nav_teach {
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 5px 12px;
    align-items: center;
}header .BxzOI_nav_teach:before {
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(rgb(219,210,189), rgb(219,210,189)) padding-box,
                linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79)) border-box;
    border-radius: 10px;
    top: 0;
    opacity: 0;
    width: 100%;
}header .BxzOI_nav_teach:after {
    top: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(200,178,132), rgb(176,111,79));
    left: -5px;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
    transform: scale(0);
    height: 10px;
    opacity: 0;
    width: 10px;
}header .BxzOI_nav_teach:hover:before {
    opacity: 1;
}header .BxzOI_nav_teach:hover:after {
    opacity: 1;
    transform: scale(1);
}header .BxzOI_nav_teach svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .BxzOI_nav_teach:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .DjBeC_nav_page {
    gap: 20px;
}header .BxzOI_nav_teach svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .DjBeC_nav_page {
    right: -100%;
    max-width: 320px;
    width: 80%;
    flex-direction: column;
    background: rgb(219,210,189);
    z-index: 1001;
    padding: 75px 30px 30px;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    gap: 5px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    top: 0;
    height: 100vh;
}header .DjBeC_nav_page:before {
    top: 60px;
    height: 1px;
    left: 10%;
    width: 80%;
    bottom: auto;
}header .menu.active {
    right: 0;
}header .RVvih_top_pagebar {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .RVvih_top_pagebar:last-child {
    border-bottom: none;
}header .RVvih_top_pagebar:after {
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
}header .RVvih_top_pagebar:hover:after {
    left: 5px;
    top: 50%;
    opacity: 1;
}header .BxzOI_nav_teach {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .BxzOI_nav_teach svg {
    height: 35px;
}}.Hrbsu_program_information {
    grid-template-rows: 1fr;
    min-height: 100vh;
    display: grid;
    background-color: rgb(219,210,189);
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
}.Hrbsu_program_information .aehbn_career_lab {
    width: 100%;
    grid-column: 1;
    height: 100%;
    z-index: 1;
    grid-row: 1;
    position: relative;
}.Hrbsu_program_information .aehbn_career_lab::before {
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    height: 100%;
    width: 100%;
    z-index: 5;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
}.Hrbsu_program_information .yueGA_job_success {
    width: 500%;
    height: 100%;
    animation: carousel-slide 25s ease-in-out infinite;
    display: flex;
}.Hrbsu_program_information .aehbn_career_lab:hover .yueGA_job_success {
    animation-play-state: paused;
}.Hrbsu_program_information .djIRT_career_learn {
    position: relative;
    width: 20%;
    height: 100%;
}.Hrbsu_program_information .djIRT_career_learn img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}.Hrbsu_program_information .djIRT_career_learn:hover img {
    transform: scale(1.05);
}.Hrbsu_program_information .container {
    position: relative;
    width: 100%;
    justify-content: flex-end;
    padding: 0;
    grid-row: 1;
    display: flex;
    height: 100%;
    grid-column: 1 / 3;
    align-items: center;
    z-index: 10;
}.Hrbsu_program_information .dPhMC_skill_growth {
    margin-right: 5%;
    padding: 0;
    width: 55%;
    position: relative;
}.Hrbsu_program_information .DmFlo_job_ready {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 3.5rem;
    max-width: 700px;
}.Hrbsu_program_information .DmFlo_job_ready:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.Hrbsu_program_information .DmFlo_job_ready::before {
    width: 100%;
    opacity: 1;
    height: 100%;
    content: '';
    background-color: rgb(219,210,189);
    z-index: -1;
    top: 0;
    position: absolute;
    border-radius: 10px;
    left: 0;
}.Hrbsu_program_information .DmFlo_job_ready::after {
    left: 0;
    position: absolute;
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom,
                rgb(200,178,132) 0%,
                rgb(176,111,79) 100%);
    height: 100%;
    content: '';
}.Hrbsu_program_information .DmFlo_job_ready h3 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(200,178,132);
    padding-left: 1.5rem;
}.Hrbsu_program_information .DmFlo_job_ready h3::after {
    height: 3px;
    content: '';
    bottom: -0.5rem;
    left: 1.5rem;
    position: absolute;
    width: 50px;
    background-color: rgb(176,111,79);
}.Hrbsu_program_information .DmFlo_job_ready p {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.8;
    padding-left: 1.5rem;
    font-size: 16px;
}.Hrbsu_program_information .DmFlo_job_ready .QCglp_query_form {
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgb(200,178,132);
    background-color: transparent;
    text-decoration: none;
    border-radius: 10px;
    font-size: 19px;
    overflow: hidden;
    padding: 0.8rem 2rem;
    color: rgb(200,178,132);
    display: inline-block;
    margin-left: 1.5rem;
}.Hrbsu_program_information .DmFlo_job_ready .QCglp_query_form::before {
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    left: -100%;
    height: 100%;
    transition: all 0.3s ease;
    width: 100%;
    background-color: rgb(200,178,132);
}.Hrbsu_program_information .DmFlo_job_ready .QCglp_query_form:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(200,178,132), 0.3);
}.Hrbsu_program_information .DmFlo_job_ready .QCglp_query_form:hover::before {
    left: 0;
}.Hrbsu_program_information .DmFlo_job_ready .QCglp_query_form:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(200,178,132), 0.2);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.Hrbsu_program_information {
    flex-direction: column;
    min-height: auto;
    display: flex;
}.Hrbsu_program_information .aehbn_career_lab {
    height: 400px;
    width: 100%;
}.Hrbsu_program_information .aehbn_career_lab::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.Hrbsu_program_information .container {
    padding: 3rem 1rem;
    position: relative;
}.Hrbsu_program_information .dPhMC_skill_growth {
    margin-right: 0;
    width: 100%;
}.Hrbsu_program_information .DmFlo_job_ready {
    max-width: 100%;
}
}

@media (max-width: 767px) {.Hrbsu_program_information .aehbn_career_lab {
    height: 350px;
}.Hrbsu_program_information .DmFlo_job_ready h3 {
    font-size: calc(38px * 0.9);
}.Hrbsu_program_information .yueGA_job_success {
    width: 600%;
    animation-duration: 20s;
}.Hrbsu_program_information .djIRT_career_learn {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.Hrbsu_program_information .aehbn_career_lab {
    height: 300px;
}.Hrbsu_program_information .DmFlo_job_ready {
    padding: 2rem 1.5rem;
}.Hrbsu_program_information .DmFlo_job_ready h3 {
    padding-left: 1rem;
}.Hrbsu_program_information .DmFlo_job_ready p {
    padding-left: 1rem;
}.Hrbsu_program_information .DmFlo_job_ready .QCglp_query_form {
    margin-left: 1rem;
}}.XYSkq_secure_bunker {
    overflow: hidden;
    width: 100%;
    background-color: rgb(176,111,79);
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    padding: 30px;
}.XYSkq_secure_bunker h1 {
    color: rgb(200,178,132);
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 700;
    margin-top: 30px;
}.XYSkq_secure_bunker h2 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 32px;
    color: rgb(200,178,132);
    margin-top: 25px;
}.XYSkq_secure_bunker h3, .XYSkq_secure_bunker h4, .XYSkq_secure_bunker h5, .XYSkq_secure_bunker h6 {
    color: rgb(200,178,132);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 400;
}.XYSkq_secure_bunker li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ffffff;
}.XYSkq_secure_bunker section {
    border-radius: 17px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.XYSkq_secure_bunker p, .XYSkq_secure_bunker span, .XYSkq_secure_bunker div {
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 800px) {.XYSkq_secure_bunker {
    padding: 20px;
}.XYSkq_secure_bunker h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: calc(21px - 5px);
}.XYSkq_secure_bunker h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(21px - 3px);
}.XYSkq_secure_bunker h3, .XYSkq_secure_bunker h4, .XYSkq_secure_bunker h5, .XYSkq_secure_bunker h6 {
    font-size: calc(21px - 2px);
    margin-top: 15px;
    margin-bottom: 5px;
}.XYSkq_secure_bunker ul, .XYSkq_secure_bunker ol {
    padding: 5px 0;
    margin: 10px 0;
}.XYSkq_secure_bunker li {
    font-size: calc(14px - 1px);
    margin-bottom: 5px;
}.XYSkq_secure_bunker p, .XYSkq_secure_bunker span, .XYSkq_secure_bunker div {
    font-size: calc(14px - 1px);
    margin-bottom: 4px;
}}.txrRz_test_drive {
    background: rgb(219,210,189);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.txrRz_test_drive::before {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.04;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: '';
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
}.txrRz_test_drive .dPhMC_skill_growth {
    display: grid;
    border-left: 4px solid rgb(200,178,132);
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    position: relative;
    z-index: 10;
    padding-left: 50px;
}.txrRz_test_drive .container p {
    grid-column: 1 / -1;
    color: #000000;
    margin: 0;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    z-index: 5;
    font-size: 36px;
}.txrRz_test_drive .QCglp_query_form {
    font-weight: 600;
    font-size: 17px;
    grid-column: 1 / 2;
    box-shadow: 5px 5px 0 rgb(200,178,132);
    transition: all 0.3s ease;
    padding: 20px 40px;
    background: rgb(219,210,189);
    position: relative;
    text-transform: uppercase;
    border-radius: 26px;
    overflow: hidden;
    z-index: 5;
    text-decoration: none;
    letter-spacing: 1px;
    color: #ffffff;
}.txrRz_test_drive .QCglp_query_form::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    transition: 0.5s;
    content: '';
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.txrRz_test_drive .QCglp_query_form:hover {
    box-shadow: 0 0 0 rgb(200,178,132);
    transform: translate(5px, 5px);
}.txrRz_test_drive .QCglp_query_form:hover::before {
    left: 100%;
}.txrRz_test_drive .dPhMC_skill_growth::before {
    right: -175px;
    position: absolute;
    content: '';
    height: 350px;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.3;
    border: 2px solid rgb(200,178,132,0.5);
    width: 350px;
    top: -175px;
}.txrRz_test_drive .dPhMC_skill_growth::after {
    width: 200px;
    z-index: -1;
    border-radius: 50%;
    border: 2px solid rgb(176,111,79,0.5);
    position: absolute;
    right: -50px;
    content: '';
    opacity: 0.3;
    height: 200px;
    bottom: -100px;
}.txrRz_test_drive::after {
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(200,178,132,0.5) 100%);
    opacity: 0.05;
}

@media (max-width: 991px) {.txrRz_test_drive {
    padding: 80px 0;
}.txrRz_test_drive .dPhMC_skill_growth {
    gap: 40px;
    padding-left: 30px;
}.txrRz_test_drive .container p {
    font-size: calc(22px * 1.2);
}.txrRz_test_drive .QCglp_query_form {
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.txrRz_test_drive {
    padding: 60px 0;
}.txrRz_test_drive .dPhMC_skill_growth {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-left: 20px;
}.txrRz_test_drive .container p {
    font-size: 22px;
}.txrRz_test_drive .QCglp_query_form {
    padding: 15px 30px;
    grid-column: 1;
}
}

@media (max-width: 480px) {.txrRz_test_drive {
    padding: 40px 0;
}.txrRz_test_drive .dPhMC_skill_growth {
    padding-left: 15px;
    gap: 20px;
    border-left-width: 3px;
}.txrRz_test_drive .container p {
    font-size: calc(13px * 1.2);
}.txrRz_test_drive .QCglp_query_form {
    padding: 12px 25px;
    font-size: calc(17px * 0.9);
}}.oWhZd_follow {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(176,111,79,0.5), rgb(200,178,132));
    z-index: 1;
    overflow: hidden;
}.oWhZd_follow::before {
    width: 40%;
    height: 70%;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    position: absolute;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    background: rgb(176,111,79);
    z-index: -1;
    opacity: 0.1;
    right: -5%;
    animation: floatElement 8s infinite ease-in-out;
    content: "";
}.oWhZd_follow::after {
    content: "";
    background: rgb(200,178,132);
    bottom: -10%;
    width: 30%;
    height: 60%;
    left: -5%;
    position: absolute;
    animation: floatElement 8s infinite ease-in-out reverse;
    z-index: -1;
    opacity: 0.1;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
    transform: rotate(15deg) skew(-15deg);
}.oWhZd_follow .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.oWhZd_follow .dPhMC_skill_growth {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
}.oWhZd_follow .dPhMC_skill_growth:hover {
    transform: perspective(1000px) rotateX(0);
}.oWhZd_follow .dPhMC_skill_growth::before {
    position: absolute;
    animation: gradientMove 6s infinite linear;
    right: 0;
    content: "";
    left: 0;
    top: 0;
    height: 4px;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79), rgb(200,178,132));
}.oWhZd_follow h3 {
    max-width: 90%;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    font-size: 21px;
    color: #000000;
    padding-left: 1rem;
}.oWhZd_follow h3::before {
    width: 3px;
    top: 0.2em;
    background: rgb(200,178,132);
    content: "";
    left: 0;
    transform: scaleY(0);
    bottom: 0.2em;
    border-radius: 10px;
    position: absolute;
    animation: scaleUp 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    transform-origin: bottom;
}.oWhZd_follow .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
}.oWhZd_follow .input_holder div {
    overflow: hidden;
    position: relative;
    flex-grow: 1;
}.oWhZd_follow .input_holder div::after {
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(176,111,79), rgb(200,178,132));
    bottom: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.oWhZd_follow .input_holder div:focus-within::after {
    transform: scaleX(1);
}.oWhZd_follow .hRBZj_sub_cards {
    font-size: 16px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    padding: 1rem 1.2rem;
}.oWhZd_follow .hRBZj_sub_cards:focus {
    border-color: rgb(200,178,132,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}.oWhZd_follow .hRBZj_sub_cards::placeholder {
    color: rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
}.oWhZd_follow .hRBZj_sub_cards:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.7;
}.oWhZd_follow .YfwBV_start_classes {
    overflow: hidden;
    justify-content: center;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-flex;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    padding: 1rem 2rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: linear-gradient(45deg, rgb(200,178,132), rgb(176,111,79));
    text-transform: uppercase;
    align-items: center;
    font-size: 19px;
}.oWhZd_follow .YfwBV_start_classes::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
    left: -100%;
    width: 100%;
    transition: all 0.6s ease;
}.oWhZd_follow .YfwBV_start_classes:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.oWhZd_follow .YfwBV_start_classes:hover::before {
    left: 100%;
}

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

@keyframes floatElement {
    0%, 100% { transform: translate(0, 0) rotate(-15deg) skew(15deg); }
    50% { transform: translate(10px, -10px) rotate(-15deg) skew(15deg); }
}

@keyframes scaleUp {
    0% { transform: scaleY(0); }
    100% { transform: scaleY(1); }
}

@media (min-width: 768px) {.oWhZd_follow h3 {
    max-width: 80%;
    font-size: calc(21px * 1.1);
}.oWhZd_follow .input_holder {
    flex-direction: row;
}.oWhZd_follow .dPhMC_skill_growth {
    clip-path: polygon(calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 0);
    padding: 4rem;
}.oWhZd_follow .hRBZj_sub_cards {
    border-radius: 10px 0 0 10px;
}.oWhZd_follow .YfwBV_start_classes {
    padding: 1rem 2.5rem;
    border-radius: 0 10px 10px 0;
}
}

@media (min-width: 992px) {.oWhZd_follow .dPhMC_skill_growth {
    margin: 0 auto;
    max-width: 90%;
}.oWhZd_follow h3 {
    max-width: 70%;
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 767px) {.oWhZd_follow {
    padding: 4rem 0;
}.oWhZd_follow .dPhMC_skill_growth {
    padding: 2.5rem 1.5rem;
}.oWhZd_follow h3 {
    font-size: calc(21px * 0.9);
    padding-left: 0.75rem;
}.oWhZd_follow .hRBZj_sub_cards {
    border-radius: 10px;
    margin-bottom: 1rem;
}.oWhZd_follow .YfwBV_start_classes {
    border-radius: 10px;
    width: 100%;
}}.AejUE_user_testimonials {
    background: rgb(219,210,189);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.AejUE_user_testimonials::before {
    background-size: 50px 50px;
    opacity: 0.05;
    height: 100%;
    left: 0;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    z-index: 1;
    content: "";
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(200,178,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(200,178,132,0.5) 87.5%, rgb(200,178,132,0.5)),
        linear-gradient(150deg, rgb(200,178,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(200,178,132,0.5) 87.5%, rgb(200,178,132,0.5)),
        linear-gradient(30deg, rgb(200,178,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(200,178,132,0.5) 87.5%, rgb(200,178,132,0.5)),
        linear-gradient(150deg, rgb(200,178,132,0.5) 12%, transparent 12.5%, transparent 87%, rgb(200,178,132,0.5) 87.5%, rgb(200,178,132,0.5)),
        linear-gradient(60deg, rgb(176,111,79,0.5) 25%, transparent 25.5%, transparent 75%, rgb(176,111,79,0.5) 75%, rgb(176,111,79,0.5)),
        linear-gradient(60deg, rgb(176,111,79,0.5) 25%, transparent 25.5%, transparent 75%, rgb(176,111,79,0.5) 75%, rgb(176,111,79,0.5));
    width: 100%;
    top: 0;
}.AejUE_user_testimonials .dPhMC_skill_growth {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.AejUE_user_testimonials h4 {
    font-weight: 700;
    margin-bottom: 70px;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 34px;
    transform: skew(-5deg);
}.AejUE_user_testimonials h4::before {
    background: rgb(176,111,79,0.5);
    left: -50px;
    content: "";
    height: 10px;
    z-index: -1;
    bottom: -5px;
    position: absolute;
    transform: skew(15deg);
    width: 200%;
}.AejUE_user_testimonials h4::after {
    top: -15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -40px;
    background: rgb(200,178,132,0.5);
    width: 30px;
    animation: rotate 6s linear infinite;
    position: absolute;
    content: "";
    height: 30px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.AejUE_user_testimonials .qSdBZ_success_feedback {
    position: relative;
    display: grid;
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}.AejUE_user_testimonials .gnsiZ_rating_insights {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 40px 30px;
    position: relative;
    background: #ffffff;
}.AejUE_user_testimonials .gnsiZ_rating_insights::before {
    inset: 0;
    clip-path: inherit;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(200,178,132,0.5), rgb(176,111,79,0.5));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate(8px, 8px);
    z-index: -1;
}.AejUE_user_testimonials .gnsiZ_rating_insights::after {
    content: "";
    z-index: -2;
    height: 50px;
    position: absolute;
    width: 50px;
    right: 15%;
    background: rgb(219,210,189);
    transform: rotate(45deg) translateY(25px);
    bottom: 0;
}.AejUE_user_testimonials .gnsiZ_rating_insights:nth-child(odd)::after {
    background: rgb(200,178,132,0.5);
}.AejUE_user_testimonials .gnsiZ_rating_insights:nth-child(even)::after {
    background: rgb(176,111,79,0.5);
}.AejUE_user_testimonials .gnsiZ_rating_insights:hover {
    transform: translateY(-15px);
}.AejUE_user_testimonials .gnsiZ_rating_insights:hover::before {
    transform: translate(4px, 4px);
}.AejUE_user_testimonials .sRvHn_pic_frame {
    position: absolute;
    right: 20px;
    height: 80px;
    top: -20px;
    width: 80px;
    border: 3px solid #ffffff;
    z-index: 3;
    transition: all 0.4s ease;
}.AejUE_user_testimonials .gnsiZ_rating_insights:nth-child(odd) .sRvHn_pic_frame {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.AejUE_user_testimonials .gnsiZ_rating_insights:nth-child(even) .sRvHn_pic_frame {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.AejUE_user_testimonials .gnsiZ_rating_insights:hover .sRvHn_pic_frame {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) rotate(-5deg);
}.AejUE_user_testimonials .gnsiZ_rating_insights span {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 21px;
    border-bottom: 1px dashed rgb(200,178,132,0.5);
}.AejUE_user_testimonials .gnsiZ_rating_insights p {
    line-height: 1.6;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    position: relative;
}.AejUE_user_testimonials .gnsiZ_rating_insights p::first-letter {
    font-size: 1.5em;
    color: rgb(200,178,132);
    font-weight: 700;
}.AejUE_user_testimonials .qSdBZ_success_feedback::before {
    position: absolute;
    content: "";
    top: -50px;
    border: 10px solid rgb(176,111,79,0.5);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    z-index: -1;
    left: 10%;
}.AejUE_user_testimonials .qSdBZ_success_feedback::after {
    right: 10%;
    z-index: -1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    content: "";
    height: 150px;
    width: 150px;
    bottom: -75px;
    background: rgb(200,178,132,0.5);
    opacity: 0.2;
    position: absolute;
}

@media (max-width: 767px) {.AejUE_user_testimonials {
    padding: 70px 0;
}.AejUE_user_testimonials h4 {
    transform: none;
    text-align: center;
    margin-bottom: 60px;
    font-size: calc(34px * 0.85);
    display: block;
}.AejUE_user_testimonials h4::before {
    width: 100%;
    transform: none;
    left: 0;
}.AejUE_user_testimonials .qSdBZ_success_feedback {
    gap: 50px;
    grid-template-columns: 1fr;
}.AejUE_user_testimonials .gnsiZ_rating_insights {
    padding: 30px 25px;
}.AejUE_user_testimonials .sRvHn_pic_frame {
    right: 15px;
    height: 70px;
    width: 70px;
    top: -15px;
}.AejUE_user_testimonials .gnsiZ_rating_insights span {
    font-size: calc(21px * 0.9);
}.AejUE_user_testimonials .gnsiZ_rating_insights p {
    font-size: calc(14px * 0.9);
}}.bmVYW_learning_impact {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, #ffffff 75%);
}.bmVYW_learning_impact::before {
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(200,178,132,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(200,178,132,0.5) 12px
    );
    opacity: 0.05;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}.bmVYW_learning_impact::after {
    z-index: 0;
    height: 200%;
    top: -50%;
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 70%);
    opacity: 0.07;
    width: 60%;
    content: "";
    right: -20%;
}.bmVYW_learning_impact .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.bmVYW_learning_impact .dPhMC_skill_growth {
    perspective: 1000px;
    align-items: center;
    display: flex;
    transform-style: preserve-3d;
    gap: 50px;
    flex-direction: column-reverse;
}.bmVYW_learning_impact .mLiUT_text_holder {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(200,178,132);
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04),
                0 3px 5px rgb(200,178,132,0.5);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    transform: translateZ(20px);
    flex: 1;
}.bmVYW_learning_impact .mLiUT_text_holder:hover {
    transform: translateZ(30px) translateX(5px);
}.bmVYW_learning_impact h4 {
    font-size: 20px;
    position: relative;
    color: #000000;
    margin: 0 0 30px;
    line-height: 1.4;
    font-weight: 700;
}.bmVYW_learning_impact h4::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    transform: scaleX(1);
    background: rgb(200,178,132);
    height: 3px;
    bottom: -10px;
}.bmVYW_learning_impact .mLiUT_text_holder:hover h4::after {
    transform: scaleX(1.5);
}.bmVYW_learning_impact .mLiUT_text_holder > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.bmVYW_learning_impact ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.bmVYW_learning_impact li {
    margin-bottom: 18px;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.bmVYW_learning_impact li:hover {
    transform: translateX(10px);
}.bmVYW_learning_impact li p {
    display: flex;
    margin: 0;
    align-items: flex-start;
    color: #000000;
    gap: 15px;
    line-height: 1.6;
    font-size: 15px;
}.bmVYW_learning_impact li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}.bmVYW_learning_impact li p span:last-child {
    flex-grow: 1;
}.bmVYW_learning_impact svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    width: 20px;
    height: 20px;
}.bmVYW_learning_impact li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.bmVYW_learning_impact svg path {
    fill: rgb(200,178,132);
    transition: fill 0.3s ease;
}.bmVYW_learning_impact li:hover svg path {
    fill: rgb(176,111,79);
}.bmVYW_learning_impact .sRvHn_pic_frame {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.1),
                15px 15px 30px rgba(0, 0, 0, 0.07),
                5px 5px 10px rgb(200,178,132,0.5);
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg) translateZ(0);
    height: auto;
    border-radius: 3px;
    filter: saturate(1.1) contrast(1.05);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    max-width: 100%;
}.bmVYW_learning_impact .sRvHn_pic_frame:hover {
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.12),
                20px 20px 40px rgba(0, 0, 0, 0.08),
                8px 8px 15px rgb(200,178,132,0.5);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(20px);
}

@media (min-width: 768px) {.bmVYW_learning_impact .dPhMC_skill_growth {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.bmVYW_learning_impact .mLiUT_text_holder {
    flex: 0 0 55%;
}.bmVYW_learning_impact .mLiUT_text_holder > div {
    flex-direction: row;
    gap: 30px;
}.bmVYW_learning_impact .mLiUT_text_holder > div > div {
    flex: 1;
}.bmVYW_learning_impact h4 {
    font-size: calc(20px * 1.1);
}.bmVYW_learning_impact li p span:last-child {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.bmVYW_learning_impact {
    padding: 150px 0;
}.bmVYW_learning_impact .dPhMC_skill_growth {
    gap: 80px;
}.bmVYW_learning_impact .mLiUT_text_holder {
    padding: 50px;
    flex: 0 0 50%;
}.bmVYW_learning_impact h4 {
    font-size: calc(20px * 1.2);
    margin-bottom: 40px;
}.bmVYW_learning_impact h4::after {
    width: 90px;
}.bmVYW_learning_impact .sRvHn_pic_frame {
    max-width: 45%;
}.bmVYW_learning_impact li {
    margin-bottom: 22px;
}@keyframes floatAnimation {
        0% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
        50% { transform: translateY(-10px) rotateY(-7deg) rotateX(3deg); }
        100% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
    }
    
    .bmVYW_learning_impact .sRvHn_pic_frame {
    animation: floatAnimation 8s ease-in-out infinite;
}.bmVYW_learning_impact .sRvHn_pic_frame:hover {
    animation-play-state: paused;
}
}

@media (min-width: 1200px) {.bmVYW_learning_impact .dPhMC_skill_growth {
    gap: 100px;
}.bmVYW_learning_impact .mLiUT_text_holder {
    padding: 60px;
    flex: 0 0 45%;
}.bmVYW_learning_impact h4 {
    font-size: calc(20px * 1.3);
}.bmVYW_learning_impact li p {
    font-size: calc(15px * 1.1);
}.bmVYW_learning_impact svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 767px) {.bmVYW_learning_impact {
    padding: 80px 0;
}.bmVYW_learning_impact .mLiUT_text_holder {
    padding: 30px;
}.bmVYW_learning_impact h4 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.bmVYW_learning_impact li {
    margin-bottom: 15px;
}.bmVYW_learning_impact li p {
    font-size: calc(15px * 0.95);
}.bmVYW_learning_impact .sRvHn_pic_frame {
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    width: 90%;
}}.jFnSD_cookieUsagePromptPanel {
    z-index: 90;
    position: fixed;
    bottom: 0;
    background: rgb(219,210,189);
    border-top: 2px solid rgb(200,178,132);
    width: 100%;
}.hroPY_digital_tracking {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.jFnSD_cookieUsagePromptPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#maZeA_cookieBannerAlert {
    display: none;
}#maZeA_cookieBannerAlert:checked ~ .jFnSD_cookieUsagePromptPanel {
    visibility: hidden;
    opacity: 0;
}.jFnSD_cookieUsagePromptPanel p {
    font-size: 18px;
}.zpxwK_cookie_all {
    margin-right: 10px;
    flex-shrink: 0;
}.zpxwK_cookie_all svg, .zpxwK_cookie_all svg path, .zpxwK_cookie_all img {
    fill: rgb(200,178,132);
    height: 100px;
    width: 100px;
}.GiSEz_cookie_controls {
    color: rgb(200,178,132);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(200,178,132);
    min-width: 120px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 10px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
}.jFnSD_cookieUsagePromptPanel p a {
    text-decoration: none;
    color: rgb(200,178,132);
}
@media only screen and (max-width: 1200px) {.jFnSD_cookieUsagePromptPanel {
    padding: 20px;
}}

.EycsC_wrapper-skeleton .jFnSD_cookieUsagePromptPanel {
    box-shadow: rgb(176,111,79,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(176,111,79);
    border: none;
}.EycsC_wrapper-skeleton .GiSEz_cookie_controls {
    border: none;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    font-weight: 400;
    background: rgb(200,178,132);
}.EycsC_wrapper-skeleton .EPILx_cookie_list h5, .EycsC_wrapper-skeleton .EPILx_cookie_list p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.zpxwK_cookie_all {
    display: none;
}.hroPY_digital_tracking {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.jFnSD_cookieUsagePromptPanel h5 {
    text-align: center;
}.jFnSD_cookieUsagePromptPanel p {
    text-align: center;
}.EPILx_cookie_list {
    margin-bottom: 20px;
}body .EycsC_wrapper-skeleton .GiSEz_cookie_controls {
    margin-bottom: 10px;
    margin-left: 0;
}}.pwovQ_teaching_history {
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.pwovQ_teaching_history::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotateBg 30s linear infinite;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(200,178,132,0.5) 90deg, transparent 180deg, rgb(176,111,79,0.5) 270deg, transparent 360deg);
    opacity: 0.2;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pwovQ_teaching_history .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.pwovQ_teaching_history .gnsiZ_rating_insights {
    padding: 3rem;
    transition: transform 0.3s ease;
    display: grid;
    background-color: rgba(0, 0, 0, 0.5);
    grid-gap: 1.5rem;
    grid-template-columns: minmax(250px, 35%) 1fr;
    backdrop-filter: blur(8px);
    border-radius: 29px;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(2deg);
}.pwovQ_teaching_history .gnsiZ_rating_insights:hover {
    transform: perspective(1000px) rotateX(0);
}.pwovQ_teaching_history .sRvHn_pic_frame {
    height: 100%;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    grid-area: photo;
    transform: translateZ(20px);
    border-radius: 29px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    min-height: 350px;
}.pwovQ_teaching_history .gnsiZ_rating_insights:hover .sRvHn_pic_frame {
    transform: translateZ(30px);
}.pwovQ_teaching_history .name {
    transform: translateZ(10px);
    color: #ffffff;
    font-weight: 700;
    grid-area: name;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 34px;
    margin-bottom: 0.5rem;
}.pwovQ_teaching_history .gnsiZ_rating_insights span:not(.name) {
    grid-area: job;
    margin-bottom: 1rem;
    transform: translateZ(5px);
    color: rgb(176,111,79);
    font-size: 22px;
    font-weight: 600;
}.pwovQ_teaching_history .tfTrG_employee_content {
    border-radius: 10px;
    transform: translateZ(15px);
    padding: 1.5rem;
    border-left: 4px solid rgb(200,178,132);
    line-height: 1.6;
    position: relative;
    font-size: 12px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    color: #ffffff;
    grid-area: quote;
}.pwovQ_teaching_history .tfTrG_employee_content::before {
    position: absolute;
    mix-blend-mode: overlay;
    background: linear-gradient(90deg, rgb(200,178,132,0.5) 0%, transparent 100%);
    width: 100%;
    opacity: 0.1;
    left: 0;
    height: 100%;
    border-radius: 10px;
    content: "";
    top: 0;
}

@media (max-width: 991px) {.pwovQ_teaching_history .gnsiZ_rating_insights {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.pwovQ_teaching_history .sRvHn_pic_frame {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.pwovQ_teaching_history {
    padding: 3rem 0;
}.pwovQ_teaching_history .gnsiZ_rating_insights {
    grid-template-areas:
            "sRvHn_pic_frame"
            "name"
            "cevwY_work_projects"
            "tfTrG_employee_content";
    grid-template-columns: 1fr;
    padding: 2rem;
}.pwovQ_teaching_history .sRvHn_pic_frame {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}.izPhl_company_info {
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.izPhl_company_info::before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    transform: skewY(-6deg) translateY(-30%);
    background: rgb(200,178,132);
    height: 50%;
    z-index: 1;
}.izPhl_company_info .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.izPhl_company_info .dPhMC_skill_growth {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 40px;
}.izPhl_company_info .lsaoU_who_mentors {
    flex: 0 0 300px;
    position: relative;
    text-align: center;
}.izPhl_company_info .sRvHn_pic_frame {
    height: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
    border: 8px solid #ffffff;
    overflow: hidden;
    margin: 0 auto 25px;
    position: relative;
    width: 220px;
    border-radius: 50%;
}.izPhl_company_info .UHCRT_learn_space {
    margin-bottom: 20px;
}.izPhl_company_info .VWKPh_study_studio {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}.izPhl_company_info .JIxmv_value_vision {
    font-weight: 600;
    padding: 0 15px;
    color: rgb(200,178,132);
    position: relative;
    display: inline-block;
    font-size: 12px;
}.izPhl_company_info .JIxmv_value_vision::before,
.izPhl_company_info .JIxmv_value_vision::after {
    height: 1px;
    content: '';
    position: absolute;
    background-color: rgb(200,178,132,0.5);
    width: 30px;
    top: 50%;
}.izPhl_company_info .JIxmv_value_vision::before {
    left: -30px;
}.izPhl_company_info .JIxmv_value_vision::after {
    right: -30px;
}.izPhl_company_info .mLiUT_text_holder {
    background-color: #ffffff;
    min-width: 300px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 50px;
    border-radius: 28px;
    flex: 1;
}.izPhl_company_info .mLiUT_text_holder::before {
    height: 60px;
    position: absolute;
    left: 30px;
    border-left: 4px solid rgb(200,178,132,0.5);
    top: 30px;
    opacity: 0.5;
    border-top: 4px solid rgb(200,178,132,0.5);
    width: 60px;
    content: '';
}.izPhl_company_info .mLiUT_text_holder::after {
    right: 30px;
    width: 60px;
    opacity: 0.5;
    border-right: 4px solid rgb(176,111,79,0.5);
    border-bottom: 4px solid rgb(176,111,79,0.5);
    content: '';
    bottom: 30px;
    position: absolute;
    height: 60px;
}.izPhl_company_info .xVHPE_skill_track {
    margin-bottom: 25px;
    align-items: center;
    color: #000000;
    font-size: 18px;
    display: flex;
    font-weight: 600;
}.izPhl_company_info .xVHPE_skill_track svg {
    margin-right: 10px;
    height: 35px;
    width: 35px;
    fill: rgb(200,178,132);
}.izPhl_company_info .xVHPE_skill_track svg path {
    fill: rgb(200,178,132);
}.izPhl_company_info h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-size: 37px;
}.izPhl_company_info h2::after {
    left: 0;
    background: rgb(200,178,132);
    height: 3px;
    bottom: 0;
    width: 70px;
    position: absolute;
    content: '';
}.izPhl_company_info p {
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}.izPhl_company_info p::first-line {
    font-weight: 600;
    color: #000000;
}

@media (max-width: 992px) {.izPhl_company_info {
    padding: 80px 0;
}.izPhl_company_info .lsaoU_who_mentors {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.izPhl_company_info .mLiUT_text_holder {
    padding: 40px;
    flex: 0 0 100%;
}.izPhl_company_info .mLiUT_text_holder::before,
    .izPhl_company_info .mLiUT_text_holder::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 768px) {.izPhl_company_info {
    padding: 60px 0;
}.izPhl_company_info .sRvHn_pic_frame {
    height: 180px;
    border-width: 6px;
    width: 180px;
}.izPhl_company_info .mLiUT_text_holder {
    padding: 30px;
}.izPhl_company_info h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.izPhl_company_info .mLiUT_text_holder::before,
    .izPhl_company_info .mLiUT_text_holder::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.izPhl_company_info {
    padding: 40px 0;
}.izPhl_company_info .sRvHn_pic_frame {
    margin-bottom: 20px;
    height: 150px;
    border-width: 5px;
    width: 150px;
}.izPhl_company_info .VWKPh_study_studio {
    font-size: calc(18px * 0.9);
}.izPhl_company_info .JIxmv_value_vision {
    font-size: calc(12px * 0.9);
    padding: 0 10px;
}.izPhl_company_info .JIxmv_value_vision::before,
    .izPhl_company_info .JIxmv_value_vision::after {
    width: 20px;
}.izPhl_company_info .JIxmv_value_vision::before {
    left: -20px;
}.izPhl_company_info .JIxmv_value_vision::after {
    right: -20px;
}.izPhl_company_info .mLiUT_text_holder {
    padding: 25px 20px;
}.izPhl_company_info h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
}.izPhl_company_info p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.izPhl_company_info .xVHPE_skill_track {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.izPhl_company_info .xVHPE_skill_track svg {
    height: 30px;
    width: 30px;
}.izPhl_company_info .mLiUT_text_holder::before,
    .izPhl_company_info .mLiUT_text_holder::after {
    border-width: 3px;
    height: 25px;
    width: 25px;
}}.EZGsg_data_statistics {
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
}.EZGsg_data_statistics::before {
    opacity: 0.3;
    width: 200px;
    content: "";
    transform: rotate(45deg);
    height: 200px;
    position: absolute;
    right: -50px;
    background: rgb(200,178,132,0.5);
    top: -50px;
    z-index: 1;
}.EZGsg_data_statistics::after {
    width: 200px;
    height: 200px;
    left: -50px;
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    background: rgb(176,111,79,0.5);
    bottom: -50px;
}.EZGsg_data_statistics h3 {
    font-size: 31px;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    letter-spacing: -0.5px;
}.EZGsg_data_statistics h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
    background: rgb(200,178,132);
}.EZGsg_data_statistics .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.EZGsg_data_statistics ul {
    margin: 0;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}.EZGsg_data_statistics .tmEuw_program_statistics {
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 5px solid rgb(200,178,132);
    background: #ffffff;
    transform: translateZ(0);
}.EZGsg_data_statistics .tmEuw_program_statistics::before {
    background: linear-gradient(135deg, transparent 0%, rgb(200,178,132,0.5) 300%);
    transition: opacity 0.5s ease;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
}.EZGsg_data_statistics .tmEuw_program_statistics:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.EZGsg_data_statistics .tmEuw_program_statistics:hover::before {
    opacity: 0.1;
}.EZGsg_data_statistics .tmEuw_program_statistics span {
    position: relative;
    display: block;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 1rem;
    font-size: calc(14px * 0.95);
    color: #000000;
    transition: transform 0.3s ease;
}.EZGsg_data_statistics .tmEuw_program_statistics:hover span {
    transform: translateX(5px);
}.EZGsg_data_statistics .tmEuw_program_statistics p {
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    color: rgb(200,178,132);
    font-weight: 700;
    font-size: calc(40px * 1.2);
    margin: 0;
}.EZGsg_data_statistics .tmEuw_program_statistics:hover p {
    color: rgb(176,111,79);
    transform: scale(1.1);
}.EZGsg_data_statistics .tmEuw_program_statistics:nth-child(2n) {
    border-left: 5px solid rgb(176,111,79);
}.EZGsg_data_statistics .tmEuw_program_statistics:nth-child(2n) p {
    color: rgb(176,111,79);
}.EZGsg_data_statistics .tmEuw_program_statistics:nth-child(2n):hover p {
    color: rgb(200,178,132);
}.EZGsg_data_statistics .tmEuw_program_statistics:nth-child(3n) {
    border-left: 5px solid #000000;
}.EZGsg_data_statistics .tmEuw_program_statistics:nth-child(3n) p {
    color: #000000;
}.EZGsg_data_statistics .tmEuw_program_statistics:nth-child(3n):hover p {
    color: rgb(200,178,132);
}

@media (max-width: 992px) {.EZGsg_data_statistics {
    padding: 4rem 1.5rem;
}.EZGsg_data_statistics h3 {
    font-size: calc(31px * 0.9);
}.EZGsg_data_statistics ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.EZGsg_data_statistics {
    padding: 3rem 1rem;
}.EZGsg_data_statistics h3 {
    font-size: calc(31px * 0.85);
    margin-bottom: 2rem;
}.EZGsg_data_statistics h3::after {
    bottom: -10px;
    width: 60px;
}.EZGsg_data_statistics ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.EZGsg_data_statistics .tmEuw_program_statistics {
    padding: 1.5rem;
}.EZGsg_data_statistics .tmEuw_program_statistics p {
    font-size: calc(40px * 1.1);
}
}

@media (max-width: 576px) {.EZGsg_data_statistics {
    padding: 2.5rem 0.75rem;
}.EZGsg_data_statistics ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.EZGsg_data_statistics .tmEuw_program_statistics {
    padding: 1.25rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.EZGsg_data_statistics .tmEuw_program_statistics span {
    margin-bottom: 0;
    max-width: 70%;
    font-size: calc(14px * 0.9);
}.EZGsg_data_statistics .tmEuw_program_statistics p {
    font-size: 40px;
}.EZGsg_data_statistics .tmEuw_program_statistics:hover {
    transform: translateY(-5px);
}
}

@media (hover: none) {.EZGsg_data_statistics .tmEuw_program_statistics:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.EZGsg_data_statistics .tmEuw_program_statistics:hover span {
    transform: none;
}.EZGsg_data_statistics .tmEuw_program_statistics:hover p {
    transform: none;
    color: inherit;
}.EZGsg_data_statistics .tmEuw_program_statistics:hover::before {
    opacity: 0;
}}.jKdWO_get_in_touch {
    position: relative;
    background: rgb(219,210,189);
    overflow: hidden;
    padding: 100px 0;
}.jKdWO_get_in_touch::before {
    top: 0;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(200,178,132,0.5) 0,
        rgb(200,178,132,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.07;
    width: 100%;
}.jKdWO_get_in_touch::after {
    width: 100%;
    z-index: 1;
    left: 0;
    background-size: 30px 30px;
    height: 100%;
    top: 0;
    opacity: 0.07;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(rgb(176,111,79,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(176,111,79,0.5) 1px, transparent 1px);
}.jKdWO_get_in_touch .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.jKdWO_get_in_touch h2 {
    left: 50%;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 20px;
    transform: translateX(-50%);
}.jKdWO_get_in_touch h2::before {
    height: 4px;
    background: rgb(200,178,132);
    width: 80px;
    content: "";
    bottom: 0;
    left: calc(50% - 40px);
    position: absolute;
}.jKdWO_get_in_touch h2::after {
    width: 30px;
    content: "";
    background: rgb(176,111,79);
    height: 4px;
    left: calc(50% - 15px);
    bottom: 0;
    position: absolute;
}.jKdWO_get_in_touch .ShszO_reach_info {
    margin-top: 50px;
    display: flex;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
}.jKdWO_get_in_touch .sRvHn_pic_frame {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}.jKdWO_get_in_touch .sRvHn_pic_frame::before {
    background: linear-gradient(
        135deg, 
        rgba(rgb(200,178,132), 0.4), 
        rgba(rgb(176,111,79), 0.4)
    );
    content: "";
    inset: 0;
    z-index: 1;
    position: absolute;
}.jKdWO_get_in_touch .pMIlj_inquiry_box {
    flex-direction: column;
    display: flex;
    flex: 0 0 55%;
    justify-content: center;
    position: relative;
    padding: 60px;
}.jKdWO_get_in_touch .pMIlj_inquiry_box::before {
    width: 150px;
    content: "";
    right: -75px;
    border-radius: 50%;
    position: absolute;
    height: 150px;
    z-index: 0;
    top: -75px;
    border: 30px solid rgb(200,178,132,0.5);
}.jKdWO_get_in_touch .pMIlj_inquiry_box::after {
    height: 100px;
    left: -50px;
    bottom: -50px;
    z-index: 0;
    background: rgb(176,111,79,0.5);
    transform: rotate(45deg);
    width: 100px;
    border-radius: 0;
    content: "";
    position: absolute;
}.jKdWO_get_in_touch form {
    z-index: 2;
    position: relative;
}.jKdWO_get_in_touch form h3 {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    font-size: 21px;
}.jKdWO_get_in_touch form h3::after {
    width: 50%;
    bottom: -15px;
    height: 2px;
    background: rgb(200,178,132);
    position: absolute;
    content: "";
    left: 0;
}.jKdWO_get_in_touch form input[type="text"] {
    color: #000000;
    font-size: 18px;
    background: transparent;
    border-bottom: 2px solid rgb(219,210,189);
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    padding: 20px 25px;
    margin-bottom: 25px;
}.jKdWO_get_in_touch form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(200,178,132);
}.jKdWO_get_in_touch form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.jKdWO_get_in_touch form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.jKdWO_get_in_touch .UFXxR_help_inquiry {
    position: relative;
    margin-bottom: 40px;
}.jKdWO_get_in_touch .UFXxR_help_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.jKdWO_get_in_touch .UFXxR_help_inquiry label {
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    color: #000000;
}.jKdWO_get_in_touch .UFXxR_help_inquiry label::before {
    background: transparent;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    border: 2px solid rgb(219,210,189);
    left: 0;
    width: 22px;
    top: 0;
    height: 22px;
}.jKdWO_get_in_touch .UFXxR_help_inquiry input[type="checkbox"]:checked + label::before {
    border-color: rgb(200,178,132);
    background: rgb(200,178,132);
}.jKdWO_get_in_touch .UFXxR_help_inquiry input[type="checkbox"]:checked + label::after {
    top: 4px;
    width: 6px;
    border-width: 0 2px 2px 0;
    left: 8px;
    border: solid #ffffff;
    content: "";
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
}.jKdWO_get_in_touch .UFXxR_help_inquiry label a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    color: rgb(200,178,132);
}.jKdWO_get_in_touch .UFXxR_help_inquiry label a::after {
    height: 1px;
    background: rgb(200,178,132);
    transform-origin: left;
    bottom: -1px;
    transform: scaleX(1);
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
}.jKdWO_get_in_touch .UFXxR_help_inquiry label a:hover {
    color: rgb(176,111,79);
}.jKdWO_get_in_touch .UFXxR_help_inquiry label a:hover::after {
    background: rgb(176,111,79);
    transform: scaleX(0);
}.jKdWO_get_in_touch .QCglp_query_form {
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    width: auto;
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
    background: rgb(200,178,132);
    position: relative;
    z-index: 1;
    font-size: 15px;
}.jKdWO_get_in_touch .QCglp_query_form::before {
    width: 0;
    background: rgb(176,111,79);
    transform: skewX(-25deg);
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    transition: width 0.5s ease;
    left: -10px;
    position: absolute;
}.jKdWO_get_in_touch .QCglp_query_form:hover::before {
    width: 150%;
}.jKdWO_get_in_touch svg {
    fill: none;
    width: 24px;
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(200,178,132);
    height: 24px;
}.jKdWO_get_in_touch svg path {
    fill: none;
    stroke: rgb(200,178,132);
    transition: all 0.3s ease;
}.jKdWO_get_in_touch svg:hover,
.jKdWO_get_in_touch svg:hover path {
    stroke: rgb(176,111,79);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.jKdWO_get_in_touch {
    padding: 80px 0;
}.jKdWO_get_in_touch .sRvHn_pic_frame {
    min-height: 500px;
}.jKdWO_get_in_touch .pMIlj_inquiry_box {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.jKdWO_get_in_touch {
    padding: 60px 0;
}.jKdWO_get_in_touch .ShszO_reach_info {
    flex-direction: column;
}.jKdWO_get_in_touch .sRvHn_pic_frame {
    width: 100%;
    min-height: 300px;
}.jKdWO_get_in_touch .pMIlj_inquiry_box {
    width: 100%;
    padding: 40px 30px;
}.jKdWO_get_in_touch form h3 {
    margin-bottom: 30px;
}.jKdWO_get_in_touch form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.jKdWO_get_in_touch .UFXxR_help_inquiry {
    margin-bottom: 30px;
}.jKdWO_get_in_touch .QCglp_query_form {
    width: 100%;
    padding: 15px 30px;
}
}

@media (max-width: 480px) {.jKdWO_get_in_touch {
    padding: 50px 0;
}.jKdWO_get_in_touch h2 {
    font-size: calc(36px * 0.85);
}.jKdWO_get_in_touch .ShszO_reach_info {
    margin-top: 30px;
}.jKdWO_get_in_touch .sRvHn_pic_frame {
    min-height: 200px;
}.jKdWO_get_in_touch .pMIlj_inquiry_box {
    padding: 30px 20px;
}.jKdWO_get_in_touch form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.jKdWO_get_in_touch form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.jKdWO_get_in_touch .UFXxR_help_inquiry {
    margin-bottom: 25px;
}.jKdWO_get_in_touch .UFXxR_help_inquiry label {
    font-size: calc(13px * 0.9);
}.jKdWO_get_in_touch .QCglp_query_form {
    padding: 12px 25px;
}}.NQvyL_welcome_board {
    overflow: hidden;
    height: 100vh;
    background: linear-gradient(135deg, #000000, rgb(200,178,132));
    position: relative;
}.NQvyL_welcome_board .sRvHn_pic_frame {
    left: 0;
    transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    top: 0;
    transform: scale(1.05);
    position: absolute;
    opacity: 0.85;
    width: 100%;
    z-index: 1;
}.NQvyL_welcome_board .sRvHn_pic_frame::after {
    width: 100%;
    left: 0;
    background: linear-gradient(
        to right,
        rgba(15, 23, 42, 0.9) 0%,
        rgba(15, 23, 42, 0.6) 55%,
        rgba(15, 23, 42, 0.4) 100%
    );
    top: 0;
    height: 100%;
    content: "";
    z-index: 2;
    position: absolute;
}.NQvyL_welcome_board .dPhMC_skill_growth {
    backdrop-filter: blur(4px);
    z-index: 5;
    padding: 5% 8%;
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
}.NQvyL_welcome_board h1 {
    opacity: 0;
    color: #ffffff;
    animation: fadeSlideUp 1.2s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
    max-width: 60%;
    font-size: calc(39px * 1.2);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2rem;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
}.NQvyL_welcome_board .mLiUT_text_holder {
    transform: translateY(30px);
    border-left: 4px solid rgb(176,111,79);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    backdrop-filter: blur(10px);
    opacity: 0;
    max-width: 550px;
    animation: fadeSlideUp 1.2s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 3rem;
}.NQvyL_welcome_board .mLiUT_text_holder::before {
    top: 0;
    position: absolute;
    transform: skewX(-3deg);
    transform-origin: bottom right;
    content: "";
    background: linear-gradient(
        to right,
        rgba(94, 170, 168, 0.05) 0%,
        rgba(94, 170, 168, 0.02) 100%
    );
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
}.NQvyL_welcome_board p {
    margin-bottom: 2.5rem;
    color: #ffffff;
    letter-spacing: 0.02em;
    font-size: calc(16px * 1.2);
    font-weight: 400;
    line-height: 1.6;
}.NQvyL_welcome_board .uMZaC_study_smart {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}.NQvyL_welcome_board .uMZaC_study_smart svg {
    height: 120px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.15));
    transform: rotate(-5deg);
    width: 120px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.NQvyL_welcome_board .uMZaC_study_smart svg:hover {
    transform: rotate(0) scale(1.05);
}.NQvyL_welcome_board .uMZaC_study_smart svg path {
    transition: fill 0.3s ease, opacity 0.3s ease;
    opacity: 0.95;
    fill: rgb(176,111,79);
}.NQvyL_welcome_board .uMZaC_study_smart svg text {
    fill: rgb(176,111,79);
    opacity: 0.95;
    transition: fill 0.3s ease;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.NQvyL_welcome_board .uMZaC_study_smart svg:hover path {
    opacity: 1;
    fill: rgb(120, 190, 188);
}.NQvyL_welcome_board .uMZaC_study_smart svg:hover text {
    fill: rgb(120, 190, 188);
}.NQvyL_welcome_board h6 {
    margin-top: 1.5rem;
    text-align: left;
}.NQvyL_welcome_board .QCglp_query_form {
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    overflow: hidden;
    transform: translateY(0);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 2.5rem;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    background: linear-gradient(
        135deg,
        rgb(176,111,79) 0%,
        rgb(120, 190, 188) 100%
    );
    position: relative;
    letter-spacing: 0.03em;
    text-decoration: none;
}.NQvyL_welcome_board .QCglp_query_form::before {
    transition: all 0.8s ease;
    left: -100%;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.NQvyL_welcome_board .QCglp_query_form:hover {
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4);
    background: linear-gradient(
        135deg,
        rgb(120, 190, 188) 0%,
        rgb(176,111,79) 100%
    );
    transform: translateY(-3px);
}.NQvyL_welcome_board .QCglp_query_form:hover::before {
    left: 100%;
}.NQvyL_welcome_board .QCglp_query_form:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.4);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media screen and (max-width: 1200px) {.NQvyL_welcome_board h1 {
    max-width: 70%;
    font-size: calc(39px * 1.1);
}.NQvyL_welcome_board .mLiUT_text_holder {
    max-width: 500px;
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.NQvyL_welcome_board h1 {
    font-size: 39px;
    max-width: 80%;
}.NQvyL_welcome_board .mLiUT_text_holder {
    padding: 2rem;
    max-width: 450px;
}.NQvyL_welcome_board p {
    font-size: 16px;
}.NQvyL_welcome_board .uMZaC_study_smart svg {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.NQvyL_welcome_board .dPhMC_skill_growth {
    padding: 8% 5%;
    text-align: center;
    align-items: center;
}.NQvyL_welcome_board h1 {
    text-align: center;
    max-width: 100%;
    font-size: calc(39px * 0.9);
}.NQvyL_welcome_board .mLiUT_text_holder {
    padding: 1.8rem;
    border-top: 4px solid rgb(176,111,79);
    max-width: 100%;
    border-left: none;
}.NQvyL_welcome_board p {
    text-align: center;
    font-size: calc(16px * 0.95);
}.NQvyL_welcome_board h6 {
    text-align: center;
}
}

@media screen and (max-width: 576px) {.NQvyL_welcome_board .dPhMC_skill_growth {
    padding: 10% 5%;
}.NQvyL_welcome_board h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.NQvyL_welcome_board .mLiUT_text_holder {
    padding: 1.5rem;
}.NQvyL_welcome_board p {
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.9);
}.NQvyL_welcome_board .uMZaC_study_smart svg {
    width: 80px;
    height: 80px;
}.NQvyL_welcome_board .QCglp_query_form {
    padding: 0.8rem 2rem;
    font-size: calc(20px * 0.9);
}
}

@media screen and (max-height: 700px) {.NQvyL_welcome_board .dPhMC_skill_growth {
    justify-content: center;
}.NQvyL_welcome_board h1 {
    margin-bottom: 1rem;
}.NQvyL_welcome_board .mLiUT_text_holder {
    padding: 1.5rem;
}.NQvyL_welcome_board .uMZaC_study_smart {
    margin: 1rem 0;
}
}

@media (prefers-reduced-motion) {.NQvyL_welcome_board h1,
    .NQvyL_welcome_board .mLiUT_text_holder {
    opacity: 1;
    transform: none;
    animation: none;
}.NQvyL_welcome_board .QCglp_query_form:hover::before {
    left: -100%;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to right, rgb(176,111,79), rgb(200,178,132));
    left: 0;
    content: "";
    opacity: 0.9;
    position: absolute;
    top: 0;
}footer::after {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    right: 0;
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
}.fcEkJ_contact_edu {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.fcEkJ_contact_edu::before {
    content: "";
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79), rgb(200,178,132));
    position: absolute;
}.fcEkJ_contact_edu .container {
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    position: relative;
    display: grid;
}.fcEkJ_contact_edu .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}.fcEkJ_contact_edu .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 28px;
}.fcEkJ_contact_edu .company_holder h3::after {
    background: #ffffff;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: -2px;
}.fcEkJ_contact_edu .IwASe_digital_res {
    position: relative;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    margin-top: 1.5rem;
    color: #ffffff;
    line-height: 1.7;
    font-size: 16px;
    padding: 0 0 0 1.5rem;
}.fcEkJ_contact_edu .RPxWj_verify_cta {
    grid-column: span 7;
}.fcEkJ_contact_edu .fZmdR_header_learn {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.fcEkJ_contact_edu .DjBeC_nav_page {
    position: relative;
}.fcEkJ_contact_edu .DjBeC_nav_page h5 {
    padding-bottom: 0.8rem;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    margin: 0 0 1.5rem;
}.fcEkJ_contact_edu .DjBeC_nav_page h5::after {
    content: "";
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #ffffff;
    width: 40px;
    position: absolute;
}.fcEkJ_contact_edu .DjBeC_nav_page .fZmdR_header_learn {
    gap: 1rem;
    display: grid;
}.fcEkJ_contact_edu .DjBeC_nav_page .fZmdR_header_learn a {
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}.fcEkJ_contact_edu .DjBeC_nav_page .fZmdR_header_learn a::after {
    transform: translateX(-5px);
    margin-left: 0.5rem;
    content: "\2192";
    opacity: 0;
    transition: all 0.3s ease;
}.fcEkJ_contact_edu .DjBeC_nav_page .fZmdR_header_learn a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.fcEkJ_contact_edu .DjBeC_nav_page .fZmdR_header_learn a:hover::after {
    transform: translateX(0);
    opacity: 1;
}.iaPok_class_guide {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
}.iaPok_class_guide .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.iaPok_class_guide .wGbzo_peer_help {
    font-size: 16px;
    color: #ffffff;
    padding: 0 1rem;
    text-align: center;
    position: relative;
    opacity: 0.9;
}.fcEkJ_contact_edu::after {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    width: 50px;
    right: 2rem;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    top: 2rem;
}.fcEkJ_contact_edu .company_holder::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 50px;
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}.fcEkJ_contact_edu .company_holder::after {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    content: "";
    bottom: 0;
    left: 0;
    height: 50px;
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.fcEkJ_contact_edu .RPxWj_verify_cta::after {
    height: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50px;
}

@media (max-width: 1200px) {.fcEkJ_contact_edu .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.fcEkJ_contact_edu {
    padding: 4rem 0 2rem;
}.fcEkJ_contact_edu .container {
    grid-template-columns: 1fr;
}.fcEkJ_contact_edu .company_holder,
    .fcEkJ_contact_edu .RPxWj_verify_cta {
    grid-column: span 12;
}.fcEkJ_contact_edu .company_holder {
    margin-bottom: 2rem;
}.fcEkJ_contact_edu::after,
    .fcEkJ_contact_edu .company_holder::before,
    .fcEkJ_contact_edu .company_holder::after,
    .fcEkJ_contact_edu .RPxWj_verify_cta::after {
    display: none;
}
}

@media (max-width: 768px) {.fcEkJ_contact_edu {
    padding: 3rem 0 1.5rem;
}.fcEkJ_contact_edu .fZmdR_header_learn {
    gap: 1.5rem;
}.fcEkJ_contact_edu .company_holder h3 {
    font-size: calc(28px - 2px);
}.iaPok_class_guide {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.fcEkJ_contact_edu {
    padding: 2.5rem 0 1rem;
}.fcEkJ_contact_edu .fZmdR_header_learn {
    gap: 2rem;
    grid-template-columns: 1fr;
}.fcEkJ_contact_edu .IwASe_digital_res {
    padding-left: 1rem;
}.iaPok_class_guide {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.fcEkJ_contact_edu .company_holder h3::after,
    .fcEkJ_contact_edu .DjBeC_nav_page h5::after {
    width: 30px;
}.fcEkJ_contact_edu .DjBeC_nav_page .fZmdR_header_learn a:hover {
    padding-left: 0.3rem;
}}.CLtSa_pricing_shelf {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(219,210,189);
}.CLtSa_pricing_shelf::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 70%);
    content: "";
}.CLtSa_pricing_shelf .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1320px;
}.CLtSa_pricing_shelf .XWbqg_payment_plan {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.CLtSa_pricing_shelf .iDjqb_fee_chart {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(-10px);
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}.CLtSa_pricing_shelf .iDjqb_fee_chart h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}.CLtSa_pricing_shelf .iDjqb_fee_chart h2::after {
    background: rgb(200,178,132);
    height: 3px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    content: "";
}.CLtSa_pricing_shelf .TgdVE_class_deals {
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 14px;
    overflow-wrap: break-word;
    margin: 0 auto;
    color: #000000;
    word-break: break-word;
    max-width: 600px;
}.CLtSa_pricing_shelf .UMoGr_basic_cost {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    width: 100%;
}.CLtSa_pricing_shelf .IdyCl_plan_details {
    opacity: 0;
    display: block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--index, 0) * 0.1s);
}.CLtSa_pricing_shelf .IdyCl_plan_details:nth-child(1) {
    --index: 1;
}.CLtSa_pricing_shelf .IdyCl_plan_details:nth-child(2) {
    --index: 2;
}.CLtSa_pricing_shelf .IdyCl_plan_details:nth-child(3) {
    --index: 3;
}.CLtSa_pricing_shelf .IdyCl_plan_details:nth-child(4) {
    --index: 4;
}.CLtSa_pricing_shelf .IdyCl_plan_details:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.CLtSa_pricing_shelf .brwyU_learning_deals {
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}.CLtSa_pricing_shelf .brwyU_learning_deals::before {
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    content: "";
    left: 0;
    height: 5px;
}.CLtSa_pricing_shelf .MJmVD_annual_plan {
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 40px 30px;
}.CLtSa_pricing_shelf .MJmVD_annual_plan h3 {
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
    margin-top: 0;
    font-size: 20px;
}.CLtSa_pricing_shelf .MJmVD_annual_plan h3::after {
    background-color: rgb(200,178,132);
    left: 0;
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    width: 40px;
    content: "";
    height: 2px;
}.CLtSa_pricing_shelf .IdyCl_plan_details:hover .MJmVD_annual_plan h3::after {
    width: 70px;
}.CLtSa_pricing_shelf .OcBgW_value_plan {
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(20px * 1.2);
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 10px 0 20px;
    padding: 8px 16px;
    font-weight: 700;
    display: inline-block;
    border-radius: 10px;
    color: rgb(200,178,132);
}.CLtSa_pricing_shelf .MJmVD_annual_plan p {
    margin-bottom: 0;
    word-break: break-word;
    white-space: normal;
    line-height: 1.7;
    flex-grow: 1;
    font-size: 14px;
    overflow-wrap: break-word;
    color: #000000;
}.CLtSa_pricing_shelf .sRvHn_pic_frame {
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
    width: 100%;
}.CLtSa_pricing_shelf .IdyCl_plan_details:hover .sRvHn_pic_frame {
    transform: scale(1.05);
    filter: brightness(1.05);
}

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

@media (min-width: 768px) {.CLtSa_pricing_shelf .UMoGr_basic_cost {
    grid-template-columns: repeat(2, 1fr);
}.CLtSa_pricing_shelf .MJmVD_annual_plan {
    padding: 40px;
}.CLtSa_pricing_shelf .sRvHn_pic_frame {
    height: 220px;
}
}

@media (min-width: 992px) {.CLtSa_pricing_shelf .XWbqg_payment_plan {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.CLtSa_pricing_shelf .UMoGr_basic_cost {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.CLtSa_pricing_shelf .iDjqb_fee_chart {
    margin: 0;
    text-align: left;
    width: 35%;
}.CLtSa_pricing_shelf .iDjqb_fee_chart h2::after {
    transform: none;
    left: 0;
}.CLtSa_pricing_shelf .TgdVE_class_deals {
    margin: 0;
}
}

@media (min-width: 1200px) {.CLtSa_pricing_shelf .UMoGr_basic_cost {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.CLtSa_pricing_shelf .MJmVD_annual_plan h3 {
    font-size: calc(20px * 1.1);
}.CLtSa_pricing_shelf .OcBgW_value_plan {
    font-size: calc(20px * 1.3);
}.CLtSa_pricing_shelf .sRvHn_pic_frame {
    height: 240px;
}
}

@media (max-width: 767px) {.CLtSa_pricing_shelf {
    padding: 80px 0;
}.CLtSa_pricing_shelf .MJmVD_annual_plan {
    padding: 30px 20px;
}.CLtSa_pricing_shelf .OcBgW_value_plan {
    padding: 6px 12px;
    font-size: 20px;
}.CLtSa_pricing_shelf .sRvHn_pic_frame {
    height: 180px;
}
}

@media (max-width: 480px) {.CLtSa_pricing_shelf {
    padding: 60px 0;
}.CLtSa_pricing_shelf .iDjqb_fee_chart h2 {
    font-size: calc(36px * 0.85);
}.CLtSa_pricing_shelf .MJmVD_annual_plan h3 {
    font-size: calc(20px * 0.95);
}.CLtSa_pricing_shelf .sRvHn_pic_frame {
    height: 160px;
}}.pOJse_location_info {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: rgb(219,210,189);
}.pOJse_location_info::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(200,178,132,0.5) 0%, transparent 40%, rgb(176,111,79,0.5) 100%);
    height: 100%;
    opacity: 0.4;
}.pOJse_location_info::after {
    content: "";
    width: 200%;
    background: radial-gradient(circle, rgb(200,178,132,0.5) 0%, transparent 60%);
    opacity: 0.2;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: pulse 15s infinite alternate;
    top: 50%;
    left: 50%;
    height: 200%;
    position: absolute;
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

.pOJse_location_info .container {
    position: relative;
    z-index: 2;
}.pOJse_location_info .eMzYX_learn_talk {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 27px;
    position: relative;
    overflow: hidden;
}.pOJse_location_info .eMzYX_learn_talk::before {
    top: -75px;
    background: linear-gradient(45deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
    right: -75px;
    border-radius: 50%;
    width: 150px;
    content: "";
    position: absolute;
    z-index: -1;
    height: 150px;
    opacity: 0.4;
    filter: blur(30px);
}.pOJse_location_info .eMzYX_learn_talk::after {
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgb(200,178,132) 50%, transparent 100%);
    position: absolute;
    z-index: -1;
    height: 2px;
    left: 0;
    content: "";
    animation: slideLine 8s infinite;
}@keyframes slideLine {
    0% {
        transform: translateX(-100%);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.7;
    }
}

.pOJse_location_info h2 {
    color: #000000;
    font-size: 37px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
}.pOJse_location_info h2::after {
    height: 4px;
    border-radius: 10px;
    content: "";
    left: 0;
    bottom: -10px;
    position: absolute;
    width: 50%;
    background: linear-gradient(90deg, rgb(200,178,132) 0%, rgb(176,111,79) 100%);
}.pOJse_location_info p {
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.7;
    z-index: 2;
    position: relative;
    color: #000000;
}.pOJse_location_info .azUvZ_get_contactpanel {
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
    gap: 40px;
}.pOJse_location_info .azUvZ_get_contactpanel::before {
    top: -20px;
    background: linear-gradient(90deg, transparent, rgb(200,178,132,0.5), transparent);
    position: absolute;
    width: 80%;
    height: 1px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}.pOJse_location_info .cWwqr_get_contactinfo {
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: 70px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    height: 70px;
    display: flex;
    text-decoration: none;
}.pOJse_location_info .cWwqr_get_contactinfo::before {
    transition: all 0.4s ease;
    content: "";
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
    background: conic-gradient(from 135deg, rgb(200,178,132) 0%, transparent 60%, rgb(176,111,79) 120%, rgb(200,178,132) 180%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    transform: scale(0.85);
}.pOJse_location_info .cWwqr_get_contactinfo::after {
    z-index: -1;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    left: -2px;
    content: "";
    background: transparent;
    border-top-color: rgb(200,178,132);
    right: -2px;
    opacity: 0.3;
    bottom: -2px;
    border-radius: 50%;
    position: absolute;
    border-right-color: rgb(176,111,79);
    animation: rotate 10s linear infinite;
    top: -2px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pOJse_location_info .cWwqr_get_contactinfo:hover {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(200,178,132,0.5),
                0 0 30px rgb(176,111,79,0.5);
}.pOJse_location_info .cWwqr_get_contactinfo:hover::before {
    transform: scale(1);
    opacity: 0.6;
}.pOJse_location_info .cWwqr_get_contactinfo:hover::after {
    left: -3px;
    opacity: 0.8;
    border-width: 3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
}.pOJse_location_info .cWwqr_get_contactinfo svg {
    transition: all 0.4s ease;
    height: 28px;
    stroke: rgb(200,178,132);
    filter: drop-shadow(0 0 3px rgb(200,178,132,0.5));
    width: 28px;
    fill: rgb(200,178,132);
}.pOJse_location_info .cWwqr_get_contactinfo:hover svg {
    stroke: #ffffff;
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px rgb(200,178,132));
    fill: #ffffff;
}.pOJse_location_info .cWwqr_get_contactinfo svg path {
    transition: all 0.4s ease;
    stroke: rgb(200,178,132);
    fill: rgb(200,178,132);
}.pOJse_location_info .cWwqr_get_contactinfo:hover svg path {
    fill: #ffffff;
    stroke: #ffffff;
}.pOJse_location_info p svg {
    height: 20px;
    fill: rgb(200,178,132);
    stroke: rgb(200,178,132);
    width: 20px;
    transition: all 0.3s ease;
    vertical-align: middle;
    margin-right: 10px;
}.pOJse_location_info p:hover svg {
    stroke: rgb(176,111,79);
    fill: rgb(176,111,79);
}.pOJse_location_info p svg path {
    fill: rgb(200,178,132);
    stroke: rgb(200,178,132);
    transition: all 0.3s ease;
}.pOJse_location_info p:hover svg path {
    stroke: rgb(176,111,79);
    fill: rgb(176,111,79);
}

@media (max-width: 992px) {.pOJse_location_info {
    padding: 60px 0;
}.pOJse_location_info .eMzYX_learn_talk {
    padding: 30px;
}.pOJse_location_info h2 {
    font-size: calc(37px * 0.9);
}.pOJse_location_info .azUvZ_get_contactpanel {
    gap: 30px;
}.pOJse_location_info .cWwqr_get_contactinfo {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 768px) {.pOJse_location_info {
    padding: 50px 0;
}.pOJse_location_info .eMzYX_learn_talk {
    padding: 25px;
}.pOJse_location_info h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 20px;
}.pOJse_location_info p {
    font-size: calc(12px * 0.95);
    margin-bottom: 20px;
}.pOJse_location_info .azUvZ_get_contactpanel {
    gap: 25px;
}.pOJse_location_info .cWwqr_get_contactinfo {
    height: 60px;
    width: 60px;
}.pOJse_location_info .cWwqr_get_contactinfo svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 576px) {.pOJse_location_info {
    padding: 40px 0;
}.pOJse_location_info .eMzYX_learn_talk {
    padding: 20px;
    border-radius: calc(27px * 0.8);
}.pOJse_location_info h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 15px;
}.pOJse_location_info h2::after {
    height: 3px;
    bottom: -8px;
}.pOJse_location_info p {
    font-size: calc(12px * 0.9);
    margin-bottom: 15px;
}.pOJse_location_info .azUvZ_get_contactpanel {
    gap: 15px;
    margin-top: 25px;
}.pOJse_location_info .cWwqr_get_contactinfo {
    width: 50px;
    height: 50px;
}.pOJse_location_info .cWwqr_get_contactinfo svg {
    height: 20px;
    width: 20px;
}.pOJse_location_info .cWwqr_get_contactinfo::after {
    border-width: 1px;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
}.pOJse_location_info .cWwqr_get_contactinfo:hover::after {
    bottom: -2px;
    top: -2px;
    right: -2px;
    border-width: 2px;
    left: -2px;
}
}

@media (prefers-reduced-motion) {.pOJse_location_info::after,
    .pOJse_location_info .eMzYX_learn_talk::after {
    animation: none;
}}.XglSH_thanksCore {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(219,210,189) 0%, rgb(200,178,132,0.5) 100%);
}.XglSH_thanksCore::before {
    width: 100%;
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(176,111,79,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.4;
}.XglSH_thanksCore::after {
    height: 40%;
    right: -10px;
    background: linear-gradient(225deg, rgb(200,178,132) 0%, transparent 80%);
    content: "";
    filter: blur(20px);
    position: absolute;
    transform: rotate(-5deg);
    bottom: -10px;
    z-index: 0;
    opacity: 0.05;
    width: 40%;
}.XglSH_thanksCore .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    opacity: 0;
    margin: 0 auto;
    transform: translateY(20px);
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}.XglSH_thanksCore h2 {
    line-height: 1.3;
    position: relative;
    margin-bottom: 3rem;
    margin-right: auto;
    max-width: 900px;
    text-align: center;
    letter-spacing: -0.02em;
    margin-left: auto;
    font-weight: 700;
    font-size: 35px;
    color: #000000;
}.XglSH_thanksCore h2::after {
    left: 50%;
    height: 3px;
    bottom: -15px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(200,178,132), rgb(176,111,79));
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
}.XglSH_thanksCore .dPhMC_skill_growth {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 3rem;
}.XglSH_thanksCore .dPhMC_skill_growth::before {
    height: 100%;
    left: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(200,178,132), rgb(176,111,79));
    content: "";
    position: absolute;
    top: 0;
}.XglSH_thanksCore .dPhMC_skill_growth::after {
    content: "";
    z-index: 0;
    width: 120px;
    background: radial-gradient(circle, rgb(200,178,132,0.5) 0%, transparent 70%);
    border-radius: 50%;
    right: 10px;
    height: 120px;
    top: 10px;
    opacity: 0.2;
    position: absolute;
}.XglSH_thanksCore .dPhMC_skill_growth:hover {
    transform: translateY(-5px);
}.XglSH_thanksCore ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}.XglSH_thanksCore li {
    position: relative;
    padding-left: 2rem;
}.XglSH_thanksCore li::before {
    position: absolute;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 8px;
    left: 0;
    top: 8px;
    transform: scale(0);
    opacity: 0;
    height: 8px;
    border-radius: 50%;
    background: rgb(200,178,132);
    content: "";
}.XglSH_thanksCore li span {
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    display: block;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
}

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

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

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

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.XglSH_thanksCore {
    padding: 4rem 0;
}.XglSH_thanksCore h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.XglSH_thanksCore .dPhMC_skill_growth {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.XglSH_thanksCore {
    padding: 3rem 0;
}.XglSH_thanksCore h2 {
    font-size: calc(35px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.XglSH_thanksCore h2::after {
    width: 60px;
    bottom: -12px;
}.XglSH_thanksCore .dPhMC_skill_growth {
    padding: 2rem 1.5rem;
}.XglSH_thanksCore .dPhMC_skill_growth::after {
    width: 80px;
    height: 80px;
}.XglSH_thanksCore li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.XglSH_thanksCore {
    padding: 2.5rem 0;
}.XglSH_thanksCore .container {
    padding: 0 1.25rem;
}.XglSH_thanksCore h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.XglSH_thanksCore h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.XglSH_thanksCore .dPhMC_skill_growth {
    padding: 1.5rem 1.25rem;
}.XglSH_thanksCore li span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}