﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.wrapper-section-vhw {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.site-header-sSr {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.footer-workshops-CmG {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1108px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.get-in-touch-Gem {
    padding: 100px 0;
    position: relative;
}.get-in-touch-Gem::before {
    bottom: 0;
    left: 0;
    background-color: rgb(196,217,249);
    position: absolute;
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
}.get-in-touch-Gem .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.get-in-touch-Gem .reach-links-wPU {
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
}.get-in-touch-Gem .message-map-NXi {
    position: relative;
    background: rgb(160,183,214);
    width: 40%;
    padding: 60px 40px;
    overflow: hidden;
}.get-in-touch-Gem .message-map-NXi::before {
    opacity: 0.3;
    right: -10%;
    top: -10%;
    height: 200px;
    background: rgb(125,149,180);
    border-radius: 50%;
    width: 200px;
    content: "";
    position: absolute;
}.get-in-touch-Gem .message-map-NXi::after {
    background: rgb(125,149,180);
    position: absolute;
    left: -10%;
    opacity: 0.3;
    bottom: -10%;
    content: "";
    border-radius: 50%;
    height: 200px;
    width: 200px;
}.get-in-touch-Gem .message-map-NXi h3 {
    z-index: 1;
    position: relative;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}.get-in-touch-Gem .message-map-NXi div {
    transition: all 0.3s ease;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    border-left: 3px solid #ffffff;
    padding-left: 15px;
    display: flex;
    z-index: 1;
}.get-in-touch-Gem .message-map-NXi div:hover {
    transform: translateX(5px);
    border-left-color: rgb(125,149,180);
}.get-in-touch-Gem .message-map-NXi div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.get-in-touch-Gem .message-map-NXi div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.get-in-touch-Gem .message-map-NXi div:hover svg path {
    fill: rgb(125,149,180);
}.get-in-touch-Gem .message-map-NXi div span {
    color: #ffffff;
    font-size: 12px;
}.get-in-touch-Gem .message-map-NXi div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.get-in-touch-Gem .message-map-NXi div span a:hover {
    color: rgb(125,149,180);
}.get-in-touch-Gem .support-request-vwV {
    background: #ffffff;
    padding: 60px 40px;
    width: 60%;
}.get-in-touch-Gem .support-request-vwV h3 {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 30px;
}.get-in-touch-Gem form {
    display: flex;
    flex-direction: column;
}.get-in-touch-Gem form input[type="text"],
.get-in-touch-Gem form input[type="email"] {
    margin-bottom: 20px;
    font-size: 12px;
    padding: 15px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid #EFEFEF;
}.get-in-touch-Gem form input[type="text"]:focus,
.get-in-touch-Gem form input[type="email"]:focus {
    outline: none;
    border-color: rgb(160,183,214);
}.get-in-touch-Gem form input::placeholder {
    color: #BBBBBB;
}.get-in-touch-Gem .connect-box-h39 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.get-in-touch-Gem .connect-box-h39 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get-in-touch-Gem .connect-box-h39 label {
    font-size: 16px;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    line-height: 1.6;
}.get-in-touch-Gem .connect-box-h39 label::before {
    top: 2px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 20px;
    content: "";
    height: 20px;
    border: 2px solid #EFEFEF;
    position: absolute;
    left: 0;
}.get-in-touch-Gem .connect-box-h39 input[type="checkbox"]:checked + label::before {
    background-color: rgb(160,183,214);
    border-color: rgb(160,183,214);
}.get-in-touch-Gem .connect-box-h39 input[type="checkbox"]:checked + label::after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    left: 7px;
    position: absolute;
    height: 12px;
    top: 4px;
    width: 6px;
    transform: rotate(45deg);
}.get-in-touch-Gem .connect-box-h39 label a {
    color: rgb(160,183,214);
    transition: all 0.3s ease;
    text-decoration: none;
}.get-in-touch-Gem .connect-box-h39 label a:hover {
    text-decoration: underline;
}.get-in-touch-Gem form .support-widget-Hi6 {
    color: #ffffff;
    background-color: rgb(160,183,214);
    padding: 15px 30px;
    cursor: pointer;
    font-size: 15px;
    overflow: hidden;
    align-self: flex-start;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    position: relative;
}.get-in-touch-Gem form .support-widget-Hi6::after {
    left: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    transform-style: flat;
    border-radius: 100%;
    transition: width 0.3s ease, height 0.3s ease;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}.get-in-touch-Gem form .support-widget-Hi6:hover {
    background-color: rgb(125,149,180);
}.get-in-touch-Gem form .support-widget-Hi6:active::after {
    height: 200px;
    width: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.get-in-touch-Gem .message-map-NXi div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.get-in-touch-Gem .message-map-NXi div:nth-child(2) {
    animation-delay: 0.1s;
}.get-in-touch-Gem .message-map-NXi div:nth-child(3) {
    animation-delay: 0.2s;
}.get-in-touch-Gem .message-map-NXi div:nth-child(4) {
    animation-delay: 0.3s;
}.get-in-touch-Gem .message-map-NXi div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.get-in-touch-Gem .message-map-NXi,
    .get-in-touch-Gem .support-request-vwV {
    width: 100%;
    padding: 40px 30px;
}.get-in-touch-Gem .message-map-NXi {
    order: 2;
}.get-in-touch-Gem .support-request-vwV {
    order: 1;
}
}

@media screen and (max-width: 576px) {.get-in-touch-Gem {
    padding: 60px 0;
}.get-in-touch-Gem .container {
    width: 90%;
}.get-in-touch-Gem .message-map-NXi,
    .get-in-touch-Gem .support-request-vwV {
    padding: 30px 20px;
}.get-in-touch-Gem .message-map-NXi h3 {
    font-size: calc(28px * 0.8);
}.get-in-touch-Gem form .support-widget-Hi6 {
    width: 100%;
}}header {
    width: 100%;
    left: 0;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    position: fixed;
    z-index: 100;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}header::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(160,183,214,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(125,149,180,0.5) 0%, transparent 20%);
    left: 0;
    z-index: -1;
    opacity: 0.3;
    top: 0;
    content: "";
    animation: pulse 15s infinite alternate;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .top-navbar-qEG {
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .header-train-iK6 {
    display: flex;
    gap: 2rem;
    align-items: center;
    position: relative;
}header .header-train-iK6::before {
    opacity: 0.1;
    content: "";
    transform: skewX(-15deg);
    top: -15px;
    background: linear-gradient(90deg, transparent 0%, rgb(160,183,214,0.5) 50%, transparent 100%);
    border-radius: 18px;
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 60px);
    left: -30px;
    z-index: -1;
}header .header-wrap-wyd {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
}header .header-wrap-wyd::before {
    background: linear-gradient(to right, rgb(160,183,214), rgb(125,149,180));
    transition: width 0.3s ease;
    left: 0;
    content: "";
    bottom: 0;
    height: 2px;
    width: 0;
    position: absolute;
}header .header-wrap-wyd:hover {
    transform: translateY(-2px);
    color: rgb(160,183,214);
}header .header-wrap-wyd:hover::before {
    width: 100%;
}header .nav-lesson-rPU {
    text-decoration: none;
    z-index: 2;
    display: flex;
    align-items: center;
    position: relative;
}header .nav-lesson-rPU svg {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}header .nav-lesson-rPU:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(160,183,214,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .header-train-iK6 {
    gap: 1.5rem;
}header .header-wrap-wyd {
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .top-navbar-qEG {
    gap: 1rem;
    padding: 1rem 0;
    flex-direction: column-reverse;
}header .nav-lesson-rPU {
    margin-bottom: 0.5rem;
}header .header-train-iK6 {
    overflow-x: auto;
    padding: 0.5rem 0;
    justify-content: flex-start;
    width: 100%;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}header .header-train-iK6::before {
    display: none;
}header .header-wrap-wyd {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem 1rem;
    border-radius: 10px;
}header .header-wrap-wyd::before {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}footer .footer-workshops-CmG {
    background: linear-gradient(135deg, #000000 0%, rgb(160,183,214) 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
}footer .footer-workshops-CmG::before {
    top: 0;
    height: 100%;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    left: 0;
}footer .footer-workshops-CmG::after {
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(160,183,214) 0%, 
        rgb(125,149,180) 50%, 
        rgb(160,183,214) 100%);
    width: 100%;
    animation: glowBorder 3s infinite linear;
    position: absolute;
    left: 0;
    height: 3px;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .footer-workshops-CmG .container {
    position: relative;
    z-index: 2;
}footer .netiquette-dEC {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .assist-support-VlU {
    gap: 30px;
    display: flex;
    position: relative;
    padding-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}footer .assist-support-VlU::after {
    height: 1px;
    bottom: 0;
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(125,149,180,0.5) 50%, 
        transparent 100%);
    left: 0;
}footer .info_item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    min-width: 200px;
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
    flex: 1;
    transform: translateY(0);
    border-radius: 10px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #ffffff;
    align-items: center;
    display: flex;
    text-decoration: none;
    font-size: 15px;
    gap: 10px;
}footer .info_item svg {
    flex-shrink: 0;
    width: 20px;
    fill: rgb(125,149,180);
    height: 20px;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(125,149,180);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .main-lead-gBf {
    gap: 20px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}footer .main-lead-gBf svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(160,183,214,0.5));
    height: auto;
}footer .trust-badge-xXF {
    color: #ffffff;
    line-height: 1.5;
    font-size: 14px;
    opacity: 0.7;
    font-weight: 300;
    max-width: 300px;
}footer .header-train-iK6 {
    gap: 20px;
    flex-direction: column;
    display: flex;
}footer .header-train-iK6 h5 {
    color: #ffffff;
    font-size: 21px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
}footer .header-train-iK6 h5::after {
    background: rgb(125,149,180);
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 3px;
    width: 50px;
    border-radius: 10px;
}footer .header-navbar-nGo {
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
}footer .header-navbar-nGo a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-size: 15px;
    padding-left: 15px;
    opacity: 0.8;
    color: #ffffff;
}footer .header-navbar-nGo a::before {
    opacity: 0.7;
    content: '';
    left: 0;
    top: 50%;
    width: 6px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgb(125,149,180);
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
}footer .header-navbar-nGo a:hover {
    color: rgb(125,149,180);
    transform: translateX(5px);
    opacity: 1;
}footer .header-navbar-nGo a:hover::before {
    box-shadow: 0 0 10px rgb(125,149,180);
    opacity: 1;
    width: 8px;
    height: 8px;
}footer .subscribe_holder {
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    display: flex;
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: column;
    padding: 25px;
    gap: 15px;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 20px;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    font-size: 15px;
    color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(125,149,180);
    box-shadow: 0 0 15px rgb(125,149,180,0.5);
}footer .updates-text-v1J {
    color: #ffffff;
    border: none;
    position: relative;
    padding: 12px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(125,149,180) 0%, rgb(160,183,214) 100%);
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}footer .updates-text-v1J::before {
    height: 100%;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    transition: 0.6s;
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
}footer .updates-text-v1J:hover::before {
    left: 100%;
}footer .updates-text-v1J:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .reg-remind-vJX {
    position: relative;
    text-align: center;
    padding-top: 30px;
}footer .reg-remind-vJX::before {
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(125,149,180,0.5) 50%, 
        transparent 100%);
    content: '';
    top: 0;
    height: 1px;
}footer .calc-foot-d5y {
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
}

@media (max-width: 992px) {footer .footer-workshops-CmG {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .assist-support-VlU {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .footer-workshops-CmG {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .header-train-iK6 {
    gap: 15px;
}footer .assist-support-VlU {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .updates-text-v1J {
    width: 100%;
}
}

@media (max-width: 576px) {footer .footer-workshops-CmG {
    padding: 40px 0 30px;
}footer .main-lead-gBf {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}footer .trust-badge-xXF {
    margin: 0 auto;
    text-align: center;
}footer .header-train-iK6 h5 {
    text-align: center;
}footer .header-train-iK6 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .header-navbar-nGo {
    align-items: center;
}footer .header-navbar-nGo a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.academic-expertise-mG6 {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: rgb(196,217,249);
    border-radius: 27px;
}.academic-expertise-mG6::before {
    content: "";
    background-image: linear-gradient(rgb(160,183,214,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(160,183,214,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.2;
    z-index: 1;
    animation: grid-shift 30s linear infinite;
    position: absolute;
}.academic-expertise-mG6 .student-perspectives-rAs {
    margin: 0 auto;
    grid-template-columns: 45% 55%;
    display: grid;
    max-width: 900px;
    z-index: 2;
    position: relative;
    gap: 0;
}.academic-expertise-mG6 .thumb-nbO {
    z-index: 2;
    position: relative;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    filter: grayscale(60%);
    min-height: 400px;
    transition: filter 0.6s ease;
}.academic-expertise-mG6 .thumb-nbO::before {
    transition: all 0.5s ease;
    z-index: 3;
    position: absolute;
    bottom: 20px;
    opacity: 0;
    mix-blend-mode: overlay;
    left: 20px;
    transform: scale(0.9);
    content: "";
    top: 20px;
    right: 20px;
    border: 1px solid #ffffff;
}.academic-expertise-mG6 .student-perspectives-rAs:hover .thumb-nbO {
    filter: grayscale(0%);
}.academic-expertise-mG6 .student-perspectives-rAs:hover .thumb-nbO::before {
    opacity: 0.8;
    transform: scale(1);
}.academic-expertise-mG6 .career-box-Smg {
    margin-left: -10%;
    z-index: 3;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.academic-expertise-mG6 .career-box-Smg::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(160,183,214), rgb(125,149,180));
    left: 0;
    content: "";
    width: 10px;
    height: 100%;
    transition: width 0.3s ease;
    position: absolute;
}.academic-expertise-mG6 .student-perspectives-rAs:hover .career-box-Smg::before {
    width: 15px;
}.academic-expertise-mG6 .name {
    font-family: Arial, sans-serif;
    font-weight: 700;
    opacity: 0.9;
    transition: all 0.4s ease;
    line-height: 1.1;
    font-size: calc(37px * 1.2);
    letter-spacing: -1px;
    color: rgb(160,183,214);
    transform: translateX(20px);
    margin-bottom: 0.8rem;
}.academic-expertise-mG6 .student-perspectives-rAs:hover .name {
    transform: translateX(0);
    opacity: 1;
}.academic-expertise-mG6 .career-box-Smg > div:nth-child(2) {
    text-transform: uppercase;
    color: rgb(125,149,180);
    font-size: 13px;
    letter-spacing: 2px;
    transform: translateX(15px);
    opacity: 0.7;
    margin-bottom: 2rem;
    font-weight: 600;
    transition: all 0.4s ease 0.1s;
}.academic-expertise-mG6 .student-perspectives-rAs:hover .career-box-Smg > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.academic-expertise-mG6 .emp-summary-IBt {
    line-height: 1.8;
    opacity: 0.8;
    font-size: 13px;
    transition: all 0.4s ease 0.2s;
    position: relative;
    color: #000000;
    transform: translateX(10px);
}.academic-expertise-mG6 .emp-summary-IBt::first-letter {
    color: rgb(160,183,214);
    font-weight: 700;
    font-size: 1.6em;
}.academic-expertise-mG6 .student-perspectives-rAs:hover .emp-summary-IBt {
    transform: translateX(0);
    opacity: 1;
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.academic-expertise-mG6 .student-perspectives-rAs {
    grid-template-columns: 1fr;
}.academic-expertise-mG6 .thumb-nbO {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.academic-expertise-mG6 .career-box-Smg {
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
    margin-left: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}}.join-our-mailing-list-YXL {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgb(160,183,214,0.5) 100%);
}.join-our-mailing-list-YXL::before {
    left: -50%;
    top: -50%;
    transform: rotate(-15deg);
    animation: rotateGradient 15s infinite linear;
    width: 200%;
    height: 200%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(125,149,180,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}.join-our-mailing-list-YXL .pedagogy-info-tOd {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform: skewX(-5deg);
}.join-our-mailing-list-YXL .reach-links-wPU {
    backdrop-filter: blur(10px);
    transform: translateX(-5%) skewX(5deg);
    border-radius: 23px;
    margin-left: auto;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 
        -15px 15px 0 rgb(125,149,180,0.5),
        15px -15px 30px rgba(255, 255, 255, 0.1);
    display: flex;
    max-width: 600px;
    width: 90%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 3rem 3rem 3.5rem;
}.join-our-mailing-list-YXL .reach-links-wPU:hover {
    box-shadow: 
        -18px 18px 0 rgb(125,149,180,0.5),
        20px -20px 40px rgba(255, 255, 255, 0.15);
    transform: translateX(-5%) skewX(5deg) translateY(-5px);
}.join-our-mailing-list-YXL h3 {
    margin-bottom: 2rem;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    transform: skewX(-5deg);
    padding-left: 1rem;
}.join-our-mailing-list-YXL h3::before {
    height: 100%;
    background: rgb(160,183,214);
    left: 0;
    content: "";
    border-radius: 10px;
    width: 5px;
    top: 0;
    position: absolute;
}.join-our-mailing-list-YXL .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}.join-our-mailing-list-YXL input[type="email"] {
    width: 100%;
    border: 2px solid rgb(125,149,180,0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 13px;
    transform: skewX(-5deg);
    padding: 1.2rem 1.5rem;
    color: #000000;
}.join-our-mailing-list-YXL input[type="email"]:focus {
    transform: skewX(-5deg) scale(1.02);
    box-shadow: 0 0 15px rgb(160,183,214,0.5);
    border-color: rgb(160,183,214);
    outline: none;
}.join-our-mailing-list-YXL input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.join-our-mailing-list-YXL .updates-text-v1J {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
    font-size: 20px;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(160,183,214) 0%, rgb(125,149,180) 100%);
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    transform: skewX(-5deg);
    position: relative;
}.join-our-mailing-list-YXL .updates-text-v1J::before {
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    height: 100%;
}.join-our-mailing-list-YXL .updates-text-v1J:hover {
    transform: skewX(-5deg) translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}.join-our-mailing-list-YXL .updates-text-v1J:hover::before {
    left: 100%;
}

@keyframes rotateGradient {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}

@media (min-width: 768px) {.join-our-mailing-list-YXL {
    padding: 6rem 3rem;
}.join-our-mailing-list-YXL .reach-links-wPU {
    width: 70%;
    padding: 4rem 4rem 4.5rem;
}.join-our-mailing-list-YXL .input_holder {
    align-items: center;
    flex-direction: row;
}.join-our-mailing-list-YXL input[type="email"] {
    flex: 1;
}.join-our-mailing-list-YXL .updates-text-v1J {
    align-self: center;
}
}

@media (max-width: 767px) {.join-our-mailing-list-YXL h3 {
    font-size: 21px;
}.join-our-mailing-list-YXL .reach-links-wPU {
    transform: translateX(0) skewX(5deg);
    padding: 2rem;
}.join-our-mailing-list-YXL .reach-links-wPU:hover {
    transform: translateX(0) skewX(5deg) translateY(-5px);
}}.program-details-1UJ {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, #ffffff 100%);
    position: relative;
}.program-details-1UJ::before {
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(160,183,214,0.5) 0px,
        rgb(160,183,214,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}.program-details-1UJ::after {
    top: -10%;
    content: "";
    right: -5%;
    position: absolute;
    width: 30rem;
    background: radial-gradient(circle, rgb(160,183,214,0.5) 0%, transparent 70%);
    height: 30rem;
    z-index: 0;
    opacity: 0.15;
}.program-details-1UJ .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.program-details-1UJ h2 {
    position: relative;
    text-align: center;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
    transform: translateY(20px);
    font-size: 36px;
}.program-details-1UJ h2::after {
    position: absolute;
    width: 80px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(160,183,214) 0%, rgb(125,149,180) 100%);
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    height: 4px;
    left: 50%;
}.program-details-1UJ .learn-path-l8N {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    animation: fadeInUp 0.8s ease forwards 0.4s;
    transform: translateY(30px);
    opacity: 0;
}.program-details-1UJ .thumb-nbO {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-3deg);
    height: 350px;
    overflow: hidden;
}.program-details-1UJ .thumb-nbO::before {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.program-details-1UJ .thumb-nbO::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    width: 300%;
    left: -100%;
    z-index: 2;
    content: "";
    top: -100%;
    height: 300%;
    position: absolute;
    transform: rotate(45deg);
    animation: shimmer 6s infinite linear;
}.program-details-1UJ .content-frame-bYr {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.program-details-1UJ .description {
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.7;
    padding: 0 0.5rem;
    font-weight: 400;
    transition: all 0.3s ease;
}.program-details-1UJ .description:first-of-type {
    padding-left: 1.25rem;
    border-left: 3px solid rgb(160,183,214);
    position: relative;
}.program-details-1UJ .description:nth-of-type(2) {
    position: relative;
    padding-right: 1.25rem;
    border-right: 3px solid rgb(125,149,180);
}.program-details-1UJ .description:first-of-type::before {
    position: absolute;
    height: 20px;
    left: -10px;
    top: 0;
    width: 20px;
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    background: rgb(160,183,214);
}.program-details-1UJ .description:nth-of-type(2)::after {
    right: -10px;
    content: "";
    bottom: 0;
    position: absolute;
    opacity: 0.2;
    width: 20px;
    background: rgb(125,149,180);
    height: 20px;
    border-radius: 50%;
}

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

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.program-details-1UJ .learn-path-l8N {
    flex-direction: row;
    align-items: flex-start;
}.program-details-1UJ .thumb-nbO {
    flex: 0 0 45%;
    height: 450px;
}.program-details-1UJ .content-frame-bYr {
    flex: 0 0 55%;
    padding-left: 2.5rem;
}.program-details-1UJ .description {
    font-size: calc(17px + 0.05rem);
}.program-details-1UJ h2 {
    margin-left: auto;
    max-width: 80%;
    font-size: calc(36px + 0.2rem);
    margin-right: auto;
}.program-details-1UJ .thumb-nbO:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.program-details-1UJ {
    padding: 9rem 0;
}.program-details-1UJ .container {
    padding: 0 3rem;
}.program-details-1UJ .thumb-nbO {
    height: 500px;
}.program-details-1UJ h2 {
    margin-bottom: 4rem;
}.program-details-1UJ .description {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 767px) {.program-details-1UJ {
    padding: 5rem 0;
}.program-details-1UJ h2 {
    font-size: calc(36px - 0.2rem);
    margin-bottom: 2rem;
}.program-details-1UJ .thumb-nbO {
    height: 280px;
}.program-details-1UJ .content-frame-bYr {
    gap: 1rem;
}.program-details-1UJ .description {
    font-size: calc(17px - 0.1rem);
}}.course-methodology-HSm {
    background: linear-gradient(135deg, rgb(160,183,214,0.5) 0%, rgb(125,149,180) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.course-methodology-HSm::before {
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
}.course-methodology-HSm::after {
    background-size: 200px 200px;
    content: "";
    left: 0;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    animation: twinkle 15s infinite linear;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 80% 70%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 20% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 2px),
        radial-gradient(circle at 90% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 2px);
    height: 100%;
    width: 100%;
    top: 0;
}.course-methodology-HSm .container {
    transition: transform 0.5s ease-out;
    position: relative;
    overflow: visible;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.course-methodology-HSm .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.course-methodology-HSm .pedagogy-info-tOd {
    border-radius: 8px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    position: relative;
    padding: 3rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.2) inset,
        0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    backdrop-filter: blur(5px);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.course-methodology-HSm .pedagogy-info-tOd:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 1px 0 rgba(255, 255, 255, 0.3) inset,
        0 -1px 0 rgba(0, 0, 0, 0.15) inset;
}.course-methodology-HSm h3 {
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 38px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0;
}.course-methodology-HSm h3::after {
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    bottom: -8px;
    left: 0;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 60px;
    height: 3px;
    content: "";
    transform: scaleX(0);
    position: absolute;
}.course-methodology-HSm p {
    position: relative;
    margin-bottom: 0;
    line-height: 1.7;
    opacity: 0;
    color: #ffffff;
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(10px);
    font-size: 17px;
}.course-methodology-HSm p span {
    display: inline-block;
    position: relative;
    z-index: 2;
}.course-methodology-HSm p span::before {
    left: -10px;
    transform-origin: top;
    opacity: 0.5;
    transform: scaleY(0);
    height: 100%;
    width: 3px;
    content: "";
    top: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(160,183,214);
    position: absolute;
}.course-methodology-HSm .pedagogy-info-tOd:hover p span::before {
    transform: scaleY(1);
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

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

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

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

@media (max-width: 991px) {.course-methodology-HSm {
    padding: 4rem 0;
}.course-methodology-HSm .pedagogy-info-tOd {
    padding: 2.5rem;
}.course-methodology-HSm h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 767px) {.course-methodology-HSm {
    padding: 3rem 0;
}.course-methodology-HSm .container {
    transform: perspective(1000px) rotateX(1deg);
}.course-methodology-HSm .pedagogy-info-tOd {
    padding: 2rem;
}.course-methodology-HSm h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 1.2rem;
}.course-methodology-HSm p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.course-methodology-HSm {
    padding: 2.5rem 0;
}.course-methodology-HSm .container {
    transform: none;
}.course-methodology-HSm .pedagogy-info-tOd {
    padding: 1.5rem;
}.course-methodology-HSm h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1rem;
}.course-methodology-HSm p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.course-methodology-HSm h3::after {
    width: 50px;
}
}

@media (prefers-reduced-motion: reduce) {.course-methodology-HSm .container,
    .course-methodology-HSm .pedagogy-info-tOd,
    .course-methodology-HSm h3,
    .course-methodology-HSm p,
    .course-methodology-HSm::after {
    animation: none;
    transform: none;
    transition: none;
}.course-methodology-HSm h3,
    .course-methodology-HSm p {
    opacity: 1;
}.course-methodology-HSm h3::after {
    transform: scaleX(1);
}}header .top_plank {
    background: rgb(160,183,214);
    color:  #ffffff;
}header .top_plank .top-focuspro-MvV div svg, header .top_plank .top-focuspro-MvV div svg path {
    fill: #ffffff;
}header .top_plank .top-focuspro-MvV div span {
    color: #ffffff;
}header .top_plank .top-focuspro-MvV {
    line-height: 21px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    font-size: 15px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}header .top_plank .top-focuspro-MvV div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .top-focuspro-MvV div img, header .top_plank .top-focuspro-MvV div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.privacy-hold-sQZ {
    background: linear-gradient(135deg, rgb(125,149,180,0.5) 0%, rgb(196,217,249) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.privacy-hold-sQZ::before {
    opacity: 0.4;
    top: 0;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(125,149,180,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
}.privacy-hold-sQZ::after {
    bottom: -50px;
    height: 200px;
    content: "";
    right: -50px;
    z-index: 0;
    position: absolute;
    width: 200px;
    opacity: 0.2;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(160,183,214,0.5) 0%, transparent 70%);
}.privacy-hold-sQZ .container {
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    padding: 3.5rem;
    background: #ffffff;
    z-index: 1;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 1140px;
}.privacy-hold-sQZ h1 {
    padding-left: 20px;
    color: rgb(160,183,214);
    line-height: 1.2;
    margin-bottom: 2rem;
    transform: translateX(-10px);
    font-weight: 700;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 45px;
    font-family: Arial, sans-serif;
}.privacy-hold-sQZ h1::before {
    content: "";
    height: 70%;
    top: 15%;
    left: 0;
    transform: skewY(-15deg);
    width: 5px;
    position: absolute;
    background: rgb(125,149,180);
}.privacy-hold-sQZ h2 {
    font-size: 34px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
    color: rgb(125,149,180);
    margin-top: 3rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
}.privacy-hold-sQZ h2::after {
    width: 80px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(125,149,180) 0%, rgb(125,149,180,0.5) 100%);
    position: absolute;
    content: "";
}.privacy-hold-sQZ h3 {
    font-weight: 600;
    padding-left: 15px;
    margin-top: 2.5rem;
    font-family: Arial, sans-serif;
    font-size: calc(34px * 0.8);
    position: relative;
    color: #000000;
    margin-bottom: 1.25rem;
}.privacy-hold-sQZ h3::before {
    background: rgb(125,149,180,0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 3px;
}.privacy-hold-sQZ h4 {
    padding-left: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    margin-top: 2rem;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(34px * 0.7);
}.privacy-hold-sQZ h4::before {
    left: 0;
    height: 50%;
    background: rgb(125,149,180,0.5);
    position: absolute;
    width: 2px;
    top: 25%;
    content: "";
}.privacy-hold-sQZ p {
    line-height: 1.8;
    max-width: 95%;
    color: #000000;
    font-size: 13px;
    margin-bottom: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
}.privacy-hold-sQZ strong {
    display: inline-block;
    color: rgb(125,149,180);
    font-weight: 600;
    position: relative;
}.privacy-hold-sQZ ul {
    list-style: none;
    border-left: 3px solid rgb(125,149,180);
    margin: 2rem 0;
    padding-left: 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    position: relative;
    background: linear-gradient(90deg, rgb(125,149,180,0.5) 0%, transparent 3%);
}.privacy-hold-sQZ li {
    font-size: 13px;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
}.privacy-hold-sQZ li::before {
    background: rgb(125,149,180);
    height: 8px;
    content: "";
    width: 8px;
    position: absolute;
    transform: rotate(45deg);
    left: -1.5rem;
    top: 0.6rem;
}.privacy-hold-sQZ span {
    line-height: 1.75;
    font-family: Arial, sans-serif;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    display: block;
    border-left: 1px dashed rgb(125,149,180,0.5);
    color: #000000;
    font-size: 13px;
}.privacy-hold-sQZ *:last-child {
    margin-bottom: 0;
}.privacy-hold-sQZ .container > *:first-child {
    margin-top: 0;
}

@media (max-width: 991px) {.privacy-hold-sQZ {
    padding: 4rem 1.5rem;
}.privacy-hold-sQZ .container {
    transform: perspective(1000px) rotateX(0.3deg);
    padding: 2.5rem;
}.privacy-hold-sQZ h1 {
    font-size: calc(45px * 0.9);
}.privacy-hold-sQZ h2 {
    font-size: calc(34px * 0.9);
}.privacy-hold-sQZ ul {
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
}

@media (max-width: 767px) {.privacy-hold-sQZ {
    padding: 3rem 1rem;
}.privacy-hold-sQZ .container {
    transform: none;
    padding: 2rem 1.5rem;
}.privacy-hold-sQZ h1 {
    padding-left: 15px;
    font-size: calc(45px * 0.8);
}.privacy-hold-sQZ h1::before {
    width: 4px;
}.privacy-hold-sQZ h2 {
    font-size: calc(34px * 0.8);
}.privacy-hold-sQZ h3 {
    font-size: calc(34px * 0.7);
}.privacy-hold-sQZ h4 {
    font-size: calc(34px * 0.6);
}.privacy-hold-sQZ p, 
    .privacy-hold-sQZ li,
    .privacy-hold-sQZ span {
    max-width: 100%;
    font-size: calc(13px * 0.95);
}.privacy-hold-sQZ ul {
    padding: 1rem 1rem 1rem 2rem;
    margin: 1.5rem 0;
}
}

@media (max-width: 480px) {.privacy-hold-sQZ {
    padding: 2rem 0.75rem;
}.privacy-hold-sQZ .container {
    padding: 1.5rem 1.25rem;
}.privacy-hold-sQZ h1 {
    font-size: calc(45px * 0.7);
}.privacy-hold-sQZ h2 {
    font-size: calc(34px * 0.7);
}.privacy-hold-sQZ h2::after {
    width: 60px;
}.privacy-hold-sQZ h3 {
    font-size: calc(34px * 0.6);
}.privacy-hold-sQZ h4 {
    font-size: calc(34px * 0.5);
}.privacy-hold-sQZ p, 
    .privacy-hold-sQZ li,
    .privacy-hold-sQZ span {
    font-size: calc(13px * 0.9);
}}.opening-board-Odp {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
}.main-welcome-OET {
    height: 100%;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}.main-welcome-OET::before {
    animation: gradientShift 8s infinite alternate ease-in-out;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, 
    rgb(160,183,214,0.5) 0%,
    rgba(0,0,0,0.7) 50%, 
    rgb(125,149,180,0.5) 100%);
    width: 100%;
    content: '';
}.main-welcome-OET::after {
    z-index: 2;
    background: repeating-linear-gradient(
    -45deg,
    rgb(125,149,180,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(125,149,180,0.5) 12px
  );
    position: absolute;
    width: 70%;
    animation: patternFloat 20s infinite linear;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 10% 100%);
    height: 100%;
    opacity: 0.15;
    top: 0;
    right: 0;
    content: '';
}.opening-board-Odp .learn-mastery-LmU {
    padding: 4rem;
    z-index: 5;
    transform: translateX(-2rem);
    max-width: 800px;
    position: relative;
    animation: slideInContent 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
    opacity: 0;
}.opening-board-Odp .learn-mastery-LmU::before {
    left: 0;
    content: '';
    background: rgb(160,183,214);
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(160,183,214,0.5);
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    height: 70%;
}.opening-board-Odp h1 {
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.opening-board-Odp h1::after {
    animation: expandLine 1.2s 1.1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
    width: 100px;
    transform-origin: left;
    content: '';
    position: absolute;
    left: 0;
    background: rgb(125,149,180);
    bottom: -10px;
    transform: scaleX(0);
    height: 3px;
}.opening-board-Odp h3 {
    max-width: 90%;
    opacity: 0;
    animation: fadeUp 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.5;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, 
    rgb(125,149,180,0.5) 0%, 
    transparent 100%);
    transform: translateY(20px);
    padding: 1rem 2rem 1rem 0;
    font-size: calc(23px + 0.15rem);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}.opening-board-Odp p {
    padding: 0.75rem 1.5rem;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    backdrop-filter: blur(5px);
    transform: translateY(20px);
    border-left: 3px solid rgb(160,183,214);
    transition: transform 0.4s ease-out;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.opening-board-Odp p:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transform: translateX(10px) scale(1.02);
}

@keyframes slideInContent {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

@keyframes gradientShift {
  0% {
    opacity: 0.85;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1200px) {.opening-board-Odp .learn-mastery-LmU {
    padding: 3rem;
    max-width: 700px;
}.opening-board-Odp h1 {
    font-size: calc(40px - 0.2rem);
}.opening-board-Odp h3 {
    max-width: 95%;
    font-size: 23px;
}
}

@media screen and (max-width: 992px) {.main-welcome-OET {
    justify-content: center;
}.main-welcome-OET::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
}.opening-board-Odp .learn-mastery-LmU {
    padding: 2.5rem;
    text-align: center;
    max-width: 90%;
}.opening-board-Odp .learn-mastery-LmU::before {
    height: 4px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 70%;
}.opening-board-Odp h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.opening-board-Odp h1, .opening-board-Odp h3, .opening-board-Odp p {
    max-width: 100%;
}@keyframes expandLine {
    0% {
      transform: translateX(-50%) scaleX(0);
    }
    100% {
      transform: translateX(-50%) scaleX(1);
    }
  }
  
  .opening-board-Odp h3 {
    background: rgba(0,0,0,0.3);
    clip-path: none;
    padding: 1rem;
}.opening-board-Odp p {
    border-left: none;
    border-bottom: 3px solid rgb(160,183,214);
}.opening-board-Odp p:hover {
    transform: translateY(-5px) scale(1.02);
}
}

@media screen and (max-width: 768px) {.opening-board-Odp {
    height: 90vh;
}.opening-board-Odp .learn-mastery-LmU {
    padding: 2rem 1.5rem;
    max-width: 95%;
}.opening-board-Odp h1 {
    margin-bottom: 1rem;
    font-size: calc(40px - 0.5rem);
}.opening-board-Odp h3 {
    margin-bottom: 1rem;
    font-size: calc(23px - 0.1rem);
}.opening-board-Odp p {
    font-size: calc(16px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.opening-board-Odp {
    height: 80vh;
}.main-welcome-OET::before {
    background: linear-gradient(180deg, 
      rgba(0,0,0,0.7) 0%,
      rgb(160,183,214,0.5) 100%);
}.main-welcome-OET::after {
    opacity: 0.1;
}.opening-board-Odp .learn-mastery-LmU {
    max-width: 100%;
    padding: 1.5rem 1rem;
}.opening-board-Odp h1 {
    font-size: calc(40px - 0.7rem);
}.opening-board-Odp h3 {
    font-size: calc(23px - 0.2rem);
}.opening-board-Odp p {
    padding: 0.5rem 1rem;
}.opening-board-Odp .learn-mastery-LmU::before {
    width: 50%;
}}.thanksFocus-YWB {
    position: relative;
    padding: 5rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgb(160,183,214,0.5) 100%);
}.thanksFocus-YWB::before {
    background: linear-gradient(45deg, transparent 45%, rgb(125,149,180,0.5) 45%, rgb(125,149,180,0.5) 55%, transparent 55%);
    transform: translateZ(-50px);
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    left: 0;
}.thanksFocus-YWB::after {
    height: 200%;
    top: -50%;
    right: -50%;
    z-index: 0;
    width: 100%;
    position: absolute;
    opacity: 0.2;
    background: radial-gradient(circle at center, rgb(160,183,214,0.5) 0%, transparent 70%);
    content: "";
    animation: rotateGradient 15s infinite linear;
}.thanksFocus-YWB .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
}.thanksFocus-YWB .pedagogy-info-tOd {
    position: relative;
    transform: translateZ(30px);
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform-style: preserve-3d;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    border-left: 4px solid rgb(160,183,214);
    display: flex;
}.thanksFocus-YWB .pedagogy-info-tOd::before {
    transform: translateZ(-15px);
    z-index: -1;
    background: linear-gradient(135deg, rgb(125,149,180,0.5) 0%, transparent 70%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    left: -10px;
    opacity: 0.4;
    right: 10px;
    bottom: 10px;
    content: "";
    top: -10px;
    position: absolute;
}.thanksFocus-YWB .pedagogy-info-tOd > div:first-child {
    animation: slideInTop 0.8s ease-out forwards;
    transform: translateZ(20px);
    position: relative;
}.thanksFocus-YWB .pedagogy-info-tOd > div:first-child::after {
    transform: translateZ(5px);
    height: 3px;
    bottom: -10px;
    content: "";
    position: absolute;
    width: 70%;
    background: linear-gradient(90deg, rgb(160,183,214) 0%, transparent 100%);
    left: 0;
}.thanksFocus-YWB .pedagogy-info-tOd > div:last-child {
    opacity: 0;
    transform: translateZ(10px);
    position: relative;
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
}.thanksFocus-YWB h5 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    transform: translateX(-5px);
    color: #000000;
    font-size: 20px;
    margin-bottom: 1rem;
}.thanksFocus-YWB h5::before {
    position: absolute;
    height: 15px;
    transform: translateY(-50%);
    content: "";
    left: -20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 15px;
    top: 50%;
    background-color: rgb(160,183,214);
}.thanksFocus-YWB p {
    padding-left: 1rem;
    position: relative;
    color: #000000;
    max-width: 95%;
    font-size: 12px;
    line-height: 1.7;
    transition: color 0.3s ease;
}.thanksFocus-YWB p::before {
    transform: scaleY(0.9);
    left: 0;
    bottom: 0;
    transition: transform 0.3s ease;
    background: linear-gradient(to bottom, rgb(160,183,214) 0%, rgb(125,149,180) 100%);
    top: 0;
    position: absolute;
    content: "";
    width: 3px;
}.thanksFocus-YWB a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thanksFocus-YWB a:hover {
    transform: translateX(10px);
}.thanksFocus-YWB a:hover p {
    color: rgb(160,183,214);
}.thanksFocus-YWB a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

@keyframes slideInBottom {
    from {
        transform: translateZ(10px) translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateZ(10px) translateY(0);
        opacity: 1;
    }
}

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.thanksFocus-YWB {
    padding: 4rem 0;
}.thanksFocus-YWB .pedagogy-info-tOd {
    margin: 0 2rem;
    padding: 2.5rem;
}.thanksFocus-YWB h5 {
    font-size: calc(20px - 0.1rem);
}
}

@media (max-width: 768px) {.thanksFocus-YWB {
    padding: 3rem 0;
}.thanksFocus-YWB .pedagogy-info-tOd {
    gap: 1.5rem;
    padding: 2rem;
    margin: 0 1.5rem;
}.thanksFocus-YWB h5 {
    font-size: calc(20px - 0.2rem);
}.thanksFocus-YWB p {
    max-width: 100%;
    font-size: calc(12px - 0.1rem);
}
}

@media (max-width: 576px) {.thanksFocus-YWB {
    padding: 2.5rem 0;
}.thanksFocus-YWB .pedagogy-info-tOd {
    gap: 1.2rem;
    margin: 0 1rem;
    padding: 1.5rem;
}.thanksFocus-YWB h5 {
    font-size: calc(20px - 0.3rem);
}.thanksFocus-YWB h5::before {
    width: 12px;
    left: -15px;
    height: 12px;
}.thanksFocus-YWB p {
    padding-left: 0.7rem;
}.thanksFocus-YWB a:hover {
    transform: translateX(5px);
}}.who-we-are-ejg {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
}.who-we-are-ejg::before {
    bottom: 0;
    position: absolute;
    right: 0;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}.who-we-are-ejg::after {
    width: 100%;
    position: absolute;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    top: -50%;
    background: radial-gradient(circle at center, rgb(160,183,214,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(45deg);
    right: -50%;
    height: 100%;
    z-index: 2;
    opacity: 0.15;
}.who-we-are-ejg .container {
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.who-we-are-ejg .content-frame-bYr {
    backdrop-filter: blur(8px);
    position: relative;
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    border-left: 4px solid rgb(160,183,214);
    padding: 40px;
}.who-we-are-ejg .content-frame-bYr::before {
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(160,183,214) 49.5%, 
        rgb(160,183,214) 50.5%, 
        transparent 50.5%);
}.who-we-are-ejg h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(160,183,214);
    position: relative;
    font-size: 23px;
    margin: 0 0 15px;
    font-weight: 700;
    display: inline-block;
}.who-we-are-ejg h5::after {
    content: "";
    height: 2px;
    width: 0;
    margin-top: 8px;
    display: block;
    background: rgb(160,183,214);
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.who-we-are-ejg p {
    margin-bottom: 25px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: calc(18px * 1.25);
}.who-we-are-ejg p b {
    color: rgb(125,149,180);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
    font-size: calc(18px * 1.5);
}.who-we-are-ejg p b::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: rgb(160,183,214);
    width: 40px;
    left: 0;
    content: "";
}.who-we-are-ejg ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
}.who-we-are-ejg ol li {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 15px;
    animation: fadeInUp 1s forwards 0.8s;
    padding-left: 0;
    column-gap: 30px;
    position: relative;
    transform: translateY(20px);
    color: #ffffff;
    line-height: 1.8;
    column-count: 1;
    opacity: 0;
}

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

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.who-we-are-ejg .content-frame-bYr {
    margin-left: 5%;
    padding: 60px;
    width: 90%;
}.who-we-are-ejg ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.who-we-are-ejg {
    padding: 150px 0;
}.who-we-are-ejg .content-frame-bYr {
    padding: 70px;
    width: 80%;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 10%;
    transition: transform 0.5s ease;
}.who-we-are-ejg .content-frame-bYr:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who-we-are-ejg h5 {
    font-size: calc(23px * 1.2);
}.who-we-are-ejg ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.who-we-are-ejg {
    padding: 80px 0;
}.who-we-are-ejg .content-frame-bYr {
    padding: 30px 20px;
}.who-we-are-ejg h5 {
    font-size: 23px;
}.who-we-are-ejg p b {
    font-size: calc(18px * 1.2);
}.who-we-are-ejg ol li {
    line-height: 1.7;
    font-size: calc(18px * 0.9);
}
}

@media (max-width: 480px) {.who-we-are-ejg {
    padding: 60px 0;
}.who-we-are-ejg .content-frame-bYr {
    padding: 25px 15px;
}.who-we-are-ejg h5 {
    font-size: calc(23px * 0.9);
}.who-we-are-ejg p b {
    font-size: 18px;
}.who-we-are-ejg p {
    font-size: 18px;
}.who-we-are-ejg ol li {
    line-height: 1.6;
    font-size: calc(18px * 0.85);
}}.customer-comments-YN2 {
    padding: 120px 0 150px;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgb(160,183,214,0.5) 100%);
    overflow: hidden;
    position: relative;
}.customer-comments-YN2::before {
    filter: blur(80px);
    background: rgb(125,149,180,0.5);
    width: 200px;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: -50px;
    height: 200px;
    animation: floatBubble 18s infinite ease-in-out;
    left: -50px;
}.customer-comments-YN2::after {
    width: 250px;
    background: rgb(160,183,214,0.5);
    content: "";
    filter: blur(100px);
    height: 250px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    border-radius: 50%;
    right: -80px;
    bottom: -80px;
    position: absolute;
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.customer-comments-YN2 .pedagogy-info-tOd {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1300px;
}.customer-comments-YN2 h4 {
    font-family: Arial, sans-serif;
    transform: skew(-5deg);
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%) skew(-5deg);
    margin-bottom: 70px;
    color: #000000;
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 29px;
}.customer-comments-YN2 h4::after {
    background: linear-gradient(90deg, transparent, rgb(160,183,214), transparent);
    bottom: -15px;
    left: 25%;
    position: absolute;
    height: 4px;
    width: 50%;
    content: "";
}.customer-comments-YN2 .learning-testimonials-voR {
    perspective: 1000px;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.customer-comments-YN2 .student-perspectives-rAs {
    backface-visibility: hidden;
    padding: 30px;
    position: relative;
    border-radius: 27px;
    transition: all 0.5s ease;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
}.customer-comments-YN2 .student-perspectives-rAs:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
    z-index: 2;
}.customer-comments-YN2 .student-perspectives-rAs::before {
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
    content: "";
}.customer-comments-YN2 .student-perspectives-rAs .thumb-nbO {
    margin: 0 auto 20px;
    border: 3px solid #ffffff;
    width: 80px;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 80px;
}.customer-comments-YN2 .student-perspectives-rAs:hover .thumb-nbO {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.customer-comments-YN2 .student-perspectives-rAs span {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-family: Arial, sans-serif;
}.customer-comments-YN2 .student-perspectives-rAs span::after {
    margin: 10px auto 0;
    background: rgb(160,183,214);
    height: 2px;
    content: "";
    display: block;
    width: 30px;
}.customer-comments-YN2 .student-perspectives-rAs p {
    font-size: 15px;
    color: #000000;
    text-align: center;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
}.customer-comments-YN2 .student-perspectives-rAs p::before {
    z-index: -1;
    left: -5px;
    color: rgb(160,183,214,0.5);
    font-family: serif;
    font-size: 80px;
    opacity: 0.2;
    content: '"';
    top: -20px;
    position: absolute;
}

@media (max-width: 1200px) {.customer-comments-YN2 {
    padding: 100px 0;
}.customer-comments-YN2 .learning-testimonials-voR {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.customer-comments-YN2 .student-perspectives-rAs {
    padding: 25px;
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
}
}

@media (max-width: 768px) {.customer-comments-YN2 {
    padding: 80px 0;
}.customer-comments-YN2 h4 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
}.customer-comments-YN2 .learning-testimonials-voR {
    gap: 25px;
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.customer-comments-YN2 .student-perspectives-rAs {
    padding: 30px 20px;
    transform: rotateX(0) rotateY(0);
}.customer-comments-YN2 .student-perspectives-rAs .thumb-nbO {
    width: 70px;
    height: 70px;
}}.trackingNoticeDialog-Okh {
    background: rgb(196,217,249);
    bottom: 0;
    border-top: 2px solid rgb(160,183,214);
    width: 100%;
    z-index: 90;
    position: fixed;
}.cookie-ack-I3x {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.trackingNoticeDialog-Okh h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.trackingNoticeDialog-Okh p {
    font-size: 18px;
}.consent-edu-NRr {
    flex-shrink: 0;
    margin-right: 10px;
}.consent-edu-NRr svg, .consent-edu-NRr svg path, .consent-edu-NRr img {
    fill: rgb(160,183,214);
    height: 100px;
    width: 100px;
}.tracking-policy-lik {
    color: rgb(160,183,214);
    font-size: 24px;
    border-bottom: 2px solid rgb(160,183,214);
    line-height: 35px;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    cursor: pointer;
    text-align: center;
}.trackingNoticeDialog-Okh p a {
    color: rgb(160,183,214);
    text-decoration: none;
}#privacyModalWindow-LIk {
    display: none;
}#privacyModalWindow-LIk:checked ~ .trackingNoticeDialog-Okh {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.trackingNoticeDialog-Okh {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent-edu-NRr {
    display: none;
}.cookie-ack-I3x {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.trackingNoticeDialog-Okh h5 {
    text-align: center;
}.trackingNoticeDialog-Okh p {
    text-align: center;
}.visitor-privacy-UFT {
    margin-bottom: 20px;
}body .wrapper-section-vhw .tracking-policy-lik {
    margin-left: 0;
}}
.wrapper-section-vhw .cookie-ack-I3x {
    justify-content: flex-end;
}.wrapper-section-vhw .tracking-policy-lik {
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(160,183,214);
    padding: 10px;
}.wrapper-section-vhw .visitor-privacy-UFT {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-section-vhw .tracking-policy-lik {
    margin-bottom: 10px;
    margin-left: 0;
}}.pricing-list-item-one {
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(196,217,249), rgba(0, 0, 0, 0.5));
}.pricing-list-item-one::before {
    left: 0;
    pointer-events: none;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 0%, rgb(160,183,214,0.5) 30%, transparent 70%);
    content: "";
    z-index: 1;
}.pricing-list-item-one .container {
    z-index: 2;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}.pricing-list-item-one .cost-fee-TCA {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.pricing-list-item-one .discount-deals-cU0 {
    opacity: 0;
    transform: translateY(20px);
    max-width: 800px;
    margin: 0 auto 2rem;
    order: -1;
    text-align: center;
    animation: fadeUp 0.8s ease-out forwards;
}.pricing-list-item-one .discount-deals-cU0 h2 {
    font-size: 33px;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.pricing-list-item-one .discount-deals-cU0 h2::after {
    height: 3px;
    border-radius: 10px;
    left: 50%;
    width: 80px;
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
}.pricing-list-item-one .fee-plans-TMR {
    font-size: 15px;
    max-width: 90%;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
}.pricing-list-item-one .cert-cost-dV5 {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
}.pricing-list-item-one .learn-price-z4u {
    transform: translateZ(0) scale(1);
    text-decoration: none;
    overflow: hidden;
    opacity: 0;
    border-radius: 24px;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    color: #000000;
    display: block;
    background: #ffffff;
}.pricing-list-item-one .learn-price-z4u:nth-child(1) {
    animation-delay: 0.1s;
}.pricing-list-item-one .learn-price-z4u:nth-child(2) {
    animation-delay: 0.2s;
}.pricing-list-item-one .learn-price-z4u:nth-child(3) {
    animation-delay: 0.3s;
}.pricing-list-item-one .learn-price-z4u:nth-child(4) {
    animation-delay: 0.4s;
}.pricing-list-item-one .learn-price-z4u::before {
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
    top: 0;
    width: 100%;
}.pricing-list-item-one .learn-price-z4u:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.pricing-list-item-one .learn-price-z4u:hover::before {
    transform: scaleX(1);
}.pricing-list-item-one .plan-pricing-vHR {
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing-list-item-one .fee-structure-YoR {
    padding: 2rem;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}.pricing-list-item-one .fee-structure-YoR h3 {
    font-size: 22px;
    position: relative;
    transition: color 0.3s ease;
    margin: 0 0 1rem;
    font-weight: 700;
    color: #000000;
}.pricing-list-item-one .learn-price-z4u:hover .fee-structure-YoR h3 {
    color: rgb(160,183,214);
}.pricing-list-item-one .study-fees-ubR {
    font-size: 2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    color: rgb(160,183,214);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.pricing-list-item-one .study-fees-ubR::after {
    position: absolute;
    content: "";
    width: 40px;
    bottom: -8px;
    height: 2px;
    left: 0;
    background-color: rgb(125,149,180);
    transition: width 0.3s ease;
}.pricing-list-item-one .learn-price-z4u:hover .study-fees-ubR {
    transform: translateY(-3px);
}.pricing-list-item-one .learn-price-z4u:hover .study-fees-ubR::after {
    width: 80px;
}.pricing-list-item-one .fee-structure-YoR p {
    overflow-wrap: break-word;
    font-size: calc(15px - 2px);
    margin: 0;
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
}.pricing-list-item-one .thumb-nbO {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing-list-item-one .thumb-nbO::after {
    content: "";
    left: 0;
    right: 0;
    opacity: 0.7;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    transition: opacity 0.5s ease;
    bottom: 0;
    position: absolute;
    top: 0;
}.pricing-list-item-one .learn-price-z4u:hover .thumb-nbO {
    transform: scale(1.05);
}.pricing-list-item-one .learn-price-z4u:hover .thumb-nbO::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.pricing-list-item-one {
    padding: 7rem 2rem;
}.pricing-list-item-one .cost-fee-TCA {
    align-items: flex-start;
    flex-direction: row;
}.pricing-list-item-one .discount-deals-cU0 {
    order: 0;
    margin: 0;
    display: flex;
    padding-right: 2rem;
    text-align: left;
    flex-direction: column;
    flex: 0 0 30%;
    justify-content: center;
}.pricing-list-item-one .discount-deals-cU0 h2 {
    text-align: left;
}.pricing-list-item-one .discount-deals-cU0 h2::after {
    left: 0;
    transform: none;
}.pricing-list-item-one .fee-plans-TMR {
    max-width: 100%;
    margin: 0;
}.pricing-list-item-one .cert-cost-dV5 {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.pricing-list-item-one .cert-cost-dV5 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing-list-item-one {
    padding: 8rem 2rem;
}.pricing-list-item-one .discount-deals-cU0 {
    flex: 0 0 25%;
}.pricing-list-item-one .cert-cost-dV5 {
    flex: 0 0 75%;
}.pricing-list-item-one .fee-structure-YoR {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.pricing-list-item-one .learn-price-z4u {
    max-width: 400px;
    margin: 0 auto;
}.pricing-list-item-one .discount-deals-cU0 h2 {
    font-size: calc(33px * 0.9);
}.pricing-list-item-one .fee-plans-TMR {
    font-size: calc(15px * 0.95);
}
}