﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1258px;
}.fund_cta_xdMgs {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 8px;
}::-webkit-scrollbar-button {
    height: 0px;
    border-radius: 8px;
    background: rgb(255, 255, 255, 0.5);
    width: 5px;
}::-webkit-scrollbar-track {
    background: rgb(171,197,176);
    box-shadow: inset -5px -3px 6px -1px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-track:active {
    background: rgb(169,152,116,0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 2px 1px 3px rgba(0, 0, 0, 0.7);
    background: rgb(169,152,116);
    border: 2px solid rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px -3px 2px 5px rgba(0, 0, 0, 0.7);
    background: rgb(224,226,231);
}::-webkit-scrollbar-thumb:active {
    background: rgb(171,197,176);
}::-webkit-scrollbar-corner {
    background: rgb(224,226,231);
    border: 1px solid rgb(255, 255, 255, 0.5);
}* {
    scrollbar-width: auto;
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
}a {
    color: inherit;
    text-decoration: none;
}.head_primary_qBTRd {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
}.core-container_p9ixP {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksPoint_tSR86 {
    position: relative;
    padding: 120px 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(171,197,176,0.5), rgb(224,226,231), rgb(169,152,116,0.5));
}.thanksPoint_tSR86::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,197,176,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(169,152,116,0.5) 0%, transparent 60%);
    right: 0;
    opacity: 0.7;
    top: 0;
    content: "";
    animation: pulse 10s infinite alternate ease-in-out;
    bottom: 0;
    z-index: 0;
    left: 0;
}.thanksPoint_tSR86::after {
    content: "";
    transform: rotate(15deg);
    position: absolute;
    top: -50%;
    width: 200%;
    left: -50%;
    animation: patternMove 60s linear infinite;
    height: 200%;
    z-index: 1;
    pointer-events: none;
}.thanksPoint_tSR86 .container {
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.thanksPoint_tSR86 h2 {
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    border-left: 4px solid rgb(171,197,176);
    margin-bottom: 40px;
    text-align: left;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    transform: translateZ(30px);
    line-height: 1.3;
    font-size: 30px;
}.thanksPoint_tSR86 h2::after {
    bottom: -12px;
    left: 20px;
    transform-origin: left;
    position: absolute;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 3px;
    background: rgb(169,152,116);
    content: "";
    transform: scaleX(0);
    width: 60px;
}.thanksPoint_tSR86 .how_started_LnjJz {
    transform: translateZ(20px) rotateX(2deg);
    border-radius: 27px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(171,197,176), 0.3);
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.thanksPoint_tSR86 .how_started_LnjJz::before {
    height: 5px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 3;
}.thanksPoint_tSR86 .how_started_LnjJz:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(171,197,176), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.thanksPoint_tSR86 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksPoint_tSR86 li {
    padding: 40px;
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease;
}.thanksPoint_tSR86 li::before {
    font-size: 16px;
    background: rgb(171,197,176);
    content: "✓";
    display: flex;
    top: -15px;
    left: 40px;
    box-shadow: 0 5px 15px rgba(rgb(171,197,176), 0.3);
    align-items: center;
    color: #ffffff;
    width: 30px;
    position: absolute;
    height: 30px;
    justify-content: center;
    border-radius: 50%;
}.thanksPoint_tSR86 span {
    z-index: 2;
    font-family: Arial, sans-serif;
    font-size: 17px;
    text-align: left;
    color: #000000;
    position: relative;
    display: block;
    line-height: 1.7;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

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

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

@media (max-width: 767px) {.thanksPoint_tSR86 {
    padding: 60px 0;
}.thanksPoint_tSR86 h2 {
    transform: translateZ(20px);
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.thanksPoint_tSR86 h2::after {
    width: 40px;
}.thanksPoint_tSR86 .how_started_LnjJz {
    transform: translateZ(10px) rotateX(1deg);
}.thanksPoint_tSR86 .how_started_LnjJz:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thanksPoint_tSR86 li {
    padding: 25px 20px;
}.thanksPoint_tSR86 li::before {
    font-size: 14px;
    top: -12px;
    width: 24px;
    height: 24px;
    left: 20px;
}.thanksPoint_tSR86 span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.thanksPoint_tSR86 {
    padding: 40px 0;
}.thanksPoint_tSR86 h2 {
    font-size: calc(30px * 0.7);
    padding-left: 12px;
    border-left: 3px solid rgb(171,197,176);
}.thanksPoint_tSR86 .container {
    padding: 0 15px;
}.thanksPoint_tSR86 .how_started_LnjJz {
    transform: translateZ(5px) rotateX(0.5deg);
}.thanksPoint_tSR86 .how_started_LnjJz:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thanksPoint_tSR86 li {
    padding: 20px 15px;
}.thanksPoint_tSR86 li::before {
    height: 20px;
    left: 15px;
    width: 20px;
    font-size: 12px;
}.thanksPoint_tSR86 span {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}.secure_citadel_rh0Df {
    background-color: rgb(224,226,231);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 50px;
}.secure_citadel_rh0Df h1 {
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(171,197,176);
    font-size: 38px;
}.secure_citadel_rh0Df h2 {
    font-weight: 600;
    font-size: 30px;
    color: rgb(169,152,116);
    margin-bottom: 15px;
}.secure_citadel_rh0Df h3, .secure_citadel_rh0Df h4, .secure_citadel_rh0Df h5, .secure_citadel_rh0Df h6 {
    margin: 1rem 0;
}.secure_citadel_rh0Df ul {
    list-style-type: none;
    padding: 0;
}.secure_citadel_rh0Df li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
}.secure_citadel_rh0Df p {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}.secure_citadel_rh0Df div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_citadel_rh0Df {
    padding: 30px;
}.secure_citadel_rh0Df h1 {
    font-size: calc(20px * 0.8);
}.secure_citadel_rh0Df h2 {
    font-size: calc(20px * 0.9);
}}.course_program_QaVDr {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgb(169,152,116,0.5) 100%);
    padding: 7rem 0;
}.course_program_QaVDr::before {
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    position: absolute;
    width: 300px;
    transform: rotate(-15deg);
    height: 300px;
    content: "";
    background: linear-gradient(225deg, rgb(171,197,176) 0%, rgb(171,197,176,0.5) 70%);
    animation: floatElement 15s infinite ease-in-out;
    z-index: 1;
    top: -5%;
    right: -5%;
    opacity: 0.1;
}.course_program_QaVDr::after {
    animation: floatElement 18s infinite ease-in-out reverse;
    transform: rotate(10deg);
    z-index: 1;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    content: "";
    bottom: -8%;
    width: 250px;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(169,152,116) 0%, rgb(169,152,116,0.5) 70%);
    height: 250px;
    position: absolute;
    left: -3%;
}.course_program_QaVDr .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.course_program_QaVDr .learn_challenge_itKwW {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}.course_program_QaVDr .img_background_9s4Zw {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    height: 350px;
}.course_program_QaVDr .img_background_9s4Zw::before {
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    z-index: 1;
    top: 0;
}.course_program_QaVDr .img_background_9s4Zw::after {
    z-index: 2;
    right: -15px;
    top: -15px;
    border-top: 4px solid rgb(171,197,176);
    content: "";
    height: 60px;
    width: 60px;
    opacity: 0.7;
    position: absolute;
    border-right: 4px solid rgb(171,197,176);
}.course_program_QaVDr .img_background_9s4Zw:hover {
    transform: perspective(1000px) rotateY(0);
}.course_program_QaVDr .heading_frame_DSRls {
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.course_program_QaVDr .heading_frame_DSRls::before {
    transform-origin: top;
    position: absolute;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    background: linear-gradient(to bottom, rgb(171,197,176), rgb(169,152,116));
    width: 5px;
    height: 80%;
    top: 10%;
    transform: scaleY(0);
    left: -20px;
    content: "";
}.course_program_QaVDr h3 {
    font-weight: 700;
    opacity: 0;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.1);
    color: rgb(171,197,176);
    transform: translateY(20px);
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.3s;
}.course_program_QaVDr h3::before {
    top: 50%;
    left: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    width: 0.4rem;
    background-color: rgb(169,152,116);
    content: "";
    height: 0.4rem;
    transform: translateY(-50%);
}.course_program_QaVDr .description {
    opacity: 0;
    position: relative;
    color: #000000;
    font-size: 14px;
    margin-bottom: 1.2rem;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    transform: translateY(20px);
    line-height: 1.8;
}.course_program_QaVDr p.description {
    display: block;
    padding-right: 1rem;
    overflow-y: auto;
    position: relative;
    max-height: 400px;
    scrollbar-color: rgb(169,152,116) transparent;
    scrollbar-width: thin;
}.course_program_QaVDr p.description::-webkit-scrollbar {
    width: 6px;
}.course_program_QaVDr p.description::-webkit-scrollbar-track {
    background: transparent;
}.course_program_QaVDr p.description::-webkit-scrollbar-thumb {
    background-color: rgb(169,152,116,0.5);
    border-radius: 10px;
}.course_program_QaVDr span.description {
    display: none;
}

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

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

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course_program_QaVDr .learn_challenge_itKwW {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_QaVDr .img_background_9s4Zw {
    height: 450px;
}.course_program_QaVDr h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.2);
}.course_program_QaVDr h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.course_program_QaVDr .heading_frame_DSRls::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course_program_QaVDr {
    padding: 9rem 0;
}.course_program_QaVDr .img_background_9s4Zw {
    height: 500px;
}.course_program_QaVDr .heading_frame_DSRls {
    padding-right: 2rem;
}.course_program_QaVDr .heading_frame_DSRls::before {
    left: -40px;
}.course_program_QaVDr h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 2rem;
}.course_program_QaVDr .description {
    font-size: calc(14px * 1.05);
}.course_program_QaVDr p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course_program_QaVDr .learn_challenge_itKwW {
    gap: 6rem;
}.course_program_QaVDr .img_background_9s4Zw {
    height: 550px;
    transform: perspective(1500px) rotateY(3deg);
}.course_program_QaVDr .img_background_9s4Zw:hover {
    transform: perspective(1500px) rotateY(0);
}.course_program_QaVDr h3 {
    font-size: calc(32px * 0.8);
}.course_program_QaVDr p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course_program_QaVDr {
    padding: 5rem 0;
}.course_program_QaVDr .img_background_9s4Zw {
    height: 280px;
    margin-bottom: 1rem;
}.course_program_QaVDr h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 1);
}.course_program_QaVDr .heading_frame_DSRls::before {
    left: -15px;
}.course_program_QaVDr p.description {
    max-height: 350px;
}}.cookieNotificationBox_bnMhy {
    padding: 20px 0;
    width: 100%;
    z-index: 90;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(171,197,176);
    background: rgb(169,152,116);
    bottom: 0;
}.consent_box_xBnjh {
    margin: auto;
    flex-wrap: wrap;
    padding: 20px 30px;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
}.cookieNotificationBox_bnMhy h5 {
    font-size: 19px;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 6px;
}.cookieNotificationBox_bnMhy p {
    max-width: 500px;
    font-size: 15px;
    color: #ffffff;
}.cookie_show_yCk4J {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_show_yCk4J svg, .cookie_show_yCk4J svg path {
    fill: rgb(171,197,176);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.cookie_show_yCk4J:hover svg {
    transform: rotate(10deg);
}.cookies_consent_FJta2 {
    box-shadow: rgb(171,197,176,0.5) 0px 4px 10px 0px;
    font-size: 14px;
    border-radius: 14px;
    line-height: 35px;
    padding: 10px 20px;
    background: rgb(171,197,176);
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-left: 20px;
    cursor: pointer;
    text-decoration: none;
}.cookie_button.cookie_guard_n2iaQ {
    background: rgb(171,197,176);
}.cookie_button.cookie_disclaimer_yNGZB {
    background: rgb(169,152,116);
}.cookies_consent_FJta2:hover {
    transform: scale(1.05);
    box-shadow: rgb(171,197,176,0.5) 0px 6px 15px 0px;
}.cookieNotificationBox_bnMhy p a {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(171,197,176);
}.cookieNotificationBox_bnMhy p a:hover {
    color: rgb(169,152,116);
}.core-container_p9ixP .cookieNotificationBox_bnMhy {
    background: rgb(169,152,116);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
}.core-container_p9ixP .cookies_consent_FJta2 {
    padding: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 14px;
    background: rgb(171,197,176);
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    margin-left: 30px;
    border: none;
}.core-container_p9ixP .track_ack_qvEVI h5, .core-container_p9ixP .track_ack_qvEVI p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBox_bnMhy {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_show_yCk4J {
    display: none;
}.consent_box_xBnjh {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieNotificationBox_bnMhy h5 {
    text-align: center;
}.cookieNotificationBox_bnMhy p {
    text-align: center;
}.track_ack_qvEVI {
    text-align: center;
    margin-bottom: 20px;
}.cookies_consent_FJta2 {
    max-width: 300px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
#overlayCookieInfo_pRNSM {
    display: none;
}#overlayCookieInfo_pRNSM:checked ~ .cookieNotificationBox_bnMhy {
    opacity: 0;
    visibility: hidden;
}.pricing_set_npP5o {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 100px 0;
}.pricing_set_npP5o::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(36, 48, 94, 0.95), rgba(26, 35, 72, 0.97));
    height: 100%;
    z-index: -1;
}.pricing_set_npP5o .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.pricing_set_npP5o .learning_price_xV6el {
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.pricing_set_npP5o h2 {
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    font-size: calc(34px * 1.1);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
}.pricing_set_npP5o h2::after {
    background: rgb(171,197,176);
    border-radius: 1px;
    left: 50%;
    content: "";
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    bottom: -12px;
}.pricing_set_npP5o .deal_grid_rn0Al {
    margin: 0 auto 50px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    max-width: 80%;
    font-size: calc(14px * 1.05);
    line-height: 1.6;
    letter-spacing: 0.2px;
    font-weight: 400;
}.pricing_set_npP5o .pricing_deals_OKMWh {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
}.pricing_set_npP5o .pricing_deals_OKMWh li {
    display: flex;
    height: 100%;
}.pricing_set_npP5o .study_cost_RBdOs {
    display: flex;
    text-decoration: none;
    transform: translateY(0) scale(1);
    width: 100%;
    backdrop-filter: blur(10px);
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 
                0 2px 5px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    position: relative;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.pricing_set_npP5o .study_cost_RBdOs::before {
    content: "";
    width: 100%;
    transform: translateY(-5px);
    left: 0;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
}.pricing_set_npP5o .study_cost_RBdOs:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18), 
                0 5px 15px rgba(0, 0, 0, 0.08);
}.pricing_set_npP5o .study_cost_RBdOs:hover::before {
    transform: translateY(0);
}.pricing_set_npP5o .rate_schemes_HjMSl {
    padding: 35px 30px;
    position: relative;
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing_set_npP5o .training_sub_VxQPf {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_set_npP5o .study_cost_RBdOs h4 {
    transition: color 0.3s ease;
    padding-bottom: 15px;
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: calc(23px * 1.1);
    position: relative;
}.pricing_set_npP5o .study_cost_RBdOs:hover h4 {
    color: rgb(171,197,176);
}.pricing_set_npP5o .study_cost_RBdOs h4::after {
    transition: width 0.4s ease, background-color 0.4s ease;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    width: 40px;
}.pricing_set_npP5o .study_cost_RBdOs:hover h4::after {
    width: 60px;
    background-color: rgb(171,197,176);
}.pricing_set_npP5o .study_cost_RBdOs p {
    margin: 0 0 30px;
    font-size: 14px;
    hyphens: auto;
    white-space: normal;
    flex-grow: 1;
    font-weight: 300;
    line-height: 1.7;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.75);
    word-break: normal;
}.pricing_set_npP5o .value_pricing_zZBr9 {
    margin-top: auto;
    display: block;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(23px * 1.15);
    letter-spacing: 0.5px;
    color: rgb(171,197,176);
    font-weight: 700;
    padding: 15px 0 0;
}.pricing_set_npP5o .value_pricing_zZBr9::before {
    left: 0;
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    background-color: rgb(171,197,176);
    opacity: 0.6;
    transition: width 0.4s ease, opacity 0.3s ease;
    top: 0;
}.pricing_set_npP5o .study_cost_RBdOs:hover .value_pricing_zZBr9 {
    color: rgb(169,152,116);
    transform: translateY(-3px);
}.pricing_set_npP5o .study_cost_RBdOs:hover .value_pricing_zZBr9::before {
    width: 40px;
    opacity: 1;
}


@media (max-width: 1200px) {.pricing_set_npP5o {
    padding: 80px 0;
}.pricing_set_npP5o .deal_grid_rn0Al {
    max-width: 90%;
}.pricing_set_npP5o .pricing_deals_OKMWh {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_set_npP5o h2 {
    font-size: 34px;
}.pricing_set_npP5o .rate_schemes_HjMSl {
    padding: 30px 25px;
}.pricing_set_npP5o .study_cost_RBdOs h4 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.pricing_set_npP5o {
    padding: 60px 0;
}.pricing_set_npP5o h2 {
    font-size: calc(34px * 0.9);
}.pricing_set_npP5o .deal_grid_rn0Al {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 40px;
}.pricing_set_npP5o .pricing_deals_OKMWh {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing_set_npP5o .study_cost_RBdOs {
    max-height: none;
}.pricing_set_npP5o .study_cost_RBdOs p {
    font-size: calc(14px * 0.95);
    margin-bottom: 25px;
}
}

@media (max-width: 480px) {.pricing_set_npP5o {
    padding: 50px 0;
}.pricing_set_npP5o h2 {
    font-size: calc(34px * 0.85);
}.pricing_set_npP5o .deal_grid_rn0Al {
    font-size: calc(14px * 0.95);
}.pricing_set_npP5o .rate_schemes_HjMSl {
    padding: 25px 20px;
}.pricing_set_npP5o .study_cost_RBdOs h4 {
    font-size: calc(23px * 0.95);
    margin-bottom: 15px;
}.pricing_set_npP5o .value_pricing_zZBr9 {
    font-size: 23px;
}}.who_we_are_0SpPC {
    padding: 120px 0 90px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.who_we_are_0SpPC::before {
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    right: 0;
}.who_we_are_0SpPC::after {
    background: linear-gradient(90deg, 
        rgb(171,197,176,0.5) 0%, 
        transparent 30%, 
        rgb(169,152,116,0.5) 70%, 
        rgb(171,197,176,0.5) 100%);
    z-index: 2;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.4;
    top: 0;
    content: "";
    position: absolute;
    animation: gradientShift 15s ease-in-out infinite alternate;
}.who_we_are_0SpPC h4 {
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: transform 0.5s ease-out;
    z-index: 5;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    margin-bottom: 60px;
    transform: translateY(0);
}.who_we_are_0SpPC h4::after {
    position: absolute;
    z-index: 5;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    bottom: -15px;
    height: 3px;
    content: "";
    width: 80px;
    left: 50%;
}.who_we_are_0SpPC .container {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.who_we_are_0SpPC .heading_frame_DSRls {
    z-index: 5;
    transform: perspective(1000px) rotateY(0deg);
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.who_we_are_0SpPC .heading_frame_DSRls:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.who_we_are_0SpPC .heading_frame_DSRls::before {
    bottom: -2px;
    opacity: 0.7;
    position: absolute;
    content: "";
    transform: translateZ(-10px);
    z-index: -1;
    top: -2px;
    left: -2px;
    filter: blur(5px);
    right: -2px;
    background: linear-gradient(45deg, 
        rgb(171,197,176) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(169,152,116) 100%);
}.who_we_are_0SpPC .heading_frame_DSRls h6 {
    transition: transform 0.4s ease;
    transform: translateX(0);
    display: inline-block;
    color: #ffffff;
    font-size: calc(21px * 1.2);
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
}.who_we_are_0SpPC .heading_frame_DSRls h6::after {
    transform-origin: left;
    left: 0;
    content: "";
    width: 100%;
    transform: scaleX(0.3);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    bottom: -8px;
    height: 2px;
}.who_we_are_0SpPC .heading_frame_DSRls:hover h6::after {
    transform: scaleX(1);
}.who_we_are_0SpPC .heading_frame_DSRls div {
    z-index: 5;
    position: relative;
}.who_we_are_0SpPC .heading_frame_DSRls span {
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    max-width: 100%;
    column-gap: 30px;
    color: rgba(255, 255, 255, 0.9);
    column-count: 1;
    opacity: 0.95;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.8;
    transition: opacity 0.4s ease;
}

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

@media screen and (min-width: 768px) {.who_we_are_0SpPC {
    padding: 150px 0 120px;
}.who_we_are_0SpPC h4 {
    font-size: calc(32px * 1.2);
    margin-bottom: 80px;
}.who_we_are_0SpPC .heading_frame_DSRls {
    max-width: 90%;
    transform: perspective(1200px) rotateY(0deg);
    padding: 60px;
    margin: 0 auto;
}.who_we_are_0SpPC .heading_frame_DSRls span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.who_we_are_0SpPC {
    padding: 180px 0 150px;
}.who_we_are_0SpPC h4 {
    font-size: calc(32px * 1.3);
}.who_we_are_0SpPC .container {
    max-width: 1200px;
}.who_we_are_0SpPC .heading_frame_DSRls {
    padding: 70px;
    max-width: 85%;
}.who_we_are_0SpPC .heading_frame_DSRls span {
    column-count: 3;
}
}

@media screen and (min-width: 1200px) {.who_we_are_0SpPC h4 {
    transform: translateY(-20px);
}.who_we_are_0SpPC .heading_frame_DSRls {
    max-width: 80%;
    padding: 80px;
}.who_we_are_0SpPC .heading_frame_DSRls:hover {
    transform: perspective(1500px) rotateY(3deg) translateY(-10px);
}
}

@media screen and (max-width: 767px) {.who_we_are_0SpPC {
    padding: 90px 0 70px;
}.who_we_are_0SpPC h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.who_we_are_0SpPC .heading_frame_DSRls {
    padding: 30px;
}.who_we_are_0SpPC .heading_frame_DSRls h6 {
    margin-bottom: 20px;
    font-size: 21px;
}.who_we_are_0SpPC .heading_frame_DSRls span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.who_we_are_0SpPC .heading_frame_DSRls:hover span {
    opacity: 1;
}.who_we_are_0SpPC .heading_frame_DSRls:hover h6 {
    transform: translateX(5px);
    color: rgb(169,152,116);
}}.title_greeting_qRPp3 {
    width: 100%;
    min-height: 100vh;
    background: rgb(224,226,231);
    overflow: hidden;
    position: relative;
}.title_greeting_qRPp3::before {
    animation: backgroundMove 60s linear infinite;
    background-size: 100px 100px;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(171,197,176,0.5) 25%, transparent 25%, transparent 50%, rgb(169,152,116,0.5) 50%, rgb(169,152,116,0.5) 75%, transparent 75%);
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.3;
    left: 0;
}.title_greeting_qRPp3::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    filter: blur(10px);
    animation: pulseGlow 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 20%, rgb(171,197,176,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(169,152,116,0.5) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    z-index: 2;
    left: 0;
}.title_greeting_qRPp3 .how_started_LnjJz {
    flex-direction: column;
    position: relative;
    display: flex;
    height: 100vh;
    width: 100%;
    z-index: 3;
}.title_greeting_qRPp3 .course_head_y97tf {
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}.title_greeting_qRPp3 .course_head_y97tf input {
    display: none;
}.title_greeting_qRPp3 .page_begin_Uezmx {
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
    width: 100%;
    display: flex;
}.title_greeting_qRPp3 .virtual_school_5ryOo {
    overflow: hidden;
    height: 100%;
    flex: 0 0 100%;
    position: relative;
}.title_greeting_qRPp3 .virtual_school_5ryOo::before {
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, transparent 35%, transparent 65%, #000000 100%);
    position: absolute;
}.title_greeting_qRPp3 .virtual_school_5ryOo img {
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: saturate(1.2) contrast(1.1);
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    object-fit: cover;
}.title_greeting_qRPp3 .main_open_VExFM {
    gap: 16px;
    bottom: 40px;
    display: flex;
    left: 50%;
    position: absolute;
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    z-index: 10;
    padding: 12px 24px;
    background: linear-gradient(90deg, rgb(171,197,176,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(169,152,116,0.5) 100%);
    border-radius: 16px;
}.title_greeting_qRPp3 .main_open_VExFM::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: calc(16px - 2px);
    z-index: -1;
    background: linear-gradient(90deg, rgb(171,197,176,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(169,152,116,0.5) 100%);
    opacity: 0.7;
}.title_greeting_qRPp3 .main_open_VExFM label {
    position: relative;
    width: 12px;
    cursor: pointer;
    height: 12px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.title_greeting_qRPp3 .main_open_VExFM label::before {
    transform: rotate(0deg);
    background: #ffffff;
    inset: 0;
    position: absolute;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.3;
    border-radius: 2px;
}.title_greeting_qRPp3 .main_open_VExFM label::after {
    background: rgb(171,197,176);
    border-radius: 0;
    opacity: 0.6;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    inset: 2px;
    content: "";
    position: absolute;
}.title_greeting_qRPp3 .main_open_VExFM label:hover::before {
    background: #ffffff;
    opacity: 0.8;
    transform: rotate(45deg);
}.title_greeting_qRPp3 .main_open_VExFM label:hover::after {
    opacity: 1;
    transform: rotate(-45deg);
    background: rgb(169,152,116);
}.title_greeting_qRPp3 .heading_frame_DSRls {
    display: flex;
    width: 100%;
    position: absolute;
    z-index: 5;
    align-items: center;
    height: 100%;
}.title_greeting_qRPp3 .heading_frame_DSRls .container {
    padding: 3.5rem;
    backdrop-filter: blur(15px);
    max-width: 85%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 16px;
    border-bottom: 1px solid rgb(169,152,116,0.5);
    border-left: 4px solid rgb(171,197,176);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: relative;
    margin: 0 auto;
}.title_greeting_qRPp3 .heading_frame_DSRls .container::before {
    height: 200%;
    opacity: 0.05;
    z-index: -1;
    background: 
        radial-gradient(circle at 50% 50%, transparent 15%, rgba(0, 0, 0, 0.5) 50%),
        repeating-conic-gradient(rgb(171,197,176,0.5) 0deg, rgb(171,197,176,0.5) 5deg, transparent 5deg, transparent 10deg, rgb(169,152,116,0.5) 10deg, rgb(169,152,116,0.5) 15deg, transparent 15deg, transparent 20deg);
    top: -50%;
    left: -50%;
    position: absolute;
    width: 200%;
    content: "";
    animation: rotateBackground 120s linear infinite;
}.title_greeting_qRPp3 .heading_frame_DSRls .container::after {
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, rgb(171,197,176,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.2;
    height: 100%;
    z-index: -1;
    left: 0;
}.title_greeting_qRPp3 .heading_frame_DSRls h1 {
    color: #ffffff;
    font-size: 39px;
    margin-bottom: 1.5rem;
    display: inline-block;
    text-shadow: 0 2px 4px #000000;
    font-weight: 700;
    position: relative;
}.title_greeting_qRPp3 .heading_frame_DSRls h1::before {
    height: 2px;
    bottom: -5px;
    transform-origin: left;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
    width: 100%;
    left: 0;
    animation: lineExpand 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.title_greeting_qRPp3 .heading_frame_DSRls h3 {
    color: rgb(169,152,116);
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    text-shadow: 0 1px 2px #000000;
    font-size: 18px;
}.title_greeting_qRPp3 .heading_frame_DSRls h3::after {
    transform: translateY(-50%);
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(171,197,176);
    animation: pulse 2s infinite;
    content: "";
    box-shadow: 0 0 10px rgb(171,197,176), 0 0 20px rgb(171,197,176,0.5);
    border-radius: 50%;
    right: -15px;
    top: 50%;
}.title_greeting_qRPp3 .heading_frame_DSRls p {
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    text-shadow: 0 1px 2px #000000;
    color: #ffffff;
    border-left: 1px solid rgb(169,152,116,0.5);
    font-size: 17px;
    max-width: 90%;
    line-height: 1.8;
}.title_greeting_qRPp3 .heading_frame_DSRls p::before {
    top: 0;
    background: rgb(169,152,116);
    border-radius: 50%;
    height: 7px;
    left: -3px;
    width: 7px;
    position: absolute;
    content: "";
}.title_greeting_qRPp3 .heading_frame_DSRls p::after {
    border-radius: 50%;
    background: rgb(171,197,176);
    width: 7px;
    left: -3px;
    bottom: 0;
    content: "";
    height: 7px;
    position: absolute;
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(1):checked ~ .page_begin_Uezmx {
    transform: translateX(0%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(2):checked ~ .page_begin_Uezmx {
    transform: translateX(-100%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(3):checked ~ .page_begin_Uezmx {
    transform: translateX(-200%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(4):checked ~ .page_begin_Uezmx {
    transform: translateX(-300%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(5):checked ~ .page_begin_Uezmx {
    transform: translateX(-400%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(6):checked ~ .page_begin_Uezmx {
    transform: translateX(-500%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(7):checked ~ .page_begin_Uezmx {
    transform: translateX(-600%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(8):checked ~ .page_begin_Uezmx {
    transform: translateX(-700%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(9):checked ~ .page_begin_Uezmx {
    transform: translateX(-800%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(10):checked ~ .page_begin_Uezmx {
    transform: translateX(-900%);
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(1):checked ~ .main_open_VExFM label:nth-of-type(1)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(2):checked ~ .main_open_VExFM label:nth-of-type(2)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(3):checked ~ .main_open_VExFM label:nth-of-type(3)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(4):checked ~ .main_open_VExFM label:nth-of-type(4)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(5):checked ~ .main_open_VExFM label:nth-of-type(5)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(6):checked ~ .main_open_VExFM label:nth-of-type(6)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(7):checked ~ .main_open_VExFM label:nth-of-type(7)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(8):checked ~ .main_open_VExFM label:nth-of-type(8)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(9):checked ~ .main_open_VExFM label:nth-of-type(9)::before,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(10):checked ~ .main_open_VExFM label:nth-of-type(10)::before {
    opacity: 1;
    background: #ffffff;
    transform: rotate(45deg) scale(1.2);
    box-shadow: 0 0 15px #ffffff;
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(1):checked ~ .main_open_VExFM label:nth-of-type(1)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(2):checked ~ .main_open_VExFM label:nth-of-type(2)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(3):checked ~ .main_open_VExFM label:nth-of-type(3)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(4):checked ~ .main_open_VExFM label:nth-of-type(4)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(5):checked ~ .main_open_VExFM label:nth-of-type(5)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(6):checked ~ .main_open_VExFM label:nth-of-type(6)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(7):checked ~ .main_open_VExFM label:nth-of-type(7)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(8):checked ~ .main_open_VExFM label:nth-of-type(8)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(9):checked ~ .main_open_VExFM label:nth-of-type(9)::after,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(10):checked ~ .main_open_VExFM label:nth-of-type(10)::after {
    background: rgb(171,197,176);
    transform: rotate(-45deg) scale(0.6);
    opacity: 1;
}.title_greeting_qRPp3 input[type="radio"]:nth-of-type(1):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(1) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(2):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(2) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(3):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(3) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(4):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(4) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(5):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(5) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(6):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(6) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(7):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(7) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(8):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(8) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(9):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(9) img,
.title_greeting_qRPp3 input[type="radio"]:nth-of-type(10):checked ~ .page_begin_Uezmx .virtual_school_5ryOo:nth-of-type(10) img {
    transform: scale(1.15);
    filter: saturate(1.3) contrast(1.15);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px) brightness(1);
    }
    50% {
        opacity: 0.5;
        filter: blur(15px) brightness(1.2);
    }
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.title_greeting_qRPp3 .heading_frame_DSRls .container {
    max-width: 90%;
    padding: 2.5rem;
}.title_greeting_qRPp3 .heading_frame_DSRls p {
    max-width: 95%;
}.title_greeting_qRPp3 .main_open_VExFM {
    padding: 10px 20px;
}
}

@media screen and (max-width: 768px) {.title_greeting_qRPp3 .heading_frame_DSRls {
    padding-bottom: 120px;
    align-items: flex-end;
}.title_greeting_qRPp3 .heading_frame_DSRls .container {
    padding: 2rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
    max-width: 95%;
}.title_greeting_qRPp3 .heading_frame_DSRls h1 {
    font-size: calc(39px * 0.85);
    margin-bottom: 1.2rem;
}.title_greeting_qRPp3 .heading_frame_DSRls h3 {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.9);
}.title_greeting_qRPp3 .heading_frame_DSRls p {
    font-size: calc(17px * 0.95);
    padding-left: 15px;
    max-width: 100%;
}.title_greeting_qRPp3 .main_open_VExFM {
    gap: 12px;
    bottom: 30px;
}.title_greeting_qRPp3 .virtual_school_5ryOo::before {
    background: linear-gradient(0deg, #000000 20%, transparent 50%, #000000 100%);
}
}

@media screen and (max-width: 480px) {.title_greeting_qRPp3 .heading_frame_DSRls {
    padding-bottom: 100px;
}.title_greeting_qRPp3 .heading_frame_DSRls .container {
    border-left: 2px solid rgb(171,197,176);
    padding: 1.5rem;
}.title_greeting_qRPp3 .heading_frame_DSRls h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1rem;
}.title_greeting_qRPp3 .heading_frame_DSRls h3 {
    font-size: calc(18px * 0.8);
    margin-bottom: 1rem;
}.title_greeting_qRPp3 .heading_frame_DSRls p {
    padding-left: 10px;
}.title_greeting_qRPp3 .main_open_VExFM {
    bottom: 25px;
    padding: 8px 15px;
    gap: 8px;
}.title_greeting_qRPp3 .main_open_VExFM label {
    width: 10px;
    height: 10px;
}}footer {
    width: 100%;
    position: relative;
}footer .fund_cta_xdMgs {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 120px 0 30px;
    background: linear-gradient(135deg, rgb(171,197,176), rgb(169,152,116));
}footer .fund_cta_xdMgs::before {
    width: 100%;
    top: 0;
    height: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    background: #ffffff;
    position: absolute;
    transform: rotateX(180deg);
    left: 0;
    opacity: 0.25;
    content: "";
}footer .fund_cta_xdMgs::after {
    height: 50px;
    bottom: 0;
    width: 100%;
    opacity: 0.15;
    left: 0;
    position: absolute;
    background: #ffffff;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}footer .footer_clients_alzKn {
    z-index: 1;
    position: relative;
}footer .message_us_INRF6 {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
}footer .info_item {
    height: 80px;
    backdrop-filter: blur(5px);
    display: flex;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 40px;
    flex: 1 1 200px;
    padding: 0 25px;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 300px;
}footer .info_item::before {
    content: "";
    left: -100%;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    animation: waveAnimation 15s linear infinite;
    background: #ffffff;
    width: 100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background-color: rgb(169,152,116,0.5);
}footer .info_item svg {
    fill: #ffffff;
    flex-shrink: 0;
    height: 20px;
    margin-right: 15px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 25px;
}footer .nav_begin_KUlt3 {
    margin-bottom: 30px;
    flex: 1 1 100%;
    position: relative;
    text-align: center;
}footer .nav_begin_KUlt3 svg {
    filter: brightness(0) invert(1);
    height: 50px;
    margin: 0 auto 20px;
    width: auto;
}footer .inclusion_8Nmyj {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 500px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}footer .nav_study_UIe8l,footer .subscribe_holder {
    overflow: hidden;
    backdrop-filter: blur(5px);
    padding: 30px;
    position: relative;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    flex: 1 1 300px;
}footer .nav_study_UIe8l::before,footer .subscribe_holder::before {
    left: -100%;
    background: #ffffff;
    opacity: 0.1;
    content: "";
    height: 100%;
    animation: waveAnimation 20s linear infinite;
    top: 0;
    z-index: -1;
    width: 300%;
    position: absolute;
}footer .nav_study_UIe8l h5, footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 22px;
    display: inline-block;
}footer .nav_study_UIe8l h5::after, footer .subscribe_holder h5::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ffffff, transparent);
    height: 2px;
    position: absolute;
    width: 100%;
    content: "";
}footer .main_head_3hMAo {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    display: flex;
}footer .main_head_3hMAo a {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    background-color: rgb(171,197,176,0.5);
    position: relative;
    padding: 8px 15px;
    flex: 1 1 calc(50% - 10px);
    border-radius: 20px;
    overflow: hidden;
}footer .main_head_3hMAo a::before {
    bottom: 0;
    transition: left 0.3s ease;
    width: 100%;
    left: -100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 2px;
}footer .main_head_3hMAo a:hover {
    background-color: rgb(169,152,116,0.5);
    transform: translateY(-3px);
}footer .main_head_3hMAo a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 25px;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    font-size: 17px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(171,197,176,0.5);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_warning_uMAN2 {
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    border: none;
    background-color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 19px;
    color: rgb(171,197,176);
    border-radius: 25px;
}footer .sub_warning_uMAN2::after {
    transition: left 0.7s ease;
    height: 100%;
    content: "";
    left: -100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}footer .sub_warning_uMAN2:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(224,226,231);
}footer .sub_warning_uMAN2:hover::after {
    left: 100%;
}footer .enroll_info_zSZkg {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .grade_help_REPiS {
    padding: 0 30px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: inline-block;
}footer .grade_help_REPiS::before,
footer .grade_help_REPiS::after {
    height: 1px;
    top: 50%;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
}footer .grade_help_REPiS::before {
    left: 0;
}footer .grade_help_REPiS::after {
    right: 0;
}

@media (min-width: 768px) {footer .nav_begin_KUlt3 {
    flex: 1 1 100%;
}footer .nav_study_UIe8l, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_warning_uMAN2 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .fund_cta_xdMgs {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .fund_cta_xdMgs {
    padding: 80px 0 30px;
}footer .fund_cta_xdMgs::before {
    background-size: 100% 60px;
    height: 60px;
}footer .message_us_INRF6 {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .nav_study_UIe8l, footer .subscribe_holder {
    padding: 25px 20px;
}footer .enroll_info_zSZkg {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .fund_cta_xdMgs {
    padding: 60px 0 20px;
}footer .fund_cta_xdMgs::before {
    height: 40px;
    background-size: 100% 40px;
}footer .nav_study_UIe8l h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 15px;
}footer .main_head_3hMAo a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .sub_warning_uMAN2 {
    padding: 12px 15px;
}}header {
    position: relative;
    z-index: 100;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background: rgb(224,226,231);
    padding: 1rem 0;
}header::before {
    background: linear-gradient(to right, 
        rgb(171,197,176,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(169,152,116,0.5) 100%);
    content: '';
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    left: 0;
    top: 0;
}header .container {
    position: relative;
    width: 100%;
    padding: 0 2%;
    z-index: 1;
    max-width: 100%;
    margin: 0;
}header .nav_teach_wF1av {
    align-items: center;
    gap: 1rem;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    display: grid;
}header .top_expert_8ZCrw {
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    grid-area: logo;
    padding: 0.5rem 1rem;
    display: flex;
}header .top_expert_8ZCrw::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(171,197,176), 
        rgb(169,152,116), 
        rgb(171,197,176), 
        transparent);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    width: 50%;
}header .top_expert_8ZCrw svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .top_expert_8ZCrw:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .nav_study_UIe8l {
    grid-area: menu;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    gap: 0.5rem;
    align-items: center;
    padding: 0.6rem;
    justify-content: center;
    display: flex;
}header .top_site_pT2X1 {
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    text-align: center;
    background: #ffffff;
    padding: 0.4rem 0.8rem;
    font-size: 19px;
}header .top_site_pT2X1:hover {
    background: linear-gradient(135deg, rgb(171,197,176), rgb(169,152,116));
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgb(171,197,176,0.5);
    color: #ffffff;
}

@media (max-width: 991px) {header .top_expert_8ZCrw svg {
    width: 140px;
}header .nav_study_UIe8l {
    gap: 0.4rem;
    padding: 0.5rem;
}header .top_site_pT2X1 {
    padding: 0.35rem 0.6rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 767px) {header .nav_teach_wF1av {
    grid-template-areas:
            "logo"
            "nav_study_UIe8l";
    grid-template-columns: 1fr;
}header .top_expert_8ZCrw {
    padding: 0.4rem;
}header .top_expert_8ZCrw svg {
    width: 130px;
}header .nav_study_UIe8l {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .top_site_pT2X1 {
    font-size: calc(19px - 1px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top_expert_8ZCrw svg {
    width: 120px;
}header .nav_study_UIe8l {
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_study_UIe8l::-webkit-scrollbar {
    height: 2px;
}header .nav_study_UIe8l::-webkit-scrollbar-thumb {
    background: rgb(171,197,176);
    border-radius: 10px;
}header .top_site_pT2X1 {
    white-space: nowrap;
    flex-shrink: 0;
}}.contact_information_uKYPi {
    padding: 120px 0;
    position: relative;
    background: rgb(224,226,231);
    overflow: hidden;
}.contact_information_uKYPi::before {
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.3;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,197,176,0.5) 0,
        rgb(171,197,176,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
}.contact_information_uKYPi::after {
    height: 300px;
    opacity: 0.2;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgb(169,152,116) 0%, transparent 70%);
    position: absolute;
    filter: blur(60px);
    content: "";
    width: 300px;
    animation: float 10s ease-in-out infinite;
}.contact_information_uKYPi .img_background_9s4Zw {
    height: 100%;
    filter: blur(2px) saturate(0.8);
    opacity: 0.08;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
}.contact_information_uKYPi .img_background_9s4Zw::after {
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(169,152,116,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    left: 0;
}.contact_information_uKYPi .container {
    max-width: 1200px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.contact_information_uKYPi h3 {
    text-align: center;
    font-size: 29px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
}.contact_information_uKYPi h3::before {
    transform: translateX(-50%);
    height: 4px;
    width: 40px;
    top: -20px;
    left: 50%;
    background: rgb(171,197,176);
    content: "";
    position: absolute;
}.contact_information_uKYPi h3::after {
    height: 1px;
    content: "";
    background: linear-gradient(to right, transparent, rgb(171,197,176), transparent);
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    bottom: -20px;
    position: absolute;
}.help_message_pES1v {
    position: relative;
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    z-index: 10;
    background: #ffffff;
}.help_message_pES1v::before {
    z-index: 0;
    left: -50%;
    position: absolute;
    top: -50%;
    opacity: 0.2;
    width: 200%;
    height: 200%;
    animation: rotate 60s linear infinite;
    content: "";
    background: radial-gradient(circle at center, rgb(169,152,116,0.5) 0%, transparent 50%);
}.help_message_pES1v .query_widget_mi2Un {
    z-index: 2;
    position: relative;
    padding: 60px 50px;
}.help_message_pES1v .query_widget_mi2Un::before {
    content: "";
    width: 1px;
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(171,197,176,0.5), transparent);
    position: absolute;
    top: 15%;
    height: 70%;
}.help_message_pES1v .query_widget_mi2Un h3 {
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    font-size: 21px;
    color: #000000;
    margin-bottom: 35px;
}.help_message_pES1v .query_widget_mi2Un h3::before {
    display: none;
}.help_message_pES1v .query_widget_mi2Un h3::after {
    width: 60px;
    transform: none;
    background: rgb(171,197,176);
    left: 0;
    height: 2px;
    bottom: -15px;
}.help_message_pES1v .query_widget_mi2Un form {
    flex-direction: column;
    display: flex;
}.help_message_pES1v .query_widget_mi2Un input[type="text"],
.help_message_pES1v .query_widget_mi2Un textarea {
    background: rgba(240, 240, 240, 0.5);
    font-size: 16px;
    transition: all 0.3s ease;
    border: none;
    margin-bottom: 25px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    width: 100%;
    padding: 18px 22px;
}.help_message_pES1v .query_widget_mi2Un input[type="text"]:focus,
.help_message_pES1v .query_widget_mi2Un textarea:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(171,197,176,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.help_message_pES1v .query_widget_mi2Un textarea {
    resize: vertical;
    min-height: 150px;
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo label {
    padding-left: 30px;
    position: relative;
    font-size: calc(16px - 2px);
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo label::before {
    left: 0;
    position: absolute;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 2px;
    transition: all 0.3s ease;
    width: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    background: rgba(240, 240, 240, 0.8);
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo input[type="checkbox"]:checked + label::before {
    background: rgb(171,197,176);
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    border: solid #ffffff;
    top: 5px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    height: 10px;
    width: 5px;
    left: 8px;
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(171,197,176);
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo a::after {
    width: 0;
    content: "";
    background-color: rgb(171,197,176);
    left: 0;
    bottom: -2px;
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
}.help_message_pES1v .query_widget_mi2Un .help_form_hu5mo a:hover::after {
    width: 100%;
}.help_message_pES1v .query_widget_mi2Un .message_box_MNqoB {
    font-weight: 600;
    align-self: flex-start;
    z-index: 1;
    border: 2px solid rgb(171,197,176);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-size: 15px;
    background: transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 15px 30px;
    cursor: pointer;
    color: #000000;
    display: inline-block;
}.help_message_pES1v .query_widget_mi2Un .message_box_MNqoB::before {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    left: 0;
    content: "";
    width: 0;
    background: rgb(171,197,176);
    position: absolute;
    z-index: -1;
    top: 0;
}.help_message_pES1v .query_widget_mi2Un .message_box_MNqoB:hover {
    color: #ffffff;
}.help_message_pES1v .query_widget_mi2Un .message_box_MNqoB:hover::before {
    width: 100%;
}.help_message_pES1v .message_query_dIqcC {
    padding: 60px 50px;
    position: relative;
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
}.help_message_pES1v .message_query_dIqcC::before {
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    opacity: 0.5;
    width: 100%;
    content: "";
}.help_message_pES1v .message_query_dIqcC h4 {
    letter-spacing: 0.5px;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    margin-bottom: 35px;
    color: #000000;
}.help_message_pES1v .message_query_dIqcC h4::after {
    left: 0;
    content: "";
    width: 60px;
    bottom: -15px;
    height: 2px;
    background: rgb(171,197,176);
    position: absolute;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU {
    padding: 0;
    margin: 0;
    list-style: none;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li {
    border-left: 2px solid transparent;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    display: flex;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li:last-child {
    margin-bottom: 0;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li:hover {
    border-left-color: rgb(171,197,176);
    padding-left: 20px;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li svg {
    flex-shrink: 0;
    height: 22px;
    margin-right: 18px;
    transition: all 0.3s ease;
    width: 22px;
    opacity: 0.8;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li svg path {
    fill: rgb(171,197,176);
    transition: all 0.3s ease;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li:hover svg path {
    fill: rgb(169,152,116);
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li span {
    line-height: 1.5;
    color: #000000;
    font-size: 16px;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li a::after {
    height: 1px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    background-color: rgb(171,197,176);
    bottom: -3px;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li a:hover {
    color: rgb(171,197,176);
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_information_uKYPi {
    padding: 80px 0;
}.help_message_pES1v {
    grid-template-columns: 1fr;
}.help_message_pES1v .query_widget_mi2Un::before {
    left: 15%;
    height: 1px;
    right: auto;
    width: 70%;
    bottom: 0;
    top: auto;
}.help_message_pES1v .query_widget_mi2Un,
    .help_message_pES1v .message_query_dIqcC {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.contact_information_uKYPi {
    padding: 60px 0;
}.contact_information_uKYPi h3 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.help_message_pES1v .query_widget_mi2Un,
    .help_message_pES1v .message_query_dIqcC {
    padding: 40px 30px;
}.help_message_pES1v .query_widget_mi2Un h3,
    .help_message_pES1v .message_query_dIqcC h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.help_message_pES1v .query_widget_mi2Un input[type="text"],
    .help_message_pES1v .query_widget_mi2Un textarea {
    margin-bottom: 20px;
    padding: 15px 18px;
}.help_message_pES1v .query_widget_mi2Un .message_box_MNqoB {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_information_uKYPi {
    padding: 50px 0;
}.help_message_pES1v {
    border-radius: 10px;
}.help_message_pES1v .query_widget_mi2Un,
    .help_message_pES1v .message_query_dIqcC {
    padding: 30px 25px;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li {
    align-items: flex-start;
}.help_message_pES1v .message_query_dIqcC .message_reach_fplWU li svg {
    margin-top: 3px;
}}.study_method_LhmFT {
    padding: 170px 0 130px;
    position: relative;
    overflow: visible;
    background: linear-gradient(150deg, rgb(224,226,231) 0%, rgb(169,152,116,0.5) 100%);
}.study_method_LhmFT::before {
    content: '';
    top: 0;
    z-index: 1;
    height: 100%;
    background-image: linear-gradient(45deg, rgb(171,197,176,0.5) 25%, transparent 25%, transparent 75%, rgb(171,197,176,0.5) 75%);
    background-size: 100px 100px;
    opacity: 0.03;
    left: 0;
    position: absolute;
    width: 100%;
}.study_method_LhmFT .how_started_LnjJz {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.study_method_LhmFT .heading_frame_DSRls {
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: flex-start;
}.study_method_LhmFT .heading_frame_DSRls h2 {
    background: linear-gradient(135deg, rgb(171,197,176,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 4;
    color: #ffffff;
    font-size: 32px;
    width: 45%;
    font-weight: 700;
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 26px 26px 0 0;
    padding: 35px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.study_method_LhmFT .heading_frame_DSRls p {
    border-radius: 0 0 26px 26px;
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.05);
    margin-top: -20px;
    padding: 45px 50px;
    line-height: 1.8;
    backdrop-filter: blur(15px);
    width: 65%;
    font-size: 16px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 3;
    color: #ffffff;
}.study_method_LhmFT .heading_frame_DSRls::before {
    border-right: 30px solid transparent;
    position: absolute;
    right: 35%;
    border-left: 30px solid transparent;
    content: '';
    width: 0;
    z-index: 5;
    border-top: 40px solid rgb(171,197,176);
    opacity: 0.3;
    top: 0;
    height: 0;
}.study_method_LhmFT .heading_frame_DSRls::after {
    position: absolute;
    left: 35%;
    height: 0;
    bottom: 0;
    width: 0;
    border-left: 30px solid transparent;
    z-index: 5;
    border-right: 30px solid transparent;
    border-bottom: 40px solid rgb(169,152,116);
    opacity: 0.3;
    content: '';
}.study_method_LhmFT .heading_frame_DSRls h2::before {
    background: linear-gradient(90deg, rgb(171,197,176), transparent);
    height: 5px;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0.5;
    left: 0;
    bottom: 0;
}.study_method_LhmFT .heading_frame_DSRls h2::after {
    position: absolute;
    opacity: 0.3;
    right: -30px;
    content: '';
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(171,197,176,0.5), transparent);
    height: 100%;
    width: 30px;
}.study_method_LhmFT .heading_frame_DSRls p::before {
    position: absolute;
    opacity: 0.5;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(169,152,116));
    width: 100%;
    left: 0;
    top: 0;
    height: 5px;
}.study_method_LhmFT .heading_frame_DSRls p::after {
    position: absolute;
    content: '';
    opacity: 0.3;
    height: 100%;
    width: 30px;
    top: 0;
    z-index: -1;
    left: -30px;
    background: linear-gradient(to left, rgb(169,152,116,0.5), transparent);
}.study_method_LhmFT::after {
    background: linear-gradient(90deg, transparent, rgb(171,197,176));
    width: 400px;
    height: 1px;
    z-index: 1;
    bottom: 50px;
    opacity: 0.3;
    content: '';
    position: absolute;
    right: 0;
}.study_method_LhmFT .how_started_LnjJz::before {
    width: 400px;
    top: 50px;
    position: absolute;
    opacity: 0.3;
    left: 0;
    background: linear-gradient(90deg, rgb(169,152,116), transparent);
    height: 1px;
    content: '';
    z-index: 1;
}.study_method_LhmFT .how_started_LnjJz::after {
    height: 100px;
    transform: translateX(-50%);
    opacity: 0.05;
    background: rgb(171,197,176);
    top: -50px;
    left: 50%;
    content: '';
    filter: blur(50px);
    animation: pulse-subtle 10s infinite alternate;
    width: 100px;
    position: absolute;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.study_method_LhmFT .heading_frame_DSRls h2 {
    width: 55%;
}.study_method_LhmFT .heading_frame_DSRls p {
    width: 70%;
}.study_method_LhmFT .heading_frame_DSRls::before {
    right: 30%;
}.study_method_LhmFT .heading_frame_DSRls::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.study_method_LhmFT {
    padding: 140px 0 110px;
}.study_method_LhmFT .heading_frame_DSRls h2 {
    padding: 30px 35px;
    width: 65%;
}.study_method_LhmFT .heading_frame_DSRls p {
    padding: 35px 40px;
    width: 75%;
}.study_method_LhmFT .heading_frame_DSRls::before {
    border-left: 25px solid transparent;
    right: 25%;
    border-top: 35px solid rgb(171,197,176);
    border-right: 25px solid transparent;
}.study_method_LhmFT .heading_frame_DSRls::after {
    border-right: 25px solid transparent;
    border-bottom: 35px solid rgb(169,152,116);
    left: 25%;
    border-left: 25px solid transparent;
}.study_method_LhmFT::after {
    width: 300px;
}.study_method_LhmFT .how_started_LnjJz::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.study_method_LhmFT {
    padding: 120px 0 90px;
    overflow: hidden;
}.study_method_LhmFT .heading_frame_DSRls {
    align-items: center;
}.study_method_LhmFT .heading_frame_DSRls h2 {
    border-radius: 26px 26px 26px 26px;
    font-size: calc(32px * 0.9);
    width: 90%;
    margin-bottom: 20px;
}.study_method_LhmFT .heading_frame_DSRls p {
    margin-top: 0;
    border-radius: 26px 26px 26px 26px;
    width: 90%;
}.study_method_LhmFT .heading_frame_DSRls::before,
    .study_method_LhmFT .heading_frame_DSRls::after,
    .study_method_LhmFT::after,
    .study_method_LhmFT .how_started_LnjJz::before,
    .study_method_LhmFT .how_started_LnjJz::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_method_LhmFT {
    padding: 100px 0 80px;
}.study_method_LhmFT .heading_frame_DSRls h2 {
    padding: 25px;
    width: 100%;
    font-size: calc(32px * 0.8);
}.study_method_LhmFT .heading_frame_DSRls p {
    padding: 25px;
    font-size: calc(16px * 0.9);
    width: 100%;
}}.data_insights_8H427 {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,226,231), rgba(rgb(169,152,116,0.5), 0.1));
    overflow: hidden;
}.data_insights_8H427::before {
    width: 100%;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgba(rgb(171,197,176,0.5), 0.15), transparent 70%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.data_insights_8H427::after {
    border-radius: 50%;
    bottom: -50px;
    z-index: 1;
    right: -50px;
    filter: blur(20px);
    position: absolute;
    width: 200px;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgba(rgb(169,152,116,0.5), 0.2), transparent 70%);
}.data_insights_8H427 h3 {
    font-size: 29px;
    text-align: center;
    position: relative;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 40px;
    color: #000000;
}.data_insights_8H427 h3::after {
    left: 50%;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(171,197,176), rgb(169,152,116));
    width: 80px;
}.data_insights_8H427 .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.data_insights_8H427 ul {
    list-style: none;
    gap: 25px;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    margin: 0;
    padding: 0;
}.data_insights_8H427 .statistics_boosts_rM6m5 {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 25px 20px;
    position: relative;
    border-radius: 10px;
    transform: translateZ(0) rotateX(2deg);
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.07), 
                0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.7));
    backdrop-filter: blur(10px);
}.data_insights_8H427 .statistics_boosts_rM6m5::before {
    background: linear-gradient(90deg, rgb(169,152,116), rgb(171,197,176));
    height: 5px;
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    transform: translateY(-5px);
    content: "";
    left: 0;
}.data_insights_8H427 .statistics_boosts_rM6m5:hover {
    box-shadow: 0 12px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 5px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateZ(20px) rotateX(0);
}.data_insights_8H427 .statistics_boosts_rM6m5:hover::before {
    transform: translateY(0);
}.data_insights_8H427 .statistics_boosts_rM6m5 span {
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: calc(12px * 0.95);
    z-index: 2;
    display: block;
    margin-bottom: 12px;
    position: relative;
    color: #000000;
    font-weight: 600;
}.data_insights_8H427 .statistics_boosts_rM6m5 span::after {
    width: 40px;
    bottom: -5px;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    background-color: rgba(rgb(169,152,116,0.5), 0.5);
    left: 0;
}.data_insights_8H427 .statistics_boosts_rM6m5:hover span::after {
    width: 60px;
}.data_insights_8H427 .statistics_boosts_rM6m5 p {
    font-weight: 700;
    display: flex;
    color: rgb(171,197,176);
    align-items: center;
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: calc(19px * 1.2);
    margin: 0;
}.data_insights_8H427 .statistics_boosts_rM6m5 p::before {
    transition: transform 0.3s ease 0.1s;
    display: inline-block;
    width: 8px;
    content: "";
    border-radius: 50%;
    background-color: rgb(169,152,116);
    transform: scale(0);
    height: 8px;
    margin-right: 10px;
}.data_insights_8H427 .statistics_boosts_rM6m5:hover p {
    transform: translateX(5px);
    color: rgb(171,197,176);
}.data_insights_8H427 .statistics_boosts_rM6m5:hover p::before {
    transform: scale(1);
}.data_insights_8H427 .statistics_boosts_rM6m5:nth-child(even) {
    animation-delay: calc(0.7s * var(--i, 1));
    animation: float 7s ease-in-out infinite;
}.data_insights_8H427 .statistics_boosts_rM6m5:nth-child(odd) {
    animation: float 8s ease-in-out infinite reverse;
    animation-delay: calc(0.5s * var(--i, 1));
}

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

@media (max-width: 991px) {.data_insights_8H427 {
    padding: 60px 0;
}.data_insights_8H427 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.data_insights_8H427 ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.data_insights_8H427 .statistics_boosts_rM6m5 {
    padding: 20px 15px;
}.data_insights_8H427 .statistics_boosts_rM6m5 p {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 767px) {.data_insights_8H427 {
    padding: 50px 0;
}.data_insights_8H427 h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.data_insights_8H427 ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.data_insights_8H427 .statistics_boosts_rM6m5 span {
    font-size: calc(12px * 0.9);
}.data_insights_8H427 .statistics_boosts_rM6m5 p {
    font-size: 19px;
}
}

@media (max-width: 480px) {.data_insights_8H427 {
    padding: 40px 0;
}.data_insights_8H427 h3 {
    font-size: calc(29px * 0.75);
}.data_insights_8H427 ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_insights_8H427 .statistics_boosts_rM6m5 {
    padding: 18px 15px;
}.data_insights_8H427 .statistics_boosts_rM6m5 p {
    font-size: calc(19px * 0.95);
}.data_insights_8H427 .statistics_boosts_rM6m5:nth-child(n) {
    animation: none;
}.data_insights_8H427::after {
    display: none;
}}.education_history_nRLaW {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: rgb(224,226,231);
}.education_history_nRLaW::before {
    width: 50%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    content: "";
    top: 0;
    z-index: 1;
    background: rgb(171,197,176);
    position: absolute;
    height: 100%;
}.education_history_nRLaW::after {
    width: 100%;
    mix-blend-mode: overlay;
    z-index: 2;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(169,152,116,0.5) 100%
        );
    content: "";
}.education_history_nRLaW .review_views_DKcqF {
    display: flex;
    position: relative;
    z-index: 3;
    height: 100%;
}.education_history_nRLaW .img_background_9s4Zw {
    height: 130%;
    z-index: 2;
    left: 0;
    filter: grayscale(30%) contrast(1.1);
    transform: translateX(-5%);
    border-radius: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 45%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    top: -15%;
}.education_history_nRLaW .img_background_9s4Zw::after {
    position: absolute;
    opacity: 0.3;
    height: 100%;
    top: 0;
    background: linear-gradient(
        to right,
        rgb(171,197,176) 0%,
        transparent 100%
    );
    content: "";
    left: 0;
    width: 100%;
}.education_history_nRLaW:hover .img_background_9s4Zw {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}.education_history_nRLaW .emp_progress_6ripN {
    flex-direction: column;
    z-index: 3;
    padding: 0 3rem 0 7rem;
    width: 60%;
    right: 0;
    display: flex;
    position: absolute;
    justify-content: center;
    height: 100%;
}.education_history_nRLaW .name {
    opacity: 0;
    margin-bottom: 0.7rem;
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    transform: translateX(50px);
    animation: slide-left 0.7s forwards 0.2s;
    position: relative;
}.education_history_nRLaW .name::before {
    transform-origin: left;
    transition: transform 0.5s ease 0.7s;
    width: 50px;
    background: rgb(171,197,176);
    content: "";
    transform: scaleX(0);
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 5px;
}.education_history_nRLaW:hover .name::before {
    transform: scaleX(1);
}.education_history_nRLaW .emp_progress_6ripN > div:nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    transform: translateX(50px);
    color: rgb(169,152,116);
    margin-bottom: 2rem;
    opacity: 0;
    animation: slide-left 0.7s forwards 0.4s;
}.education_history_nRLaW .career_explore_xfFSM {
    position: relative;
    font-weight: 400;
    transform: translateX(50px);
    font-size: 16px;
    max-width: 600px;
    color: #000000;
    line-height: 1.8;
    animation: slide-left 0.7s forwards 0.6s;
    opacity: 0;
    padding-left: 30px;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.education_history_nRLaW .career_explore_xfFSM::before {
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(171,197,176) 0%,
        rgb(169,152,116) 100%
    );
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
}.education_history_nRLaW .career_explore_xfFSM::after {
    line-height: 0;
    right: -80px;
    font-family: serif;
    bottom: -120px;
    font-size: 20rem;
    content: '"';
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    color: rgb(171,197,176,0.5);
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.education_history_nRLaW:hover .img_background_9s4Zw {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.education_history_nRLaW .emp_progress_6ripN > div {
    transition: transform 0.3s ease;
}.education_history_nRLaW:hover .name {
    transition-delay: 0.1s;
    transform: translateY(-5px);
}.education_history_nRLaW:hover .emp_progress_6ripN > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}.education_history_nRLaW:hover .career_explore_xfFSM {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

@media (max-width: 992px) {.education_history_nRLaW {
    padding: 0;
    height: auto;
}.education_history_nRLaW::before {
    height: 250px;
    width: 100%;
    clip-path: none;
}.education_history_nRLaW .review_views_DKcqF {
    flex-direction: column;
}.education_history_nRLaW .img_background_9s4Zw {
    clip-path: none;
    position: relative;
    height: 300px;
    width: 100%;
    top: 0;
    transform: none;
}.education_history_nRLaW .emp_progress_6ripN {
    width: 100%;
    padding: 2rem;
    position: relative;
}.education_history_nRLaW:hover .img_background_9s4Zw {
    animation: none;
}.education_history_nRLaW .career_explore_xfFSM::after {
    display: none;
}}.program_outcomes_nhrzy {
    background: linear-gradient(135deg, rgb(224,226,231) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
}.program_outcomes_nhrzy::before {
    z-index: 0;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(171,197,176,0.5) 0%, transparent 60%);
    top: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
}.program_outcomes_nhrzy::after {
    height: 40%;
    position: absolute;
    bottom: -5%;
    width: 40%;
    z-index: 0;
    right: -5%;
    background: radial-gradient(circle, rgb(169,152,116,0.5) 0%, transparent 70%);
    content: "";
    pointer-events: none;
}.program_outcomes_nhrzy h5 {
    font-size: 23px;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    color: #000000;
    transition: transform 0.5s ease;
    transform: perspective(1000px) translateZ(0);
}.program_outcomes_nhrzy h5::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    bottom: -12px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    background: linear-gradient(to right, rgb(171,197,176), rgb(169,152,116));
    content: "";
}.program_outcomes_nhrzy .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.program_outcomes_nhrzy .how_started_LnjJz {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    border-radius: 25px;
    display: flex;
    gap: 2rem;
}.program_outcomes_nhrzy .how_started_LnjJz:hover {
    transform: translateY(-10px);
}.program_outcomes_nhrzy .img_background_9s4Zw {
    aspect-ratio: 16/9;
    object-fit: cover;
    height: auto;
    transition: transform 1.2s ease;
    object-position: center;
    width: 100%;
}.program_outcomes_nhrzy .how_started_LnjJz:hover .img_background_9s4Zw {
    transform: scale(1.05);
}.program_outcomes_nhrzy .heading_frame_DSRls {
    padding: 2rem;
    position: relative;
}.program_outcomes_nhrzy .heading_frame_DSRls::before {
    position: absolute;
    content: "";
    width: calc(100% - 40px);
    background: linear-gradient(to right, transparent, rgb(169,152,116,0.5), transparent);
    left: 20px;
    height: 1px;
    top: 0;
}.program_outcomes_nhrzy ul {
    gap: 1.2rem;
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
}.program_outcomes_nhrzy li {
    position: relative;
    transform: translateX(0);
    display: flex;
    padding-left: 2.5rem;
    transition: transform 0.3s ease-out;
    align-items: flex-start;
}.program_outcomes_nhrzy li:hover {
    transform: translateX(5px);
}.program_outcomes_nhrzy li p {
    align-items: flex-start;
    margin: 0;
    font-size: 18px;
    display: flex;
    line-height: 1.6;
    color: #000000;
    gap: 0.5rem;
}.program_outcomes_nhrzy li svg {
    transition: transform 0.3s ease;
    top: 3px;
    height: 24px;
    position: absolute;
    width: 24px;
    left: 0;
}.program_outcomes_nhrzy li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.program_outcomes_nhrzy li svg path {
    fill: rgb(171,197,176);
    transition: fill 0.3s ease;
}.program_outcomes_nhrzy li:hover svg path:first-child {
    fill: rgb(169,152,116);
}.program_outcomes_nhrzy li:nth-child(odd) {
    transform: translateY(0);
    animation: fadeInFromLeft 0.5s forwards;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
}.program_outcomes_nhrzy li:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    opacity: 0;
    animation: fadeInFromRight 0.5s forwards;
    transform: translateY(0);
}

@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@media (min-width: 768px) {.program_outcomes_nhrzy {
    padding: 7rem 2rem;
}.program_outcomes_nhrzy h5 {
    margin-bottom: 4rem;
    font-size: calc(23px * 1.2);
}.program_outcomes_nhrzy h5::after {
    width: 120px;
}.program_outcomes_nhrzy .how_started_LnjJz {
    align-items: stretch;
    flex-direction: row;
}.program_outcomes_nhrzy .how_started_LnjJz > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.program_outcomes_nhrzy .img_background_9s4Zw {
    aspect-ratio: auto;
    height: 100%;
}.program_outcomes_nhrzy .heading_frame_DSRls {
    padding: 3rem;
    display: flex;
    align-items: center;
    flex: 0 0 60%;
}.program_outcomes_nhrzy .heading_frame_DSRls::before {
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(169,152,116,0.5), transparent);
    width: 1px;
    height: calc(100% - 40px);
    top: 20px;
}.program_outcomes_nhrzy ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.program_outcomes_nhrzy {
    padding: 8rem 3rem;
}.program_outcomes_nhrzy h5 {
    font-size: calc(23px * 1.4);
}.program_outcomes_nhrzy .how_started_LnjJz {
    gap: 0;
}.program_outcomes_nhrzy .how_started_LnjJz > div:first-child {
    flex: 0 0 45%;
}.program_outcomes_nhrzy .heading_frame_DSRls {
    flex: 0 0 55%;
    padding: 4rem;
}.program_outcomes_nhrzy li {
    padding-left: 3rem;
}.program_outcomes_nhrzy li p {
    font-size: calc(18px * 1.05);
    line-height: 1.7;
}.program_outcomes_nhrzy li svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 767px) {.program_outcomes_nhrzy {
    padding: 4rem 1rem;
}.program_outcomes_nhrzy h5 {
    margin-bottom: 2rem;
    font-size: calc(23px * 0.9);
}.program_outcomes_nhrzy ul {
    gap: 1rem;
}.program_outcomes_nhrzy li {
    margin-bottom: 0.5rem;
}.program_outcomes_nhrzy li p {
    font-size: calc(18px * 0.95);
    line-height: 1.5;
}.program_outcomes_nhrzy li svg {
    top: 2px;
    width: 20px;
    height: 20px;
}}.user_reviews_fwrgd {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(224,226,231) 0%, rgb(169,152,116,0.5) 100%);
    position: relative;
    overflow: hidden;
}.user_reviews_fwrgd::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.7;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(171,197,176,0.5) 2%, transparent 12%),
        radial-gradient(circle at 85% 60%, rgb(169,152,116,0.5) 3%, transparent 15%);
    z-index: 0;
    top: 0;
    left: 0;
}.user_reviews_fwrgd h2 {
    margin-bottom: 3rem;
    position: relative;
    font-size: 31px;
    transform: translateY(-5px);
    text-align: center;
    font-weight: 700;
    z-index: 1;
    color: #000000;
    letter-spacing: -0.5px;
}.user_reviews_fwrgd h2::after {
    position: absolute;
    bottom: -12px;
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(171,197,176) 0%, rgb(169,152,116) 100%);
}.user_reviews_fwrgd .container.how_started_LnjJz {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.user_reviews_fwrgd .rating_praise_ioukW {
    gap: 2rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.user_reviews_fwrgd .review_views_DKcqF {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 2rem;
    flex-direction: column;
    background: #ffffff;
    height: 100%;
}.user_reviews_fwrgd .review_views_DKcqF::before {
    z-index: 1;
    background: linear-gradient(135deg, transparent 50%, rgb(171,197,176,0.5) 50%);
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
}.user_reviews_fwrgd .review_views_DKcqF:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.user_reviews_fwrgd .review_views_DKcqF h3 {
    margin-bottom: 0.75rem;
    position: relative;
    display: inline-block;
    font-size: calc(19px - 2px);
    font-weight: 600;
    color: rgb(171,197,176);
}.user_reviews_fwrgd .review_views_DKcqF h3::after {
    content: "";
    background: rgb(169,152,116);
    transition: width 0.3s ease;
    height: 2px;
    width: 40%;
    left: 0;
    bottom: -5px;
    position: absolute;
}.user_reviews_fwrgd .review_views_DKcqF:hover h3::after {
    width: 100%;
}.user_reviews_fwrgd .review_views_DKcqF .description {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    z-index: 1;
    position: relative;
}.user_reviews_fwrgd .review_views_DKcqF .description::before {
    position: absolute;
    z-index: -1;
    top: -0.75rem;
    color: rgb(171,197,176,0.5);
    font-size: 4rem;
    opacity: 0.2;
    line-height: 1;
    content: "";
    left: -0.75rem;
    font-family: serif;
}.user_reviews_fwrgd .review_views_DKcqF div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 70px;
    height: 70px;
    transform: translateZ(20px);
    margin-top: auto;
    border-radius: 50%;
    position: relative;
    border: 3px solid #ffffff;
}.user_reviews_fwrgd .review_views_DKcqF div::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 70%, rgb(171,197,176,0.5) 100%);
    left: 0;
    opacity: 0.3;
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
}.user_reviews_fwrgd .review_views_DKcqF:hover div::after {
    opacity: 0.5;
}.user_reviews_fwrgd .review_views_DKcqF img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
}.user_reviews_fwrgd .review_views_DKcqF:hover img {
    transform: scale(1.08);
}

@media (max-width: 991px) {.user_reviews_fwrgd {
    padding: 4rem 0;
}.user_reviews_fwrgd h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px - 4px);
}.user_reviews_fwrgd .rating_praise_ioukW {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_reviews_fwrgd .review_views_DKcqF {
    padding: 1.75rem;
}
}

@media (max-width: 767px) {.user_reviews_fwrgd {
    padding: 3rem 0;
}.user_reviews_fwrgd h2 {
    margin-bottom: 2rem;
    font-size: calc(31px - 6px);
}.user_reviews_fwrgd .rating_praise_ioukW {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.user_reviews_fwrgd .review_views_DKcqF h3 {
    font-size: calc(19px - 4px);
}.user_reviews_fwrgd .review_views_DKcqF {
    padding: 1.5rem;
}.user_reviews_fwrgd .review_views_DKcqF::before {
    height: 40px;
    width: 40px;
}.user_reviews_fwrgd .review_views_DKcqF div {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 480px) {.user_reviews_fwrgd {
    padding: 2.5rem 0;
}.user_reviews_fwrgd h2 {
    margin-bottom: 1.75rem;
    font-size: calc(31px - 8px);
}.user_reviews_fwrgd h2::after {
    height: 2px;
    width: 60px;
}.user_reviews_fwrgd .review_views_DKcqF {
    padding: 1.25rem;
}.user_reviews_fwrgd .review_views_DKcqF .description {
    font-size: calc(14px - 1px);
}.user_reviews_fwrgd .review_views_DKcqF div {
    height: 50px;
    width: 50px;
}
}

@media (min-width: 1400px) {.user_reviews_fwrgd .rating_praise_ioukW {
    grid-template-columns: repeat(4, 1fr);
}.user_reviews_fwrgd h2 {
    font-size: calc(31px + 4px);
}
}