* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}.header_wrap_FmoyV {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1259px;
    margin: auto;
}.segment-wrapper_wmecu {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.footer_subscribe_1oRNc {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .top_plank {
    background: rgb(149,197,179);
    color:  #ffffff;
}header .top_plank .plank_strip_cer14 div svg, header .top_plank .plank_strip_cer14 div svg path {
    fill: #ffffff;
}header .top_plank .plank_strip_cer14 div span {
    color: #ffffff;
}header .top_plank .plank_strip_cer14 {
    display: flex;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
    align-items: center;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .plank_strip_cer14 div {
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}header .top_plank .plank_strip_cer14 div img, header .top_plank .plank_strip_cer14 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.course_summary_2HUNf {
    position: relative;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.course_summary_2HUNf::before {
    opacity: 0.3;
    position: absolute;
    top: -50px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    border-radius: 50%;
    right: -50px;
    background: radial-gradient(circle, rgb(149,197,179,0.5) 0%, transparent 70%);
    width: 200px;
    content: "";
    height: 200px;
}.course_summary_2HUNf::after {
    background: radial-gradient(circle, rgb(99,163,148,0.5) 0%, transparent 70%);
    bottom: -30px;
    height: 150px;
    content: "";
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    opacity: 0.2;
    width: 150px;
    position: absolute;
    left: -30px;
}.course_summary_2HUNf .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course_summary_2HUNf .learn_explore_W08Vv {
    position: relative;
    perspective: 1000px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}.course_summary_2HUNf .image_item_s4KSH {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    transform: translateZ(20px) rotateX(2deg);
    height: 350px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.course_summary_2HUNf .image_item_s4KSH::before {
    content: "";
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(149,197,179,0.5) 0%, transparent 50%);
    position: absolute;
    opacity: 0.6;
}.course_summary_2HUNf .image_item_s4KSH::after {
    height: 200%;
    content: "";
    width: 200%;
    animation: orbitEffect 20s infinite linear;
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    left: -50%;
    position: absolute;
}.course_summary_2HUNf .text_pod_H9fXO {
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px);
    backdrop-filter: blur(5px);
    transition: transform 0.4s ease-out;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    position: relative;
    padding: 30px;
}.course_summary_2HUNf .text_pod_H9fXO:hover {
    transform: translateZ(15px);
}.course_summary_2HUNf h3 {
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    color: rgb(149,197,179);
}.course_summary_2HUNf h3::after {
    position: absolute;
    transition: transform 0.4s ease-out;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(149,197,179) 0%, rgb(99,163,148) 100%);
    transform-origin: left;
    transform: scaleX(1);
    width: 60px;
    left: 0;
    height: 3px;
}.course_summary_2HUNf .text_pod_H9fXO:hover h3::after {
    transform: scaleX(1.5);
}.course_summary_2HUNf .description {
    scrollbar-width: thin;
    scrollbar-color: rgb(99,163,148,0.5) transparent;
    overflow-y: auto;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
    max-height: 300px;
    position: relative;
}.course_summary_2HUNf .description::-webkit-scrollbar {
    width: 6px;
}.course_summary_2HUNf .description::-webkit-scrollbar-track {
    background: transparent;
}.course_summary_2HUNf .description::-webkit-scrollbar-thumb {
    background-color: rgb(99,163,148,0.5);
    border-radius: 20px;
}.course_summary_2HUNf p.description {
    display: block;
}.course_summary_2HUNf span.description {
    display: none;
}.course_summary_2HUNf .learn_explore_W08Vv div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

@keyframes orbitEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.course_summary_2HUNf .learn_explore_W08Vv {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_summary_2HUNf .image_item_s4KSH {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.course_summary_2HUNf h3 {
    font-size: 32px;
    margin-bottom: 30px;
}.course_summary_2HUNf h3::after {
    width: 80px;
}.course_summary_2HUNf .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_summary_2HUNf {
    padding: 150px 0;
}.course_summary_2HUNf .container {
    padding: 0 40px;
}.course_summary_2HUNf .learn_explore_W08Vv {
    gap: 80px;
}.course_summary_2HUNf .image_item_s4KSH {
    transform: translateZ(40px) rotateY(-5deg);
    height: 500px;
}.course_summary_2HUNf .text_pod_H9fXO {
    transform: translateZ(20px) rotateY(2deg);
    padding: 40px;
}.course_summary_2HUNf .text_pod_H9fXO:hover {
    transform: translateZ(25px) rotateY(2deg);
}.course_summary_2HUNf .description {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.course_summary_2HUNf .image_item_s4KSH {
    height: 550px;
}.course_summary_2HUNf .learn_explore_W08Vv {
    gap: 100px;
}.course_summary_2HUNf .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_summary_2HUNf {
    padding: 80px 0;
}.course_summary_2HUNf .container {
    padding: 0 15px;
}.course_summary_2HUNf .text_pod_H9fXO {
    padding: 25px 20px;
}.course_summary_2HUNf h3 {
    font-size: 18px;
    margin-bottom: 20px;
}.course_summary_2HUNf .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    max-height: 250px;
}}footer {
    position: relative;
}footer::before {
    background: linear-gradient(210deg, #000000 0%, rgb(149,197,179) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.92;
    content: '';
    top: 0;
}.footer_subscribe_1oRNc {
    padding: 90px 0 50px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 2;
}.footer_subscribe_1oRNc::before {
    left: 0;
    opacity: 0.1;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
}.footer_subscribe_1oRNc .container {
    flex-direction: column;
    display: flex;
}.footer_subscribe_1oRNc .company_holder {
    border-radius: 20px;
    margin-top: 70px;
    backdrop-filter: blur(10px);
    order: 2;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
}.footer_subscribe_1oRNc .company_holder h3 {
    letter-spacing: 3px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
}.footer_subscribe_1oRNc .company_holder h3::after {
    display: block;
    content: '';
    margin: 15px auto 0;
    border-radius: 3px;
    height: 3px;
    width: 60px;
    background: rgb(149,197,179);
}.footer_subscribe_1oRNc .equity_pledge_SBJMq {
    line-height: 1.6;
    text-align: center;
    max-width: 80%;
    position: relative;
    font-size: 15px;
    margin: 0 auto;
    padding-top: 15px;
}.footer_subscribe_1oRNc .twitter_cta_hsBHY {
    position: relative;
    order: 1;
}.footer_subscribe_1oRNc .nav_base_w3Ks9 {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    gap: 60px;
    display: flex;
    margin-bottom: 30px;
}.footer_subscribe_1oRNc .nav_train_bd2Le {
    flex: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    padding: 20px;
    max-width: calc(50% - 30px);
    position: relative;
    border-radius: 10px;
    transform: translateZ(0);
    min-width: 250px;
}.footer_subscribe_1oRNc .nav_train_bd2Le:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.footer_subscribe_1oRNc .nav_train_bd2Le:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.footer_subscribe_1oRNc .nav_train_bd2Le:hover {
    transform: perspective(1000px) rotateY(0);
}.footer_subscribe_1oRNc .nav_train_bd2Le::before {
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    inset: 0;
    content: '';
}.footer_subscribe_1oRNc .nav_train_bd2Le h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    word-wrap: break-word;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}.footer_subscribe_1oRNc .nav_train_bd2Le h5::before {
    position: absolute;
    left: 0;
    content: '';
    background: rgb(99,163,148);
    bottom: -1px;
    height: 1px;
    width: 50px;
}.footer_subscribe_1oRNc .nav_train_bd2Le .nav_base_w3Ks9 {
    flex-direction: column;
    padding: 0 10px;
    margin: 0;
    gap: 12px;
    display: flex;
}.footer_subscribe_1oRNc .nav_train_bd2Le .nav_base_w3Ks9 a {
    text-decoration: none;
    align-items: center;
    white-space: normal;
    word-break: break-word;
    font-size: 15px;
    opacity: 0.8;
    display: flex;
    color: #ffffff;
    transition: all 0.3s ease;
}.footer_subscribe_1oRNc .nav_train_bd2Le .nav_base_w3Ks9 a::before {
    border-radius: 50%;
    transform: scale(0);
    background: rgb(99,163,148);
    margin-right: 10px;
    height: 6px;
    opacity: 0;
    flex-shrink: 0;
    transition: all 0.3s ease;
    min-width: 6px;
    content: '';
}.footer_subscribe_1oRNc .nav_train_bd2Le .nav_base_w3Ks9 a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}.footer_subscribe_1oRNc .nav_train_bd2Le .nav_base_w3Ks9 a:hover::before {
    transform: scale(1);
    opacity: 1;
}.access_cta_I9sW0 {
    position: relative;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 25px 0;
}.access_cta_I9sW0::before {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(99,163,148,0.5), transparent);
    left: 0;
    top: 0;
    content: '';
    width: 100%;
}.access_cta_I9sW0 .container {
    text-align: center;
}.access_cta_I9sW0 .footer_careers_DI3Nk {
    color: #ffffff;
    opacity: 0.7;
    font-size: 13px;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.footer_subscribe_1oRNc .twitter_cta_hsBHY::before {
    border-radius: 50%;
    position: absolute;
    left: -5%;
    content: '';
    filter: blur(100px);
    z-index: -1;
    background: rgb(99,163,148);
    opacity: 0.1;
    bottom: -10%;
    animation: pulse 10s infinite ease-in-out reverse;
    width: 250px;
    height: 250px;
}footer::after {
    top: 0;
    z-index: 1;
    pointer-events: none;
    right: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    bottom: 0;
    position: absolute;
    content: '';
}

@media (max-width: 992px) {.footer_subscribe_1oRNc {
    padding: 70px 0 40px;
}.footer_subscribe_1oRNc .nav_base_w3Ks9 {
    gap: 40px;
}.footer_subscribe_1oRNc .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.footer_subscribe_1oRNc {
    padding: 50px 0 30px;
}.footer_subscribe_1oRNc .nav_base_w3Ks9 {
    gap: 30px;
    flex-direction: column;
}.footer_subscribe_1oRNc .nav_train_bd2Le {
    max-width: 100%;
    min-width: 100%;
}.footer_subscribe_1oRNc .company_holder {
    padding: 20px;
}.footer_subscribe_1oRNc .equity_pledge_SBJMq {
    max-width: 100%;
}
}

@media (max-width: 576px) {.footer_subscribe_1oRNc {
    padding: 40px 0 20px;
}.footer_subscribe_1oRNc .company_holder h3 {
    font-size: calc(34px * 0.8);
}.footer_subscribe_1oRNc .nav_train_bd2Le h5 {
    font-size: calc(18px * 0.9);
}}.secure_enclave_6UK4v {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
    position: relative;
}.secure_enclave_6UK4v::before {
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(149,197,179,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(99,163,148,0.5), 0.04) 0%, transparent 50%);
    pointer-events: none;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}.secure_enclave_6UK4v .container {
    transform: translateZ(0);
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
}.secure_enclave_6UK4v h1 {
    font-size: 45px;
    margin-bottom: 2.5rem;
    position: relative;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-weight: 700;
    transform: translateX(-5px);
    color: #000000;
}.secure_enclave_6UK4v h1::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(149,197,179) 0%, rgb(99,163,148) 100%);
    width: 80px;
    transform-origin: left;
    animation-delay: 0.2s;
    opacity: 0;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    bottom: -12px;
    left: 0;
    height: 3px;
}.secure_enclave_6UK4v h2 {
    position: relative;
    font-size: 35px;
    font-weight: 600;
    border-left: 3px solid rgb(149,197,179);
    color: #000000;
    padding-left: 1rem;
    margin: 3rem 0 1.5rem;
}.secure_enclave_6UK4v h3 {
    border-left: 2px solid rgb(99,163,148);
    color: #000000;
    margin: 2.5rem 0 1.25rem;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    font-size: calc(35px * 0.85);
}.secure_enclave_6UK4v h4 {
    font-weight: 600;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    border-left: 1px solid rgb(99,163,148);
    font-size: calc(35px * 0.75);
    position: relative;
    color: #000000;
}.secure_enclave_6UK4v p {
    max-width: 90ch;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    font-size: 14px;
    margin-bottom: 1.5rem;
}.secure_enclave_6UK4v p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
}.secure_enclave_6UK4v span {
    max-width: 90ch;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    display: block;
    line-height: 1.8;
}.secure_enclave_6UK4v ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.secure_enclave_6UK4v li {
    padding-left: 1.8rem;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 14px;
}.secure_enclave_6UK4v li::before {
    transform: translateY(-50%);
    top: 0.8rem;
    border-radius: 50%;
    position: absolute;
    height: 6px;
    background-color: rgb(149,197,179);
    content: "";
    width: 6px;
    left: 0;
}.secure_enclave_6UK4v li:nth-child(2n)::before {
    background-color: rgb(99,163,148);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.secure_enclave_6UK4v h2:hover,
.secure_enclave_6UK4v h3:hover,
.secure_enclave_6UK4v h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}


@media (max-width: 992px) {.secure_enclave_6UK4v {
    padding: 4rem 0;
}.secure_enclave_6UK4v h1 {
    font-size: calc(45px * 0.9);
}.secure_enclave_6UK4v h2 {
    font-size: calc(35px * 0.9);
}.secure_enclave_6UK4v h3 {
    font-size: calc(35px * 0.8);
}.secure_enclave_6UK4v h4 {
    font-size: calc(35px * 0.7);
}
}

@media (max-width: 768px) {.secure_enclave_6UK4v {
    padding: 3rem 0;
}.secure_enclave_6UK4v .container {
    padding: 0 1.5rem;
}.secure_enclave_6UK4v h1 {
    font-size: calc(45px * 0.85);
    margin-bottom: 2rem;
}.secure_enclave_6UK4v h1::after {
    width: 60px;
}.secure_enclave_6UK4v h2 {
    margin: 2.5rem 0 1.25rem;
}.secure_enclave_6UK4v h3 {
    margin: 2rem 0 1rem;
}.secure_enclave_6UK4v li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.secure_enclave_6UK4v {
    padding: 2.5rem 0;
}.secure_enclave_6UK4v .container {
    padding: 0 1.25rem;
}.secure_enclave_6UK4v h1 {
    transform: translateX(0);
    font-size: calc(45px * 0.75);
}.secure_enclave_6UK4v h2 {
    padding-left: 0.75rem;
    font-size: calc(35px * 0.8);
}.secure_enclave_6UK4v h3 {
    font-size: calc(35px * 0.7);
    padding-left: 0.75rem;
}.secure_enclave_6UK4v h4 {
    font-size: calc(35px * 0.6);
    padding-left: 0.75rem;
}.secure_enclave_6UK4v p,
    .secure_enclave_6UK4v span {
    font-size: calc(14px * 0.95);
}.secure_enclave_6UK4v ul {
    margin-left: 0.5rem;
}.secure_enclave_6UK4v li {
    font-size: calc(14px * 0.95);
    padding-left: 1.25rem;
    margin-bottom: 0.8rem;
}}.academic_expertise_fAP58 {
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgb(149,197,179,0.5) 100%);
}.academic_expertise_fAP58::before {
    height: 70%;
    left: -5%;
    width: 120%;
    top: -10%;
    position: absolute;
    z-index: 1;
    background: rgb(99,163,148,0.5);
    content: "";
    transform: rotate(-12deg);
}.academic_expertise_fAP58 .student_ratings_hxoNK {
    position: relative;
    gap: 3rem;
    display: flex;
    z-index: 2;
    flex-direction: row;
    align-items: center;
    transform: translateX(5%);
}.academic_expertise_fAP58 .image_item_s4KSH {
    box-shadow: 15px 15px 0 rgb(149,197,179,0.5);
    height: 350px;
    border-radius: 24px;
    transform: rotate(-5deg);
    width: 280px;
    transition: all 0.5s ease;
}.academic_expertise_fAP58 .image_item_s4KSH:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.academic_expertise_fAP58 .exp_milestones_YNnOk {
    position: relative;
    transition: all 0.5s ease;
    border-radius: 24px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: rotate(2deg) translateY(-30px);
    padding: 2rem;
    max-width: 60%;
}.academic_expertise_fAP58 .exp_milestones_YNnOk::after {
    left: 30px;
    width: 85%;
    filter: blur(8px);
    height: 10px;
    background: rgb(99,163,148);
    opacity: 0.6;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    bottom: -10px;
}.academic_expertise_fAP58 .exp_milestones_YNnOk:hover {
    transform: rotate(0deg) translateY(-20px);
}.academic_expertise_fAP58 .exp_milestones_YNnOk:hover::after {
    opacity: 0.8;
    width: 95%;
}.academic_expertise_fAP58 .name {
    margin-bottom: 0.5rem;
    transform: translateX(-20px);
    font-size: 28px;
    color: rgb(149,197,179);
    font-weight: 700;
}.academic_expertise_fAP58 .exp_milestones_YNnOk > div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgb(99,163,148);
    font-size: 17px;
    transform: translateX(-10px);
}.academic_expertise_fAP58 .career_tasks_jxtVX {
    font-style: italic;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
}.academic_expertise_fAP58 .career_tasks_jxtVX::before {
    width: 5px;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    background: linear-gradient(to bottom, rgb(149,197,179), rgb(99,163,148));
    left: 0;
}

@media (max-width: 992px) {.academic_expertise_fAP58 .student_ratings_hxoNK {
    flex-direction: column;
    gap: 2rem;
    transform: none;
}.academic_expertise_fAP58 .image_item_s4KSH {
    width: 220px;
    margin: 0 auto;
    height: 280px;
}.academic_expertise_fAP58 .exp_milestones_YNnOk {
    transform: none;
    max-width: 100%;
}.academic_expertise_fAP58 .name,
    .academic_expertise_fAP58 .exp_milestones_YNnOk > div:nth-child(2) {
    transform: none;
}}.client_testimonials_axqGk {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: rgb(198,226,214);
}.client_testimonials_axqGk::before {
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgb(149,197,179,0.5) 50px,
            rgb(149,197,179,0.5) 51px
        );
    position: absolute;
    opacity: 0.3;
    z-index: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
}.client_testimonials_axqGk::after {
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(90deg, transparent, rgb(99,163,148,0.5));
    top: 0;
    width: 30%;
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    z-index: 0;
}.client_testimonials_axqGk .container {
    position: relative;
    z-index: 1;
}.client_testimonials_axqGk h2 {
    transform: translateX(2rem);
    position: relative;
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5rem;
    color: #000000;
}.client_testimonials_axqGk h2::after {
    left: -2rem;
    height: 5px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    width: 1.5rem;
    position: absolute;
    background: rgb(149,197,179);
}.client_testimonials_axqGk .review_spot_0v9Mh {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 3rem;
    gap: 6rem;
}.client_testimonials_axqGk .review_spot_0v9Mh::before {
    width: 3px;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(149,197,179),
        rgb(99,163,148)
    );
    bottom: 0;
    position: absolute;
}.client_testimonials_axqGk .student_ratings_hxoNK {
    transform: translateX(0);
    position: relative;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 2rem 2rem 2rem 3rem;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-left: auto;
    max-width: 80%;
    border-radius: 27px;
}.client_testimonials_axqGk .student_ratings_hxoNK::before {
    top: 50%;
    background: linear-gradient(
        to right,
        rgb(149,197,179),
        rgb(99,163,148)
    );
    position: absolute;
    left: -3rem;
    z-index: 1;
    width: 3rem;
    transform: translateY(-50%);
    content: "";
    height: 3px;
}.client_testimonials_axqGk .student_ratings_hxoNK::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
    background: #ffffff;
    left: -3.5rem;
    width: 15px;
    top: 50%;
    border: 3px solid rgb(149,197,179);
    height: 15px;
    box-shadow: 0 0 0 5px rgb(198,226,214);
    z-index: 2;
}.client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd) {
    align-self: flex-start;
    margin-left: 0;
    margin-right: auto;
    transform: translateX(3rem);
}.client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd)::before {
    right: -3rem;
    background: linear-gradient(
        to left,
        rgb(149,197,179),
        rgb(99,163,148)
    );
    left: auto;
}.client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd)::after {
    left: auto;
    right: -3.5rem;
}.client_testimonials_axqGk .student_ratings_hxoNK:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(149,197,179,0.5);
    transform: translateY(-10px);
}.client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}.client_testimonials_axqGk .student_ratings_hxoNK img {
    transition: all 0.4s ease;
    right: 30px;
    position: absolute;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 70px;
    width: 70px;
    border: 5px solid #ffffff;
    top: -35px;
}.client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd) img {
    left: 30px;
    right: auto;
}.client_testimonials_axqGk .student_ratings_hxoNK:hover img {
    transform: scale(1.1) rotate(10deg);
}.client_testimonials_axqGk .student_ratings_hxoNK p {
    color: #000000;
    font-weight: 600;
    font-size: calc(15px * 1.1);
    margin-bottom: 0.5rem;
}.client_testimonials_axqGk .student_ratings_hxoNK .description {
    position: relative;
    font-weight: 400;
    margin-top: 1rem;
    line-height: 1.6;
    border-left: 3px solid rgb(99,163,148,0.5);
    padding-left: 1rem;
    color: #000000;
    font-size: 15px;
}.client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd) .description {
    padding-right: 1rem;
    padding-left: 0;
    border-right: 3px solid rgb(99,163,148,0.5);
    border-left: none;
    text-align: right;
}

@media (max-width: 992px) {.client_testimonials_axqGk .student_ratings_hxoNK,
    .client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd) {
    max-width: 90%;
}
}

@media (max-width: 768px) {.client_testimonials_axqGk {
    padding: 5rem 0;
}.client_testimonials_axqGk h2 {
    transform: translateX(0);
    font-size: calc(33px * 0.9);
    margin-bottom: 4rem;
}.client_testimonials_axqGk h2::after {
    width: 50px;
    top: -1rem;
    left: 0;
    height: 3px;
}.client_testimonials_axqGk .review_spot_0v9Mh {
    padding-left: 0;
}.client_testimonials_axqGk .review_spot_0v9Mh::before {
    left: 50%;
    transform: translateX(-50%);
}.client_testimonials_axqGk .student_ratings_hxoNK,
    .client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd) {
    padding: 2rem;
    margin: 0 auto;
    max-width: 90%;
    transform: translateX(0);
}.client_testimonials_axqGk .student_ratings_hxoNK::before,
    .client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd)::before {
    height: 1.5rem;
    background: linear-gradient(
            to bottom,
            rgb(149,197,179),
            rgb(99,163,148)
        );
    left: 50%;
    width: 3px;
    top: -1.5rem;
    transform: translateX(-50%);
}.client_testimonials_axqGk .student_ratings_hxoNK::after,
    .client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd)::after {
    left: 50%;
    transform: translateX(-50%);
    top: -2rem;
}.client_testimonials_axqGk .student_ratings_hxoNK img,
    .client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd) img {
    right: auto;
    transform: translateX(-50%);
    left: 50%;
}.client_testimonials_axqGk .student_ratings_hxoNK:hover,
    .client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd):hover {
    transform: translateY(-10px);
}.client_testimonials_axqGk .student_ratings_hxoNK:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.client_testimonials_axqGk .student_ratings_hxoNK .description,
    .client_testimonials_axqGk .student_ratings_hxoNK:nth-child(odd) .description {
    padding: 1rem 0 0 0;
    text-align: center;
    border: none;
    border-top: 3px solid rgb(99,163,148,0.5);
}}.pricing_plan_card_6AnDL {
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
}.pricing_plan_card_6AnDL::before {
    right: -5%;
    height: 70%;
    width: 40%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(120deg, rgb(149,197,179,0.5) 20%, rgb(99,163,148,0.5) 80%);
    transform: rotate(-15deg);
    top: -10%;
    z-index: 0;
    opacity: 0.1;
    content: "";
}.pricing_plan_card_6AnDL::after {
    position: absolute;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(99,163,148,0.5) 30%, rgb(149,197,179,0.5) 70%);
    z-index: 0;
    content: "";
    width: 35%;
    bottom: -5%;
    left: -3%;
    transform: rotate(10deg);
    border-radius: 10px;
    height: 50%;
}.pricing_plan_card_6AnDL .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1400px;
    padding: 0 2rem;
}.pricing_plan_card_6AnDL .skill_plans_9Yv6W {
    display: flex;
    flex-direction: column;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi {
    order: 1;
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi h2 {
    font-size: 35px;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    position: relative;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi h2::after {
    width: 70%;
    height: 3px;
    bottom: -0.75rem;
    background: linear-gradient(90deg, transparent, rgb(149,197,179), transparent);
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}.pricing_plan_card_6AnDL .fee_struct_6szxQ {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto;
}.pricing_plan_card_6AnDL .pro_rates_elmBW {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    width: 100%;
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    height: 100%;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
    background: #ffffff;
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG::before {
    background: linear-gradient(90deg, rgb(149,197,179), rgb(99,163,148));
    height: 5px;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG:hover::before {
    transform: translateY(0);
}.pricing_plan_card_6AnDL .rate_plans_5vJzV {
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing_plan_card_6AnDL .promo_rates_YH8bx {
    display: flex;
    position: relative;
    padding: 2rem 1.75rem;
    flex-direction: column;
    flex: 1;
}.pricing_plan_card_6AnDL .promo_rates_YH8bx h3 {
    font-weight: 700;
    position: relative;
    font-size: calc(21px * 1.1);
    display: inline-block;
    color: #000000;
    margin-bottom: 1rem;
}.pricing_plan_card_6AnDL .promo_rates_YH8bx .price_deals_ERPlw {
    font-size: calc(21px * 1.3);
    color: rgb(149,197,179);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.pricing_plan_card_6AnDL .promo_rates_YH8bx .price_deals_ERPlw::after {
    background: rgb(149,197,179,0.5);
    width: 40px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -0.75rem;
    left: 0;
}.pricing_plan_card_6AnDL .promo_rates_YH8bx p {
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    color: #000000;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.65;
    font-size: 15px;
    flex-grow: 1;
}.pricing_plan_card_6AnDL .image_item_s4KSH {
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 180px;
}.pricing_plan_card_6AnDL .image_item_s4KSH::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG:hover .image_item_s4KSH {
    transform: scale(1.05);
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG:nth-child(odd) .promo_rates_YH8bx::before {
    height: 2.5rem;
    border-radius: 50%;
    width: 2.5rem;
    right: 1rem;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    top: 1rem;
    background: rgb(149,197,179,0.5);
    content: "";
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG:nth-child(even) .promo_rates_YH8bx::before {
    content: "";
    bottom: 1rem;
    left: 1rem;
    height: 2.5rem;
    background: rgb(99,163,148,0.5);
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    width: 2.5rem;
    z-index: -1;
}

@media (min-width: 992px) {.pricing_plan_card_6AnDL .skill_plans_9Yv6W {
    flex-direction: row;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi {
    order: 2;
    flex: 0 0 30%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin-bottom: 0;
    padding-left: 3rem;
    text-align: left;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi h2 {
    text-align: left;
    margin-bottom: 2rem;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi h2::after {
    left: 0;
    transform: none;
    width: 40%;
}.pricing_plan_card_6AnDL .fee_struct_6szxQ {
    text-align: left;
    margin: 0;
}.pricing_plan_card_6AnDL .pro_rates_elmBW {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (max-width: 991px) {.pricing_plan_card_6AnDL {
    padding: 5rem 0;
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG {
    margin-bottom: 1.5rem;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_plan_card_6AnDL {
    padding: 4rem 0;
}.pricing_plan_card_6AnDL .discount_grid_XoJQi h2 {
    font-size: calc(35px * 0.9);
}.pricing_plan_card_6AnDL .promo_rates_YH8bx h3 {
    font-size: 21px;
}.pricing_plan_card_6AnDL .promo_rates_YH8bx .price_deals_ERPlw {
    font-size: calc(21px * 1.15);
}.pricing_plan_card_6AnDL .image_item_s4KSH {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_plan_card_6AnDL {
    padding: 3rem 0;
}.pricing_plan_card_6AnDL .container {
    padding: 0 1.5rem;
}.pricing_plan_card_6AnDL .pro_rates_elmBW {
    gap: 1.5rem;
}.pricing_plan_card_6AnDL .promo_rates_YH8bx {
    padding: 1.5rem;
}.pricing_plan_card_6AnDL .image_item_s4KSH {
    height: 140px;
}
}

@media (hover: none) {.pricing_plan_card_6AnDL .lesson_plans_wbqoG:hover {
    transform: none;
}.pricing_plan_card_6AnDL .lesson_plans_wbqoG:hover .image_item_s4KSH {
    transform: none;
}}.our_background_eYhif {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.our_background_eYhif::before {
    content: "";
    width: 100%;
    opacity: 0.75;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    height: 100%;
}.our_background_eYhif::after {
    opacity: 0.1;
    right: -50px;
    width: 300px;
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(149,197,179);
    z-index: 1;
    content: "";
    filter: blur(40px);
    height: 300px;
    border-radius: 50%;
    position: absolute;
}.our_background_eYhif .container {
    max-width: 1200px;
    grid-template-columns: 1fr;
    padding: 0 20px;
    display: grid;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.our_background_eYhif .text_pod_H9fXO {
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    padding: 40px;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(149,197,179);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our_background_eYhif .text_pod_H9fXO:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_background_eYhif h5 {
    position: relative;
    color: rgb(149,197,179);
    letter-spacing: 1px;
    transition: transform 0.3s ease-out;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    transform: translateX(0);
    display: inline-block;
}.our_background_eYhif h5::after {
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    height: 3px;
    width: 40%;
    transform: scaleX(1);
    left: 0;
    position: absolute;
    content: "";
    background: rgb(149,197,179);
    transform-origin: left;
    bottom: -8px;
}.our_background_eYhif .text_pod_H9fXO:hover h5 {
    transform: translateX(5px);
}.our_background_eYhif .text_pod_H9fXO:hover h5::after {
    transform: scaleX(1.5);
}.our_background_eYhif p {
    font-size: calc(15px * 1.2);
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
}.our_background_eYhif p b {
    position: relative;
    font-weight: 700;
    color: rgb(99,163,148);
    font-size: calc(15px * 1.4);
    letter-spacing: 1px;
    padding-bottom: 5px;
    display: inline-block;
}.our_background_eYhif p b::before {
    left: 0;
    width: 100%;
    height: 2px;
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: 0;
    transform: scaleX(0);
    background: rgb(99,163,148);
    position: absolute;
    content: "";
}.our_background_eYhif .text_pod_H9fXO:hover p b::before {
    transform: scaleX(1);
    transform-origin: left;
}.our_background_eYhif ol {
    padding: 0;
    counter-reset: item;
    list-style: none;
    margin: 0;
}.our_background_eYhif ol li {
    opacity: 0.9;
    column-count: 1;
    text-align: justify;
    font-size: 15px;
    padding-left: 5px;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    color: #ffffff;
    letter-spacing: 0.3px;
    column-gap: 40px;
}.our_background_eYhif ol li::first-line {
    font-weight: 600;
    color: rgb(99,163,148);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.our_background_eYhif {
    padding: 150px 0 130px;
}.our_background_eYhif .text_pod_H9fXO {
    padding: 60px;
}.our_background_eYhif ol li {
    column-count: 2;
    column-gap: 50px;
}.our_background_eYhif::after {
    height: 400px;
    width: 400px;
}
}

@media (min-width: 992px) {.our_background_eYhif {
    padding: 180px 0 160px;
}.our_background_eYhif .container {
    grid-template-columns: 1fr 3fr;
}.our_background_eYhif .text_pod_H9fXO {
    grid-column: 2;
    padding: 70px;
}.our_background_eYhif h5 {
    margin-bottom: 20px;
}.our_background_eYhif ol li {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our_background_eYhif {
    padding: 80px 0 60px;
}.our_background_eYhif .text_pod_H9fXO {
    transform: none;
    padding: 30px;
}.our_background_eYhif h5 {
    font-size: calc(22px * 0.85);
}.our_background_eYhif p b {
    font-size: calc(15px * 1.2);
}.our_background_eYhif ol li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.connect_form_t57OI {
    padding: 100px 0;
    position: relative;
    background-color: rgb(198,226,214);
    overflow: hidden;
}.connect_form_t57OI::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.15;
    content: "";
    background: linear-gradient(120deg, rgb(149,197,179,0.5) 0%, transparent 75%);
}.connect_form_t57OI::after {
    content: "";
    opacity: 0.1;
    height: 70%;
    bottom: 0;
    width: 70%;
    right: 0;
    background: linear-gradient(240deg, rgb(99,163,148,0.5) 0%, transparent 70%);
    position: absolute;
}.connect_form_t57OI .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.connect_form_t57OI h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 36px;
}.connect_form_t57OI .support_block_H6LhQ {
    flex-direction: row-reverse;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    border-radius: 24px;
    margin-top: 50px;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.connect_form_t57OI .image_item_s4KSH {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    flex: 0 0 40%;
}.connect_form_t57OI .image_item_s4KSH::after {
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
    left: 0;
}.connect_form_t57OI .connect_links_gnqJ0 {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.connect_form_t57OI .connect_links_gnqJ0::before {
    top: 40px;
    content: "";
    background: linear-gradient(to bottom, rgb(149,197,179), rgb(99,163,148));
    border-radius: 2.5px;
    position: absolute;
    height: calc(100% - 80px);
    left: 0;
    width: 5px;
}.connect_form_t57OI form {
    padding-left: 25px;
    width: 100%;
}.connect_form_t57OI form h3 {
    font-weight: 600;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
}.connect_form_t57OI form input[type="text"] {
    font-size: 14px;
    border: none;
    background: rgb(198,226,214);
    padding: 18px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.connect_form_t57OI form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(149,197,179,0.5);
    background: rgba(rgb(149,197,179), 0.05);
}.connect_form_t57OI form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.connect_form_t57OI .support_form_WuB1f {
    margin: 10px 0 30px;
    align-items: flex-start;
    display: flex;
}.connect_form_t57OI .support_form_WuB1f input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form_t57OI .support_form_WuB1f label {
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    font-size: 12px;
    line-height: 1.5;
}.connect_form_t57OI .support_form_WuB1f label::before {
    width: 22px;
    position: absolute;
    top: 2px;
    border: 2px solid rgb(149,197,179,0.5);
    border-radius: 10px;
    transition: all 0.2s ease;
    content: "";
    left: 0;
    height: 22px;
}.connect_form_t57OI .support_form_WuB1f input[type="checkbox"]:checked + label::before {
    background-color: rgb(149,197,179);
    border-color: rgb(149,197,179);
}.connect_form_t57OI .support_form_WuB1f input[type="checkbox"]:checked + label::after {
    top: 9px;
    left: 8px;
    position: absolute;
    height: 11px;
    content: "";
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
}.connect_form_t57OI .support_form_WuB1f label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(149,197,179);
}.connect_form_t57OI .support_form_WuB1f label a:hover {
    color: rgb(99,163,148);
    text-decoration: underline;
}.connect_form_t57OI form .feedback_query_skhQo {
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    border: none;
    cursor: pointer;
    padding: 15px 35px;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(149,197,179), rgb(99,163,148));
    font-size: 18px;
}.connect_form_t57OI form .feedback_query_skhQo::before {
    transform: rotate(45deg) translateX(-200%);
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    transition: all 0.4s ease;
    content: "";
    height: 120%;
    left: -10%;
    top: -10%;
}.connect_form_t57OI form .feedback_query_skhQo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(149,197,179), 0.3);
}.connect_form_t57OI form .feedback_query_skhQo:hover::before {
    transform: rotate(45deg) translateX(200%);
}.connect_form_t57OI svg {
    width: 22px;
    height: 22px;
    fill: rgb(149,197,179);
}.connect_form_t57OI svg path {
    fill: rgb(149,197,179);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.connect_form_t57OI .connect_links_gnqJ0 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.connect_form_t57OI .image_item_s4KSH {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_form_t57OI .connect_links_gnqJ0 {
    flex: 0 0 100%;
}.connect_form_t57OI .connect_links_gnqJ0::before {
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(149,197,179), rgb(99,163,148));
    top: 0;
    left: 40px;
    height: 5px;
}.connect_form_t57OI form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.connect_form_t57OI {
    padding: 70px 0;
}.connect_form_t57OI .image_item_s4KSH {
    min-height: 250px;
}.connect_form_t57OI .connect_links_gnqJ0 {
    padding: 40px 30px;
}.connect_form_t57OI .connect_links_gnqJ0::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.connect_form_t57OI {
    padding: 50px 0;
}.connect_form_t57OI h2 {
    font-size: calc(36px * 0.8);
}.connect_form_t57OI .image_item_s4KSH {
    min-height: 200px;
}.connect_form_t57OI .connect_links_gnqJ0 {
    padding: 30px 20px;
}.connect_form_t57OI .connect_links_gnqJ0::before {
    left: 20px;
    width: calc(100% - 40px);
}.connect_form_t57OI form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.connect_form_t57OI form input[type="text"] {
    padding: 15px 20px;
}.connect_form_t57OI form .feedback_query_skhQo {
    width: 100%;
    text-align: center;
}}.learning_system_Sur3l {
    position: relative;
    padding: 8rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(149,197,179,0.5), rgb(99,163,148,0.5), rgb(198,226,214));
    overflow: hidden;
}.learning_system_Sur3l::before {
    top: -10%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(99,163,148,0.5) 2px, transparent 12px),
        radial-gradient(circle at 70% 60%, rgb(99,163,148,0.5) 2px, transparent 10px),
        radial-gradient(circle at 40% 80%, rgb(99,163,148,0.5) 2px, transparent 8px),
        radial-gradient(circle at 90% 15%, rgb(99,163,148,0.5) 2px, transparent 14px);
    position: absolute;
    animation: constellation 30s infinite linear;
    height: 120%;
    width: 120%;
    left: -5%;
    content: "";
    z-index: 0;
    opacity: 0.4;
}.learning_system_Sur3l::after {
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(149,197,179,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgb(99,163,148,0.5) 0%, transparent 60%);
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    content: "";
}.learning_system_Sur3l .why_trust_rungQ {
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.learning_system_Sur3l h2 {
    text-align: left;
    font-size: 38px;
    transform: translateZ(20px);
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
}.learning_system_Sur3l h2::after {
    transform: scaleX(0.8);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(149,197,179), rgb(99,163,148));
    left: 0;
    height: 3px;
    content: "";
    width: 60%;
}.learning_system_Sur3l .why_trust_rungQ:hover h2::after {
    transform: scaleX(1);
}.learning_system_Sur3l .text_pod_H9fXO {
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.15),
        0 3px 10px -5px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-left: 4px solid rgb(149,197,179);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    transform: translateZ(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 2.5rem;
}.learning_system_Sur3l .text_pod_H9fXO::before {
    width: 100%;
    z-index: -1;
    transition: opacity 0.5s ease-in-out;
    content: "";
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1));
}.learning_system_Sur3l .text_pod_H9fXO:hover {
    box-shadow: 
        0 15px 35px -20px rgba(0, 0, 0, 0.2),
        0 5px 15px -10px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}.learning_system_Sur3l .text_pod_H9fXO:hover::before {
    opacity: 1;
}.learning_system_Sur3l p {
    color: #000000;
    max-width: 90%;
    transition: transform 0.4s ease-out;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
}

@keyframes constellation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.learning_system_Sur3l .why_trust_rungQ {
    gap: 2rem;
    align-items: start;
    grid-template-columns: 1fr;
    display: grid;
}.learning_system_Sur3l h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
}.learning_system_Sur3l .text_pod_H9fXO {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 95%);
    padding: 3rem 3.5rem;
}.learning_system_Sur3l p {
    max-width: 85%;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.learning_system_Sur3l {
    padding: 10rem 0;
}.learning_system_Sur3l .why_trust_rungQ {
    grid-template-columns: 1fr;
    gap: 3rem;
}.learning_system_Sur3l h2 {
    margin-bottom: 1rem;
    font-size: calc(38px * 1.4);
}.learning_system_Sur3l h2::after {
    bottom: -15px;
    height: 4px;
}.learning_system_Sur3l .text_pod_H9fXO {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem 4rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 92%);
}.learning_system_Sur3l p {
    max-width: 80%;
    transform: translateX(0);
    font-size: calc(14px * 1.1);
}.learning_system_Sur3l .text_pod_H9fXO:hover p {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.learning_system_Sur3l {
    padding: 5rem 0;
}.learning_system_Sur3l .why_trust_rungQ {
    padding: 0 1.5rem;
}.learning_system_Sur3l h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.learning_system_Sur3l .text_pod_H9fXO {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    padding: 2rem;
}.learning_system_Sur3l p {
    max-width: 100%;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.learning_system_Sur3l {
    padding: 4rem 0;
}.learning_system_Sur3l .why_trust_rungQ {
    padding: 0 1rem;
}.learning_system_Sur3l h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.learning_system_Sur3l .text_pod_H9fXO {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
}.learning_system_Sur3l p {
    font-size: calc(14px * 0.9);
}}.data_insights_jwHLF {
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgb(99,163,148,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.data_insights_jwHLF::before {
    position: absolute;
    width: 100%;
    opacity: 0.05;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(149,197,179,0.5) 0px,
        rgb(149,197,179,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    left: 0;
    height: 100%;
    content: "";
    z-index: 0;
}.data_insights_jwHLF .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.data_insights_jwHLF ul {
    list-style: none;
    margin: 0;
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.data_insights_jwHLF .study_statistics_bKNMg {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    overflow: hidden;
    transform-origin: center bottom;
}.data_insights_jwHLF .study_statistics_bKNMg:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.data_insights_jwHLF .study_statistics_bKNMg::before {
    height: 100%;
    transition: transform 0.3s ease;
    top: 0;
    background: rgb(149,197,179);
    content: "";
    transform: scaleY(0);
    transform-origin: bottom;
    width: 5px;
    position: absolute;
    left: 0;
}.data_insights_jwHLF .study_statistics_bKNMg:hover::before {
    transform: scaleY(1);
}.data_insights_jwHLF .study_statistics_bKNMg::after {
    width: 25%;
    position: absolute;
    opacity: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(99,163,148,0.5) 50%);
    height: 25%;
    top: 0;
    transition: opacity 0.4s ease;
    content: "";
}.data_insights_jwHLF .study_statistics_bKNMg:hover::after {
    opacity: 0.6;
}.data_insights_jwHLF .study_statistics_bKNMg div {
    height: 100%;
    flex-direction: column;
    display: flex;
    padding: 35px 25px;
    transition: transform 0.3s ease;
}.data_insights_jwHLF .study_statistics_bKNMg:hover div {
    transform: translateX(5px);
}.data_insights_jwHLF .study_statistics_bKNMg p {
    display: inline-block;
    animation: stat-number-appear 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    animation-delay: calc(var(--order, 0) * 0.1s);
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    font-size: calc(44px * 1.2);
    position: relative;
    margin: 0 0 15px;
    color: rgb(149,197,179);
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(1) p {
    --order: 1;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(2) p {
    --order: 2;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(3) p {
    --order: 3;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(4) p {
    --order: 4;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(5) p {
    --order: 5;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(6) p {
    --order: 6;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(7) p {
    --order: 7;
}.data_insights_jwHLF .study_statistics_bKNMg p::after {
    left: 0;
    position: absolute;
    background: rgb(99,163,148);
    content: "";
    bottom: -5px;
    height: 3px;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 40px;
    transform: scaleX(0);
}.data_insights_jwHLF .study_statistics_bKNMg:hover p::after {
    transform: scaleX(1);
}.data_insights_jwHLF .study_statistics_bKNMg span {
    opacity: 0;
    font-size: 14px;
    transform: translateY(15px);
    font-weight: 600;
    animation: stat-text-appear 0.5s ease forwards;
    position: relative;
    animation-delay: calc((var(--order, 0) * 0.1s) + 0.2s);
    margin-top: auto;
    color: #000000;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(1) span {
    --order: 1;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(2) span {
    --order: 2;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(3) span {
    --order: 3;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(4) span {
    --order: 4;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(5) span {
    --order: 5;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(6) span {
    --order: 6;
}.data_insights_jwHLF .study_statistics_bKNMg:nth-child(7) span {
    --order: 7;
}.data_insights_jwHLF h4 {
    font-size: 24px;
    font-weight: 600;
    transform: translateY(20px);
    color: #000000;
    padding-bottom: 15px;
    animation: heading-appear 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    margin-top: 60px;
    position: relative;
    text-align: center;
    opacity: 0;
    animation-delay: 0.8s;
}.data_insights_jwHLF h4::after {
    transform: translateX(-50%);
    bottom: 0;
    background: linear-gradient(90deg, rgb(99,163,148), rgb(149,197,179));
    width: 80px;
    position: absolute;
    content: "";
    left: 50%;
    height: 3px;
}

@keyframes stat-number-appear {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes stat-text-appear {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@media (max-width: 1200px) {.data_insights_jwHLF ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.data_insights_jwHLF .study_statistics_bKNMg div {
    padding: 30px 20px;
}.data_insights_jwHLF .study_statistics_bKNMg p {
    font-size: calc(44px * 1.1);
}
}

@media (max-width: 992px) {.data_insights_jwHLF {
    padding: 60px 0;
}.data_insights_jwHLF ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.data_insights_jwHLF h4 {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.data_insights_jwHLF {
    padding: 50px 0;
}.data_insights_jwHLF ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.data_insights_jwHLF .study_statistics_bKNMg div {
    padding: 25px 20px;
}.data_insights_jwHLF .study_statistics_bKNMg p {
    margin-bottom: 10px;
    font-size: 35px;
}.data_insights_jwHLF .study_statistics_bKNMg span {
    font-size: calc(14px * 0.9);
}.data_insights_jwHLF h4 {
    font-size: calc(24px * 0.95);
    margin-top: 40px;
}
}

@media (max-width: 576px) {.data_insights_jwHLF {
    padding: 40px 0;
}.data_insights_jwHLF ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_insights_jwHLF .study_statistics_bKNMg div {
    padding: 20px 15px;
}.data_insights_jwHLF h4 {
    font-size: calc(24px * 0.9);
    margin-top: 30px;
}.data_insights_jwHLF h4::after {
    width: 60px;
}}.stay_connected_1VaC9 {
    padding: 4rem;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    isolation: isolate;
    background: rgb(198,226,214);
}.stay_connected_1VaC9::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(149,197,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(99,163,148,0.5) 0%, transparent 40%);
    inset: 0;
    opacity: 0.3;
    z-index: -1;
    content: "";
    position: absolute;
}.stay_connected_1VaC9::after {
    content: "";
    z-index: -1;
    opacity: 0.05;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(149,197,179,0.5) 10px, rgb(149,197,179,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(99,163,148,0.5) 10px, rgb(99,163,148,0.5) 11px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}.stay_connected_1VaC9 .why_trust_rungQ {
    display: grid;
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
}.stay_connected_1VaC9 .why_trust_rungQ::before {
    width: 100px;
    opacity: 0.15;
    animation: rotate-shape 20s linear infinite;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 100px;
    right: -30px;
    content: "";
    top: -30px;
    background: rgb(149,197,179);
}.stay_connected_1VaC9 .why_trust_rungQ::after {
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: -30px;
    content: "";
    height: 100px;
    bottom: -30px;
    width: 100px;
    position: absolute;
    animation: rotate-shape 20s linear infinite reverse;
    background: rgb(99,163,148);
    opacity: 0.15;
}.stay_connected_1VaC9 p {
    z-index: 1;
    font-size: 19px;
    margin: 0;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-weight: 700;
}.stay_connected_1VaC9 p::before {
    opacity: 0.5;
    position: absolute;
    height: 50px;
    top: -15px;
    content: "";
    width: 50px;
    border: 2px solid rgb(149,197,179,0.5);
    animation: square-pulse 5s infinite alternate;
    z-index: -1;
    left: -15px;
}.stay_connected_1VaC9 p::after {
    height: 3px;
    left: 20px;
    position: absolute;
    width: 50px;
    animation: line-extend 3s infinite alternate;
    background: rgb(99,163,148);
    bottom: -10px;
    z-index: -1;
    content: "";
}.stay_connected_1VaC9 .input_holder {
    perspective: 1000px;
    height: 60px;
    display: flex;
    align-items: stretch;
    position: relative;
}.stay_connected_1VaC9 .input_holder::before {
    left: -10px;
    top: -10px;
    right: -10px;
    content: "";
    bottom: -10px;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    border-radius: 10px;
    filter: blur(5px);
    background: linear-gradient(45deg, transparent, rgb(149,197,179,0.5), transparent);
    transform: rotateX(10deg) rotateY(-10deg);
}.stay_connected_1VaC9 .achieve_success_eQN1E {
    color: #000000;
    flex: 1;
    transition: all 0.3s ease;
    border-bottom-left-radius: 10px;
    padding: 0 1.5rem;
    height: 100%;
    border-top-left-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    background: #ffffff;
    font-size: 13px;
    font-family: Arial, sans-serif;
}.stay_connected_1VaC9 .achieve_success_eQN1E:focus {
    border-color: rgb(149,197,179);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    outline: none;
}.stay_connected_1VaC9 .achieve_success_eQN1E::placeholder {
    opacity: 0.6;
    color: #000000;
}.stay_connected_1VaC9 .sub_box_1fdxO {
    height: 100%;
    background: rgb(149,197,179);
    isolation: isolate;
    font-size: 15px;
    font-family: Arial, sans-serif;
    padding: 0 2rem;
    border: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    border-top-right-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border-bottom-right-radius: 10px;
}.stay_connected_1VaC9 .sub_box_1fdxO::before {
    z-index: -1;
    transform: translateY(100%);
    inset: 0;
    content: "";
    background: rgb(99,163,148);
    transition: transform 0.3s ease;
    position: absolute;
}.stay_connected_1VaC9 .sub_box_1fdxO:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.stay_connected_1VaC9 .sub_box_1fdxO:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.stay_connected_1VaC9 {
    padding: 3rem 1.5rem;
}.stay_connected_1VaC9 .why_trust_rungQ {
    grid-template-columns: 1fr;
    gap: 2rem;
}.stay_connected_1VaC9 p {
    font-size: 20px;
}.stay_connected_1VaC9 .input_holder {
    flex-direction: column;
    height: auto;
}.stay_connected_1VaC9 .achieve_success_eQN1E {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
    height: 60px;
}.stay_connected_1VaC9 .sub_box_1fdxO {
    width: 100%;
    border-radius: 10px;
    height: 60px;
}}.cookie_message_overlay_A4vhX {
    z-index: 90;
    bottom: 0;
    justify-content: center;
    background: rgb(198,226,214);
    border-top: 3px solid rgb(149,197,179);
    transition: transform 0.3s ease-in-out;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}#privacyNoticeModal_t71Uw {
    display: none;
}#privacyNoticeModal_t71Uw:checked ~ .cookie_message_overlay_A4vhX {
    opacity: 0;
    visibility: hidden;
}.cookie_message_overlay_A4vhX .container {
    max-width: 1140px;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    padding: 0 15px;
    gap: 1rem;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}.data_agree_BkLxO {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    margin-right: 1rem;
}.data_agree_BkLxO svg {
    fill: rgb(149,197,179);
    width: 50px;
    height: 50px;
}.cookie_user_dLjCl {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.cookie_user_dLjCl h5 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    color: rgb(149,197,179);
    font-weight: 600;
}.cookie_user_dLjCl p {
    font-size: 1rem;
    color: #000000;
}.learn_agree_bjN3x {
    border-radius: 10px;
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    background: rgb(149,197,179);
    font-weight: 700;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0.75rem 1.5rem;
}.cookie_button.cookie_explained_su2Kn {
    background: rgb(149,197,179);
}.cookie_button.track_settings_iomc4 {
    margin-left: 0.5rem;
    background: #000000;
}.learn_agree_bjN3x:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.track_settings_iomc4:hover {
    background: rgb(149,197,179);
}.cookie_message_overlay_A4vhX p a {
    color: rgb(149,197,179);
    text-decoration: underline;
    transition: color 0.3s ease;
}.cookie_message_overlay_A4vhX p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_message_overlay_A4vhX .container {
    flex-direction: column;
    align-items: center;
}.data_agree_BkLxO {
    margin-right: 0;
    margin-bottom: 1rem;
}.cookie_user_dLjCl {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.track_settings_iomc4 {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.attempt_now_LrNYU {
    background-color: rgb(198,226,214);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.attempt_now_LrNYU::before {
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    z-index: -1;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    opacity: 0.04;
    width: 100%;
    position: absolute;
}.attempt_now_LrNYU::after {
    position: absolute;
    opacity: 0.06;
    content: '';
    background-position: 0 0, 25px 25px;
    background-size: 30px 30px, 50px 50px;
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(rgb(149,197,179,0.5) 1px, transparent 2px),
        radial-gradient(rgb(99,163,148,0.5) 1px, transparent 2px);
    animation: bgPulse 10s ease-in-out infinite alternate;
    z-index: -1;
    height: 100%;
}@keyframes bgPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.08;
    }
}

.attempt_now_LrNYU .why_trust_rungQ {
    text-align: center;
    background-color: rgb(198,226,214);
    position: relative;
    margin: 0 auto;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    max-width: 1000px;
    transition: all 0.5s ease;
    border-radius: 20px;
    padding: 60px;
}.attempt_now_LrNYU .why_trust_rungQ:hover {
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.attempt_now_LrNYU h3 {
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    display: inline-block;
    font-family: Arial, sans-serif;
}.attempt_now_LrNYU h3::before {
    height: 10px;
    transform: translateY(-50%);
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    top: 50%;
    left: -20px;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: rgb(149,197,179);
    width: 10px;
}.attempt_now_LrNYU h3::after {
    background: rgb(99,163,148);
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    width: 10px;
    right: -20px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    height: 10px;
    border-radius: 50%;
}.attempt_now_LrNYU .edu_guide_GuAiZ {
    transition: all 0.3s ease;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    display: inline-block;
    z-index: 1;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1.5px;
    background: rgb(198,226,214);
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: 
        8px 8px 20px rgba(0, 0, 0, 0.1),
        -8px -8px 20px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.5),
        inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    padding: 16px 40px;
}.attempt_now_LrNYU .edu_guide_GuAiZ::before {
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(149,197,179,0.5), 
        rgb(99,163,148,0.5),
        rgb(149,197,179,0.5)
    );
    content: '';
    height: 100%;
}.attempt_now_LrNYU .edu_guide_GuAiZ:hover {
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    color: rgb(149,197,179);
}.attempt_now_LrNYU .edu_guide_GuAiZ:hover::before {
    opacity: 0.2;
}.attempt_now_LrNYU .edu_guide_GuAiZ:active {
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
    transform: translateY(0);
}.attempt_now_LrNYU .why_trust_rungQ::before,
.attempt_now_LrNYU .why_trust_rungQ::after {
    content: '';
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
}.attempt_now_LrNYU .why_trust_rungQ::before {
    width: 200px;
    animation: pulse 8s ease-in-out infinite alternate;
    left: -40px;
    height: 200px;
    top: -40px;
    background: linear-gradient(135deg, rgb(149,197,179), rgb(99,163,148));
}.attempt_now_LrNYU .why_trust_rungQ::after {
    right: -30px;
    height: 150px;
    animation: pulse 8s ease-in-out 2s infinite alternate;
    width: 150px;
    background: linear-gradient(135deg, rgb(99,163,148), rgb(149,197,179));
    bottom: -30px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}

.attempt_now_LrNYU .why_trust_rungQ {
    position: relative;
}.attempt_now_LrNYU .why_trust_rungQ::before {
    background-size: 80px 100%;
    opacity: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent 49.5%, rgb(149,197,179,0.5) 50%, transparent 50.5%);
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.5s ease, background-size 0.5s ease;
    top: 0;
    content: '';
}.attempt_now_LrNYU:hover .why_trust_rungQ::before {
    opacity: 0.05;
    background-size: 40px 100%;
}.attempt_now_LrNYU .why_trust_rungQ::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(149,197,179,0.5), 
        rgb(99,163,148,0.5), 
        rgb(149,197,179,0.5), 
        transparent
    );
    width: calc(100% - 40px);
    bottom: 20px;
    height: 1px;
    content: '';
    opacity: 0.3;
    position: absolute;
    left: 20px;
}

@media screen and (max-width: 992px) {.attempt_now_LrNYU {
    padding: 80px 0;
}.attempt_now_LrNYU .why_trust_rungQ {
    padding: 40px;
    max-width: 90%;
}.attempt_now_LrNYU h3 {
    font-size: calc(29px * 0.9);
}.attempt_now_LrNYU .why_trust_rungQ::before {
    width: 150px;
    height: 150px;
}.attempt_now_LrNYU .why_trust_rungQ::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.attempt_now_LrNYU {
    padding: 60px 0;
}.attempt_now_LrNYU .why_trust_rungQ {
    padding: 30px 20px;
    max-width: 95%;
}.attempt_now_LrNYU h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.attempt_now_LrNYU h3::before,
    .attempt_now_LrNYU h3::after {
    display: none;
}.attempt_now_LrNYU .edu_guide_GuAiZ {
    padding: 14px 30px;
    font-size: calc(20px * 0.9);
}.attempt_now_LrNYU .why_trust_rungQ::before,
    .attempt_now_LrNYU .why_trust_rungQ::after {
    height: 100px;
    width: 100px;
}}

@keyframes blinkDots {
    0%, 100% {
        opacity: 0.07;
    }
    50% {
        opacity: 0.12;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0, 25px 25px;
    }
    100% {
        background-position: 30px 30px, 55px 55px;
    }
}

.attempt_now_LrNYU::after {
    animation: 
        bgPulse 10s ease-in-out infinite alternate,
        moveBackground 30s linear infinite;
}.gratCard_2vldO {
    align-items: center;
    background: linear-gradient(135deg, rgb(149,197,179,0.5), rgb(99,163,148,0.5));
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
    display: flex;
    min-height: 70vh;
}.gratCard_2vldO::before {
    content: "";
    animation: pulse 15s ease-in-out infinite alternate;
    background: radial-gradient(circle at 30% 70%, rgb(149,197,179,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    transform-origin: center;
    width: 100%;
}.gratCard_2vldO::after {
    background: radial-gradient(circle, rgb(99,163,148,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    right: -5%;
    animation: float 20s ease-in-out infinite;
    content: "";
    bottom: -5%;
    height: 50%;
    width: 50%;
}.gratCard_2vldO .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    z-index: 2;
}.gratCard_2vldO .why_trust_rungQ {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    grid-template-columns: 1fr;
    padding: 3.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    display: grid;
}.gratCard_2vldO .why_trust_rungQ:hover {
    transform: translateZ(30px) scale(1.02);
}.gratCard_2vldO .why_trust_rungQ > div:first-child {
    position: relative;
    padding-left: 2.5rem;
    border-left: 4px solid rgb(149,197,179);
}.gratCard_2vldO .why_trust_rungQ > div:first-child::before {
    content: "";
    left: -15px;
    box-shadow: 0 0 20px rgba(rgb(149,197,179), 0.5);
    animation: pulse 3s infinite alternate;
    top: 50%;
    background: rgb(149,197,179);
    border-radius: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    position: absolute;
}.gratCard_2vldO h5 {
    margin: 0;
    opacity: 0;
    font-size: calc(19px * 1.2);
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
}.gratCard_2vldO .why_trust_rungQ > div:nth-child(2) {
    transition: transform 0.3s ease;
    position: relative;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
}.gratCard_2vldO .why_trust_rungQ > div:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(149,197,179), transparent);
    left: 0;
    width: 70%;
    height: 1px;
    content: "";
    top: -10px;
    position: absolute;
}.gratCard_2vldO a {
    transition: transform 0.4s ease-out;
    display: block;
    transform: translateY(0);
    text-decoration: none;
}.gratCard_2vldO a:hover {
    transform: translateY(-5px);
}.gratCard_2vldO p {
    font-size: 17px;
    line-height: 1.8;
    padding: 1rem 0;
    hyphens: auto;
    color: #000000;
    margin: 0;
    position: relative;
}.gratCard_2vldO p::after {
    width: 35%;
    background: linear-gradient(90deg, transparent, rgb(99,163,148));
    position: absolute;
    transform-origin: right;
    bottom: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 2px;
    right: 0;
}.gratCard_2vldO a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

@keyframes slideIn {
    0% { transform: translateX(-20px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

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

@media (min-width: 768px) {.gratCard_2vldO {
    padding: 8rem 3rem;
}.gratCard_2vldO .why_trust_rungQ {
    gap: 3.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
}.gratCard_2vldO h5 {
    font-size: calc(19px * 1.4);
}.gratCard_2vldO .why_trust_rungQ > div:first-child::after {
    transform: translateY(-50%);
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(149,197,179,0.5), transparent);
    position: absolute;
    right: -3.5rem;
    top: 50%;
    content: "";
    width: 1px;
}.gratCard_2vldO .why_trust_rungQ > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.gratCard_2vldO .why_trust_rungQ {
    gap: 5rem;
    padding: 5rem;
}.gratCard_2vldO h5 {
    font-size: calc(19px * 1.5);
}.gratCard_2vldO .why_trust_rungQ > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.gratCard_2vldO p {
    font-size: calc(17px * 1.1);
}.gratCard_2vldO .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.gratCard_2vldO {
    padding: 4rem 1.5rem;
}.gratCard_2vldO .why_trust_rungQ {
    padding: 2.5rem 2rem;
}.gratCard_2vldO h5 {
    font-size: 19px;
}.gratCard_2vldO p {
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.gratCard_2vldO .why_trust_rungQ:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.gratCard_2vldO .why_trust_rungQ,
    .gratCard_2vldO a,
    .gratCard_2vldO h5,
    .gratCard_2vldO::before,
    .gratCard_2vldO::after {
    transition: none;
    animation: none;
}.gratCard_2vldO .why_trust_rungQ > div:first-child::before {
    animation: none;
}.gratCard_2vldO .why_trust_rungQ > div:nth-child(2) {
    opacity: 1;
}.gratCard_2vldO h5 {
    opacity: 1;
}}.welcome_VhGSx {
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 120px 0 80px;
    min-height: 85vh;
    align-items: center;
    background: linear-gradient(145deg, rgb(198,226,214) 0%, rgb(149,197,179,0.5) 100%);
}.welcome_VhGSx::before {
    opacity: 0.4;
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(99,163,148,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
}.welcome_VhGSx > div {
    padding: 0 20px;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    gap: 50px;
    display: flex;
    position: relative;
}.welcome_VhGSx > div > div:first-child {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
    max-width: 700px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 25px;
}.welcome_VhGSx .page_lead_4o6wm {
    margin: 0;
    position: relative;
    transform: translateX(-10px);
    color: #000000;
    line-height: 1.2;
    opacity: 0;
    animation: slideInFromLeft 0.8s ease-out 0.2s forwards;
    font-size: 38px;
    font-weight: 700;
}.welcome_VhGSx .page_lead_4o6wm::after {
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    height: 4px;
    animation: expandLine 1s ease-out 0.6s forwards;
    background: rgb(149,197,179);
    left: 0;
    bottom: -10px;
    position: absolute;
    width: 80px;
}.welcome_VhGSx p {
    color: #000000;
    max-width: 90%;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    font-size: calc(14px * 1.2);
    opacity: 0;
    margin: 0;
    transform: translateY(20px);
    line-height: 1.6;
}.welcome_VhGSx .page_entry_vIdTB {
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    width: 100%;
    transform: translateY(40px);
    opacity: 0;
}.welcome_VhGSx .knowledge_experts_9bRGB {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    min-height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}.welcome_VhGSx .knowledge_experts_9bRGB::before {
    content: "";
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}.welcome_VhGSx .knowledge_experts_9bRGB:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.welcome_VhGSx .knowledge_experts_9bRGB span {
    bottom: 0;
    transform: translateY(10px);
    opacity: 0.9;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    width: 100%;
    left: 0;
    position: absolute;
    padding: 30px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}.welcome_VhGSx .knowledge_experts_9bRGB:hover span {
    transform: translateY(0);
    opacity: 1;
}.welcome_VhGSx .knowledge_experts_9bRGB h3 {
    font-size: 18px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
}

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

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

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


@media (max-width: 768px) {.welcome_VhGSx {
    padding: 80px 0 60px;
    min-height: auto;
}.welcome_VhGSx > div {
    gap: 30px;
}.welcome_VhGSx .page_lead_4o6wm {
    font-size: calc(38px * 0.8);
}.welcome_VhGSx p {
    max-width: 100%;
    font-size: 14px;
}.welcome_VhGSx .knowledge_experts_9bRGB {
    min-height: 250px;
}.welcome_VhGSx .knowledge_experts_9bRGB h3 {
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 576px) {.welcome_VhGSx {
    padding: 60px 0 40px;
}.welcome_VhGSx > div {
    gap: 25px;
}.welcome_VhGSx .page_lead_4o6wm {
    font-size: calc(38px * 0.7);
}.welcome_VhGSx p {
    font-size: calc(14px * 0.9);
}.welcome_VhGSx .knowledge_experts_9bRGB {
    min-height: 200px;
}.welcome_VhGSx .knowledge_experts_9bRGB span {
    padding: 20px;
}.welcome_VhGSx .knowledge_experts_9bRGB h3 {
    font-size: calc(18px * 0.8);
}
}

@media (min-width: 992px) {.welcome_VhGSx > div {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.welcome_VhGSx > div > div:first-child {
    flex: 1;
}.welcome_VhGSx .page_entry_vIdTB {
    flex: 1;
}.welcome_VhGSx .knowledge_experts_9bRGB {
    min-height: 380px;
}
}

@media (hover: none) {.welcome_VhGSx .knowledge_experts_9bRGB:hover {
    transform: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.welcome_VhGSx .knowledge_experts_9bRGB span {
    opacity: 1;
    transform: translateY(0);
}}header {
    z-index: 99;
    overflow: visible;
    position: relative;
    width: 100%;
    background: #ffffff;
}header::before {
    top: 0;
    content: "";
    background: linear-gradient(to right, rgb(149,197,179), rgb(99,163,148));
    width: 100%;
    left: 0;
    height: 5px;
    position: absolute;
}header .main_core_ptREg {
    position: relative;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .main_core_ptREg::after {
    height: 1px;
    bottom: 0;
    background-color: rgb(198,226,214);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}header .main_core_ptREg .nav_mainwrap_zGlS2 {
    position: relative;
    z-index: 2;
}header .main_core_ptREg .nav_mainwrap_zGlS2 .head_info_O3AB9 {
    position: relative;
    overflow: hidden;
    display: block;
}header .main_core_ptREg .nav_mainwrap_zGlS2 .head_info_O3AB9 svg {
    width: auto;
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}header .main_core_ptREg .nav_mainwrap_zGlS2 .head_info_O3AB9:hover svg {
    transform: scale(1.08);
}header .main_core_ptREg .nav_train_bd2Le {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu {
    position: relative;
    margin: 0 15px;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu:last-child {
    margin-right: 0;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a {
    padding: 8px 0;
    color: #000000;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 15px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a:hover {
    letter-spacing: 1px;
    color: rgb(149,197,179);
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a::before,
header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    height: 1px;
    background-color: rgb(149,197,179);
    transform-origin: right center;
    width: 100%;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a::after {
    background-color: rgb(99,163,148);
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform-origin: left center;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a::after {
    bottom: -2px;
    opacity: 0.3;
    height: 3px;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .main_core_ptREg {
    flex-direction: column;
    padding: 20px 15px;
}header .main_core_ptREg .nav_mainwrap_zGlS2 {
    margin-bottom: 20px;
}header .main_core_ptREg .nav_train_bd2Le {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu {
    margin: 5px 12px;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu a {
    font-size: calc(15px - 1px);
    padding: 5px 0;
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .main_core_ptREg {
    padding: 15px 10px;
}header .main_core_ptREg .nav_mainwrap_zGlS2 {
    margin-bottom: 15px;
}header .main_core_ptREg .nav_mainwrap_zGlS2 .head_info_O3AB9 svg {
    height: 35px;
}header .main_core_ptREg .nav_train_bd2Le {
    gap: 5px;
}header .main_core_ptREg .nav_train_bd2Le .first_lesson_IhrJu {
    margin: 2px 10px;
}}.find_us_WXAY5 {
    position: relative;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgb(149,197,179,0.5) 100%);
    color: #000000;
    padding: 4rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.find_us_WXAY5::before {
    top: -10%;
    background: radial-gradient(circle at 30% 70%, rgb(149,197,179,0.5) 0%, transparent 60%);
    position: absolute;
    left: -10%;
    height: 120%;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    opacity: 0.4;
    width: 120%;
    z-index: 0;
}.find_us_WXAY5::after {
    content: "";
    z-index: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    right: 0;
    background-image: radial-gradient(circle at 80% 20%, rgb(99,163,148,0.5) 0%, transparent 40%);
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
}.find_us_WXAY5 h1 {
    position: relative;
    color: rgb(149,197,179);
    margin-bottom: 3rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    transform: translateY(-5px);
    z-index: 2;
    font-size: 42px;
    font-weight: 700;
}.find_us_WXAY5 h1::after {
    height: 4px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(149,197,179), rgb(99,163,148));
    content: "";
    left: 50%;
    border-radius: 10px;
    bottom: -10px;
}.find_us_WXAY5 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.find_us_WXAY5 .submit_feedback_kN5C4 {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06),
                0 5px 15px rgba(0, 0, 0, 0.04);
    display: grid;
    padding: 2.5rem;
    gap: 2rem;
    border-radius: 13px;
    backdrop-filter: blur(10px);
}.find_us_WXAY5 .submit_feedback_kN5C4:hover {
    transform: perspective(1000px) rotateX(0deg);
}.find_us_WXAY5 .submit_feedback_kN5C4 > div {
    position: relative;
    transition: transform 0.3s ease-out;
}.find_us_WXAY5 .submit_feedback_kN5C4 > div:hover {
    transform: translateY(-5px);
}.find_us_WXAY5 .submit_feedback_kN5C4 > div:first-child {
    font-size: calc(15px * 1.1);
    line-height: 1.6;
    padding: 0 0 1.5rem 0;
    color: #000000;
    border-bottom: 1px solid rgb(149,197,179,0.5);
}.find_us_WXAY5 .submit_feedback_kN5C4 h6 {
    align-items: center;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 22px;
    margin-bottom: 0.5rem;
    color: rgb(149,197,179);
}.find_us_WXAY5 .submit_feedback_kN5C4 span {
    color: #000000;
    display: block;
    padding-left: 2rem;
    font-size: 15px;
}.find_us_WXAY5 .ask_question_NUs97 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.find_us_WXAY5 .ask_question_NUs97 > div {
    transition: all 0.3s ease;
    position: relative;
}.find_us_WXAY5 .ask_question_NUs97 > div:hover {
    transform: translateX(5px);
}.find_us_WXAY5 .edu_guide_GuAiZ {
    align-items: center;
    text-transform: uppercase;
    color: rgb(149,197,179);
    display: flex;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: calc(15px * 0.95);
}.find_us_WXAY5 .edu_guide_GuAiZ:hover {
    color: rgb(99,163,148);
}.find_us_WXAY5 .edu_guide_GuAiZ:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_us_WXAY5 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.find_us_WXAY5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(149,197,179);
}.find_us_WXAY5 .edu_guide_GuAiZ:hover svg path {
    fill: rgb(99,163,148);
}

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

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-10px) translateX(5px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

@media screen and (min-width: 768px) {.find_us_WXAY5 {
    padding: 6rem 3rem;
}.find_us_WXAY5 .submit_feedback_kN5C4 {
    gap: 3rem;
    padding: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
}.find_us_WXAY5 .submit_feedback_kN5C4 > div:first-child {
    padding: 0 2rem 0 0;
    border-bottom: none;
    border-right: 1px solid rgb(149,197,179,0.5);
}.find_us_WXAY5 h1 {
    margin-bottom: 4rem;
    font-size: calc(42px * 1.2);
}.find_us_WXAY5 h1::after {
    width: 120px;
}
}

@media screen and (min-width: 992px) {.find_us_WXAY5 .submit_feedback_kN5C4 {
    transform: perspective(1500px) rotateX(3deg);
}.find_us_WXAY5 .ask_question_NUs97 {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.find_us_WXAY5 .submit_feedback_kN5C4 > div:nth-child(2) {
    border-bottom: 1px solid rgb(149,197,179,0.5);
    padding: 1.5rem 0;
}.find_us_WXAY5 svg {
    width: 20px;
    height: 20px;
}.find_us_WXAY5 h1 {
    font-size: calc(42px * 0.9);
}
}

@media screen and (max-width: 480px) {.find_us_WXAY5 {
    padding: 3rem 1.5rem;
}.find_us_WXAY5 .submit_feedback_kN5C4 {
    padding: 1.5rem;
}.find_us_WXAY5 h1 {
    margin-bottom: 2rem;
}
}