﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header,footer {
    width: 100%;
}

header {
    padding: 1.2rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(to bottom, rgb(235,232,237), #ffffff);
    width: 100%;
    z-index: 100;
}

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

.QGec-training-zone .container {
    gap: 3rem;
    grid-template-columns: 1.5fr 2fr;
    display: grid;
    position: relative;
}

.QGec-training-zone .company_holder {
    border-left: 2px solid rgb(184,171,197);
    position: relative;
    padding-left: 2rem;
    animation: borderPulse 4s infinite alternate;
}

.QGec-training-zone .coRj-login-footer {
    color: #ffffff;
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.8;
}

.QGec-training-zone .LYyW-linkedin-ref {
    display: flex;
    justify-content: flex-end;
}

.QGec-training-zone .QrRs-head-prime {
    display: flex;
    gap: 4rem;
}

.QGec-training-zone .jfON-nav-know::before {
    height: 40px;
    border-left: 1px solid rgb(184,171,197);
    left: -20px;
    top: -10px;
    opacity: 0.4;
    content: "";
    position: absolute;
    border-top: 1px solid rgb(184,171,197);
    width: 40px;
}

.QGec-training-zone .jfON-nav-know h5 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    color: rgb(165,139,189);
}

.QGec-training-zone .jfON-nav-know .QrRs-head-prime a::before {
    position: absolute;
    height: 5px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgb(184,171,197);
    border-radius: 50%;
    width: 5px;
    content: "";
    transition: all 0.3s ease;
}

.QGec-training-zone .jfON-nav-know .QrRs-head-prime a:hover::before {
    background-color: rgb(165,139,189);
    height: 7px;
    width: 7px;
}

.DxwO-diploma-cta::before {
    content: "";
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(184,171,197), transparent);
    width: 100%;
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
}

.tXWZ-course-highlights {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: rgb(235,232,237);
}

.tXWZ-course-highlights .apUc-study-track {
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
    flex-direction: column;
}

.tXWZ-course-highlights .VSUE-future-class::before {
    border-radius: 50%;
    content: '';
    position: absolute;
    top: -50px;
    width: 150px;
    background-color: rgb(184,171,197);
    left: -30px;
    z-index: -1;
    opacity: 0.1;
    height: 150px;
}

.tXWZ-course-highlights .VSUE-future-class h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: 44px;
    color: rgb(184,171,197);
}

.tXWZ-course-highlights .VSUE-future-class h3 {
    font-size: calc(44px * 0.8);
}

.tXWZ-course-highlights .VSUE-future-class p {
    margin-right: auto;
    font-size: 15px;
    line-height: 1.8;
    margin-left: auto;
    color: #000000;
    margin-bottom: 2.5rem;
    max-width: 700px;
}

.tXWZ-course-highlights .VSUE-future-class .TVOz-support-inquiry::before {
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    background-color: rgb(165,139,189);
    content: '';
    border-radius: 50px;
    transform: translateY(100%);
    top: 0;
    transition: transform 0.4s ease;
    width: 100%;
}

.tXWZ-course-highlights .VSUE-future-class .TVOz-support-inquiry:hover::before {
    transform: translateY(0);
}

.tXWZ-course-highlights .SRZi-lesson-track::before {
    pointer-events: none;
    z-index: 5;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    width: 100%;
}

.tXWZ-course-highlights .SRZi-lesson-track:hover .VAvo-education-guide {
    animation-play-state: paused;
}

.tXWZ-course-highlights .KDFk-learn-map {
    position: relative;
    width: 20%;
    height: 100%;
}

.tXWZ-course-highlights .KDFk-learn-map {
    width: 16.6667%;
}

.tXWZ-course-highlights .KDFk-learn-map:hover img {
    transform: scale(1.05);
}

.tXWZ-course-highlights .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.jwQd-connect-form {
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(165,139,189,0.5) 0%, 
        rgb(184,171,197,0.5) 100%
    );
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.jwQd-connect-form::after {
    position: absolute;
    height: 150%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    animation: subtle-wave 15s infinite alternate-reverse;
    z-index: 1;
    width: 150%;
    bottom: -30%;
    content: '';
    right: -30%;
}

.jwQd-connect-form h2 {
    font-size: 43px;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-align: center;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.jwQd-connect-form .xAmV-support-grid {
    backdrop-filter: blur(10px);
    border-radius: 25px;
    background: rgba(255,255,255,0.05);
    align-items: stretch;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    display: flex;
    overflow: hidden;
}

.jwQd-connect-form .UaSG-connect-map {
    justify-content: center;
    flex: 0 0 60%;
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
}

.jwQd-connect-form .UaSG-connect-map form {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}

.jwQd-connect-form .UaSG-connect-map h3 {
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
}

.jwQd-connect-form .UaSG-connect-map input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(184,171,197), 0.3);
    border-color: rgb(184,171,197);
}

.jwQd-connect-form .UaSG-connect-map .Agwr-help-help {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.jwQd-connect-form .UaSG-connect-map .Agwr-help-help input[type="checkbox"]:checked {
    background: rgb(184,171,197);
    border-color: rgb(184,171,197);
}

.jwQd-connect-form .UaSG-connect-map .Agwr-help-help input[type="checkbox"]:checked::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.8rem;
    content: '✔';
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.jwQd-connect-form .UaSG-connect-map .Agwr-help-help a:hover {
    text-decoration: underline;
}

.jwQd-connect-form .UaSG-connect-map .TVOz-support-inquiry {
    border: none;
    color: #ffffff;
    font-weight: 600;
    background: rgb(184,171,197);
    position: relative;
    font-size: 20px;
    border-radius: 10px;
    padding: 1rem;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.jwQd-connect-form .UaSG-connect-map .TVOz-support-inquiry:hover::before {
    left: 100%;
}

.FRfH-aspiring-learners {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(165,139,189,0.5) 100%);
    z-index: 1;
    overflow: hidden;
}

.FRfH-aspiring-learners::after {
    content: "";
    width: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(184,171,197,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(165,139,189,0.5), 0.2) 0%, transparent 50%);
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}

.FRfH-aspiring-learners .apUc-study-track {
    position: relative;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    flex-direction: column;
    padding: 0 2rem;
}

.FRfH-aspiring-learners h3 {
    text-align: right;
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 0;
    margin-bottom: 3rem;
    padding: 0.8rem 2rem;
    border-radius: 10px 0 0 10px;
    align-self: flex-end;
    font-size: 30px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    background: rgba(rgb(184,171,197,0.5), 0.2);
}

.FRfH-aspiring-learners ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
    list-style: none;
    display: grid;
    margin: 0;
}

.FRfH-aspiring-learners li::before {
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(184,171,197,0.5),
        rgb(165,139,189,0.5)
    );
    content: "";
    transition: opacity 0.3s ease;
    height: 4px;
    top: 0;
    opacity: 0;
}

.FRfH-aspiring-learners li::before {
    background: linear-gradient(
        90deg,
        rgb(165,139,189),
        transparent
    );
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0.5;
    content: "";
    top: 0;
    height: 2px;
}

.FRfH-aspiring-learners li:hover {
    transform: translateY(-5px);
    border-color: rgba(rgb(184,171,197,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}

.FRfH-aspiring-learners li svg {
    width: 32px;
    margin-right: 1.2rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 32px;
    fill: rgb(165,139,189);
    top: 2px;
    position: relative;
}

.BrHw-gratSpot {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,171,197,0.5), rgb(165,139,189) 120%);
}

.BrHw-gratSpot::after {
    content: "";
    position: absolute;
    width: 40%;
    left: -5%;
    background: rgb(184,171,197);
    bottom: -5%;
    opacity: 0.1;
    transform: rotate(10deg);
    height: 30%;
    pointer-events: none;
}

.BrHw-gratSpot .apUc-study-track {
    padding: 60px 50px;
    gap: 40px;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.BrHw-gratSpot .apUc-study-track div:first-child::after {
    background: rgb(184,171,197,0.5);
    width: 80px;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    bottom: 0;
}

.BrHw-gratSpot .apUc-study-track:hover h5 {
    transform: translateX(8px);
}

.BrHw-gratSpot .apUc-study-track a {
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
}

.BrHw-gratSpot .apUc-study-track a:hover p {
    color: rgb(184,171,197);
}

.BrHw-gratSpot .apUc-study-track a::before {
    height: 40%;
    transition: opacity 0.5s ease;
    opacity: 0;
    z-index: 0;
    position: absolute;
    content: "";
    bottom: -10px;
    background: linear-gradient(135deg, transparent, rgb(165,139,189,0.5) 60%);
    right: -10px;
    width: 40%;
}

.vIau-privacy-sanctum .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    align-items: center;
}

.vIau-privacy-sanctum h1, .vIau-privacy-sanctum h2 {
    padding: 10px;
    background: linear-gradient(90deg, rgb(184,171,197), rgb(165,139,189));
    color: #ffffff;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}

.vIau-privacy-sanctum h1 {
    font-size: 47px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
}

.vIau-privacy-sanctum li::before {
    margin-right: 10px;
    font-size: 1.2em;
    content: '✔';
    color: rgb(184,171,197);
}


.Bdmr-meet-us {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,232,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0 80px;
}

.Bdmr-meet-us::after {
    transform: rotate(15deg);
    z-index: 1;
    animation: float 18s infinite ease-in-out reverse;
    content: "";
    background: linear-gradient(225deg, rgb(165,139,189,0.5) 0%, transparent 80%);
    position: absolute;
    width: 400px;
    bottom: -100px;
    left: -100px;
    height: 400px;
}

.Bdmr-meet-us h1 {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 60px;
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
}

.Bdmr-meet-us .tPAa-team-profile {
    position: relative;
}

.Bdmr-meet-us .tPAa-team-profile ul {
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    gap: 40px;
    padding: 0;
}

.Bdmr-meet-us .rshm-learning-track::before {
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 6px;
    transform: scaleY(1);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(184,171,197), rgb(165,139,189));
    transform-origin: top;
}

.Bdmr-meet-us .rshm-learning-track h4 {
    margin-bottom: 24px;
    font-weight: 700;
    transform: translateX(0);
    position: relative;
    font-size: calc(20px + 2px);
    transition: transform 0.3s ease-out;
    padding-bottom: 15px;
    color: rgb(184,171,197);
}

.Bdmr-meet-us .rshm-learning-track:hover h4::after {
    width: 60px;
}

.Bdmr-meet-us .rshm-learning-track div {
    line-height: 1.8;
    font-weight: 400;
    scrollbar-width: thin;
    color: #000000;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
    font-family: Arial, sans-serif;
    padding-right: 15px;
    scrollbar-color: rgb(165,139,189) #ffffff;
}

.ZWOR-offer-card .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.ZWOR-offer-card .NERY-plan-fees {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    gap: 60px;
}

.ZWOR-offer-card .QLwk-pay-options:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.ZWOR-offer-card .QLwk-pay-options h2 {
    font-weight: 700;
    color: transparent;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(184,171,197), rgb(165,139,189));
    background-clip: text !important;
    line-height: 1.3;
    font-size: 38px;
    transform: translateZ(0);
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
}

.ZWOR-offer-card .JIei-plan-matrix {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}

.ZWOR-offer-card .IOXk-cost-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    z-index: 5;
}

.ZWOR-offer-card .hGzY-pricing-block {
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    position: relative;
}

.ZWOR-offer-card .IOXk-cost-card:hover .hGzY-pricing-block::before {
    transform: scaleX(1);
}

.ZWOR-offer-card .qJmC-edu-deals h3 {
    white-space: nowrap;
    font-weight: 700;
    position: relative;
    transform-origin: left;
    transition: transform 0.3s ease;
    font-size: calc(20px + 2px);
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
    color: #000000;
}

.ZWOR-offer-card .fXki-cost-schemes::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    transform: scaleX(0.5);
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -5px;
    width: 50px;
    background: rgb(184,171,197);
}

.ZWOR-offer-card .AJyW-img-lightbox {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    overflow: hidden;
    position: relative;
}

.ZWOR-offer-card .AJyW-img-lightbox::after {
    content: "";
    pointer-events: none;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    height: 100%;
    position: absolute;
}

.eNxs-welcome-board::before {
    width: 100%;
    z-index: 1;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(30deg, rgba(94,170,168,0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(94,170,168,0.03) 1px, transparent 1px);
    position: absolute;
    opacity: 0.8;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
}

.eNxs-welcome-board .apUc-study-track {
    flex-direction: column-reverse;
    display: flex;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.eNxs-welcome-board h1::after {
    bottom: -10px;
    background: rgb(184,171,197);
    transform: scaleX(0);
    position: absolute;
    content: "";
    transform-origin: left;
    width: 60px;
    left: 0;
    animation: expandLine 0.6s ease-out forwards 0.8s;
    height: 3px;
}

.eNxs-welcome-board .YZeq-main-welcome p {
    position: relative;
    border-left: 3px solid rgba(94,170,168,0.3);
    font-size: calc(12px * 1.05);
    color: #000000;
    line-height: 1.6;
    margin-top: 25px;
    padding-left: 15px;
}

.eNxs-welcome-board .YZeq-main-welcome svg:hover {
    transform: translateZ(0) scale(1.05) rotate(2deg);
}

.eNxs-welcome-board .YZeq-main-welcome svg g {
    transition: transform 0.4s ease;
}

.eNxs-welcome-board .YZeq-main-welcome svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.eNxs-welcome-board .YZeq-main-welcome svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease, font-weight 0.3s ease;
}

.eNxs-welcome-board ul {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.7s;
    list-style: none;
    padding: 0;
    transform: translateY(20px);
    margin: 30px 0 0 0;
}

.eNxs-welcome-board .TVOz-support-inquiry::before {
    background: linear-gradient(45deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    bottom: 0;
    position: absolute;
    transform: translateX(-100%);
}

.eNxs-welcome-board .TVOz-support-inquiry:hover::before {
    transform: translateX(100%);
}

.eNxs-welcome-board .AJyW-img-lightbox {
    border: 8px solid #ffffff;
    position: relative;
    height: 300px;
    width: 100%;
    animation: fadeInPhoto 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px) rotate(-2deg);
}

.eNxs-welcome-board .AJyW-img-lightbox::after {
    height: 100%;
    position: absolute;
    content: "";
    right: -30%;
    top: -30%;
    z-index: 2;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    width: 100%;
}

.BjLv-data-statistics::after {
    opacity: 0.3;
    background: linear-gradient(30deg, rgb(184,171,197,0.5), transparent);
    filter: blur(40px);
    content: "";
    position: absolute;
    transform: rotate(15deg) skewX(-15deg);
    bottom: -10%;
    height: 60%;
    z-index: 1;
    left: -5%;
    width: 30%;
}

.BjLv-data-statistics ul {
    padding: 0;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin: 0 0 4rem;
    list-style: none;
}

.BjLv-data-statistics .agUX-statistics-advantages:hover {
    transform: perspective(1000px) rotateY(-3deg) rotateX(-2deg) translateZ(10px);
}

.BjLv-data-statistics .agUX-statistics-advantages div::before {
    opacity: 0;
    z-index: -1;
    top: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(165,139,189,0.5) 0%,
        transparent 70%
    );
    content: "";
    height: 200%;
    width: 200%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    transform: scale(0.5);
    left: -50%;
}

.BjLv-data-statistics .agUX-statistics-advantages:hover div::before {
    opacity: 0.15;
    transform: scale(1);
}

.BjLv-data-statistics .agUX-statistics-advantages p {
    transition: transform 0.3s ease, text-shadow 0.3s ease;
    font-weight: 700;
    font-size: calc(36px * 1.2);
    letter-spacing: -0.02em;
    -webkit-background-clip: text;
    background: linear-gradient(135deg, rgb(184,171,197), rgb(165,139,189));
    margin: 0 0 0.5rem;
    color: transparent;
    background-clip: text;
}

.BjLv-data-statistics .agUX-statistics-advantages:hover span {
    opacity: 1;
}

.BjLv-data-statistics h4 {
    font-size: 24px;
    opacity: 0;
    font-weight: 700;
    text-align: center;
    transform: translateY(20px);
    margin: 2rem 0 0;
    position: relative;
    color: #000000;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
    padding-bottom: 1rem;
}

header::before {
    z-index: 0;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.5;
    width: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(184,171,197,0.5) 65%, 
        rgb(184,171,197,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(165,139,189,0.5) 75%, 
        rgb(165,139,189,0.5) 80%, 
        transparent 80%);
    left: 0;
}

header .Rwbk-top-page::before {
    position: absolute;
    transition: opacity 0.3s ease;
    left: -50%;
    opacity: 0;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    top: -50%;
    content: '';
}

header .Rwbk-top-page:hover svg {
    transform: scale(1.03);
}

header .jfON-nav-know {
    margin-top: 0.5rem;
    justify-content: center;
    display: flex;
    gap: 0.6rem;
    max-width: 800px;
    flex-wrap: wrap;
    width: 100%;
}

header .RMBi-head-bar::before {
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    top: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(184,171,197), rgb(165,139,189));
    transform: scaleX(0);
    transform-origin: left;
}

header .RMBi-head-bar:hover {
    color: rgb(184,171,197);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.lZLy-connect::before {
    right: 0;
    bottom: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(184,171,197,0.5), 0.05) 0%, transparent 80%),
        linear-gradient(30deg, rgba(rgb(165,139,189,0.5), 0.03) 0%, transparent 70%);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.lZLy-connect h1 {
    z-index: 1;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 2.5rem;
    color: #000000;
}

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

.lZLy-connect .aTUv-get-help {
    gap: 2rem;
    display: grid;
    transition: all 0.4s ease-out;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.07),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    background: #ffffff;
    transform: perspective(1000px) rotateX(1deg);
    border-radius: 12px;
    grid-template-columns: 1fr;
    padding: 2.5rem;
}

.lZLy-connect .aTUv-get-help > div:first-child > div {
    font-size: 13px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    color: #000000;
}

.lZLy-connect .aTUv-get-help h6 {
    font-weight: 600;
    margin-bottom: 0.75rem;
    align-items: center;
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.01em;
    display: flex;
}

.lZLy-connect .aTUv-get-help h6:hover svg {
    transform: translateY(1px) scale(1.1);
}

.lZLy-connect .FuiR-reach-team {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.lZLy-connect .DZkx-reach-out {
    padding: 0.75rem 1.25rem;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    font-size: calc(13px - 1px);
    transition: color 0.3s ease, transform 0.3s ease;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.05),
        -5px -5px 10px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, #f3f5fa, #ffffff);
    color: #000000;
    display: flex;
}

.lZLy-connect svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}

.eJtu-consentWarningDialog {
    transition: transform 0.5s ease-in-out;
    bottom: 0;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(165,139,189);
    transform: translateY(100%);
    font-family: Arial, sans-serif;
    position: fixed;
    background: rgb(165,139,189);
    width: 100%;
}

.NtcA-user-choices {
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(184,171,197));
    margin-right: 15px;
}

.kESu-gdpr-banner {
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 140px;
    box-shadow: 0 0 15px rgb(184,171,197);
    text-align: center;
    color: #000000;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(184,171,197), rgb(165,139,189));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    border-radius: 17px;
    font-size: 15px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}


.cBuS-education-history {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(235,232,237);
}

.cBuS-education-history .container {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.cBuS-education-history .kWHr-client-testimonials {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    background: #ffffff;
    display: flex;
    padding: 60px 40px 40px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    flex-direction: column;
}

.cBuS-education-history .AJyW-img-lightbox {
    transition: all 0.5s ease;
    position: absolute;
    top: -60px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(184,171,197);
    height: 120px;
    left: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: rotate(0deg);
    border-radius: 2px;
    width: 120px;
}

.cBuS-education-history .kWHr-client-testimonials:hover .name {
    transform: translateX(10px);
}

.cBuS-education-history .kWHr-client-testimonials:hover span:not(.name) {
    color: rgb(184,171,197);
    transform: translateX(10px);
}

.cBuS-education-history .xMlg-exp-box {
    line-height: 1.8;
    padding-left: 0;
    font-weight: 400;
    transition: padding 0.5s ease;
    margin-top: 40px;
    position: relative;
    font-size: 16px;
    color: #000000;
}

.cBuS-education-history .kWHr-client-testimonials:hover .xMlg-exp-box {
    padding-left: 20px;
}

.cBuS-education-history .kWHr-client-testimonials:hover .xMlg-exp-box::before {
    transform: scaleX(1);
}


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


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



@media screen and (max-width: 992px) {.QGec-training-zone .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.QGec-training-zone .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.QGec-training-zone .LYyW-linkedin-ref {
    justify-content: flex-start;
}.QGec-training-zone .QrRs-head-prime {
    gap: 2rem;
}
}



@media screen and (max-width: 576px) {.QGec-training-zone .company_holder h3 {
    font-size: 32px;
}.QGec-training-zone .jfON-nav-know h5 {
    font-size: calc(21px * 1.1);
}.QGec-training-zone .jfON-nav-know .QrRs-head-prime a {
    font-size: calc(18px * 0.9);
}}



@media (max-width: 480px) {.tXWZ-course-highlights .SRZi-lesson-track {
    height: 250px;
}.tXWZ-course-highlights .VSUE-future-class .TVOz-support-inquiry {
    padding: 0.8rem 2rem;
}}



@media screen and (max-width: 768px) {.jwQd-connect-form {
    padding: 3rem 0;
}.jwQd-connect-form h2 {
    margin-bottom: 2rem;
    font-size: calc(43px * 0.8);
}.jwQd-connect-form .UaSG-connect-map h3 {
    font-size: calc(37px * 0.9);
}.jwQd-connect-form .UaSG-connect-map input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.jwQd-connect-form .UaSG-connect-map .Agwr-help-help {
    align-items: flex-start;
}.jwQd-connect-form .UaSG-connect-map .Agwr-help-help input[type="checkbox"] {
    margin-top: 0.2rem;
}
}



@media (max-width: 991px) {.FRfH-aspiring-learners {
    padding: 4rem 0;
}.FRfH-aspiring-learners h3 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
    padding: 0.7rem 1.5rem;
}.FRfH-aspiring-learners ul {
    gap: 1.2rem;
}
}



@media (max-width: 768px) {.FRfH-aspiring-learners {
    padding: 3.5rem 0;
}.FRfH-aspiring-learners .apUc-study-track {
    padding: 0 1.5rem;
}.FRfH-aspiring-learners h3 {
    border-radius: 10px;
    padding: 0.6rem 1.5rem;
    margin-bottom: 2rem;
    width: auto;
    font-size: calc(30px * 0.8);
    align-self: center;
    text-align: center;
}.FRfH-aspiring-learners h3::before {
    height: 4px;
    right: 0;
    top: auto;
    width: 100%;
    left: 0;
    bottom: 0;
}.FRfH-aspiring-learners h3::after {
    display: none;
}.FRfH-aspiring-learners ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}



@media (min-width: 768px) {.BrHw-gratSpot .apUc-study-track {
    padding: 70px 80px;
}.BrHw-gratSpot .apUc-study-track::before {
    width: 6px;
}.BrHw-gratSpot .apUc-study-track div:first-child::after {
    width: 120px;
}
}



@media (max-width: 480px) {.BrHw-gratSpot {
    padding: 40px 0;
}.BrHw-gratSpot .apUc-study-track {
    gap: 20px;
    padding: 30px 20px;
}.BrHw-gratSpot .apUc-study-track h5 {
    font-size: calc(21px - 4px);
}
}



@media (prefers-reduced-motion: reduce) {.BrHw-gratSpot .apUc-study-track,
    .BrHw-gratSpot .apUc-study-track h5,
    .BrHw-gratSpot .apUc-study-track a::before,
    .BrHw-gratSpot .apUc-study-track a p {
    transition: none;
}.BrHw-gratSpot .apUc-study-track:hover,
    .BrHw-gratSpot .apUc-study-track:hover h5 {
    transform: none;
}}



@media (min-width: 768px) {.Bdmr-meet-us .tPAa-team-profile ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.Bdmr-meet-us h1 {
    margin-bottom: 80px;
    font-size: calc(47px * 1.2);
}.Bdmr-meet-us .rshm-learning-track {
    padding: 50px;
}
}



@media (min-width: 992px) {.Bdmr-meet-us {
    padding: 150px 0 100px;
}.Bdmr-meet-us .container {
    padding: 0 40px;
}.Bdmr-meet-us .rshm-learning-track div {
    max-height: 350px;
}.Bdmr-meet-us h1::after {
    width: 100px;
}
}



@media (hover: none) {.Bdmr-meet-us .rshm-learning-track:hover {
    transform: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}.Bdmr-meet-us .rshm-learning-track:hover h4 {
    transform: none;
}.Bdmr-meet-us .rshm-learning-track:hover h4::after {
    width: 40px;
}}



@media (min-width: 992px) {.ZWOR-offer-card .NERY-plan-fees {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.ZWOR-offer-card .QLwk-pay-options {
    justify-content: center;
    width: 30%;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
}.ZWOR-offer-card .JIei-plan-matrix {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.ZWOR-offer-card .qJmC-edu-deals {
    padding: 30px;
}.ZWOR-offer-card .qJmC-edu-deals p {
    -webkit-line-clamp: 6;
}
}



@media (min-width: 1400px) {.ZWOR-offer-card .JIei-plan-matrix {
    grid-template-columns: repeat(2, 1fr);
}.ZWOR-offer-card .qJmC-edu-deals p {
    -webkit-line-clamp: 7;
}
}



@media (min-width: 768px) {.eNxs-welcome-board {
    padding: 100px 0;
}.eNxs-welcome-board .apUc-study-track {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.eNxs-welcome-board .zMEt-content-card {
    width: 50%;
    padding: 0;
}.eNxs-welcome-board h1 {
    font-size: calc(34px * 1.1);
}.eNxs-welcome-board .AJyW-img-lightbox {
    transform: translateY(0) rotate(-2deg);
    height: 400px;
    width: 50%;
}.eNxs-welcome-board .YZeq-main-welcome svg {
    width: 90px;
    height: 90px;
}
}



@media (min-width: 1200px) {.eNxs-welcome-board .apUc-study-track {
    gap: 80px;
}.eNxs-welcome-board h1 {
    font-size: 47px;
}.eNxs-welcome-board .AJyW-img-lightbox {
    height: 500px;
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg) rotate(-2deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.eNxs-welcome-board .AJyW-img-lightbox:hover {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) rotate(-1deg);
}}



@media (min-width: 992px) {.BjLv-data-statistics {
    padding: 8rem 0;
}.BjLv-data-statistics ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.BjLv-data-statistics .agUX-statistics-advantages div {
    padding: 2.5rem 1.5rem;
}.BjLv-data-statistics .agUX-statistics-advantages p {
    font-size: calc(36px * 1.5);
}
}



@media (max-width: 480px) {.BjLv-data-statistics ul {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
}.BjLv-data-statistics .agUX-statistics-advantages div {
    padding: 1rem 0.75rem;
}.BjLv-data-statistics .agUX-statistics-advantages p {
    font-size: calc(24px * 1.2);
}.BjLv-data-statistics .agUX-statistics-advantages span {
    font-size: calc(13px * 1.1);
}}



@media (max-width: 767px) {header .loLx-head-wrap {
    gap: 1.5rem;
}header .Rwbk-top-page {
    padding: 0.4rem 1rem;
}header .Rwbk-top-page svg {
    width: 130px;
}header .jfON-nav-know {
    gap: 0.5rem;
}header .RMBi-head-bar {
    font-size: calc(14px - 1px);
    padding: 0.5rem 0.9rem;
}
}



@media (min-width: 768px) {.lZLy-connect {
    padding: 5rem 2rem;
}.lZLy-connect h1 {
    font-size: calc(42px + 0.2rem);
    margin-bottom: 3rem;
}.lZLy-connect .aTUv-get-help {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    padding: 3rem;
}.lZLy-connect .aTUv-get-help > div:first-child {
    grid-column: 1 / -1;
}
}



@media (min-width: 992px) {.lZLy-connect {
    padding: 6rem 2rem;
}.lZLy-connect h1 {
    margin-bottom: 3.5rem;
}.lZLy-connect .aTUv-get-help {
    padding: 3.5rem;
    grid-template-columns: 2fr 1fr 1fr;
}.lZLy-connect .aTUv-get-help > div:first-child {
    grid-column: auto;
}
}



@media (prefers-reduced-motion: reduce) {.lZLy-connect .aTUv-get-help,
    .lZLy-connect .aTUv-get-help > div,
    .lZLy-connect .DZkx-reach-out {
    transform: none !important;
    transition: none;
}}


@media only screen and (max-width: 1200px) {.eJtu-consentWarningDialog {
    padding: 15px 0;
}.pnXi-cookie-necessary {
    padding: 15px 5%;
}
}



@media (max-width: 768px) {.cBuS-education-history {
    padding: 80px 0;
}.cBuS-education-history .kWHr-client-testimonials {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.cBuS-education-history .AJyW-img-lightbox {
    width: 100px;
    height: 100px;
    left: 25px;
}.cBuS-education-history .name {
    font-size: 24px;
}.cBuS-education-history .xMlg-exp-box {
    font-size: calc(16px * 0.95);
}.cBuS-education-history .xMlg-exp-box::before {
    width: 20px;
    left: -25px;
}
}


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }



@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}



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



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



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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

