﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.math-tools-9Zzx8T {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.nav-core-X051Kg {
    flex: 1 0 auto;
}.wrapper-segment-xoZrDB {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}html,body {
    scroll-snap-type: none;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    auto
contain
touch-action: none;
}.container {
    max-width: 100%;
    width: 1197px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor-profile-Qn0EGu {
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(110,110,180,0.5), rgb(157,180,190), rgb(110,110,180));
}.instructor-profile-Qn0EGu::before {
    height: 120%;
    background: radial-gradient(circle at 30% 70%, rgb(157,180,190,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(110,110,180,0.5), transparent 60%);
    content: "";
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.7;
    width: 120%;
    left: -10%;
    top: -10%;
    position: absolute;
}.instructor-profile-Qn0EGu::after {
    left: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    z-index: 1;
    opacity: 0.2;
    background-size: 120px 120px;
    content: "";
    top: 0;
    height: 100%;
    animation: constellation-twinkle 8s infinite ease-in-out;
    width: 100%;
}.instructor-profile-Qn0EGu .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy {
    gap: 2.5rem;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: grid;
    grid-template-columns: 1fr;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg);
}.instructor-profile-Qn0EGu .client-voices-IBNWcy > div:first-child {
    width: 150px;
    margin: 0 auto;
    perspective: 1000px;
    height: 150px;
    position: relative;
}.instructor-profile-Qn0EGu .img-shadow-5HX9ue {
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10% 40% 30% 20%;
    animation: float-photo 6s infinite ease-in-out;
    overflow: hidden;
    height: 100%;
    transform: rotate(-5deg);
    width: 100%;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover .img-shadow-5HX9ue {
    border-radius: 30% 10% 40% 20%;
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
}.instructor-profile-Qn0EGu .client-voices-IBNWcy > div:nth-child(2) {
    text-align: center;
    padding-top: 1rem;
}.instructor-profile-Qn0EGu .name {
    margin: 0 0 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 22px;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    position: relative;
    transform: translateY(0);
}.instructor-profile-Qn0EGu .name::after {
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(110,110,180), #ffffff, rgb(110,110,180));
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    content: "";
    width: 0;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover .name {
    transform: translateY(-2px);
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover .name::after {
    width: 100%;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy > div:nth-child(2) > div {
    opacity: 0.9;
    color: rgb(255, 255, 255, 0.5);
    margin-top: 0.5rem;
    transition: opacity 0.3s ease;
    font-style: italic;
    font-size: calc(16px - 2px);
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover > div:nth-child(2) > div {
    opacity: 1;
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM {
    font-size: 16px;
    position: relative;
    margin: 0;
    opacity: 0.9;
    padding: 0 1rem;
    color: #ffffff;
    text-align: left;
    line-height: 1.7;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM::before {
    opacity: 0.2;
    font-family: serif;
    top: -2rem;
    color: rgb(255, 255, 255, 0.5);
    font-size: 5rem;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: -1rem;
    position: absolute;
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM::after {
    opacity: 0.2;
    right: -1rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-family: serif;
    bottom: -4rem;
    font-size: 5rem;
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    content: "";
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover .work-trajectory-2eZsyM {
    opacity: 1;
    transform: translateY(-2px);
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover .work-trajectory-2eZsyM::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy:hover .work-trajectory-2eZsyM::after {
    transform: translateY(5px);
    opacity: 0.3;
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

@keyframes float-photo {
    0%, 100% {
        transform: rotate(-5deg) translateY(0);
    }
    50% {
        transform: rotate(-3deg) translateY(-5px);
    }
}

@media (min-width: 768px) {.instructor-profile-Qn0EGu .client-voices-IBNWcy {
    grid-template-columns: auto 1fr 2fr;
    padding: 4rem;
    align-items: center;
    gap: 3rem;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy > div:first-child {
    width: 180px;
    height: 180px;
    margin: 0;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy > div:nth-child(2) {
    padding-top: 0;
    text-align: left;
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM {
    padding: 0;
}
}

@media (min-width: 992px) {.instructor-profile-Qn0EGu {
    padding: 9rem 0;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy {
    grid-template-columns: auto 1.5fr 3fr;
    gap: 4rem;
    padding: 5rem;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy > div:first-child {
    width: 220px;
    height: 220px;
}.instructor-profile-Qn0EGu .name {
    font-size: calc(22px + 2px);
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM {
    line-height: 1.8;
    font-size: calc(16px + 1px);
}
}

@media (max-width: 767px) {.instructor-profile-Qn0EGu {
    padding: 5rem 0;
}.instructor-profile-Qn0EGu .client-voices-IBNWcy {
    padding: 2.5rem;
    gap: 2rem;
}.instructor-profile-Qn0EGu .img-shadow-5HX9ue {
    animation: float-photo 5s infinite ease-in-out;
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM {
    padding: 0;
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM::before {
    font-size: 3rem;
    top: -1.5rem;
    left: -0.5rem;
}.instructor-profile-Qn0EGu .work-trajectory-2eZsyM::after {
    font-size: 3rem;
    right: -0.5rem;
    bottom: -3rem;
}}.our-info-vsNq9D {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(157,180,190,0.5) 100%);
}.our-info-vsNq9D::before {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(157,180,190,0.5) 0%, transparent 60%);
}.our-info-vsNq9D::after {
    position: absolute;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    border-radius: 50%;
    filter: blur(40px);
    left: -50px;
    width: 300px;
    background: linear-gradient(225deg, rgb(110,110,180,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 300px;
    content: "";
    bottom: -50px;
}.our-info-vsNq9D h1 {
    color: #000000;
    z-index: 1;
    margin-bottom: 3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 46px;
    position: relative;
    opacity: 0.9;
    text-align: center;
    transition: all 0.5s ease;
    transform: translateY(0);
}.our-info-vsNq9D h1::after {
    left: 50%;
    position: absolute;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    transform: translateX(-50%);
    content: "";
    height: 3px;
}.our-info-vsNq9D h1:hover {
    opacity: 1;
    transform: translateY(-5px);
}.our-info-vsNq9D .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.our-info-vsNq9D .get-contactpanel-LXgOEZ {
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}.our-info-vsNq9D .get-contactpanel-LXgOEZ:hover {
    transform: perspective(1000px) rotateX(2deg);
}.our-info-vsNq9D .get-contactpanel-LXgOEZ > div {
    transition: all 0.4s ease;
    border-left: 2px solid rgb(157,180,190,0.5);
    position: relative;
    padding-left: 1.5rem;
}.our-info-vsNq9D .get-contactpanel-LXgOEZ > div:hover {
    border-left-color: rgb(157,180,190);
    transform: translateX(5px);
}.our-info-vsNq9D .get-contactpanel-LXgOEZ > div:first-child {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 1rem;
}.our-info-vsNq9D .get-contactpanel-LXgOEZ > div:first-child::before {
    top: 0;
    position: absolute;
    content: "";
    background: rgb(157,180,190);
    height: 12px;
    border-radius: 50%;
    left: -7px;
    width: 12px;
}.our-info-vsNq9D h6 {
    display: flex;
    font-weight: 600;
    align-items: center;
    text-transform: capitalize;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0.5rem;
}.our-info-vsNq9D h6 svg {
    transform: scale(0.9);
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.our-info-vsNq9D h6:hover svg {
    transform: scale(1.1);
}.our-info-vsNq9D span {
    margin-top: 0.25rem;
    font-size: calc(15px - 1px);
    color: #000000;
    padding-left: 0.5rem;
    display: block;
}.our-info-vsNq9D .get-contactwidget-Q3Xul7 {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}.our-info-vsNq9D .get-contactwidget-Q3Xul7 > div {
    position: relative;
}.our-info-vsNq9D .msg-info-KxtELm {
    font-weight: 400;
    font-size: calc(15px - 1px);
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    color: #000000;
}.our-info-vsNq9D .msg-info-KxtELm::before {
    height: 1px;
    width: 0;
    content: "";
    position: absolute;
    transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    bottom: 0;
    background: rgb(157,180,190);
    left: 0;
}.our-info-vsNq9D .msg-info-KxtELm:hover {
    color: rgb(157,180,190);
    transform: translateX(5px);
}.our-info-vsNq9D .msg-info-KxtELm:hover::before {
    width: 100%;
}.our-info-vsNq9D .msg-info-KxtELm svg {
    margin-left: 0.5rem;
    transform: scale(0.9);
    transition: all 0.4s ease;
}.our-info-vsNq9D .msg-info-KxtELm:hover svg {
    transform: scale(1.1) rotate(10deg);
}.our-info-vsNq9D svg path {
    transition: fill 0.3s ease;
}.our-info-vsNq9D .msg-info-KxtELm:hover svg path {
    fill: rgb(157,180,190);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.3;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.our-info-vsNq9D {
    padding: 6rem 3rem;
}.our-info-vsNq9D .get-contactpanel-LXgOEZ {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem;
}.our-info-vsNq9D .get-contactpanel-LXgOEZ > div:first-child {
    grid-column: span 2;
}.our-info-vsNq9D h1 {
    margin-bottom: 4rem;
}.our-info-vsNq9D h1::after {
    width: 120px;
}
}

@media (min-width: 992px) {.our-info-vsNq9D {
    padding: 7rem 4rem;
}.our-info-vsNq9D .get-contactpanel-LXgOEZ {
    grid-template-columns: 2fr 1fr 1fr;
}.our-info-vsNq9D .get-contactpanel-LXgOEZ > div:first-child {
    grid-column: span 1;
}.our-info-vsNq9D h1 {
    font-size: calc(46px + 0.5rem);
}.our-info-vsNq9D .get-contactpanel-LXgOEZ > div {
    border-left-width: 3px;
}
}

@media (hover: hover) {.our-info-vsNq9D .msg-info-KxtELm {
    cursor: pointer;
}.our-info-vsNq9D .msg-info-KxtELm::after {
    transition: opacity 0.4s ease;
    width: 100%;
    background: radial-gradient(circle at var(--x, 50%) var(--y, 50%), rgb(157,180,190,0.5) 0%, transparent 70%);
    opacity: 0;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}.our-info-vsNq9D .msg-info-KxtELm:hover::after {
    opacity: 0.3;
}}.cookie-warning-alert-lR7LQ1 {
    transform: translateX(-50%);
    left: 50%;
    font-family: Arial, sans-serif;
    width: 90%;
    max-width: 500px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    bottom: 20px;
    z-index: 1050;
    border-radius: 25px;
    position: fixed;
}.cookie-protect-BdWIyA {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.learn-prefs-8TOEgF {
    margin-bottom: 20px;
}.learn-prefs-8TOEgF svg, .learn-prefs-8TOEgF svg path, .learn-prefs-8TOEgF img {
    height: 60px;
    width: 60px;
    fill: rgb(157,180,190);
}.cookie-warning-alert-lR7LQ1 h5 {
    font-weight: 700;
    color: rgb(157,180,190);
    margin-bottom: 10px;
    text-align: center;
    font-size: 19px;
}.cookie-warning-alert-lR7LQ1 p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    color: #000000;
}.privacy-gate-fvyGpg {
    margin: 5px;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    width: calc(50% - 10px);
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    transition: background 0.3s ease-in-out;
    background: rgb(157,180,190);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy-gate-fvyGpg:hover {
    background: rgb(110,110,180);
}.cookie_button.track-bar-ktsPQh {
    background: rgb(110,110,180);
}.cookie_button.track-bar-ktsPQh:hover {
    background: rgb(110,110,180,0.5);
}.cookie-warning-alert-lR7LQ1 p a {
    transition: color 0.3s ease-in-out;
    color: rgb(157,180,190);
    text-decoration: none;
}.cookie-warning-alert-lR7LQ1 p a:hover {
    color: rgb(110,110,180);
}#overlayCookieInfo-uz20LP {
    display: none;
}#overlayCookieInfo-uz20LP:checked ~ .cookie-warning-alert-lR7LQ1 {
    opacity: 0;
    visibility: hidden;
}header {
    position: relative;
    background-color: rgb(217,227,231);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    padding: 1.2rem 0;
    z-index: 1000;
}header::before {
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(157,180,190,0.5) 49.5%, rgb(157,180,190,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(110,110,180,0.5) 49.5%, rgb(110,110,180,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    opacity: 0.15;
    width: 100%;
    content: '';
    position: absolute;
    animation: gridMove 40s linear infinite;
}header::after {
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        rgb(157,180,190) 0%, 
        rgb(110,110,180) 50%, 
        rgb(157,180,190) 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 4px;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}header .site-study-6eHwmh {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .top-edu-o6OXli {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    gap: 0.5rem;
    padding: 5px;
    border-radius: 27px;
}header .head-skill-k0INYu {
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    position: relative;
    padding: 0.7rem 1.2rem;
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
}header .head-skill-k0INYu::before {
    position: absolute;
    border-radius: calc(10px + 2px);
    transition: all 0.3s ease;
    top: -2px;
    transform: scale(0.95);
    right: -2px;
    background: linear-gradient(45deg, rgb(157,180,190), rgb(110,110,180));
    opacity: 0;
    bottom: -2px;
    z-index: -1;
    content: '';
    left: -2px;
}header .head-skill-k0INYu::after {
    content: '';
    background: rgb(157,180,190);
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}header .head-skill-k0INYu:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}header .head-skill-k0INYu:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main-primary-HcOSnW {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
}header .main-primary-HcOSnW::before {
    content: '';
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 100%;
    top: 0;
    position: absolute;
    transition: 0.5s;
    left: -100%;
}header .main-primary-HcOSnW:hover::before {
    left: 100%;
}header .main-primary-HcOSnW svg {
    height: auto;
    width: 160px;
    z-index: 2;
    position: relative;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top-edu-o6OXli {
    gap: 0.3rem;
}header .head-skill-k0INYu {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .main-primary-HcOSnW svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .site-study-6eHwmh {
    flex-direction: column;
}header .top-edu-o6OXli {
    width: 100%;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    order: 2;
    margin-top: 1rem;
}header .head-skill-k0INYu {
    padding: 0.5rem 0.7rem;
    font-size: calc(14px - 2px);
}header .main-primary-HcOSnW {
    order: 1;
    margin-bottom: 0.5rem;
}header .main-primary-HcOSnW svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top-edu-o6OXli {
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top-edu-o6OXli::-webkit-scrollbar {
    height: 3px;
}header .top-edu-o6OXli::-webkit-scrollbar-thumb {
    background: rgb(157,180,190);
    border-radius: 10px;
}header .head-skill-k0INYu {
    white-space: nowrap;
}header .main-primary-HcOSnW svg {
    width: 110px;
}}.quantitative-data-hGUMem {
    padding: 4rem 0;
    background: rgb(217,227,231);
    position: relative;
    overflow: hidden;
}.quantitative-data-hGUMem::before {
    content: "";
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(157,180,190,0.5), rgb(110,110,180,0.5));
    width: 100%;
}.quantitative-data-hGUMem::after {
    width: 200px;
    background: rgb(157,180,190);
    position: absolute;
    transform: rotate(30deg);
    top: -50px;
    content: "";
    z-index: 0;
    height: 200px;
    opacity: 0.05;
    right: -50px;
}.quantitative-data-hGUMem h3 {
    margin-bottom: 3rem;
    z-index: 1;
    font-size: 30px;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    text-align: center;
    font-weight: 700;
}.quantitative-data-hGUMem .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.quantitative-data-hGUMem ul {
    margin: 0;
    padding: 0;
    gap: 2rem;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.quantitative-data-hGUMem .key-classes-R1f5Lw {
    padding: 1.5rem;
    opacity: 0;
    display: flex;
    animation-delay: calc(0.15s * var(--i, 0));
    background: linear-gradient(145deg, #ffffff, rgba(255, 255, 255, 0.85));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 
              0 1px 3px rgba(0, 0, 0, 0.03);
    animation: fadeSlideUp 0.6s forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.4s ease;
    position: relative;
    transform: translateY(30px);
    flex-direction: column;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:nth-child(1) {
    --i: 1;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:nth-child(2) {
    --i: 2;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:nth-child(3) {
    --i: 3;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:nth-child(4) {
    --i: 4;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:nth-child(5) {
    --i: 5;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:nth-child(6) {
    --i: 6;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:nth-child(7) {
    --i: 7;
}.quantitative-data-hGUMem .key-classes-R1f5Lw::before {
    width: 4px;
    top: 0;
    content: "";
    transition: height 0.5s ease;
    height: 0;
    background: linear-gradient(to bottom, rgb(157,180,190), rgb(110,110,180));
    position: absolute;
    left: 0;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 3px 10px rgba(0, 0, 0, 0.05);
}.quantitative-data-hGUMem .key-classes-R1f5Lw:hover::before {
    height: 100%;
}.quantitative-data-hGUMem .key-classes-R1f5Lw span {
    color: #000000;
    position: relative;
    padding-left: 0.5rem;
    font-weight: 600;
    transition: transform 0.3s ease, padding-left 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:hover span {
    color: rgb(157,180,190);
    transform: translateX(5px);
    padding-left: 0.75rem;
}.quantitative-data-hGUMem .key-classes-R1f5Lw p {
    font-size: 2.5rem;
    color: rgb(157,180,190);
    display: inline-block;
    position: relative;
    margin: 0.5rem 0 0;
    font-weight: 700;
}.quantitative-data-hGUMem .key-classes-R1f5Lw p::after {
    content: "";
    transition: width 0.4s ease;
    width: 0;
    bottom: -4px;
    position: absolute;
    background: rgb(110,110,180);
    height: 2px;
    left: 0;
}.quantitative-data-hGUMem .key-classes-R1f5Lw:hover p::after {
    width: 100%;
}

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

@media (max-width: 1200px) {.quantitative-data-hGUMem ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.quantitative-data-hGUMem .key-classes-R1f5Lw p {
    font-size: 2.2rem;
}
}

@media (max-width: 768px) {.quantitative-data-hGUMem {
    padding: 3rem 0;
}.quantitative-data-hGUMem h3 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.quantitative-data-hGUMem ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.quantitative-data-hGUMem .key-classes-R1f5Lw {
    padding: 1.25rem;
}.quantitative-data-hGUMem .key-classes-R1f5Lw p {
    font-size: 2rem;
}
}

@media (max-width: 576px) {.quantitative-data-hGUMem {
    padding: 2.5rem 0;
}.quantitative-data-hGUMem h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.quantitative-data-hGUMem ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.quantitative-data-hGUMem .key-classes-R1f5Lw {
    padding: 1rem;
}.quantitative-data-hGUMem .key-classes-R1f5Lw p {
    font-size: 1.8rem;
}.quantitative-data-hGUMem .key-classes-R1f5Lw span {
    font-size: 0.9rem;
}}.opening-page-7lOvSa {
    position: relative;
    overflow: hidden;
    width: 100%;
}.opening-page-7lOvSa .edu-home-2FdIwj {
    height: 100vh;
    position: relative;
    min-height: 650px;
    align-items: center;
    display: flex;
    justify-content: center;
}.opening-page-7lOvSa .edu-home-2FdIwj::before {
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85) 0%, 
    rgba(var(--secondary-color-rgb), 0.75) 100%);
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    backdrop-filter: blur(3px);
    left: 0;
}.opening-page-7lOvSa .edu-home-2FdIwj::after {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 25%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.03) 25%, transparent 50%);
    pointer-events: none;
    width: 100%;
    content: "";
    z-index: 2;
}.opening-page-7lOvSa .study-pro-tJ8uXf {
    background: linear-gradient(145deg, 
    rgba(var(--dark-color-rgb), 0.8) 0%, 
    rgba(var(--dark-color-rgb), 0.6) 100%);
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 3;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 1px rgba(255,255,255,0.1);
    width: 90%;
    max-width: 800px;
    border-left: 4px solid rgb(157,180,190);
    padding: 3rem;
}.opening-page-7lOvSa .study-pro-tJ8uXf::before {
    bottom: 20px;
    z-index: -1;
    position: absolute;
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    content: "";
    left: -10px;
    pointer-events: none;
    right: 20px;
    top: -10px;
    transform: translateZ(-10px);
}.opening-page-7lOvSa .study-pro-tJ8uXf::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0) 50%,
    rgba(255,255,255,0.05) 100%);
    pointer-events: none;
}.opening-page-7lOvSa h1 {
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    margin-bottom: 1.5rem;
    font-size: 40px;
    transform: translateY(20px);
    color: #ffffff;
    letter-spacing: -0.5px;
    opacity: 0;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}.opening-page-7lOvSa h1::after {
    position: absolute;
    animation: lineGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    content: "";
    transform-origin: left center;
    background: rgb(157,180,190);
    transform: scaleX(0);
    left: 0;
    width: 80px;
    bottom: -12px;
    height: 3px;
}.opening-page-7lOvSa h3 {
    margin-bottom: 1.5rem;
    font-size: calc(23px + 0.1rem);
    opacity: 0;
    color: rgba(var(--white-color-rgb), 0.9);
    font-weight: 600;
    transform: translateY(20px);
    line-height: 1.5;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
}.opening-page-7lOvSa p {
    font-weight: 400;
    transform: translateY(20px);
    color: rgba(var(--white-color-rgb), 0.8);
    line-height: 1.6;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
    opacity: 0;
    position: relative;
    font-size: 13px;
    margin-top: 2rem;
}.opening-page-7lOvSa p::before {
    position: absolute;
    left: 0;
    width: 30px;
    top: -12px;
    height: 1px;
    background: rgb(110,110,180);
    content: "";
}

@keyframes slideUp {
  from {
    transform: perspective(1000px) rotateX(2deg) translateY(50px);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
    opacity: 1;
  }
}

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

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

@media screen and (max-width: 992px) {.opening-page-7lOvSa .edu-home-2FdIwj {
    min-height: 550px;
}.opening-page-7lOvSa .study-pro-tJ8uXf {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.opening-page-7lOvSa h1 {
    font-size: calc(40px - 0.5rem);
}.opening-page-7lOvSa h3 {
    font-size: 23px;
}
}

@media screen and (max-width: 768px) {.opening-page-7lOvSa .edu-home-2FdIwj {
    min-height: 500px;
}.opening-page-7lOvSa .study-pro-tJ8uXf {
    transform: none;
    padding: 2rem;
    width: 95%;
}.opening-page-7lOvSa h1 {
    font-size: calc(40px - 1rem);
}.opening-page-7lOvSa h3 {
    font-size: calc(23px - 0.1rem);
}.opening-page-7lOvSa p {
    font-size: calc(13px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.opening-page-7lOvSa .edu-home-2FdIwj {
    min-height: 450px;
}.opening-page-7lOvSa .study-pro-tJ8uXf {
    padding: 1.5rem;
}.opening-page-7lOvSa h1 {
    font-size: calc(40px - 1.5rem);
    margin-bottom: 1rem;
}.opening-page-7lOvSa h1::after {
    bottom: -8px;
    height: 2px;
    width: 60px;
}.opening-page-7lOvSa h3 {
    font-size: calc(23px - 0.2rem);
    margin-bottom: 1rem;
}.opening-page-7lOvSa p {
    font-size: calc(13px - 0.2rem);
    margin-top: 1.5rem;
}}.contact-us-cI4xbA {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.contact-us-cI4xbA::before {
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(157,180,190), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(110,110,180), 0.04) 50%, transparent 100%);
    top: 0;
    left: 0;
    animation: gridMove 20s linear infinite;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 20px 20px, 20px 20px;
}.contact-us-cI4xbA::after {
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(157,180,190), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(110,110,180), 0.15) 0%, 
        transparent 50%
    );
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.6;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact-us-cI4xbA .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact-us-cI4xbA h2 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}.contact-us-cI4xbA h2::after {
    height: 3px;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -15px;
    border-radius: 1.5px;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
}.contact-us-cI4xbA .query-links-QnTXzZ {
    position: relative;
    margin-top: 60px;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact-us-cI4xbA .query-links-QnTXzZ::before {
    content: "";
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    border-radius: 30px;
    border: 1px solid rgba(rgb(157,180,190), 0.2);
    top: -8px;
    left: -8px;
}.contact-us-cI4xbA .query-links-QnTXzZ::after {
    position: absolute;
    content: "";
    width: 100%;
    right: -8px;
    border-radius: 30px;
    height: 100%;
    border: 1px solid rgba(rgb(110,110,180), 0.2);
    bottom: -8px;
    z-index: -1;
}.contact-us-cI4xbA .img-shadow-5HX9ue {
    border-radius: 30px;
    position: relative;
    height: 100%;
    min-height: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.contact-us-cI4xbA .img-shadow-5HX9ue::before {
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}.contact-us-cI4xbA .img-shadow-5HX9ue::after {
    content: "";
    z-index: 2;
    border-right: 2px solid rgba(rgb(157,180,190), 0.6);
    width: 60px;
    border-top: 2px solid rgba(rgb(157,180,190), 0.6);
    height: 60px;
    position: absolute;
    right: 20px;
    top: 20px;
}.contact-us-cI4xbA .feedback-section-awmEXF {
    position: relative;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.contact-us-cI4xbA .feedback-section-awmEXF::before {
    height: 60px;
    content: "";
    border-bottom: 2px solid rgba(rgb(110,110,180), 0.6);
    left: 20px;
    bottom: 20px;
    border-left: 2px solid rgba(rgb(110,110,180), 0.6);
    position: absolute;
    width: 60px;
}.contact-us-cI4xbA form {
    width: 100%;
}.contact-us-cI4xbA form h3 {
    padding-left: 20px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: 600;
}.contact-us-cI4xbA form h3::before {
    border-radius: 10px;
    width: 3px;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(157,180,190);
}.contact-us-cI4xbA form input[type="text"] {
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 25px;
    font-size: 15px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}.contact-us-cI4xbA form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(157,180,190), 0.2);
    border-color: rgb(157,180,190);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
}.contact-us-cI4xbA form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-us-cI4xbA .support-box-lSZUjw {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact-us-cI4xbA .support-box-lSZUjw input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-us-cI4xbA .support-box-lSZUjw label {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    line-height: 1.5;
    font-size: 12px;
    padding-left: 35px;
}.contact-us-cI4xbA .support-box-lSZUjw label::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 2px;
    border-radius: 10px;
    transition: all 0.3s ease;
    left: 0;
}.contact-us-cI4xbA .support-box-lSZUjw input[type="checkbox"]:checked + label::before {
    background: rgb(157,180,190);
    border-color: rgb(157,180,190);
}.contact-us-cI4xbA .support-box-lSZUjw input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 10px;
    content: "";
    left: 8px;
    top: 6px;
    position: absolute;
    transform: rotate(45deg);
}.contact-us-cI4xbA .support-box-lSZUjw label a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(157,180,190);
    position: relative;
}.contact-us-cI4xbA .support-box-lSZUjw label a:hover {
    color: rgb(110,110,180);
}.contact-us-cI4xbA form .feedback-widget-jsR6d8 {
    transition: all 0.4s ease;
    padding: 16px 40px;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(157,180,190), rgb(110,110,180));
    font-size: 16px;
    border-radius: 10px;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
}.contact-us-cI4xbA form .feedback-widget-jsR6d8::before {
    content: "";
    transition: all 0.4s ease;
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(110,110,180), rgb(157,180,190));
    position: absolute;
    z-index: -1;
    width: 100%;
}.contact-us-cI4xbA form .feedback-widget-jsR6d8:hover::before {
    left: 0;
}.contact-us-cI4xbA form .feedback-widget-jsR6d8:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact-us-cI4xbA svg {
    fill: rgb(157,180,190);
    height: 22px;
    width: 22px;
}.contact-us-cI4xbA svg path {
    fill: rgb(157,180,190);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact-us-cI4xbA {
    padding: 90px 0;
}.contact-us-cI4xbA .query-links-QnTXzZ {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-us-cI4xbA .img-shadow-5HX9ue {
    min-height: 400px;
}.contact-us-cI4xbA .feedback-section-awmEXF {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact-us-cI4xbA {
    padding: 70px 0;
}.contact-us-cI4xbA h2 {
    font-size: calc(34px * 0.9);
}.contact-us-cI4xbA .img-shadow-5HX9ue {
    min-height: 350px;
}.contact-us-cI4xbA .img-shadow-5HX9ue::after,
    .contact-us-cI4xbA .feedback-section-awmEXF::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact-us-cI4xbA {
    padding: 50px 0;
}.contact-us-cI4xbA h2 {
    font-size: calc(34px * 0.8);
}.contact-us-cI4xbA .query-links-QnTXzZ {
    margin-top: 40px;
}.contact-us-cI4xbA .img-shadow-5HX9ue {
    min-height: 250px;
}.contact-us-cI4xbA .feedback-section-awmEXF {
    padding: 30px 20px;
}.contact-us-cI4xbA form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact-us-cI4xbA form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact-us-cI4xbA form .feedback-widget-jsR6d8 {
    padding: 15px 20px;
    width: 100%;
}}.tyField-3zlCGk {
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(157,180,190,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tyField-3zlCGk::before {
    top: -5%;
    right: -10%;
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    width: 40%;
    height: 60%;
    background: linear-gradient(225deg, rgb(110,110,180) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.1;
    content: "";
}.tyField-3zlCGk::after {
    bottom: -5%;
    width: 45%;
    background: linear-gradient(45deg, rgb(157,180,190) 0%, transparent 80%);
    transform: rotate(12deg) skew(-5deg);
    position: absolute;
    height: 65%;
    z-index: 1;
    left: -10%;
    opacity: 0.1;
    content: "";
    pointer-events: none;
}.tyField-3zlCGk .container {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
}.tyField-3zlCGk h2 {
    transform: translateX(-5%);
    font-weight: 700;
    max-width: 90%;
    color: rgb(157,180,190);
    font-size: 31px;
    position: relative;
    margin-bottom: 35px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}.tyField-3zlCGk h2::after {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left center;
    bottom: -12px;
    content: "";
    position: absolute;
    background: rgb(110,110,180);
    width: 85px;
    left: 0;
    height: 3px;
    transform: scaleX(1);
}.tyField-3zlCGk .skill-spot-Bxk0eQ {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px 50px 60px;
    transform: translateX(5%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.tyField-3zlCGk .skill-spot-Bxk0eQ::before {
    height: 100%;
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    content: "";
    left: 0;
    position: absolute;
}.tyField-3zlCGk .skill-spot-Bxk0eQ::after {
    top: 20px;
    width: 100px;
    z-index: -1;
    background: radial-gradient(circle, rgb(110,110,180,0.5) 0%, transparent 70%);
    opacity: 0.3;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 100px;
    right: 20px;
}.tyField-3zlCGk ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyField-3zlCGk li {
    position: relative;
    z-index: 2;
}.tyField-3zlCGk li::before {
    line-height: 1;
    font-size: 120px;
    color: rgb(157,180,190);
    font-family: serif;
    position: absolute;
    z-index: -1;
    top: -40px;
    content: "";
    opacity: 0.1;
    left: -20px;
}.tyField-3zlCGk li span {
    display: block;
    max-width: 95%;
    font-size: calc(18px + 0.1rem);
    line-height: 1.7;
    position: relative;
    color: #000000;
    font-weight: 400;
}.tyField-3zlCGk:hover .skill-spot-Bxk0eQ {
    transform: translateX(5%) translateY(-5px);
}.tyField-3zlCGk:hover h2::after {
    transform: scaleX(1.3);
}

@media (max-width: 991px) {.tyField-3zlCGk {
    padding: 90px 0;
}.tyField-3zlCGk h2 {
    transform: translateX(0);
    font-size: calc(31px - 0.2rem);
    max-width: 100%;
}.tyField-3zlCGk .skill-spot-Bxk0eQ {
    transform: translateX(0);
    padding: 40px 30px 40px 45px;
}.tyField-3zlCGk:hover .skill-spot-Bxk0eQ {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 767px) {.tyField-3zlCGk {
    padding: 70px 0;
}.tyField-3zlCGk::before,
    .tyField-3zlCGk::after {
    height: 50%;
    width: 70%;
}.tyField-3zlCGk h2 {
    font-size: calc(31px - 0.4rem);
    line-height: 1.35;
    margin-bottom: 30px;
}.tyField-3zlCGk .skill-spot-Bxk0eQ {
    padding: 35px 25px 35px 35px;
}.tyField-3zlCGk li::before {
    top: -25px;
    left: -15px;
    font-size: 90px;
}.tyField-3zlCGk li span {
    font-size: 18px;
}
}

@media (max-width: 575px) {.tyField-3zlCGk {
    padding: 60px 0;
}.tyField-3zlCGk .container {
    transform: perspective(1000px) rotateX(1deg);
}.tyField-3zlCGk h2 {
    font-size: calc(31px - 0.5rem);
    margin-bottom: 25px;
}.tyField-3zlCGk h2::after {
    width: 60px;
    height: 2px;
}.tyField-3zlCGk .skill-spot-Bxk0eQ {
    padding: 25px 20px 25px 25px;
}.tyField-3zlCGk .skill-spot-Bxk0eQ::before {
    width: 4px;
}.tyField-3zlCGk li::before {
    top: -20px;
    left: -10px;
    font-size: 70px;
}.tyField-3zlCGk li span {
    font-size: calc(18px - 0.1rem);
    line-height: 1.6;
}}.secure-bunker-d8Ts3S {
    overflow: hidden;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 80%;
    color: #000000;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}.secure-bunker-d8Ts3S:before, .secure-bunker-d8Ts3S:after {
    background: rgb(157,180,190,0.5);
    position: absolute;
    border-radius: 50%;
    content: "";
    z-index: 0;
}.secure-bunker-d8Ts3S:before {
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
}.secure-bunker-d8Ts3S:after {
    bottom: -75px;
    height: 150px;
    width: 150px;
    right: -75px;
}.secure-bunker-d8Ts3S h1 {
    padding-bottom: 10px;
    color: #000000;
    position: relative;
    z-index: 1;
    font-size: 45px;
    font-weight: 700;
    margin-top: 30px;
    border-bottom: 2px solid rgb(157,180,190);
    margin-bottom: 20px;
}.secure-bunker-d8Ts3S h2 {
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 25px;
    padding-bottom: 5px;
    font-size: 34px;
    color: rgb(110,110,180);
    z-index: 1;
    position: relative;
    border-bottom: 1px solid rgb(110,110,180,0.5);
}.secure-bunker-d8Ts3S ul, .secure-bunker-d8Ts3S ol {
    padding-left: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
}.secure-bunker-d8Ts3S li {
    margin-bottom: 10px;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
}.secure-bunker-d8Ts3S li:before {
    content: "•";
    line-height: 1;
    font-size: 1.2em;
    color: rgb(157,180,190);
    left: 0;
    position: absolute;
}.secure-bunker-d8Ts3S div {
    position: relative;
    line-height: 1.8;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.secure-bunker-d8Ts3S .container {
    z-index: 1;
    position: relative;
}.secure-bunker-d8Ts3S h3, .secure-bunker-d8Ts3S h4, .secure-bunker-d8Ts3S h5, .secure-bunker-d8Ts3S h6 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: rgb(157,180,190);
}.secure-bunker-d8Ts3S p, .secure-bunker-d8Ts3S span {
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
}.secure-bunker-d8Ts3S a {
    z-index: 1;
    position: relative;
    text-decoration: none;
    color: rgb(110,110,180);
    border-bottom: 1px solid rgb(110,110,180,0.5);
    font-weight: 400;
}.secure-bunker-d8Ts3S a:hover {
    border-bottom: 1px solid rgb(157,180,190);
    color: rgb(157,180,190);
}.secure-bunker-d8Ts3S button {
    font-size: 18px;
    z-index: 1;
    border: none;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(110,110,180);
    cursor: pointer;
    padding: 10px 20px;
}.secure-bunker-d8Ts3S button:hover {
    background: rgb(157,180,190);
}

@media only screen and (max-width: 800px) {.secure-bunker-d8Ts3S {
    padding: 20px;
    width: 90%;
}.secure-bunker-d8Ts3S h1 {
    font-size: calc(24px - 5px);
}.secure-bunker-d8Ts3S h2 {
    font-size: calc(24px - 3px);
}.secure-bunker-d8Ts3S ul, .secure-bunker-d8Ts3S ol {
    padding-left: 10px;
}.secure-bunker-d8Ts3S li {
    padding-left: 15px;
}.secure-bunker-d8Ts3S li:before {
    left: -10px;
}.secure-bunker-d8Ts3S button {
    padding: 8px 15px;
}}.plan-display-BZIkKl {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(217,227,231);
}.plan-display-BZIkKl::before {
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    width: 100%;
    z-index: 0;
}.plan-display-BZIkKl .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1400px;
}.plan-display-BZIkKl .training-sub-09xmdA {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.plan-display-BZIkKl .discount-deals-znKXx2 {
    max-width: 800px;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    margin: 0 auto;
    animation: fadeSlideUp 0.8s forwards 0.2s;
}.plan-display-BZIkKl .discount-deals-znKXx2 h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 32px;
    margin-bottom: 20px;
}.plan-display-BZIkKl .discount-deals-znKXx2 h2::after {
    left: 50%;
    position: absolute;
    bottom: -10px;
    width: 80px;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    transform: translateX(-50%);
}.plan-display-BZIkKl .payment-plan-v0DwAS {
    margin-top: 30px;
    color: #000000;
    line-height: 1.6;
    font-size: calc(12px + 0.1rem);
}.plan-display-BZIkKl .learning-cost-D9fbuC {
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform: translateY(30px);
    margin-top: 20px;
}.plan-display-BZIkKl .fee-choices-awsBmg {
    z-index: 1;
    text-decoration: none;
    will-change: transform;
    color: inherit;
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.plan-display-BZIkKl .fee-choices-awsBmg:hover {
    transform: translateY(-10px) scale(1.02);
}.plan-display-BZIkKl .price-choices-OmYz42 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    border-radius: 23px;
    background: #ffffff;
    position: relative;
    display: flex;
    min-height: 420px;
}.plan-display-BZIkKl .fee-choices-awsBmg:hover .price-choices-OmYz42 {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.plan-display-BZIkKl .fee-choices-awsBmg:nth-child(odd) .price-choices-OmYz42::before {
    transform-origin: bottom;
    width: 5px;
    left: 0;
    transform: scaleY(0);
    position: absolute;
    top: 0;
    height: 100%;
    background: rgb(157,180,190);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan-display-BZIkKl .fee-choices-awsBmg:nth-child(even) .price-choices-OmYz42::before {
    transform-origin: bottom;
    background: rgb(110,110,180);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    right: 0;
    top: 0;
    content: "";
    transform: scaleY(0);
    height: 100%;
    position: absolute;
}.plan-display-BZIkKl .fee-choices-awsBmg:hover .price-choices-OmYz42::before {
    transform: scaleY(1);
}.plan-display-BZIkKl .premium-plan-aq37ym {
    flex: 1;
    padding: 40px 30px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}.plan-display-BZIkKl .premium-plan-aq37ym h3 {
    font-weight: 700;
    color: #000000;
    font-size: calc(22px + 0.2rem);
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    margin-bottom: 15px;
}.plan-display-BZIkKl .fee-choices-awsBmg:hover .premium-plan-aq37ym h3 {
    color: rgb(157,180,190);
}.plan-display-BZIkKl .fee-choices-awsBmg:nth-child(even):hover .premium-plan-aq37ym h3 {
    color: rgb(110,110,180);
}.plan-display-BZIkKl .qtr-cost-TqWYzg {
    font-weight: 700;
    display: inline-block;
    font-size: calc(22px + 0.5rem);
    padding-bottom: 10px;
    color: rgb(157,180,190);
    position: relative;
    margin: 10px 0 20px;
}.plan-display-BZIkKl .fee-choices-awsBmg:nth-child(even) .qtr-cost-TqWYzg {
    color: rgb(110,110,180);
}.plan-display-BZIkKl .qtr-cost-TqWYzg::after {
    content: "";
    position: absolute;
    opacity: 0.6;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: 0;
    background: currentColor;
}.plan-display-BZIkKl .premium-plan-aq37ym p {
    hyphens: auto;
    font-size: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    word-wrap: break-word;
    margin-top: auto;
}.plan-display-BZIkKl .img-shadow-5HX9ue {
    transform-origin: center;
    position: relative;
    transition: transform 0.5s ease;
    height: 200px;
    width: 100%;
}.plan-display-BZIkKl .fee-choices-awsBmg:hover .img-shadow-5HX9ue {
    transform: scale(1.05);
}.plan-display-BZIkKl .img-shadow-5HX9ue::after {
    height: 40%;
    content: "";
    width: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}.plan-display-BZIkKl .fee-choices-awsBmg:hover .img-shadow-5HX9ue::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.plan-display-BZIkKl .training-sub-09xmdA {
    grid-template-columns: 1fr;
}.plan-display-BZIkKl .learning-cost-D9fbuC {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.plan-display-BZIkKl {
    padding: 150px 0;
}.plan-display-BZIkKl .training-sub-09xmdA {
    gap: 80px;
    grid-template-columns: 1fr;
}.plan-display-BZIkKl .learning-cost-D9fbuC {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.plan-display-BZIkKl .price-choices-OmYz42 {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.plan-display-BZIkKl .learning-cost-D9fbuC {
    gap: 40px;
}
}

@media (max-width: 767px) {.plan-display-BZIkKl {
    padding: 80px 0;
}.plan-display-BZIkKl .discount-deals-znKXx2 h2 {
    font-size: calc(32px - 0.4rem);
}.plan-display-BZIkKl .payment-plan-v0DwAS {
    font-size: 12px;
}.plan-display-BZIkKl .premium-plan-aq37ym {
    padding: 30px 20px;
}.plan-display-BZIkKl .price-choices-OmYz42 {
    min-height: 400px;
}.plan-display-BZIkKl .img-shadow-5HX9ue {
    height: 160px;
}
}

@media (max-width: 480px) {.plan-display-BZIkKl {
    padding: 60px 0;
}.plan-display-BZIkKl .training-sub-09xmdA {
    gap: 40px;
}.plan-display-BZIkKl .learning-cost-D9fbuC {
    gap: 25px;
}.plan-display-BZIkKl .premium-plan-aq37ym h3 {
    font-size: 22px;
}.plan-display-BZIkKl .qtr-cost-TqWYzg {
    font-size: 22px;
}.plan-display-BZIkKl .premium-plan-aq37ym p {
    font-size: calc(12px - 0.1rem);
}}.meet-us-Kb85Fa {
    background: rgb(157,180,190);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.meet-us-Kb85Fa::before {
    height: 100%;
    top: 0;
    content: "";
    background: 
        linear-gradient(0deg, rgb(157,180,190) 30%, transparent 70%),
        linear-gradient(90deg, rgb(157,180,190) 0%, transparent 50%, rgb(157,180,190) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
}.meet-us-Kb85Fa::after {
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
}.meet-us-Kb85Fa .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.meet-us-Kb85Fa .skill-spot-Bxk0eQ {
    gap: 40px;
    padding: 60px;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-areas: 
        "text photo"
        "logo photo";
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: rgb(217,227,231);
}.meet-us-Kb85Fa .skill-spot-Bxk0eQ::before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(157,180,190,0.5), transparent);
}.meet-us-Kb85Fa .skill-spot-Bxk0eQ::after {
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180), rgb(157,180,190));
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    bottom: 0;
    width: 100%;
}.meet-us-Kb85Fa .study-programs-jFc0To {
    justify-content: center;
    align-items: center;
    grid-area: photo;
    display: flex;
    padding-left: 40px;
    flex-direction: column;
}.meet-us-Kb85Fa .study-programs-jFc0To .img-shadow-5HX9ue {
    overflow: hidden;
    position: relative;
    height: 350px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    width: 280px;
    margin-bottom: 40px;
    border: 5px solid rgb(157,180,190);
    border-radius: 10px;
}.meet-us-Kb85Fa .skill-learn-CI70ik {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 280px;
    background: rgb(110,110,180);
    padding: 20px 30px;
    text-align: center;
    width: 100%;
}.meet-us-Kb85Fa .edu-values-iyq98D {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    font-size: 19px;
}.meet-us-Kb85Fa .study-lab-46orLs {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
    font-weight: 300;
}.meet-us-Kb85Fa .text-section-d10Lnf {
    flex-direction: column;
    justify-content: center;
    grid-area: text;
    display: flex;
}.meet-us-Kb85Fa h2 {
    letter-spacing: 1px;
    color: #000000;
    font-size: 36px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}.meet-us-Kb85Fa h2::after {
    position: absolute;
    background: rgb(157,180,190);
    height: 3px;
    bottom: -10px;
    width: 80px;
    left: 0;
    content: "";
}.meet-us-Kb85Fa p {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}.meet-us-Kb85Fa .who-mentors-MuPeSm {
    margin-bottom: 20px;
    grid-area: logo;
    border-top: 1px solid rgba(rgb(157,180,190), 0.1);
    display: flex;
    align-items: center;
    padding-top: 20px;
}.meet-us-Kb85Fa .who-mentors-MuPeSm svg {
    width: 60px;
    fill: rgb(157,180,190);
    height: 60px;
    margin-right: 20px;
}.meet-us-Kb85Fa .who-mentors-MuPeSm svg path {
    fill: rgb(157,180,190);
}

@media screen and (max-width: 992px) {.meet-us-Kb85Fa {
    padding: 80px 0;
}.meet-us-Kb85Fa .skill-spot-Bxk0eQ {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "img-shadow-5HX9ue"
            "text"
            "logo";
    padding: 40px 30px;
}.meet-us-Kb85Fa .skill-spot-Bxk0eQ::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(157,180,190,0.5), transparent);
    left: 0;
    top: 50%;
    width: 100%;
}.meet-us-Kb85Fa .study-programs-jFc0To {
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid rgba(rgb(157,180,190), 0.1);
}.meet-us-Kb85Fa .text-section-d10Lnf {
    text-align: center;
}.meet-us-Kb85Fa h2::after {
    left: 50%;
    transform: translateX(-50%);
}.meet-us-Kb85Fa .who-mentors-MuPeSm {
    padding-top: 0;
    border-top: none;
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.meet-us-Kb85Fa {
    padding: 60px 0;
}.meet-us-Kb85Fa .skill-spot-Bxk0eQ {
    gap: 25px;
    padding: 30px 20px;
}.meet-us-Kb85Fa .study-programs-jFc0To .img-shadow-5HX9ue {
    height: 280px;
    margin-bottom: 30px;
    width: 220px;
}.meet-us-Kb85Fa .skill-learn-CI70ik {
    padding: 15px 20px;
    max-width: 220px;
}.meet-us-Kb85Fa h2 {
    font-size: calc(36px * 0.85);
}
}

@media screen and (max-width: 480px) {.meet-us-Kb85Fa {
    padding: 40px 0;
}.meet-us-Kb85Fa .skill-spot-Bxk0eQ {
    padding: 25px 15px;
    gap: 20px;
}.meet-us-Kb85Fa .study-programs-jFc0To .img-shadow-5HX9ue {
    margin-bottom: 25px;
    height: 230px;
    border-width: 3px;
    width: 180px;
}.meet-us-Kb85Fa .skill-learn-CI70ik {
    max-width: 180px;
    padding: 12px 15px;
}.meet-us-Kb85Fa .edu-values-iyq98D {
    font-size: calc(19px * 0.9);
}.meet-us-Kb85Fa .study-lab-46orLs {
    font-size: calc(14px * 0.9);
}.meet-us-Kb85Fa .who-mentors-MuPeSm svg {
    margin-right: 15px;
    height: 45px;
    width: 45px;
}.meet-us-Kb85Fa h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.meet-us-Kb85Fa p {
    font-size: calc(14px * 0.9);
}}.educational-yield-DICsFf {
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
}.educational-yield-DICsFf::before {
    top: 0;
    z-index: 0;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(157,180,190,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(110,110,180,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}.educational-yield-DICsFf .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    gap: 2.5rem;
    display: grid;
    padding: 0 1.5rem;
    max-width: 1200px;
}.educational-yield-DICsFf .img-shadow-5HX9ue {
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.educational-yield-DICsFf .img-shadow-5HX9ue:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.educational-yield-DICsFf .skill-spot-Bxk0eQ {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.educational-yield-DICsFf .text-section-d10Lnf {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    position: relative;
    transform: translateX(0) translateY(0);
}.educational-yield-DICsFf .text-section-d10Lnf::before {
    background: rgb(157,180,190);
    width: 4px;
    height: 0;
    transition: height 0.5s ease;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}.educational-yield-DICsFf .text-section-d10Lnf:hover::before {
    height: 100%;
}.educational-yield-DICsFf h1 {
    font-weight: 700;
    position: relative;
    transform: translateZ(0);
    letter-spacing: -0.01em;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 1.75rem;
    font-size: calc(30px * 1.1);
}.educational-yield-DICsFf h1::after {
    width: 70px;
    bottom: -0.75rem;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0.6);
    background: rgb(110,110,180);
    content: "";
    position: absolute;
    left: 0;
}.educational-yield-DICsFf .text-section-d10Lnf:hover h1::after {
    transform: scaleX(1);
}.educational-yield-DICsFf ul {
    margin: 1.5rem 0 0;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    gap: 1.2rem;
    list-style: none;
}.educational-yield-DICsFf li {
    position: relative;
    transition: transform 0.4s ease;
    padding-left: 2.5rem;
}.educational-yield-DICsFf li:hover {
    transform: translateX(8px);
}.educational-yield-DICsFf li p {
    display: flex;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    margin: 0;
    line-height: 1.6;
}.educational-yield-DICsFf svg {
    transform: scale(0.9);
    top: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    width: 24px;
    position: absolute;
    height: 24px;
}.educational-yield-DICsFf li:hover svg {
    transform: scale(1.1);
}.educational-yield-DICsFf svg path {
    fill: rgb(110,110,180);
    transition: fill 0.3s ease;
}.educational-yield-DICsFf li:hover svg path {
    fill: rgb(157,180,190);
}.educational-yield-DICsFf li:nth-child(odd) {
    transform: translateX(0);
}.educational-yield-DICsFf li:nth-child(even) {
    transform: translateX(0);
}.educational-yield-DICsFf li:nth-child(odd):hover {
    transform: translateX(8px);
}.educational-yield-DICsFf li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.educational-yield-DICsFf {
    padding: 6rem 0;
}.educational-yield-DICsFf .container {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.educational-yield-DICsFf h1 {
    margin-bottom: 2rem;
    font-size: 41px;
}.educational-yield-DICsFf ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.educational-yield-DICsFf .text-section-d10Lnf {
    transform: translateX(-20px);
    padding: 2.5rem;
}.educational-yield-DICsFf .text-section-d10Lnf:hover {
    transform: translateX(0);
}.educational-yield-DICsFf .img-shadow-5HX9ue {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.educational-yield-DICsFf .container {
    gap: 4rem;
}.educational-yield-DICsFf .img-shadow-5HX9ue {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.educational-yield-DICsFf h1 {
    font-size: calc(41px * 1.05);
}.educational-yield-DICsFf li {
    padding-left: 3rem;
}.educational-yield-DICsFf svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.educational-yield-DICsFf {
    padding: 3rem 0;
}.educational-yield-DICsFf .container {
    gap: 2rem;
}.educational-yield-DICsFf h1 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.9);
}.educational-yield-DICsFf li {
    margin-bottom: 1rem;
}.educational-yield-DICsFf .img-shadow-5HX9ue {
    max-height: 300px;
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
}.educational-yield-DICsFf ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.educational-yield-DICsFf h1 {
    font-size: 30px;
}.educational-yield-DICsFf .text-section-d10Lnf {
    padding: 1.25rem;
}.educational-yield-DICsFf li p {
    font-size: calc(18px * 0.95);
}.educational-yield-DICsFf .img-shadow-5HX9ue {
    max-height: 250px;
}}footer {
    position: relative;
}footer::before {
    opacity: 0.92;
    position: absolute;
    z-index: 1;
    content: '';
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(157,180,190) 150%);
    top: 0;
    left: 0;
}.math-tools-9Zzx8T {
    font-family: Arial, sans-serif;
    padding: 70px 0;
    color: #ffffff;
    z-index: 2;
    position: relative;
}.math-tools-9Zzx8T .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.math-tools-9Zzx8T .company_holder {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 30px;
    border-radius: 12px 0 12px 0;
}.math-tools-9Zzx8T .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.math-tools-9Zzx8T .company_holder::before {
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    background: rgb(157,180,190);
    left: 0;
    content: '';
}.math-tools-9Zzx8T .company_holder h3 {
    font-size: 32px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
}.math-tools-9Zzx8T .company_holder h3::after {
    background: rgb(110,110,180);
    left: 0;
    position: absolute;
    width: 60px;
    content: '';
    bottom: -8px;
    height: 3px;
}.math-tools-9Zzx8T .encrypt-cta-elnxkH {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.math-tools-9Zzx8T .support-cta-Xv6lkw {
    position: relative;
}.math-tools-9Zzx8T .nav-start-45ca1C {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    display: flex;
}.math-tools-9Zzx8T .top-edu-o6OXli {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.math-tools-9Zzx8T .top-edu-o6OXli h5 {
    padding-left: 15px;
    position: relative;
    border-left: 3px solid rgb(157,180,190);
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.math-tools-9Zzx8T .top-edu-o6OXli .nav-start-45ca1C {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.math-tools-9Zzx8T .top-edu-o6OXli .nav-start-45ca1C a {
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    color: #ffffff;
    padding: 8px 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    transition: all 0.3s ease;
}.math-tools-9Zzx8T .top-edu-o6OXli .nav-start-45ca1C a::before {
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    background: rgb(157,180,190,0.5);
    top: 0;
    width: 0;
    z-index: -1;
    transition: width 0.3s ease;
}.math-tools-9Zzx8T .top-edu-o6OXli .nav-start-45ca1C a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.math-tools-9Zzx8T .top-edu-o6OXli .nav-start-45ca1C a:hover::before {
    width: 100%;
}.verify-cta-QTkFmt {
    position: relative;
    margin-top: 50px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}.verify-cta-QTkFmt .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.verify-cta-QTkFmt .reward-sys-r2ID4M {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    z-index: 1;
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-size: 40px 40px;
}

@media (max-width: 992px) {.math-tools-9Zzx8T .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.math-tools-9Zzx8T {
    padding: 50px 0;
}.math-tools-9Zzx8T .top-edu-o6OXli {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.math-tools-9Zzx8T {
    padding: 40px 0;
}.math-tools-9Zzx8T .company_holder h3 {
    font-size: calc(32px * 0.8);
}.math-tools-9Zzx8T .top-edu-o6OXli h5 {
    font-size: calc(22px * 0.9);
}.math-tools-9Zzx8T .top-edu-o6OXli .nav-start-45ca1C a,
    .math-tools-9Zzx8T .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.verify-cta-QTkFmt::before {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
}.course-features-EiNDys {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(157,180,190,0.5) 100%);
    position: relative;
    padding: 100px 0;
}.course-features-EiNDys::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 20% 20%, rgb(110,110,180,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 80%, rgb(157,180,190,0.5) 0%, transparent 30%);
    height: 100%;
    z-index: 1;
    width: 100%;
}.course-features-EiNDys::after {
    z-index: 1;
    opacity: 0.1;
    background-position: -1px -1px;
    height: 100%;
    background-image: 
    linear-gradient(90deg, rgb(157,180,190,0.5) 1px, transparent 1px),
    linear-gradient(0deg, rgb(157,180,190,0.5) 1px, transparent 1px);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-size: 40px 40px;
    width: 100%;
}.course-features-EiNDys .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.course-features-EiNDys .skill-spot-Bxk0eQ {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
}.course-features-EiNDys .coding-expert-aXGeqh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0 0;
    position: relative;
    z-index: 3;
    align-items: flex-start;
}.course-features-EiNDys .top-head-inVBae {
    perspective: 500px;
    position: relative;
    margin-bottom: 30px;
    transform-style: preserve-3d;
}.course-features-EiNDys .top-head-inVBae::before {
    content: "";
    left: -15px;
    transform: translateZ(-10px);
    z-index: -1;
    top: -15px;
    background-color: #ffffff;
    border-radius: 10px;
    width: calc(100% + 30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: calc(100% + 30px);
    position: absolute;
}.course-features-EiNDys .top-head-inVBae::after {
    position: absolute;
    z-index: -1;
    left: -5px;
    border: 1px solid rgb(157,180,190,0.5);
    transform: translateZ(-5px);
    top: -5px;
    content: "";
    height: calc(100% + 10px);
    border-radius: calc(10px - 2px);
    width: calc(100% + 10px);
}.course-features-EiNDys .top-head-inVBae svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    max-width: 140px;
}.course-features-EiNDys .top-head-inVBae svg path {
    fill: rgb(157,180,190);
    transition: fill 0.3s ease;
}.course-features-EiNDys .top-head-inVBae:hover svg {
    transform: scale(1.05);
}.course-features-EiNDys .top-head-inVBae:hover svg path {
    fill: rgb(110,110,180);
}.course-features-EiNDys h3 {
    color: #000000;
    line-height: 1.3;
    padding-left: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    border-left: 3px solid rgb(157,180,190);
}.course-features-EiNDys h3::after {
    position: absolute;
    background-color: rgb(110,110,180);
    height: 3px;
    left: -3px;
    width: 30px;
    content: "";
    bottom: -5px;
}.course-features-EiNDys p {
    font-weight: 400;
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}.course-features-EiNDys .img-shadow-5HX9ue {
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 50% 0 0 50%;
    height: 550px;
}.course-features-EiNDys .img-shadow-5HX9ue::before {
    inset: 0;
    z-index: 2;
    border: 10px solid transparent;
    content: "";
    border-radius: 50% 0 0 50%;
    border-left: 10px solid rgb(157,180,190,0.5);
    position: absolute;
}.course-features-EiNDys .img-shadow-5HX9ue::after {
    z-index: 2;
    position: absolute;
    content: "";
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.2);
    inset: 15px;
    border-radius: 50% 0 0 50%;
}

@media screen and (min-width: 1600px) {.course-features-EiNDys .skill-spot-Bxk0eQ {
    grid-template-columns: 1fr 1.5fr;
}.course-features-EiNDys .img-shadow-5HX9ue {
    border-radius: 45% 0 0 45%;
}
}

@media screen and (max-width: 1200px) {.course-features-EiNDys {
    padding: 80px 0;
}.course-features-EiNDys .coding-expert-aXGeqh {
    padding: 0 30px 0 0;
}
}

@media screen and (max-width: 991px) {.course-features-EiNDys .skill-spot-Bxk0eQ {
    gap: 60px;
    grid-template-columns: 1fr;
}.course-features-EiNDys .coding-expert-aXGeqh {
    order: 2;
    padding: 0;
}.course-features-EiNDys .img-shadow-5HX9ue {
    border-radius: 0 0 30% 30%;
    min-height: 350px;
    order: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course-features-EiNDys .img-shadow-5HX9ue::before {
    border-bottom: 10px solid rgb(157,180,190,0.5);
    border: 10px solid transparent;
    border-radius: 0 0 30% 30%;
}.course-features-EiNDys .img-shadow-5HX9ue::after {
    border-radius: 0 0 30% 30%;
}.course-features-EiNDys .skill-spot-Bxk0eQ::before,
  .course-features-EiNDys .skill-spot-Bxk0eQ::after {
    transform: translateX(-50%);
    top: calc(350px - 30px);
    left: 50%;
}.course-features-EiNDys .skill-spot-Bxk0eQ::after {
    left: 50%;
    top: calc(350px - 15px);
    transform: translateX(-50%);
}
  
  @keyframes pulse {
    0%, 100% {
      transform: translateX(-50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translateX(-50%) scale(1.2);
      opacity: 0.8;
    }
  }
}

@media screen and (max-width: 768px) {.course-features-EiNDys {
    padding: 60px 0;
}.course-features-EiNDys .skill-spot-Bxk0eQ {
    gap: 50px;
}.course-features-EiNDys .img-shadow-5HX9ue {
    min-height: 300px;
}.course-features-EiNDys .skill-spot-Bxk0eQ::before {
    height: 50px;
    width: 50px;
    top: calc(300px - 30px);
}.course-features-EiNDys .skill-spot-Bxk0eQ::after {
    height: 25px;
    top: calc(300px - 15px);
    width: 25px;
}.course-features-EiNDys h3 {
    padding-left: 15px;
    font-size: calc(35px - 4px);
}.course-features-EiNDys p {
    padding-left: 15px;
}.course-features-EiNDys .top-head-inVBae {
    margin-bottom: 25px;
}.course-features-EiNDys .top-head-inVBae svg {
    max-width: 120px;
}
}

@media screen and (max-width: 576px) {.course-features-EiNDys {
    padding: 50px 0;
}.course-features-EiNDys .img-shadow-5HX9ue {
    border-radius: 0 0 25% 25%;
    min-height: 250px;
}.course-features-EiNDys .img-shadow-5HX9ue::before {
    border-radius: 0 0 25% 25%;
}.course-features-EiNDys .img-shadow-5HX9ue::after {
    border-radius: 0 0 25% 25%;
}.course-features-EiNDys .skill-spot-Bxk0eQ::before {
    top: calc(250px - 25px);
    height: 40px;
    width: 40px;
}.course-features-EiNDys .skill-spot-Bxk0eQ::after {
    height: 20px;
    width: 20px;
    top: calc(250px - 12px);
}.course-features-EiNDys h3 {
    margin-bottom: 20px;
    font-size: calc(35px - 6px);
}.course-features-EiNDys p {
    font-size: calc(13px - 1px);
}.course-features-EiNDys .top-head-inVBae {
    margin-bottom: 20px;
}.course-features-EiNDys .top-head-inVBae::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
}}.prospective-students-XgOnoY {
    overflow: hidden;
    padding: 140px 0;
    background: rgb(217,227,231);
    position: relative;
}.prospective-students-XgOnoY::before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0, 30px 30px;
    opacity: 0.03;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(157,180,190,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(157,180,190,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(157,180,190,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(157,180,190,0.5) 75%
        );
    left: 0;
    position: absolute;
    top: 0;
}.prospective-students-XgOnoY::after {
    left: 0;
    z-index: 1;
    height: 150px;
    background: linear-gradient(to top, rgb(217,227,231), transparent);
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
}.prospective-students-XgOnoY .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.prospective-students-XgOnoY .skill-spot-Bxk0eQ {
    position: relative;
}.prospective-students-XgOnoY h4 {
    padding: 20px 0;
    margin-bottom: 80px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    position: relative;
    font-size: 28px;
}.prospective-students-XgOnoY h4::before {
    width: 100px;
    position: absolute;
    left: 50%;
    border-radius: 2px;
    background: rgb(157,180,190,0.5);
    top: 0;
    content: "";
    transform: translateX(-50%);
    height: 3px;
}.prospective-students-XgOnoY h4::after {
    transform: translateX(-50%);
    position: absolute;
    background: rgb(110,110,180,0.5);
    bottom: 0;
    border-radius: 2px;
    width: 100px;
    left: 50%;
    height: 3px;
    content: "";
}.prospective-students-XgOnoY div {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.prospective-students-XgOnoY div::before {
    content: "";
    background: linear-gradient(180deg, rgb(157,180,190,0.5), rgb(110,110,180,0.5), transparent);
    z-index: 0;
    width: 2px;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
}.prospective-students-XgOnoY div p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    z-index: 1;
    align-items: center;
    font-size: 12px;
    line-height: 1.6;
    background: #ffffff;
    color: #000000;
    display: flex;
    width: 70%;
    margin: 0 0 60px 0;
    border-radius: 50px;
    position: relative;
    transition: all 0.4s ease;
}.prospective-students-XgOnoY div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}.prospective-students-XgOnoY div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.prospective-students-XgOnoY div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.prospective-students-XgOnoY div p::before {
    z-index: 2;
    border-radius: 50%;
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    background: #ffffff;
}.prospective-students-XgOnoY div p:nth-child(odd)::before {
    left: -15px;
    top: -15px;
}.prospective-students-XgOnoY div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.prospective-students-XgOnoY div p::after {
    content: "";
    height: 15px;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    width: 15px;
    background: linear-gradient(135deg, rgb(157,180,190), rgb(110,110,180));
    z-index: 3;
}.prospective-students-XgOnoY div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.prospective-students-XgOnoY div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.prospective-students-XgOnoY div p:hover::after {
    box-shadow: 0 0 10px rgb(157,180,190,0.5);
    transform: scale(1.3);
}.prospective-students-XgOnoY div p svg {
    transition: all 0.3s ease;
    margin-right: 20px;
    min-width: 32px;
    width: 32px;
    height: 32px;
}.prospective-students-XgOnoY div p:hover svg {
    transform: rotate(15deg);
}.prospective-students-XgOnoY div p svg path {
    fill: rgb(157,180,190);
    transition: fill 0.3s ease;
}.prospective-students-XgOnoY div p:hover svg path {
    fill: rgb(110,110,180);
}

@media (max-width: 991px) {.prospective-students-XgOnoY {
    padding: 120px 0;
}.prospective-students-XgOnoY h4 {
    font-size: calc(28px - 2px);
    margin-bottom: 70px;
}.prospective-students-XgOnoY div p {
    padding: 22px 25px;
    width: 80%;
    margin-bottom: 50px;
}.prospective-students-XgOnoY div p svg {
    margin-right: 15px;
    width: 28px;
    min-width: 28px;
    height: 28px;
}
}

@media (max-width: 767px) {.prospective-students-XgOnoY {
    padding: 100px 0;
}.prospective-students-XgOnoY h4 {
    font-size: calc(28px - 4px);
    margin-bottom: 60px;
}.prospective-students-XgOnoY div p {
    border-radius: 30px !important;
    align-self: center !important;
    margin-bottom: 40px;
    padding: 18px 22px;
    width: 90%;
}.prospective-students-XgOnoY div p::before,
    .prospective-students-XgOnoY div p::after {
    display: none;
}.prospective-students-XgOnoY div p svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.prospective-students-XgOnoY {
    padding: 80px 0;
}.prospective-students-XgOnoY h4 {
    margin-bottom: 50px;
    font-size: calc(28px - 6px);
}.prospective-students-XgOnoY div p {
    padding: 15px 18px;
    width: 100%;
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.prospective-students-XgOnoY div p svg {
    height: 22px;
    margin-right: 10px;
    width: 22px;
    min-width: 22px;
}
}