* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-segment-yzs {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.container {
    margin: auto;
    width: 1246px;
    max-width: 100%;
}html,body {
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}.top-start-JkT {
    flex: 1 0 auto;
}.tech-stack-go9 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.subscribe-to-newsletter-izT {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 29px;
    background: linear-gradient(135deg, rgb(215,216,230) 0%, rgb(177,178,206,0.5) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
}.subscribe-to-newsletter-izT::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    background: linear-gradient(45deg, rgb(141,136,174,0.5) 0%, rgb(141,136,174) 100%);
    z-index: 1;
    width: 60%;
    top: -10%;
    height: 120%;
    right: -10%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
}.subscribe-to-newsletter-izT .container {
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
}.subscribe-to-newsletter-izT .pro-study-ByF {
    transform: perspective(1000px) rotateX(5deg);
    padding: 2rem;
}.subscribe-to-newsletter-izT p {
    color: #000000;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-size: 22px;
    transform: translateX(-20px);
    position: relative;
    padding-left: 3rem;
    font-weight: 700;
    animation: slideIn 0.7s forwards 0.3s;
    font-family: Arial, sans-serif;
}.subscribe-to-newsletter-izT p::before {
    top: 50%;
    background: rgb(177,178,206);
    position: absolute;
    height: 2px;
    width: 2rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    animation: growLine 0.8s forwards 0.6s;
}.subscribe-to-newsletter-izT .input_holder {
    opacity: 0;
    flex-direction: column;
    display: flex;
    transform: translateX(30px);
    gap: 1rem;
    position: relative;
    animation: slideIn 0.7s forwards 0.5s;
}.subscribe-to-newsletter-izT .sub-strategy-GhW {
    font-size: 16px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    border: none;
}.subscribe-to-newsletter-izT .sub-strategy-GhW:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}.subscribe-to-newsletter-izT .subscribe-asset-miB {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    color: #ffffff;
    font-size: 15px;
    background: linear-gradient(135deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    align-self: flex-start;
    border: none;
    cursor: pointer;
    position: relative;
}.subscribe-to-newsletter-izT .subscribe-asset-miB::before {
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    content: "";
}.subscribe-to-newsletter-izT .subscribe-asset-miB:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgb(177,178,206,0.5);
}.subscribe-to-newsletter-izT .subscribe-asset-miB:hover::before {
    left: 100%;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@media screen and (min-width: 768px) {.subscribe-to-newsletter-izT {
    padding: 5rem 3rem;
}.subscribe-to-newsletter-izT .container {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}.subscribe-to-newsletter-izT p {
    padding-left: 5rem;
    font-size: 29px;
    margin-bottom: 0;
}.subscribe-to-newsletter-izT p::before {
    width: 4rem;
}.subscribe-to-newsletter-izT .input_holder {
    flex-direction: row;
    align-items: stretch;
}.subscribe-to-newsletter-izT .sub-strategy-GhW {
    flex: 1;
    border-radius: 10px 0 0 10px;
}.subscribe-to-newsletter-izT .subscribe-asset-miB {
    border-radius: 0 10px 10px 0;
    align-self: stretch;
}}.course-overview-BAg {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
}.course-overview-BAg::before {
    z-index: 2;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(215,216,230) 90%);
}.course-overview-BAg .skill-track-Qj1 {
    height: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 55%;
}.course-overview-BAg .training-csJ {
    display: flex;
    height: 500%;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
    flex-direction: column;
}.course-overview-BAg .skill-track-Qj1:hover .training-csJ {
    animation-play-state: paused;
}.course-overview-BAg .lesson-track-gCQ {
    width: 100%;
    position: relative;
    height: 20%;
}.course-overview-BAg .lesson-track-gCQ::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
}.course-overview-BAg .lesson-track-gCQ img {
    transform: scale(1.05);
    object-fit: cover;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    height: 100%;
    width: 100%;
    transition: transform 0.8s ease;
}.course-overview-BAg .lesson-track-gCQ:hover img {
    transform: scale(1.1);
}.course-overview-BAg .container {
    align-items: center;
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    z-index: 5;
}.course-overview-BAg .pro-study-ByF {
    padding-left: 8%;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    display: flex;
}.course-overview-BAg .program-track-ErO {
    padding: 3.5rem;
    max-width: 550px;
    border-radius: 0 13px 13px 0;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,216,230) 100%);
    border-left: 5px solid rgb(177,178,206);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}.course-overview-BAg .program-track-ErO::before {
    content: '';
    border-left: none;
    left: 20px;
    bottom: 20px;
    top: 20px;
    border: 1px solid rgb(141,136,174,0.5);
    position: absolute;
    pointer-events: none;
    right: 20px;
    border-radius: 0 10px 10px 0;
}.course-overview-BAg .program-track-ErO h3 {
    font-size: 38px;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 15px;
    color: rgb(177,178,206);
    font-weight: 700;
}.course-overview-BAg .program-track-ErO h3::after {
    height: 3px;
    bottom: 0;
    background: rgb(141,136,174);
    position: absolute;
    width: 80px;
    content: '';
    left: 0;
}.course-overview-BAg .program-track-ErO p {
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2.5rem;
}.course-overview-BAg .program-track-ErO .help-grid-PWG {
    overflow: hidden;
    padding: 1.2rem 2.5rem;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    text-decoration: none;
    z-index: 1;
}.course-overview-BAg .program-track-ErO .help-grid-PWG::before {
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, rgb(141,136,174) 0%, rgb(177,178,206) 100%);
    left: 0;
    content: '';
}.course-overview-BAg .program-track-ErO .help-grid-PWG:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course-overview-BAg .program-track-ErO .help-grid-PWG:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.course-overview-BAg .pro-study-ByF {
    padding-left: 10%;
}.course-overview-BAg .program-track-ErO {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.course-overview-BAg .skill-track-Qj1 {
    width: 50%;
}.course-overview-BAg .pro-study-ByF {
    padding-left: 5%;
    width: 50%;
}.course-overview-BAg .program-track-ErO {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.course-overview-BAg {
    flex-direction: column;
    min-height: auto;
}.course-overview-BAg .skill-track-Qj1 {
    width: 100%;
    position: relative;
    height: 400px;
}.course-overview-BAg .training-csJ {
    height: 100%;
    animation: carousel-horizontal 25s ease infinite;
    width: 500%;
    flex-direction: row;
}.course-overview-BAg .lesson-track-gCQ {
    height: 100%;
    width: 20%;
}.course-overview-BAg .lesson-track-gCQ::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-overview-BAg .container {
    padding: 3rem 1rem;
}.course-overview-BAg .pro-study-ByF {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding-left: 0;
}.course-overview-BAg .program-track-ErO {
    border-left: none;
    border-radius: 13px;
    border-top: 5px solid rgb(177,178,206);
    max-width: 100%;
}.course-overview-BAg .program-track-ErO::before {
    border-radius: 10px;
    left: 20px;
    border: 1px solid rgb(141,136,174,0.5);
    top: 20px;
    border-top: none;
    bottom: 20px;
    right: 20px;
}
}

@media screen and (max-width: 768px) {.course-overview-BAg .skill-track-Qj1 {
    height: 350px;
}.course-overview-BAg .container {
    padding: 2.5rem 1rem;
}.course-overview-BAg .program-track-ErO {
    padding: 2rem;
}.course-overview-BAg .program-track-ErO h3 {
    font-size: calc(38px * 0.8);
}

}

@media screen and (max-width: 576px) {.course-overview-BAg .skill-track-Qj1 {
    height: 300px;
}.course-overview-BAg .container {
    padding: 2rem 1rem;
}.course-overview-BAg .program-track-ErO {
    padding: 1.5rem;
}.course-overview-BAg .program-track-ErO h3 {
    font-size: calc(38px * 0.7);
}.course-overview-BAg .program-track-ErO p {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.9);
}.course-overview-BAg .program-track-ErO .help-grid-PWG {
    text-align: center;
    padding: 1rem;
    width: 100%;
}.course-overview-BAg .program-track-ErO::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.service-package-tXu {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.service-package-tXu::before {
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    bottom: 0;
}.service-package-tXu .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.service-package-tXu .plan-rates-ZBq {
    perspective: 1000px;
}.service-package-tXu h2 {
    position: relative;
    margin-bottom: 25px;
    transform: translateZ(50px);
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 33px;
    color: #ffffff;
    font-weight: 700;
}.service-package-tXu h2::after {
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    background: rgb(177,178,206);
    box-shadow: 0 0 15px rgb(177,178,206,0.5);
    content: "";
    bottom: -10px;
}.service-package-tXu .annual-fee-p72 {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 60px;
    opacity: 0.9;
}.service-package-tXu .cert-fees-2MH {
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.service-package-tXu .pricing-levels-um5 {
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
    will-change: transform;
    transform-style: preserve-3d;
    display: block;
}.service-package-tXu .price-choices-Obx {
    padding: 8px;
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}.service-package-tXu .price-choices-Obx::before {
    position: absolute;
    opacity: 0;
    left: -5px;
    z-index: -1;
    background-size: 200% 200%;
    bottom: -5px;
    animation: shimmer 3s infinite linear;
    right: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    content: "";
    top: -5px;
    transition: opacity 0.4s ease;
}.service-package-tXu .premium-cost-oKJ {
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.05);
    transition: all 0.3s ease;
    position: relative;
    padding: 35px 25px;
}.service-package-tXu .premium-cost-oKJ h4 {
    font-size: 20px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
}.service-package-tXu .premium-cost-oKJ h4::after {
    bottom: 0;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    background: rgb(177,178,206);
    width: 40px;
    position: absolute;
}.service-package-tXu .premium-cost-oKJ p {
    color: #ffffff;
    font-size: calc(13px - 2px);
    margin-bottom: 25px;
    line-height: 1.6;
    flex-grow: 1;
    opacity: 0.8;
}.service-package-tXu .discount-grid-IMt {
    overflow: hidden;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    position: relative;
    border-radius: 30px;
    padding: 12px 25px;
    align-self: flex-start;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-size: calc(20px + 4px);
    background: linear-gradient(135deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
}.service-package-tXu .discount-grid-IMt::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    left: -100%;
    width: 100%;
    transition: 0.5s;
    position: absolute;
    top: 0;
    height: 100%;
}.service-package-tXu .pricing-levels-um5:hover {
    transform: translateY(-10px) rotateX(5deg);
}.service-package-tXu .pricing-levels-um5:hover .price-choices-Obx {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.service-package-tXu .pricing-levels-um5:hover .price-choices-Obx::before {
    opacity: 1;
}.service-package-tXu .pricing-levels-um5:hover .premium-cost-oKJ h4::after {
    width: 80px;
}.service-package-tXu .pricing-levels-um5:hover .discount-grid-IMt::before {
    left: 100%;
}.service-package-tXu .pricing-levels-um5:hover .premium-cost-oKJ {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

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

@media (max-width: 1200px) {.service-package-tXu {
    padding: 100px 0;
}.service-package-tXu .cert-fees-2MH {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.service-package-tXu .premium-cost-oKJ {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.service-package-tXu {
    padding: 80px 0;
}.service-package-tXu h2 {
    font-size: calc(33px - 4px);
}.service-package-tXu .annual-fee-p72 {
    margin-bottom: 40px;
}.service-package-tXu .cert-fees-2MH {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.service-package-tXu .premium-cost-oKJ h4 {
    font-size: calc(20px - 1px);
}.service-package-tXu .discount-grid-IMt {
    padding: 10px 20px;
    font-size: calc(20px + 2px);
}
}

@media (max-width: 480px) {.service-package-tXu {
    padding: 60px 0;
}.service-package-tXu h2 {
    font-size: calc(33px - 6px);
}.service-package-tXu .annual-fee-p72 {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.service-package-tXu .premium-cost-oKJ {
    padding: 25px 15px;
}.service-package-tXu .premium-cost-oKJ p {
    font-size: calc(13px - 3px);
    margin-bottom: 20px;
}.service-package-tXu .discount-grid-IMt {
    padding: 8px 15px;
    font-size: calc(20px + 0px);
}
}

@media (hover: none) {.service-package-tXu .pricing-levels-um5:hover {
    transform: none;
}.service-package-tXu .price-choices-Obx {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.service-package-tXu .pricing-levels-um5:active {
    transform: scale(0.98);
}}.confidential-cell-1oZ {
    width: 90%;
    max-width: 1200px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    position: relative;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    margin: 0 auto;
    color: #000000;
}.confidential-cell-1oZ:before, .confidential-cell-1oZ:after {
    background: linear-gradient(45deg, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
    pointer-events: none;
    top: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: center;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    content: "";
    position: absolute;
    z-index: 0;
}.confidential-cell-1oZ h1 {
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #000000;
    font-size: 41px;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 2px solid rgb(177,178,206);
    margin-bottom: 20px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}.confidential-cell-1oZ h2 {
    border-bottom: 1px solid rgb(141,136,174,0.5);
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
    color: rgb(141,136,174);
    padding-bottom: 5px;
    letter-spacing: 1.5px;
    z-index: 1;
    position: relative;
}.confidential-cell-1oZ ul, .confidential-cell-1oZ ol {
    position: relative;
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
    z-index: 1;
}.confidential-cell-1oZ li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
    counter-increment: list-counter;
    font-size: 17px;
}.confidential-cell-1oZ li:before {
    left: 0;
    top: 0;
    font-weight: 700;
    position: absolute;
    color: rgb(177,178,206);
    content: counter(list-counter, decimal-leading-zero);
    font-size: 18px;
}.confidential-cell-1oZ div {
    border-radius: 10px;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.confidential-cell-1oZ .container {
    position: relative;
    z-index: 1;
}.confidential-cell-1oZ h3, .confidential-cell-1oZ h4, .confidential-cell-1oZ h5, .confidential-cell-1oZ h6 {
    z-index: 1;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
    color: rgb(177,178,206);
    margin-bottom: 10px;
}.confidential-cell-1oZ p, .confidential-cell-1oZ span {
    margin-bottom: 10px;
    color: #000000;
    z-index: 1;
    position: relative;
    font-size: 17px;
    line-height: 1.6;
}.confidential-cell-1oZ a {
    font-weight: 600;
    border-bottom: 1px solid rgb(141,136,174);
    position: relative;
    color: rgb(141,136,174);
    text-decoration: none;
    z-index: 1;
}.confidential-cell-1oZ a:hover {
    color: rgb(177,178,206);
    border-bottom: 1px solid rgb(177,178,206);
}.confidential-cell-1oZ button {
    background: rgb(177,178,206);
    cursor: pointer;
    border-radius: 10px;
    font-weight: 700;
    z-index: 1;
    padding: 15px 30px;
    font-size: 18px;
    position: relative;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
}.confidential-cell-1oZ button:hover {
    background: rgb(141,136,174);
}

@media only screen and (max-width: 800px) {.confidential-cell-1oZ {
    width: 95%;
    padding: 20px;
}.confidential-cell-1oZ h1 {
    font-size: calc(21px - 5px);
}.confidential-cell-1oZ h2 {
    font-size: calc(21px - 3px);
}.confidential-cell-1oZ ul, .confidential-cell-1oZ ol {
    padding-left: 10px;
}.confidential-cell-1oZ li {
    padding-left: 20px;
}.confidential-cell-1oZ button {
    padding: 10px 20px;
}}.education-history-lhy {
    position: relative;
    padding: 140px 0;
    background: rgb(215,216,230);
    overflow: hidden;
}.education-history-lhy::before {
    inset: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(177,178,206,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(141,136,174,0.5) 0, rgb(141,136,174,0.5) 1px, transparent 1px, transparent 15px);
    animation: backgroundShift 30s linear infinite;
    opacity: 0.1;
    z-index: 0;
    content: "";
}.education-history-lhy::after {
    left: -50%;
    z-index: 0;
    content: "";
    width: 200%;
    position: absolute;
    top: -50%;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, rgb(177,178,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(141,136,174,0.5) 0%, transparent 40%);
    height: 200%;
    opacity: 0.3;
    filter: blur(60px);
}.education-history-lhy .container {
    padding: 0 40px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.education-history-lhy .learner-views-JLy {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    transform: perspective(1200px) rotateY(0deg);
    position: relative;
    margin: 0 auto;
    grid-template-rows: auto auto;
    max-width: 1000px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.education-history-lhy .learner-views-JLy:hover {
    transform: perspective(1200px) rotateY(2deg);
}.education-history-lhy .slider-KuH {
    grid-row: 1 / span 2;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    grid-column: 1;
    height: 100%;
    min-height: 450px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}.education-history-lhy .slider-KuH::before {
    background: linear-gradient(135deg, rgb(177,178,206,0.5) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    content: "";
    position: absolute;
    z-index: 2;
    mix-blend-mode: multiply;
    inset: 0;
}.education-history-lhy .learner-views-JLy:hover .slider-KuH::before {
    opacity: 0.4;
}.education-history-lhy .name {
    align-self: end;
    font-family: Arial, sans-serif;
    padding: 0 50px 5px 70px;
    margin: 0;
    grid-row: 1;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-column: 2;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}.education-history-lhy .learner-views-JLy:hover .name {
    transform: translateY(-5px);
}.education-history-lhy .learner-views-JLy span:not(.name) {
    font-weight: 300;
    font-size: 15px;
    transform: translateY(0);
    grid-column: 2;
    color: rgb(141,136,174);
    grid-row: 1;
    padding: 35px 50px 40px 70px;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    align-self: end;
    z-index: 2;
    position: relative;
    margin: 0;
}.education-history-lhy .learner-views-JLy:hover span:not(.name) {
    transform: translateY(-5px);
}.education-history-lhy .learner-views-JLy span:not(.name)::after {
    bottom: 30px;
    left: 70px;
    transform-origin: left;
    background: rgb(177,178,206);
    content: "";
    transform: scaleX(0);
    height: 2px;
    position: absolute;
    width: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}.education-history-lhy .learner-views-JLy:hover span:not(.name)::after {
    transform: scaleX(1);
}.education-history-lhy .career-skills-YiW {
    line-height: 1.8;
    grid-row: 2;
    padding: 0 50px 50px 70px;
    color: #000000;
    font-family: Arial, sans-serif;
    grid-column: 2;
    font-weight: 400;
    z-index: 2;
    margin: 0;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    position: relative;
    font-size: 15px;
}.education-history-lhy .learner-views-JLy:hover .career-skills-YiW {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.education-history-lhy {
    padding: 120px 0;
}.education-history-lhy .learner-views-JLy {
    grid-template-columns: 1fr 1.2fr;
}.education-history-lhy .slider-KuH {
    min-height: 400px;
}.education-history-lhy .name {
    padding: 0 40px 5px 50px;
    font-size: calc(18px * 0.9);
}.education-history-lhy .learner-views-JLy span:not(.name) {
    padding: 30px 40px 35px 50px;
}.education-history-lhy .learner-views-JLy span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.education-history-lhy .career-skills-YiW {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.education-history-lhy {
    padding: 100px 0;
}.education-history-lhy .container {
    padding: 0 30px;
}.education-history-lhy .learner-views-JLy {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.education-history-lhy .slider-KuH {
    grid-row: 1;
    grid-column: 1;
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.education-history-lhy .name {
    text-align: left;
    grid-column: 1;
    grid-row: 2;
    padding: 40px 30px 5px 30px;
}.education-history-lhy .learner-views-JLy span:not(.name) {
    padding: 10px 30px 40px 30px;
    text-align: left;
    grid-column: 1;
    grid-row: 3;
}.education-history-lhy .learner-views-JLy span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.education-history-lhy .career-skills-YiW {
    grid-column: 1;
    grid-row: 4;
    padding: 0 30px 40px 30px;
}
}

@media (max-width: 480px) {.education-history-lhy {
    padding: 80px 0;
}.education-history-lhy .container {
    padding: 0 20px;
}.education-history-lhy .slider-KuH {
    min-height: 250px;
}.education-history-lhy .name {
    font-size: calc(18px * 0.85);
    padding: 30px 25px 5px 25px;
}.education-history-lhy .learner-views-JLy span:not(.name) {
    padding: 10px 25px 30px 25px;
    font-size: calc(15px * 0.95);
}.education-history-lhy .learner-views-JLy span:not(.name)::after {
    bottom: 20px;
    left: 25px;
    width: 30px;
}.education-history-lhy .career-skills-YiW {
    padding: 0 25px 30px 25px;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}.thanks-page-rB5 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(145deg, rgb(141,136,174,0.5), rgb(177,178,206,0.5));
}.thanks-page-rB5::before {
    top: -10%;
    opacity: 0.07;
    width: 70%;
    height: 70%;
    content: "";
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    position: absolute;
    animation: float 20s infinite alternate ease-in-out;
    transform: rotate(25deg);
    z-index: -1;
    right: -10%;
}.thanks-page-rB5::after {
    animation: float 15s infinite alternate-reverse ease-in-out;
    content: "";
    bottom: -5%;
    left: -5%;
    transform: rotate(-15deg);
    position: absolute;
    height: 50%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    opacity: 0.05;
    width: 50%;
    z-index: -1;
}.thanks-page-rB5 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.thanks-page-rB5 .pro-study-ByF {
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    gap: 2.5rem;
}.thanks-page-rB5 .pro-study-ByF:hover {
    transform: perspective(1000px) rotateX(0deg);
}.thanks-page-rB5 .pro-study-ByF > div:first-child {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2.5rem;
    background: #ffffff;
    position: relative;
}.thanks-page-rB5 .pro-study-ByF > div:first-child::before {
    transform-origin: left;
    position: absolute;
    height: 5px;
    transition: transform 0.7s ease;
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    left: 0;
    right: 0;
    top: 0;
    transform: scaleX(0);
    z-index: 3;
    content: "";
}.thanks-page-rB5 .pro-study-ByF:hover > div:first-child::before {
    transform: scaleX(1);
}.thanks-page-rB5 .pro-study-ByF > div:last-child {
    padding: 2.5rem 3rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.thanks-page-rB5 .pro-study-ByF:hover > div:last-child {
    transform: translateY(0);
}.thanks-page-rB5 h5 {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: rgb(177,178,206);
    font-size: 24px;
    position: relative;
    font-weight: 700;
}.thanks-page-rB5 h5::after {
    height: 3px;
    width: 60px;
    left: 0;
    bottom: -10px;
    content: "";
    background: rgb(141,136,174);
    position: absolute;
    transition: width 0.4s ease;
}.thanks-page-rB5 .pro-study-ByF:hover h5::after {
    width: 100%;
}.thanks-page-rB5 a {
    position: relative;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}.thanks-page-rB5 a:hover {
    transform: translateX(5px);
}.thanks-page-rB5 p {
    line-height: 1.8;
    font-size: 17px;
    color: #000000;
    position: relative;
    margin: 0;
}.thanks-page-rB5 a::before {
    transition: all 0.3s ease;
    opacity: 0;
    left: -1.5rem;
    width: 0.5rem;
    top: 0.5rem;
    content: "";
    height: 0.5rem;
    background: rgb(141,136,174);
    position: absolute;
}.thanks-page-rB5 a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.thanks-page-rB5 {
    padding: 8rem 0;
}.thanks-page-rB5 .pro-study-ByF {
    grid-template-columns: 1fr 1.2fr;
    gap: 0;
}.thanks-page-rB5 .pro-study-ByF > div:first-child {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateX(5%);
}.thanks-page-rB5 .pro-study-ByF > div:last-child {
    z-index: 1;
    padding-left: 10%;
    transform: translateY(25px);
    margin-left: -5%;
}.thanks-page-rB5 .pro-study-ByF:hover > div:last-child {
    transform: translateY(15px);
}.thanks-page-rB5 h5 {
    font-size: calc(24px * 1.1);
}.thanks-page-rB5 p {
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.thanks-page-rB5 {
    padding: 10rem 0;
}.thanks-page-rB5 .pro-study-ByF {
    grid-template-columns: 0.9fr 1.3fr;
}.thanks-page-rB5 .pro-study-ByF > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.thanks-page-rB5 .pro-study-ByF > div:last-child {
    padding-left: 15%;
    transform: translateY(35px);
    margin-left: -10%;
}.thanks-page-rB5 .pro-study-ByF:hover > div:last-child {
    transform: translateY(25px);
}.thanks-page-rB5 h5 {
    font-size: calc(24px * 1.2);
}
}

@media (max-width: 767px) {.thanks-page-rB5 {
    padding: 4rem 0;
}.thanks-page-rB5 .pro-study-ByF > div:first-child,
    .thanks-page-rB5 .pro-study-ByF > div:last-child {
    padding: 2rem;
}.thanks-page-rB5 h5 {
    font-size: calc(24px * 0.9);
}.thanks-page-rB5 p {
    font-size: calc(17px * 0.95);
}}.cookie-warning-panel-KFE {
    position: fixed;
    overflow: hidden;
    width: 100%;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(177,178,206);
    bottom: 0;
    z-index: 1050;
    background: rgb(215,216,230);
    padding: 20px;
}.cookie-option-kn6 {
    justify-content: space-between;
    flex-wrap: nowrap;
    z-index: 1;
    display: flex;
    align-items: center;
}.digital-cookies-PFD {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieNotification-9Mq {
    display: none;
}#cookieNotification-9Mq:checked ~ .cookie-warning-panel-KFE {
    opacity: 0;
    visibility: hidden;
}.digital-cookies-PFD svg {
    height: 60px;
    fill: rgb(177,178,206);
    transition: fill 0.3s ease-in-out;
    width: 60px;
}.cookie-guide-uBL {
    flex-grow: 1;
    margin-right: 20px;
}.cookie-guide-uBL h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(177,178,206);
    font-size: 20px;
}.cookie-guide-uBL p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
}.online-tracking-2nV {
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
}.online-tracking-2nV {
    color: #ffffff;
    border: 1px solid rgb(177,178,206);
    background-color: rgb(177,178,206);
}.online-tracking-2nV:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie-warning-panel-KFE p a {
    color: rgb(177,178,206);
    text-decoration: underline;
}.cookie-warning-panel-KFE p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie-guide-uBL h5 {
    font-size: calc(20px - 2px);
}.cookie-guide-uBL p {
    font-size: calc(13px - 2px);
}.online-tracking-2nV {
    padding: 8px 16px;
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.cookie-option-kn6 {
    align-items: center;
    flex-direction: column;
}.digital-cookies-PFD {
    margin-bottom: 15px;
}.cookie-guide-uBL {
    text-align: center;
    margin-bottom: 20px;
}.online-tracking-2nV {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.title-intro-jqv {
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(145deg, rgb(215,216,230), rgba(245, 245, 250, 0.95));
    display: flex;
    overflow: hidden;
}.title-intro-jqv > div {
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.title-intro-jqv::before {
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: 
    linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 80%),
    repeating-linear-gradient(45deg, rgba(rgb(177,178,206,0.5), 0.03) 0px, rgba(rgb(177,178,206,0.5), 0.03) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    right: 0;
}.title-intro-jqv .creds-sect-H5I {
    position: relative;
    transform: translateZ(0);
    margin-bottom: 2.5rem;
}.title-intro-jqv .learn-open-gER {
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    transition: transform 0.5s ease-out;
    margin: 0;
    display: inline-block;
    font-size: calc(46px * 1.2);
    padding-bottom: 0.5rem;
}.title-intro-jqv .learn-open-gER::after {
    content: "";
    background: linear-gradient(90deg, rgb(177,178,206), rgb(141,136,174));
    transform: scaleX(0.8);
    width: 80%;
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0;
    border-radius: 2px;
    transform-origin: left center;
    transition: transform 0.5s ease-out;
}.title-intro-jqv .creds-sect-H5I:hover .learn-open-gER {
    transform: perspective(1000px) translateZ(30px);
}.title-intro-jqv .creds-sect-H5I:hover .learn-open-gER::after {
    transform: scaleX(1);
}.title-intro-jqv .edu-first-TAh {
    margin-top: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}.title-intro-jqv .edu-first-TAh::before {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    background: linear-gradient(to right, rgba(0,0,0,0.75), rgba(0,0,0,0.5));
    z-index: 1;
    top: 0;
}.title-intro-jqv .edu-first-TAh > div {
    z-index: 2;
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.title-intro-jqv .edu-first-TAh:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: perspective(1000px) rotateX(0deg);
}.title-intro-jqv .edu-first-TAh p {
    animation: slideUp 0.7s ease-out 0.3s forwards;
    font-weight: 400;
    font-size: calc(12px * 1.2);
    opacity: 0;
    position: relative;
    padding-left: 1.5rem;
    transform: translateY(20px);
    margin-bottom: 0.5rem;
    line-height: 1.6;
}.title-intro-jqv .edu-first-TAh p::before {
    border-radius: 2px;
    background: rgb(177,178,206);
    height: calc(100% - 1rem);
    position: absolute;
    content: "";
    width: 4px;
    left: 0;
    top: 0.5rem;
}.title-intro-jqv .edu-first-TAh h3 {
    border-left: 4px solid rgb(141,136,174);
    font-size: 21px;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    font-weight: 600;
    opacity: 0;
    background: rgba(255,255,255,0.1);
    margin: 1rem 0 0;
    animation: slideUp 0.7s ease-out 0.5s forwards;
    transform: translateY(20px);
    line-height: 1.4;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {.title-intro-jqv .edu-first-TAh > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-intro-jqv .learn-open-gER {
    font-size: calc(46px * 1.4);
}.title-intro-jqv .edu-first-TAh {
    margin-top: 3rem;
    padding: 4rem;
}
}

@media (max-width: 767px) {.title-intro-jqv {
    padding: 3rem 0;
}.title-intro-jqv .learn-open-gER {
    text-align: center;
    font-size: calc(46px * 1);
}.title-intro-jqv .learn-open-gER::after {
    width: 80%;
    left: 10%;
}.title-intro-jqv .edu-first-TAh {
    padding: 2rem;
    margin-top: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.title-intro-jqv .edu-first-TAh h3 {
    padding: 1rem;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 480px) {.title-intro-jqv {
    padding: 2rem 0;
}.title-intro-jqv > div {
    padding: 0 1rem;
}.title-intro-jqv .edu-first-TAh {
    padding: 1.5rem;
}.title-intro-jqv .learn-open-gER {
    font-size: calc(46px * 0.85);
}.title-intro-jqv .edu-first-TAh p {
    font-size: 12px;
}.title-intro-jqv .edu-first-TAh h3 {
    font-size: calc(21px * 0.8);
    padding: 0.75rem;
}}.contact-form-box-eVD {
    padding: 0;
    position: relative;
}.contact-form-box-eVD::before {
    opacity: 0.92;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(215,216,230);
    content: '';
    top: 0;
    position: absolute;
}.contact-form-box-eVD .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}.contact-form-box-eVD .message-links-Zeq {
    position: relative;
    display: flex;
}.contact-form-box-eVD .query-section-bs2 {
    flex-direction: column;
    color: #ffffff;
    width: 40%;
    background-color: rgb(177,178,206);
    display: flex;
    justify-content: center;
    padding: 80px 50px;
}.contact-form-box-eVD .query-section-bs2 h3 {
    font-weight: 700;
    font-size: 29px;
    position: relative;
    margin-bottom: 50px;
    color: #ffffff;
}.contact-form-box-eVD .query-section-bs2 h3::after {
    left: 0;
    width: 60px;
    content: '';
    position: absolute;
    height: 3px;
    background: #ffffff;
    bottom: -15px;
}.contact-form-box-eVD .query-section-bs2 div {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.contact-form-box-eVD .query-section-bs2 div:last-child {
    border-bottom: none;
}.contact-form-box-eVD .query-section-bs2 svg {
    height: 25px;
    width: 25px;
    margin-right: 20px;
}.contact-form-box-eVD .query-section-bs2 svg path {
    fill: #ffffff;
}.contact-form-box-eVD .query-section-bs2 span {
    font-size: 18px;
    color: #ffffff;
}.contact-form-box-eVD .query-section-bs2 a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.contact-form-box-eVD .query-section-bs2 a:hover {
    opacity: 0.8;
}.contact-form-box-eVD .feedback-message-od6 {
    width: 60%;
    display: flex;
    padding: 100px 50px 100px 100px;
    background-color: #ffffff;
    align-items: center;
}.contact-form-box-eVD form {
    width: 100%;
}.contact-form-box-eVD form h3 {
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    font-size: 29px;
}.contact-form-box-eVD form h3::after {
    content: '';
    left: 0;
    height: 3px;
    bottom: -15px;
    width: 60px;
    background: rgb(177,178,206);
    position: absolute;
}.contact-form-box-eVD form input[type="text"],
.contact-form-box-eVD form input[type="email"] {
    font-size: 18px;
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 0;
    background: transparent;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    color: #000000;
    border: none;
}.contact-form-box-eVD form input[type="text"]:focus,
.contact-form-box-eVD form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(177,178,206);
}.contact-form-box-eVD form input::placeholder {
    color: #9e9e9e;
}.contact-form-box-eVD .inquiry-request-A5i {
    align-items: flex-start;
    margin: 30px 0;
    display: flex;
}.contact-form-box-eVD .inquiry-request-A5i input[type="checkbox"] {
    margin-right: 15px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e0e0e0;
    background: transparent;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
}.contact-form-box-eVD .inquiry-request-A5i input[type="checkbox"]:checked {
    border-color: rgb(177,178,206);
    background-color: rgb(177,178,206);
}.contact-form-box-eVD .inquiry-request-A5i input[type="checkbox"]:checked::before {
    position: absolute;
    border: solid white;
    left: 6px;
    top: 2px;
    height: 10px;
    border-width: 0 2px 2px 0;
    content: '';
    transform: rotate(45deg);
    width: 6px;
}.contact-form-box-eVD .inquiry-request-A5i label {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}.contact-form-box-eVD .inquiry-request-A5i a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(177,178,206);
}.contact-form-box-eVD .inquiry-request-A5i a:hover {
    color: rgb(141,136,174);
}.contact-form-box-eVD .help-grid-PWG {
    cursor: pointer;
    z-index: 1;
    background: rgb(177,178,206);
    overflow: hidden;
    font-size: 19px;
    display: inline-block;
    position: relative;
    padding: 15px 40px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.contact-form-box-eVD .help-grid-PWG::after {
    z-index: -1;
    position: absolute;
    transform: scaleX(0);
    content: '';
    transform-origin: right;
    left: 0;
    background: rgb(141,136,174);
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.contact-form-box-eVD .help-grid-PWG:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact-form-box-eVD .query-section-bs2 {
    padding: 60px 30px;
}.contact-form-box-eVD .feedback-message-od6 {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact-form-box-eVD .message-links-Zeq {
    flex-direction: column;
}.contact-form-box-eVD .query-section-bs2 {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.contact-form-box-eVD .feedback-message-od6 {
    padding: 50px 30px;
    width: 100%;
}.contact-form-box-eVD .query-section-bs2 h3,
    .contact-form-box-eVD form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact-form-box-eVD .query-section-bs2,
    .contact-form-box-eVD .feedback-message-od6 {
    padding: 40px 25px;
}.contact-form-box-eVD .query-section-bs2 h3,
    .contact-form-box-eVD form h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.contact-form-box-eVD .query-section-bs2 div {
    margin-bottom: 20px;
}.contact-form-box-eVD .help-grid-PWG {
    padding: 15px 20px;
    width: 100%;
}}.learning-impact-GSa {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(215,216,230), rgba(245, 248, 255, 0.95));
}.learning-impact-GSa::before {
    content: "";
    filter: blur(80px);
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(45deg, rgb(141,136,174,0.5), rgb(177,178,206,0.5));
    width: 300px;
    top: -10%;
    opacity: 0.2;
    height: 300px;
    right: -5%;
    z-index: 0;
}.learning-impact-GSa::after {
    opacity: 0.15;
    height: 400px;
    background: linear-gradient(135deg, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
    filter: blur(100px);
    width: 400px;
    z-index: 0;
    bottom: -10%;
    content: "";
    left: -5%;
    position: absolute;
    transform: rotate(30deg);
}.learning-impact-GSa .container {
    z-index: 1;
    max-width: 1200px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    gap: 50px;
}.learning-impact-GSa .slider-KuH {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.7s ease-out, box-shadow 0.7s ease;
    object-fit: cover;
    clip-path: polygon(0 5%, 100% 0, 95% 95%, 5% 100%);
}.learning-impact-GSa .slider-KuH:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
}.learning-impact-GSa .pro-study-ByF {
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.learning-impact-GSa .info-wrapper-C70 {
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateY(-10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.learning-impact-GSa .info-wrapper-C70::before {
    content: "";
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(177,178,206), rgb(141,136,174));
    transition: height 0.7s ease;
    left: 0;
    top: 0;
    height: 0;
}.learning-impact-GSa .info-wrapper-C70:hover::before {
    height: 100%;
}.learning-impact-GSa h1 {
    position: relative;
    font-size: 42px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 30px;
    transition: transform 0.5s ease;
}.learning-impact-GSa h1::after {
    content: "";
    position: absolute;
    background: rgb(141,136,174);
    bottom: -10px;
    left: 0;
    transition: width 0.5s ease;
    width: 70px;
    height: 3px;
}.learning-impact-GSa .info-wrapper-C70:hover h1::after {
    width: 120px;
}.learning-impact-GSa ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 20px;
}.learning-impact-GSa li {
    transition: transform 0.4s ease;
    position: relative;
}.learning-impact-GSa li:hover {
    transform: translateX(10px);
}.learning-impact-GSa li p {
    color: #000000;
    padding-left: 35px;
    font-size: 17px;
    position: relative;
    align-items: flex-start;
    line-height: 1.6;
    margin: 0;
    display: flex;
}.learning-impact-GSa li svg {
    width: 24px;
    left: 0;
    height: 24px;
    top: 0;
    transition: transform 0.4s ease;
    position: absolute;
}.learning-impact-GSa li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.learning-impact-GSa li svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,136,174);
}.learning-impact-GSa li:hover svg path {
    fill: rgb(177,178,206);
}

@media (max-width: 992px) {.learning-impact-GSa {
    padding: 80px 0;
}.learning-impact-GSa .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning-impact-GSa .slider-KuH {
    margin: 0 auto;
    clip-path: polygon(0 3%, 100% 0, 97% 97%, 3% 100%);
    max-width: 85%;
}.learning-impact-GSa h1 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 768px) {.learning-impact-GSa {
    padding: 60px 0;
}.learning-impact-GSa .info-wrapper-C70 {
    padding: 30px 20px;
}.learning-impact-GSa h1 {
    margin-bottom: 25px;
    font-size: calc(42px * 0.8);
}.learning-impact-GSa ul {
    gap: 15px;
}.learning-impact-GSa li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.learning-impact-GSa {
    padding: 50px 0;
}.learning-impact-GSa .container {
    padding: 0 15px;
}.learning-impact-GSa .slider-KuH {
    max-width: 100%;
    clip-path: polygon(0 2%, 100% 0, 98% 98%, 2% 100%);
}.learning-impact-GSa .info-wrapper-C70 {
    padding: 25px 15px;
}.learning-impact-GSa h1 {
    margin-bottom: 20px;
    font-size: calc(42px * 0.7);
}.learning-impact-GSa h1::after {
    height: 2px;
    width: 50px;
}.learning-impact-GSa li {
    margin-bottom: 10px;
}.learning-impact-GSa li p {
    padding-left: 30px;
    font-size: calc(17px * 0.9);
}.learning-impact-GSa li svg {
    height: 20px;
    width: 20px;
}}footer {
    position: relative;
    width: 100%;
}footer .tech-stack-go9 {
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(177,178,206) 100%);
}footer .tech-stack-go9::before {
    z-index: -1;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .tech-stack-go9::after {
    width: 100%;
    top: 0;
    animation: glowBorder 3s infinite linear;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(177,178,206) 0%, 
        rgb(141,136,174) 50%, 
        rgb(177,178,206) 100%);
    content: '';
    left: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .tech-stack-go9 .container {
    position: relative;
    z-index: 2;
}footer .exam-prep-57D {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .online-contact-lfD {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    justify-content: space-between;
    gap: 30px;
}footer .online-contact-lfD::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(141,136,174,0.5) 50%, 
        transparent 100%);
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    width: 100%;
}footer .info_item {
    backdrop-filter: blur(5px);
    flex: 1;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    transform: translateY(0);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
    align-items: center;
    transition: color 0.3s ease;
    gap: 10px;
}footer .info_item svg {
    flex-shrink: 0;
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(141,136,174);
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(141,136,174);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    margin-bottom: 40px;
    gap: 40px;
}footer .top-info-FoX {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}footer .top-info-FoX svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(177,178,206,0.5));
    height: auto;
}footer .fund-cta-Vfp {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.5;
    max-width: 300px;
}footer .header-sitebar-YOF {
    gap: 20px;
    display: flex;
    flex-direction: column;
}footer .header-sitebar-YOF h5 {
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}footer .header-sitebar-YOF h5::after {
    position: absolute;
    width: 50px;
    border-radius: 10px;
    left: 0;
    content: '';
    background: rgb(141,136,174);
    bottom: 0;
    height: 3px;
}footer .head-prime-I0T {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}footer .head-prime-I0T a {
    position: relative;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding-left: 15px;
    text-decoration: none;
    opacity: 0.8;
}footer .head-prime-I0T a::before {
    content: '';
    border-radius: 50%;
    height: 6px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 6px;
    top: 50%;
    transition: all 0.3s ease;
    background: rgb(141,136,174);
    transform: translateY(-50%);
}footer .head-prime-I0T a:hover {
    transform: translateX(5px);
    color: rgb(141,136,174);
    opacity: 1;
}footer .head-prime-I0T a:hover::before {
    opacity: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px rgb(141,136,174);
}footer .subscribe_holder {
    flex-direction: column;
    display: flex;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
    gap: 15px;
    padding: 25px;
    border-radius: 27px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.8;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    padding: 14px 15px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(141,136,174);
    box-shadow: 0 0 15px rgb(141,136,174,0.5);
}footer .subscribe-asset-miB {
    letter-spacing: 1px;
    transition: all 0.3s ease;
    padding: 12px 24px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(45deg, rgb(141,136,174) 0%, rgb(177,178,206) 100%);
}footer .subscribe-asset-miB::before {
    transition: 0.6s;
    position: absolute;
    height: 100%;
    content: '';
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
}footer .subscribe-asset-miB:hover::before {
    left: 100%;
}footer .subscribe-asset-miB:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .play-market-xER {
    padding-top: 30px;
    position: relative;
    text-align: center;
}footer .play-market-xER::before {
    position: absolute;
    content: '';
    height: 1px;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(141,136,174,0.5) 50%, 
        transparent 100%);
}footer .lesson-cta-DnP {
    font-weight: 300;
    color: #ffffff;
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 992px) {footer .tech-stack-go9 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .online-contact-lfD {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .tech-stack-go9 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .header-sitebar-YOF {
    gap: 15px;
}footer .online-contact-lfD {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .subscribe-asset-miB {
    width: 100%;
}
}

@media (max-width: 576px) {footer .tech-stack-go9 {
    padding: 40px 0 30px;
}footer .top-info-FoX {
    align-items: center;
    text-align: center;
    margin: 0 auto;
}footer .fund-cta-Vfp {
    text-align: center;
    margin: 0 auto;
}footer .header-sitebar-YOF h5 {
    text-align: center;
}footer .header-sitebar-YOF h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .head-prime-I0T {
    align-items: center;
}footer .head-prime-I0T a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.data-insights-EYA {
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(215,216,230);
    position: relative;
}.data-insights-EYA::before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.05;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(177,178,206,0.5) 0,
        rgb(177,178,206,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
}.data-insights-EYA::after {
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(141,136,174,0.5) 0,
        rgb(141,136,174,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    width: 100%;
    position: absolute;
}.data-insights-EYA .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.data-insights-EYA h2 {
    padding-left: 20px;
    text-align: left;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    position: relative;
    margin: 0 0 70px;
    border-left: 5px solid rgb(177,178,206);
}.data-insights-EYA h2::after {
    position: absolute;
    background: rgb(141,136,174);
    height: 2px;
    left: 0;
    content: "";
    width: 100px;
    bottom: -15px;
}.data-insights-EYA ul {
    margin: 0;
    list-style: none;
    gap: 25px;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0;
}.data-insights-EYA ul::before {
    left: 25px;
    width: 2px;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
}.data-insights-EYA .program-statistics-mXD {
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    z-index: 1;
    overflow: hidden;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    display: grid;
    margin-left: 50px;
    padding: 30px;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.data-insights-EYA .program-statistics-mXD::before {
    content: "";
    background: linear-gradient(to right, rgb(177,178,206,0.5), rgb(177,178,206));
    z-index: 1;
    width: 50px;
    left: -25px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    height: 3px;
}.data-insights-EYA .program-statistics-mXD::after {
    transform: translateY(-50%);
    height: 20px;
    top: 50%;
    background: #ffffff;
    width: 20px;
    position: absolute;
    left: -35px;
    border: 3px solid rgb(177,178,206);
    z-index: 2;
    border-radius: 50%;
    content: "";
}.data-insights-EYA .program-statistics-mXD:nth-child(1)::after {
    background: rgb(177,178,206);
    border-color: #ffffff;
}.data-insights-EYA .program-statistics-mXD:nth-child(2)::after {
    background: rgb(141,136,174);
    border-color: #ffffff;
}.data-insights-EYA .program-statistics-mXD:nth-child(3)::after {
    background: rgb(177,178,206);
    border-color: #ffffff;
}.data-insights-EYA .program-statistics-mXD:nth-child(4)::after {
    background: rgb(141,136,174);
    border-color: #ffffff;
}.data-insights-EYA .program-statistics-mXD:nth-child(even)::before {
    background: linear-gradient(to right, rgb(141,136,174,0.5), rgb(141,136,174));
}.data-insights-EYA .program-statistics-mXD:hover {
    transform: translateX(15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.data-insights-EYA .program-statistics-mXD p {
    text-align: center;
    font-size: 2.8rem;
    grid-row: 1;
    padding: 0;
    position: relative;
    font-weight: 700;
    grid-column: 1;
    color: rgb(177,178,206);
    margin: 0;
}.data-insights-EYA .program-statistics-mXD:nth-child(even) p {
    color: rgb(141,136,174);
}.data-insights-EYA .program-statistics-mXD span {
    font-weight: 600;
    color: #000000;
    margin: 0;
    padding: 0 0 0 25px;
    position: relative;
    grid-row: 1;
    font-size: 12px;
    grid-column: 2;
    position: relative;
}.data-insights-EYA .program-statistics-mXD span::before {
    border-radius: 50%;
    height: 10px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    background: rgb(177,178,206,0.5);
    content: "";
    width: 10px;
    top: 50%;
}.data-insights-EYA .program-statistics-mXD:nth-child(even) span::before {
    background: rgb(141,136,174,0.5);
}.data-insights-EYA svg {
    grid-column: 3;
    height: 40px;
    fill: rgb(177,178,206);
    margin-left: 20px;
    transition: transform 0.3s ease;
    grid-row: 1;
    width: 40px;
}.data-insights-EYA .program-statistics-mXD:nth-child(even) svg {
    fill: rgb(141,136,174);
}.data-insights-EYA svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.data-insights-EYA .program-statistics-mXD:hover svg {
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.data-insights-EYA .program-statistics-mXD:nth-child(1) {
    animation-delay: 0.1s;
}.data-insights-EYA .program-statistics-mXD:nth-child(2) {
    animation-delay: 0.2s;
}.data-insights-EYA .program-statistics-mXD:nth-child(3) {
    animation-delay: 0.3s;
}.data-insights-EYA .program-statistics-mXD:nth-child(4) {
    animation-delay: 0.4s;
}

@media (min-width: 992px) {.data-insights-EYA .program-statistics-mXD:nth-child(even) {
    margin-left: 100px;
}.data-insights-EYA .program-statistics-mXD:nth-child(odd) {
    margin-left: 50px;
}
}

@media (max-width: 991px) {.data-insights-EYA h2 {
    text-align: center;
    border-bottom: 3px solid rgb(177,178,206);
    padding-bottom: 15px;
    border-left: none;
    padding-left: 0;
}.data-insights-EYA h2::after {
    left: 50%;
    transform: translateX(-50%);
}.data-insights-EYA ul::before {
    left: 15px;
}.data-insights-EYA .program-statistics-mXD {
    margin-left: 40px;
}.data-insights-EYA .program-statistics-mXD::after {
    height: 15px;
    width: 15px;
    left: -25px;
}.data-insights-EYA .program-statistics-mXD::before {
    width: 40px;
    left: -20px;
}
}

@media (max-width: 768px) {.data-insights-EYA {
    padding: 70px 0;
}.data-insights-EYA .program-statistics-mXD {
    gap: 10px;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto;
}.data-insights-EYA svg {
    grid-column: 1;
    margin-left: 0;
    grid-row: 2;
    justify-self: center;
}.data-insights-EYA .program-statistics-mXD p {
    font-size: 2.5rem;
}.data-insights-EYA .program-statistics-mXD span {
    grid-row: 2;
    grid-column: 2;
}
}

@media (max-width: 480px) {.data-insights-EYA {
    padding: 50px 0;
}.data-insights-EYA h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 50px;
}.data-insights-EYA ul::before {
    left: 10px;
}.data-insights-EYA .program-statistics-mXD {
    grid-template-columns: 1fr;
    padding: 20px;
    grid-template-rows: auto auto auto;
    margin-left: 30px;
    gap: 10px;
}.data-insights-EYA .program-statistics-mXD::after {
    height: 12px;
    left: -20px;
    width: 12px;
}.data-insights-EYA .program-statistics-mXD::before {
    left: -18px;
    width: 30px;
}.data-insights-EYA svg {
    grid-column: 1;
    justify-self: center;
    grid-row: 1;
    margin-bottom: 10px;
}.data-insights-EYA .program-statistics-mXD p {
    font-size: 2.2rem;
    text-align: center;
    grid-row: 2;
    grid-column: 1;
}.data-insights-EYA .program-statistics-mXD span {
    grid-column: 1;
    grid-row: 3;
    padding: 0;
    text-align: center;
}.data-insights-EYA .program-statistics-mXD span::before {
    display: none;
}.data-insights-EYA .program-statistics-mXD:hover {
    transform: translateX(5px);
}}

.data-insights-EYA::before {
    animation: patternMove1 30s linear infinite;
}.data-insights-EYA::after {
    animation: patternMove2 30s linear infinite;
}@keyframes patternMove1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes patternMove2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -30px -30px;
    }
}

.data-insights-EYA .container::before {
    animation: pulseGlow 10s infinite alternate;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgb(177,178,206,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    right: -100px;
    filter: blur(50px);
    opacity: 0.5;
    width: 200px;
    top: 50%;
}@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}header {
    margin-top: 0;
    background: linear-gradient(120deg, rgb(177,178,206) 0%, rgb(141,136,174) 100%);
    overflow: visible;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    padding: 0;
    z-index: 100;
    position: relative;
}header::before {
    left: 2px;
    top: 2px;
    content: '';
    z-index: -1;
    right: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    position: absolute;
    bottom: 2px;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
}header .nav-prime-Iwa {
    padding: 1.2rem 3rem;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    align-items: center;
    display: flex;
}header .top-info-FoX {
    transition: all 0.3s ease;
    margin-right: 2rem;
    position: relative;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
}header .top-info-FoX::before {
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    z-index: -1;
    top: 3px;
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    content: '';
    bottom: 3px;
    right: 3px;
    left: 3px;
}header .top-info-FoX:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.03);
}header .top-tutor-z1Q {
    position: relative;
    transition: all 0.3s ease;
    display: block;
    z-index: 1;
}header .top-tutor-z1Q img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .header-sitebar-YOF {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
    z-index: 2;
    position: relative;
}header .head-lead-4jm {
    position: relative;
    margin: 0 0.5rem;
}header .head-lead-4jm a {
    font-weight: 600;
    padding: 0 1.2rem;
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 17px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: hidden;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
}header .head-lead-4jm a::before {
    width: 100%;
    height: 100%;
    content: '';
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    left: -100%;
    position: absolute;
}header .head-lead-4jm a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}header .head-lead-4jm a:hover::before {
    left: 100%;
}header .head-lead-4jm::after {
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    bottom: -5px;
    background: #ffffff;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    width: 0;
}header .head-lead-4jm:hover::after {
    width: 80%;
}header .nav-prime-Iwa::before {
    border-bottom: none;
    content: '';
    border-right: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    height: 40px;
    opacity: 0.5;
    right: 10px;
    position: absolute;
    width: 40px;
    top: 10px;
}header .nav-prime-Iwa::after {
    border-top: none;
    content: '';
    width: 40px;
    bottom: 10px;
    position: absolute;
    opacity: 0.5;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    left: 10px;
}header .top-start-JkT {
    background: rgb(215,216,230);
    margin-top: -15px;
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    top: 15px;
    animation: pulse 2s infinite;
    content: '';
    right: 15px;
    background: #ffffff;
    width: 8px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    border-radius: 50%;
    height: 8px;
}

@media (min-width: 1400px) {header .nav-prime-Iwa {
    max-width: 1320px;
    margin: 0 auto;
}header .head-lead-4jm {
    margin: 0 0.7rem;
}header .head-lead-4jm a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .nav-prime-Iwa {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top-info-FoX {
    margin-right: 0;
    margin-bottom: 0;
}header .header-sitebar-YOF {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .head-lead-4jm a {
    padding: 0 1rem;
    font-size: calc(17px - 1px);
    height: 35px;
}header .nav-prime-Iwa::before,
    header .nav-prime-Iwa::after {
    display: none;
}.top-start-JkT {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
}header .nav-prime-Iwa {
    padding: 0.8rem 1.5rem;
}header .top-info-FoX {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .top-tutor-z1Q img {
    max-height: 35px;
}header .header-sitebar-YOF {
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
}header .header-sitebar-YOF::-webkit-scrollbar {
    height: 3px;
}header .header-sitebar-YOF::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .head-lead-4jm {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .head-lead-4jm a {
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    white-space: nowrap;
    height: 32px;
    font-size: calc(17px - 2px);
    padding: 0 0.8rem;
}header .head-lead-4jm::after {
    display: none;
}header::after {
    top: 10px;
    width: 5px;
    right: 10px;
    height: 5px;
}.top-start-JkT {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .nav-prime-Iwa {
    padding: 0.7rem 1.2rem;
}header .top-info-FoX {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .head-lead-4jm a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(17px - 3px);
}}.future-members-h0c {
    position: relative;
    background-color: rgb(215,216,230);
    padding: 6rem 0;
    overflow: hidden;
}.future-members-h0c::before {
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(141,136,174,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(177,178,206,0.5) 0%, transparent 40%);
    height: 100%;
    opacity: 0.2;
}.future-members-h0c::after {
    left: 0;
    content: '';
    z-index: 1;
    opacity: 0.1;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.future-members-h0c .pro-study-ByF {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.future-members-h0c h3 {
    color: rgb(177,178,206);
    font-weight: 300;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
    font-size: 39px;
    letter-spacing: 2px;
}.future-members-h0c h3::after {
    border-radius: 50px;
    opacity: 0.8;
    height: 3px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(177,178,206), transparent);
    left: 50%;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
}.future-members-h0c ul {
    gap: 2.5rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.future-members-h0c li {
    position: relative;
    flex-direction: column;
    display: flex;
    border-radius: 19px;
    align-items: center;
    padding: 2.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    overflow: hidden;
}.future-members-h0c li::before {
    content: '';
    opacity: 0.1;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgb(177,178,206,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(141,136,174,0.5) 0%, transparent 30%);
    height: 100%;
    top: 0;
    width: 100%;
}.future-members-h0c li::after {
    top: -50%;
    content: '';
    width: 200%;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: -50%;
    height: 200%;
    transform: scale(0.8);
    transition: all 0.5s ease;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
}.future-members-h0c li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    border-color: rgb(177,178,206,0.5);
}.future-members-h0c li:hover::before {
    opacity: 0.2;
}.future-members-h0c li:hover::after {
    opacity: 0.1;
    transform: scale(1);
}.future-members-h0c li svg {
    width: 70px;
    height: 70px;
    filter: drop-shadow(0 3px 6px rgb(141,136,174,0.5));
    fill: rgb(141,136,174);
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    animation: float 8s ease-in-out infinite;
}.future-members-h0c li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(177,178,206,0.5));
    transform: translateY(-5px);
    fill: rgb(177,178,206);
}.future-members-h0c li svg path {
    transition: all 0.5s ease;
}.future-members-h0c li:hover svg path {
    fill: rgb(177,178,206);
}.future-members-h0c li {
    font-size: calc(18px * 1.1);
    font-weight: 300;
    line-height: 1.7;
    color: #000000;
    margin-top: 1rem;
}.future-members-h0c li:nth-child(1) {
    animation-delay: 0s;
}.future-members-h0c li:nth-child(2) {
    animation-delay: 0.3s;
}.future-members-h0c li:nth-child(3) {
    animation-delay: 0.6s;
}.future-members-h0c li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.future-members-h0c {
    padding: 5rem 0;
}.future-members-h0c h3 {
    margin-bottom: 3rem;
    font-size: calc(39px * 0.8);
}.future-members-h0c ul {
    gap: 2rem;
}.future-members-h0c li {
    padding: 2rem 1.5rem;
}.future-members-h0c li svg {
    margin-bottom: 1.2rem;
    width: 60px;
    height: 60px;
}
}

@media (max-width: 767px) {.future-members-h0c {
    padding: 4rem 0;
}.future-members-h0c h3 {
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
    font-size: calc(39px * 0.7);
}.future-members-h0c ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.future-members-h0c li {
    padding: 1.8rem 1.2rem;
}.future-members-h0c li svg {
    margin-bottom: 1rem;
    width: 50px;
    height: 50px;
}}.our-story-YJk {
    padding: 120px 0 140px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.our-story-YJk::before {
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    left: 0;
    top: 0;
    content: "";
}.our-story-YJk::after {
    position: absolute;
    background: linear-gradient(45deg, rgb(177,178,206,0.5), rgb(141,136,174,0.5));
    right: -10%;
    filter: blur(70px);
    transform: rotate(-15deg);
    height: 70%;
    z-index: 0;
    top: -10%;
    content: "";
    width: 80%;
    animation: floatGradient 15s ease-in-out infinite alternate;
}.our-story-YJk .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.our-story-YJk h2 {
    margin-bottom: 50px;
    position: relative;
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    transform: translateX(-10px);
}.our-story-YJk h2::before {
    position: absolute;
    width: 4px;
    transform: translateY(-50%);
    top: 50%;
    height: 60%;
    background: rgb(141,136,174);
    content: "";
    left: -20px;
}.our-story-YJk h2::after {
    position: absolute;
    content: "";
    width: 100px;
    background: linear-gradient(90deg, rgb(141,136,174), transparent);
    height: 2px;
    left: 0;
    bottom: -12px;
}.our-story-YJk .info-wrapper-C70 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    grid-template-columns: 1fr;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: grid;
    padding: 40px;
    backdrop-filter: blur(5px);
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.our-story-YJk .info-wrapper-C70:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.our-story-YJk .info-wrapper-C70::before {
    content: "";
    bottom: -2px;
    background: linear-gradient(45deg, transparent, rgb(141,136,174,0.5), transparent);
    filter: blur(8px);
    right: -2px;
    opacity: 0;
    left: -2px;
    top: -2px;
    transition: opacity 0.6s ease;
    z-index: -1;
    position: absolute;
}.our-story-YJk .info-wrapper-C70:hover::before {
    opacity: 1;
}.our-story-YJk .info-wrapper-C70 > div {
    position: relative;
}.our-story-YJk .info-wrapper-C70 p {
    letter-spacing: 1px;
    color: rgb(141,136,174);
    position: relative;
    margin-bottom: 20px;
    font-size: calc(24px * 1.2);
    display: inline-block;
    font-weight: 600;
}.our-story-YJk .info-wrapper-C70 p::after {
    background: rgb(141,136,174);
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    bottom: -6px;
    height: 2px;
}.our-story-YJk .info-wrapper-C70:hover p::after {
    width: 100%;
}.our-story-YJk .info-wrapper-C70 div > div {
    hyphens: auto;
    font-size: 13px;
    text-align: justify;
    line-height: 1.8;
    column-count: 1;
    position: relative;
    opacity: 0.9;
    column-gap: 40px;
}.our-story-YJk .info-wrapper-C70 div > div::first-letter {
    line-height: 0.8;
    font-weight: 700;
    margin-right: 8px;
    color: rgb(141,136,174);
    font-size: 3.5em;
    float: left;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(-18deg) translate(20px, -10px);
    }
}

@media (min-width: 768px) {.our-story-YJk {
    padding: 150px 0 180px;
}.our-story-YJk h2 {
    margin-bottom: 70px;
    font-size: calc(40px * 1.2);
}.our-story-YJk .info-wrapper-C70 {
    grid-template-columns: 1fr;
    padding: 60px;
}.our-story-YJk .info-wrapper-C70 div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-story-YJk {
    padding: 180px 0 200px;
}.our-story-YJk h2 {
    transform: translateX(-20px);
}.our-story-YJk .info-wrapper-C70 {
    padding: 70px;
}.our-story-YJk .info-wrapper-C70 div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.our-story-YJk {
    padding: 80px 0 100px;
}.our-story-YJk h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 1.1);
}.our-story-YJk .info-wrapper-C70 {
    padding: 30px;
}.our-story-YJk .info-wrapper-C70 p {
    font-size: 24px;
}.our-story-YJk .info-wrapper-C70 div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.our-story-YJk {
    padding: 60px 0 80px;
}.our-story-YJk .info-wrapper-C70 {
    padding: 25px 20px;
}.our-story-YJk h2 {
    margin-bottom: 30px;
    font-size: 29px;
}.our-story-YJk .info-wrapper-C70 div > div {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}}.register-now-31e {
    overflow: hidden;
    animation: gradientFlow 15s ease infinite;
    background: linear-gradient(130deg, rgb(177,178,206) 0%, rgb(141,136,174) 50%, rgb(177,178,206) 100%);
    padding: 120px 0;
    z-index: 1;
    position: relative;
    background-size: 200% 200%;
}.register-now-31e::before {
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    top: 0;
    z-index: -1;
    width: 100%;
    animation: rotateQuantum 30s linear infinite;
}.register-now-31e::after {
    width: 200%;
    content: '';
    top: -50%;
    position: absolute;
    opacity: 0.1;
    left: -50%;
    height: 200%;
    z-index: -1;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
}.register-now-31e .pro-study-ByF {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    display: flex;
    border-radius: 14px;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    backdrop-filter: blur(10px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    justify-content: center;
    overflow: hidden;
}.register-now-31e .pro-study-ByF::before {
    animation: pulseGrid 4s linear infinite alternate;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    z-index: -1;
    background-size: 40px 40px;
    content: '';
    position: absolute;
    opacity: 0.3;
    top: 0;
}.register-now-31e .pro-study-ByF::after {
    height: 200%;
    position: absolute;
    opacity: 0.1;
    left: -50%;
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(177,178,206,0.5) 0deg,
        rgb(141,136,174,0.5) 120deg,
        rgb(177,178,206,0.5) 240deg,
        rgb(141,136,174,0.5) 360deg
    );
    animation: rotateQuantumGradient 20s linear infinite;
    content: '';
    width: 200%;
    z-index: -1;
}.register-now-31e h3 {
    text-transform: uppercase;
    text-align: center;
    animation: floatTitle 6s ease-in-out infinite;
    font-size: 35px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    margin-bottom: 60px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}.register-now-31e h3::before {
    left: 50%;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    bottom: -20px;
    width: 80px;
    height: 1px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    transform: translateX(-50%);
}.register-now-31e h3::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    top: 0;
    opacity: 0;
    animation: titleScan 3s ease-in-out infinite;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
}.register-now-31e .ask-for-help-lZt {
    padding: 18px 45px;
    background: transparent;
    border-radius: 14px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease;
    font-size: 17px;
    display: inline-block;
    letter-spacing: 2px;
    z-index: 1;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}.register-now-31e .ask-for-help-lZt::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    left: 0;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
}.register-now-31e .ask-for-help-lZt::after {
    transition: all 0.6s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    z-index: 2;
    height: 200%;
    transform: rotate(35deg);
    top: -50%;
    left: -100px;
    content: '';
    width: 20px;
    position: absolute;
}.register-now-31e .ask-for-help-lZt:hover {
    color: rgb(177,178,206);
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
}.register-now-31e .ask-for-help-lZt:hover::before {
    opacity: 1;
}.register-now-31e .ask-for-help-lZt:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.register-now-31e {
    padding: 100px 0;
}.register-now-31e .pro-study-ByF {
    max-width: 90%;
    padding: 50px 30px;
}.register-now-31e h3 {
    font-size: calc(35px * 0.9);
    letter-spacing: 2.5px;
    margin-bottom: 50px;
}.register-now-31e h3::before {
    width: 70px;
    bottom: -18px;
}.register-now-31e .ask-for-help-lZt {
    padding: 16px 40px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 768px) {.register-now-31e {
    padding: 80px 0;
}.register-now-31e .pro-study-ByF {
    padding: 40px 25px;
}.register-now-31e h3 {
    margin-bottom: 45px;
    font-size: calc(35px * 0.8);
    letter-spacing: 2px;
}.register-now-31e h3::before {
    bottom: -15px;
    width: 60px;
}.register-now-31e .ask-for-help-lZt {
    padding: 14px 35px;
    font-size: calc(17px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.register-now-31e {
    padding: 60px 0;
}.register-now-31e .pro-study-ByF {
    padding: 30px 20px;
}.register-now-31e h3 {
    letter-spacing: 1.5px;
    font-size: calc(35px * 0.7);
    margin-bottom: 40px;
}.register-now-31e h3::before {
    width: 50px;
    bottom: -12px;
}.register-now-31e .ask-for-help-lZt {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(17px * 0.85);
}
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}