﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1176px;
    margin: auto;
}.aNf-policy-links {
    flex: 0 0 auto;
}.WHT-wrapper-capsule {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}.rig-first-class {
    flex: 1 0 auto;
}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;
}}
.iso-teaching-process {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(207,217,233) 40%, rgb(112,151,180,0.5) 100%);
    perspective: 1000px;
}.iso-teaching-process::before {
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(160,184,208,0.5) 0px,
        transparent 2px,
        transparent 8px,
        rgb(160,184,208,0.5) 10px
    );
    height: 100%;
    width: 100%;
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
}.iso-teaching-process::after {
    opacity: 0.1;
    right: -20%;
    top: -50%;
    transform: rotate(15deg) translateZ(-10px);
    height: 200%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(160,184,208,0.5) 10%,
        rgb(112,151,180,0.5) 50%,
        transparent 90%
    );
    content: "";
    pointer-events: none;
    width: 70%;
}.iso-teaching-process .container.SNJ-learning-lab {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.iso-teaching-process .container.SNJ-learning-lab > div {
    max-width: 92%;
    position: relative;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    margin-left: auto;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(20px) rotateX(2deg);
    border-left: 5px solid rgb(160,184,208);
    padding: 3.5rem 3rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px -12px rgba(0, 0, 0, 0.15);
}.iso-teaching-process .container.SNJ-learning-lab > div:hover {
    transform: translateZ(30px) rotateX(0deg);
}.iso-teaching-process h3 {
    position: relative;
    color: #000000;
    margin-bottom: 2rem;
    transform: translateZ(5px);
    font-weight: 700;
    font-size: calc(28px * 0.85);
}.iso-teaching-process h3::before {
    height: 3px;
    bottom: -10px;
    left: 0;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    transform-origin: left center;
    content: "";
    width: 80px;
    background: linear-gradient(
        to right,
        rgb(160,184,208) 0%,
        rgb(112,151,180) 100%
    );
    position: absolute;
}.iso-teaching-process .container.SNJ-learning-lab > div:hover h3::before {
    transform: scaleX(1.3);
}.iso-teaching-process p {
    position: relative;
    line-height: 1.8;
    margin-bottom: 0;
    color: #000000;
    transform: translateZ(5px);
    font-size: 18px;
}.iso-teaching-process p span {
    padding-left: 10px;
    position: relative;
    display: block;
}.iso-teaching-process p span::before {
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
    position: absolute;
    height: 2px;
    width: 15px;
    content: "";
    top: 0.8em;
    background-color: rgb(160,184,208);
    left: -15px;
}.iso-teaching-process .container.SNJ-learning-lab > div:hover p span::before {
    transform: translateX(0);
    opacity: 1;
}

@media (min-width: 992px) {.iso-teaching-process {
    padding: 150px 0 100px;
}.iso-teaching-process .container.SNJ-learning-lab > div {
    margin-left: auto;
    padding: 4rem 4.5rem;
    max-width: 85%;
    transform: translateZ(30px) rotateX(2deg) rotateY(-1deg);
}.iso-teaching-process .container.SNJ-learning-lab > div:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.iso-teaching-process h3 {
    font-size: 28px;
    margin-bottom: 2.5rem;
}.iso-teaching-process p {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 991px) {.iso-teaching-process {
    padding: 90px 0 60px;
}.iso-teaching-process .container.SNJ-learning-lab > div {
    padding: 2.5rem 2rem;
    max-width: 95%;
    transform: translateZ(10px) rotateX(1deg);
}.iso-teaching-process h3 {
    font-size: calc(28px * 0.8);
}
}

@media (max-width: 767px) {.iso-teaching-process {
    padding: 70px 0 50px;
}.iso-teaching-process .container.SNJ-learning-lab > div {
    padding: 2rem 1.5rem;
    transform: translateZ(5px) rotateX(0deg);
    max-width: 100%;
}.iso-teaching-process h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.iso-teaching-process h3::before {
    width: 60px;
}.iso-teaching-process p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 575px) {.iso-teaching-process {
    padding: 60px 0 40px;
}.iso-teaching-process .container.SNJ-learning-lab > div {
    padding: 1.8rem 1.2rem;
    border-left-width: 3px;
}.iso-teaching-process h3 {
    font-size: calc(28px * 0.6);
    margin-bottom: 1.2rem;
}.iso-teaching-process h3::before {
    height: 2px;
    width: 50px;
}.iso-teaching-process p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.iso-teaching-process .container.SNJ-learning-lab > div,
    .iso-teaching-process .container.SNJ-learning-lab > div:hover,
    .iso-teaching-process h3::before,
    .iso-teaching-process p span::before {
    transition: none;
    transform: none;
}}.aNf-policy-links {
    color: #ffffff;
    padding: 6rem 0 3rem;
    z-index: 1;
    background-attachment: fixed;
    position: relative;
}.aNf-policy-links::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(160,184,208,0.5) 100%);
    z-index: -1;
    content: "";
}.aNf-policy-links::after {
    width: 100%;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    top: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.aNf-policy-links .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.aNf-policy-links .company_holder {
    padding-bottom: 2.5rem;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    margin-bottom: 3rem;
}.aNf-policy-links .company_holder::before,
.aNf-policy-links .company_holder::after {
    bottom: -1px;
    position: absolute;
    height: 2px;
    animation: slide 3s infinite alternate;
    width: 20%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(112,151,180), transparent);
}.aNf-policy-links .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.aNf-policy-links .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.aNf-policy-links .company_holder h3 {
    display: inline-block;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-size: calc(37px * 1.3);
}.aNf-policy-links .company_holder h3::after {
    bottom: -10px;
    position: absolute;
    width: 60px;
    height: 3px;
    left: 50%;
    background: rgb(112,151,180);
    transform: translateX(-50%);
    content: "";
}.aNf-policy-links .PjB-access-cta {
    opacity: 0.8;
    line-height: 1.7;
    max-width: 600px;
    font-size: 12px;
    color: #ffffff;
    margin: 1.5rem auto 0;
}.aNf-policy-links .TRk-idea-pool {
    justify-content: center;
    display: flex;
}.aNf-policy-links .QSZ-head-wrap {
    display: flex;
    gap: 6rem;
    position: relative;
}.aNf-policy-links .QSZ-head-wrap::before {
    content: "";
    transform: translateX(-50%);
    top: -30px;
    height: 20px;
    position: absolute;
    width: 1px;
    background: rgb(160,184,208);
    left: 50%;
}.aNf-policy-links .reo-head-primary {
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
    position: relative;
    border-radius: 10px;
}.aNf-policy-links .reo-head-primary:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    background: rgba(rgb(160,184,208,0.5), 0.1);
    transform: translateY(-5px);
}.aNf-policy-links .reo-head-primary h5 {
    letter-spacing: 1.5px;
    color: rgb(112,151,180);
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 19px;
}.aNf-policy-links .reo-head-primary .QSZ-head-wrap {
    flex-direction: column;
    position: static;
    display: flex;
    gap: 0.8rem;
}.aNf-policy-links .reo-head-primary .QSZ-head-wrap a {
    opacity: 0.75;
    padding: 0.4rem 0;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}.aNf-policy-links .reo-head-primary .QSZ-head-wrap a::before {
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(160,184,208), transparent);
    transition: transform 0.4s ease;
    position: absolute;
    transform: scaleX(0);
    z-index: -1;
    transform-origin: center;
}.aNf-policy-links .reo-head-primary .QSZ-head-wrap a:hover {
    color: rgb(112,151,180);
    opacity: 1;
}.aNf-policy-links .reo-head-primary .QSZ-head-wrap a:hover::before {
    transform: scaleX(1);
}.WNv-cert-block {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1.2rem 0;
    margin-top: 4rem;
    position: relative;
}.WNv-cert-block::before {
    background-size: 4px 4px;
    background-image: linear-gradient(45deg, rgba(rgb(160,184,208,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(160,184,208,0.5), 0.05) 50%, rgba(rgb(160,184,208,0.5), 0.05) 75%, transparent 75%, transparent);
    width: 100%;
    animation: bgMove 20s linear infinite;
    content: "";
    opacity: 0.3;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.WNv-cert-block .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.WNv-cert-block .fGH-site-map {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    opacity: 0.8;
}.WNv-cert-block .fGH-site-map::before,
.WNv-cert-block .fGH-site-map::after {
    color: rgb(160,184,208);
    margin: 0 0.6rem;
    content: "•";
}

@media screen and (max-width: 992px) {.aNf-policy-links {
    padding: 4rem 0 2rem;
}.aNf-policy-links .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.aNf-policy-links .company_holder h3 {
    font-size: 37px;
}.aNf-policy-links .QSZ-head-wrap {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.aNf-policy-links .TRk-idea-pool {
    flex-direction: column;
    align-items: center;
}.aNf-policy-links .QSZ-head-wrap {
    max-width: 450px;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
}.aNf-policy-links .reo-head-primary {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.aNf-policy-links {
    padding: 3rem 0 1.5rem;
}.aNf-policy-links .company_holder h3 {
    font-size: calc(37px * 0.9);
}.aNf-policy-links .PjB-access-cta {
    font-size: calc(12px * 0.9);
}.aNf-policy-links .reo-head-primary {
    padding: 1rem;
}.aNf-policy-links .reo-head-primary h5 {
    font-size: calc(19px * 0.9);
}.WNv-cert-block {
    padding: 1rem 0;
    margin-top: 2rem;
}.WNv-cert-block .fGH-site-map {
    font-size: calc(16px * 0.9);
}.WNv-cert-block .fGH-site-map::before,
    .WNv-cert-block .fGH-site-map::after {
    display: none;
}}header {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(207,217,233);
    z-index: 1000;
    left: 0;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: fixed;
}header:before {
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(160,184,208) 0%, 
        rgb(112,151,180) 50%, 
        rgb(160,184,208) 100%
    );
}header:after {
    pointer-events: none;
    bottom: 0;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(207,217,233) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(207,217,233) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(207,217,233) 25%, transparent 25%),
        linear-gradient(45deg, rgb(207,217,233) 25%, transparent 25%);
    background-color: rgba(0, 0, 0, 0.01);
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
    background-size: 20px 20px;
    opacity: 0.4;
}header .zlj-nav-info {
    position: relative;
    overflow: hidden;
}header .zlj-nav-info:before {
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(160,184,208,0.5),
        transparent
    );
    height: 1px;
    bottom: 0;
    position: absolute;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
}header .container:before {
    position: absolute;
    top: 50%;
    opacity: 0.7;
    background: rgb(160,184,208);
    content: '';
    transform: translateY(-50%) rotate(45deg);
    left: 10px;
    height: 8px;
    width: 8px;
}header .container:after {
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    top: 50%;
    right: 10px;
    height: 8px;
    background: rgb(112,151,180);
    content: '';
    opacity: 0.7;
    position: absolute;
}header .uTx-top-learn {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .uTx-top-learn:before {
    position: absolute;
    bottom: -10px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    content: '';
    width: 100%;
    opacity: 0.2;
}header .reo-head-primary {
    gap: 30px;
    position: relative;
    display: flex;
    align-items: center;
}header .reo-head-primary:before {
    opacity: 0;
    background: rgb(160,184,208);
    bottom: -8px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: center;
    width: 100%;
    height: 2px;
    content: '';
    transform: scaleX(0.9);
    left: 0;
}header .reo-head-primary:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .mLA-head-edu {
    text-transform: uppercase;
    font-size: 15px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 8px 2px;
    position: relative;
    text-decoration: none;
}header .mLA-head-edu:before {
    content: '';
    transform: translateX(-101%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(160,184,208);
    bottom: 0;
}header .mLA-head-edu:after {
    width: 8px;
    background: rgb(160,184,208);
    height: 8px;
    left: 50%;
    top: 100%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    content: '';
    position: absolute;
    transition: all 0.3s ease;
}header .mLA-head-edu:hover {
    color: rgb(160,184,208);
}header .mLA-head-edu:hover:before {
    transform: translateX(0);
}header .mLA-head-edu:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .CYO-header-site {
    position: relative;
    padding: 5px 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
}header .CYO-header-site:before {
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(rgb(207,217,233), rgb(207,217,233)) padding-box,
                linear-gradient(135deg, rgb(160,184,208), rgb(112,151,180)) border-box;
    border: 2px solid transparent;
    opacity: 0;
    top: 0;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
}header .CYO-header-site:after {
    width: 10px;
    background: linear-gradient(135deg, rgb(160,184,208), rgb(112,151,180));
    height: 10px;
    transition: all 0.4s ease;
    left: -5px;
    opacity: 0;
    content: '';
    transform: scale(0);
    position: absolute;
    top: -5px;
    border-radius: 50%;
}header .CYO-header-site:hover:before {
    opacity: 1;
}header .CYO-header-site:hover:after {
    transform: scale(1);
    opacity: 1;
}header .CYO-header-site svg {
    height: 42px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: auto;
}header .CYO-header-site:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .reo-head-primary {
    gap: 20px;
}header .CYO-header-site svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .reo-head-primary {
    right: -100%;
    gap: 5px;
    position: fixed;
    max-width: 320px;
    flex-direction: column;
    width: 80%;
    background: rgb(207,217,233);
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 75px 30px 30px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    top: 0;
    height: 100vh;
}header .reo-head-primary:before {
    width: 80%;
    bottom: auto;
    left: 10%;
    top: 60px;
    height: 1px;
}header .menu.active {
    right: 0;
}header .mLA-head-edu {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 14px 5px;
}header .mLA-head-edu:last-child {
    border-bottom: none;
}header .mLA-head-edu:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .mLA-head-edu:hover:after {
    left: 5px;
    opacity: 1;
    top: 50%;
}header .CYO-header-site {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .CYO-header-site svg {
    height: 35px;
}}.ZQq-service-connect {
    background: rgb(207,217,233);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.ZQq-service-connect::before {
    content: "";
    background-size: 100px 100px;
    top: 0;
    width: 100%;
    z-index: 1;
    background: 
    linear-gradient(45deg, rgb(160,184,208,0.5) 25%, transparent 25%) -50px 0,
    linear-gradient(45deg, transparent 25%, rgb(112,151,180,0.5) 25%, rgb(112,151,180,0.5) 50%, transparent 50%, transparent 75%, rgb(112,151,180,0.5) 75%, rgb(112,151,180,0.5)) -50px 0;
    position: absolute;
    height: 100%;
    opacity: 0.03;
    animation: backgroundMove 60s linear infinite;
    left: 0;
}.ZQq-service-connect::after {
    left: 0;
    content: "";
    width: 100%;
    bottom: 0;
    height: 1px;
    animation: scanline 4s linear infinite;
    background: linear-gradient(90deg, transparent, rgb(160,184,208), rgb(112,151,180), transparent);
    position: absolute;
}.ZQq-service-connect .container {
    z-index: 2;
    position: relative;
}.ZQq-service-connect .HFI-help-desk {
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 20px 70px -10px rgba(0, 0, 0, 0.1),
              0 5px 20px -5px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    transform-style: preserve-3d;
    perspective: 1000px;
    overflow: hidden;
}.ZQq-service-connect .HFI-help-desk::before {
    top: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
    z-index: -1;
    background: 
    radial-gradient(circle at 20% 20%, rgb(160,184,208,0.5) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgb(112,151,180,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    position: absolute;
}.ZQq-service-connect .HFI-help-desk::after {
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    left: 0;
    top: 0;
}.ZQq-service-connect h2 {
    font-weight: 700;
    padding-left: 20px;
    font-size: 35px;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    color: #000000;
    position: relative;
}.ZQq-service-connect h2::before {
    box-shadow: 0 0 15px rgb(160,184,208);
    height: 10px;
    top: 50%;
    width: 10px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(160,184,208);
    content: "";
    animation: pulse 3s infinite;
    border-radius: 2px;
    position: absolute;
}.ZQq-service-connect h2::after {
    height: 2px;
    background: linear-gradient(to right, rgb(160,184,208), transparent);
    bottom: -10px;
    width: 100px;
    content: "";
    position: absolute;
    left: 0;
}.ZQq-service-connect p {
    color: #000000;
    position: relative;
    font-weight: 400;
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 30px;
}.ZQq-service-connect p:last-of-type {
    margin-bottom: 50px;
    border-left: 3px solid rgb(160,184,208);
    align-items: center;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.02);
    padding: 15px 20px;
}.ZQq-service-connect p:last-of-type:hover {
    background: rgba(0, 0, 0, 0.04);
    transform: translateX(5px);
}.ZQq-service-connect p svg {
    height: 24px;
    fill: rgb(160,184,208);
    filter: drop-shadow(0 0 2px rgb(160,184,208,0.5));
    margin-right: 15px;
    width: 24px;
    transition: all 0.3s ease;
}.ZQq-service-connect p:hover svg {
    transform: scale(1.1);
}.ZQq-service-connect p svg path {
    fill: rgb(160,184,208);
    transition: fill 0.3s ease;
}.ZQq-service-connect .Vsb-msg-support {
    padding-top: 20px;
    gap: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.ZQq-service-connect .Vsb-msg-support::before {
    top: 0;
    content: "";
    background: linear-gradient(to right, rgb(112,151,180,0.5), transparent);
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
}.ZQq-service-connect .PcD-edu-chat {
    border-radius: 15px;
    width: 70px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 70px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
}.ZQq-service-connect .PcD-edu-chat::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: 
    linear-gradient(45deg, rgb(160,184,208,0.5), transparent 70%),
    linear-gradient(135deg, transparent 70%, rgb(112,151,180,0.5));
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
}.ZQq-service-connect .PcD-edu-chat::after {
    border-radius: 17px;
    content: "";
    right: -2px;
    z-index: -2;
    top: -2px;
    background-size: 200% 200%;
    background: linear-gradient(45deg, rgb(160,184,208), rgb(112,151,180), rgb(160,184,208));
    animation: gradient-animation 6s linear infinite;
    transition: opacity 0.4s ease;
    left: -2px;
    opacity: 0;
    position: absolute;
    bottom: -2px;
}.ZQq-service-connect .PcD-edu-chat svg {
    width: 30px;
    transition: all 0.4s ease;
    fill: rgb(160,184,208);
    height: 30px;
}.ZQq-service-connect .PcD-edu-chat svg path {
    fill: rgb(160,184,208);
    transition: fill 0.4s ease;
}.ZQq-service-connect .PcD-edu-chat:hover {
    border-radius: 20px;
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.ZQq-service-connect .PcD-edu-chat:hover::before {
    opacity: 0.2;
}.ZQq-service-connect .PcD-edu-chat:hover::after {
    opacity: 1;
}.ZQq-service-connect .PcD-edu-chat:hover svg {
    fill: rgb(160,184,208);
    transform: scale(1.1);
}.ZQq-service-connect .PcD-edu-chat:hover svg path {
    fill: rgb(160,184,208);
}.ZQq-service-connect .PcD-edu-chat span {
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgb(160,184,208);
    border-radius: 50%;
    animation: ripple 1s linear infinite;
    pointer-events: none;
    opacity: 0;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@keyframes scanline {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
    box-shadow: 0 0 15px rgb(160,184,208);
  }
  50% {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    box-shadow: 0 0 30px rgb(160,184,208);
  }
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes backgroundMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@media (max-width: 992px) {.ZQq-service-connect {
    padding: 70px 0;
}.ZQq-service-connect .HFI-help-desk {
    padding: 45px 35px;
}.ZQq-service-connect h2 {
    font-size: calc(35px * 0.9);
}.ZQq-service-connect .Vsb-msg-support {
    gap: 20px;
}.ZQq-service-connect .PcD-edu-chat {
    height: 65px;
    width: 65px;
}.ZQq-service-connect .PcD-edu-chat svg {
    height: 26px;
    width: 26px;
}
}

@media (max-width: 768px) {.ZQq-service-connect {
    padding: 60px 0;
}.ZQq-service-connect .HFI-help-desk {
    padding: 40px 30px;
}.ZQq-service-connect h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.85);
}.ZQq-service-connect p {
    margin-bottom: 25px;
    font-size: calc(13px * 0.95);
}.ZQq-service-connect p:last-of-type {
    padding: 12px 15px;
}.ZQq-service-connect p svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.ZQq-service-connect .Vsb-msg-support {
    justify-content: center;
    gap: 15px;
}.ZQq-service-connect .PcD-edu-chat {
    border-radius: 12px;
    width: 60px;
    height: 60px;
}.ZQq-service-connect .PcD-edu-chat svg {
    height: 24px;
    width: 24px;
}.ZQq-service-connect .PcD-edu-chat:hover {
    border-radius: 15px;
}
}

@media (max-width: 576px) {.ZQq-service-connect {
    padding: 50px 0;
}.ZQq-service-connect .HFI-help-desk {
    padding: 35px 25px;
}.ZQq-service-connect h2 {
    font-size: calc(35px * 0.8);
    padding-left: 15px;
}.ZQq-service-connect h2::before {
    width: 8px;
    height: 8px;
}.ZQq-service-connect p {
    font-size: calc(13px * 0.9);
}.ZQq-service-connect p:last-of-type {
    padding: 10px 12px;
}.ZQq-service-connect p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.ZQq-service-connect .Vsb-msg-support {
    justify-content: space-around;
    gap: 12px;
}.ZQq-service-connect .PcD-edu-chat {
    border-radius: 10px;
    height: 55px;
    width: 55px;
}.ZQq-service-connect .PcD-edu-chat svg {
    height: 22px;
    width: 22px;
}.ZQq-service-connect .PcD-edu-chat:hover {
    border-radius: 12px;
}}.Dfy-privacy-box {
    gap: 30px;
    color: #000000;
    border: 1px solid rgb(160,184,208,0.5);
    flex-direction: column;
    padding: 50px;
    font-family: Arial, sans-serif;
    background-color: rgb(207,217,233);
    display: flex;
}.Dfy-privacy-box h1 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(160,184,208);
    text-transform: uppercase;
    font-size: 39px;
    color: rgb(160,184,208);
    margin-bottom: 20px;
}.Dfy-privacy-box h2 {
    color: rgb(112,151,180);
    font-weight: 600;
    font-size: 29px;
    margin-bottom: 20px;
}.Dfy-privacy-box h3, .Dfy-privacy-box h4, .Dfy-privacy-box h5, .Dfy-privacy-box h6 {
    margin: 1rem 0;
    color: rgb(160,184,208);
    font-weight: 400;
}.Dfy-privacy-box ul, .Dfy-privacy-box ol {
    margin: 0;
    padding-left: 20px;
}.Dfy-privacy-box ul {
    list-style-type: none;
    counter-reset: item;
}.Dfy-privacy-box ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}.Dfy-privacy-box ul li::before {
    left: 0;
    content: counter(item) ".";
    color: rgb(160,184,208);
    font-weight: 700;
    position: absolute;
    counter-increment: item;
}.Dfy-privacy-box ol {
    list-style-type: decimal;
}.Dfy-privacy-box ol li {
    margin-bottom: 10px;
    font-size: 14px;
}.Dfy-privacy-box p {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}.Dfy-privacy-box span {
    font-weight: 600;
    color: rgb(160,184,208);
}.Dfy-privacy-box div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.Dfy-privacy-box {
    padding: 30px 15px;
}.Dfy-privacy-box h1 {
    font-size: calc(22px - 10px);
}.Dfy-privacy-box h2 {
    font-size: calc(22px - 8px);
}.Dfy-privacy-box p, .Dfy-privacy-box li {
    font-size: calc(14px - 2px);
}}.Ili-program-structure {
    display: flex;
    background-color: rgb(207,217,233);
    position: relative;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
}.Ili-program-structure .fRx-tech-training {
    width: 100%;
    left: 0;
    overflow: hidden;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.Ili-program-structure .bNE-tech-learn {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    width: calc(100% * var(--slide-count, 5));
    display: flex;
    height: 100%;
}.Ili-program-structure .fRx-tech-training:hover .bNE-tech-learn {
    animation-play-state: paused;
}.Ili-program-structure .NOK-learn-work {
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
    height: 100%;
    position: relative;
}.Ili-program-structure .NOK-learn-work::before {
    content: "";
    opacity: 0.8;
    bottom: 0;
    top: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: 1;
    right: 0;
    background: linear-gradient(
        135deg,
        rgb(160,184,208,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(112,151,180,0.5) 100%
    );
}.Ili-program-structure .NOK-learn-work:hover::before {
    opacity: 0.4;
}.Ili-program-structure .NOK-learn-work img {
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out;
}.Ili-program-structure .NOK-learn-work:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.Ili-program-structure .container {
    height: 100%;
    z-index: 2;
    position: relative;
    padding: 4rem 2rem;
    align-items: center;
    display: flex;
    margin: auto;
    justify-content: flex-end;
}.Ili-program-structure .SNJ-learning-lab {
    margin-right: 5%;
    max-width: 600px;
    width: 100%;
    position: relative;
}.Ili-program-structure .KIA-learn-development {
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    padding: 3rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    backdrop-filter: blur(8px);
}.Ili-program-structure .KIA-learn-development::before {
    background: linear-gradient(
        90deg,
        rgb(160,184,208) 0%,
        rgb(112,151,180) 100%
    );
    height: 3px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}.Ili-program-structure .KIA-learn-development::after {
    right: 0;
    width: 50%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(160,184,208,0.5) 100%
    );
    position: absolute;
    height: 1px;
    bottom: 0;
}.Ili-program-structure .KIA-learn-development:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}.Ili-program-structure .KIA-learn-development h3 {
    display: inline-block;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
}.Ili-program-structure .KIA-learn-development h3::after {
    transition: width 0.3s ease;
    background-color: rgb(160,184,208);
    bottom: -8px;
    position: absolute;
    content: "";
    width: 40%;
    height: 2px;
    left: 0;
}.Ili-program-structure .KIA-learn-development:hover h3::after {
    width: 60%;
}.Ili-program-structure .KIA-learn-development p {
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.8;
}.Ili-program-structure .KIA-learn-development .UtS-help-grid {
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    background: linear-gradient(
        45deg,
        rgb(160,184,208) 0%,
        rgb(112,151,180) 100%
    );
    padding: 0.85rem 2rem;
    box-shadow: 0 4px 15px rgb(160,184,208,0.5);
    z-index: 1;
    font-weight: 600;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    color: #ffffff;
}.Ili-program-structure .KIA-learn-development .UtS-help-grid::before {
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(112,151,180) 0%,
        rgb(160,184,208) 100%
    );
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
}.Ili-program-structure .KIA-learn-development .UtS-help-grid:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(160,184,208,0.5);
}.Ili-program-structure .KIA-learn-development .UtS-help-grid:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.Ili-program-structure::before {
    z-index: 1;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
}

@media (max-width: 992px) {.Ili-program-structure .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.Ili-program-structure .SNJ-learning-lab {
    max-width: 540px;
    margin-right: 0;
}.Ili-program-structure .KIA-learn-development {
    padding: 2.5rem;
}.Ili-program-structure .KIA-learn-development h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.Ili-program-structure .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
}.Ili-program-structure .KIA-learn-development {
    padding: 2rem;
}.Ili-program-structure .KIA-learn-development h3 {
    margin-bottom: 1.2rem;
    font-size: calc(34px * 0.8);
}.Ili-program-structure .KIA-learn-development p {
    margin-bottom: 1.5rem;
}.Ili-program-structure .KIA-learn-development .UtS-help-grid {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.Ili-program-structure .bNE-tech-learn {
    animation-duration: 20s;
}.Ili-program-structure .container {
    padding: 3rem 1rem;
}.Ili-program-structure .KIA-learn-development {
    padding: 1.5rem;
}.Ili-program-structure .KIA-learn-development h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1rem;
}.Ili-program-structure .KIA-learn-development p {
    margin-bottom: 1.25rem;
    font-size: calc(15px * 0.9);
}.Ili-program-structure .KIA-learn-development .UtS-help-grid {
    padding: 0.65rem 1.5rem;
    font-size: calc(14px * 0.9);
}}

.Ili-program-structure .bNE-tech-learn::before {
    position: fixed;
    height: 1px;
    width: 1px;
    animation: set-slide-count 0.1s forwards;
    content: "";
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.Ili-program-structure .NOK-learn-work:nth-child(1) {
    --slide-color: rgb(160,184,208);
}.Ili-program-structure .NOK-learn-work:nth-child(2) {
    --slide-color: rgb(112,151,180);
}.Ili-program-structure .NOK-learn-work:nth-child(3) {
    --slide-color: rgb(160,184,208);
}.Ili-program-structure .NOK-learn-work:nth-child(4) {
    --slide-color: rgb(112,151,180);
}.Ili-program-structure .NOK-learn-work:nth-child(5) {
    --slide-color: rgb(160,184,208);
}.Ili-program-structure .NOK-learn-work::after {
    mix-blend-mode: soft-light;
    content: "";
    top: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(160,184,208)) 150%
    );
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.3;
}.Ili-program-structure .NOK-learn-work:hover::after {
    opacity: 0.5;
}.Gep-welcome-board {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    background-color: rgb(207,217,233);
}.Gep-welcome-board .SNJ-learning-lab {
    height: 100%;
    position: relative;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    grid-template-rows: 1fr;
    display: grid;
}.Gep-welcome-board .cLh-learning-page {
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
}.Gep-welcome-board .cLh-learning-page::before {
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        rgb(160,184,208,0.5) 100%
    );
    content: '';
    opacity: 0.7;
    position: absolute;
    z-index: 2;
    height: 100%;
}.Gep-welcome-board .cLh-learning-page::after {
    background: linear-gradient(
        to top,
        rgb(207,217,233) 0%,
        transparent 100%
    );
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    height: 40%;
    bottom: 0;
}.Gep-welcome-board .unN-course-first {
    display: flex;
    flex-direction: column;
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    flex-wrap: wrap;
    height: 100%;
}.Gep-welcome-board .ryv-learning-welcome {
    width: 100%;
    flex: 0 0 calc(100% / var(--slide-count, 2));
    overflow: hidden;
    position: relative;
}.Gep-welcome-board .ryv-learning-welcome img {
    transition: transform 0.7s ease;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    width: 100%;
    height: 100%;
}.Gep-welcome-board .ryv-learning-welcome:hover img {
    transform: scale(1.03);
}.Gep-welcome-board .unN-course-first:hover {
    animation-play-state: paused;
}.Gep-welcome-board .LKD-content-holder {
    position: relative;
    align-items: flex-start;
    grid-row: 1;
    flex-direction: column;
    background: linear-gradient(
        90deg,
        rgb(207,217,233) 70%,
        transparent 100%
    );
    z-index: 5;
    grid-column: 1;
    display: flex;
    padding: 0 10% 0 10%;
    justify-content: center;
}.Gep-welcome-board .LKD-content-holder::before {
    top: 20%;
    background: linear-gradient(
        to bottom,
        rgb(160,184,208) 0%,
        rgb(112,151,180) 100%
    );
    width: 5px;
    z-index: 1;
    right: 0;
    box-shadow: 0 0 15px rgb(160,184,208,0.5);
    position: absolute;
    content: '';
    height: 60%;
}.Gep-welcome-board .LKD-content-holder h1 {
    color: #ffffff;
    animation: text-slide-in 0.8s ease-out forwards;
    position: relative;
    text-align: left;
    letter-spacing: 1px;
    font-size: 39px;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px #000000;
    max-width: 90%;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-30px);
}.Gep-welcome-board .LKD-content-holder p {
    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 8px #000000;
    transform: translateX(-30px);
    line-height: 1.7;
    opacity: 0;
    padding: 1rem;
    animation: text-slide-in 0.8s ease-out 0.2s forwards;
    backdrop-filter: blur(2px);
    font-weight: 400;
    background: linear-gradient(90deg, rgb(160,184,208,0.5) 0%, transparent 100%);
    font-size: 18px;
    margin-bottom: 2rem;
    border-radius: 10px;
    max-width: 85%;
}.Gep-welcome-board .LKD-content-holder .UtS-help-grid {
    font-size: 14px;
    background-color: rgb(160,184,208);
    box-shadow: 0 4px 12px rgb(160,184,208,0.5);
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    opacity: 0;
    color: #ffffff;
    transform: translateY(30px);
    text-decoration: none;
    padding: 0.9rem 2.2rem;
    display: inline-block;
    animation: button-slide-up 0.8s ease-out 0.4s forwards;
}.Gep-welcome-board .LKD-content-holder .UtS-help-grid:hover {
    transform: translateY(-3px);
    background-color: rgb(112,151,180);
    box-shadow: 0 6px 18px rgb(112,151,180,0.5);
}.Gep-welcome-board .background-decoration {
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}.Gep-welcome-board .background-decoration::before {
    background: rgb(160,184,208,0.5);
    left: -150px;
    position: absolute;
    border-radius: 50%;
    content: '';
    opacity: 0.2;
    filter: blur(80px);
    animation: blob-move 15s infinite alternate;
    height: 300px;
    width: 300px;
    top: -150px;
}.Gep-welcome-board .background-decoration::after {
    background: rgb(112,151,180,0.5);
    border-radius: 50%;
    position: absolute;
    animation: blob-move 15s infinite alternate-reverse;
    height: 350px;
    width: 350px;
    right: 30%;
    opacity: 0.15;
    filter: blur(100px);
    bottom: -150px;
    content: '';
}

@keyframes vertical-slide {
    0%, 18% {
        transform: translateY(0);
    }
    22%, 38% {
        transform: translateY(calc(-100% / var(--slide-count, 4)));
    }
    42%, 58% {
        transform: translateY(calc(-200% / var(--slide-count, 4)));
    }
    62%, 78% {
        transform: translateY(calc(-300% / var(--slide-count, 4)));
    }
    82%, 98% {
        transform: translateY(calc(-400% / var(--slide-count, 4)));
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes text-slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes blob-move {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.1);
    }
    100% {
        transform: translate(10px, 40px) scale(0.9);
    }
}

@media (max-width: 1200px) {.Gep-welcome-board .LKD-content-holder {
    padding: 0 8% 0 8%;
}.Gep-welcome-board .LKD-content-holder h1 {
    max-width: 95%;
    font-size: calc(39px * 0.9);
}.Gep-welcome-board .LKD-content-holder p {
    max-width: 90%;
}
}

@media (max-width: 992px) {.Gep-welcome-board .SNJ-learning-lab {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}.Gep-welcome-board .cLh-learning-page {
    grid-row: 1;
    grid-column: 1;
    height: 50vh;
    clip-path: none;
}.Gep-welcome-board .cLh-learning-page::before {
    background: linear-gradient(
            0deg,
            #000000 0%,
            transparent 70%
        );
}.Gep-welcome-board .LKD-content-holder {
    background: rgb(207,217,233);
    align-items: center;
    grid-column: 1;
    grid-row: 2;
    padding: 2rem 10%;
}.Gep-welcome-board .LKD-content-holder::before {
    top: 0;
    left: 20%;
    width: 60%;
    height: 3px;
    right: auto;
}.Gep-welcome-board .LKD-content-holder h1 {
    max-width: 100%;
    text-align: center;
}.Gep-welcome-board .LKD-content-holder p {
    text-align: center;
    max-width: 100%;
    background: linear-gradient(180deg, rgb(160,184,208,0.5) 0%, transparent 100%);
}.Gep-welcome-board {
    height: auto;
    min-height: unset;
}
}

@media (max-width: 768px) {.Gep-welcome-board .cLh-learning-page {
    height: 40vh;
}.Gep-welcome-board .LKD-content-holder {
    padding: 2rem 8%;
}.Gep-welcome-board .LKD-content-holder h1 {
    margin-bottom: 1.2rem;
    font-size: 39px;
}.Gep-welcome-board .LKD-content-holder p {
    font-size: calc(18px * 0.95);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.Gep-welcome-board .LKD-content-holder .UtS-help-grid {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.Gep-welcome-board .cLh-learning-page {
    height: 35vh;
}.Gep-welcome-board .LKD-content-holder {
    padding: 1.5rem 5%;
}.Gep-welcome-board .LKD-content-holder h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 1rem;
}.Gep-welcome-board .LKD-content-holder p {
    margin-bottom: 1.2rem;
    font-size: calc(18px * 0.9);
}.Gep-welcome-board .LKD-content-holder .UtS-help-grid {
    padding: 0.7rem 1.8rem;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 420px) {.Gep-welcome-board .cLh-learning-page {
    height: 30vh;
}.Gep-welcome-board .LKD-content-holder {
    padding: 1.2rem 5%;
}.Gep-welcome-board .LKD-content-holder h1 {
    font-size: calc(39px * 0.8);
}.Gep-welcome-board .LKD-content-holder p {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.Gep-welcome-board .LKD-content-holder .UtS-help-grid {
    padding: 0.6rem 1.5rem;
    font-size: calc(14px * 0.9);
}
}

@media (max-height: 700px) and (min-width: 993px) {.Gep-welcome-board .LKD-content-holder h1 {
    margin-bottom: 1rem;
}.Gep-welcome-board .LKD-content-holder p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
}}

.Gep-welcome-board .unN-course-first {
    flex-wrap: wrap;
    height: calc(100% * var(--slide-count, 2));
    --slide-count: 2;
}.Gep-welcome-board:has(.ryv-learning-welcome:nth-child(3)) .unN-course-first {
    --slide-count: 3;
}.Gep-welcome-board:has(.ryv-learning-welcome:nth-child(4)) .unN-course-first {
    --slide-count: 4;
}.Gep-welcome-board:has(.ryv-learning-welcome:nth-child(5)) .unN-course-first {
    --slide-count: 5;
}.Gep-welcome-board:has(.ryv-learning-welcome:nth-child(n+6)) .unN-course-first {
    --slide-count: 5;
}.fDb-offer-grid {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.fDb-offer-grid::before {
    right: 0;
    bottom: 0;
    content: "";
    top: 0;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 20, 50, 0.85);
    position: absolute;
    left: 0;
    z-index: 0;
}.fDb-offer-grid .container {
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 20px;
    z-index: 1;
}.fDb-offer-grid .GlB-learning-cost {
    perspective: 1200px;
}.fDb-offer-grid h2 {
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 31px;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    transform: translateZ(30px);
}.fDb-offer-grid h2::after {
    box-shadow: 0 2px 10px rgba(rgb(160,184,208,0.5), 0.5);
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
    height: 4px;
    width: 80px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}.fDb-offer-grid .olt-learning-rates {
    transform: translateZ(20px);
    color: rgba(255, 255, 255, 0.85);
    font-size: calc(16px * 1.1);
    max-width: 800px;
    text-align: center;
    margin: 0 auto 3rem;
    line-height: 1.6;
}.fDb-offer-grid .ARz-cost-plan {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    display: grid;
    transform-style: preserve-3d;
}.fDb-offer-grid .ARz-cost-plan li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}.fDb-offer-grid .ARz-cost-plan li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}.fDb-offer-grid .cnZ-price-options {
    transform-style: preserve-3d;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    display: block;
}.fDb-offer-grid .lrt-fee-deals {
    overflow: hidden;
    border-radius: 2px;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(160,184,208,0.5), 0.2) 0%, 
        rgba(rgb(160,184,208,0.5), 0.3) 50%, 
        rgba(rgb(160,184,208,0.5), 0.18) 100%);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    position: relative;
    backdrop-filter: blur(8px);
}.fDb-offer-grid .lrt-fee-deals::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    transform: translateZ(10px);
    top: 0;
    background: linear-gradient(90deg, 
        rgb(160,184,208), 
        rgb(112,151,180) 50%, 
        rgb(160,184,208));
}.fDb-offer-grid .lrt-fee-deals::after {
    content: "";
    transition: opacity 0.5s ease;
    width: 200%;
    top: -50%;
    transform: translateZ(5px);
    left: -50%;
    position: absolute;
    height: 200%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
}.fDb-offer-grid .cnZ-price-options:hover .lrt-fee-deals::after {
    opacity: 1;
}.fDb-offer-grid .Sgh-discount-plan {
    z-index: 1;
    transform-style: preserve-3d;
    position: relative;
    padding: 30px 25px;
}.fDb-offer-grid .Sgh-discount-plan h4 {
    font-weight: 700;
    color: #ffffff;
    font-size: calc(18px * 1.1);
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    transform: translateZ(20px);
    position: relative;
}.fDb-offer-grid .cnZ-price-options:hover .Sgh-discount-plan h4 {
    transform: translateZ(25px);
    color: rgb(112,151,180);
}.fDb-offer-grid .Sgh-discount-plan p {
    position: relative;
    max-height: 220px;
    margin-bottom: 25px;
    line-height: 1.7;
    padding-right: 5px;
    overflow-y: auto;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    transform: translateZ(15px);
}.fDb-offer-grid .Sgh-discount-plan p::-webkit-scrollbar {
    width: 3px;
}.fDb-offer-grid .Sgh-discount-plan p::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(rgb(112,151,180,0.5), 0.6);
}.fDb-offer-grid .Sgh-discount-plan p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.fDb-offer-grid .czj-study-rates {
    padding: 10px 15px;
    position: relative;
    transform: translateZ(25px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-align: center;
    color: rgb(112,151,180);
    background: linear-gradient(rgba(rgb(160,184,208,0.5), 0.2), rgba(rgb(160,184,208,0.5), 0.4));
    transition: all 0.3s ease;
    margin-top: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    border-radius: 2px;
    font-size: calc(18px * 1.3);
    display: block;
}.fDb-offer-grid .cnZ-price-options:hover .czj-study-rates {
    transform: translateZ(30px) scale(1.05);
    background: linear-gradient(rgba(rgb(112,151,180,0.5), 0.4), rgba(rgb(112,151,180,0.5), 0.7));
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

@media (max-width: 1199px) {.fDb-offer-grid {
    padding: 100px 0;
}.fDb-offer-grid .ARz-cost-plan {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}

@media (max-width: 991px) {.fDb-offer-grid {
    padding: 80px 0;
}.fDb-offer-grid h2 {
    font-size: calc(31px * 0.9);
}.fDb-offer-grid .olt-learning-rates {
    font-size: 16px;
    margin-bottom: 2.5rem;
}.fDb-offer-grid .ARz-cost-plan {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.fDb-offer-grid .Sgh-discount-plan {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.fDb-offer-grid {
    padding: 60px 0;
}.fDb-offer-grid h2 {
    font-size: calc(31px * 0.8);
}.fDb-offer-grid .ARz-cost-plan {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.fDb-offer-grid .ARz-cost-plan li {
    transform: perspective(800px) rotateX(3deg);
}.fDb-offer-grid .czj-study-rates {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 575px) {.fDb-offer-grid {
    padding: 50px 0;
}.fDb-offer-grid h2 {
    font-size: calc(31px * 0.7);
}.fDb-offer-grid .olt-learning-rates {
    font-size: calc(16px * 0.95);
    margin-bottom: 2rem;
}.fDb-offer-grid .Sgh-discount-plan {
    padding: 20px 15px;
}.fDb-offer-grid .Sgh-discount-plan h4 {
    font-size: 18px;
}.fDb-offer-grid .Sgh-discount-plan p {
    font-size: calc(16px * 0.9);
    max-height: 180px;
}.fDb-offer-grid .czj-study-rates {
    font-size: 18px;
    padding: 8px 12px;
}}.zDR-thanksBlock {
    background: radial-gradient(circle at 30% 70%, rgb(112,151,180,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(160,184,208,0.5), transparent 60%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.zDR-thanksBlock::before {
    left: 0;
    animation: constellation 20s infinite linear;
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    top: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    background-size: 40px 40px;
}.zDR-thanksBlock::after {
    opacity: 0.3;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 50%;
    content: "";
    border: 1px solid rgb(112,151,180,0.5);
    width: 300px;
    left: -150px;
    height: 300px;
    z-index: 1;
    position: absolute;
}.zDR-thanksBlock .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.zDR-thanksBlock .SNJ-learning-lab {
    display: flex;
    flex-direction: column;
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    border-left: 2px solid rgb(112,151,180);
    backdrop-filter: blur(8px);
    padding: 4rem 3rem;
}.zDR-thanksBlock .SNJ-learning-lab:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}.zDR-thanksBlock .SNJ-learning-lab > div:first-child {
    align-items: center;
    position: relative;
    display: flex;
    padding-left: 25px;
}.zDR-thanksBlock .SNJ-learning-lab > div:first-child::before {
    background: rgb(112,151,180);
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    top: 50%;
    content: "";
}.zDR-thanksBlock .SNJ-learning-lab:hover > div:first-child::before {
    width: 20px;
}.zDR-thanksBlock h5 {
    -webkit-background-clip: text !important;
    z-index: 2;
    opacity: 0;
    line-height: 1.4;
    background: linear-gradient(to right, #000000, rgb(112,151,180));
    color: transparent;
    font-size: 20px;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    font-weight: 700;
    background-clip: text !important;
    position: relative;
    transform: translateY(20px);
    margin: 0;
}.zDR-thanksBlock p {
    z-index: 2;
    font-size: 16px;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.7;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 400;
    margin: 0;
    color: #000000;
    position: relative;
}.zDR-thanksBlock a {
    display: block;
    position: relative;
    color: inherit;
    transition: transform 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 0;
}.zDR-thanksBlock a::after {
    background: rgb(112,151,180);
    content: "";
    left: 0;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
}.zDR-thanksBlock a:hover {
    transform: translateX(5px);
}.zDR-thanksBlock a:hover::after {
    width: 100%;
}

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

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.zDR-thanksBlock .SNJ-learning-lab {
    padding: 5rem 4rem;
    border-radius: 0 12px 12px 0;
    margin-left: 5rem;
}.zDR-thanksBlock .SNJ-learning-lab::before {
    top: -50px;
    right: -30px;
    border: 1px solid rgb(160,184,208,0.5);
    content: "";
    position: absolute;
    height: 200px;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.5;
    width: 200px;
}.zDR-thanksBlock h5 {
    font-size: calc(20px * 1.1);
}.zDR-thanksBlock p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.zDR-thanksBlock {
    padding: 8rem 0;
}.zDR-thanksBlock .SNJ-learning-lab {
    margin-left: 8rem;
    gap: 3rem;
    padding: 6rem 5rem;
}.zDR-thanksBlock h5 {
    font-size: calc(20px * 1.2);
}.zDR-thanksBlock p {
    font-size: calc(16px * 1.05);
    max-width: 80%;
}
}

@media (max-width: 767px) {.zDR-thanksBlock {
    padding: 4rem 0;
}.zDR-thanksBlock .SNJ-learning-lab {
    padding: 3rem 2rem;
    gap: 2rem;
}.zDR-thanksBlock h5 {
    font-size: calc(20px * 0.9);
}.zDR-thanksBlock::after,
    .zDR-thanksBlock .SNJ-learning-lab::before {
    display: none;
}
}

@media (max-width: 480px) {.zDR-thanksBlock {
    padding: 3rem 0;
}.zDR-thanksBlock .SNJ-learning-lab {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.zDR-thanksBlock h5 {
    font-size: calc(20px * 0.85);
}.zDR-thanksBlock p {
    font-size: calc(16px * 0.95);
}.zDR-thanksBlock .SNJ-learning-lab > div:first-child {
    padding-left: 20px;
}}.sgk-cookie-message-window {
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    width: 100%;
    padding: 15px 20px;
    bottom: 0;
    font-family: Arial, sans-serif;
    z-index: 1050;
    position: fixed;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    border-top: 3px solid rgb(160,184,208);
}.Rec-data-guard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}.plR-data-approval {
    margin-right: 15px;
    flex-shrink: 0;
}.plR-data-approval svg {
    fill: rgb(160,184,208);
    height: 50px;
    transition: fill 0.3s ease-in-out;
    width: 50px;
}.Lft-visitor-acceptance {
    margin-right: 15px;
    flex-grow: 1;
}.Lft-visitor-acceptance h5 {
    margin-bottom: 5px;
    color: rgb(160,184,208);
    font-weight: 700;
    font-size: 24px;
}.Lft-visitor-acceptance p {
    color: #000000;
    margin-bottom: 0;
    font-size: 13px;
}.mif-web-tracking {
    border-radius: 10px;
    user-select: none;
    line-height: 1.5;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    white-space: nowrap;
    font-size: 14px;
    text-decoration: none;
    margin-left: 10px;
    vertical-align: middle;
}.cookie_button.jCh-cookie-necessary {
    color: #ffffff;
    border-color: rgb(160,184,208);
    background-color: rgb(160,184,208);
}#Fjw-popupPolicyNotice {
    display: none;
}#Fjw-popupPolicyNotice:checked ~ .sgk-cookie-message-window {
    visibility: hidden;
    opacity: 0;
}.cookie_button.jCh-cookie-necessary:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.bIr-data-policy {
    background-color: rgb(112,151,180);
    color: #000000;
    border-color: rgb(112,151,180);
}.cookie_button.bIr-data-policy:hover {
    color: #ffffff;
    background-color: rgb(160,184,208);
    border-color: rgb(160,184,208);
}.sgk-cookie-message-window p a {
    color: rgb(160,184,208);
    text-decoration: underline;
}.sgk-cookie-message-window p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.Lft-visitor-acceptance h5 {
    font-size: calc(24px - 2px);
}.Lft-visitor-acceptance p {
    font-size: calc(13px - 2px);
}.mif-web-tracking {
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.Rec-data-guard {
    flex-direction: column;
    align-items: center;
}.plR-data-approval {
    margin-bottom: 10px;
}.Lft-visitor-acceptance {
    text-align: center;
    margin-bottom: 15px;
}.mif-web-tracking {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.jiZ-reach-out {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(207,217,233) 0%, 
        rgb(112,151,180,0.5) 100%
    );
}.jiZ-reach-out .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.jiZ-reach-out .joF-message-feedback {
    overflow: hidden;
    box-shadow: 0 25px 50px rgb(160,184,208,0.5);
    align-items: stretch;
    border-radius: 26px;
    display: flex;
    background: rgb(112,151,180,0.5);
    position: relative;
}.jiZ-reach-out .LVD-image-container {
    min-height: 600px;
    position: relative;
    margin-left: -5%;
    flex: 0 0 45%;
    transform: skew(-10deg);
    z-index: 2;
}.jiZ-reach-out .LVD-image-container::before {
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(160,184,208,0.5) 0%, 
        rgb(112,151,180,0.5) 100%
    );
    content: '';
    opacity: 0.7;
    top: 0;
    width: 120%;
    transform: skew(10deg);
    height: 100%;
    z-index: 1;
}.jiZ-reach-out .Lma-query-box {
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    flex: 0 0 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
}.jiZ-reach-out h2 {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
    font-weight: 700;
    color: #ffffff;
    font-size: 46px;
}.jiZ-reach-out h2::before {
    box-shadow: 0 0 15px rgb(160,184,208,0.5);
    content: '';
    left: 0;
    width: 1rem;
    border-radius: 50%;
    position: absolute;
    height: 1rem;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(160,184,208);
}.jiZ-reach-out .Lma-query-box h3 {
    font-size: 36px;
    padding-bottom: 1rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 2rem;
    color: #ffffff;
}.jiZ-reach-out .Lma-query-box h3::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
    content: '';
    background: rgb(160,184,208);
    width: 50px;
}.jiZ-reach-out .Lma-query-box form {
    gap: 1.5rem;
    display: grid;
}.jiZ-reach-out .Lma-query-box input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    background: rgb(112,151,180,0.5);
    border: 1px solid rgb(160,184,208,0.5);
    border-radius: 10px;
    font-size: 12px;
    position: relative;
    color: #ffffff;
    padding: 1rem 1.5rem;
    outline: none;
    width: 100%;
}.jiZ-reach-out .Lma-query-box input:not([type="checkbox"]):not([type="submit"])::after {
    bottom: -2px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    background: rgb(160,184,208);
    content: '';
}.jiZ-reach-out .Lma-query-box input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(160,184,208);
    box-shadow: 0 0 15px rgb(160,184,208,0.5);
}.jiZ-reach-out .Lma-query-box input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.jiZ-reach-out .Lma-query-box .tCo-reach-info {
    display: flex;
    gap: 1rem;
    align-items: center;
}.jiZ-reach-out .Lma-query-box .tCo-reach-info input[type="checkbox"] {
    transition: all 0.3s ease;
    appearance: none;
    height: 22px;
    width: 22px;
    background: rgb(112,151,180,0.5);
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(160,184,208,0.5);
    position: relative;
}.jiZ-reach-out .Lma-query-box .tCo-reach-info input[type="checkbox"]:checked {
    background: rgb(160,184,208);
    border-color: rgb(160,184,208);
}.jiZ-reach-out .Lma-query-box .tCo-reach-info input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    content: '✔';
}.jiZ-reach-out .Lma-query-box .tCo-reach-info label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 12px;
}.jiZ-reach-out .Lma-query-box .tCo-reach-info a {
    color: rgb(160,184,208);
    text-decoration: none;
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}.jiZ-reach-out .Lma-query-box .tCo-reach-info a:hover {
    text-decoration: underline;
}.jiZ-reach-out .Lma-query-box .UtS-help-grid {
    text-transform: uppercase;
    color: #ffffff;
    overflow: hidden;
    font-size: 14px;
    border-radius: 10px;
    border: none;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    padding: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(160,184,208);
}.jiZ-reach-out .Lma-query-box .UtS-help-grid::before {
    transition: all 0.5s ease;
    position: absolute;
    left: -50%;
    width: 200%;
    top: -50%;
    opacity: 0;
    content: '';
    height: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(160,184,208,0.5), 
        transparent
    );
    transform: rotate(-45deg);
}.jiZ-reach-out .Lma-query-box .UtS-help-grid:hover::before {
    opacity: 1;
}.jiZ-reach-out .Lma-query-box .UtS-help-grid:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(160,184,208,0.5);
}

@media screen and (max-width: 1200px) {.jiZ-reach-out .LVD-image-container {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.jiZ-reach-out .joF-message-feedback {
    flex-direction: column;
}.jiZ-reach-out .LVD-image-container {
    min-height: 300px;
    flex: 0 0 100%;
    transform: none;
    margin-left: 0;
}.jiZ-reach-out .LVD-image-container::before {
    width: 100%;
    transform: none;
}.jiZ-reach-out .Lma-query-box {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.jiZ-reach-out {
    padding: 3rem 0;
}.jiZ-reach-out h2 {
    margin-bottom: 1.5rem;
    font-size: calc(46px * 0.8);
    padding-left: 1.5rem;
}.jiZ-reach-out h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.jiZ-reach-out .Lma-query-box h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.jiZ-reach-out .Lma-query-box input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.jiZ-reach-out .joF-message-feedback {
    border-radius: 0;
}.jiZ-reach-out .Lma-query-box {
    padding: 2rem 1.5rem;
}}.ZcP-user-testimonials {
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.ZcP-user-testimonials::before {
    background: repeating-linear-gradient(45deg, rgb(112,151,180,0.5) 0px, transparent 10px, transparent 20px);
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.15;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}.ZcP-user-testimonials .container {
    z-index: 2;
    position: relative;
}.ZcP-user-testimonials h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: skew(-5deg);
    display: inline-block;
    font-size: 34px;
    margin-bottom: 3.5rem;
}.ZcP-user-testimonials h2::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(160,184,208) 0%, transparent 100%);
    width: 80%;
    bottom: -10px;
    transform: translateX(10%);
    left: 0;
    content: "";
    height: 4px;
}.ZcP-user-testimonials .dEN-edu-feedback {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: rotate(-2deg);
}.ZcP-user-testimonials .Pyb-student-feedback {
    border-radius: 28px;
    transform: rotate(2deg);
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    background: #ffffff;
}.ZcP-user-testimonials .Pyb-student-feedback::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(160,184,208), rgb(112,151,180));
    transform-origin: top;
    top: 0;
    width: 5px;
    content: "";
    transition: transform 0.4s ease;
    transform: scaleY(0);
    left: 0;
}.ZcP-user-testimonials .Pyb-student-feedback:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0) translateY(-10px);
}.ZcP-user-testimonials .Pyb-student-feedback:hover::before {
    transform: scaleY(1);
}.ZcP-user-testimonials .Pyb-student-feedback:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.ZcP-user-testimonials .Pyb-student-feedback:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.ZcP-user-testimonials .Pyb-student-feedback:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.ZcP-user-testimonials .Pyb-student-feedback:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.ZcP-user-testimonials .Pyb-student-feedback img {
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80px;
    transform: translateX(-10px);
    border: 3px solid #ffffff;
    margin-bottom: 1rem;
    border-radius: 50%;
    object-fit: cover;
    height: 80px;
}.ZcP-user-testimonials .Pyb-student-feedback:hover img {
    transform: translateX(0) scale(1.05);
    border-color: rgb(160,184,208,0.5);
}.ZcP-user-testimonials .Pyb-student-feedback p {
    margin: 0;
    transition: all 0.3s ease;
    font-size: calc(12px * 1.1);
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
}.ZcP-user-testimonials .Pyb-student-feedback .description {
    margin-top: 0.5rem;
    font-size: 12px;
    padding-top: 1rem;
    color: #000000;
    position: relative;
    font-weight: 400;
}.ZcP-user-testimonials .Pyb-student-feedback .description::before {
    top: 0;
    left: 0;
    content: "";
    width: 50px;
    background: rgb(112,151,180,0.5);
    position: absolute;
    transition: all 0.3s ease;
    height: 3px;
}.ZcP-user-testimonials .Pyb-student-feedback:hover .description::before {
    width: 80px;
    background: rgb(160,184,208);
}

@media (max-width: 991px) {.ZcP-user-testimonials {
    padding: 4rem 0;
}.ZcP-user-testimonials h2 {
    transform: skew(0);
    text-align: center;
    width: 100%;
}.ZcP-user-testimonials h2::after {
    transform: none;
    width: 60%;
    left: 20%;
}.ZcP-user-testimonials .dEN-edu-feedback {
    transform: rotate(0);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.ZcP-user-testimonials {
    padding: 3rem 0;
}.ZcP-user-testimonials h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.ZcP-user-testimonials .dEN-edu-feedback {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.ZcP-user-testimonials .Pyb-student-feedback,
    .ZcP-user-testimonials .Pyb-student-feedback:nth-child(odd),
    .ZcP-user-testimonials .Pyb-student-feedback:nth-child(3n+2) {
    transform: rotate(0);
    padding: 1.5rem;
}.ZcP-user-testimonials .Pyb-student-feedback:hover,
    .ZcP-user-testimonials .Pyb-student-feedback:nth-child(odd):hover,
    .ZcP-user-testimonials .Pyb-student-feedback:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.ZcP-user-testimonials .Pyb-student-feedback img {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 480px) {.ZcP-user-testimonials h2 {
    font-size: calc(34px * 0.8);
}.ZcP-user-testimonials .Pyb-student-feedback {
    padding: 1.25rem;
}}.Uys-company-info {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    min-height: 100vh;
}.Uys-company-info::before {
    position: absolute;
    content: "";
    bottom: 0;
    z-index: 1;
    animation: gradientShift 15s infinite alternate ease-in-out;
    left: 0;
    background: linear-gradient(135deg, rgb(160,184,208,0.5), rgb(112,151,180,0.5));
    right: 0;
    top: 0;
}.Uys-company-info::after {
    animation: lightMove 20s infinite alternate ease-in-out;
    pointer-events: none;
    width: 100%;
    z-index: 2;
    right: -50%;
    position: absolute;
    height: 100%;
    transform: rotate(-15deg) scale(2);
    top: -50%;
    content: "";
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 5%, transparent 70%);
}.Uys-company-info .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}.Uys-company-info .LKD-content-holder {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    animation: fadeIn 1s forwards 0.3s ease-out;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 50px;
}.Uys-company-info .LKD-content-holder::before {
    transform-origin: top;
    width: 5px;
    content: "";
    transform: scaleY(0);
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(160,184,208), rgb(112,151,180));
    top: 0;
    height: 100%;
    animation: growDown 1s forwards 0.6s ease-in-out;
}.Uys-company-info .LKD-content-holder div:first-child {
    position: relative;
    margin-bottom: 15px;
}.Uys-company-info .LKD-content-holder div:first-child::after {
    transform-origin: left;
    left: 0;
    content: "";
    animation: expandWidth 0.7s forwards 0.9s ease-out;
    transform: scaleX(0);
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: -8px;
    background: rgb(160,184,208);
}.Uys-company-info .LKD-content-holder h5 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
    animation: slideIn 0.7s forwards 0.7s ease-out;
    opacity: 0;
    font-size: 19px;
    transform: translateX(-10px);
}.Uys-company-info .LKD-content-holder div:nth-child(2) {
    margin-bottom: 25px;
}.Uys-company-info .LKD-content-holder div:nth-child(2) p {
    opacity: 0;
    transform: translateY(10px);
    margin: 0;
    color: rgb(160,184,208);
    font-weight: 600;
    animation: fadeSlideUp 0.7s forwards 1s ease-out;
    font-size: calc(19px * 1.2);
}.Uys-company-info .LKD-content-holder ol {
    padding: 0 0 0 20px;
    margin: 0;
}.Uys-company-info .LKD-content-holder li {
    font-size: 18px;
    opacity: 0;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    animation: fadeSlideUp 0.7s forwards 1.2s ease-out;
    transform: translateY(10px);
}.Uys-company-info .LKD-content-holder li::before {
    position: absolute;
    animation: fadeIn 0.5s forwards 1.4s ease-out;
    left: -20px;
    height: 6px;
    top: 10px;
    border-radius: 50%;
    width: 6px;
    opacity: 0;
    background: rgb(112,151,180);
    content: "";
}

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

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

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

@keyframes growDown {
    to {
        transform: scaleY(1);
    }
}

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

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

@keyframes lightMove {
    0% {
        transform: rotate(-15deg) scale(2) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) scale(2.2) translate(5%, 5%);
    }
}

@media (max-width: 991px) {.Uys-company-info {
    padding: 80px 0;
}.Uys-company-info .LKD-content-holder {
    padding: 40px 30px;
}.Uys-company-info .LKD-content-holder h5 {
    font-size: calc(19px * 0.9);
}.Uys-company-info .LKD-content-holder div:nth-child(2) p {
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 767px) {.Uys-company-info {
    padding: 60px 0;
}.Uys-company-info .LKD-content-holder {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    padding: 30px 25px;
}.Uys-company-info .LKD-content-holder::before {
    width: 4px;
}.Uys-company-info .LKD-content-holder h5 {
    font-size: calc(19px * 0.85);
    letter-spacing: 1.5px;
}.Uys-company-info .LKD-content-holder div:nth-child(2) p {
    font-size: calc(19px * 1);
}.Uys-company-info .LKD-content-holder li {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.Uys-company-info {
    padding: 50px 0;
}.Uys-company-info .container {
    padding: 0 20px;
}.Uys-company-info .LKD-content-holder {
    padding: 25px 20px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}.Uys-company-info .LKD-content-holder::before {
    width: 3px;
}.Uys-company-info .LKD-content-holder div:first-child::after {
    width: 40px;
}.Uys-company-info .LKD-content-holder h5 {
    letter-spacing: 1px;
    font-size: calc(19px * 0.8);
}.Uys-company-info .LKD-content-holder div:nth-child(2) p {
    font-size: calc(19px * 0.9);
}.Uys-company-info .LKD-content-holder li {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.qgC-leadership-profile {
    background: linear-gradient(135deg, rgb(207,217,233) 0%, rgb(160,184,208,0.5) 100%);
    padding: 7rem 2rem 5rem;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.qgC-leadership-profile::before {
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    height: 70%;
    opacity: 0.2;
    right: -10%;
    content: "";
    top: -20%;
    z-index: 1;
    width: 60%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(112,151,180,0.5),
        rgb(112,151,180,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
}.qgC-leadership-profile::after {
    left: -5%;
    height: 50%;
    border: 5px solid rgb(160,184,208,0.5);
    content: "";
    width: 40%;
    bottom: -15%;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    z-index: 1;
    opacity: 0.3;
    position: absolute;
}.qgC-leadership-profile .Pyb-student-feedback {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    margin: 0 auto;
    display: flex;
}.qgC-leadership-profile .LVD-image-container {
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    width: 300px;
    left: 15%;
    position: absolute;
    border-radius: 10px;
    z-index: 3;
    height: 380px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.qgC-leadership-profile .LVD-image-container:hover {
    filter: brightness(1.1);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
}.qgC-leadership-profile .JYs-exp-details {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    border-radius: 27px;
    width: 550px;
    margin-left: auto;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    background: #ffffff;
    z-index: 2;
}.qgC-leadership-profile .JYs-exp-details::before {
    background: rgb(160,184,208,0.5);
    width: 100%;
    transition: all 0.5s ease;
    border-radius: 27px;
    z-index: -1;
    opacity: 0.3;
    content: "";
    top: 15px;
    left: 15px;
    position: absolute;
    height: 100%;
}.qgC-leadership-profile .JYs-exp-details:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.qgC-leadership-profile .JYs-exp-details:hover::before {
    top: 8px;
    opacity: 0.5;
    left: 8px;
}.qgC-leadership-profile .name {
    animation: slide-up 0.7s forwards 0.2s;
    color: rgb(160,184,208);
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 2;
    transform: translateY(30px);
    font-weight: 700;
    font-size: 29px;
    opacity: 0;
}.qgC-leadership-profile .JYs-exp-details > div:nth-child(2) {
    animation: slide-up 0.7s forwards 0.4s;
    font-size: 19px;
    transform: translateY(30px);
    z-index: 2;
    opacity: 0;
    margin-bottom: 2rem;
    color: rgb(112,151,180);
    position: relative;
    font-weight: 600;
}.qgC-leadership-profile .rYE-emp-details {
    position: relative;
    font-size: 16px;
    color: #000000;
    transform: translateY(30px);
    z-index: 2;
    font-style: italic;
    line-height: 1.7;
    opacity: 0;
    font-weight: 400;
    animation: slide-up 0.7s forwards 0.6s;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.qgC-leadership-profile .rYE-emp-details::after {
    content: "";
    bottom: -50px;
    z-index: -1;
    color: rgb(112,151,180,0.5);
    opacity: 0.4;
    font-size: 6rem;
    right: 0;
    font-family: serif;
    position: absolute;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.qgC-leadership-profile .Pyb-student-feedback:hover .LVD-image-container {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.qgC-leadership-profile .Pyb-student-feedback {
    flex-direction: column;
    align-items: center;
}.qgC-leadership-profile .LVD-image-container {
    width: 250px;
    position: relative;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    height: 320px;
    margin-bottom: 4rem;
    left: auto;
}.qgC-leadership-profile .JYs-exp-details {
    margin-left: 0;
    width: 100%;
    padding: 2rem;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
}
}