﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.header-bar-s0NFx3 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.intern-opp-pCLVy9 {
    flex: 0 0 auto;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    auto;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1119px;
    max-width: 100%;
}.content-wrapper-01jeNU {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tyCard-Zkt7TN {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.tyCard-Zkt7TN::before {
    content: "";
    opacity: 0.4;
    position: absolute;
    filter: blur(80px);
    animation: float 15s ease-in-out infinite;
    z-index: 1;
    top: -50px;
    width: 300px;
    height: 300px;
    right: -50px;
    background: linear-gradient(45deg, rgb(161,156,192,0.5) 0%, rgb(194,188,216,0.5) 100%);
}.tyCard-Zkt7TN::after {
    left: -30px;
    z-index: 1;
    height: 250px;
    filter: blur(60px);
    width: 250px;
    bottom: -30px;
    content: "";
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(194,188,216,0.5) 0%, rgb(161,156,192,0.5) 80%);
    animation: float 18s ease-in-out infinite reverse;
    position: absolute;
}.tyCard-Zkt7TN .container {
    z-index: 5;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}.tyCard-Zkt7TN h2 {
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    font-size: 34px;
}.tyCard-Zkt7TN h2::after {
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    content: "";
    bottom: -12px;
    left: 0;
    background: linear-gradient(90deg, rgb(194,188,216) 0%, rgb(161,156,192) 100%);
    height: 3px;
    transform-origin: left center;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
}.tyCard-Zkt7TN .learn-study-BYRH5t {
    position: relative;
    padding: 50px;
    background: #ffffff;
    opacity: 0;
    transform: translateY(30px);
    border-radius: 19px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
}.tyCard-Zkt7TN .learn-study-BYRH5t::before {
    height: 100%;
    transform-origin: top center;
    content: "";
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: absolute;
    top: 0;
    width: 6px;
    transform: scaleY(0);
    left: 0;
    background: linear-gradient(to bottom, rgb(161,156,192), rgb(194,188,216));
}.tyCard-Zkt7TN ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tyCard-Zkt7TN li {
    position: relative;
    padding-left: 25px;
}.tyCard-Zkt7TN li::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(194,188,216) 0%, rgb(161,156,192) 100%);
    transform: scale(0);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    content: "";
    top: 8px;
    height: 10px;
    left: 0;
    width: 10px;
    border-radius: 50%;
}.tyCard-Zkt7TN span {
    transform: translateY(15px);
    color: #000000;
    display: block;
    animation: fadeText 0.8s ease forwards 0.8s;
    font-family: Arial, sans-serif;
    opacity: 0;
    line-height: 1.7;
    font-size: calc(17px * 1.05);
}

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

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

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.tyCard-Zkt7TN {
    padding: 90px 0 70px;
}.tyCard-Zkt7TN h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.9);
}.tyCard-Zkt7TN .learn-study-BYRH5t {
    padding: 40px 35px;
}.tyCard-Zkt7TN h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.tyCard-Zkt7TN {
    padding: 70px 0 50px;
}.tyCard-Zkt7TN h2 {
    line-height: 1.4;
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.tyCard-Zkt7TN .learn-study-BYRH5t {
    padding: 35px 25px;
}.tyCard-Zkt7TN span {
    line-height: 1.6;
    font-size: 17px;
}.tyCard-Zkt7TN h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.tyCard-Zkt7TN {
    padding: 60px 0 40px;
}.tyCard-Zkt7TN h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.7);
}.tyCard-Zkt7TN .learn-study-BYRH5t {
    padding: 30px 20px;
}.tyCard-Zkt7TN li {
    padding-left: 20px;
}.tyCard-Zkt7TN li::before {
    height: 8px;
    width: 8px;
    top: 9px;
}.tyCard-Zkt7TN h2::after {
    width: 50px;
}
}

@media (hover: hover) {.tyCard-Zkt7TN .learn-study-BYRH5t:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.tyCard-Zkt7TN .learn-study-BYRH5t:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(194,188,216), rgb(161,156,192));
}}.education-framework-ySUgIo {
    background: rgb(224,220,237);
    display: flex;
    position: relative;
    min-height: 75vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}.education-framework-ySUgIo::before {
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(135deg, rgb(194,188,216,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(161,156,192,0.5) 0%, transparent 50%);
}.education-framework-ySUgIo::after {
    background-size: 40px 40px;
    left: 5%;
    position: absolute;
    opacity: 0.2;
    background-image: 
        linear-gradient(to right, rgb(194,188,216,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(161,156,192,0.5) 1px, transparent 1px);
    transform-origin: center center;
    content: "";
    animation: gridMove 30s linear infinite;
    width: 90%;
    height: 90%;
    top: 5%;
    transform: perspective(500px) rotateX(10deg);
    z-index: 1;
}.education-framework-ySUgIo .container {
    max-width: 1200px;
    position: relative;
    justify-content: center;
    width: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}.education-framework-ySUgIo .learn-study-BYRH5t {
    border-radius: 21px;
    width: 100%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    background: #ffffff;
    gap: 3rem;
    position: relative;
    padding: 4rem;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}.education-framework-ySUgIo .learn-study-BYRH5t::before {
    position: absolute;
    border-image: linear-gradient(45deg, 
        rgb(194,188,216,0.5) 0%, 
        transparent 25%, 
        rgb(161,156,192,0.5) 50%, 
        transparent 75%, 
        rgb(194,188,216,0.5) 100%
    ) 1;
    animation: borderFlowInner 6s linear infinite;
    border: 1px solid;
    z-index: 1;
    inset: 10px;
    content: "";
}.education-framework-ySUgIo .learn-study-BYRH5t::after {
    border: 1px dashed rgb(194,188,216,0.5);
    opacity: 0.3;
    inset: 20px;
    position: absolute;
    animation: rotateDash 15s linear infinite;
    z-index: 1;
    content: "";
}.education-framework-ySUgIo h3 {
    overflow: hidden;
    position: relative;
    padding-bottom: 1.5rem;
    z-index: 2;
    font-weight: 700;
    color: rgb(194,188,216);
    text-align: left;
    font-size: 30px;
}.education-framework-ySUgIo h3::before {
    height: 4px;
    bottom: 0;
    content: "";
    animation: lineGrow 4s ease-in-out infinite;
    left: 0;
    background: linear-gradient(90deg, rgb(194,188,216), rgb(161,156,192));
    position: absolute;
    width: 0;
}.education-framework-ySUgIo h3::after {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(194,188,216,0.5) 20%,
        rgb(161,156,192,0.5) 80%,
        transparent 100%
    );
    opacity: 0.5;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
}.education-framework-ySUgIo span {
    line-height: 1.8;
    color: #000000;
    padding-right: 2rem;
    padding-left: 2rem;
    position: relative;
    font-size: 13px;
    position: relative;
    z-index: 2;
}.education-framework-ySUgIo span::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(194,188,216,0.5), transparent);
    top: 0;
    height: 100%;
    width: 5px;
    content: "";
}.education-framework-ySUgIo span::after {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(161,156,192,0.5));
    top: 0;
    position: absolute;
    height: 100%;
    right: 0;
    width: 5px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(194,188,216,0.5) 0%, 
            transparent 25%, 
            rgb(161,156,192,0.5) 50%, 
            transparent 75%, 
            rgb(194,188,216,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(161,156,192,0.5) 0%, 
            transparent 25%, 
            rgb(194,188,216,0.5) 50%, 
            transparent 75%, 
            rgb(161,156,192,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(194,188,216,0.5) 0%, 
            transparent 25%, 
            rgb(161,156,192,0.5) 50%, 
            transparent 75%, 
            rgb(194,188,216,0.5) 100%
        );
    }
}

@keyframes rotateDash {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

@media (max-width: 992px) {.education-framework-ySUgIo .container {
    padding: 3rem 1.5rem;
}.education-framework-ySUgIo .learn-study-BYRH5t {
    padding: 3rem;
}.education-framework-ySUgIo h3 {
    font-size: calc(30px * 0.9);
    text-align: center;
}.education-framework-ySUgIo span {
    font-size: calc(13px * 0.95);
}.education-framework-ySUgIo .learn-study-BYRH5t::after {
    inset: 15px;
}
}

@media (max-width: 768px) {.education-framework-ySUgIo {
    padding: 4rem 0;
    min-height: auto;
}.education-framework-ySUgIo .container {
    padding: 0 1.2rem;
}.education-framework-ySUgIo .learn-study-BYRH5t {
    gap: 2rem;
    padding: 2.5rem;
}.education-framework-ySUgIo h3 {
    padding-bottom: 1.2rem;
    font-size: calc(30px * 0.8);
}.education-framework-ySUgIo span {
    padding-right: 1.5rem;
    font-size: calc(13px * 0.9);
    padding-left: 1.5rem;
}.education-framework-ySUgIo .learn-study-BYRH5t::before {
    inset: 8px;
}.education-framework-ySUgIo .learn-study-BYRH5t::after {
    inset: 12px;
}
}

@media (max-width: 576px) {.education-framework-ySUgIo {
    padding: 3rem 0;
}.education-framework-ySUgIo .container {
    padding: 0 1rem;
}.education-framework-ySUgIo .learn-study-BYRH5t {
    padding: 2rem;
    gap: 1.5rem;
}.education-framework-ySUgIo h3 {
    padding-bottom: 1rem;
    font-size: calc(30px * 0.7);
}.education-framework-ySUgIo span {
    padding-right: 1rem;
    font-size: calc(13px * 0.85);
    padding-left: 1rem;
}.education-framework-ySUgIo span::before,
    .education-framework-ySUgIo span::after {
    width: 3px;
}.education-framework-ySUgIo .learn-study-BYRH5t::before {
    inset: 5px;
}.education-framework-ySUgIo .learn-study-BYRH5t::after {
    inset: 10px;
}}.cookie-window-dialog-sUaiWf {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0;
    background: rgb(224,220,237);
    position: fixed;
    border-top: 3px solid rgb(194,188,216);
}.cookie-show-qoGbBj {
    max-width: 1200px;
    padding: 20px 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookie-guard-QGSb7p {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie-guard-QGSb7p svg {
    width: 60px;
    fill: rgb(194,188,216);
    transition: fill 0.3s ease;
    height: 60px;
}.cookie-guard-QGSb7p svg:hover {
    fill: rgb(161,156,192);
}.data-accept-ogSUe1 {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}.cookie-window-dialog-sUaiWf h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: rgb(194,188,216);
    font-family: Arial, sans-serif;
    font-size: 22px;
}.cookie-window-dialog-sUaiWf p {
    line-height: 1.5;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
}.track-accept-SabrYf {
    text-decoration: none;
    color: #ffffff;
    border-radius: 27px;
    background: rgb(194,188,216);
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    padding: 10px 20px;
    line-height: 35px;
    text-align: center;
}.track-accept-SabrYf:hover {
    background: rgb(161,156,192);
    box-shadow: 0 0 10px rgb(161,156,192,0.5);
}#cookieConsentAgreementBtn-I3G8WM {
    background: rgb(194,188,216);
}#refuseTrackingCookiesBtn-QYGcsV {
    background: rgba(0, 0, 0, 0.5);
}.cookie-window-dialog-sUaiWf p a {
    text-decoration: underline;
    color: rgb(194,188,216);
    transition: color 0.3s ease;
}.cookie-window-dialog-sUaiWf p a:hover {
    color: rgb(161,156,192);
}
@media only screen and (max-width: 1200px) {.cookie-show-qoGbBj {
    align-items: center;
    flex-direction: column;
}.cookie-guard-QGSb7p {
    margin-bottom: 15px;
}.data-accept-ogSUe1 {
    margin-bottom: 15px;
    margin-right: 0;
    text-align: center;
}.track-accept-SabrYf {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.cookie-show-qoGbBj {
    padding: 15px;
}.cookie-guard-QGSb7p {
    display: none;
}.cookie-window-dialog-sUaiWf h5 {
    font-size: 20px;
}.cookie-window-dialog-sUaiWf p {
    font-size: 16px;
}}
#trackingPolicyBox-NjC71h {
    display: none;
}#trackingPolicyBox-NjC71h:checked ~ .cookie-window-dialog-sUaiWf {
    opacity: 0;
    visibility: hidden;
}.cost-plan-6pMr9h {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(161,156,192,0.5) 100%);
}.cost-plan-6pMr9h::before {
    left: 0;
    z-index: 1;
    pointer-events: none;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(194,188,216), 0.03) 40px, rgba(rgb(194,188,216), 0.03) 80px);
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
}.cost-plan-6pMr9h .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1320px;
}.cost-plan-6pMr9h .access-rates-vwkStp {
    gap: 2.5rem;
    flex-direction: column-reverse;
    display: flex;
}.cost-plan-6pMr9h .skill-plans-7olR43 {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    background: rgba(#ffffff, 0.9);
    max-width: 600px;
    padding: 2rem;
}.cost-plan-6pMr9h .skill-plans-7olR43:hover {
    transform: translateY(-5px);
}.cost-plan-6pMr9h .skill-plans-7olR43 h2 {
    line-height: 1.3;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.cost-plan-6pMr9h .skill-plans-7olR43 h2::after {
    bottom: -10px;
    width: 80px;
    transition: transform 0.5s ease;
    background: rgb(194,188,216);
    left: 0;
    transform-origin: left;
    height: 3px;
    content: "";
    position: absolute;
    transform: scaleX(1);
}.cost-plan-6pMr9h .skill-plans-7olR43:hover h2::after {
    transform: scaleX(1.5);
}.cost-plan-6pMr9h .plan-table-TEoOr6 {
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 13px;
    color: #000000;
    margin-top: 1.5rem;
    max-width: 100%;
}.cost-plan-6pMr9h .payment-deals-rMbUwT {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
}.cost-plan-6pMr9h .price-opts-wLZ8Od {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    display: block;
}.cost-plan-6pMr9h .price-opts-wLZ8Od:hover {
    transform: translateY(-8px);
}.cost-plan-6pMr9h .plan-deals-QItwvk {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}.cost-plan-6pMr9h .price-opts-wLZ8Od:hover .plan-deals-QItwvk {
    box-shadow: 0 15px 35px rgba(rgb(194,188,216,0.5), 0.15);
}.cost-plan-6pMr9h .price-deals-n5WfCO {
    flex-direction: column;
    padding: 2rem;
    min-height: 280px;
    flex-grow: 1;
    display: flex;
}.cost-plan-6pMr9h .price-deals-n5WfCO h3 {
    margin-bottom: 1rem;
    font-size: calc(23px + 0.1rem);
    position: relative;
    color: #000000;
    line-height: 1.3;
    font-weight: 600;
}.cost-plan-6pMr9h .fee-structure-UgDa9K {
    position: relative;
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    color: rgb(194,188,216);
    font-size: calc(23px + 0.3rem);
    display: block;
}.cost-plan-6pMr9h .fee-structure-UgDa9K::before {
    height: 2px;
    left: 0;
    bottom: -10px;
    width: 40px;
    background: rgb(161,156,192);
    content: "";
    position: absolute;
}.cost-plan-6pMr9h .price-deals-n5WfCO p {
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    line-height: 1.6;
    margin-top: 1.5rem;
    font-size: 13px;
}.cost-plan-6pMr9h .background-photo-YNLAzQ {
    position: relative;
    width: 100%;
    height: 220px;
    transition: transform 0.6s ease-out;
    transform: scale(1);
}.cost-plan-6pMr9h .background-photo-YNLAzQ::after {
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.cost-plan-6pMr9h .price-opts-wLZ8Od:hover .background-photo-YNLAzQ {
    transform: scale(1.05);
}

@media (min-width: 768px) {.cost-plan-6pMr9h .payment-deals-rMbUwT {
    grid-template-columns: repeat(2, 1fr);
}.cost-plan-6pMr9h .skill-plans-7olR43 {
    padding: 3rem;
}
}

@media (min-width: 992px) {.cost-plan-6pMr9h .access-rates-vwkStp {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.cost-plan-6pMr9h .skill-plans-7olR43 {
    margin: 0;
    width: 35%;
}.cost-plan-6pMr9h .payment-deals-rMbUwT {
    width: 65%;
}
}

@media (min-width: 1200px) {.cost-plan-6pMr9h .payment-deals-rMbUwT {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.cost-plan-6pMr9h .price-deals-n5WfCO {
    padding: 2.5rem;
}.cost-plan-6pMr9h .skill-plans-7olR43 h2 {
    font-size: calc(30px + 0.2rem);
}.cost-plan-6pMr9h .background-photo-YNLAzQ {
    height: 250px;
}
}

@media (max-width: 767px) {.cost-plan-6pMr9h {
    padding: 4rem 0;
}.cost-plan-6pMr9h .price-deals-n5WfCO {
    padding: 1.5rem;
    min-height: 240px;
}.cost-plan-6pMr9h .background-photo-YNLAzQ {
    height: 180px;
}.cost-plan-6pMr9h .skill-plans-7olR43 {
    padding: 1.5rem;
}.cost-plan-6pMr9h .skill-plans-7olR43 h2 {
    font-size: calc(30px - 0.2rem);
}.cost-plan-6pMr9h .plan-table-TEoOr6 {
    font-size: calc(13px - 0.1rem);
}}.program-structure-8dipcX {
    background: rgb(224,220,237);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.program-structure-8dipcX::before {
    left: 0;
    z-index: 0;
    content: "";
    opacity: 0.7;
    height: 100%;
    top: 0;
    filter: blur(60px);
    position: absolute;
    animation: gradientShift 15s infinite alternate ease-in-out;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(194,188,216,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(161,156,192,0.5) 0%, transparent 30%);
}.program-structure-8dipcX::after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    content: "";
    top: 0;
    z-index: 0;
    animation: rotateBg 120s linear infinite;
    opacity: 0.03;
}.program-structure-8dipcX .container {
    position: relative;
    z-index: 1;
}.program-structure-8dipcX .learn-study-BYRH5t {
    justify-content: center;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}.program-structure-8dipcX .background-photo-YNLAzQ {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    width: 100%;
    z-index: 1;
    filter: brightness(0.9) contrast(1.1);
    overflow: hidden;
    height: 100%;
    transform: scale(0.9);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
}.program-structure-8dipcX .background-photo-YNLAzQ::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
    width: 100%;
    mix-blend-mode: multiply;
    top: 0;
}.program-structure-8dipcX .background-photo-YNLAzQ::after {
    content: "";
    transition: opacity 0.5s ease;
    background: 
        conic-gradient(
            from 0deg,
            rgb(194,188,216,0.5) 0deg,
            transparent 120deg,
            rgb(161,156,192,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.4;
    position: absolute;
    top: 0;
    mix-blend-mode: overlay;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
}.program-structure-8dipcX .learn-study-BYRH5t:hover .background-photo-YNLAzQ {
    filter: brightness(1) contrast(1.2);
    transform: scale(0.95) rotate(2deg);
}.program-structure-8dipcX .learn-study-BYRH5t:hover .background-photo-YNLAzQ::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}.program-structure-8dipcX .pro-skills-bCdpJL {
    position: relative;
    z-index: 2;
    padding: 0;
    align-items: center;
    display: flex;
    width: 60%;
    flex-direction: column;
}.program-structure-8dipcX .header-mentor-BeAZkN {
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    width: 100px;
    z-index: 5;
    height: 100px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(194,188,216,0.5);
    margin-bottom: 30px;
    display: flex;
    transform: translateY(0);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    position: relative;
}.program-structure-8dipcX .header-mentor-BeAZkN::before {
    left: -10px;
    opacity: 0.7;
    position: absolute;
    top: -10px;
    background: 
        conic-gradient(
            from 0deg,
            rgb(194,188,216) 0deg,
            rgb(194,188,216,0.5) 90deg,
            rgb(161,156,192,0.5) 180deg,
            rgb(161,156,192) 270deg,
            rgb(194,188,216) 360deg
        );
    content: "";
    z-index: -1;
    border-radius: 50%;
    right: -10px;
    animation: rotateLogo 10s linear infinite;
    bottom: -10px;
}.program-structure-8dipcX .header-mentor-BeAZkN::after {
    z-index: -2;
    right: -20px;
    animation: pulseBorder 4s ease-in-out infinite;
    content: "";
    position: absolute;
    border: 2px dashed rgb(194,188,216,0.5);
    left: -20px;
    bottom: -20px;
    top: -20px;
    opacity: 0.3;
    border-radius: 50%;
}.program-structure-8dipcX .header-mentor-BeAZkN:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(194,188,216,0.5);
}.program-structure-8dipcX .header-mentor-BeAZkN svg {
    transition: all 0.5s ease;
    height: 50px;
    filter: drop-shadow(0 3px 6px rgb(194,188,216,0.5));
    width: 50px;
}.program-structure-8dipcX .header-mentor-BeAZkN:hover svg {
    transform: rotate(15deg) scale(1.1);
}.program-structure-8dipcX .header-mentor-BeAZkN svg path {
    fill: rgb(194,188,216);
    transition: fill 0.5s ease;
}.program-structure-8dipcX .header-mentor-BeAZkN:hover svg path {
    fill: rgb(161,156,192);
}.program-structure-8dipcX h3 {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 34px;
    padding: 25px 40px;
    background: #ffffff;
    border-radius: 15px;
    transform: perspective(800px) rotateX(2deg);
    width: 90%;
    font-weight: 700;
    max-width: 600px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.program-structure-8dipcX h3::before {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(194,188,216,0.5) 0%, transparent 100%);
    content: "";
    border-radius: 15px;
    height: 100%;
    top: 0;
    left: 0;
}.program-structure-8dipcX h3::after {
    background: linear-gradient(90deg, rgb(194,188,216), rgb(161,156,192));
    left: 50%;
    bottom: -15px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 10px;
    width: 60px;
    transition: width 0.5s ease;
}.program-structure-8dipcX .pro-skills-bCdpJL:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.program-structure-8dipcX .pro-skills-bCdpJL:hover h3::after {
    width: 120px;
}.program-structure-8dipcX p {
    line-height: 1.8;
    border-radius: 15px;
    text-align: center;
    position: relative;
    padding: 35px;
    background: #ffffff;
    transform: perspective(800px) rotateX(-2deg);
    font-size: 12px;
    max-width: 700px;
    z-index: 4;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
}.program-structure-8dipcX p::before {
    border-radius: 15px;
    height: 100%;
    z-index: -1;
    top: 0;
    content: "";
    opacity: 0.1;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(161,156,192,0.5) 0%, transparent 100%);
}.program-structure-8dipcX p::after {
    content: "";
    filter: blur(25px);
    height: 60px;
    transition: all 0.5s ease;
    opacity: 0.5;
    z-index: -2;
    width: 60px;
    position: absolute;
    top: -30px;
    background: rgb(161,156,192,0.5);
    border-radius: 50%;
    right: 30px;
}.program-structure-8dipcX .pro-skills-bCdpJL:hover p {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transform: perspective(800px) rotateX(0deg);
}.program-structure-8dipcX .pro-skills-bCdpJL:hover p::after {
    width: 80px;
    height: 80px;
    opacity: 0.7;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program-structure-8dipcX {
    padding: 100px 0;
}.program-structure-8dipcX .learn-study-BYRH5t {
    min-height: 550px;
}.program-structure-8dipcX .pro-skills-bCdpJL {
    width: 70%;
}.program-structure-8dipcX .header-mentor-BeAZkN {
    height: 90px;
    margin-bottom: 25px;
    width: 90px;
}.program-structure-8dipcX .header-mentor-BeAZkN svg {
    width: 45px;
    height: 45px;
}.program-structure-8dipcX h3 {
    font-size: calc(34px - 2px);
    padding: 22px 35px;
    margin-bottom: 25px;
}.program-structure-8dipcX p {
    padding: 30px;
    font-size: calc(12px - 1px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.program-structure-8dipcX {
    padding: 80px 0;
}.program-structure-8dipcX .learn-study-BYRH5t {
    min-height: 450px;
}.program-structure-8dipcX .background-photo-YNLAzQ {
    transform: scale(0.85);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.program-structure-8dipcX .learn-study-BYRH5t:hover .background-photo-YNLAzQ {
    transform: scale(0.9) rotate(3deg);
}.program-structure-8dipcX .pro-skills-bCdpJL {
    width: 80%;
}.program-structure-8dipcX .header-mentor-BeAZkN {
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
}.program-structure-8dipcX .header-mentor-BeAZkN svg {
    height: 40px;
    width: 40px;
}.program-structure-8dipcX h3 {
    padding: 20px 30px;
    font-size: calc(34px - 4px);
    width: 95%;
    margin-bottom: 20px;
}.program-structure-8dipcX p {
    line-height: 1.7;
    padding: 25px;
    font-size: calc(12px - 1px);
}.program-structure-8dipcX h3::after {
    width: 50px;
    bottom: -12px;
}.program-structure-8dipcX .pro-skills-bCdpJL:hover h3::after {
    width: 100px;
}.program-structure-8dipcX p::after {
    height: 50px;
    top: -25px;
    width: 50px;
    right: 25px;
}.program-structure-8dipcX .pro-skills-bCdpJL:hover p::after {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 767px) {.program-structure-8dipcX {
    padding: 60px 0;
}.program-structure-8dipcX .learn-study-BYRH5t {
    flex-direction: column;
    padding-bottom: 50px;
    min-height: auto;
}.program-structure-8dipcX .background-photo-YNLAzQ {
    transform: scale(0.9);
    height: 300px;
    position: relative;
    margin: 30px 0;
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
}.program-structure-8dipcX .learn-study-BYRH5t:hover .background-photo-YNLAzQ {
    transform: scale(0.95) rotate(2deg);
}.program-structure-8dipcX .pro-skills-bCdpJL {
    order: 2;
    width: 100%;
}.program-structure-8dipcX .header-mentor-BeAZkN {
    position: absolute;
    z-index: 10;
    width: 70px;
    transform: translateX(-50%);
    margin-bottom: 0;
    left: 50%;
    height: 70px;
    top: -30px;
}.program-structure-8dipcX .header-mentor-BeAZkN::before,
    .program-structure-8dipcX .header-mentor-BeAZkN::after {
    display: none;
}.program-structure-8dipcX .header-mentor-BeAZkN svg {
    width: 35px;
    height: 35px;
}.program-structure-8dipcX .header-mentor-BeAZkN:hover {
    transform: translateX(-50%) translateY(-5px);
}.program-structure-8dipcX h3 {
    margin-top: 40px;
    transform: none;
    padding: 20px;
    margin-bottom: 15px;
    width: 100%;
    font-size: calc(34px - 6px);
}.program-structure-8dipcX p {
    font-size: calc(12px - 2px);
    line-height: 1.6;
    transform: none;
    padding: 20px;
}.program-structure-8dipcX h3::after {
    width: 40px;
    bottom: -10px;
}.program-structure-8dipcX .pro-skills-bCdpJL:hover h3::after {
    width: 80px;
}.program-structure-8dipcX p::after {
    display: none;
}.program-structure-8dipcX .pro-skills-bCdpJL:hover h3,
    .program-structure-8dipcX .pro-skills-bCdpJL:hover p {
    transform: none;
}}.about-this-ci9fF7 {
    background: rgb(224,220,237);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    z-index: 1;
}.about-this-ci9fF7::before {
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgb(194,188,216,0.5) 10px,
            rgb(194,188,216,0.5) 11px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(161,156,192,0.5) 10px,
            rgb(161,156,192,0.5) 11px
        );
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    opacity: 0.05;
}.about-this-ci9fF7 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 25px;
}.about-this-ci9fF7 h2 {
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    padding-bottom: 20px;
    position: relative;
}.about-this-ci9fF7 h2::before {
    transform: translateX(-50%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    left: 50%;
    bottom: 0;
    background: rgb(194,188,216);
    width: 60px;
    position: absolute;
    content: "";
    height: 5px;
}.about-this-ci9fF7 h2::after {
    bottom: -3px;
    content: "";
    width: 10px;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    animation: float 3s ease-in-out infinite;
    height: 10px;
    position: absolute;
    background: rgb(161,156,192);
}@keyframes float {
    0%, 100% {
        transform: translateX(-50%) rotate(45deg) translateY(0);
    }
    50% {
        transform: translateX(-50%) rotate(45deg) translateY(-5px);
    }
}

.about-this-ci9fF7 .mission-block-jACdPr {
    display: flex;
    gap: 40px;
    flex-direction: column;
}.about-this-ci9fF7 .expert-classes-4APHnL {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-top: 4px solid transparent;
    padding: 40px;
    border-radius: 21px;
}.about-this-ci9fF7 .expert-classes-4APHnL:nth-child(1) {
    border-top-color: rgb(194,188,216);
}.about-this-ci9fF7 .expert-classes-4APHnL:nth-child(2) {
    border-top-color: rgb(161,156,192);
}.about-this-ci9fF7 .expert-classes-4APHnL::before {
    transition: all 0.5s ease;
    opacity: 0.1;
    width: 200px;
    top: -100px;
    position: absolute;
    background: linear-gradient(45deg, rgb(194,188,216,0.5), transparent);
    border-radius: 50%;
    height: 200px;
    right: -100px;
    content: "";
}.about-this-ci9fF7 .expert-classes-4APHnL:nth-child(2)::before {
    top: -100px;
    background: linear-gradient(45deg, rgb(161,156,192,0.5), transparent);
    left: -100px;
}.about-this-ci9fF7 .expert-classes-4APHnL:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.about-this-ci9fF7 .expert-classes-4APHnL:hover::before {
    transform: scale(1.5);
}.about-this-ci9fF7 .expert-classes-4APHnL::after {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    height: 5px;
    opacity: 0.1;
    left: 0;
}.about-this-ci9fF7 .expert-classes-4APHnL h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    display: inline-block;
}.about-this-ci9fF7 .expert-classes-4APHnL:nth-child(1) h3 {
    color: rgb(194,188,216);
}.about-this-ci9fF7 .expert-classes-4APHnL:nth-child(2) h3 {
    color: rgb(161,156,192);
}.about-this-ci9fF7 .expert-classes-4APHnL h3::after {
    width: 0;
    position: absolute;
    transition: width 0.4s ease;
    bottom: -5px;
    content: "";
    height: 2px;
    background: currentColor;
    left: 0;
}.about-this-ci9fF7 .expert-classes-4APHnL:hover h3::after {
    width: 100%;
}.about-this-ci9fF7 .expert-classes-4APHnL p {
    line-height: 1.8;
    position: relative;
    color: #000000;
    z-index: 2;
    margin-bottom: 0;
    font-size: 15px;
}.about-this-ci9fF7::after {
    background-size: 60px 60px;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.2;
    animation: moveDots 100s linear infinite;
    width: 100%;
    z-index: -1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(194,188,216,0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 70%, rgb(161,156,192,0.5) 1px, transparent 1px);
    left: 0;
}@keyframes moveDots {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 500px;
    }
}

.about-this-ci9fF7 .container::before,
.about-this-ci9fF7 .container::after {
    width: 2px;
    position: absolute;
    animation: scanline 3s linear infinite;
    background: linear-gradient(to bottom, rgb(194,188,216,0.5), transparent);
    z-index: -1;
    bottom: 0;
    top: 0;
    content: "";
}.about-this-ci9fF7 .container::before {
    left: 10%;
    animation-delay: 1s;
    height: 50%;
}.about-this-ci9fF7 .container::after {
    height: 70%;
    right: 10%;
    background: linear-gradient(to bottom, rgb(161,156,192,0.5), transparent);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(100%);
        opacity: 0;
    }
}

.about-this-ci9fF7 .expert-classes-4APHnL:nth-child(1) {
    animation: fadeInUp 0.7s ease-out forwards;
}.about-this-ci9fF7 .expert-classes-4APHnL:nth-child(2) {
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.about-this-ci9fF7 {
    padding: 90px 0;
}.about-this-ci9fF7 h2 {
    margin-bottom: 50px;
}.about-this-ci9fF7 .expert-classes-4APHnL {
    padding: 30px;
}
}

@media (max-width: 768px) {.about-this-ci9fF7 {
    padding: 70px 0;
}.about-this-ci9fF7 h2 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.about-this-ci9fF7 .expert-classes-4APHnL {
    padding: 25px;
}.about-this-ci9fF7 .expert-classes-4APHnL h3 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 576px) {.about-this-ci9fF7 {
    padding: 50px 0;
}.about-this-ci9fF7 h2 {
    font-size: calc(36px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 35px;
}.about-this-ci9fF7 h2::before {
    width: 40px;
    height: 4px;
}.about-this-ci9fF7 .expert-classes-4APHnL {
    padding: 20px;
}.about-this-ci9fF7 .expert-classes-4APHnL p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.about-this-ci9fF7 .container::before,
    .about-this-ci9fF7 .container::after {
    display: none;
}}.welcome-board-57plV1 {
    min-height: 650px;
    height: 100vh;
    background-color: rgb(224,220,237);
    overflow: hidden;
    position: relative;
    width: 100%;
}.welcome-board-57plV1 .learn-study-BYRH5t {
    display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: relative;
    grid-template-rows: 1fr;
}.welcome-board-57plV1 .edu-online-PXKuDM {
    grid-row: 1;
    width: 100%;
    position: relative;
    grid-column: 2;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}.welcome-board-57plV1 .edu-online-PXKuDM::before {
    height: 100%;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        rgb(194,188,216,0.5) 100%
    );
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    z-index: 2;
    left: 0;
    opacity: 0.7;
}.welcome-board-57plV1 .edu-online-PXKuDM::after {
    background: linear-gradient(
        to top,
        rgb(224,220,237) 0%,
        transparent 100%
    );
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    height: 40%;
    z-index: 2;
    width: 100%;
}.welcome-board-57plV1 .edu-head-pF84wB {
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    display: flex;
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.welcome-board-57plV1 .page-primary-OHESlx {
    width: 100%;
    overflow: hidden;
    flex: 0 0 calc(100% / var(--slide-count, 2));
    position: relative;
}.welcome-board-57plV1 .page-primary-OHESlx img {
    transition: transform 0.7s ease;
    object-position: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
}.welcome-board-57plV1 .page-primary-OHESlx:hover img {
    transform: scale(1.03);
}.welcome-board-57plV1 .edu-head-pF84wB:hover {
    animation-play-state: paused;
}.welcome-board-57plV1 .text-card-XrHj7N {
    flex-direction: column;
    grid-column: 1;
    padding: 0 10% 0 10%;
    z-index: 5;
    background: linear-gradient(
        90deg,
        rgb(224,220,237) 70%,
        transparent 100%
    );
    display: flex;
    grid-row: 1;
    position: relative;
    justify-content: center;
    align-items: flex-start;
}.welcome-board-57plV1 .text-card-XrHj7N::before {
    background: linear-gradient(
        to bottom,
        rgb(194,188,216) 0%,
        rgb(161,156,192) 100%
    );
    content: '';
    right: 0;
    box-shadow: 0 0 15px rgb(194,188,216,0.5);
    position: absolute;
    height: 60%;
    width: 5px;
    z-index: 1;
    top: 20%;
}.welcome-board-57plV1 .text-card-XrHj7N h1 {
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px #000000;
    font-size: 38px;
    opacity: 0;
    letter-spacing: 1px;
    text-align: left;
    animation: text-slide-in 0.8s ease-out forwards;
    transform: translateX(-30px);
    position: relative;
    max-width: 90%;
    font-weight: 700;
}.welcome-board-57plV1 .text-card-XrHj7N p {
    padding: 1rem;
    max-width: 85%;
    color: #ffffff;
    font-weight: 400;
    text-align: left;
    animation: text-slide-in 0.8s ease-out 0.2s forwards;
    background: linear-gradient(90deg, rgb(194,188,216,0.5) 0%, transparent 100%);
    transform: translateX(-30px);
    line-height: 1.7;
    backdrop-filter: blur(2px);
    font-size: 13px;
    opacity: 0;
    text-shadow: 0 1px 8px #000000;
    border-radius: 10px;
    margin-bottom: 2rem;
}.welcome-board-57plV1 .text-card-XrHj7N .reach-message-7hmwaz {
    border: none;
    transform: translateY(30px);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    animation: button-slide-up 0.8s ease-out 0.4s forwards;
    background-color: rgb(194,188,216);
    opacity: 0;
    box-shadow: 0 4px 12px rgb(194,188,216,0.5);
    font-size: 17px;
    border-radius: 10px;
    padding: 0.9rem 2.2rem;
}.welcome-board-57plV1 .text-card-XrHj7N .reach-message-7hmwaz:hover {
    box-shadow: 0 6px 18px rgb(161,156,192,0.5);
    transform: translateY(-3px);
    background-color: rgb(161,156,192);
}.welcome-board-57plV1 .background-decoration {
    z-index: 0;
    pointer-events: none;
    top: 0;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}.welcome-board-57plV1 .background-decoration::before {
    left: -150px;
    height: 300px;
    position: absolute;
    width: 300px;
    opacity: 0.2;
    background: rgb(194,188,216,0.5);
    top: -150px;
    content: '';
    border-radius: 50%;
    filter: blur(80px);
    animation: blob-move 15s infinite alternate;
}.welcome-board-57plV1 .background-decoration::after {
    animation: blob-move 15s infinite alternate-reverse;
    position: absolute;
    height: 350px;
    bottom: -150px;
    right: 30%;
    content: '';
    background: rgb(161,156,192,0.5);
    opacity: 0.15;
    width: 350px;
    filter: blur(100px);
    border-radius: 50%;
}

@keyframes vertical-slide {
    0%, 18% {
        transform: translateY(0);
    }
    22%, 38% {
        transform: translateY(calc(-100% / var(--slide-count, 4)));
    }
    42%, 58% {
        transform: translateY(calc(-200% / var(--slide-count, 4)));
    }
    62%, 78% {
        transform: translateY(calc(-300% / var(--slide-count, 4)));
    }
    82%, 98% {
        transform: translateY(calc(-400% / var(--slide-count, 4)));
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes text-slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes blob-move {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.1);
    }
    100% {
        transform: translate(10px, 40px) scale(0.9);
    }
}

@media (max-width: 1200px) {.welcome-board-57plV1 .text-card-XrHj7N {
    padding: 0 8% 0 8%;
}.welcome-board-57plV1 .text-card-XrHj7N h1 {
    max-width: 95%;
    font-size: calc(38px * 0.9);
}.welcome-board-57plV1 .text-card-XrHj7N p {
    max-width: 90%;
}
}

@media (max-width: 992px) {.welcome-board-57plV1 .learn-study-BYRH5t {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
}.welcome-board-57plV1 .edu-online-PXKuDM {
    grid-column: 1;
    clip-path: none;
    grid-row: 1;
    height: 50vh;
}.welcome-board-57plV1 .edu-online-PXKuDM::before {
    background: linear-gradient(
            0deg,
            #000000 0%,
            transparent 70%
        );
}.welcome-board-57plV1 .text-card-XrHj7N {
    padding: 2rem 10%;
    grid-column: 1;
    grid-row: 2;
    align-items: center;
    background: rgb(224,220,237);
}.welcome-board-57plV1 .text-card-XrHj7N::before {
    width: 60%;
    height: 3px;
    left: 20%;
    right: auto;
    top: 0;
}.welcome-board-57plV1 .text-card-XrHj7N h1 {
    text-align: center;
    max-width: 100%;
}.welcome-board-57plV1 .text-card-XrHj7N p {
    text-align: center;
    max-width: 100%;
    background: linear-gradient(180deg, rgb(194,188,216,0.5) 0%, transparent 100%);
}.welcome-board-57plV1 {
    height: auto;
    min-height: unset;
}
}

@media (max-width: 768px) {.welcome-board-57plV1 .edu-online-PXKuDM {
    height: 40vh;
}.welcome-board-57plV1 .text-card-XrHj7N {
    padding: 2rem 8%;
}.welcome-board-57plV1 .text-card-XrHj7N h1 {
    margin-bottom: 1.2rem;
    font-size: 38px;
}.welcome-board-57plV1 .text-card-XrHj7N p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.welcome-board-57plV1 .text-card-XrHj7N .reach-message-7hmwaz {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.welcome-board-57plV1 .edu-online-PXKuDM {
    height: 35vh;
}.welcome-board-57plV1 .text-card-XrHj7N {
    padding: 1.5rem 5%;
}.welcome-board-57plV1 .text-card-XrHj7N h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1rem;
}.welcome-board-57plV1 .text-card-XrHj7N p {
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.9);
}.welcome-board-57plV1 .text-card-XrHj7N .reach-message-7hmwaz {
    padding: 0.7rem 1.8rem;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 420px) {.welcome-board-57plV1 .edu-online-PXKuDM {
    height: 30vh;
}.welcome-board-57plV1 .text-card-XrHj7N {
    padding: 1.2rem 5%;
}.welcome-board-57plV1 .text-card-XrHj7N h1 {
    font-size: calc(38px * 0.8);
}.welcome-board-57plV1 .text-card-XrHj7N p {
    margin-bottom: 1rem;
    line-height: 1.5;
    font-size: calc(13px * 0.85);
}.welcome-board-57plV1 .text-card-XrHj7N .reach-message-7hmwaz {
    padding: 0.6rem 1.5rem;
    font-size: calc(17px * 0.9);
}
}

@media (max-height: 700px) and (min-width: 993px) {.welcome-board-57plV1 .text-card-XrHj7N h1 {
    margin-bottom: 1rem;
}.welcome-board-57plV1 .text-card-XrHj7N p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
}}

.welcome-board-57plV1 .edu-head-pF84wB {
    --slide-count: 2;
    height: calc(100% * var(--slide-count, 2));
    flex-wrap: wrap;
}.welcome-board-57plV1:has(.page-primary-OHESlx:nth-child(3)) .edu-head-pF84wB {
    --slide-count: 3;
}.welcome-board-57plV1:has(.page-primary-OHESlx:nth-child(4)) .edu-head-pF84wB {
    --slide-count: 4;
}.welcome-board-57plV1:has(.page-primary-OHESlx:nth-child(5)) .edu-head-pF84wB {
    --slide-count: 5;
}.welcome-board-57plV1:has(.page-primary-OHESlx:nth-child(n+6)) .edu-head-pF84wB {
    --slide-count: 5;
}.instructor-profile-cSsWxb {
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.instructor-profile-cSsWxb::before {
    position: absolute;
    transform: translateZ(0);
    width: 40vw;
    height: 40vw;
    top: -5%;
    content: "";
    right: -10%;
    background: radial-gradient(circle, rgb(194,188,216,0.5) 0%, transparent 70%);
    opacity: 0.15;
}.instructor-profile-cSsWxb::after {
    position: absolute;
    opacity: 0.1;
    left: -10%;
    content: "";
    bottom: -5%;
    transform: translateZ(0);
    height: 30vw;
    background: radial-gradient(circle, rgb(161,156,192,0.5) 0%, transparent 70%);
    width: 30vw;
}.instructor-profile-cSsWxb .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv {
    gap: 2rem;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    padding: 2.5rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(194,188,216), 0.03) inset;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.instructor-profile-cSsWxb .background-photo-YNLAzQ {
    height: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transform: rotate(-2deg) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 200px;
}.instructor-profile-cSsWxb .background-photo-YNLAzQ::after {
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(194,188,216), 0.1) 100%);
    z-index: 1;
    top: 0;
}.instructor-profile-cSsWxb .background-photo-YNLAzQ:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.instructor-profile-cSsWxb .name {
    color: rgb(194,188,216);
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
}.instructor-profile-cSsWxb .name::after {
    background: linear-gradient(90deg, rgb(161,156,192) 0%, transparent 100%);
    transition: transform 0.4s ease;
    transform: scaleX(0.8);
    bottom: -8px;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
    width: 60%;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv > div:nth-child(2) > div {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem;
    font-size: calc(13px - 0.1rem);
    letter-spacing: 0.02em;
    font-weight: 600;
}.instructor-profile-cSsWxb .work-timeline-N2smbF {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}.instructor-profile-cSsWxb .work-timeline-N2smbF::before {
    top: -2rem;
    font-size: 6rem;
    position: absolute;
    font-family: serif;
    color: rgb(194,188,216,0.5);
    z-index: -1;
    left: -1rem;
    content: "";
    opacity: 0.15;
}

@media (min-width: 768px) {.instructor-profile-cSsWxb {
    padding: 8rem 0;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv {
    padding: 3rem;
    gap: 2.5rem 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv > div:first-child {
    grid-row: span 2;
}.instructor-profile-cSsWxb .background-photo-YNLAzQ {
    height: 260px;
    width: 260px;
}.instructor-profile-cSsWxb .name {
    font-size: calc(18px + 0.2rem);
}.instructor-profile-cSsWxb .work-timeline-N2smbF {
    font-size: calc(13px + 0.05rem);
}
}

@media (min-width: 1024px) {.instructor-profile-cSsWxb .learner-voices-YK52Dv {
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.instructor-profile-cSsWxb .background-photo-YNLAzQ {
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
    height: 300px;
}.instructor-profile-cSsWxb .name {
    font-size: calc(18px + 0.4rem);
}.instructor-profile-cSsWxb .name::after {
    height: 4px;
}.instructor-profile-cSsWxb .work-timeline-N2smbF {
    font-size: calc(13px + 0.1rem);
    line-height: 1.7;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv > div:nth-child(2) > div {
    font-size: 13px;
}
}

@media (min-width: 1200px) {.instructor-profile-cSsWxb .container {
    padding: 0 4rem;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv {
    gap: 3rem 5rem;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.instructor-profile-cSsWxb {
    padding: 4rem 0;
}.instructor-profile-cSsWxb .container {
    padding: 0 1rem;
}.instructor-profile-cSsWxb .learner-voices-YK52Dv {
    padding: 2rem;
}.instructor-profile-cSsWxb .background-photo-YNLAzQ {
    width: 180px;
    height: 180px;
}}.secure-enclosure-41IG5C {
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(224,220,237) 85%, rgba(rgb(194,188,216,0.5), 0.05) 100%);
    position: relative;
    color: #000000;
}.secure-enclosure-41IG5C::before {
    box-shadow: 0 0 20px rgba(rgb(194,188,216,0.5), 0.2);
    content: "";
    background: linear-gradient(90deg, rgb(194,188,216) 0%, rgb(161,156,192) 100%);
    left: 0;
    top: 0;
    transform: scaleX(0.95);
    width: 100%;
    position: absolute;
    height: 8px;
    transform-origin: left;
}.secure-enclosure-41IG5C::after {
    top: 40px;
    height: 250px;
    content: "";
    position: absolute;
    right: -100px;
    opacity: 0.5;
    border: 2px solid rgba(rgb(194,188,216,0.5), 0.1);
    transform: rotate(-15deg);
    pointer-events: none;
    border-radius: 50%;
    width: 250px;
}.secure-enclosure-41IG5C .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1000px;
    position: relative;
}.secure-enclosure-41IG5C h1 {
    transform: translateX(-0.5rem);
    font-size: calc(40px * 1.2);
    line-height: 1.2;
    color: rgb(194,188,216);
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
}.secure-enclosure-41IG5C h1::after {
    animation: pulse 4s infinite alternate ease-in-out;
    bottom: -1rem;
    content: "";
    transform-origin: left;
    width: 6rem;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(194,188,216), transparent);
    height: 4px;
}.secure-enclosure-41IG5C h2 {
    font-weight: 600;
    color: #000000;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    position: relative;
    font-size: 30px;
}.secure-enclosure-41IG5C h2::before {
    left: 0;
    height: calc(100% - 0.5rem);
    position: absolute;
    width: 4px;
    content: "";
    transform: scaleY(0.9);
    background: rgb(161,156,192);
    top: 0.25rem;
}.secure-enclosure-41IG5C h3 {
    font-size: calc(30px * 0.85);
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.2rem;
}.secure-enclosure-41IG5C h3::before {
    position: absolute;
    width: 3px;
    opacity: 0.8;
    height: calc(100% - 0.4rem);
    background: rgb(161,156,192);
    transform: scaleY(0.8);
    content: "";
    top: 0.2rem;
    left: 0;
}.secure-enclosure-41IG5C h4 {
    margin: 2rem 0 1rem;
    position: relative;
    font-size: calc(30px * 0.75);
    color: #000000;
    font-weight: 600;
    padding-left: 0.8rem;
}.secure-enclosure-41IG5C h4::before {
    width: 2px;
    top: 0.2rem;
    content: "";
    background: rgb(161,156,192);
    height: calc(100% - 0.4rem);
    position: absolute;
    left: 0;
    transform: scaleY(0.7);
    opacity: 0.7;
}.secure-enclosure-41IG5C p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    color: #000000;
    font-size: 18px;
}.secure-enclosure-41IG5C p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
    padding: 0 0.2rem;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(161,156,192,0.5), 0.15) 40%);
}.secure-enclosure-41IG5C span {
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    border-left: 1px dashed rgba(rgb(194,188,216,0.5), 0.3);
    padding-left: 0.5rem;
    display: block;
    max-width: 90ch;
    margin-bottom: 1.5rem;
}.secure-enclosure-41IG5C ul {
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
}.secure-enclosure-41IG5C li {
    margin-bottom: 1.2rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1.8rem;
    font-size: 18px;
}.secure-enclosure-41IG5C li::before {
    border: 2px solid rgb(194,188,216);
    height: 10px;
    position: absolute;
    width: 10px;
    transform: rotate(45deg);
    top: 0.5rem;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.8;
    content: "";
}.secure-enclosure-41IG5C li:hover::before {
    transform: rotate(225deg);
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.secure-enclosure-41IG5C {
    padding: 6rem 3rem;
}.secure-enclosure-41IG5C .container {
    grid-template-columns: 1fr;
    display: grid;
    gap: 1rem;
}.secure-enclosure-41IG5C h1 {
    grid-column: 1 / -1;
    margin-bottom: 3rem;
    font-size: calc(40px * 1.4);
}.secure-enclosure-41IG5C p, 
    .secure-enclosure-41IG5C span {
    font-size: calc(18px * 1.05);
}.secure-enclosure-41IG5C h2 {
    margin-top: 4rem;
}.secure-enclosure-41IG5C ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.secure-enclosure-41IG5C {
    padding: 8rem 4rem 6rem;
}.secure-enclosure-41IG5C::after {
    height: 400px;
    top: 80px;
    right: -80px;
    width: 400px;
}.secure-enclosure-41IG5C .container {
    max-width: 1200px;
}.secure-enclosure-41IG5C h1 {
    transform: translateX(-1rem);
}.secure-enclosure-41IG5C h1::after {
    width: 8rem;
}.secure-enclosure-41IG5C h2 {
    padding-left: 1.5rem;
    font-size: calc(30px * 1.1);
}.secure-enclosure-41IG5C h2::before {
    width: 6px;
}.secure-enclosure-41IG5C li {
    padding-left: 2rem;
}.secure-enclosure-41IG5C li::before {
    width: 12px;
    height: 12px;
}
}

@media (max-width: 767px) {.secure-enclosure-41IG5C {
    padding: 4rem 1.5rem;
}.secure-enclosure-41IG5C h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 2rem;
}.secure-enclosure-41IG5C h2 {
    font-size: calc(30px * 0.95);
    margin: 2.5rem 0 1.2rem;
}.secure-enclosure-41IG5C h3, 
    .secure-enclosure-41IG5C h4 {
    margin: 2rem 0 1rem;
}.secure-enclosure-41IG5C p, 
    .secure-enclosure-41IG5C span {
    font-size: calc(18px * 0.95);
}.secure-enclosure-41IG5C ul {
    margin-left: 0.5rem;
}.secure-enclosure-41IG5C li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}.location-info-IumDOJ {
    padding: 80px 0;
    box-shadow: inset 0 5px 15px rgba(0,0,0,0.05);
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
    position: relative;
}.location-info-IumDOJ::before {
    opacity: 0.04;
    content: '';
    z-index: 0;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -5%;
    background: rgb(161,156,192,0.5);
    height: 300px;
    position: absolute;
    transform: rotate(-15deg);
    width: 300px;
    top: -10%;
}.location-info-IumDOJ::after {
    position: absolute;
    content: '';
    background: rgb(194,188,216,0.5);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
    transform: rotate(15deg);
    opacity: 0.05;
    width: 250px;
    height: 250px;
    left: -5%;
    bottom: -10%;
}.location-info-IumDOJ .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}.location-info-IumDOJ .message-us-rqUeJa {
    box-shadow: 12px 12px 24px rgba(0,0,0,0.03), 
               -12px -12px 24px rgba(255,255,255,0.8);
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    border: 1px solid rgba(200,200,200,0.1);
    margin: 0 auto;
    background: #ffffff;
    max-width: 800px;
}.location-info-IumDOJ .message-us-rqUeJa::before {
    inset: 1px;
    filter: blur(3px);
    z-index: -1;
    position: absolute;
    background: linear-gradient(to bottom right, 
                rgba(255,255,255,0.8), 
                rgba(255,255,255,0.3));
    content: '';
    border-radius: 2px;
}.location-info-IumDOJ h3 {
    font-size: calc(30px * 0.9);
    display: inline-block;
    font-weight: 700;
    color: rgb(161,156,192);
    margin-bottom: 30px;
    position: relative;
}.location-info-IumDOJ h3::after {
    background: rgb(194,188,216);
    transition: transform 0.3s ease-out;
    left: 0;
    height: 3px;
    width: 60px;
    transform: scaleX(1);
    transform-origin: left;
    bottom: -10px;
    content: '';
    position: absolute;
}.location-info-IumDOJ h3:hover::after {
    transform: scaleX(1.5);
}.location-info-IumDOJ p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
}.location-info-IumDOJ h5 {
    font-weight: 600;
    font-size: 19px;
    align-items: center;
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    text-transform: capitalize;
}.location-info-IumDOJ svg {
    width: 20px;
    margin-left: 10px;
    height: 20px;
    transition: transform 0.3s ease;
}.location-info-IumDOJ svg:hover {
    transform: scale(1.2);
}.location-info-IumDOJ svg path {
    fill: rgb(161,156,192);
    transition: fill 0.3s ease;
}.location-info-IumDOJ .get-contact-KJOnvL {
    gap: 15px;
    display: flex;
    padding: 0;
    list-style: none;
    flex-direction: column;
    margin: 30px 0 0 0;
}.location-info-IumDOJ .get-contact-KJOnvL li {
    transition: transform 0.3s ease;
    margin-bottom: 5px;
    transform: translateX(0);
}.location-info-IumDOJ .get-contact-KJOnvL li:hover {
    transform: translateX(10px);
}.location-info-IumDOJ .message-us-8KQOWx {
    font-size: calc(14px * 0.95);
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05), 
               -5px -5px 10px rgba(255,255,255,0.8);
    display: flex;
    text-decoration: none;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
}.location-info-IumDOJ .message-us-8KQOWx:hover {
    box-shadow: inset 4px 4px 8px rgba(0,0,0,0.05), 
                inset -4px -4px 8px rgba(255,255,255,0.9);
    color: rgb(194,188,216);
}.location-info-IumDOJ .message-us-8KQOWx:hover svg path {
    fill: rgb(194,188,216);
}

@media (min-width: 768px) {.location-info-IumDOJ .message-us-rqUeJa {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
}.location-info-IumDOJ h3 {
    grid-column: 1 / -1;
}.location-info-IumDOJ .get-contact-KJOnvL {
    grid-row: 2 / 4;
    grid-column: 2;
    align-self: start;
    margin-top: 0;
}
}

@media (max-width: 767px) {.location-info-IumDOJ {
    padding: 60px 0;
}.location-info-IumDOJ .message-us-rqUeJa {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.location-info-IumDOJ h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.location-info-IumDOJ .get-contact-KJOnvL {
    margin-top: 20px;
}.location-info-IumDOJ .message-us-8KQOWx {
    padding: 8px 12px;
}
}

@media (max-width: 480px) {.location-info-IumDOJ {
    padding: 40px 0;
}.location-info-IumDOJ .message-us-rqUeJa {
    padding: 20px;
    box-shadow: 8px 8px 16px rgba(0,0,0,0.03), 
                   -8px -8px 16px rgba(255,255,255,0.7);
    transform: none;
}.location-info-IumDOJ h3 {
    font-size: calc(30px * 0.7);
}.location-info-IumDOJ p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.95);
}.location-info-IumDOJ svg {
    width: 18px;
    height: 18px;
}}header {
    position: relative;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(224,220,237), #ffffff);
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    z-index: 0;
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.5;
    height: 100%;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(194,188,216,0.5) 65%, 
        rgb(194,188,216,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(161,156,192,0.5) 75%, 
        rgb(161,156,192,0.5) 80%, 
        transparent 80%);
    position: absolute;
    left: 0;
}header .container {
    margin: 0;
    max-width: 100%;
    padding: 0 3%;
    position: relative;
    z-index: 1;
    width: 100%;
}header .nav-begin-fhPLxA {
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
    justify-content: center;
}header .nav-start-Nth45j {
    display: flex;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 11px;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(194,188,216,0.5), rgb(161,156,192,0.5));
    transition: all 0.3s ease;
}header .nav-start-Nth45j::before {
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    position: absolute;
    transition: opacity 0.3s ease;
    height: 200%;
    left: -50%;
    content: '';
    width: 200%;
    top: -50%;
}header .nav-start-Nth45j:hover::before {
    opacity: 1;
}header .nav-start-Nth45j svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    transition: all 0.3s ease;
    width: 150px;
}header .nav-start-Nth45j:hover svg {
    transform: scale(1.03);
}header .header-train-dv5Jsw {
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin-top: 0.5rem;
}header .head-pro-MPLadz {
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 17px;
    background: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-align: center;
    color: #000000;
    border-radius: 10px;
}header .head-pro-MPLadz::before {
    position: absolute;
    background: linear-gradient(to right, rgb(194,188,216), rgb(161,156,192));
    width: 100%;
    height: 3px;
    left: 0;
    content: '';
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0);
    top: 0;
}header .head-pro-MPLadz:hover {
    color: rgb(194,188,216);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .head-pro-MPLadz:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav-start-Nth45j {
    padding: 0.5rem 1.2rem;
}header .nav-start-Nth45j svg {
    width: 140px;
}header .header-train-dv5Jsw {
    gap: 0.5rem;
}header .head-pro-MPLadz {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .nav-begin-fhPLxA {
    gap: 1.5rem;
}header .nav-start-Nth45j {
    padding: 0.4rem 1rem;
}header .nav-start-Nth45j svg {
    width: 130px;
}header .header-train-dv5Jsw {
    gap: 0.5rem;
}header .head-pro-MPLadz {
    padding: 0.5rem 0.9rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav-begin-fhPLxA {
    gap: 1rem;
}header .nav-start-Nth45j svg {
    width: 120px;
}header .header-train-dv5Jsw {
    padding-bottom: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.4rem;
    overflow-x: auto;
}header .header-train-dv5Jsw::-webkit-scrollbar {
    height: 3px;
}header .header-train-dv5Jsw::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(194,188,216);
}header .head-pro-MPLadz {
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}}.contact-zJ5fuR {
    position: relative;
    padding: 100px 0;
    background: rgb(224,220,237);
    overflow: hidden;
}.contact-zJ5fuR::before {
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(194,188,216,0.5) 0,
        rgb(194,188,216,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    left: 0;
}.contact-zJ5fuR::after {
    opacity: 0.07;
    position: absolute;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(rgb(161,156,192,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(161,156,192,0.5) 1px, transparent 1px);
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
}.contact-zJ5fuR .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.contact-zJ5fuR h2 {
    color: #000000;
    left: 50%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    transform: translateX(-50%);
    display: inline-block;
}.contact-zJ5fuR h2::before {
    height: 4px;
    bottom: 0;
    left: calc(50% - 40px);
    position: absolute;
    background: rgb(194,188,216);
    content: "";
    width: 80px;
}.contact-zJ5fuR h2::after {
    bottom: 0;
    width: 30px;
    left: calc(50% - 15px);
    height: 4px;
    content: "";
    background: rgb(161,156,192);
    position: absolute;
}.contact-zJ5fuR .message-list-ox70zZ {
    display: flex;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    margin-top: 50px;
}.contact-zJ5fuR .background-photo-YNLAzQ {
    position: relative;
    flex: 0 0 45%;
    min-height: 550px;
}.contact-zJ5fuR .background-photo-YNLAzQ::before {
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(
        135deg, 
        rgba(rgb(194,188,216), 0.4), 
        rgba(rgb(161,156,192), 0.4)
    );
}.contact-zJ5fuR .reach-card-GbKTQX {
    padding: 60px;
    display: flex;
    flex-direction: column;
    flex: 0 0 55%;
    position: relative;
    justify-content: center;
}.contact-zJ5fuR .reach-card-GbKTQX::before {
    position: absolute;
    content: "";
    right: -75px;
    height: 150px;
    top: -75px;
    z-index: 0;
    border: 30px solid rgb(194,188,216,0.5);
    width: 150px;
    border-radius: 50%;
}.contact-zJ5fuR .reach-card-GbKTQX::after {
    position: absolute;
    height: 100px;
    background: rgb(161,156,192,0.5);
    border-radius: 0;
    transform: rotate(45deg);
    content: "";
    z-index: 0;
    left: -50px;
    bottom: -50px;
    width: 100px;
}.contact-zJ5fuR form {
    position: relative;
    z-index: 2;
}.contact-zJ5fuR form h3 {
    color: #000000;
    font-size: 23px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
}.contact-zJ5fuR form h3::after {
    height: 2px;
    content: "";
    left: 0;
    background: rgb(194,188,216);
    bottom: -15px;
    width: 50%;
    position: absolute;
}.contact-zJ5fuR form input[type="text"] {
    border-bottom: 2px solid rgb(224,220,237);
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    padding: 20px 25px;
    font-size: 16px;
    background: transparent;
}.contact-zJ5fuR form input[type="text"]:focus {
    border-bottom-color: rgb(194,188,216);
    outline: none;
}.contact-zJ5fuR form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-zJ5fuR form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.contact-zJ5fuR .request-box-i17yZN {
    margin-bottom: 40px;
    position: relative;
}.contact-zJ5fuR .request-box-i17yZN input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-zJ5fuR .request-box-i17yZN label {
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
}.contact-zJ5fuR .request-box-i17yZN label::before {
    width: 22px;
    height: 22px;
    position: absolute;
    border: 2px solid rgb(224,220,237);
    top: 0;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    background: transparent;
}.contact-zJ5fuR .request-box-i17yZN input[type="checkbox"]:checked + label::before {
    border-color: rgb(194,188,216);
    background: rgb(194,188,216);
}.contact-zJ5fuR .request-box-i17yZN input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: "";
    transform: rotate(45deg);
    top: 4px;
    height: 12px;
    position: absolute;
    left: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}.contact-zJ5fuR .request-box-i17yZN label a {
    color: rgb(194,188,216);
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.contact-zJ5fuR .request-box-i17yZN label a::after {
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(194,188,216);
    transform: scaleX(1);
    transform-origin: left;
    left: 0;
    height: 1px;
    transition: transform 0.3s ease;
    bottom: -1px;
}.contact-zJ5fuR .request-box-i17yZN label a:hover {
    color: rgb(161,156,192);
}.contact-zJ5fuR .request-box-i17yZN label a:hover::after {
    background: rgb(161,156,192);
    transform: scaleX(0);
}.contact-zJ5fuR .reach-message-7hmwaz {
    width: auto;
    border: none;
    font-weight: 600;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    background: rgb(194,188,216);
    cursor: pointer;
    z-index: 1;
    color: #ffffff;
    padding: 18px 40px;
    display: inline-block;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
}.contact-zJ5fuR .reach-message-7hmwaz::before {
    top: 0;
    left: -10px;
    content: "";
    height: 100%;
    z-index: -1;
    background: rgb(161,156,192);
    transform: skewX(-25deg);
    position: absolute;
    transition: width 0.5s ease;
    width: 0;
}.contact-zJ5fuR .reach-message-7hmwaz:hover::before {
    width: 150%;
}.contact-zJ5fuR svg {
    height: 24px;
    width: 24px;
    stroke-width: 2;
    fill: none;
    stroke: rgb(194,188,216);
    transition: all 0.3s ease;
}.contact-zJ5fuR svg path {
    fill: none;
    stroke: rgb(194,188,216);
    transition: all 0.3s ease;
}.contact-zJ5fuR svg:hover,
.contact-zJ5fuR svg:hover path {
    stroke: rgb(161,156,192);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact-zJ5fuR {
    padding: 80px 0;
}.contact-zJ5fuR .background-photo-YNLAzQ {
    min-height: 500px;
}.contact-zJ5fuR .reach-card-GbKTQX {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-zJ5fuR {
    padding: 60px 0;
}.contact-zJ5fuR .message-list-ox70zZ {
    flex-direction: column;
}.contact-zJ5fuR .background-photo-YNLAzQ {
    min-height: 300px;
    width: 100%;
}.contact-zJ5fuR .reach-card-GbKTQX {
    width: 100%;
    padding: 40px 30px;
}.contact-zJ5fuR form h3 {
    margin-bottom: 30px;
}.contact-zJ5fuR form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-zJ5fuR .request-box-i17yZN {
    margin-bottom: 30px;
}.contact-zJ5fuR .reach-message-7hmwaz {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-zJ5fuR {
    padding: 50px 0;
}.contact-zJ5fuR h2 {
    font-size: calc(30px * 0.85);
}.contact-zJ5fuR .message-list-ox70zZ {
    margin-top: 30px;
}.contact-zJ5fuR .background-photo-YNLAzQ {
    min-height: 200px;
}.contact-zJ5fuR .reach-card-GbKTQX {
    padding: 30px 20px;
}.contact-zJ5fuR form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact-zJ5fuR form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-zJ5fuR .request-box-i17yZN {
    margin-bottom: 25px;
}.contact-zJ5fuR .request-box-i17yZN label {
    font-size: calc(15px * 0.9);
}.contact-zJ5fuR .reach-message-7hmwaz {
    padding: 12px 25px;
}}.subscribe-to-newsletter-305DFu {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,220,237) 0%, rgb(161,156,192,0.5) 100%);
    position: relative;
}.subscribe-to-newsletter-305DFu::before {
    top: -50%;
    opacity: 0.3;
    content: "";
    animation: rotateBg 30s linear infinite;
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 30%, rgb(194,188,216,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(161,156,192,0.5) 0%, transparent 50%);
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.subscribe-to-newsletter-305DFu .learn-study-BYRH5t {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.subscribe-to-newsletter-305DFu .message-message-UQwJMk {
    position: relative;
    max-width: 800px;
    display: flex;
    width: 80%;
    flex-direction: column;
    margin-left: 5%;
}.subscribe-to-newsletter-305DFu h3 {
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    z-index: 3;
    position: relative;
    padding: 1.5rem 2rem;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    background: #ffffff;
    transform: translateX(-5%);
}.subscribe-to-newsletter-305DFu h3::after {
    width: 30px;
    right: -15px;
    bottom: -15px;
    height: 30px;
    position: absolute;
    transform: rotate(45deg);
    background: rgb(194,188,216);
    content: "";
    z-index: -1;
}.subscribe-to-newsletter-305DFu .input_holder {
    position: relative;
    display: flex;
    z-index: 2;
    border-radius: 0 0 10px 10px;
    padding: 2.5rem 3rem;
    transform: translateX(5%);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
}.subscribe-to-newsletter-305DFu input[type="email"] {
    margin-bottom: 1rem;
    font-size: 12px;
    color: #000000;
    margin-right: 1.5rem;
    padding: 1rem 1.5rem;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    flex: 1 1 250px;
    background: rgb(224,220,237);
    position: relative;
    border: none;
}.subscribe-to-newsletter-305DFu input[type="email"]:focus {
    outline: none;
    transform: translateY(-5px);
    box-shadow: 0 0 0 2px rgb(194,188,216);
}.subscribe-to-newsletter-305DFu input[type="submit"] {
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 20px;
    background: rgb(194,188,216);
    padding: 1rem 2rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    overflow: hidden;
    z-index: 1;
    border: none;
    position: relative;
}.subscribe-to-newsletter-305DFu input[type="submit"]::before {
    transition: all 0.3s ease;
    background: rgb(161,156,192);
    content: "";
    width: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    height: 100%;
    position: absolute;
}.subscribe-to-newsletter-305DFu input[type="submit"]:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.subscribe-to-newsletter-305DFu input[type="submit"]:hover::before {
    left: 0;
}.subscribe-to-newsletter-305DFu::after {
    top: 15%;
    width: 40%;
    opacity: 0.1;
    content: "";
    background-size: 20px 20px;
    height: 70%;
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(194,188,216) 49.5%, rgb(194,188,216) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(194,188,216) 49.5%, rgb(194,188,216) 50.5%, transparent 50.5%);
    right: -10%;
    z-index: 1;
    animation: patternMove 15s linear infinite;
    position: absolute;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.subscribe-to-newsletter-305DFu .input_holder::before {
    border-radius: 50%;
    border: 2px solid rgb(161,156,192,0.5);
    right: -50px;
    pointer-events: none;
    height: 100px;
    top: -30px;
    content: "";
    opacity: 0.3;
    position: absolute;
    width: 100px;
}.subscribe-to-newsletter-305DFu .input_holder::after {
    transform: rotate(180deg);
    background: rgb(194,188,216,0.5);
    left: 10%;
    content: "";
    opacity: 0.5;
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: -25px;
    height: 50px;
    width: 50px;
}

@media (max-width: 992px) {.subscribe-to-newsletter-305DFu .message-message-UQwJMk {
    margin: 0 auto;
    width: 90%;
}.subscribe-to-newsletter-305DFu h3 {
    transform: translateX(0);
}.subscribe-to-newsletter-305DFu .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.subscribe-to-newsletter-305DFu {
    padding: 4rem 1.5rem;
}.subscribe-to-newsletter-305DFu .message-message-UQwJMk {
    width: 100%;
}.subscribe-to-newsletter-305DFu h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(18px * 0.9);
}.subscribe-to-newsletter-305DFu .input_holder {
    padding: 2rem;
}.subscribe-to-newsletter-305DFu input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.subscribe-to-newsletter-305DFu input[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}
}

@media (max-width: 480px) {.subscribe-to-newsletter-305DFu {
    padding: 3rem 1rem;
}.subscribe-to-newsletter-305DFu h3 {
    font-size: calc(18px * 0.8);
    padding: 1rem 1.2rem;
}.subscribe-to-newsletter-305DFu .input_holder {
    padding: 1.5rem;
}.subscribe-to-newsletter-305DFu input[type="email"] {
    padding: 0.8rem 1rem;
}.subscribe-to-newsletter-305DFu input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.subscribe-to-newsletter-305DFu .input_holder::before,
    .subscribe-to-newsletter-305DFu .input_holder::after {
    display: none;
}}footer {
    position: relative;
    width: 100%;
}footer .intern-opp-pCLVy9 {
    position: relative;
    background-color: rgb(224,220,237);
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    color: #000000;
}footer .intern-opp-pCLVy9::before {
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(194,188,216,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(161,156,192,0.5) 0%, transparent 20%);
    left: 0;
}footer .insta-feed-63mQnv {
    z-index: 1;
    position: relative;
}footer .edu-query-3CPnQS {
    border-radius: 11px;
    display: flex;
    margin: auto;
    gap: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    padding: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #ffffff;
    width: 85%;
    z-index: 3;
}footer .info_item {
    transition: all 0.3s ease;
    background-color: rgb(224,220,237);
    display: flex;
    padding: 15px;
    align-items: center;
    border-radius: 10px;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    transition: transform 0.3s ease;
    fill: rgb(194,188,216);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(194,188,216);
}footer .text_main_holder {
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    perspective: 2000px;
    position: relative;
}footer .header-mentor-BeAZkN, footer .header-train-dv5Jsw, footer .subscribe_holder {
    transform-origin: center center;
    border-radius: 11px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    padding: 30px;
    position: relative;
}footer .header-mentor-BeAZkN {
    z-index: 2;
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
}footer .header-mentor-BeAZkN:hover {
    transform: translateZ(30px) scale(1.02);
}footer .header-train-dv5Jsw {
    color: #ffffff;
    margin-right: 20px;
    background-color: rgb(161,156,192);
    margin-left: 20px;
    transform: translateZ(-10px) scale(0.98);
    margin-top: -20px;
    z-index: 1;
}footer .subscribe_holder {
    margin-left: 40px;
    color: #ffffff;
    background-color: rgb(194,188,216);
    z-index: 0;
    margin-right: 40px;
    transform: translateZ(-20px) scale(0.96);
    margin-top: -20px;
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .header-mentor-BeAZkN::after, footer .header-train-dv5Jsw::after, footer .subscribe_holder::after {
    border-radius: 11px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    content: "";
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}footer .header-mentor-BeAZkN:hover::after, footer .header-train-dv5Jsw:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .header-mentor-BeAZkN svg {
    width: auto;
    margin-bottom: 20px;
    display: block;
    height: 45px;
}footer .license-cta-twy3kY {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}footer .header-train-dv5Jsw h5 {
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}footer .header-train-dv5Jsw h5::after {
    background: linear-gradient(90deg, rgb(194,188,216), transparent);
    content: "";
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    left: 0;
}footer .header-train-dv5Jsw h5:hover::after {
    width: 100%;
}footer .head-base-2Skwlo {
    display: grid;
    margin-bottom: 20px;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .head-base-2Skwlo a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
}footer .head-base-2Skwlo a::before {
    left: 0;
    background-color: rgb(194,188,216);
    bottom: 0;
    height: 1px;
    width: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
}footer .head-base-2Skwlo a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .head-base-2Skwlo a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .mail-wrap-bMr7Pl {
    color: rgb(194,188,216);
    border: none;
    font-size: 18px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 14px 20px;
    font-weight: 600;
}footer .mail-wrap-bMr7Pl:hover {
    transform: translateY(-3px);
    background-color: rgb(161,156,192);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}footer .facebook-cta-XBd1vW {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .fellow-prog-FImXld {
    color: #000000;
    display: inline-block;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 8px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .header-mentor-BeAZkN, footer .header-train-dv5Jsw, footer .subscribe_holder {
    flex-direction: column;
    display: flex;
    margin-top: 0;
    flex: 1;
}footer .header-mentor-BeAZkN {
    margin-right: -20px;
}footer .header-train-dv5Jsw {
    margin-right: -20px;
    margin-left: 0;
    z-index: 1;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .edu-query-3CPnQS {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .intern-opp-pCLVy9 {
    padding: 80px 0 30px;
}footer .edu-query-3CPnQS {
    padding: 15px;
    width: 95%;
}footer .info_item {
    flex: 1 1 100%;
}footer .header-mentor-BeAZkN, footer .header-train-dv5Jsw, footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
    padding: 25px 20px;
}footer .header-train-dv5Jsw, footer .subscribe_holder {
    margin-top: -10px;
}footer .facebook-cta-XBd1vW {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .intern-opp-pCLVy9 {
    padding: 70px 0 20px;
}footer .edu-query-3CPnQS {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .header-mentor-BeAZkN, footer .header-train-dv5Jsw, footer .subscribe_holder {
    padding: 20px 15px;
}footer .header-train-dv5Jsw h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .head-base-2Skwlo {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .mail-wrap-bMr7Pl {
    padding: 12px;
}
}