﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.warp-container-T {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1128px;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.achieve-cta-i {
    flex: 0 0 auto;
}.header-navbar-x {
    flex: 1 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 18px;
    padding: 2px;
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at top right, #ffffff 12%, rgb(255, 255, 255, 0.5) 50%, rgb(110,129,176) 66%, rgb(110,129,176,0.5) 19%, rgb(157,172,204) 22%, rgb(157,172,204,0.5) 46%, rgb(204,210,229) 7%);
    box-shadow: inset 0px -4px 4px 7px rgba(0, 0, 0, 0.2);
    border-radius: 13.5rem;
}::-webkit-scrollbar-thumb {
    background: radial-gradient(circle at bottom left, #ffffff 73%, rgb(255, 255, 255, 0.5) 21%, rgb(110,129,176) 89%, rgb(204,210,229) 53%);
    min-height: 32px;
    border-radius: 7.5rem;
}html {
    scrollbar-color: rgb(157,172,204) rgb(204,210,229);
    scrollbar-width: thin;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-G {
    padding: 6rem 0;
    background: linear-gradient(
        225deg, 
        rgb(204,210,229) 0%, 
        rgb(110,129,176,0.5) 100%
    );
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.contact-G::before {
    pointer-events: none;
    right: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    bottom: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}.contact-G::after {
    height: 200%;
    opacity: 0.6;
    z-index: 2;
    content: '';
    left: -50%;
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    background: radial-gradient(
        circle at center, 
        rgb(157,172,204,0.5) 0%, 
        transparent 70%
    );
    position: absolute;
    width: 200%;
}.contact-G .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1300px;
}.contact-G h2 {
    position: relative;
    margin-bottom: 3rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 39px;
}.contact-G h2::before,
.contact-G h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(157,172,204), 
        transparent
    );
    content: '';
    bottom: -0.5rem;
    position: absolute;
    height: 2px;
}.contact-G h2::before {
    width: 30%;
    left: 0;
}.contact-G h2::after {
    width: 30%;
    right: 0;
}.contact-G .support-query-t {
    transition: transform 0.3s ease;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(110,129,176,0.5);
    transform: rotateX(5deg) scale(0.98);
    align-items: stretch;
    border-radius: 29px;
    border: 1px solid rgb(157,172,204,0.5);
}.contact-G .support-query-t:hover {
    transform: rotateX(0) scale(1);
}.contact-G .hero-banner-a {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
    overflow: hidden;
}.contact-G .hero-banner-a::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    mix-blend-mode: color-dodge;
    background: linear-gradient(
        135deg, 
        rgb(157,172,204,0.5) 0%, 
        rgb(110,129,176,0.5) 100%
    );
    opacity: 0.7;
}.contact-G .reach-map-j {
    flex: 0 0 60%;
    padding: 4rem 3rem;
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.contact-G .reach-map-j::before {
    top: 2rem;
    height: 10px;
    animation: signal-pulse 2s infinite alternate;
    width: 10px;
    right: 2rem;
    position: absolute;
    box-shadow: 0 0 20px rgb(157,172,204);
    border-radius: 50%;
    background: rgb(157,172,204);
    content: '';
}.contact-G .reach-map-j form {
    max-width: 500px;
    position: relative;
    width: 100%;
    z-index: 3;
    margin: 0 auto;
}.contact-G .reach-map-j h3 {
    margin-bottom: 2rem;
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #ffffff;
}.contact-G .reach-map-j input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(157,172,204,0.5);
    padding: 1rem 1.5rem;
    z-index: 2;
    position: relative;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(110,129,176,0.5);
    outline: none;
    border-radius: 10px;
}.contact-G .reach-map-j input:not([type="checkbox"]):not([type="submit"])::before {
    opacity: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(157,172,204,0.5) 100%
    );
    content: '';
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}.contact-G .reach-map-j input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(157,172,204,0.5);
    border-color: rgb(157,172,204);
}.contact-G .reach-map-j input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact-G .reach-map-j .support-section-q {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.contact-G .reach-map-j .support-section-q input[type="checkbox"] {
    margin-right: 1rem;
    cursor: pointer;
    background: rgb(110,129,176,0.5);
    width: 22px;
    border: 2px solid rgb(157,172,204,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    appearance: none;
    position: relative;
    height: 22px;
}.contact-G .reach-map-j .support-section-q input[type="checkbox"]:checked {
    background: rgb(157,172,204);
    border-color: rgb(157,172,204);
}.contact-G .reach-map-j .support-section-q input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    content: '✔';
    top: 50%;
    font-size: 0.8rem;
    left: 50%;
}.contact-G .reach-map-j .support-section-q label {
    font-size: 17px;
    align-items: center;
    display: flex;
    color: #ffffff;
}.contact-G .reach-map-j .support-section-q a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(157,172,204);
}.contact-G .reach-map-j .support-section-q a:hover {
    text-decoration: underline;
}.contact-G .reach-map-j .message-request-s {
    letter-spacing: 0.1em;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(157,172,204);
    padding: 1rem;
}.contact-G .reach-map-j .message-request-s::before {
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(157,172,204,0.5), 
        transparent
    );
    position: absolute;
    left: -100%;
}.contact-G .reach-map-j .message-request-s:hover::before {
    left: 100%;
}.contact-G .reach-map-j .message-request-s:hover {
    box-shadow: 0 10px 20px rgb(157,172,204,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact-G .support-query-t {
    transform: none;
    flex-direction: column;
}.contact-G .hero-banner-a {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-G .reach-map-j {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact-G {
    padding: 3rem 0;
}.contact-G h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 2rem;
}.contact-G .reach-map-j h3 {
    font-size: calc(34px * 0.9);
}.contact-G .reach-map-j input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact-G .reach-map-j .support-section-q {
    align-items: flex-start;
}.contact-G .reach-map-j .support-section-q input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact-G .support-query-t {
    border-radius: 0;
}.contact-G .hero-banner-a {
    min-height: 250px;
}.contact-G .reach-map-j {
    padding: 2rem 1.5rem;
}}.educational-rewards-h {
    background: linear-gradient(135deg, rgb(204,210,229) 0%, #ffffff 75%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.educational-rewards-h::before {
    z-index: 0;
    opacity: 0.4;
    content: "";
    background: linear-gradient(45deg, rgb(157,172,204,0.5) 0%, rgb(110,129,176,0.5) 100%);
    transform: rotate(-15deg);
    right: -5%;
    width: 40%;
    filter: blur(80px);
    position: absolute;
    height: 70%;
    top: -10%;
}.educational-rewards-h::after {
    content: "";
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(110,129,176,0.5) 0%, rgb(157,172,204,0.5) 100%);
    filter: blur(60px);
    left: -5%;
    z-index: 0;
    position: absolute;
    transform: rotate(10deg);
    width: 30%;
    bottom: -5%;
    height: 60%;
}.educational-rewards-h .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.educational-rewards-h .ethos-block-T {
    position: relative;
    gap: 40px;
    display: flex;
    flex-direction: column-reverse;
}.educational-rewards-h .text-holder-wrap-S {
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(157,172,204);
    background: rgba(255, 255, 255, 0.92);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    flex: 1;
}.educational-rewards-h .text-holder-wrap-S:hover {
    transform: translateY(-5px);
}.educational-rewards-h h4 {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 700;
    font-size: calc(20px * 1.1);
    padding-bottom: 15px;
}.educational-rewards-h h4::after {
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
    content: "";
    height: 3px;
    width: 80px;
}.educational-rewards-h .text-holder-wrap-S > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.educational-rewards-h ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.educational-rewards-h li {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}.educational-rewards-h li:hover {
    transform: translateX(5px);
}.educational-rewards-h li p {
    align-items: flex-start;
    color: #000000;
    gap: 15px;
    margin: 0;
    display: flex;
    line-height: 1.6;
    font-size: 18px;
}.educational-rewards-h li p span:first-child {
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
}.educational-rewards-h li p span:last-child {
    padding-top: 3px;
}.educational-rewards-h svg {
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
}.educational-rewards-h li:hover svg {
    transform: scale(1.2) rotate(5deg);
}.educational-rewards-h svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,172,204);
}.educational-rewards-h li:hover svg path {
    fill: rgb(110,129,176);
}.educational-rewards-h .hero-banner-a {
    object-fit: cover;
    transform: perspective(1000px) rotateY(-3deg);
    border-radius: 21px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.07),
        -5px -5px 30px rgba(255, 255, 255, 0.8);
    height: auto;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}.educational-rewards-h .hero-banner-a:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.09),
        -2px -2px 15px rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.educational-rewards-h .text-holder-wrap-S > div {
    gap: 40px;
    flex-direction: row;
}.educational-rewards-h .text-holder-wrap-S > div > div {
    flex: 1;
}
}

@media (min-width: 992px) {.educational-rewards-h {
    padding: 150px 0;
}.educational-rewards-h .ethos-block-T {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.educational-rewards-h .text-holder-wrap-S {
    flex: 1.2;
    padding: 45px 50px;
}.educational-rewards-h .hero-banner-a {
    flex: 0.8;
    max-height: 550px;
    transform: perspective(1000px) rotateY(-5deg);
}.educational-rewards-h h4 {
    font-size: 33px;
    max-width: 90%;
}.educational-rewards-h h4::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.educational-rewards-h .container {
    padding: 0 30px;
}.educational-rewards-h .ethos-block-T {
    gap: 80px;
}.educational-rewards-h .text-holder-wrap-S {
    padding: 50px 60px;
}.educational-rewards-h h4 {
    margin-bottom: 40px;
}.educational-rewards-h li p {
    gap: 20px;
}
}

@media (max-width: 767px) {.educational-rewards-h {
    padding: 80px 0;
}.educational-rewards-h .text-holder-wrap-S {
    padding: 25px 30px;
}.educational-rewards-h h4 {
    margin-bottom: 25px;
    font-size: calc(20px * 1.05);
}.educational-rewards-h .hero-banner-a {
    object-position: center;
    max-height: 300px;
}
}

@media (hover: none) {.educational-rewards-h li:hover,
    .educational-rewards-h .text-holder-wrap-S:hover,
    .educational-rewards-h .hero-banner-a:hover {
    transform: none;
}.educational-rewards-h li:hover svg {
    transform: none;
}}.learning-process-h {
    background: linear-gradient(135deg, rgb(204,210,229), rgba(rgb(157,172,204,0.5), 0.05));
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.learning-process-h::before {
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.05;
    width: 70%;
    top: -50%;
    height: 200%;
    position: absolute;
    z-index: 0;
    left: -10%;
    content: "";
    transform: rotate(-15deg);
    clip-path: polygon(0 0, 100% 20%, 70% 100%, 0% 80%);
    background: linear-gradient(135deg, rgb(157,172,204), rgb(110,129,176));
}.learning-process-h::after {
    top: 0;
    width: 35%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 60% 100%);
    content: "";
    z-index: 0;
    background: linear-gradient(45deg, transparent, rgb(157,172,204,0.5));
    right: 0;
    height: 100%;
    position: absolute;
    opacity: 0.07;
}.learning-process-h .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.learning-process-h .ethos-block-T {
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 12px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.learning-process-h .ethos-block-T:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 22px 45px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.learning-process-h .ethos-block-T::before {
    background: linear-gradient(to bottom, rgb(157,172,204), rgb(110,129,176));
    position: absolute;
    height: 100%;
    top: 0;
    width: 4px;
    content: "";
    transition: transform 0.4s ease-out;
    transform: scaleY(0.95);
    left: 0;
}.learning-process-h .ethos-block-T:hover::before {
    transform: scaleY(1);
}.learning-process-h h3 {
    font-weight: 700;
    position: relative;
    transform-origin: left center;
    margin-bottom: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(157,172,204);
    font-size: calc(35px * 0.85);
}.learning-process-h .ethos-block-T:hover h3 {
    transform: translateX(5px);
}.learning-process-h h3::after {
    content: "";
    left: 0;
    width: 60px;
    background: rgb(110,129,176);
    transform-origin: left;
    height: 3px;
    transform: scaleX(0.8);
    bottom: -10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}.learning-process-h .ethos-block-T:hover h3::after {
    transform: scaleX(1.2);
}.learning-process-h p {
    border-left: 1px solid rgba(rgb(157,172,204,0.5), 0.2);
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    padding-left: 1rem;
    margin-bottom: 0;
}.learning-process-h p span {
    opacity: 0.9;
    position: relative;
    display: block;
    transition: opacity 0.3s ease, transform 0.5s ease;
}.learning-process-h .ethos-block-T:hover p span {
    opacity: 1;
    transform: translateY(-2px);
}

@media (max-width: 992px) {.learning-process-h {
    padding: 4rem 1.5rem;
}.learning-process-h .ethos-block-T {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.learning-process-h h3 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.75);
}
}

@media (max-width: 768px) {.learning-process-h {
    padding: 3rem 1rem;
}.learning-process-h .ethos-block-T {
    padding: 2rem 1.5rem;
    box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: none;
}.learning-process-h .ethos-block-T::before {
    width: 3px;
}.learning-process-h h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.65);
}.learning-process-h p {
    padding-left: 0.75rem;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.learning-process-h {
    padding: 2.5rem 0.75rem;
}.learning-process-h .ethos-block-T {
    padding: 1.75rem 1.25rem;
}.learning-process-h h3 {
    font-size: calc(35px * 0.6);
}.learning-process-h p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    padding-left: 0.5rem;
}.learning-process-h h3::after {
    height: 2px;
    width: 45px;
}}.pricing-row-item-B {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,210,229), rgba(240, 240, 255, 0.95));
    position: relative;
}.pricing-row-item-B::before {
    background: linear-gradient(145deg, rgb(157,172,204,0.5), rgb(110,129,176,0.5));
    top: -10%;
    width: 40%;
    content: "";
    opacity: 0.4;
    height: 70%;
    right: -5%;
    position: absolute;
    filter: blur(60px);
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
}.pricing-row-item-B::after {
    content: "";
    position: absolute;
    bottom: -10%;
    background: linear-gradient(215deg, rgb(110,129,176,0.5), rgb(157,172,204,0.5));
    height: 60%;
    transform: rotate(12deg) skewX(-10deg);
    filter: blur(50px);
    width: 35%;
    left: -5%;
    opacity: 0.3;
    z-index: 0;
}.pricing-row-item-B .container {
    z-index: 1;
    max-width: 1320px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.pricing-row-item-B .plan-cost-Q {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.pricing-row-item-B .annual-fee-H {
    transform: translateY(30px);
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
}.pricing-row-item-B .annual-fee-H h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    font-size: 28px;
}.pricing-row-item-B .annual-fee-H h2::after {
    left: 50%;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(157,172,204), rgb(110,129,176));
    border-radius: 10px;
    position: absolute;
    height: 4px;
    bottom: -12px;
}.pricing-row-item-B .tuition-plans-x {
    max-width: 680px;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
    margin: 20px auto 0;
}.pricing-row-item-B .learning-pricing-c {
    display: grid;
    opacity: 0;
    gap: 30px;
    grid-template-columns: 1fr;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.pricing-row-item-B .rate-packages-d {
    transform: perspective(1000px) rotateX(0deg);
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
    display: block;
}.pricing-row-item-B .learning-fee-A {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    background: #ffffff;
    will-change: transform, box-shadow;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.pricing-row-item-B .rate-packages-d:hover .learning-fee-A {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.pricing-row-item-B .pricing-deals-E {
    flex-direction: column;
    padding: 35px 30px;
    display: flex;
    flex-grow: 1;
}.pricing-row-item-B .pricing-deals-E h3 {
    white-space: normal;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    font-size: calc(23px + 2px);
    word-break: break-word;
    font-weight: 700;
    color: #000000;
}.pricing-row-item-B .pricing-deals-E h3::before {
    border-radius: 10px;
    left: 0;
    height: calc(100% - 10px);
    position: absolute;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(157,172,204), rgb(110,129,176));
    top: 5px;
}.pricing-row-item-B .lesson-rates-X {
    font-weight: 700;
    position: relative;
    margin: 5px 0 20px;
    color: rgb(157,172,204);
    padding: 8px 15px;
    display: inline-block;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    border-radius: 6px;
    font-size: calc(23px + 4px);
}.pricing-row-item-B .pricing-deals-E p {
    white-space: normal;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
}.pricing-row-item-B .hero-banner-a {
    height: 220px;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}.pricing-row-item-B .hero-banner-a::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    right: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    content: "";
}.pricing-row-item-B .rate-packages-d:hover .hero-banner-a {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-row-item-B .learning-pricing-c {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-row-item-B .plan-cost-Q {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing-row-item-B .plan-cost-Q {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.pricing-row-item-B .annual-fee-H {
    grid-column: 2;
    align-self: center;
    grid-row: 1;
    text-align: left;
}.pricing-row-item-B .annual-fee-H h2 {
    display: inline-block;
}.pricing-row-item-B .annual-fee-H h2::after {
    transform: none;
    left: 0;
}.pricing-row-item-B .tuition-plans-x {
    margin: 25px 0 0;
}.pricing-row-item-B .learning-pricing-c {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing-row-item-B .learning-pricing-c {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-row-item-B .pricing-deals-E {
    padding: 40px 35px;
}.pricing-row-item-B .hero-banner-a {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing-row-item-B {
    padding: 80px 0;
}.pricing-row-item-B .annual-fee-H {
    margin-bottom: 20px;
}.pricing-row-item-B .learning-fee-A {
    max-width: 100%;
}.pricing-row-item-B .pricing-deals-E {
    padding: 30px 25px;
}.pricing-row-item-B .pricing-deals-E h3 {
    font-size: calc(23px + 1px);
}.pricing-row-item-B .lesson-rates-X {
    margin: 0 0 15px;
    font-size: 23px;
}.pricing-row-item-B .hero-banner-a {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing-row-item-B {
    padding: 60px 0;
}.pricing-row-item-B .pricing-deals-E {
    padding: 25px 20px;
}.pricing-row-item-B .hero-banner-a {
    height: 180px;
}}.user-feedback-E {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgb(110,129,176,0.5) 100%);
}.user-feedback-E::before {
    content: "";
    height: 25rem;
    position: absolute;
    background: rgb(157,172,204,0.5);
    filter: blur(80px);
    opacity: 0.15;
    right: -5%;
    z-index: 0;
    animation: floatBlur 15s infinite alternate ease-in-out;
    width: 25rem;
    top: -5%;
    transform: rotate(-15deg);
}.user-feedback-E::after {
    background: rgb(110,129,176,0.5);
    transform: rotate(25deg);
    opacity: 0.1;
    z-index: 0;
    animation: floatBlur 18s infinite alternate-reverse ease-in-out;
    filter: blur(70px);
    position: absolute;
    bottom: -10%;
    content: "";
    height: 20rem;
    width: 20rem;
    left: -5%;
}.user-feedback-E .container {
    position: relative;
    z-index: 2;
}.user-feedback-E h2 {
    position: relative;
    font-size: 35px;
    color: #000000;
    max-width: 80%;
    font-weight: 700;
    margin-bottom: 3.5rem;
    transform: translateX(2rem);
}.user-feedback-E h2::before {
    left: -2rem;
    width: 0.5rem;
    height: 70%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    background: rgb(157,172,204);
}.user-feedback-E h2::after {
    transform-origin: left;
    transform: scaleX(0.8);
    content: "";
    background: rgb(110,129,176);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 0.25rem;
    bottom: -1rem;
    position: absolute;
    width: 6rem;
    left: 0;
}.user-feedback-E h2:hover::after {
    transform: scaleX(1.2);
}.user-feedback-E .testimonial-corner-a {
    gap: 2.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.user-feedback-E .alumni-reviews-k {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    transform: translateY(0) rotateX(0);
    overflow: hidden;
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10px;
    isolation: isolate;
}.user-feedback-E .alumni-reviews-k::before {
    opacity: 0.85;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 0.35rem;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scaleX(0.95);
    background: linear-gradient(90deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
}.user-feedback-E .alumni-reviews-k:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px) rotateX(2deg);
}.user-feedback-E .alumni-reviews-k:hover::before {
    opacity: 1;
    transform: scaleX(1);
}.user-feedback-E .alumni-reviews-k > div {
    position: relative;
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.user-feedback-E .alumni-reviews-k > div::after {
    opacity: 0.15;
    position: absolute;
    font-family: serif;
    color: rgb(157,172,204,0.5);
    font-size: 8rem;
    top: -2.5rem;
    z-index: -1;
    line-height: 1;
    content: "";
    right: -1rem;
}.user-feedback-E .alumni-reviews-k img {
    margin-right: 1.25rem;
    height: 4.5rem;
    border-radius: 50%;
    border: 3px solid #ffffff;
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 4.5rem;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.user-feedback-E .alumni-reviews-k:hover img {
    transform: scale(1.05) rotate(3deg);
}.user-feedback-E .alumni-reviews-k h4 {
    position: relative;
    font-size: calc(20px * 0.9);
    margin: 0;
    font-weight: 600;
    color: #000000;
}.user-feedback-E .alumni-reviews-k h4::after {
    left: 0;
    height: 2px;
    width: 2.5rem;
    position: absolute;
    background: rgb(110,129,176,0.5);
    content: "";
    transition: width 0.3s ease;
    bottom: -0.5rem;
}.user-feedback-E .alumni-reviews-k:hover h4::after {
    width: 3.5rem;
}.user-feedback-E .alumni-reviews-k .description {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
}.user-feedback-E .alumni-reviews-k .description::before {
    content: "";
    z-index: -1;
    width: 3rem;
    bottom: -0.5rem;
    position: absolute;
    border-radius: 50%;
    background: rgb(110,129,176,0.5);
    opacity: 0.07;
    transform: scale(0);
    right: -0.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3rem;
}.user-feedback-E .alumni-reviews-k:hover .description::before {
    transform: scale(2);
}.user-feedback-E a {
    box-shadow: 0 10px 20px rgb(157,172,204,0.5);
    font-size: 14px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
    display: inline-block;
    font-weight: 600;
    margin-top: 3rem;
    padding: 1rem 2.5rem;
    z-index: 1;
    transform: translateX(2rem);
    transition: all 0.3s ease;
}.user-feedback-E a::before {
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(110,129,176) 0%, rgb(157,172,204) 100%);
    top: 0;
}.user-feedback-E a:hover {
    transform: translateX(2rem) translateY(-5px);
    box-shadow: 0 15px 25px rgb(157,172,204,0.5);
}.user-feedback-E a:hover::before {
    opacity: 1;
}

@keyframes floatBlur {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(5deg);
    }
}

@media (max-width: 992px) {.user-feedback-E {
    padding: 5rem 0;
}.user-feedback-E h2 {
    transform: translateX(1.5rem);
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.user-feedback-E .testimonial-corner-a {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.user-feedback-E a {
    transform: translateX(1.5rem);
}.user-feedback-E a:hover {
    transform: translateX(1.5rem) translateY(-5px);
}
}

@media (max-width: 768px) {.user-feedback-E {
    padding: 4rem 0;
}.user-feedback-E h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2.5rem;
    transform: translateX(1.25rem);
}.user-feedback-E h2::before {
    left: -1.25rem;
}.user-feedback-E .testimonial-corner-a {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.user-feedback-E .alumni-reviews-k {
    padding: 2rem 1.5rem;
}.user-feedback-E a {
    padding: 0.875rem 2rem;
    transform: translateX(1.25rem);
    margin-top: 2rem;
}.user-feedback-E a:hover {
    transform: translateX(1.25rem) translateY(-3px);
}
}

@media (max-width: 576px) {.user-feedback-E {
    padding: 3rem 0;
}.user-feedback-E h2 {
    transform: translateX(1rem);
    font-size: calc(35px * 0.7);
    margin-bottom: 2rem;
}.user-feedback-E h2::before {
    width: 0.35rem;
    left: -1rem;
}.user-feedback-E h2::after {
    width: 4rem;
}.user-feedback-E .alumni-reviews-k {
    padding: 1.75rem 1.25rem;
}.user-feedback-E .alumni-reviews-k img {
    width: 3.5rem;
    height: 3.5rem;
}.user-feedback-E a {
    text-align: center;
    transform: translateX(0);
    width: 100%;
}.user-feedback-E a:hover {
    transform: translateX(0) translateY(-3px);
}}.gratContent-C {
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgba(rgb(157,172,204,0.5), 0.08) 100%);
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
}.gratContent-C::before {
    background: radial-gradient(circle at center, rgba(rgb(110,129,176,0.5), 0.03) 0%, transparent 60%);
    left: -50%;
    top: -50%;
    height: 200%;
    animation: orbital 30s infinite linear;
    opacity: 0.8;
    width: 200%;
    pointer-events: none;
    content: "";
    position: absolute;
    transform: rotate(-12deg);
}.gratContent-C::after {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(157,172,204,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(157,172,204,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(157,172,204,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(157,172,204,0.5), 0.05) 1px, transparent 2px);
    left: 0;
    background-size: 8rem 8rem;
    top: 0;
    pointer-events: none;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
}.gratContent-C .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.gratContent-C .ethos-block-T {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateZ(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    gap: 2.5rem;
    display: flex;
    flex-direction: column;
    padding: 3.5rem;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
}.gratContent-C .ethos-block-T:hover {
    transform: translateZ(20px) translateY(-5px);
}.gratContent-C .ethos-block-T > div:first-child {
    position: relative;
    transform: translateZ(10px);
}.gratContent-C .ethos-block-T > div:first-child::before {
    content: "";
    position: absolute;
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgb(157,172,204), transparent);
    width: 2.5rem;
    left: -3.5rem;
    top: 50%;
}.gratContent-C .ethos-block-T > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.gratContent-C .ethos-block-T > div:last-child::after {
    position: absolute;
    bottom: 2rem;
    width: 2.5rem;
    right: -3.5rem;
    background: linear-gradient(90deg, transparent, rgb(157,172,204), transparent);
    content: "";
    transform: translateY(-50%);
    height: 2px;
}.gratContent-C h5 {
    transition: transform 0.5s ease;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    position: relative;
    margin: 0;
    font-size: 21px;
}.gratContent-C h5::before {
    left: 0;
    top: 0.5rem;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 0 10px rgba(rgb(157,172,204,0.5), 0.5);
    content: "";
    height: 0.5rem;
    width: 0.5rem;
    background: rgb(157,172,204);
    animation: pulse 3s infinite ease-in-out;
}.gratContent-C a {
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}.gratContent-C a:hover {
    transform: translateX(5px);
}.gratContent-C p {
    color: #000000;
    font-weight: 400;
    margin: 0;
    border-left: 1px solid rgba(rgb(157,172,204,0.5), 0.2);
    padding: 0 0 0 1.5rem;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
}

@media (min-width: 768px) {.gratContent-C {
    padding: 8rem 0;
}.gratContent-C .ethos-block-T {
    padding: 4.5rem;
    gap: 3rem;
}.gratContent-C h5 {
    font-size: calc(21px * 1.1);
    padding-left: 2rem;
}.gratContent-C p {
    padding: 0 0 0 2rem;
    font-size: calc(16px * 1.05);
}.gratContent-C .ethos-block-T > div:first-child::before {
    width: 4rem;
}.gratContent-C .ethos-block-T > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.gratContent-C {
    padding: 10rem 0;
}.gratContent-C .ethos-block-T {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.gratContent-C .ethos-block-T > div:first-child {
    flex: 0 0 40%;
}.gratContent-C .ethos-block-T > div:last-child {
    flex: 0 0 60%;
}.gratContent-C .ethos-block-T > div:first-child::before {
    right: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(157,172,204), transparent);
    top: 50%;
    width: 2px;
    height: 3rem;
    left: auto;
}.gratContent-C .ethos-block-T > div:last-child::after {
    bottom: 2rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(157,172,204), transparent);
    height: 3rem;
    right: auto;
    left: -2rem;
}
}

@media (min-width: 1200px) {.gratContent-C .ethos-block-T {
    gap: 5rem;
    padding: 5rem;
}.gratContent-C h5 {
    font-size: calc(21px * 1.2);
}.gratContent-C p {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.gratContent-C {
    padding: 4rem 0;
}.gratContent-C .ethos-block-T {
    padding: 2.5rem;
    gap: 2rem;
}.gratContent-C h5 {
    font-size: calc(21px * 0.95);
}.gratContent-C .ethos-block-T > div:first-child::before,
    .gratContent-C .ethos-block-T > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.statistics-information-l {
    position: relative;
    background: linear-gradient(to right, rgb(204,210,229), #f0f4f8, rgb(204,210,229));
    padding: 90px 0;
    overflow: hidden;
    z-index: 1;
}.statistics-information-l::before {
    left: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(157,172,204,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(110,129,176,0.5) 0%, transparent 50%);
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: gradientShift 15s ease infinite alternate;
}.statistics-information-l::after {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(0deg, transparent 98%, rgba(255, 255, 255, 0.1) 100%);
    left: 0;
    content: "";
    background-size: 20px 20px;
    z-index: -1;
}.statistics-information-l .container {
    gap: 40px;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 0 20px;
    max-width: 1200px;
    flex-direction: column;
}.statistics-information-l .extra-experts-H {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}.statistics-information-l .fast-gain-y {
    align-items: center;
    flex-direction: column;
    width: calc(25% - 15px);
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    height: 150px;
    text-align: center;
    padding: 20px 15px;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    transition: all 0.3s ease;
    position: relative;
}.statistics-information-l .fast-gain-y::before {
    transition: height 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(157,172,204), rgb(110,129,176));
    top: 0;
    width: 4px;
    height: 60%;
    border-radius: 2px;
}.statistics-information-l .fast-gain-y::after {
    height: 100%;
    width: 100%;
    animation: shimmer 5s infinite;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        transparent 40%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 60%
    );
    transform: translateX(-100%);
}.statistics-information-l .fast-gain-y:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.statistics-information-l .fast-gain-y:hover::before {
    height: 80%;
}.statistics-information-l .fast-gain-y h4 {
    font-size: calc(37px + 0.25rem);
    transition: color 0.3s ease;
    font-weight: 700;
    color: rgb(157,172,204);
    margin: 0 0 10px;
}.statistics-information-l .fast-gain-y:hover h4 {
    color: rgb(110,129,176);
}.statistics-information-l .fast-gain-y span {
    color: #000000;
    font-size: 18px;
    max-width: 100%;
}.statistics-information-l .gain-study-r {
    text-align: center;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    max-width: 900px;
    z-index: 2;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 30px;
    width: 100%;
    margin: 20px auto;
    order: 1;
}.statistics-information-l .gain-study-r::before {
    bottom: -3px;
    left: -3px;
    opacity: 0.6;
    border-radius: calc(22px + 3px);
    animation: borderGlow 6s linear infinite;
    position: absolute;
    content: "";
    right: -3px;
    background: linear-gradient(45deg, 
        rgb(157,172,204,0.5),
        rgb(110,129,176,0.5),
        rgb(157,172,204,0.5)
    );
    top: -3px;
    z-index: -1;
}.statistics-information-l .success-statistics-O {
    font-size: 37px;
    display: inline-block;
    color: rgb(157,172,204);
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
}.statistics-information-l .success-statistics-O::after {
    position: absolute;
    width: 70px;
    background: linear-gradient(to right, rgb(157,172,204), rgb(110,129,176));
    content: "";
    border-radius: 3px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}.statistics-information-l .statistics-pluses-u {
    line-height: 1.7;
    font-size: 18px;
    margin: 0 auto;
    color: #000000;
    max-width: 700px;
}.statistics-information-l svg {
    width: 20px;
    right: 15px;
    position: absolute;
    opacity: 0.7;
    top: 15px;
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(157,172,204);
}.statistics-information-l svg path {
    fill: inherit;
}.statistics-information-l .fast-gain-y:hover svg {
    fill: rgb(110,129,176);
    opacity: 1;
    transform: rotate(15deg);
}.statistics-information-l .extra-experts-H:first-of-type {
    order: 0;
}.statistics-information-l .extra-experts-H:last-of-type {
    order: 2;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.statistics-information-l .fast-gain-y {
    width: calc(50% - 10px);
}
}

@media (max-width: 768px) {.statistics-information-l {
    padding: 70px 0;
}.statistics-information-l .container {
    gap: 30px;
}.statistics-information-l .gain-study-r {
    padding: 25px;
}.statistics-information-l .success-statistics-O {
    font-size: calc(37px - 0.25rem);
}
}

@media (max-width: 576px) {.statistics-information-l {
    padding: 50px 0;
}.statistics-information-l .fast-gain-y {
    min-height: 130px;
    width: 100%;
    height: auto;
}.statistics-information-l .gain-study-r {
    padding: 20px;
}}header {
    position: relative;
    z-index: 99;
    width: 100%;
    overflow: visible;
    background: rgb(204,210,229);
}header::before {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(157,172,204,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.2;
    left: 0;
}header .head-sitewrap-i {
    padding: 25px 30px;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .head-sitewrap-i::before {
    left: 10%;
    position: absolute;
    top: -10px;
    background: linear-gradient(90deg, rgb(157,172,204), transparent);
    height: 5px;
    filter: blur(5px);
    width: 30%;
    content: "";
}header .head-sitewrap-i::after {
    right: 10%;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(110,129,176));
    filter: blur(5px);
    position: absolute;
    height: 5px;
    content: "";
    width: 30%;
}header .head-sitewrap-i .main-nav-i {
    position: relative;
    z-index: 2;
    padding: 5px;
}header .head-sitewrap-i .main-nav-i::before {
    content: "";
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    z-index: -1;
    position: absolute;
    height: calc(100% + 10px);
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(157,172,204), rgb(110,129,176));
    transition: opacity 0.3s ease;
    opacity: 0;
}header .head-sitewrap-i .main-nav-i:hover::before {
    opacity: 0.7;
}header .head-sitewrap-i .main-nav-i .top-skill-C {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .head-sitewrap-i .main-nav-i:hover .top-skill-C {
    transform: scale(1.05);
}header .head-sitewrap-i .main-nav-i .top-skill-C svg {
    height: 45px;
    width: auto;
}header .head-sitewrap-i .main-page-z {
    padding: 10px;
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
    border-radius: 25px;
}header .head-sitewrap-i .main-page-z::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(5px);
    width: 100%;
    z-index: -1;
    top: 0;
    border-radius: 25px;
    position: absolute;
    content: "";
    opacity: 0.1;
    height: 100%;
}header .head-sitewrap-i .main-page-z .nav-guide-I {
    position: relative;
    margin: 0 3px;
}header .head-sitewrap-i .main-page-z .nav-guide-I a {
    display: block;
    text-decoration: none;
    z-index: 1;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 8px 15px;
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
}header .head-sitewrap-i .main-page-z .nav-guide-I a::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(157,172,204), rgb(110,129,176));
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0;
}header .head-sitewrap-i .main-page-z .nav-guide-I a::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    height: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 150%;
}header .head-sitewrap-i .main-page-z .nav-guide-I:hover a::before {
    opacity: 1;
}header .head-sitewrap-i .main-page-z .nav-guide-I:hover a {
    color: #ffffff;
}header .head-sitewrap-i .main-page-z .nav-guide-I:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .head-sitewrap-i .main-page-z .nav-guide-I:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(157,172,204), rgb(110,129,176));
}header .head-sitewrap-i .main-page-z .nav-guide-I:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(157,172,204), rgb(110,129,176));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(157,172,204), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(157,172,204), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(157,172,204), 0);
    }
}

@media (max-width: 992px) {header .head-sitewrap-i {
    padding: 20px 15px;
    flex-direction: column;
}header .head-sitewrap-i .main-nav-i {
    margin-bottom: 15px;
}header .head-sitewrap-i .main-page-z {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .head-sitewrap-i .main-page-z .nav-guide-I {
    margin: 3px;
}header .head-sitewrap-i .main-page-z .nav-guide-I a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .head-sitewrap-i {
    padding: 15px 10px;
}header .head-sitewrap-i .main-nav-i .top-skill-C svg {
    height: 40px;
}header .head-sitewrap-i .main-page-z {
    padding: 5px;
}header .head-sitewrap-i .main-page-z .nav-guide-I a {
    font-size: calc(15px - 2px);
    padding: 5px 10px;
}}.our-mission-G {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-mission-G::before {
    position: absolute;
    z-index: 1;
    backdrop-filter: blur(5px);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(157,172,204,0.5), rgba(0, 0, 0, 0.5));
    content: "";
}.our-mission-G::after {
    animation: floatBackground 30s infinite alternate ease-in-out;
    content: "";
    transform: rotate(35deg) skewX(-15deg);
    right: -50%;
    z-index: 0;
    width: 100%;
    top: -50%;
    height: 100%;
    position: absolute;
    background: rgb(110,129,176);
    opacity: 0.08;
}.our-mission-G .container {
    z-index: 2;
    transform: perspective(1000px) rotateX(3deg);
    transform-origin: center top;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.our-mission-G .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.our-mission-G .text-holder-wrap-S {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: rgba(255, 255, 255, 0.9);
    transform: translateZ(0);
    animation: slideUp 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-left: 5px solid rgb(157,172,204);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    position: relative;
}.our-mission-G .text-holder-wrap-S::before {
    transform: scale(0.95);
    bottom: 20px;
    top: 20px;
    left: 20px;
    content: "";
    right: 20px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: -1;
    position: absolute;
    border: 1px solid rgb(110,129,176,0.5);
}.our-mission-G .text-holder-wrap-S:hover::before {
    transform: scale(1);
    opacity: 1;
}.our-mission-G h1 {
    margin-bottom: 2rem;
    padding-bottom: 0.75rem;
    font-size: 42px;
    color: rgb(157,172,204);
    font-weight: 700;
    animation: slideRight 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
}.our-mission-G h1::after {
    width: 80px;
    content: "";
    transform-origin: left;
    position: absolute;
    background: linear-gradient(to right, rgb(157,172,204), rgb(110,129,176));
    left: 0;
    bottom: 0;
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    height: 4px;
    transform: scaleX(0);
}.our-mission-G ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.our-mission-G li {
    opacity: 0;
    animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
    margin-bottom: 0.75rem;
    transform: translateY(20px);
}.our-mission-G li:first-child {
    animation-delay: 0.5s;
}.our-mission-G li:last-child {
    animation-delay: 0.7s;
}.our-mission-G h4 {
    font-size: calc(19px * 1.2);
    margin-bottom: 1rem;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.our-mission-G h4::before {
    bottom: -8px;
    transform: scaleX(0);
    background: rgb(110,129,176);
    width: 40px;
    animation: expandWidth 0.8s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
    left: 0;
    height: 3px;
    position: absolute;
    transform-origin: left;
    content: "";
}.our-mission-G span {
    font-family: Arial, sans-serif;
    column-gap: 3rem;
    color: #000000;
    font-size: 15px;
    hyphens: auto;
    text-align: justify;
    display: block;
    line-height: 1.8;
    max-width: 100%;
    column-count: 1;
}

@media (min-width: 992px) {.our-mission-G span {
    column-count: 2;
}.our-mission-G .text-holder-wrap-S {
    padding: 5rem;
    margin: 0 8%;
}
}

@media (min-width: 1200px) {.our-mission-G .text-holder-wrap-S {
    margin: 0;
    transform: translateX(50px) translateZ(0);
}.our-mission-G span {
    column-count: 2;
}
}

@media (max-width: 991px) {.our-mission-G {
    padding: 80px 0;
}.our-mission-G .text-holder-wrap-S {
    padding: 2.5rem;
}.our-mission-G h1 {
    font-size: calc(36px * 1.1);
}
}

@media (max-width: 767px) {.our-mission-G {
    padding: 60px 0;
}.our-mission-G .text-holder-wrap-S {
    padding: 2rem;
}.our-mission-G h1 {
    font-size: 36px;
}.our-mission-G h1::after {
    width: 60px;
}.our-mission-G h4 {
    font-size: 19px;
}
}

@media (max-width: 575px) {.our-mission-G {
    padding: 40px 0;
}.our-mission-G .text-holder-wrap-S {
    padding: 1.5rem;
}.our-mission-G .container {
    transform: perspective(800px) rotateX(1deg);
}}

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

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

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

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

@keyframes floatBackground {
    0% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skewX(-12deg) translate(-5%, 5%);
    }
    100% {
        transform: rotate(35deg) skewX(-15deg) translate(0, 0);
    }
}.connect-j {
    position: relative;
    padding: 100px 0;
    background: rgb(204,210,229);
    overflow: hidden;
}.connect-j::before {
    top: 0;
    height: 100%;
    position: absolute;
    background-size: 30px 30px;
    content: '';
    left: 0;
    z-index: 0;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    width: 100%;
}.connect-j .container {
    position: relative;
    z-index: 1;
}.connect-j .learn-faq-V {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, transparent 100%);
    border-radius: 30px;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.connect-j .learn-faq-V::before {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
    top: 0;
    position: absolute;
    content: '';
    left: 0;
}.connect-j .learn-faq-V h2 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: rgb(157,172,204);
}.connect-j .learn-faq-V p {
    margin-bottom: 30px;
    font-size: 12px;
    color: #000000;
    max-width: 700px;
    line-height: 1.7;
}.connect-j .learn-faq-V p:last-of-type {
    position: relative;
    margin-bottom: 40px;
    padding-left: 30px;
}.connect-j .message-info-F {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.connect-j .contact-feedback-j {
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
    border-radius: 10px;
    height: 110px;
    align-items: center;
    overflow: hidden;
    position: relative;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    width: 110px;
}.connect-j .contact-feedback-j::before {
    content: '';
    opacity: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(157,172,204,0.5) 0%, rgb(110,129,176,0.5) 100%);
    top: 0;
    height: 100%;
}.connect-j .contact-feedback-j::after {
    height: 3px;
    transform-origin: left;
    width: 100%;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: 0;
    background: rgb(157,172,204);
    transform: scaleX(0);
    content: '';
}.connect-j .contact-feedback-j:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.connect-j .contact-feedback-j:hover::before {
    opacity: 0.1;
}.connect-j .contact-feedback-j:hover::after {
    transform: scaleX(1);
}.connect-j .contact-feedback-j svg {
    width: 36px;
    height: 36px;
    stroke: rgb(157,172,204);
    transition: all 0.3s ease;
    fill: none;
    stroke-width: 2;
    margin-bottom: 12px;
}.connect-j .contact-feedback-j:hover svg {
    stroke: rgb(157,172,204);
    transform: scale(1.1);
}.connect-j .contact-feedback-j span {
    color: #000000;
    text-align: center;
    transition: all 0.3s ease;
    font-size: calc(12px * 0.85);
    font-weight: 600;
}.connect-j .contact-feedback-j:hover span {
    color: rgb(157,172,204);
}.connect-j .learn-faq-V p:last-of-type svg {
    position: absolute;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    stroke-width: 2;
    top: 50%;
    stroke: rgb(157,172,204);
    fill: none;
    left: 0;
}

@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}

@media screen and (max-width: 991px) {.connect-j {
    padding: 80px 0;
}.connect-j .learn-faq-V {
    padding: 40px;
}.connect-j .contact-feedback-j {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.connect-j {
    padding: 60px 0;
}.connect-j .learn-faq-V {
    padding: 30px;
}.connect-j .learn-faq-V h2 {
    font-size: calc(30px * 0.9);
}.connect-j .message-info-F {
    gap: 20px;
    justify-content: center;
}.connect-j .contact-feedback-j {
    width: 90px;
    height: 90px;
}.connect-j .contact-feedback-j svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
}

@media screen and (max-width: 480px) {.connect-j {
    padding: 50px 0;
}.connect-j .learn-faq-V {
    padding: 25px 20px;
}.connect-j .learn-faq-V h2 {
    font-size: calc(30px * 0.85);
}.connect-j .contact-feedback-j {
    height: 80px;
    width: 80px;
}.connect-j .contact-feedback-j svg {
    width: 28px;
    margin-bottom: 6px;
    height: 28px;
}.connect-j .contact-feedback-j span {
    font-size: calc(12px * 0.8);
}}.teacher-profile-N {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(204,210,229);
}.teacher-profile-N::before {
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(157,172,204,0.5) 10%, 
        transparent 11%);
    opacity: 0.3;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    animation: gradientSlide 30s linear infinite;
    position: absolute;
    background-size: 150px 100%;
}.teacher-profile-N .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 800px;
}.teacher-profile-N .alumni-reviews-k {
    border-radius: 2px;
    flex-direction: column;
    padding: 60px 40px 40px;
    position: relative;
    display: flex;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.teacher-profile-N .alumni-reviews-k:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.teacher-profile-N .hero-banner-a {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transform: rotate(0deg);
    transition: all 0.5s ease;
    border-radius: 2px;
    width: 120px;
    top: -60px;
    height: 120px;
    position: absolute;
    left: 40px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(157,172,204);
}.teacher-profile-N .alumni-reviews-k:hover .hero-banner-a {
    transform: rotate(-5deg);
}.teacher-profile-N .name {
    font-size: calc(18px * 1.2);
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-top: 40px;
    margin-left: 0;
    letter-spacing: -0.5px;
    transform: translateX(0);
}.teacher-profile-N .alumni-reviews-k:hover .name {
    transform: translateX(10px);
}.teacher-profile-N .alumni-reviews-k span:not(.name) {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 1px;
    transition: transform 0.5s ease;
    color: #000000;
    transform: translateX(0);
}.teacher-profile-N .alumni-reviews-k:hover span:not(.name) {
    color: rgb(157,172,204);
    transform: translateX(10px);
}.teacher-profile-N .job-tasks-B {
    color: #000000;
    transition: padding 0.5s ease;
    line-height: 1.8;
    padding-left: 0;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    margin-top: 40px;
}.teacher-profile-N .job-tasks-B::before {
    position: absolute;
    transition: transform 0.5s ease;
    height: 2px;
    width: 30px;
    left: -40px;
    top: 15px;
    transform-origin: right;
    transform: scaleX(0);
    background: rgb(157,172,204);
    content: "";
}.teacher-profile-N .alumni-reviews-k:hover .job-tasks-B {
    padding-left: 20px;
}.teacher-profile-N .alumni-reviews-k:hover .job-tasks-B::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.teacher-profile-N {
    padding: 80px 0;
}.teacher-profile-N .alumni-reviews-k {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.teacher-profile-N .hero-banner-a {
    left: 25px;
    width: 100px;
    height: 100px;
}.teacher-profile-N .name {
    font-size: 18px;
}.teacher-profile-N .job-tasks-B {
    font-size: calc(12px * 0.95);
}.teacher-profile-N .job-tasks-B::before {
    width: 20px;
    left: -25px;
}}.primary-page-F {
    position: relative;
    padding: 5rem 2rem;
    justify-content: center;
    display: flex;
    min-height: 100vh;
    color: #ffffff;
    overflow: hidden;
    align-items: center;
}.primary-page-F::before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%
  );
    height: 100%;
    left: 0;
    z-index: 1;
}.primary-page-F::after {
    width: 100%;
    left: 0;
    height: 100%;
    animation: gradientPulse 8s infinite alternate ease-in-out;
    position: absolute;
    z-index: 2;
    opacity: 0.3;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgb(157,172,204,0.5) 0%,
    transparent 100%
  );
    content: "";
}.primary-page-F > div {
    width: 100%;
    flex-direction: column;
    transform: translateY(0);
    position: relative;
    animation: appearFromBottom 1.2s ease-out forwards;
    gap: 3rem;
    max-width: 1200px;
    z-index: 5;
    display: flex;
}.primary-page-F > div > div:first-child {
    position: relative;
    margin-left: 5vw;
    transform: perspective(1000px) rotateY(-5deg);
}.title_style_header {
    background-clip: text !important;
    color: transparent;
    margin: 0;
    transform: scale(1);
    transform-origin: left;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: text !important;
    font-weight: 700;
    font-size: calc(39px * 1.2);
    position: relative;
    transition: transform 0.3s ease;
    background: linear-gradient(
    120deg,
    #ffffff 0%,
    rgb(110,129,176) 100%
  );
    line-height: 1.1;
}.title_style_header::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    transform: scaleX(0.8);
    transform-origin: left;
    background: rgb(110,129,176);
    content: "";
    width: 60%;
    height: 4px;
}.primary-page-F:hover .title_style_header::after {
    transform: scaleX(1);
}.study-express-q {
    gap: 2rem;
    display: flex;
    position: relative;
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-left: 4px solid rgb(110,129,176);
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
    flex-direction: column;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    margin-left: 10vw;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
}.primary-page-F:hover .study-express-q {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.primary-page-F .impact-stats-g {
    position: relative;
    transform: translateX(0);
    animation: slideInRight 0.8s ease-out forwards;
    opacity: 1;
    animation-delay: 0.3s;
}.primary-page-F .impact-stats-g h3 {
    color: #ffffff;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    margin: 0;
    font-size: calc(18px * 1.1);
    letter-spacing: 0.02em;
}.primary-page-F .impact-stats-g::before {
    animation-delay: 1s;
    top: -1rem;
    transform-origin: left;
    left: 0;
    position: absolute;
    background: rgb(110,129,176);
    height: 3px;
    content: "";
    animation: expandWidth 1.5s ease-out forwards;
    width: 40px;
}.primary-page-F .study-express-q > div:last-child {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
    margin-top: 1rem;
    animation-delay: 0.6s;
}.primary-page-F .study-express-q > div:last-child span {
    display: inline-block;
    padding-left: 1.5rem;
    position: relative;
}.primary-page-F .study-express-q > div:last-child span::before {
    border-bottom: 3px solid rgb(110,129,176);
    position: absolute;
    width: 12px;
    content: "";
    left: 0;
    border-left: 3px solid rgb(110,129,176);
    transform: translateY(-50%) rotate(225deg);
    height: 12px;
    top: 50%;
}.primary-page-F .study-express-q > div:last-child p {
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.01em;
    opacity: 0.9;
    margin: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes expandWidth {
  0% {
    width: 40px;
  }
  100% {
    width: 80px;
  }
}

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

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

@keyframes gradientPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}

@media (min-width: 768px) {.primary-page-F {
    padding: 8rem 4rem;
}.primary-page-F > div {
    gap: 4rem;
}.primary-page-F > div > div:first-child {
    margin-left: 0;
}.title_style_header {
    font-size: calc(39px * 1.5);
}.study-express-q {
    padding: 3rem;
    margin-left: 5vw;
    width: 80%;
}
}

@media (min-width: 992px) {.primary-page-F > div {
    gap: 5rem;
}.primary-page-F > div > div:first-child {
    width: 80%;
}.title_style_header {
    font-size: calc(39px * 1.8);
}.primary-page-F .impact-stats-g h3 {
    font-size: calc(18px * 1.2);
}.study-express-q {
    padding: 3.5rem;
    width: 65%;
    margin-left: 10vw;
}
}

@media (max-width: 767px) {.primary-page-F {
    align-items: flex-start;
    padding-top: 6rem;
}.title_style_header {
    font-size: calc(39px * 1.1);
}.primary-page-F > div > div:first-child {
    transform: none;
    margin-left: 0;
}.study-express-q {
    transform: none;
    margin-left: 0;
    padding: 2rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.primary-page-F .impact-stats-g h3 {
    font-size: 18px;
}}.privacy-arsenal-f {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
}.privacy-arsenal-f::before {
    height: 30vh;
    top: 0;
    transform: translateY(-15%) translateX(15%);
    position: absolute;
    background: linear-gradient(225deg, rgb(110,129,176,0.5) 0%, transparent 70%);
    content: "";
    width: 30vw;
    opacity: 0.2;
    z-index: 0;
    right: 0;
}.privacy-arsenal-f::after {
    width: 40vw;
    opacity: 0.15;
    height: 40vh;
    transform: translateY(15%) translateX(-15%);
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(45deg, rgb(157,172,204,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
}.privacy-arsenal-f .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1140px;
}.privacy-arsenal-f h1 {
    margin-bottom: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    transform-origin: left center;
    font-size: calc(38px * 1.1);
    position: relative;
    font-weight: 700;
}.privacy-arsenal-f h1::after {
    position: absolute;
    content: "";
    transition: transform 0.5s ease-out;
    background: rgb(157,172,204);
    transform-origin: left center;
    height: 3px;
    left: 0;
    bottom: -0.6rem;
    width: 4rem;
    transform: scaleX(1);
}.privacy-arsenal-f h1:hover {
    transform: translateX(5px);
}.privacy-arsenal-f h1:hover::after {
    transform: scaleX(1.5);
}.privacy-arsenal-f h2 {
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid rgb(110,129,176);
    position: relative;
    transform: translateX(0);
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 33px;
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.5rem;
}.privacy-arsenal-f h2:hover {
    transform: translateX(5px);
}.privacy-arsenal-f h3 {
    margin: 2rem 0 1rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding-bottom: 0.3rem;
    font-size: calc(33px * 0.85);
    color: #000000;
}.privacy-arsenal-f h4 {
    font-weight: 600;
    color: #000000;
    padding-left: 1rem;
    margin: 1.5rem 0 1rem;
    font-size: calc(33px * 0.7);
    position: relative;
}.privacy-arsenal-f h4::before {
    position: absolute;
    width: 5px;
    background: rgb(110,129,176);
    left: 0;
    content: "";
    top: 50%;
    height: 5px;
    transform: translateY(-50%);
}.privacy-arsenal-f p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    transition: opacity 0.3s ease, transform 0.3s ease;
    line-height: 1.7;
    font-size: 15px;
    transform: translateY(0);
    max-width: 90ch;
    color: #000000;
}.privacy-arsenal-f p:hover {
    opacity: 1;
    transform: translateY(-2px);
}.privacy-arsenal-f strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy-arsenal-f strong::after {
    background: rgb(157,172,204,0.5);
    left: 0;
    transform: scaleX(0.3);
    height: 1px;
    transition: transform 0.3s ease;
    transform-origin: left;
    content: "";
    position: absolute;
    width: 100%;
    bottom: -2px;
}.privacy-arsenal-f strong:hover::after {
    transform: scaleX(1);
}.privacy-arsenal-f ul {
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy-arsenal-f ul::before {
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(110,129,176,0.5) 0%, transparent 100%);
    width: 2px;
    position: absolute;
}.privacy-arsenal-f li {
    position: relative;
    line-height: 1.6;
    font-size: 15px;
    padding: 0.5rem 0 0.5rem 1.5rem;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
    color: #000000;
}.privacy-arsenal-f li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    width: 6px;
    position: absolute;
    height: 6px;
    border-radius: 10px;
    left: 0;
    content: "";
    background: rgb(110,129,176);
    top: 1rem;
}.privacy-arsenal-f li:hover {
    transform: translateX(5px);
}.privacy-arsenal-f li:hover::before {
    transform: scale(1.3);
    background: rgb(157,172,204);
}.privacy-arsenal-f span {
    margin-bottom: 1.5rem;
    background: rgba(#ffffff, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    line-height: 1.7;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    font-size: 15px;
    transform: perspective(1000px) rotateX(0);
    padding: 1rem;
    color: #000000;
    display: block;
    border-left: 2px solid rgb(157,172,204,0.5);
}.privacy-arsenal-f span:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {.privacy-arsenal-f {
    padding: 6rem 3rem;
}.privacy-arsenal-f .container {
    padding: 0 2rem;
}.privacy-arsenal-f h1 {
    font-size: calc(38px * 1.3);
    margin-bottom: 3rem;
}.privacy-arsenal-f h1::after {
    height: 4px;
    width: 6rem;
}.privacy-arsenal-f h2 {
    font-size: calc(33px * 1.1);
    padding-left: 1.2rem;
    margin: 3.5rem 0 1.5rem;
}.privacy-arsenal-f h3 {
    font-size: calc(33px * 0.9);
    margin: 2.5rem 0 1.2rem;
}.privacy-arsenal-f h4 {
    padding-left: 1.2rem;
    font-size: calc(33px * 0.75);
    margin: 2rem 0 1rem;
}.privacy-arsenal-f ul {
    padding-left: 2rem;
}.privacy-arsenal-f li {
    padding: 0.7rem 0 0.7rem 1.5rem;
}.privacy-arsenal-f span {
    padding: 1.5rem;
    margin-left: 1rem;
}
}

@media (min-width: 992px) {.privacy-arsenal-f {
    padding: 8rem 4rem;
}.privacy-arsenal-f::before {
    width: 40vw;
    height: 40vh;
}.privacy-arsenal-f::after {
    width: 50vw;
    height: 50vh;
}.privacy-arsenal-f h1 {
    font-size: calc(38px * 1.5);
    transform: translateZ(0);
    margin-bottom: 4rem;
}.privacy-arsenal-f h1::after {
    width: 8rem;
}.privacy-arsenal-f h2 {
    margin: 4rem 0 2rem;
    font-size: calc(33px * 1.2);
    border-left-width: 4px;
    padding-left: 1.5rem;
}.privacy-arsenal-f p {
    margin-bottom: 2rem;
    line-height: 1.8;
}.privacy-arsenal-f ul {
    margin: 2rem 0 2.5rem;
}.privacy-arsenal-f li {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0 0.8rem 1.8rem;
}.privacy-arsenal-f span {
    margin-left: 2rem;
    padding: 2rem;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.privacy-arsenal-f {
    padding: 3rem 1.5rem;
}.privacy-arsenal-f h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 1);
}.privacy-arsenal-f h1::after {
    height: 2px;
    width: 3rem;
}.privacy-arsenal-f h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
    font-size: 33px;
    padding-left: 0.8rem;
}.privacy-arsenal-f h3, 
    .privacy-arsenal-f h4 {
    font-size: calc(33px * 0.8);
    margin: 1.5rem 0 0.8rem;
}.privacy-arsenal-f p {
    line-height: 1.6;
    margin-bottom: 1.2rem;
    font-size: calc(15px * 0.95);
}.privacy-arsenal-f ul {
    padding-left: 0.8rem;
    margin: 1rem 0 1.5rem;
}.privacy-arsenal-f li {
    padding: 0.4rem 0 0.4rem 1.2rem;
    line-height: 1.5;
    font-size: calc(15px * 0.95);
    margin-bottom: 0.4rem;
}.privacy-arsenal-f span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    padding: 0.8rem;
    margin-bottom: 1.2rem;
    margin-left: 0;
}}.stay-updated-o {
    background: rgb(204,210,229);
    z-index: 1;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.stay-updated-o::before {
    background: rgb(157,172,204,0.5);
    content: "";
    right: 0;
    opacity: 0.08;
    z-index: -1;
    width: 61.8%;
    height: 100%;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    top: 0;
}.stay-updated-o::after {
    height: 61.8%;
    left: 0;
    z-index: -1;
    background: rgb(110,129,176,0.5);
    position: absolute;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
    opacity: 0.08;
    width: 38.2%;
    content: "";
    bottom: 0;
}.stay-updated-o .container {
    z-index: 2;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.stay-updated-o .ethos-block-T {
    grid-template-columns: 38.2% 61.8%;
    display: grid;
    gap: 0;
    position: relative;
}.stay-updated-o .ethos-block-T::before {
    border-radius: 50%;
    border: 15px solid rgb(110,129,176);
    width: 200px;
    opacity: 0.05;
    position: absolute;
    height: 200px;
    content: "";
    right: -100px;
    z-index: -1;
    top: -100px;
}.stay-updated-o .ethos-block-T::after {
    opacity: 0.05;
    z-index: -1;
    animation: rotateDiamond 15s linear infinite;
    content: "";
    height: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(157,172,204);
    left: 38.2%;
    width: 120px;
    position: absolute;
    bottom: -60px;
}.stay-updated-o p {
    display: flex;
    height: 100%;
    margin: 0;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    padding-right: 2rem;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    align-items: center;
    position: relative;
}.stay-updated-o p::before {
    left: -20px;
    content: "";
    background: rgb(157,172,204);
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    height: 61.8%;
    width: 3px;
    position: absolute;
}.stay-updated-o p::after {
    right: 0;
    bottom: -20px;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    background: rgb(110,129,176);
    width: 38.2%;
    content: "";
    position: absolute;
    transform-origin: right;
    height: 3px;
}.stay-updated-o .input_holder {
    align-items: center;
    position: relative;
    padding-left: 2rem;
    display: flex;
}.stay-updated-o .input_holder::before {
    opacity: 0.05;
    top: -8px;
    left: 8px;
    border: 1px solid #000000;
    content: "";
    position: absolute;
    background: transparent;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: -1;
}.stay-updated-o .input_holder:hover::before {
    transform: translate(4px, -4px);
}.stay-updated-o .sub-season-H {
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 17px;
    background: #ffffff;
    outline: none;
    width: 61.8%;
    border-right: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.stay-updated-o .sub-season-H:focus {
    border-color: rgb(157,172,204);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.stay-updated-o .message-request-s {
    border: 1px solid #000000;
    background: #000000;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 14px;
    padding: 1.2rem 0;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    width: 38.2%;
    position: relative;
    cursor: pointer;
}.stay-updated-o .message-request-s::before {
    width: 100%;
    transition: all 0.3s ease;
    content: "";
    left: -100%;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    background: rgb(157,172,204);
}.stay-updated-o .message-request-s:hover {
    border-color: rgb(157,172,204);
    color: #ffffff;
}.stay-updated-o .message-request-s:hover::before {
    left: 0;
}

@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.stay-updated-o {
    padding: 4rem 1.5rem;
}.stay-updated-o .ethos-block-T {
    grid-template-columns: 1fr;
    gap: 2rem;
}.stay-updated-o p {
    padding-right: 0;
    padding-left: 1.5rem;
    font-size: calc(31px * 0.9);
}.stay-updated-o p::before {
    left: 0;
    height: 80%;
}.stay-updated-o p::after {
    right: auto;
    width: 50%;
    left: 0;
}.stay-updated-o .input_holder {
    padding-left: 0;
}
}

@media (max-width: 768px) {.stay-updated-o {
    padding: 3.5rem 1.5rem;
}.stay-updated-o p {
    font-size: 21px;
}.stay-updated-o .input_holder {
    align-items: stretch;
    flex-direction: column;
}.stay-updated-o .sub-season-H {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}.stay-updated-o .message-request-s {
    width: 100%;
}.stay-updated-o::before,
    .stay-updated-o::after {
    opacity: 0.05;
}
}

@media (max-width: 576px) {.stay-updated-o {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.stay-updated-o p {
    padding-left: 1rem;
}.stay-updated-o p::before {
    width: 2px;
}.stay-updated-o p::after {
    height: 2px;
}.stay-updated-o .sub-season-H,
    .stay-updated-o .message-request-s {
    padding: 1rem;
}.stay-updated-o .ethos-block-T::before,
    .stay-updated-o .ethos-block-T::after {
    display: none;
}}.course-summary-k {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(204,210,229);
}.course-summary-k::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
}.course-summary-k::after {
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at center, rgb(157,172,204,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    content: "";
    opacity: 0.15;
}.course-summary-k .new-study-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.course-summary-k .text-holder-wrap-S {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    padding: 40px;
    width: 100%;
    transform: translateZ(0);
    border-radius: 19px;
    position: relative;
    backdrop-filter: blur(10px);
    z-index: 4;
    background: rgba(255, 255, 255, 0.02);
}.course-summary-k .text-holder-wrap-S::before {
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    background: linear-gradient(135deg, rgb(157,172,204,0.5), transparent 70%, rgb(110,129,176,0.5)) border-box;
    border-radius: 19px;
    content: "";
    mask-composite: exclude;
    width: 100%;
    left: 0;
    -webkit-mask-composite: xor;
    top: 0;
    opacity: 0.3;
    height: 100%;
    border: 1px solid transparent;
    position: absolute;
    z-index: -1;
}.course-summary-k .text-holder-wrap-S h2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 28px;
    color: #000000;
}.course-summary-k .text-holder-wrap-S h2::after {
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(157,172,204), rgb(110,129,176));
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
}.course-summary-k .text-holder-wrap-S .description {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    text-align: center;
}.course-summary-k .text-holder-wrap-S .description:last-child {
    margin-bottom: 0;
}.course-summary-k .hero-banner-a {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    height: 500px;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 19px;
}.course-summary-k .hero-banner-a::before {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(157,172,204,0.5) 0%, transparent 50%);
    opacity: 0.3;
    position: absolute;
}.course-summary-k .hero-banner-a::after {
    content: "";
    z-index: 2;
    opacity: 0.3;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 50%, rgb(110,129,176,0.5) 100%);
    position: absolute;
    left: 0;
    height: 100%;
}.course-summary-k .new-study-l::before,
.course-summary-k .new-study-l::after {
    z-index: 1;
    background-color: rgb(157,172,204,0.5);
    opacity: 0.5;
    width: 200px;
    height: 1px;
    top: 50%;
    content: "";
    position: absolute;
}.course-summary-k .new-study-l::before {
    left: -100px;
    transform: rotate(45deg);
}.course-summary-k .new-study-l::after {
    transform: rotate(-45deg);
    right: -100px;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.course-summary-k .new-study-l {
    grid-gap: 30px;
    align-items: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.course-summary-k .text-holder-wrap-S {
    max-width: 100%;
    grid-column: 1 / 3;
    margin-bottom: 60px;
    grid-row: 1;
}.course-summary-k .text-holder-wrap-S .description:first-of-type {
    grid-column: 1;
    grid-row: 2;
    text-align: right;
    padding-right: 30px;
}.course-summary-k .text-holder-wrap-S .description:last-child {
    grid-row: 2;
    text-align: left;
    padding-left: 30px;
    grid-column: 2;
}.course-summary-k .hero-banner-a {
    margin-top: 60px;
    grid-column: 1 / 3;
    grid-row: 3;
    height: 500px;
    max-width: 100%;
}.course-summary-k .new-study-l {
    position: relative;
}.course-summary-k .new-study-l::after {
    z-index: 1;
    height: 100%;
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(157,172,204,0.5) 30%, rgb(157,172,204,0.5) 70%, transparent);
    content: "";
    left: 50%;
    width: 1px;
    position: absolute;
}
}

@media (min-width: 1200px) {.course-summary-k .new-study-l {
    flex-direction: column;
    display: flex;
    align-items: center;
}.course-summary-k .text-holder-wrap-S {
    margin-bottom: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}.course-summary-k .text-holder-wrap-S h2 {
    width: 100%;
}.course-summary-k .text-holder-wrap-S .description {
    padding: 0 15px;
    text-align: left;
    width: calc(50% - 30px);
    position: relative;
}.course-summary-k .text-holder-wrap-S .description:first-of-type::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(157,172,204,0.5), transparent);
    height: 100%;
}.course-summary-k .hero-banner-a {
    height: 450px;
    margin-top: 60px;
    max-width: 80%;
    border-radius: calc(19px * 2);
}.course-summary-k .new-study-l::after {
    display: none;
}
}

@media (max-width: 991px) {.course-summary-k {
    padding: 80px 0;
}.course-summary-k .text-holder-wrap-S {
    padding: 30px;
}.course-summary-k .text-holder-wrap-S h2 {
    font-size: calc(28px * 0.9);
}.course-summary-k .hero-banner-a {
    height: 400px;
    margin-top: 40px;
}.course-summary-k .new-study-l::before,
    .course-summary-k .new-study-l::after {
    width: 150px;
}
}

@media (max-width: 768px) {.course-summary-k {
    padding: 60px 0;
}.course-summary-k .text-holder-wrap-S {
    padding: 25px 20px;
}.course-summary-k .text-holder-wrap-S h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.85);
    padding-bottom: 15px;
}.course-summary-k .text-holder-wrap-S h2::after {
    width: 50px;
    height: 2px;
}.course-summary-k .text-holder-wrap-S .description {
    font-size: calc(12px * 0.95);
}.course-summary-k .hero-banner-a {
    height: 350px;
    margin-top: 30px;
}.course-summary-k .new-study-l::before,
    .course-summary-k .new-study-l::after {
    display: none;
}
}

@media (max-width: 576px) {.course-summary-k {
    padding: 50px 0;
}.course-summary-k .text-holder-wrap-S {
    padding: 20px 15px;
}.course-summary-k .text-holder-wrap-S h2 {
    padding-bottom: 12px;
    font-size: calc(28px * 0.8);
    margin-bottom: 20px;
}.course-summary-k .text-holder-wrap-S h2::after {
    width: 40px;
}.course-summary-k .text-holder-wrap-S .description {
    line-height: 1.7;
    font-size: calc(12px * 0.9);
}.course-summary-k .hero-banner-a {
    margin-top: 25px;
    height: 250px;
}}.course-fit-for-K {
    padding: 5rem 0;
    background-color: rgb(204,210,229);
    overflow: hidden;
    position: relative;
}.course-fit-for-K::before {
    left: 0;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(157,172,204,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(110,129,176,0.5) 75%, transparent 76%);
    height: 100%;
    animation: moveRays 30s linear infinite;
    z-index: 1;
    opacity: 0.3;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    background-size: 200px 200px;
}.course-fit-for-K::after {
    opacity: 0.2;
    background-image: 
        linear-gradient(90deg, transparent 90%, rgb(157,172,204,0.5) 90%, rgb(157,172,204,0.5) 91%, transparent 91%),
        linear-gradient(0deg, transparent 95%, rgb(110,129,176,0.5) 95%, rgb(110,129,176,0.5) 96%, transparent 96%);
    animation: moveRaysVertical 20s linear infinite;
    background-size: 120px 120px;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}.course-fit-for-K .ethos-block-T {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 2rem;
}.course-fit-for-K h3 {
    margin-bottom: 3.5rem;
    font-weight: 600;
    position: relative;
    color: rgb(157,172,204);
    text-align: center;
    font-size: 31px;
}.course-fit-for-K h3::after {
    animation: pulseLight 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(157,172,204), transparent);
    height: 2px;
    content: '';
    left: 50%;
    width: 150px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
}.course-fit-for-K ul {
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 1.5rem;
    list-style-type: none;
    display: flex;
}.course-fit-for-K li {
    backdrop-filter: blur(5px);
    border-radius: 28px;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgb(157,172,204,0.5);
    padding: 1.5rem 2rem;
}.course-fit-for-K li::before {
    height: 100%;
    z-index: -1;
    width: 0;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    opacity: 0.1;
    background: linear-gradient(90deg, rgb(157,172,204,0.5) 0%, transparent 100%);
    position: absolute;
    content: '';
    top: 0;
}.course-fit-for-K li::after {
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    box-shadow: 0 0 10px rgb(157,172,204,0.5);
    background: linear-gradient(90deg, rgb(157,172,204) 0%, transparent 100%);
    bottom: 0;
    opacity: 0.5;
    left: 0;
}.course-fit-for-K li:hover {
    border-left-color: rgb(157,172,204);
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.course-fit-for-K li:hover::before {
    width: 100%;
}.course-fit-for-K li svg {
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 40px;
    filter: drop-shadow(0 0 8px rgb(157,172,204,0.5));
    fill: rgb(157,172,204);
    height: 40px;
}.course-fit-for-K li:hover svg {
    animation: flashLight 1s ease;
    transform: scale(1.1);
}.course-fit-for-K li svg path {
    transition: all 0.4s ease;
    fill: rgb(157,172,204);
}.course-fit-for-K li:hover svg path {
    fill: rgb(110,129,176);
}.course-fit-for-K li {
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    font-size: 12px;
}.course-fit-for-K li:nth-child(1) {
    animation-delay: 0s;
}.course-fit-for-K li:nth-child(2) {
    animation-delay: 0.1s;
}.course-fit-for-K li:nth-child(3) {
    animation-delay: 0.2s;
}.course-fit-for-K li:nth-child(4) {
    animation-delay: 0.3s;
}

@keyframes moveRays {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200px 200px;
    }
}

@keyframes moveRaysVertical {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(157,172,204,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(157,172,204);
    }
}

@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(157,172,204,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(157,172,204));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(157,172,204,0.5));
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (min-width: 992px) {.course-fit-for-K li {
    opacity: 0;
    animation: slideIn 0.5s forwards;
}
}

@media (max-width: 991px) {.course-fit-for-K {
    padding: 4rem 0;
}.course-fit-for-K h3 {
    font-size: calc(31px * 0.9);
}.course-fit-for-K li {
    padding: 1.2rem 1.8rem;
}.course-fit-for-K li svg {
    height: 35px;
    width: 35px;
    margin-right: 1.2rem;
}
}

@media (max-width: 767px) {.course-fit-for-K {
    padding: 3rem 0;
}.course-fit-for-K h3 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.8);
}.course-fit-for-K h3::after {
    width: 120px;
}.course-fit-for-K li {
    padding: 1rem 1.5rem;
}.course-fit-for-K li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    opacity: 0.9;
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(157,172,204,0.5) 50%,
    #000000 100%);
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
}.achieve-cta-i {
    z-index: 5;
    padding: 60px 0 40px;
    position: relative;
    background-color: transparent;
}.achieve-cta-i .container {
    position: relative;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.achieve-cta-i .company_holder {
    position: relative;
    padding: 30px;
    grid-column: span 4;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
}.achieve-cta-i .company_holder h3 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 29px;
}.achieve-cta-i .company_holder h3::after {
    width: 100%;
    bottom: -8px;
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(157,172,204);
}.achieve-cta-i .webinar-live-G {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 14px;
    color: #ffffff;
}.achieve-cta-i .project-ref-X {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-column: span 8;
}.achieve-cta-i .main-page-z {
    border-radius: 10px;
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}.achieve-cta-i .main-page-z h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.achieve-cta-i .main-page-z h5::after {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: rgb(110,129,176);
    height: 2px;
    bottom: -8px;
}.achieve-cta-i .main-page-z .top-mainbar-G {
    display: grid;
    grid-gap: 15px;
}.achieve-cta-i .main-page-z .top-mainbar-G a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    padding-left: 15px;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
}.achieve-cta-i .main-page-z .top-mainbar-G a::before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    border-radius: 50%;
    height: 6px;
    background: rgb(110,129,176);
    content: "";
    width: 6px;
}.achieve-cta-i .main-page-z .top-mainbar-G a:hover {
    color: rgb(157,172,204);
    opacity: 1;
    transform: translateX(5px);
}.footer-workshops-l {
    padding: 25px 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 40px;
}.footer-workshops-l .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.footer-workshops-l .citation-c {
    opacity: 0.7;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 991px) {.achieve-cta-i .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.achieve-cta-i .company_holder {
    grid-column: span 12;
}.achieve-cta-i .project-ref-X {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.achieve-cta-i {
    padding: 40px 0 30px;
}.achieve-cta-i .project-ref-X {
    grid-template-columns: 1fr;
}.achieve-cta-i .company_holder {
    padding: 25px;
}.achieve-cta-i .main-page-z {
    padding: 25px;
}.achieve-cta-i .company_holder h3 {
    font-size: calc(29px - 2px);
}.achieve-cta-i .main-page-z h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.achieve-cta-i {
    padding: 30px 0 20px;
}.achieve-cta-i .company_holder,
  .achieve-cta-i .main-page-z {
    padding: 20px;
}.achieve-cta-i .company_holder h3 {
    font-size: calc(29px - 4px);
}.footer-workshops-l {
    padding: 20px 0;
}}

.achieve-cta-i .company_holder:hover,
.achieve-cta-i .main-page-z:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.achieve-cta-i .container::before {
    top: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
    background: 
    linear-gradient(to right, rgb(157,172,204,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(157,172,204,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    left: 0;
    content: "";
    height: 100%;
}.achieve-cta-i .company_holder::before {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 0;
    background: rgb(157,172,204);
    height: 100%;
    width: 5px;
}.achieve-cta-i .main-page-z::before {
    top: 0;
    left: 0;
    background: rgb(110,129,176);
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 5px;
    content: "";
}footer::after {
    bottom: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    opacity: 0.3;
    height: 5px;
    width: 100%;
    background: linear-gradient(to right,
    rgb(157,172,204),
    rgb(110,129,176),
    rgb(157,172,204));
    content: "";
}.achieve-cta-i .top-mainbar-G {
    position: relative;
}.achieve-cta-i .top-mainbar-G::after {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    height: 1px;
    bottom: -15px;
    background: rgb(110,129,176,0.5);
}.achieve-cta-i .main-page-z h5,
.achieve-cta-i .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.achieve-cta-i .main-page-z:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.achieve-cta-i .main-page-z:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.footer-workshops-l .citation-c {
    position: relative;
    display: inline-block;
}.footer-workshops-l .citation-c::before {
    position: absolute;
    width: 30px;
    background: rgb(157,172,204);
    content: "";
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    height: 1px;
}.footer-workshops-l .citation-c::after {
    background: rgb(157,172,204);
    content: "";
    height: 1px;
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    opacity: 0.5;
    top: 50%;
    right: -40px;
}.cookie-message-panel-R {
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(157,172,204);
    position: fixed;
    background: rgb(204,210,229);
    bottom: 0;
}.manage-cookies-b {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.cookie-message-panel-R h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-message-panel-R p {
    font-size: 18px;
}.privacy-learn-s {
    flex-shrink: 0;
    margin-right: 10px;
}.privacy-learn-s svg, .privacy-learn-s svg path, .privacy-learn-s img {
    fill: rgb(157,172,204);
    width: 100px;
    height: 100px;
}.visitor-settings-c {
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    flex-shrink: 0;
    min-width: 120px;
    border-bottom: 2px solid rgb(157,172,204);
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
    color: rgb(157,172,204);
    font-size: 24px;
}.cookie-message-panel-R p a {
    color: rgb(157,172,204);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-message-panel-R {
    padding: 20px;
}}
#userConsentBanner-S {
    display: none;
}#userConsentBanner-S:checked ~ .cookie-message-panel-R {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.privacy-learn-s {
    display: none;
}.manage-cookies-b {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie-message-panel-R h5 {
    text-align: center;
}.cookie-message-panel-R p {
    text-align: center;
}.edu-settings-w {
    margin-bottom: 20px;
}body .warp-container-T .visitor-settings-c {
    margin-left: 0;
}
}