﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1205px;
}.TLCRn-level-up {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    auto
contain
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}.jpxhz-site-head {
    flex: 1 0 auto;
}.FRzZB-wrapper-canvas {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.WtzSk-gratSpace {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(158,161,202,0.5), rgb(195,197,225,0.5));
    position: relative;
    padding: 6rem 0;
}.WtzSk-gratSpace::before {
    position: absolute;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
}.WtzSk-gratSpace::after {
    opacity: 0.7;
    content: "";
    animation: shimmer 4s infinite ease-in-out;
    bottom: -5px;
    height: 10px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(158,161,202) 25%, 
        rgb(195,197,225) 75%, 
        transparent 100%);
    z-index: 2;
    position: absolute;
}.WtzSk-gratSpace .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    width: 90%;
}.WtzSk-gratSpace .CrEbT-virtual-study {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.5s ease-out;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.95), 
        rgba(255,255,255,0.85));
    padding: 4rem 3rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 3px 10px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.2) inset;
    transform-style: preserve-3d;
}.WtzSk-gratSpace .CrEbT-virtual-study::before {
    border-radius: 50%;
    animation: float 8s infinite ease-in-out;
    right: -10%;
    top: -10%;
    z-index: -1;
    position: absolute;
    filter: blur(20px);
    width: 200px;
    background: linear-gradient(135deg, 
        rgb(195,197,225,0.5) 0%, 
        transparent 70%);
    opacity: 0.7;
    height: 200px;
    content: "";
}.WtzSk-gratSpace .CrEbT-virtual-study:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: perspective(1000px) rotateX(0deg);
}.WtzSk-gratSpace .CrEbT-virtual-study > div:first-child {
    position: relative;
    transform: translateY(0);
    margin-bottom: 2rem;
    opacity: 1;
    animation: fadeSlideUp 0.8s ease-out;
}.WtzSk-gratSpace .CrEbT-virtual-study > div:last-child {
    animation: fadeSlideUp 0.8s 0.2s ease-out both;
    position: relative;
    transform: translateY(0);
    opacity: 1;
}.WtzSk-gratSpace h5 {
    position: relative;
    color: rgb(195,197,225);
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 1rem;
    font-family: Arial, sans-serif;
    font-size: 19px;
}.WtzSk-gratSpace h5::after {
    width: 60%;
    content: "";
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(158,161,202), transparent);
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
    animation: lineExpand 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.WtzSk-gratSpace a {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}.WtzSk-gratSpace a:hover p {
    color: rgb(195,197,225);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.WtzSk-gratSpace p {
    font-size: 15px;
    position: relative;
    color: #000000;
    font-weight: 400;
    transition: all 0.4s ease;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

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

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

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

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

@media (max-width: 991px) {.WtzSk-gratSpace {
    padding: 5rem 0;
}.WtzSk-gratSpace .CrEbT-virtual-study {
    padding: 3rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.WtzSk-gratSpace h5 {
    font-size: calc(19px * 0.95);
}.WtzSk-gratSpace p {
    line-height: 1.7;
    font-size: calc(15px * 0.98);
}
}

@media (max-width: 767px) {.WtzSk-gratSpace {
    padding: 4rem 0;
}.WtzSk-gratSpace .CrEbT-virtual-study {
    transform: none;
    padding: 2.5rem 2rem;
}.WtzSk-gratSpace .CrEbT-virtual-study::before {
    width: 150px;
    height: 150px;
}.WtzSk-gratSpace h5 {
    font-size: calc(19px * 0.9);
}.WtzSk-gratSpace h5::after {
    width: 50%;
}.WtzSk-gratSpace p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.WtzSk-gratSpace {
    padding: 3rem 0;
}.WtzSk-gratSpace .container {
    width: 92%;
}.WtzSk-gratSpace .CrEbT-virtual-study {
    padding: 2rem 1.5rem;
}.WtzSk-gratSpace .CrEbT-virtual-study > div:first-child {
    margin-bottom: 1.5rem;
}.WtzSk-gratSpace h5 {
    font-size: calc(19px * 0.85);
}.WtzSk-gratSpace p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.ZNYTm-our-team {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    min-height: 100vh;
}.ZNYTm-our-team::before {
    left: 0;
    width: 100%;
    backdrop-filter: saturate(180%) blur(5px);
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(195,197,225,0.5), rgb(158,161,202,0.5));
}.ZNYTm-our-team::after {
    opacity: 0.15;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    height: 300px;
    right: -50px;
    filter: blur(60px);
    width: 300px;
    bottom: -50px;
    animation: pulse 8s ease-in-out infinite;
    background: rgb(158,161,202);
    content: "";
}.ZNYTm-our-team .container {
    padding: 0 20px;
    transform: translateZ(0);
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.ZNYTm-our-team .yTLaJ-insight-box {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px) saturate(150%);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px;
    border-left: 4px solid rgb(195,197,225);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.ZNYTm-our-team .yTLaJ-insight-box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ZNYTm-our-team h1 {
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.2s;
    opacity: 0;
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 45px;
    transform: translateX(-10px);
}.ZNYTm-our-team h1::after {
    content: "";
    bottom: -10px;
    left: 0;
    height: 3px;
    position: absolute;
    width: 0%;
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    animation: lineGrow 1.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 0.8s;
}.ZNYTm-our-team ul {
    margin: 30px 0 0;
    padding: 0;
    position: relative;
    list-style: none;
}.ZNYTm-our-team li {
    margin-bottom: 20px;
    animation-delay: 0.5s;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease forwards;
    opacity: 0;
}.ZNYTm-our-team li:nth-child(2) {
    animation-delay: 0.7s;
}.ZNYTm-our-team h4 {
    font-size: calc(21px + 2px);
    display: inline-block;
    color: rgb(195,197,225);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    position: relative;
}.ZNYTm-our-team h4::before {
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    border-radius: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    z-index: -1;
    background: rgb(158,161,202,0.5);
    left: -40px;
    transform: translateY(-50%) scale(0);
    content: "";
}.ZNYTm-our-team span {
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    column-gap: 40px;
    column-count: 1;
    color: #000000;
    overflow: hidden;
}.ZNYTm-our-team span::first-letter {
    line-height: 1;
    margin-right: 8px;
    font-size: 200%;
    font-weight: 700;
    color: rgb(195,197,225);
    float: left;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

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

@keyframes popIn {
    to {
        transform: translateY(-50%) scale(1);
    }
}

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

@media (min-width: 768px) {.ZNYTm-our-team .yTLaJ-insight-box {
    padding: 60px 70px;
    margin: 0 auto;
    max-width: 90%;
}.ZNYTm-our-team span {
    column-count: 2;
}.ZNYTm-our-team h1 {
    font-size: calc(45px * 1.2);
}
}

@media (min-width: 992px) {.ZNYTm-our-team {
    padding: 150px 0;
}.ZNYTm-our-team .yTLaJ-insight-box {
    max-width: 85%;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    padding: 70px 90px;
}.ZNYTm-our-team h1 {
    margin-bottom: 50px;
}.ZNYTm-our-team span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (max-width: 767px) {.ZNYTm-our-team {
    padding: 80px 0;
}.ZNYTm-our-team .yTLaJ-insight-box {
    transform: none;
    padding: 30px 25px;
}.ZNYTm-our-team h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 20px;
}.ZNYTm-our-team h4 {
    font-size: 21px;
}.ZNYTm-our-team h4::before {
    left: -30px;
    height: 20px;
    width: 20px;
}.ZNYTm-our-team span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.ZNYTm-our-team {
    padding: 60px 0;
}.ZNYTm-our-team .yTLaJ-insight-box {
    padding: 25px 20px;
    border-left-width: 3px;
}.ZNYTm-our-team h1 {
    font-size: calc(45px * 0.8);
}.ZNYTm-our-team span::first-letter {
    font-size: 150%;
}}.FMTLU-training-specialist {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
}.FMTLU-training-specialist::before {
    top: -10%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    transform: rotate(-15deg);
    z-index: 1;
    background: linear-gradient(120deg, rgb(195,197,225,0.5) 10%, rgb(158,161,202,0.5) 90%);
    opacity: 0.1;
    content: "";
    height: 25rem;
    right: -5%;
    width: 25rem;
    position: absolute;
}.FMTLU-training-specialist::after {
    transform: rotate(12deg);
    opacity: 0.08;
    width: 15rem;
    height: 15rem;
    left: -5%;
    bottom: -5%;
    background: linear-gradient(220deg, rgb(158,161,202,0.5) 10%, rgb(195,197,225,0.5) 90%);
    z-index: 1;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
}.FMTLU-training-specialist .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
}.FMTLU-training-specialist .bepzY-feedback-story {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    display: grid;
    border-left: 5px solid rgb(195,197,225);
    gap: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    background: #ffffff;
}.FMTLU-training-specialist .bepzY-feedback-story:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.FMTLU-training-specialist .bepzY-feedback-story > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.FMTLU-training-specialist .RbmZU-full-image {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    height: 180px;
    width: 180px;
    border: 4px solid #ffffff;
    transform: rotate(-3deg);
}.FMTLU-training-specialist .bepzY-feedback-story:hover .RbmZU-full-image {
    transform: rotate(0deg) scale(1.05);
}.FMTLU-training-specialist .name {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(195,197,225);
}.FMTLU-training-specialist .name::after {
    width: 40%;
    content: "";
    left: 0;
    position: absolute;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, transparent 100%);
    height: 3px;
    transition: width 0.4s ease;
}.FMTLU-training-specialist .bepzY-feedback-story:hover .name::after {
    width: 90%;
}.FMTLU-training-specialist .bepzY-feedback-story > div:nth-child(2) {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.FMTLU-training-specialist .bepzY-feedback-story > div:nth-child(2) > div {
    color: rgb(158,161,202);
    font-size: calc(16px - 0.1rem);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}.FMTLU-training-specialist .bycKg-emp-container {
    padding-left: 1.5rem;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    margin: 0;
}.FMTLU-training-specialist .bycKg-emp-container::before {
    font-size: 5rem;
    color: rgb(195,197,225,0.5);
    top: -1.5rem;
    left: -0.8rem;
    position: absolute;
    font-family: Georgia, serif;
    content: "";
    opacity: 0.3;
}

@media (min-width: 768px) {.FMTLU-training-specialist .bepzY-feedback-story {
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.FMTLU-training-specialist .bepzY-feedback-story > div:first-child {
    grid-row: span 2;
}.FMTLU-training-specialist .RbmZU-full-image {
    width: 200px;
    height: 200px;
}.FMTLU-training-specialist .bycKg-emp-container {
    font-size: calc(16px + 0.05rem);
}
}

@media (min-width: 992px) {.FMTLU-training-specialist .bepzY-feedback-story {
    grid-template-columns: 250px 250px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
}.FMTLU-training-specialist .bepzY-feedback-story > div:first-child {
    grid-row: 1;
}.FMTLU-training-specialist .RbmZU-full-image {
    width: 220px;
    height: 220px;
}.FMTLU-training-specialist .bycKg-emp-container {
    padding-left: 2rem;
}.FMTLU-training-specialist .bycKg-emp-container::before {
    left: -0.5rem;
    top: -2rem;
    font-size: 6rem;
}
}

@media (max-width: 767px) {.FMTLU-training-specialist {
    padding: 3rem 0;
}.FMTLU-training-specialist .bepzY-feedback-story {
    padding: 2rem;
}.FMTLU-training-specialist .RbmZU-full-image {
    height: 150px;
    width: 150px;
}.FMTLU-training-specialist .name {
    font-size: calc(20px - 0.1rem);
}.FMTLU-training-specialist .bycKg-emp-container {
    line-height: 1.6;
    font-size: calc(16px - 0.1rem);
}
}

@media (max-width: 480px) {.FMTLU-training-specialist {
    padding: 2rem 0;
}.FMTLU-training-specialist .container {
    padding: 0 1rem;
}.FMTLU-training-specialist .bepzY-feedback-story {
    gap: 1.5rem;
    padding: 1.5rem;
}.FMTLU-training-specialist .RbmZU-full-image {
    width: 120px;
    height: 120px;
}.FMTLU-training-specialist .bycKg-emp-container::before {
    font-size: 4rem;
    top: -1rem;
}}.pLuWy-explore-now {
    padding: 140px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(110deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    z-index: 1;
}.pLuWy-explore-now::before {
    position: absolute;
    animation: patternMove 15s linear infinite;
    z-index: -1;
    top: 0;
    opacity: 0.5;
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    left: 0;
    content: '';
}.pLuWy-explore-now::after {
    top: -50%;
    content: '';
    height: 200%;
    left: -50%;
    position: absolute;
    animation: rotateConic 30s linear infinite;
    z-index: -1;
    width: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
}.pLuWy-explore-now .CrEbT-virtual-study {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 2;
}.pLuWy-explore-now .CrEbT-virtual-study::before {
    height: 100%;
    position: absolute;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    width: 140%;
    border-radius: 20px;
    top: 0;
    background: rgba(255, 255, 255, 0.05);
    z-index: -1;
    left: -20%;
    content: '';
    transform: skewX(-15deg);
    backdrop-filter: blur(10px);
}.pLuWy-explore-now .CrEbT-virtual-study::after {
    height: 100px;
    border-radius: 50%;
    width: 100px;
    content: '';
    filter: blur(20px);
    z-index: -1;
    right: -30px;
    position: absolute;
    animation: floatBubble 10s ease-in-out infinite alternate;
    top: -30px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
}.pLuWy-explore-now h3 {
    transform-style: preserve-3d;
    text-transform: uppercase;
    transform: rotateX(5deg);
    letter-spacing: 2px;
    position: relative;
    transition: all 0.5s ease;
    text-align: center;
    perspective: 1000px;
    margin: 60px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding: 0 20px;
    font-size: 34px;
}.pLuWy-explore-now h3::before {
    content: '';
    left: 10%;
    top: -30px;
    width: 80%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    position: absolute;
}.pLuWy-explore-now h3::after {
    bottom: -30px;
    width: 60%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    left: 20%;
    height: 1px;
    position: absolute;
}.pLuWy-explore-now h3:hover {
    transform: rotateX(0deg);
}.pLuWy-explore-now .mAaHj-talk-contact {
    margin-bottom: 60px;
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(10deg);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 20px 50px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    color: rgb(195,197,225);
    transform-origin: bottom center;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    text-decoration: none;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
}.pLuWy-explore-now .mAaHj-talk-contact::before {
    background: linear-gradient(
        145deg,
        rgb(195,197,225) 0%,
        rgb(158,161,202) 100%
    );
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
}.pLuWy-explore-now .mAaHj-talk-contact::after {
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    height: 20px;
    z-index: -1;
    left: 0;
}.pLuWy-explore-now .mAaHj-talk-contact:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    color: #ffffff;
}.pLuWy-explore-now .mAaHj-talk-contact:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.pLuWy-explore-now {
    padding: 120px 0;
}.pLuWy-explore-now .CrEbT-virtual-study::before {
    width: 130%;
    left: -15%;
}.pLuWy-explore-now h3 {
    font-size: calc(34px * 0.9);
    margin: 50px 0;
}.pLuWy-explore-now .mAaHj-talk-contact {
    font-size: calc(19px * 0.95);
    margin-bottom: 50px;
    padding: 18px 45px;
}
}

@media screen and (max-width: 768px) {.pLuWy-explore-now {
    padding: 100px 0;
}.pLuWy-explore-now .CrEbT-virtual-study::before {
    width: 120%;
    left: -10%;
    transform: skewX(-10deg);
}.pLuWy-explore-now h3 {
    transform: none;
    font-size: calc(34px * 0.8);
    margin: 40px 0;
}.pLuWy-explore-now h3::before {
    top: -25px;
}.pLuWy-explore-now h3::after {
    bottom: -25px;
}.pLuWy-explore-now .mAaHj-talk-contact {
    font-size: calc(19px * 0.9);
    padding: 15px 40px;
    margin-bottom: 40px;
    transform: none;
}.pLuWy-explore-now .mAaHj-talk-contact:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.pLuWy-explore-now {
    padding: 80px 0;
}.pLuWy-explore-now .CrEbT-virtual-study::before {
    width: 110%;
    left: -5%;
    transform: skewX(-5deg);
}.pLuWy-explore-now h3 {
    letter-spacing: 1px;
    font-size: calc(34px * 0.7);
    margin: 35px 0;
}.pLuWy-explore-now h3::before {
    top: -20px;
}.pLuWy-explore-now h3::after {
    bottom: -20px;
}.pLuWy-explore-now .mAaHj-talk-contact {
    letter-spacing: 1px;
    font-size: calc(19px * 0.85);
    padding: 12px 35px;
    margin-bottom: 35px;
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.rJjtF-homepage {
    background: linear-gradient(135deg, #000000 0%, rgba(30, 35, 40, 0.95) 100%);
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    overflow: hidden;
}.rJjtF-homepage::before {
    height: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(94, 170, 168, 0.03) 0px,
        rgba(94, 170, 168, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    z-index: 1;
    width: 100%;
}.rJjtF-homepage .RbmZU-full-image {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(1.05);
    left: 0;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s ease;
    opacity: 0.4;
}.rJjtF-homepage:hover .RbmZU-full-image {
    opacity: 0.5;
    transform: scale(1.02);
}.rJjtF-homepage .RbmZU-full-image::after {
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(rgb(195,197,225), 0.2) 100%
    );
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    backdrop-filter: blur(2px);
}.rJjtF-homepage .CrEbT-virtual-study {
    max-width: 1200px;
    align-items: flex-start;
    padding: 6rem 3rem;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 100%;
    flex-direction: column;
    height: 100%;
}.rJjtF-homepage h1 {
    transform: translateX(-20px);
    font-size: clamp(2rem, 5vw, 46px);
    margin-bottom: 2rem;
    animation: slideInTitle 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    position: relative;
    opacity: 0;
}.rJjtF-homepage h1::after {
    bottom: -12px;
    position: absolute;
    width: 80px;
    content: '';
    left: 0;
    animation: lineExpand 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    transform-origin: left;
    height: 4px;
    transform: scaleX(0);
    background: rgb(158,161,202);
}.rJjtF-homepage .yTLaJ-insight-box {
    opacity: 0;
    background: rgba(rgba(0, 0, 0, 0.5), 0.7);
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 2.5rem;
    max-width: 600px;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    border-left: 3px solid rgb(195,197,225);
    border-radius: 0 10px 10px 0;
    transform: translateY(20px);
}.rJjtF-homepage .yTLaJ-insight-box p {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: clamp(1rem, 2vw, 12px);
    transform: translateY(10px);
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
}.rJjtF-homepage .CTjBg-master-zone {
    margin: 2rem 0;
    transform: translateY(10px);
    opacity: 0;
    justify-content: center;
    display: flex;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
}.rJjtF-homepage svg {
    width: 120px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    height: 120px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.rJjtF-homepage svg:hover {
    transform: scale(1.05) rotate(2deg);
}.rJjtF-homepage svg path {
    transition: fill 0.4s ease;
}.rJjtF-homepage svg:hover path {
    fill: rgb(195,197,225);
}.rJjtF-homepage svg text {
    transition: fill 0.4s ease;
    font-family: Arial, sans-serif;
}.rJjtF-homepage svg:hover text {
    fill: #ffffff;
}.rJjtF-homepage h6 {
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.1s;
    transform: translateY(10px);
    margin-top: 1.5rem;
    opacity: 0;
    width: 100%;
    text-align: center;
}.rJjtF-homepage .asPvR-inquiry-inquiry {
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    background: rgb(195,197,225);
    text-decoration: none;
    font-size: 18px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 2rem;
    box-shadow: 0 6px 12px rgba(94, 170, 168, 0.2);
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}.rJjtF-homepage .asPvR-inquiry-inquiry::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: -100%;
    height: 100%;
}.rJjtF-homepage .asPvR-inquiry-inquiry:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    background: rgb(158,161,202);
}.rJjtF-homepage .asPvR-inquiry-inquiry:hover::before {
    left: 100%;
}

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

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

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

@media screen and (max-width: 991px) {.rJjtF-homepage .CrEbT-virtual-study {
    padding: 5rem 2rem;
}.rJjtF-homepage .yTLaJ-insight-box {
    padding: 2rem;
    max-width: 100%;
}.rJjtF-homepage svg {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.rJjtF-homepage .RbmZU-full-image {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.rJjtF-homepage .CrEbT-virtual-study {
    align-items: center;
    padding: 4rem 1.5rem;
}.rJjtF-homepage h1 {
    margin-bottom: 1.5rem;
    text-align: center;
}.rJjtF-homepage h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .rJjtF-homepage .yTLaJ-insight-box {
    border-left: none;
    border-top: 3px solid rgb(195,197,225);
    border-radius: 0 0 10px 10px;
    text-align: center;
}
}

@media screen and (max-width: 576px) {.rJjtF-homepage .CrEbT-virtual-study {
    padding: 3rem 1rem;
}.rJjtF-homepage .yTLaJ-insight-box {
    padding: 1.5rem;
}.rJjtF-homepage svg {
    width: 80px;
    height: 80px;
}.rJjtF-homepage .asPvR-inquiry-inquiry {
    padding: 0.8rem 1.5rem;
}}.vzJjH-help-center {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: linear-gradient(125deg, rgb(195,197,225,0.5) 0%, rgb(228,229,242) 65%, rgb(158,161,202,0.5) 100%);
}.vzJjH-help-center::before {
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    width: 100%;
    height: 100%;
}.vzJjH-help-center::after {
    z-index: 0;
    animation: rotate 40s linear infinite;
    position: absolute;
    opacity: 0.6;
    top: -50%;
    content: "";
    height: 200%;
    left: -50%;
    background: radial-gradient(circle, rgb(195,197,225,0.5) 0%, transparent 25%);
    width: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.vzJjH-help-center .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.vzJjH-help-center .fGgkV-message-info {
    gap: 24px;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    display: grid;
    perspective: 1000px;
}.vzJjH-help-center .epZRV-ask-feedback {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 35px;
    transform-style: preserve-3d;
    background: #ffffff;
    border-top: 4px solid rgb(195,197,225);
    border-radius: 16px;
}.vzJjH-help-center .epZRV-ask-feedback::before {
    border-radius: 0 0 16px 0;
    position: absolute;
    width: 150px;
    transition: opacity 0.3s ease;
    opacity: 0.1;
    right: 0;
    height: 150px;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(195,197,225,0.5) 100%);
    z-index: 0;
    content: "";
}.vzJjH-help-center .epZRV-ask-feedback::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    transition: opacity 0.3s ease;
    right: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.8;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
}.vzJjH-help-center .epZRV-ask-feedback:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
}.vzJjH-help-center .epZRV-ask-feedback:hover::before {
    opacity: 0.2;
}.vzJjH-help-center h2 {
    position: relative;
    color: #000000;
    transform: translateZ(10px);
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 28px;
}.vzJjH-help-center h2::before {
    left: 0;
    width: 40px;
    background: rgb(195,197,225);
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    bottom: -12px;
    height: 4px;
    border-radius: 10px;
}.vzJjH-help-center .epZRV-ask-feedback:hover h2::before {
    width: 60px;
}.vzJjH-help-center h3 {
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    margin-bottom: 16px;
}.vzJjH-help-center p {
    position: relative;
    margin-bottom: 16px;
    z-index: 1;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.vzJjH-help-center .XuGhR-reach-us {
    letter-spacing: 0.02em;
    color: rgb(195,197,225);
    margin-bottom: 20px;
    font-size: calc(18px * 1.15);
    font-weight: 600;
}.vzJjH-help-center .zjnbc-contact-links {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}.vzJjH-help-center .eogBO-get-support {
    margin-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 22px;
}.vzJjH-help-center .uFglr-learn-help {
    flex-wrap: wrap;
    display: flex;
    gap: 8px;
}.vzJjH-help-center .uFglr-learn-help span {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.03);
    color: #000000;
    font-size: calc(18px * 0.85);
    padding: 7px 14px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
}.vzJjH-help-center .uFglr-learn-help span:hover {
    background: rgb(195,197,225);
    border-color: rgb(195,197,225);
    color: #ffffff;
    transform: translateY(-2px);
}.vzJjH-help-center .epZRV-ask-feedback .RbmZU-full-image {
    transition: transform 0.4s ease-out;
    border-radius: 16px;
    transform: translateZ(20px);
    width: 100%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 100%;
}.vzJjH-help-center .epZRV-ask-feedback:nth-child(2):hover .RbmZU-full-image {
    transform: translateZ(30px) scale(1.03);
}.vzJjH-help-center .epZRV-ask-feedback .RbmZU-full-image::after {
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    opacity: 0.6;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    content: "";
}.vzJjH-help-center .epZRV-ask-feedback:hover .RbmZU-full-image::after {
    opacity: 0.4;
}.vzJjH-help-center .SpOHe-edu-form {
    gap: 20px;
    flex-direction: column;
    display: flex;
}.vzJjH-help-center .SpOHe-edu-form a {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: flex;
    border-radius: 16px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    align-items: center;
    padding: 18px;
    background: #ffffff;
    transform: translateZ(5px);
}.vzJjH-help-center .SpOHe-edu-form a::before {
    top: 0;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(195,197,225,0.5), transparent);
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
}.vzJjH-help-center .SpOHe-edu-form a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(10px);
    border-color: rgb(195,197,225,0.5);
}.vzJjH-help-center .SpOHe-edu-form a:hover::before {
    opacity: 0.15;
}.vzJjH-help-center .SpOHe-edu-form a span {
    z-index: 1;
    font-weight: 600;
    margin-right: 10px;
    font-size: calc(18px * 0.85);
    position: relative;
    color: rgb(195,197,225);
}.vzJjH-help-center .SpOHe-edu-form a p {
    flex-grow: 1;
    z-index: 1;
    position: relative;
    color: #000000;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}.vzJjH-help-center svg {
    position: relative;
    z-index: 1;
    height: 22px;
    transition: transform 0.3s ease;
    width: 22px;
    fill: rgb(195,197,225);
    margin-right: 12px;
}.vzJjH-help-center svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,197,225);
}.vzJjH-help-center .SpOHe-edu-form a:hover svg {
    transform: scale(1.1);
}.vzJjH-help-center .SpOHe-edu-form a:hover svg,
.vzJjH-help-center .SpOHe-edu-form a:hover svg path {
    fill: rgb(158,161,202);
}

@media (max-width: 992px) {.vzJjH-help-center {
    padding: 70px 0;
}.vzJjH-help-center .fGgkV-message-info {
    grid-template-columns: 1fr 1fr;
}.vzJjH-help-center .epZRV-ask-feedback:last-child {
    grid-column: span 2;
}.vzJjH-help-center .epZRV-ask-feedback {
    padding: 30px;
}
}

@media (max-width: 768px) {.vzJjH-help-center {
    padding: 50px 0;
}.vzJjH-help-center .fGgkV-message-info {
    grid-template-columns: 1fr;
}.vzJjH-help-center .epZRV-ask-feedback:last-child {
    grid-column: span 1;
}.vzJjH-help-center h2 {
    font-size: calc(34px * 0.9);
}.vzJjH-help-center .epZRV-ask-feedback .RbmZU-full-image {
    height: 280px;
}.vzJjH-help-center .SpOHe-edu-form {
    gap: 15px;
}
}

@media (max-width: 576px) {.vzJjH-help-center {
    padding: 40px 0;
}.vzJjH-help-center .epZRV-ask-feedback {
    padding: 25px 20px;
}.vzJjH-help-center h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.85);
}.vzJjH-help-center p {
    font-size: calc(18px * 0.95);
}.vzJjH-help-center .uFglr-learn-help {
    flex-direction: column;
    gap: 8px;
}.vzJjH-help-center .uFglr-learn-help span {
    width: 100%;
    text-align: center;
}.vzJjH-help-center .epZRV-ask-feedback .RbmZU-full-image {
    height: 220px;
}.vzJjH-help-center .SpOHe-edu-form a {
    padding: 15px;
    align-items: flex-start;
    flex-direction: column;
}.vzJjH-help-center .SpOHe-edu-form a span {
    margin-bottom: 5px;
    margin-right: 0;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.vzJjH-help-center .SpOHe-edu-form a::after {
    position: absolute;
    transform: translateY(-50%);
    right: 15px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 12px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    content: "";
    border-top: 2px solid rgb(195,197,225,0.5);
    width: 12px;
    border-right: 2px solid rgb(195,197,225,0.5);
}.vzJjH-help-center .SpOHe-edu-form a:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    border-color: rgb(158,161,202);
}.vzJjH-help-center .eogBO-get-support h3::before {
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    transform: translateY(-1px);
    border-radius: 50%;
    content: "";
    background: rgb(195,197,225,0.5);
    vertical-align: middle;
    width: 18px;
}.vzJjH-help-center .epZRV-ask-feedback:first-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}.vzJjH-help-center .epZRV-ask-feedback:nth-child(2) {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}.vzJjH-help-center .epZRV-ask-feedback:last-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}.vzJjH-help-center .container::before {
    top: -150px;
    right: -150px;
    background: radial-gradient(circle, rgb(158,161,202,0.5) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
    height: 300px;
    width: 300px;
    opacity: 0.3;
    position: absolute;
    content: "";
}.vzJjH-help-center .container::after {
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(195,197,225,0.5) 0%, transparent 70%);
    content: "";
    z-index: -1;
    left: -100px;
    position: absolute;
    width: 250px;
    opacity: 0.3;
    bottom: -100px;
}.vzJjH-help-center .epZRV-ask-feedback:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}.vzJjH-help-center .epZRV-ask-feedback:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.vzJjH-help-center .uFglr-learn-help span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}.vzJjH-help-center .uFglr-learn-help span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}.KwpXY-contact-box {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(228,229,242) 0%, 
        rgb(158,161,202,0.5) 100%
    );
    position: relative;
    perspective: 1000px;
}.KwpXY-contact-box::before {
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    position: absolute;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    content: '';
    right: 0;
}.KwpXY-contact-box::after {
    top: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgb(195,197,225,0.5) 0%, 
        transparent 70%
    );
    width: 200%;
    left: -50%;
    height: 200%;
    animation: circuit-pulse 10s infinite alternate;
    z-index: 2;
    content: '';
    opacity: 0.6;
}.KwpXY-contact-box .container {
    max-width: 1300px;
    z-index: 3;
    position: relative;
    padding: 0 1rem;
    margin: 0 auto;
}.KwpXY-contact-box h2 {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-size: 42px;
    margin-bottom: 3rem;
    font-weight: 700;
}.KwpXY-contact-box h2::before,
.KwpXY-contact-box h2::after {
    height: 2px;
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(195,197,225), 
        transparent
    );
    bottom: -0.5rem;
    position: absolute;
}.KwpXY-contact-box h2::before {
    width: 30%;
    left: 0;
}.KwpXY-contact-box h2::after {
    right: 0;
    width: 30%;
}.KwpXY-contact-box .Ujghp-inquiry-help {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    align-items: stretch;
    background: rgb(158,161,202,0.5);
    border-radius: 13px;
    transform: rotateX(5deg) scale(0.98);
    border: 1px solid rgb(195,197,225,0.5);
    display: flex;
}.KwpXY-contact-box .Ujghp-inquiry-help:hover {
    transform: rotateX(0) scale(1);
}.KwpXY-contact-box .RbmZU-full-image {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}.KwpXY-contact-box .RbmZU-full-image::before {
    position: absolute;
    mix-blend-mode: color-dodge;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(195,197,225,0.5) 0%, 
        rgb(158,161,202,0.5) 100%
    );
    top: 0;
    opacity: 0.7;
}.KwpXY-contact-box .mDTGJ-request-query {
    padding: 4rem 3rem;
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
    flex: 0 0 60%;
}.KwpXY-contact-box .mDTGJ-request-query::before {
    background: rgb(195,197,225);
    box-shadow: 0 0 20px rgb(195,197,225);
    border-radius: 50%;
    animation: signal-pulse 2s infinite alternate;
    top: 2rem;
    right: 2rem;
    height: 10px;
    content: '';
    position: absolute;
    width: 10px;
}.KwpXY-contact-box .mDTGJ-request-query form {
    z-index: 3;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}.KwpXY-contact-box .mDTGJ-request-query h3 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 38px;
    letter-spacing: 0.05em;
}.KwpXY-contact-box .mDTGJ-request-query input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(195,197,225,0.5);
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 1.5rem;
    background: rgb(158,161,202,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 2;
    padding: 1rem 1.5rem;
    outline: none;
    width: 100%;
    position: relative;
}.KwpXY-contact-box .mDTGJ-request-query input:not([type="checkbox"]):not([type="submit"])::before {
    left: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(195,197,225,0.5) 100%
    );
    transition: opacity 0.3s ease;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    top: 0;
}.KwpXY-contact-box .mDTGJ-request-query input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(195,197,225);
    box-shadow: 0 0 15px rgb(195,197,225,0.5);
}.KwpXY-contact-box .mDTGJ-request-query input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback input[type="checkbox"] {
    position: relative;
    border: 2px solid rgb(195,197,225,0.5);
    width: 22px;
    cursor: pointer;
    margin-right: 1rem;
    background: rgb(158,161,202,0.5);
    border-radius: 10px;
    height: 22px;
    transition: all 0.3s ease;
    appearance: none;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback input[type="checkbox"]:checked {
    border-color: rgb(195,197,225);
    background: rgb(195,197,225);
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback input[type="checkbox"]:checked::after {
    left: 50%;
    position: absolute;
    color: #ffffff;
    content: '✔';
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    top: 50%;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback label {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback a {
    color: rgb(195,197,225);
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback a:hover {
    text-decoration: underline;
}.KwpXY-contact-box .mDTGJ-request-query .asPvR-inquiry-inquiry {
    padding: 1rem;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    background: rgb(195,197,225);
    cursor: pointer;
    font-size: 17px;
}.KwpXY-contact-box .mDTGJ-request-query .asPvR-inquiry-inquiry::before {
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(195,197,225,0.5), 
        transparent
    );
    top: 0;
    left: -100%;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}.KwpXY-contact-box .mDTGJ-request-query .asPvR-inquiry-inquiry:hover::before {
    left: 100%;
}.KwpXY-contact-box .mDTGJ-request-query .asPvR-inquiry-inquiry:hover {
    box-shadow: 0 10px 20px rgb(195,197,225,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.KwpXY-contact-box .Ujghp-inquiry-help {
    transform: none;
    flex-direction: column;
}.KwpXY-contact-box .RbmZU-full-image {
    flex: 0 0 100%;
    min-height: 300px;
}.KwpXY-contact-box .mDTGJ-request-query {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.KwpXY-contact-box {
    padding: 3rem 0;
}.KwpXY-contact-box h2 {
    font-size: calc(42px * 0.8);
    margin-bottom: 2rem;
}.KwpXY-contact-box .mDTGJ-request-query h3 {
    font-size: calc(38px * 0.9);
}.KwpXY-contact-box .mDTGJ-request-query input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback {
    align-items: flex-start;
}.KwpXY-contact-box .mDTGJ-request-query .BhEPp-reach-feedback input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.KwpXY-contact-box .Ujghp-inquiry-help {
    border-radius: 0;
}.KwpXY-contact-box .RbmZU-full-image {
    min-height: 250px;
}.KwpXY-contact-box .mDTGJ-request-query {
    padding: 2rem 1.5rem;
}}.qFlZi-course-program {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgba(245, 247, 250, 0.95) 100%);
}.qFlZi-course-program::before {
    height: 70%;
    filter: blur(20px);
    z-index: 1;
    content: "";
    top: -5%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    background: linear-gradient(145deg, rgb(195,197,225,0.5) 10%, rgb(158,161,202,0.5) 90%);
    animation: float 15s infinite alternate ease-in-out;
    opacity: 0.07;
    width: 35%;
    right: -10%;
}.qFlZi-course-program::after {
    transform: rotate(10deg) skewX(10deg);
    height: 50%;
    filter: blur(15px);
    bottom: -5%;
    width: 25%;
    content: "";
    opacity: 0.05;
    animation: float 18s infinite alternate-reverse ease-in-out;
    left: -5%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(215deg, rgb(158,161,202,0.5) 10%, rgb(195,197,225,0.5) 90%);
}.qFlZi-course-program .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
}.qFlZi-course-program .emzav-skill-path {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.qFlZi-course-program .RbmZU-full-image {
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    position: relative;
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}.qFlZi-course-program .RbmZU-full-image::before {
    z-index: 2;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}.qFlZi-course-program .RbmZU-full-image::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    z-index: 3;
    top: 0;
    animation: shine 10s infinite;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transform: skewX(-25deg);
}.qFlZi-course-program .yTLaJ-insight-box {
    padding: 1.5rem 0;
    position: relative;
    transform: translateZ(0);
}.qFlZi-course-program h3 {
    opacity: 1;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.3;
    font-size: calc(21px * 1.1);
    font-weight: 600;
    transform: translateY(0);
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
}.qFlZi-course-program h3::before {
    height: 85%;
    top: 0.2em;
    position: absolute;
    transition: transform 0.4s ease;
    left: 0;
    background: linear-gradient(to bottom, rgb(195,197,225), rgb(158,161,202));
    content: "";
    width: 3px;
    transform: scaleY(0.7);
}.qFlZi-course-program p.description {
    font-size: 13px;
    display: block;
    line-height: 1.7;
    max-height: 300px;
    overflow-y: auto;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    padding-right: 1rem;
}.qFlZi-course-program p.description::-webkit-scrollbar {
    width: 4px;
}.qFlZi-course-program p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.qFlZi-course-program p.description::-webkit-scrollbar-thumb {
    background: rgb(158,161,202,0.5);
    border-radius: 10px;
}.qFlZi-course-program span.description {
    display: none;
}.qFlZi-course-program .yTLaJ-insight-box div {
    position: relative;
}.qFlZi-course-program .yTLaJ-insight-box div::after {
    opacity: 0.8;
    content: "";
    width: 25%;
    bottom: 0;
    height: 30px;
    background: linear-gradient(to top, rgb(228,229,242) 20%, transparent);
    pointer-events: none;
    right: 0;
    position: absolute;
}

@media (min-width: 768px) {.qFlZi-course-program {
    padding: 8rem 0;
}.qFlZi-course-program .emzav-skill-path {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    gap: 3.5rem;
}.qFlZi-course-program .RbmZU-full-image {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    min-height: 450px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.qFlZi-course-program h3 {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: calc(21px * 1.3);
}.qFlZi-course-program h3::before {
    width: 5px;
}.qFlZi-course-program p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}

@media (min-width: 992px) {.qFlZi-course-program {
    padding: 10rem 0;
}.qFlZi-course-program .emzav-skill-path {
    gap: 5rem;
    grid-template-columns: 0.85fr 1.15fr;
}.qFlZi-course-program .RbmZU-full-image {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.qFlZi-course-program .RbmZU-full-image:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.qFlZi-course-program h3 {
    font-size: calc(21px * 1.4);
    padding-left: 2rem;
}.qFlZi-course-program h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.qFlZi-course-program .emzav-skill-path {
    gap: 6rem;
    grid-template-columns: 0.8fr 1.2fr;
}.qFlZi-course-program .RbmZU-full-image {
    min-height: 550px;
}.qFlZi-course-program h3 {
    font-size: calc(21px * 1.5);
}}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(-18deg) translateY(20px);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.aELVy-price-set {
    padding: 100px 0;
    background: rgb(228,229,242);
    overflow: hidden;
    position: relative;
}.aELVy-price-set::before {
    animation: float-effect 12s infinite alternate ease-in-out;
    filter: blur(80px);
    z-index: 0;
    top: -50px;
    content: "";
    right: -50px;
    width: 300px;
    height: 300px;
    position: absolute;
    background: rgb(195,197,225,0.5);
}.aELVy-price-set::after {
    height: 250px;
    left: -50px;
    position: absolute;
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    content: "";
    z-index: 0;
    background: rgb(158,161,202,0.5);
    width: 250px;
    bottom: -50px;
}.aELVy-price-set .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 15px;
    position: relative;
}.aELVy-price-set .akSEg-cost-fee {
    display: flex;
    gap: 60px;
    flex-direction: column;
}.aELVy-price-set .ewNEh-edu-deals {
    text-align: center;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    order: -1;
    padding: 0 20px;
}.aELVy-price-set .ewNEh-edu-deals h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 29px;
    position: relative;
    display: inline-block;
}.aELVy-price-set .ewNEh-edu-deals h2::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    background: rgb(195,197,225);
    content: "";
    bottom: -10px;
    left: 50%;
}.aELVy-price-set .dfsQv-pricing-pack {
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
    opacity: 0.85;
}.aELVy-price-set .tbvFY-pricing-block {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 30px;
}.aELVy-price-set .Pfnir-annual-fee {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    color: inherit;
    perspective: 1000px;
    transform-style: preserve-3d;
    height: 100%;
    text-decoration: none;
}.aELVy-price-set .Pfnir-annual-fee:hover {
    transform: translateY(-10px) scale(1.02);
}.aELVy-price-set .uRUZE-value-pricing {
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    transition: box-shadow 0.4s ease;
}.aELVy-price-set .Pfnir-annual-fee:hover .uRUZE-value-pricing {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(195,197,225,0.5);
}.aELVy-price-set .rVuUa-edu-packages {
    display: flex;
    overflow: hidden;
    z-index: 2;
    flex-grow: 1;
    padding: 30px;
    flex-direction: column;
    position: relative;
}.aELVy-price-set .rVuUa-edu-packages::before {
    transition: transform 0.5s ease;
    transform-origin: left;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    transform: scaleX(0);
    height: 5px;
}.aELVy-price-set .Pfnir-annual-fee:hover .rVuUa-edu-packages::before {
    transform: scaleX(1);
}.aELVy-price-set .rVuUa-edu-packages h3 {
    overflow-wrap: break-word;
    color: #000000;
    white-space: normal;
    margin-bottom: 10px;
    word-break: break-word;
    font-size: calc(20px + 2px);
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
}.aELVy-price-set .Pfnir-annual-fee:hover .rVuUa-edu-packages h3 {
    color: rgb(195,197,225);
    transform: translateX(5px);
}.aELVy-price-set .IvgjK-plan-fees {
    display: block;
    transition: transform 0.4s ease;
    font-weight: 700;
    margin: 10px 0 20px;
    word-break: break-word;
    color: rgb(158,161,202);
    font-size: 20px;
    white-space: normal;
    position: relative;
    overflow-wrap: break-word;
}.aELVy-price-set .IvgjK-plan-fees::before {
    background: rgb(158,161,202,0.5);
    width: 40px;
    bottom: -8px;
    height: 2px;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
}.aELVy-price-set .Pfnir-annual-fee:hover .IvgjK-plan-fees::before {
    width: 80px;
}.aELVy-price-set .rVuUa-edu-packages p {
    flex-grow: 1;
    transition: color 0.3s ease;
    overflow-wrap: break-word;
    margin-bottom: 0;
    font-size: calc(15px - 1px);
    word-break: break-word;
    line-height: 1.6;
    white-space: normal;
    color: #000000;
}.aELVy-price-set .RbmZU-full-image {
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    position: relative;
}.aELVy-price-set .RbmZU-full-image::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    inset: 0;
    opacity: 0.6;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
}.aELVy-price-set .Pfnir-annual-fee:hover .RbmZU-full-image {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.aELVy-price-set .Pfnir-annual-fee:hover .RbmZU-full-image::after {
    opacity: 0.4;
}.aELVy-price-set .Pfnir-annual-fee::after {
    position: absolute;
    background: rgb(195,197,225,0.5);
    filter: blur(10px);
    z-index: -1;
    height: 15px;
    top: 100%;
    right: 30px;
    opacity: 0;
    left: 30px;
    border-radius: 50%;
    content: "";
    transition: opacity 0.4s ease;
}.aELVy-price-set .Pfnir-annual-fee:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.aELVy-price-set .akSEg-cost-fee {
    flex-direction: row;
    align-items: center;
}.aELVy-price-set .ewNEh-edu-deals {
    order: 0;
    flex: 0 0 30%;
    text-align: left;
    padding-right: 40px;
}.aELVy-price-set .ewNEh-edu-deals h2::after {
    transform: none;
    left: 0;
}.aELVy-price-set .tbvFY-pricing-block {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.aELVy-price-set .tbvFY-pricing-block {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.aELVy-price-set .rVuUa-edu-packages {
    padding: 35px;
}.aELVy-price-set .RbmZU-full-image {
    height: 220px;
}
}

@media (max-width: 991px) {.aELVy-price-set {
    padding: 80px 0;
}.aELVy-price-set .ewNEh-edu-deals {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.aELVy-price-set {
    padding: 60px 0;
}.aELVy-price-set .tbvFY-pricing-block {
    gap: 25px;
    grid-template-columns: 1fr;
}.aELVy-price-set .ewNEh-edu-deals h2 {
    font-size: calc(29px - 4px);
}.aELVy-price-set .RbmZU-full-image {
    height: 180px;
}.aELVy-price-set .rVuUa-edu-packages {
    padding: 25px;
}
}

@media (max-width: 480px) {.aELVy-price-set {
    padding: 50px 0;
}.aELVy-price-set .rVuUa-edu-packages h3 {
    font-size: 20px;
}.aELVy-price-set .IvgjK-plan-fees {
    font-size: calc(20px - 2px);
}.aELVy-price-set .RbmZU-full-image {
    height: 160px;
}.aELVy-price-set .rVuUa-edu-packages {
    padding: 20px;
}}.KZPNU-cookieUsageContainer {
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(195,197,225);
    position: fixed;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    padding: 20px 0;
    background: rgb(158,161,202);
}.nXuLw-privacy-gate {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
    margin: auto;
    flex-wrap: wrap;
    max-width: 1200px;
}.KZPNU-cookieUsageContainer h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    font-size: 23px;
    transition: color 0.3s ease-in-out;
}.KZPNU-cookieUsageContainer p {
    max-width: 500px;
    color: #ffffff;
    font-size: 13px;
}.ZIneg-consent-edu {
    margin-right: 20px;
    flex-shrink: 0;
}.ZIneg-consent-edu svg, .ZIneg-consent-edu svg path {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(195,197,225);
    height: 80px;
}.ZIneg-consent-edu:hover svg {
    transform: rotate(10deg);
}.SUJPM-cookie-explained {
    cursor: pointer;
    text-decoration: none;
    box-shadow: rgb(195,197,225,0.5) 0px 4px 10px 0px;
    padding: 10px 20px;
    border-radius: 11px;
    margin-left: 20px;
    font-size: 14px;
    background: rgb(195,197,225);
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    color: #ffffff;
    line-height: 35px;
}.cookie_button.qUGKZ-accept-cookies {
    background: rgb(195,197,225);
}.cookie_button.dzucB-policy-ack {
    background: rgb(158,161,202);
}.SUJPM-cookie-explained:hover {
    box-shadow: rgb(195,197,225,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.KZPNU-cookieUsageContainer p a {
    color: rgb(195,197,225);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}.KZPNU-cookieUsageContainer p a:hover {
    color: rgb(158,161,202);
}.FRzZB-wrapper-canvas .KZPNU-cookieUsageContainer {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(158,161,202);
}.FRzZB-wrapper-canvas .SUJPM-cookie-explained {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(195,197,225);
    border-radius: 10px;
    font-size: 14px;
    border: none;
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    font-weight: 400;
}.FRzZB-wrapper-canvas .zOLlE-data-guard h5, .FRzZB-wrapper-canvas .zOLlE-data-guard p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.KZPNU-cookieUsageContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.ZIneg-consent-edu {
    display: none;
}.nXuLw-privacy-gate {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.KZPNU-cookieUsageContainer h5 {
    text-align: center;
}.KZPNU-cookieUsageContainer p {
    text-align: center;
}.zOLlE-data-guard {
    text-align: center;
    margin-bottom: 20px;
}.SUJPM-cookie-explained {
    max-width: 300px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
#yNkZu-cookie-popup-modal {
    display: none;
}#yNkZu-cookie-popup-modal:checked ~ .KZPNU-cookieUsageContainer {
    opacity: 0;
    visibility: hidden;
}.Hienf-learning-system {
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgb(195,197,225,0.5) 100%);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    padding: 120px 0;
}.Hienf-learning-system::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    right: 0;
    pointer-events: none;
    background: 
        radial-gradient(circle at 20% 30%, rgb(158,161,202,0.5) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgb(195,197,225,0.5) 0%, transparent 60%);
    opacity: 0.25;
    top: 0;
    height: 100%;
}.Hienf-learning-system::after {
    opacity: 0.05;
    background-size: 60px 60px;
    animation: backgroundShift 60s linear infinite;
    z-index: 1;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(158,161,202,0.5) 49.5%, rgb(158,161,202,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(158,161,202,0.5) 49.5%, rgb(158,161,202,0.5) 50.5%, transparent 50.5%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
}.Hienf-learning-system .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 1200px;
}.Hienf-learning-system .CrEbT-virtual-study {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.Hienf-learning-system .CrEbT-virtual-study:hover {
    transform: translateZ(20px);
}.Hienf-learning-system .CrEbT-virtual-study > div {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    padding: 3rem;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(195,197,225);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background: #ffffff;
    -webkit-backdrop-filter: blur(10px);
}.Hienf-learning-system .CrEbT-virtual-study > div::before {
    z-index: -1;
    content: "";
    transform-origin: left top;
    width: 100%;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    left: 0;
    transition: transform 0.5s ease-out;
    transform: scaleX(0);
    top: 0;
    background: linear-gradient(135deg, rgb(195,197,225,0.5) 0%, transparent 100%);
}.Hienf-learning-system .CrEbT-virtual-study > div:hover {
    border-left-width: 8px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0) rotateY(0) translateZ(30px);
}.Hienf-learning-system .CrEbT-virtual-study > div:hover::before {
    transform: scaleX(1);
}.Hienf-learning-system h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    font-size: calc(32px * 0.8);
    transition: transform 0.4s ease-out;
    color: #000000;
    transform: translateZ(10px);
}.Hienf-learning-system h3::after {
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    position: absolute;
    content: "";
    transform-origin: left;
    bottom: 0;
    transform: scaleX(0.7);
    left: 0;
}.Hienf-learning-system .CrEbT-virtual-study > div:hover h3 {
    transform: translateZ(15px);
}.Hienf-learning-system .CrEbT-virtual-study > div:hover h3::after {
    transform: scaleX(1);
}.Hienf-learning-system p {
    z-index: 2;
    position: relative;
    transform: translateZ(5px);
    font-size: 14px;
    transition: transform 0.4s ease-out 0.1s;
    opacity: 0.9;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
}.Hienf-learning-system p span {
    position: relative;
    transition: transform 0.4s ease-out, opacity 0.3s ease-in;
    display: inline-block;
    transform-origin: left center;
}.Hienf-learning-system .CrEbT-virtual-study > div:hover p {
    transform: translateZ(10px);
}.Hienf-learning-system .CrEbT-virtual-study > div:hover p span {
    opacity: 1;
}

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

@media screen and (min-width: 768px) {.Hienf-learning-system {
    padding: 150px 0;
}.Hienf-learning-system .CrEbT-virtual-study {
    gap: 3rem;
    grid-template-columns: 1fr;
}.Hienf-learning-system h3 {
    font-size: 32px;
}.Hienf-learning-system .CrEbT-virtual-study > div {
    padding: 4rem;
}
}

@media screen and (min-width: 992px) {.Hienf-learning-system {
    padding: 180px 0;
}.Hienf-learning-system .CrEbT-virtual-study {
    gap: 4rem;
    grid-template-columns: 1fr;
}.Hienf-learning-system .CrEbT-virtual-study > div {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
    padding: 5rem;
}.Hienf-learning-system h3 {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}.Hienf-learning-system h3::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.Hienf-learning-system {
    padding: 80px 0;
}.Hienf-learning-system .CrEbT-virtual-study > div {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg) rotateY(-0.5deg);
}.Hienf-learning-system h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.7);
}.Hienf-learning-system p {
    font-size: calc(14px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.Hienf-learning-system::after {
    animation: none;
}.Hienf-learning-system .CrEbT-virtual-study,
    .Hienf-learning-system .CrEbT-virtual-study > div,
    .Hienf-learning-system h3,
    .Hienf-learning-system p,
    .Hienf-learning-system p span {
    transform: none !important;
    transition: none;
}}footer {
    position: relative;
}footer::before {
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    right: 0;
    opacity: 0.92;
    bottom: 0;
    top: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(195,197,225) 150%);
}.TLCRn-level-up {
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 2;
    position: relative;
    padding: 70px 0;
}.TLCRn-level-up .container {
    gap: 40px;
    flex-wrap: wrap;
    display: flex;
}.TLCRn-level-up .company_holder {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 12px 0 12px 0;
}.TLCRn-level-up .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.TLCRn-level-up .company_holder::before {
    position: absolute;
    top: 0;
    content: '';
    height: 5px;
    width: 100%;
    left: 0;
    background: rgb(195,197,225);
}.TLCRn-level-up .company_holder h3 {
    margin-bottom: 25px;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
}.TLCRn-level-up .company_holder h3::after {
    height: 3px;
    background: rgb(158,161,202);
    content: '';
    width: 60px;
    bottom: -8px;
    left: 0;
    position: absolute;
}.TLCRn-level-up .NFtnd-zoom-meet {
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
}.TLCRn-level-up .CRTLy-hackathon {
    position: relative;
}.TLCRn-level-up .kEoLJ-head-mainbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}.TLCRn-level-up .mNcIV-nav-master {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.TLCRn-level-up .mNcIV-nav-master h5 {
    padding-left: 15px;
    color: #ffffff;
    border-left: 3px solid rgb(195,197,225);
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 24px;
}.TLCRn-level-up .mNcIV-nav-master .kEoLJ-head-mainbar {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.TLCRn-level-up .mNcIV-nav-master .kEoLJ-head-mainbar a {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    padding: 8px 15px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
}.TLCRn-level-up .mNcIV-nav-master .kEoLJ-head-mainbar a::before {
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    top: 0;
    width: 0;
    background: rgb(195,197,225,0.5);
    height: 100%;
    left: 0;
    z-index: -1;
}.TLCRn-level-up .mNcIV-nav-master .kEoLJ-head-mainbar a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}.TLCRn-level-up .mNcIV-nav-master .kEoLJ-head-mainbar a:hover::before {
    width: 100%;
}.lMvyD-program-foot {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    padding: 20px 0;
    margin-top: 50px;
}.lMvyD-program-foot .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.lMvyD-program-foot .TNKfF-referral-prog {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    bottom: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    background-size: 40px 40px;
    top: 0;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.TLCRn-level-up .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.TLCRn-level-up {
    padding: 50px 0;
}.TLCRn-level-up .mNcIV-nav-master {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.TLCRn-level-up {
    padding: 40px 0;
}.TLCRn-level-up .company_holder h3 {
    font-size: calc(37px * 0.8);
}.TLCRn-level-up .mNcIV-nav-master h5 {
    font-size: calc(24px * 0.9);
}.TLCRn-level-up .mNcIV-nav-master .kEoLJ-head-mainbar a,
    .TLCRn-level-up .footer_agreement {
    font-size: calc(16px * 0.95);
}}

.lMvyD-program-foot::before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.2;
    top: 0;
}.MzcTD-privacy-nook {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(228,229,242), #ffffff 80%);
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
}.MzcTD-privacy-nook::before {
    left: 0;
    height: 5px;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.97);
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    position: absolute;
    width: 100%;
}.MzcTD-privacy-nook:hover::before {
    transform: scaleX(1);
}.MzcTD-privacy-nook::after {
    position: absolute;
    content: "";
    opacity: 0.03;
    z-index: 0;
    width: 50%;
    transform: skewX(-12deg) translateX(30%);
    bottom: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(to left, rgb(195,197,225,0.5), transparent);
}.MzcTD-privacy-nook .container {
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.MzcTD-privacy-nook h1 {
    transform: translateX(-0.5rem);
    font-weight: 700;
    color: rgb(195,197,225);
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
    font-size: 47px;
    letter-spacing: -0.03em;
    position: relative;
    padding-bottom: 1rem;
}.MzcTD-privacy-nook h1::after {
    bottom: 0;
    transition: width 0.4s ease-out;
    background: rgb(158,161,202);
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
    height: 3px;
    content: "";
}.MzcTD-privacy-nook:hover h1::after {
    width: 120px;
}.MzcTD-privacy-nook h2 {
    position: relative;
    margin-top: 2.5rem;
    color: #000000;
    border-left: 3px solid rgb(195,197,225);
    transition: padding-left 0.3s ease;
    padding-left: 1rem;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1.25rem;
}.MzcTD-privacy-nook h2:hover {
    padding-left: 1.5rem;
}.MzcTD-privacy-nook h3 {
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(28px * 0.85);
    margin-top: 2rem;
}.MzcTD-privacy-nook h4 {
    font-size: calc(28px * 0.7);
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 400;
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}.MzcTD-privacy-nook h4::after {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    bottom: -5px;
    width: 100%;
    background: linear-gradient(to right, rgb(158,161,202), transparent);
}.MzcTD-privacy-nook p {
    font-size: 15px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    color: #000000;
    padding-right: 1rem;
    line-height: 1.7;
    position: relative;
}.MzcTD-privacy-nook p:hover {
    transform: translateX(5px);
}.MzcTD-privacy-nook p strong {
    position: relative;
    color: rgb(195,197,225);
    display: inline-block;
    font-weight: 600;
}.MzcTD-privacy-nook p strong::after {
    width: 100%;
    transform-origin: left;
    background-color: rgb(195,197,225,0.5);
    transition: transform 0.3s ease;
    left: 0;
    bottom: -2px;
    transform: scaleX(0.7);
    height: 1px;
    content: "";
    position: absolute;
}.MzcTD-privacy-nook p strong:hover::after {
    transform: scaleX(1);
}.MzcTD-privacy-nook span {
    font-size: 15px;
    border-left: 1px dashed rgb(158,161,202,0.5);
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.7;
}.MzcTD-privacy-nook ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.MzcTD-privacy-nook li {
    margin-bottom: 1rem;
    font-size: 15px;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding-left: 1.5rem;
}.MzcTD-privacy-nook li:hover {
    transform: translateX(5px);
}.MzcTD-privacy-nook li::before {
    width: 8px;
    content: "";
    left: 0;
    transform: rotate(45deg);
    background-color: rgb(158,161,202);
    position: absolute;
    height: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    top: 0.5rem;
}.MzcTD-privacy-nook li:hover::before {
    background-color: rgb(195,197,225);
    transform: rotate(225deg);
}


@media (max-width: 991px) {.MzcTD-privacy-nook {
    padding: 3rem 1.5rem;
}.MzcTD-privacy-nook h1 {
    font-size: calc(47px * 0.9);
}.MzcTD-privacy-nook h2 {
    font-size: calc(28px * 0.9);
}.MzcTD-privacy-nook p, .MzcTD-privacy-nook span, .MzcTD-privacy-nook li {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 767px) {.MzcTD-privacy-nook {
    padding: 2.5rem 1.25rem;
}.MzcTD-privacy-nook::after {
    display: none;
}.MzcTD-privacy-nook h1 {
    font-size: calc(47px * 0.8);
    transform: translateX(0);
}.MzcTD-privacy-nook h2 {
    font-size: calc(28px * 0.8);
    padding-left: 0.75rem;
}.MzcTD-privacy-nook h3 {
    font-size: calc(28px * 0.7);
}.MzcTD-privacy-nook h4 {
    font-size: calc(28px * 0.6);
}.MzcTD-privacy-nook p, .MzcTD-privacy-nook span, .MzcTD-privacy-nook li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.MzcTD-privacy-nook ul {
    margin-left: 0.5rem;
}.MzcTD-privacy-nook li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.MzcTD-privacy-nook {
    padding: 2rem 1rem;
}.MzcTD-privacy-nook h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.7);
}.MzcTD-privacy-nook h1::after {
    width: 60px;
}.MzcTD-privacy-nook:hover h1::after {
    width: 80px;
}.MzcTD-privacy-nook h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1rem;
    margin-top: 2rem;
}.MzcTD-privacy-nook p, .MzcTD-privacy-nook span, .MzcTD-privacy-nook li {
    margin-bottom: 1.25rem;
    line-height: 1.5;
    font-size: calc(15px * 0.85);
}.MzcTD-privacy-nook li::before {
    width: 6px;
    top: 0.4rem;
    height: 6px;
}.MzcTD-privacy-nook p:hover, .MzcTD-privacy-nook li:hover {
    transform: translateX(3px);
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(228,229,242));
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    top: 0;
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    z-index: 0;
    height: 100%;
    background-size: 20px 20px;
}header::after {
    content: '';
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(195,197,225), rgb(158,161,202));
    position: absolute;
    top: 0;
    z-index: 1;
}header .container {
    padding: 0;
    z-index: 2;
    max-width: 100%;
    margin: 0;
    width: 100%;
    position: relative;
}header .oKGel-head-study {
    display: flex;
    margin-left: 5px;
    align-items: center;
    justify-content: space-between;
    padding: 0.9rem 3%;
}header .CVTIP-main-header {
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.4);
    align-items: center;
    display: flex;
}header .CVTIP-main-header:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .CVTIP-main-header svg {
    transition: all 0.3s ease;
    width: 140px;
    height: auto;
}header .mNcIV-nav-master {
    position: relative;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    display: flex;
}header .mNcIV-nav-master::before {
    z-index: -1;
    top: -2px;
    right: -2px;
    background: linear-gradient(135deg, rgb(195,197,225,0.5), rgb(158,161,202,0.5));
    left: -2px;
    bottom: -2px;
    content: '';
    position: absolute;
    opacity: 0.5;
    border-radius: calc(10px + 2px);
}header .lbyNL-main-nav {
    z-index: 1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 20px;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    color: #000000;
    font-weight: 400;
    background: #ffffff;
}header .lbyNL-main-nav::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(195,197,225,0.5), rgb(158,161,202,0.5));
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    opacity: 0;
    height: 100%;
    content: '';
    top: 0;
}header .lbyNL-main-nav:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .lbyNL-main-nav:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .oKGel-head-study {
    padding: 0.8rem 2.5%;
}header .CVTIP-main-header svg {
    width: 130px;
}header .mNcIV-nav-master {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .lbyNL-main-nav {
    font-size: calc(20px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .oKGel-head-study {
    align-items: flex-start;
    gap: 0.7rem;
    margin-left: 3px;
    flex-direction: column;
    padding: 0.8rem 2%;
}header .CVTIP-main-header {
    padding: 0.4rem;
}header .CVTIP-main-header svg {
    width: 120px;
}header .mNcIV-nav-master {
    overflow-x: auto;
    justify-content: flex-start;
    width: 98%;
    padding: 0.4rem;
}header .mNcIV-nav-master::-webkit-scrollbar {
    height: 2px;
}header .mNcIV-nav-master::-webkit-scrollbar-thumb {
    background: rgb(195,197,225);
    border-radius: 10px;
}header .lbyNL-main-nav {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .oKGel-head-study {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .CVTIP-main-header svg {
    width: 110px;
}header .mNcIV-nav-master {
    padding: 0.3rem;
}header .lbyNL-main-nav {
    font-size: calc(20px - 2px);
    padding: 0.3rem 0.4rem;
}
}