﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.comm-guide-9146 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1142px;
}.wrapper-capsule-4219 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
}.main-learn-4897 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-section-9486 {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(12,33,57,0.95), rgba(34,55,78,0.9));
    position: relative;
}.title-section-9486 .photo-gallery-5028 {
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    position: absolute;
    transform: scale(1.05);
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    filter: saturate(0.8) contrast(1.1);
    width: 100%;
}.title-section-9486 .study-hub-3120 {
    max-width: 1200px;
    width: 90%;
    display: flex;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.15), 
        rgba(255,255,255,0.05));
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 1px 2px rgba(255,255,255,0.1);
    flex-direction: column;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    padding: 5rem 3rem;
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
}.title-section-9486 h1 {
    font-size: calc(40px * 1.2);
    position: relative;
    animation: slide-in 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    transform: translateX(-20px);
    color: #ffffff;
    margin-bottom: 2rem;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.title-section-9486 h1::after {
    content: '';
    position: absolute;
    height: 4px;
    animation: line-grow 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.43, 0.99);
    transform-origin: left;
    width: 80px;
    background: linear-gradient(to right, rgb(147,160,179), rgba(94,170,168,0.4));
    left: 0;
    bottom: -10px;
    transform: scaleX(0);
}.title-section-9486 .news-item-0648 {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    animation: fade-up 0.8s 0.4s forwards ease-out;
    opacity: 0;
    transform: translateY(20px);
    align-items: flex-start;
}.title-section-9486 p {
    font-size: calc(15px * 1.2);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    color: #ffffff;
    max-width: 80%;
    line-height: 1.6;
    position: relative;
}.title-section-9486 .skill-quick-7483 {
    justify-content: center;
    transform: scale(0.95);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    margin: 1rem 0 2rem;
}.title-section-9486 .skill-quick-7483:hover {
    transform: scale(1);
}.title-section-9486 svg {
    transition: all 0.4s ease;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
    height: 120px;
    width: 120px;
}.title-section-9486 svg:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 8px 15px rgba(0,0,0,0.3));
}.title-section-9486 svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title-section-9486 svg:hover path {
    fill: rgba(114,190,188,1);
}.title-section-9486 svg text {
    font-family: Arial, sans-serif;
    animation: text-pulse 2s infinite alternate ease-in-out;
}.title-section-9486 h6 {
    align-self: flex-start;
    margin-top: 1rem;
}.title-section-9486 .help-map-7039 {
    padding: 1rem 2.5rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    background: linear-gradient(135deg, rgb(147,160,179), rgb(74,150,148));
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(94,170,168,0.3);
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
    z-index: 1;
}.title-section-9486 .help-map-7039::before {
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    z-index: -1;
}.title-section-9486 .help-map-7039:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94,170,168,0.4);
}.title-section-9486 .help-map-7039:hover::before {
    left: 100%;
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    to {
        transform: scaleX(1);
    }
}

@keyframes text-pulse {
    0% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.title-section-9486 .study-hub-3120 {
    padding: 4rem 2rem;
    width: 95%;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
}.title-section-9486 h1 {
    font-size: calc(40px * 1.1);
}.title-section-9486 p {
    font-size: calc(15px * 1.1);
    max-width: 90%;
}
}

@media (max-width: 767px) {.title-section-9486 .study-hub-3120 {
    padding: 3rem 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.title-section-9486 h1 {
    font-size: 40px;
}.title-section-9486 p {
    max-width: 100%;
    font-size: 15px;
}.title-section-9486 svg {
    height: 100px;
    width: 100px;
}.title-section-9486 .help-map-7039 {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.title-section-9486 .study-hub-3120 {
    padding: 2.5rem 1.25rem;
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.title-section-9486 h1 {
    font-size: calc(40px * 0.9);
}.title-section-9486 .news-item-0648 {
    gap: 1.5rem;
}.title-section-9486 svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 480px) {.title-section-9486 {
    height: auto;
    min-height: 100vh;
}.title-section-9486 .study-hub-3120 {
    padding: 2rem 1rem;
}.title-section-9486 h1 {
    font-size: calc(40px * 0.8);
}.title-section-9486 p {
    font-size: calc(15px * 0.9);
}.title-section-9486 .help-map-7039 {
    padding: 0.7rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.interested-learners-0613 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(112,121,137,0.5) 100%);
}.interested-learners-0613::before {
    top: 0;
    content: "";
    width: 100%;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    background-size: 40px 40px;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}.interested-learners-0613::after {
    z-index: -1;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(147,160,179,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(112,121,137,0.5), 0.2) 0%, transparent 50%);
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.interested-learners-0613 .study-hub-3120 {
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    padding: 0 2rem;
}.interested-learners-0613 h3 {
    border-radius: 10px 0 0 10px;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    color: #ffffff;
    align-self: flex-end;
    background: rgba(rgb(147,160,179,0.5), 0.2);
    font-size: 32px;
    text-align: right;
    padding: 1rem 0;
    padding: 0.8rem 2rem;
    display: inline-block;
}.interested-learners-0613 h3::before {
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 10px;
    background: rgb(147,160,179);
    content: "";
}.interested-learners-0613 h3::after {
    height: 1px;
    bottom: -10px;
    content: "";
    width: 100%;
    background: linear-gradient(
        to left,
        rgb(147,160,179),
        transparent
    );
    position: absolute;
    right: 0;
}.interested-learners-0613 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 1.5rem;
}.interested-learners-0613 li {
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(#ffffff, 0.1);
    display: flex;
    padding: 1.5rem;
    align-items: flex-start;
    border-radius: 10px;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    transition: all 0.3s ease;
}.interested-learners-0613 li::before {
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(147,160,179,0.5),
        rgb(112,121,137,0.5)
    );
    position: absolute;
    opacity: 0;
    left: 0;
}.interested-learners-0613 li::after {
    transition: opacity 0.3s ease;
    content: "";
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(147,160,179,0.5), 0.2) 50%);
    right: 0;
    height: 30px;
    position: absolute;
    opacity: 0;
    z-index: 1;
    width: 30px;
    top: 0;
}.interested-learners-0613 li:hover {
    transform: translateY(-5px);
    border-color: rgba(rgb(147,160,179,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
}.interested-learners-0613 li:hover::before,
.interested-learners-0613 li:hover::after {
    opacity: 1;
}.interested-learners-0613 li svg {
    width: 32px;
    flex-shrink: 0;
    top: 2px;
    margin-right: 1.2rem;
    position: relative;
    height: 32px;
    fill: rgb(112,121,137);
    transition: all 0.3s ease;
}.interested-learners-0613 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(112,121,137);
}.interested-learners-0613 li:hover svg {
    transform: scale(1.2);
}.interested-learners-0613 li:hover svg path {
    fill: rgb(147,160,179);
}.interested-learners-0613 li::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(112,121,137),
        transparent
    );
    width: 100%;
    height: 2px;
    opacity: 0.5;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.interested-learners-0613 li {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
}

@media (min-width: 992px) {.interested-learners-0613 ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.interested-learners-0613 li:first-child {
    grid-row: 1;
    grid-column: 1;
}.interested-learners-0613 li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.interested-learners-0613 li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.interested-learners-0613 li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.interested-learners-0613 li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.interested-learners-0613 li:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
}
}

@media (max-width: 991px) {.interested-learners-0613 {
    padding: 4rem 0;
}.interested-learners-0613 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
    padding: 0.7rem 1.5rem;
}.interested-learners-0613 ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.interested-learners-0613 {
    padding: 3.5rem 0;
}.interested-learners-0613 .study-hub-3120 {
    padding: 0 1.5rem;
}.interested-learners-0613 h3 {
    align-self: center;
    width: auto;
    text-align: center;
    border-radius: 10px;
    padding: 0.6rem 1.5rem;
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.interested-learners-0613 h3::before {
    height: 4px;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
}.interested-learners-0613 h3::after {
    display: none;
}.interested-learners-0613 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {.interested-learners-0613 {
    padding: 3rem 0;
}.interested-learners-0613 .study-hub-3120 {
    padding: 0 1rem;
}.interested-learners-0613 h3 {
    padding: 0.5rem 1.2rem;
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.interested-learners-0613 li {
    padding: 1.2rem;
}.interested-learners-0613 li svg {
    height: 28px;
    margin-right: 0.8rem;
    width: 28px;
}}.client-comments-4016 {
    position: relative;
    background: rgb(182,189,220);
    overflow: hidden;
    padding: 120px 0;
}.client-comments-4016::before {
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(147,160,179) 50%, 
        transparent 100%);
    right: 0;
    top: 0;
}.client-comments-4016 .container {
    position: relative;
    z-index: 2;
}.client-comments-4016 h2 {
    padding-left: 20px;
    max-width: 60%;
    font-size: calc(36px * 1.4);
    margin-bottom: 80px;
    font-weight: 700;
    color: #000000;
    position: relative;
    letter-spacing: -1px;
}.client-comments-4016 h2::before {
    left: 0;
    height: 100%;
    position: absolute;
    transform: scaleY(1.2);
    width: 4px;
    top: 0;
    content: "";
    background: rgb(147,160,179);
}.client-comments-4016 .learning-feedback-4368 {
    gap: 60px 40px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.client-comments-4016 .learning-feedback-4368::before {
    top: -40px;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(147,160,179,0.5), transparent);
    height: 1px;
}.client-comments-4016 .alumni-quotes-7019 {
    position: relative;
    padding: 0;
    grid-template-columns: auto 1fr;
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.client-comments-4016 .alumni-quotes-7019::before {
    content: "";
    bottom: -15px;
    height: 1px;
    position: absolute;
    left: 0;
    transition: width 0.6s ease;
    width: 0;
    background: rgb(147,160,179);
}.client-comments-4016 .alumni-quotes-7019:hover::before {
    width: 100%;
}.client-comments-4016 .alumni-quotes-7019 img {
    filter: grayscale(100%);
    border-radius: 10px;
    object-fit: cover;
    grid-area: image;
    height: 55px;
    width: 55px;
    transition: all 0.4s ease;
    box-shadow: 5px 5px 0 rgb(147,160,179,0.5);
    transform: rotate(-3deg);
}.client-comments-4016 .alumni-quotes-7019:hover img {
    filter: grayscale(0%);
    transform: rotate(0deg);
}.client-comments-4016 .alumni-quotes-7019 p {
    font-family: Arial, sans-serif;
    margin: 20px 0 5px 0;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    grid-area: name;
}.client-comments-4016 .alumni-quotes-7019 p::after {
    content: "";
    background: rgb(112,121,137);
    width: 30px;
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
}.client-comments-4016 .alumni-quotes-7019:hover p::after {
    width: 60px;
}.client-comments-4016 .alumni-quotes-7019 .description {
    transform: translateX(0);
    line-height: 1.8;
    transition: transform 0.5s ease;
    grid-area: desc;
    position: relative;
    color: #000000;
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
}.client-comments-4016 .alumni-quotes-7019:hover .description {
    transform: translateX(10px);
}.client-comments-4016 .alumni-quotes-7019 .description::first-letter {
    color: rgb(147,160,179);
    font-weight: 700;
    font-size: calc(14px * 1.5);
}.client-comments-4016 .alumni-quotes-7019:nth-child(3n+1) {
    transform: translateY(20px);
}.client-comments-4016 .alumni-quotes-7019:nth-child(3n+2) {
    transform: translateY(-20px);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.client-comments-4016 {
    padding: 90px 0;
}.client-comments-4016 h2 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.2);
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.client-comments-4016 {
    padding: 70px 0;
}.client-comments-4016 .learning-feedback-4368 {
    gap: 70px;
    grid-template-columns: 1fr;
}.client-comments-4016 h2 {
    max-width: 100%;
}.client-comments-4016 .alumni-quotes-7019:nth-child(3n+1),
    .client-comments-4016 .alumni-quotes-7019:nth-child(3n+2) {
    transform: translateY(0);
}
}

@media screen and (max-width: 576px) {.client-comments-4016 {
    padding: 60px 0;
}.client-comments-4016 h2 {
    padding-left: 15px;
    font-size: 36px;
}.client-comments-4016 .alumni-quotes-7019 img {
    width: 45px;
    height: 45px;
}.client-comments-4016 .alumni-quotes-7019 p {
    font-size: calc(20px * 0.9);
    margin-top: 15px;
}.client-comments-4016 .learning-feedback-4368 {
    gap: 60px;
}}header {
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    border-bottom: 2px solid rgb(182,189,220);
    background-color: #ffffff;
    width: 100%;
}header:before {
    content: '';
    width: 100%;
    animation: gradientMove 6s infinite linear;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137), rgb(147,160,179));
}header .nav-mainwrap-3405 {
    padding: 0;
    width: 100%;
}header .container {
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .header-primary-3194 {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .nav-pro-4960 {
    align-items: center;
    gap: 35px;
    display: flex;
}header .main-mainwrap-0795 {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 5px 0;
}header .main-mainwrap-0795:before {
    border-radius: 10px;
    background-color: rgb(147,160,179);
    position: absolute;
    height: 6px;
    left: -15px;
    content: '';
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    top: 50%;
    width: 6px;
}header .main-mainwrap-0795:after {
    bottom: 0;
    position: absolute;
    transform-origin: center;
    transform: scaleX(0);
    height: 2px;
    width: 100%;
    transition: transform 0.3s ease;
    content: '';
    left: 0;
    background-color: rgb(147,160,179);
}header .main-mainwrap-0795:hover {
    color: rgb(147,160,179);
}header .main-mainwrap-0795:hover:before {
    transform: translateY(-50%) scale(1);
}header .main-mainwrap-0795:hover:after {
    transform: scaleX(1);
}header .top-bar-0278 {
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    padding: 5px 10px;
    position: relative;
}header .top-bar-0278:before {
    height: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    border: 2px solid transparent;
    opacity: 0;
    background: linear-gradient(to right, rgb(147,160,179), rgb(112,121,137)) border-box;
    border-radius: 10px;
    position: absolute;
    content: '';
    top: 0;
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    width: 100%;
    mask-composite: exclude;
}header .top-bar-0278:hover:before {
    opacity: 1;
}header .top-bar-0278 svg {
    transition: transform 0.3s ease;
    height: 42px;
    width: auto;
}header .top-bar-0278:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .nav-pro-4960 {
    gap: 20px;
}header .main-mainwrap-0795:before {
    left: -10px;
}header .top-bar-0278 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-pro-4960 {
    max-height: 0;
    top: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    gap: 0;
    left: 0;
    transition: max-height 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    flex-direction: column;
    border-bottom: 3px solid rgb(147,160,179);
    padding: 0;
    z-index: 1001;
}header .menu.active {
    max-height: 400px;
}header .main-mainwrap-0795 {
    padding: 12px 20px;
    border-bottom: 1px solid rgb(182,189,220);
    width: 100%;
}header .main-mainwrap-0795:last-child {
    border-bottom: none;
}header .main-mainwrap-0795:before {
    left: 5px;
}header .header-primary-3194 {
    padding: 5px 0;
}header .top-bar-0278 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .top-bar-0278 svg {
    height: 32px;
}}.our-mission-1234 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our-mission-1234::before {
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    background-image: linear-gradient(135deg, 
    rgba(22, 28, 45, 0.85) 0%, 
    rgba(22, 28, 45, 0.7) 50%, 
    rgba(22, 28, 45, 0.6) 100%);
    z-index: 1;
    left: 0;
}.our-mission-1234::after {
    pointer-events: none;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    position: absolute;
}.our-mission-1234 .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
}.our-mission-1234 .news-item-0648 {
    position: relative;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    padding: 40px;
    max-width: 900px;
    animation: slide-up 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
}.our-mission-1234 .news-item-0648::before {
    left: 0;
    top: 0;
    content: "";
    width: 4px;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgb(147,160,179) 0%,
    rgb(112,121,137) 100%
  );
    height: 100%;
}.our-mission-1234 h1 {
    animation: slide-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s forwards;
    transform: translateX(-20px);
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 40px;
    position: relative;
    opacity: 0;
    display: inline-block;
    font-size: 42px;
}.our-mission-1234 h1::after {
    height: 3px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    position: absolute;
    left: 0;
    animation: line-grow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
    width: 70px;
    bottom: -10px;
    background: rgb(112,121,137);
}.our-mission-1234 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.our-mission-1234 li {
    margin-bottom: 15px;
    animation: fade-in 0.7s ease-out 0.4s forwards;
    opacity: 0;
    transform: translateY(20px);
}.our-mission-1234 h4 {
    margin: 0 0 15px;
    font-weight: 600;
    color: rgb(112,121,137);
    position: relative;
    font-size: calc(18px + 2px);
    padding-bottom: 10px;
    display: inline-block;
}.our-mission-1234 h4::after {
    width: 40px;
    content: "";
    height: 2px;
    position: absolute;
    background-color: rgb(112,121,137,0.5);
    left: 0;
    bottom: 0;
}.our-mission-1234 span {
    column-gap: 40px;
    color: #ffffff;
    opacity: 0.9;
    font-size: calc(14px + 1px);
    line-height: 1.8;
    text-align: justify;
    display: block;
    column-count: 1;
    position: relative;
}

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

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.our-mission-1234 {
    padding: 150px 0;
}.our-mission-1234 .news-item-0648 {
    transform: translateY(0);
    padding: 60px;
}.our-mission-1234 h1 {
    font-size: calc(42px + 10px);
    margin-bottom: 50px;
}.our-mission-1234 span {
    column-gap: 50px;
    column-count: 2;
}.our-mission-1234 h4 {
    font-size: calc(18px + 4px);
}
}

@media (min-width: 992px) {.our-mission-1234 .news-item-0648 {
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    padding: 70px;
}.our-mission-1234 .news-item-0648::before {
    width: 6px;
}.our-mission-1234 span {
    font-size: calc(14px + 2px);
}.our-mission-1234 h1::after {
    height: 4px;
    width: 90px;
}
}

@media (max-width: 767px) {.our-mission-1234 {
    padding: 80px 0;
}.our-mission-1234 .news-item-0648 {
    padding: 30px 20px;
}.our-mission-1234 h1 {
    margin-bottom: 30px;
    font-size: calc(42px - 2px);
}.our-mission-1234 span {
    font-size: 14px;
    line-height: 1.6;
}.our-mission-1234 h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
}

@media (max-width: 480px) {.our-mission-1234 {
    padding: 60px 0;
}.our-mission-1234 .news-item-0648 {
    padding: 25px 15px;
}.our-mission-1234 h1 {
    margin-bottom: 25px;
    font-size: calc(42px - 4px);
}.our-mission-1234 h4::after {
    width: 30px;
}.our-mission-1234 span {
    font-size: calc(14px - 1px);
    line-height: 1.5;
}}.tySpot-0832 {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(182,189,220), rgb(112,121,137,0.5));
}.tySpot-0832::before {
    animation: backgroundShift 20s infinite alternate ease-in-out;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
}.tySpot-0832 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.tySpot-0832 .study-hub-3120 {
    transform-style: preserve-3d;
    transform: translateZ(0);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    grid-template-columns: 1fr;
    padding: 3rem;
    display: grid;
    gap: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
}.tySpot-0832 .study-hub-3120:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
}.tySpot-0832 .study-hub-3120::before {
    transition: opacity 0.5s ease;
    opacity: 0;
    transform: translateZ(-10px);
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(45deg, transparent 0%, rgb(147,160,179,0.5) 100%);
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
}.tySpot-0832 .study-hub-3120:hover::before {
    opacity: 0.05;
}.tySpot-0832 .study-hub-3120 > div:first-child {
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.tySpot-0832 .study-hub-3120 > div:first-child::after {
    content: "";
    width: 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    bottom: -10px;
    position: absolute;
    height: 3px;
    background: rgb(147,160,179);
    left: 0;
    transform-origin: left;
}.tySpot-0832 .study-hub-3120:hover > div:first-child::after {
    transform: scaleX(1);
}.tySpot-0832 h5 {
    font-weight: 700;
    transform: translateZ(5px);
    letter-spacing: 0.02em;
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
    color: #000000;
    position: relative;
}.tySpot-0832 h5::first-letter {
    color: rgb(147,160,179);
    font-size: 1.2em;
}.tySpot-0832 .study-hub-3120 > div:last-child {
    transform: translateZ(15px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.tySpot-0832 a {
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    color: inherit;
    overflow: hidden;
}.tySpot-0832 a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    left: -100%;
    content: "";
    position: absolute;
    transition: left 0.8s ease-in-out;
}.tySpot-0832 .study-hub-3120:hover a::before {
    left: 100%;
}.tySpot-0832 p {
    color: #000000;
    opacity: 0.9;
    font-size: 17px;
    margin: 0;
    line-height: 1.7;
    transition: opacity 0.4s ease;
    font-weight: 400;
}.tySpot-0832 a:hover p {
    color: rgb(147,160,179);
    opacity: 1;
}

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

@media (min-width: 768px) {.tySpot-0832 {
    padding: 7rem 0;
}.tySpot-0832 .study-hub-3120 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
}.tySpot-0832 h5 {
    font-size: calc(21px * 1.1);
}.tySpot-0832 p {
    font-size: calc(17px * 1.05);
}.tySpot-0832 .study-hub-3120::after {
    opacity: 0;
    top: -15px;
    position: absolute;
    border-right: 3px solid rgb(147,160,179);
    width: 30px;
    height: 30px;
    border-top: 3px solid rgb(147,160,179);
    content: "";
    transition: opacity 0.5s ease, transform 0.5s ease;
    right: -15px;
    transform: translateZ(10px) scale(0.9);
}.tySpot-0832 .study-hub-3120:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.tySpot-0832 .study-hub-3120::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.tySpot-0832 .study-hub-3120:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.tySpot-0832 {
    padding: 8rem 0;
}.tySpot-0832 .study-hub-3120 {
    padding: 5rem;
    gap: 4rem;
}.tySpot-0832 .study-hub-3120 > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.tySpot-0832 .study-hub-3120:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.tySpot-0832 .study-hub-3120 > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.tySpot-0832 .study-hub-3120:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.tySpot-0832 a {
    padding: 1rem 0;
}.tySpot-0832 p {
    line-height: 1.8;
}.tySpot-0832 .container::before {
    height: 1px;
    bottom: -20px;
    position: absolute;
    opacity: 0.5;
    left: 10%;
    width: 80%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(147,160,179,0.5), transparent);
}
}

@media (max-width: 767px) {.tySpot-0832 {
    padding: 3rem 1rem;
}.tySpot-0832 .study-hub-3120 {
    padding: 2rem 1.5rem;
}.tySpot-0832 h5 {
    font-size: calc(21px * 0.9);
}.tySpot-0832 p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.privacy-container-6795 {
    position: relative;
    background: linear-gradient(135deg, rgb(182,189,220) 0%, rgba(245, 245, 250, 0.97) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.privacy-container-6795::before {
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(147,160,179,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(112,121,137,0.5), 0.04) 0%, transparent 50%);
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    z-index: 1;
    top: 0;
    width: 100%;
}.privacy-container-6795 .container {
    max-width: 1140px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    transform: translateZ(0);
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
}.privacy-container-6795 h1 {
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    transform: translateX(-5px);
    font-size: 39px;
    color: #000000;
}.privacy-container-6795 h1::after {
    position: absolute;
    content: "";
    bottom: -12px;
    animation-delay: 0.2s;
    height: 3px;
    background: linear-gradient(90deg, rgb(147,160,179) 0%, rgb(112,121,137) 100%);
    left: 0;
    opacity: 0;
    width: 80px;
    transform-origin: left;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.privacy-container-6795 h2 {
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    color: #000000;
    font-size: 38px;
    border-left: 3px solid rgb(147,160,179);
}.privacy-container-6795 h3 {
    font-size: calc(38px * 0.85);
    position: relative;
    color: #000000;
    border-left: 2px solid rgb(112,121,137);
    margin: 2.5rem 0 1.25rem;
    padding-left: 1rem;
    font-weight: 600;
}.privacy-container-6795 h4 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    font-size: calc(38px * 0.75);
    font-weight: 600;
    border-left: 1px solid rgb(112,121,137);
    position: relative;
    color: #000000;
}.privacy-container-6795 p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    position: relative;
    color: #000000;
    font-size: 14px;
    max-width: 90ch;
}.privacy-container-6795 p strong {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.privacy-container-6795 span {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    display: block;
    max-width: 90ch;
}.privacy-container-6795 ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy-container-6795 li {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.7;
    padding-left: 1.8rem;
}.privacy-container-6795 li::before {
    background-color: rgb(147,160,179);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    top: 0.8rem;
}.privacy-container-6795 li:nth-child(2n)::before {
    background-color: rgb(112,121,137);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.privacy-container-6795 h2:hover,
.privacy-container-6795 h3:hover,
.privacy-container-6795 h4:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease-out;
}


@media (max-width: 992px) {.privacy-container-6795 {
    padding: 4rem 0;
}.privacy-container-6795 h1 {
    font-size: calc(39px * 0.9);
}.privacy-container-6795 h2 {
    font-size: calc(38px * 0.9);
}.privacy-container-6795 h3 {
    font-size: calc(38px * 0.8);
}.privacy-container-6795 h4 {
    font-size: calc(38px * 0.7);
}
}

@media (max-width: 768px) {.privacy-container-6795 {
    padding: 3rem 0;
}.privacy-container-6795 .container {
    padding: 0 1.5rem;
}.privacy-container-6795 h1 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.85);
}.privacy-container-6795 h1::after {
    width: 60px;
}.privacy-container-6795 h2 {
    margin: 2.5rem 0 1.25rem;
}.privacy-container-6795 h3 {
    margin: 2rem 0 1rem;
}.privacy-container-6795 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.privacy-container-6795 {
    padding: 2.5rem 0;
}.privacy-container-6795 .container {
    padding: 0 1.25rem;
}.privacy-container-6795 h1 {
    font-size: calc(39px * 0.75);
    transform: translateX(0);
}.privacy-container-6795 h2 {
    font-size: calc(38px * 0.8);
    padding-left: 0.75rem;
}.privacy-container-6795 h3 {
    font-size: calc(38px * 0.7);
    padding-left: 0.75rem;
}.privacy-container-6795 h4 {
    font-size: calc(38px * 0.6);
    padding-left: 0.75rem;
}.privacy-container-6795 p,
    .privacy-container-6795 span {
    font-size: calc(14px * 0.95);
}.privacy-container-6795 ul {
    margin-left: 0.5rem;
}.privacy-container-6795 li {
    margin-bottom: 0.8rem;
    padding-left: 1.25rem;
    font-size: calc(14px * 0.95);
}}.teaching-experience-1259 {
    overflow: hidden;
    background: rgb(182,189,220);
    position: relative;
    padding: 6rem 2rem;
}.teaching-experience-1259::before {
    top: 40%;
    left: 0;
    width: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(to right, transparent, rgb(147,160,179,0.5), transparent);
    height: 1px;
    transform-origin: left center;
    position: absolute;
}.teaching-experience-1259::after {
    transform-origin: right center;
    width: 40%;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    right: 0;
    bottom: 40%;
    height: 1px;
    position: absolute;
    background: linear-gradient(to left, transparent, rgb(112,121,137,0.5), transparent);
}.teaching-experience-1259 .alumni-quotes-7019 {
    margin: 0 auto;
    display: grid;
    max-width: 1100px;
    position: relative;
    z-index: 1;
    gap: 4rem;
    grid-template-columns: 1fr 2fr;
}.teaching-experience-1259 .photo-gallery-5028 {
    overflow: hidden;
    width: 100%;
    transform: scale(1);
    height: 400px;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    filter: grayscale(100%);
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
}.teaching-experience-1259 .photo-gallery-5028::after {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(147,160,179,0.5) 0%, transparent 50%);
    transition: all 0.7s ease;
    content: "";
    opacity: 0.5;
    position: absolute;
}.teaching-experience-1259 .experience-block-2801 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    transition: all 0.7s ease;
    opacity: 0.9;
    position: relative;
}.teaching-experience-1259 .experience-block-2801::before {
    left: -2rem;
    top: 15%;
    height: 70%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 1px;
}.teaching-experience-1259 .name {
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(43px * 1.2);
    transform: translateX(0);
    transition: all 0.5s ease;
}.teaching-experience-1259 .name::after {
    background: rgb(147,160,179);
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.5s ease 0.2s;
    position: absolute;
    content: "";
    width: 50px;
    transform-origin: left;
    bottom: -0.5rem;
    left: 0;
}.teaching-experience-1259 .experience-block-2801 div:nth-child(2) {
    color: rgb(112,121,137);
    font-size: 21px;
    transition: all 0.5s ease 0.1s;
    letter-spacing: 2px;
    font-weight: 300;
    transform: translateX(0);
    text-transform: uppercase;
    margin-bottom: 3rem;
}.teaching-experience-1259 .exp-skills-5641 {
    transform: translateX(0);
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    padding-left: 2rem;
    font-size: 21px;
    position: relative;
    transition: all 0.5s ease 0.2s;
}.teaching-experience-1259 .exp-skills-5641::before {
    content: "";
    position: absolute;
    color: rgb(147,160,179,0.5);
    font-size: 4rem;
    line-height: 1;
    left: 0;
    top: -1rem;
    font-family: serif;
}.teaching-experience-1259 .alumni-quotes-7019:hover .photo-gallery-5028 {
    filter: grayscale(0%);
    transform: scale(1.05);
}.teaching-experience-1259 .alumni-quotes-7019:hover .photo-gallery-5028::after {
    opacity: 0.3;
}.teaching-experience-1259 .alumni-quotes-7019:hover .name {
    transform: translateX(10px);
}.teaching-experience-1259 .alumni-quotes-7019:hover .name::after {
    transform: scaleX(1);
}.teaching-experience-1259 .alumni-quotes-7019:hover .experience-block-2801 div:nth-child(2) {
    transform: translateX(20px);
}.teaching-experience-1259 .alumni-quotes-7019:hover .exp-skills-5641 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.teaching-experience-1259 .alumni-quotes-7019 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.teaching-experience-1259 .photo-gallery-5028 {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    height: 350px;
    margin: 0 auto;
    width: 80%;
}.teaching-experience-1259 .experience-block-2801::before {
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 60%;
    left: 20%;
    top: -1.5rem;
}.teaching-experience-1259 .alumni-quotes-7019:hover .name,
    .teaching-experience-1259 .alumni-quotes-7019:hover .experience-block-2801 div:nth-child(2),
    .teaching-experience-1259 .alumni-quotes-7019:hover .exp-skills-5641 {
    transform: translateX(0);
}}.program-information-0148 {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    z-index: 1;
    background: rgb(182,189,220);
}.program-information-0148::before {
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: 0.25;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(147,160,179,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(112,121,137,0.5) 0%, transparent 70%);
    top: 0;
}.program-information-0148::after {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(147,160,179,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(112,121,137,0.5) 0%, transparent 40%);
}.program-information-0148 .container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}.program-information-0148 .study-hub-3120 {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 40px;
}.program-information-0148 .photo-gallery-5028 {
    transform: translateZ(0);
    border-radius: 28px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    height: 450px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    z-index: 1;
    overflow: hidden;
}.program-information-0148 .photo-gallery-5028:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.program-information-0148 .photo-gallery-5028::before {
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(147,160,179,0.5) 100%);
}.program-information-0148 .photo-gallery-5028::after {
    inset: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.05;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(147,160,179,0.5) 20px, 
            rgb(147,160,179,0.5) 21px
        );
    content: "";
}.program-information-0148 .knowledge-flow-4805 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    border-radius: 28px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 40px;
    z-index: 1;
}.program-information-0148 .knowledge-flow-4805:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program-information-0148 .knowledge-flow-4805::before {
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, 
                rgb(147,160,179), 
                rgb(112,121,137));
    top: 0;
    position: absolute;
    border-radius: 28px 28px 0 0;
}.program-information-0148 .knowledge-flow-4805::after {
    height: 10px;
    background: #ffffff;
    border-radius: 0 0 50% 50%;
    z-index: -1;
    left: 5%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    content: "";
    width: 90%;
    position: absolute;
    bottom: -5px;
}.program-information-0148 .head-know-2087 {
    align-items: center;
    display: inline-flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgb(182,189,220);
    justify-content: center;
    border-radius: 10px;
    position: relative;
    margin-bottom: 25px;
    padding: 15px;
}.program-information-0148 .head-know-2087:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px) rotate(5deg);
}.program-information-0148 .head-know-2087::after {
    inset: 0;
    position: absolute;
    border: 1px dashed rgb(147,160,179,0.5);
    border-radius: 10px;
    opacity: 0.5;
    content: "";
}.program-information-0148 .head-know-2087 svg {
    height: auto;
    transition: transform 0.3s ease;
    width: 80px;
}.program-information-0148 .head-know-2087:hover svg {
    transform: scale(1.05);
}.program-information-0148 .head-know-2087 svg path {
    fill: rgb(147,160,179);
    transition: fill 0.3s ease;
}.program-information-0148 .head-know-2087:hover svg path {
    fill: rgb(112,121,137);
}.program-information-0148 .knowledge-flow-4805 h3 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}.program-information-0148 .knowledge-flow-4805 h3::after {
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(147,160,179);
    transition: width 0.4s ease;
    width: 50px;
    bottom: 0;
}.program-information-0148 .knowledge-flow-4805:hover h3::after {
    width: 100px;
}.program-information-0148 .knowledge-flow-4805 p {
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program-information-0148 {
    padding: 80px 0;
}.program-information-0148 .photo-gallery-5028 {
    height: 400px;
}.program-information-0148 .knowledge-flow-4805 {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.program-information-0148 {
    padding: 70px 0;
}.program-information-0148 .photo-gallery-5028 {
    height: 350px;
}.program-information-0148 .knowledge-flow-4805 {
    padding: 30px;
}.program-information-0148 .head-know-2087 {
    padding: 12px;
}.program-information-0148 .head-know-2087 svg {
    width: 70px;
}
}

@media (max-width: 767px) {.program-information-0148 {
    padding: 60px 0;
}.program-information-0148 .study-hub-3120 {
    gap: 30px;
}.program-information-0148 .photo-gallery-5028 {
    height: 300px;
}.program-information-0148 .knowledge-flow-4805 {
    padding: 25px;
}.program-information-0148 .head-know-2087 {
    margin-bottom: 20px;
    padding: 10px;
}.program-information-0148 .head-know-2087 svg {
    width: 60px;
}.program-information-0148 .knowledge-flow-4805 h3 {
    padding-bottom: 12px;
    font-size: calc(30px * 0.9);
    margin-bottom: 15px;
}
}

@media (max-width: 576px) {.program-information-0148 {
    padding: 50px 0;
}.program-information-0148 .study-hub-3120 {
    gap: 25px;
}.program-information-0148 .photo-gallery-5028 {
    height: 250px;
}.program-information-0148 .knowledge-flow-4805 {
    padding: 20px;
}.program-information-0148 .head-know-2087 {
    margin-bottom: 15px;
    padding: 8px;
}.program-information-0148 .head-know-2087 svg {
    width: 50px;
}.program-information-0148 .knowledge-flow-4805 h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 12px;
    padding-bottom: 10px;
}}.register-now-2643 {
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(147,160,179) 0%, rgb(112,121,137) 100%);
}.register-now-2643::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.1;
    transform: translateZ(-10px);
    background: repeating-linear-gradient(
        45deg,
        rgb(147,160,179,0.5),
        rgb(147,160,179,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    width: 100%;
}.register-now-2643::after {
    width: 100%;
    right: -50%;
    animation: glow 8s infinite alternate ease-in-out;
    height: 200%;
    content: "";
    opacity: 0.15;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(255, 255, 255, 0.5) 0%,
        transparent 70%
    );
    top: -50%;
    transform: translateZ(-5px) rotate(45deg);
    z-index: 1;
}.register-now-2643 .container {
    display: flex;
    padding: 0 15px;
    align-items: center;
    transform: translateZ(20px);
    position: relative;
    z-index: 2;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
    flex-direction: column;
}.register-now-2643 h6 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    transform: translateZ(10px);
    max-width: 800px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: calc(22px * 1.2);
    opacity: 0;
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 2.5rem;
}.register-now-2643 div:nth-child(2) {
    display: flex;
    justify-content: center;
    transform: translateZ(30px);
}.register-now-2643 span {
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}.register-now-2643 .help-map-7039 {
    font-size: 15px;
    position: relative;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    color: rgb(147,160,179);
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0.8rem 2.5rem;
    opacity: 0;
    display: inline-flex;
    transform: translateZ(0);
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    justify-content: center;
}.register-now-2643 .help-map-7039::before {
    content: "";
    position: absolute;
    width: 100%;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    top: 0;
}.register-now-2643 .help-map-7039::after {
    position: absolute;
    width: 100%;
    left: 0;
    transition: transform 0.4s ease-out;
    bottom: 0;
    height: 3px;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    background: linear-gradient(
        90deg,
        rgb(147,160,179),
        rgb(112,121,137),
        rgb(147,160,179)
    );
}.register-now-2643 .help-map-7039 span {
    z-index: 2;
    transition: all 0.3s ease;
    position: relative;
}.register-now-2643 .help-map-7039:hover {
    box-shadow: 0 15px 25px -8px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) translateZ(0);
    background: #ffffff;
}.register-now-2643 .help-map-7039:hover::before {
    left: 100%;
}.register-now-2643 .help-map-7039:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.register-now-2643 .help-map-7039:hover span {
    transform: translateY(0) scale(1.05);
}.register-now-2643 .help-map-7039:active {
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    transition: all 0.1s;
}

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

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: translateZ(-5px) rotate(45deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: translateZ(-5px) rotate(45deg) scale(1.1);
    }
}

@media (max-width: 991px) {.register-now-2643 {
    padding: 3.5rem 0;
}.register-now-2643 h6 {
    font-size: calc(22px * 1.1);
    margin-bottom: 2rem;
}.register-now-2643 .help-map-7039 {
    padding: 0.7rem 2.2rem;
}
}

@media (max-width: 767px) {.register-now-2643 {
    padding: 3rem 0;
}.register-now-2643 h6 {
    font-size: 22px;
    margin-bottom: 1.8rem;
    max-width: 90%;
}.register-now-2643 .help-map-7039 {
    padding: 0.7rem 2rem;
}
}

@media (max-width: 575px) {.register-now-2643 {
    padding: 2.5rem 0;
}.register-now-2643 h6 {
    font-size: calc(22px * 0.9);
    max-width: 100%;
    margin-bottom: 1.5rem;
}.register-now-2643 .help-map-7039 {
    font-size: calc(15px * 0.95);
    padding: 0.6rem 1.8rem;
}
}

@media (max-width: 380px) {.register-now-2643 {
    padding: 2rem 0;
}.register-now-2643 h6 {
    margin-bottom: 1.2rem;
    font-size: calc(22px * 0.85);
}.register-now-2643 .help-map-7039 {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px * 0.9);
}}.contact-form-section-4958 {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: rgb(182,189,220);
}.contact-form-section-4958::before {
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(112,121,137,0.5),
        rgb(112,121,137,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.05;
    left: 0;
}.contact-form-section-4958 .photo-gallery-5028 {
    position: absolute;
    height: 90%;
    width: 40%;
    z-index: 1;
    right: 0;
    top: 5%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 20px 0 0 20px;
}.contact-form-section-4958 .photo-gallery-5028::after {
    left: 0;
    content: '';
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(147,160,179,0.5), transparent 70%);
}.contact-form-section-4958 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.contact-form-section-4958 h3 {
    font-weight: 700;
    margin-bottom: 50px;
    color: rgb(147,160,179);
    text-align: center;
    font-size: 30px;
    font-family: Arial, sans-serif;
}.contact-form-section-4958 .inquiry-info-7496 {
    overflow: hidden;
    display: flex;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.contact-form-section-4958 .connect-reach-0247 {
    flex: 1;
    padding: 50px;
    position: relative;
}.contact-form-section-4958 form h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
}.contact-form-section-4958 input[type="text"],
.contact-form-section-4958 textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    width: 100%;
    transition: all 0.3s ease;
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 15px;
    font-size: 18px;
}.contact-form-section-4958 input[type="text"]:focus,
.contact-form-section-4958 textarea:focus {
    outline: none;
    border-color: rgb(147,160,179);
    box-shadow: 0 0 0 2px rgb(147,160,179,0.5);
}.contact-form-section-4958 textarea {
    resize: none;
    height: 150px;
}.contact-form-section-4958 .message-box-2054 {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact-form-section-4958 .message-box-2054 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-form-section-4958 .message-box-2054 label {
    position: relative;
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
    padding-left: 30px;
    cursor: pointer;
}.contact-form-section-4958 .message-box-2054 label::before {
    left: 0;
    transition: all 0.3s ease;
    width: 18px;
    border-radius: 10px;
    border: 2px solid rgb(112,121,137);
    position: absolute;
    top: 2px;
    height: 18px;
    content: '';
}.contact-form-section-4958 .message-box-2054 input[type="checkbox"]:checked + label::before {
    background: rgb(147,160,179);
    border-color: rgb(147,160,179);
}.contact-form-section-4958 .message-box-2054 input[type="checkbox"]:checked + label::after {
    width: 6px;
    content: '';
    height: 10px;
    position: absolute;
    border: solid #ffffff;
    left: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 6px;
}.contact-form-section-4958 .message-box-2054 a {
    text-decoration: none;
    color: rgb(147,160,179);
    transition: all 0.3s ease;
}.contact-form-section-4958 .message-box-2054 a:hover {
    text-decoration: underline;
}.contact-form-section-4958 .help-map-7039 {
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(147,160,179);
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 40px;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.contact-form-section-4958 .help-map-7039:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(112,121,137);
}.contact-form-section-4958 .help-query-9863 {
    position: relative;
    width: 35%;
    padding: 50px;
    background: rgb(147,160,179);
}.contact-form-section-4958 .help-query-9863::before {
    width: 100%;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    position: absolute;
    top: 0;
}.contact-form-section-4958 .help-query-9863 h4 {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    font-size: 18px;
}.contact-form-section-4958 .help-query-9863 h4::after {
    height: 3px;
    position: absolute;
    background: #ffffff;
    bottom: -15px;
    left: 0;
    content: '';
    width: 40px;
}.contact-form-section-4958 .message-query-6317 {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact-form-section-4958 .message-query-6317 li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}.contact-form-section-4958 .message-query-6317 svg {
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 22px;
}.contact-form-section-4958 .message-query-6317 svg path {
    fill: #ffffff;
}.contact-form-section-4958 .message-query-6317 span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.contact-form-section-4958 .message-query-6317 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact-form-section-4958 .message-query-6317 a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-form-section-4958 .photo-gallery-5028 {
    display: none;
}.contact-form-section-4958 .inquiry-info-7496 {
    flex-direction: column;
}.contact-form-section-4958 .connect-reach-0247 {
    width: 100%;
}.contact-form-section-4958 .help-query-9863 {
    width: 100%;
}
}

@media (max-width: 768px) {.contact-form-section-4958 {
    padding: 60px 0;
}.contact-form-section-4958 h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.contact-form-section-4958 .connect-reach-0247,
    .contact-form-section-4958 .help-query-9863 {
    padding: 40px;
}
}

@media (max-width: 576px) {.contact-form-section-4958 {
    padding: 40px 0;
}.contact-form-section-4958 h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.contact-form-section-4958 .connect-reach-0247,
    .contact-form-section-4958 .help-query-9863 {
    padding: 30px 20px;
}.contact-form-section-4958 form h3,
    .contact-form-section-4958 .help-query-9863 h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact-form-section-4958 input[type="text"],
    .contact-form-section-4958 textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact-form-section-4958 textarea {
    height: 120px;
}.contact-form-section-4958 .help-map-7039 {
    width: 100%;
    padding: 12px;
}.contact-form-section-4958 .message-query-6317 li {
    margin-bottom: 20px;
}}#cookieInfoPromptBar-1509 {
    display: none;
}#cookieInfoPromptBar-1509:checked ~ .cookie-popup-warning-9732 {
    opacity: 0;
    visibility: hidden;
}.cookie-popup-warning-9732 {
    position: fixed;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(147,160,179);
    background: rgb(112,121,137);
    width: 100%;
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    z-index: 90;
}.visitor-controls-3208 {
    gap: 20px;
    padding: 20px 5%;
    border: 2px dashed rgb(147,160,179);
    align-items: center;
    border-radius: 19px;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
}.cookie-popup-warning-9732 h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(147,160,179);
    margin: 0;
    letter-spacing: 1.5px;
    font-size: 18px;
}.cookie-popup-warning-9732 p {
    margin: 0;
    font-size: 18px;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
}.track-edu-5819 {
    background: rgb(147,160,179,0.5);
    padding: 10px;
    margin-right: 20px;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    border-radius: 19px;
    align-items: center;
}.track-edu-5819 svg {
    fill: rgb(147,160,179);
    width: 60px;
    height: 60px;
}.cookie-none-3286 {
    text-align: center;
    color: #000000;
    white-space: nowrap;
    margin-left: 10px;
    min-width: 140px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 18px;
    line-height: 40px;
    background: rgb(147,160,179);
    flex-shrink: 0;
    border: 2px solid rgb(147,160,179);
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 10px;
}.cookie-none-3286:hover {
    background-color: rgb(112,121,137);
    box-shadow: 0 0 10px rgb(112,121,137);
}.cookie_button.visitor-settings-7834 {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(112,121,137);
}.cookie_button.visitor-settings-7834:hover {
    box-shadow: 0 0 10px rgb(112,121,137);
}.cookie-popup-warning-9732 p a {
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(147,160,179);
    text-decoration: none;
    color: rgb(147,160,179);
}.cookie-popup-warning-9732 p a:hover {
    color: rgb(112,121,137);
}
@media only screen and (max-width: 1200px) {.cookie-popup-warning-9732 {
    padding: 15px 0;
}.visitor-controls-3208 {
    padding: 15px 5%;
}.track-edu-5819 {
    display: none;
}.visitor-controls-3208 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-popup-warning-9732 h5 {
    margin-bottom: 10px;
    font-size: 20px;
}.edu-approve-5846 {
    margin-bottom: 15px;
}.cookie-none-3286 {
    margin: 10px 0;
    min-width: 100%;
}}
.learning-outcomes-6103 {
    padding: 70px 0;
    background: linear-gradient(110deg, rgb(182,189,220) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.learning-outcomes-6103::before {
    position: absolute;
    background: radial-gradient(circle, rgb(147,160,179,0.5) 0%, transparent 70%);
    content: "";
    right: 0;
    opacity: 0.4;
    filter: blur(60px);
    top: 0;
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    height: 400px;
    transform: translate(30%, -30%);
}.learning-outcomes-6103::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 400px;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(112,121,137,0.5) 0%, transparent 70%);
    height: 400px;
    filter: blur(60px);
    transform: translate(-30%, 30%);
    left: 0;
    animation: float 20s ease-in-out infinite alternate-reverse;
}@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

.learning-outcomes-6103 .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.learning-outcomes-6103 .study-hub-3120 {
    grid-template-columns: 0.8fr 1.2fr;
    position: relative;
    display: grid;
    gap: 30px;
}.learning-outcomes-6103 .photo-gallery-5028 {
    max-height: 400px;
    object-fit: cover;
    z-index: 1;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: auto;
    position: relative;
    width: 100%;
    transform: rotate(-1deg);
}.learning-outcomes-6103 .photo-gallery-5028:hover {
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
    transform: rotate(0) scale(1.02);
}.learning-outcomes-6103 .news-item-0648 {
    padding: 30px 25px;
    border-radius: 15px;
    z-index: 2;
    transform: translateY(10px);
    position: relative;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    background: #ffffff;
}.learning-outcomes-6103 .news-item-0648::before {
    bottom: -5px;
    border-radius: 20px;
    filter: blur(10px);
    content: "";
    z-index: -1;
    left: -5px;
    background: linear-gradient(135deg, rgb(147,160,179,0.5), rgb(112,121,137,0.5));
    top: -5px;
    position: absolute;
    opacity: 0.3;
    right: -5px;
}.learning-outcomes-6103 h3 {
    color: rgb(147,160,179);
    border-bottom: 2px dashed rgb(147,160,179,0.5);
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-size: 34px;
}.learning-outcomes-6103 h3::after {
    top: -15px;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    background: rgb(112,121,137,0.5);
    width: 30px;
    opacity: 0.3;
    height: 30px;
    content: "";
    right: -15px;
}.learning-outcomes-6103 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.learning-outcomes-6103 li {
    transform: translateX(0);
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
}.learning-outcomes-6103 li:last-child {
    margin-bottom: 0;
}.learning-outcomes-6103 li::before {
    left: -10px;
    background: linear-gradient(to bottom, rgb(147,160,179), rgb(112,121,137));
    content: "";
    width: 3px;
    transition: height 0.3s ease;
    position: absolute;
    top: 0;
    border-radius: 3px;
    height: 0;
}.learning-outcomes-6103 li:hover {
    transform: translateX(8px);
}.learning-outcomes-6103 li:hover::before {
    height: 100%;
}.learning-outcomes-6103 li p {
    display: flex;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    color: #000000;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    gap: 12px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 14px;
}.learning-outcomes-6103 li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}.learning-outcomes-6103 svg {
    border: 1px solid rgb(147,160,179,0.5);
    border-radius: 10px;
    flex-shrink: 0;
    width: 20px;
    transition: all 0.3s ease;
    padding: 8px;
    background: #ffffff;
    height: 20px;
}.learning-outcomes-6103 svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,160,179);
}.learning-outcomes-6103 li:hover svg {
    border-color: transparent;
    transform: rotate(10deg);
    background: linear-gradient(135deg, rgb(147,160,179), rgb(112,121,137));
}.learning-outcomes-6103 li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.learning-outcomes-6103 {
    padding: 60px 0;
}.learning-outcomes-6103 .study-hub-3120 {
    grid-template-columns: 1fr;
    gap: 20px;
}.learning-outcomes-6103 .photo-gallery-5028 {
    transform: rotate(0);
    object-fit: cover;
    width: 100%;
    max-height: 350px;
}.learning-outcomes-6103 .news-item-0648 {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.learning-outcomes-6103 {
    padding: 50px 0;
}.learning-outcomes-6103 .photo-gallery-5028 {
    max-height: 280px;
}.learning-outcomes-6103 h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.learning-outcomes-6103 {
    padding: 40px 0;
}.learning-outcomes-6103 .photo-gallery-5028 {
    max-height: 220px;
}.learning-outcomes-6103 .news-item-0648 {
    padding: 20px 15px;
}.learning-outcomes-6103 h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 20px;
}.learning-outcomes-6103 li {
    margin-bottom: 12px;
}.learning-outcomes-6103 li p {
    padding: 8px 10px;
    gap: 10px;
    font-size: calc(14px * 0.95);
}.learning-outcomes-6103 svg {
    height: 18px;
    padding: 6px;
    width: 18px;
}}footer {
    position: relative;
    width: 100%;
}footer .comm-guide-9146 {
    overflow: hidden;
    background-color: rgb(112,121,137);
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .comm-guide-9146::before {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    top: -50px;
    right: 0;
    transform: skewY(-3deg);
    position: absolute;
    height: 100px;
    content: "";
    z-index: 0;
    left: 0;
    background-color: rgb(112,121,137);
}footer .syllabus-ref-3286 {
    z-index: 1;
    position: relative;
}footer .connect-section-3019 {
    gap: 15px;
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
}footer .info_item {
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
    background-color: rgb(112,121,137,0.5);
    padding: 15px 20px 15px 25px;
    flex: 1 1 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 300px;
}footer .info_item::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background-color: rgb(147,160,179);
    width: 5px;
    height: 100%;
}footer .info_item::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
}footer .info_item:nth-child(even) {
    background-color: rgb(147,160,179,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    position: relative;
    width: 20px;
    top: -1px;
    fill: rgb(147,160,179);
    margin-right: 12px;
    vertical-align: middle;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(147,160,179);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}footer .head-know-2087 {
    background-color: rgb(112,121,137,0.5);
    position: relative;
    border-radius: 30px;
    padding: 30px;
}footer .head-know-2087::before {
    border-radius: calc(30px - 8px);
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    content: "";
    bottom: 15px;
    pointer-events: none;
    left: 15px;
    top: 15px;
    right: 15px;
}footer .head-know-2087 svg {
    height: 45px;
    display: block;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .grant-info-1745 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
}footer .nav-pro-4960 {
    position: relative;
}footer .nav-pro-4960 h5 {
    padding-left: 15px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}footer .nav-pro-4960 h5::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
    content: "";
    background-color: rgb(147,160,179);
}footer .page-nav-9165 {
    position: relative;
    margin-bottom: 25px;
}footer .page-nav-9165 a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    background-color: rgb(112,121,137,0.5);
    transition: all 0.3s ease;
    margin: 0 10px 10px 0;
    font-size: 15px;
    border-radius: 0 5px 5px 0;
}footer .page-nav-9165 a::before {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    top: 0;
    width: 3px;
    background-color: rgb(147,160,179);
    position: absolute;
    height: 100%;
}footer .page-nav-9165 a:hover {
    color: #ffffff;
    background-color: rgb(147,160,179,0.5);
    transform: translateX(5px);
}footer .page-nav-9165 a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    background-color: rgb(112,121,137,0.5);
    border-radius: 30px;
}footer .subscribe_holder::before {
    border-radius: calc(30px - 8px);
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    content: "";
    bottom: 15px;
    right: 15px;
    position: absolute;
    pointer-events: none;
    left: 15px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}footer .subscribe_holder h5::before {
    top: 0;
    left: 0;
    content: "";
    width: 3px;
    position: absolute;
    height: 100%;
    background-color: rgb(147,160,179);
}footer .subscribe_holder p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(147,160,179);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .fresh-start-9728 {
    overflow: hidden;
    font-size: 20px;
    border: none;
    padding: 14px 20px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    background-color: rgb(147,160,179);
    color: #ffffff;
    position: relative;
    border-radius: 10px;
}footer .fresh-start-9728::after {
    position: absolute;
    height: 200%;
    left: -100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    width: 200%;
    transform: rotate(30deg);
    content: "";
    top: -50%;
}footer .fresh-start-9728:hover {
    background-color: rgb(112,121,137);
}footer .fresh-start-9728:hover::after {
    left: 100%;
}footer .med-guides-0715 {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .med-guides-0715::before {
    content: "";
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    top: -25px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}footer .recycle-info-4825 {
    position: relative;
    font-size: 14px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .fresh-start-9728 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .comm-guide-9146 {
    padding: 60px 0 30px;
}footer .connect-section-3019 {
    margin-bottom: 40px;
}footer .head-know-2087, footer .subscribe_holder {
    padding: 25px 20px;
}footer .page-nav-9165 a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .med-guides-0715 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .comm-guide-9146 {
    padding: 50px 0 20px;
}footer .nav-pro-4960 h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
    margin-bottom: 20px;
}footer .head-know-2087::before, footer .subscribe_holder::before {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
}footer .input_holder input[type="email"],
    footer .fresh-start-9728 {
    padding: 12px;
}}.pricing-plan-card-1056 {
    position: relative;
    overflow: hidden;
    background: rgb(182,189,220);
    padding: 120px 0;
}.pricing-plan-card-1056::before {
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
}.pricing-plan-card-1056 .container {
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.pricing-plan-card-1056 .tuition-grid-0216 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}.pricing-plan-card-1056 .edu-rates-0437 {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    transform: translateY(20px);
    max-width: 800px;
    opacity: 0;
    margin: 0 auto;
    text-align: center;
}.pricing-plan-card-1056 .edu-rates-0437 h2 {
    margin-bottom: 20px;
    font-size: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.pricing-plan-card-1056 .edu-rates-0437 h2::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(147,160,179), rgb(112,121,137));
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
}.pricing-plan-card-1056 .cost-rates-7614 {
    font-size: calc(18px + 0.1rem);
    margin-top: 30px;
    color: #000000;
    line-height: 1.6;
}.pricing-plan-card-1056 .package-deals-8674 {
    transform: translateY(30px);
    margin-top: 20px;
    gap: 30px;
    animation: fadeSlideUp 0.8s forwards 0.4s;
    opacity: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-plan-card-1056 .plan-details-4827 {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: inherit;
    text-decoration: none;
    z-index: 1;
    will-change: transform;
    display: block;
}.pricing-plan-card-1056 .plan-details-4827:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-plan-card-1056 .discount-grid-2697 {
    flex-direction: column;
    position: relative;
    background: #ffffff;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    min-height: 420px;
}.pricing-plan-card-1056 .plan-details-4827:hover .discount-grid-2697 {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing-plan-card-1056 .plan-details-4827:nth-child(odd) .discount-grid-2697::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    transform-origin: bottom;
    height: 100%;
    background: rgb(147,160,179);
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
}.pricing-plan-card-1056 .plan-details-4827:nth-child(even) .discount-grid-2697::before {
    transform-origin: bottom;
    right: 0;
    width: 5px;
    background: rgb(112,121,137);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing-plan-card-1056 .plan-details-4827:hover .discount-grid-2697::before {
    transform: scaleY(1);
}.pricing-plan-card-1056 .lesson-rates-8620 {
    flex-direction: column;
    position: relative;
    padding: 40px 30px;
    z-index: 1;
    flex: 1;
    display: flex;
}.pricing-plan-card-1056 .lesson-rates-8620 h3 {
    position: relative;
    display: inline-block;
    font-size: calc(21px + 0.2rem);
    margin-bottom: 15px;
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
}.pricing-plan-card-1056 .plan-details-4827:hover .lesson-rates-8620 h3 {
    color: rgb(147,160,179);
}.pricing-plan-card-1056 .plan-details-4827:nth-child(even):hover .lesson-rates-8620 h3 {
    color: rgb(112,121,137);
}.pricing-plan-card-1056 .value-pricing-0462 {
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(147,160,179);
    font-size: calc(21px + 0.5rem);
    margin: 10px 0 20px;
}.pricing-plan-card-1056 .plan-details-4827:nth-child(even) .value-pricing-0462 {
    color: rgb(112,121,137);
}.pricing-plan-card-1056 .value-pricing-0462::after {
    opacity: 0.6;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 40px;
    background: currentColor;
    content: "";
}.pricing-plan-card-1056 .lesson-rates-8620 p {
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: auto;
    font-size: 18px;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
}.pricing-plan-card-1056 .photo-gallery-5028 {
    position: relative;
    transform-origin: center;
    transition: transform 0.5s ease;
    height: 200px;
    width: 100%;
}.pricing-plan-card-1056 .plan-details-4827:hover .photo-gallery-5028 {
    transform: scale(1.05);
}.pricing-plan-card-1056 .photo-gallery-5028::after {
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    transition: opacity 0.4s ease;
    bottom: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
}.pricing-plan-card-1056 .plan-details-4827:hover .photo-gallery-5028::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing-plan-card-1056 .tuition-grid-0216 {
    grid-template-columns: 1fr;
}.pricing-plan-card-1056 .package-deals-8674 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.pricing-plan-card-1056 {
    padding: 150px 0;
}.pricing-plan-card-1056 .tuition-grid-0216 {
    grid-template-columns: 1fr;
    gap: 80px;
}.pricing-plan-card-1056 .package-deals-8674 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing-plan-card-1056 .discount-grid-2697 {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing-plan-card-1056 .package-deals-8674 {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing-plan-card-1056 {
    padding: 80px 0;
}.pricing-plan-card-1056 .edu-rates-0437 h2 {
    font-size: calc(30px - 0.4rem);
}.pricing-plan-card-1056 .cost-rates-7614 {
    font-size: 18px;
}.pricing-plan-card-1056 .lesson-rates-8620 {
    padding: 30px 20px;
}.pricing-plan-card-1056 .discount-grid-2697 {
    min-height: 400px;
}.pricing-plan-card-1056 .photo-gallery-5028 {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing-plan-card-1056 {
    padding: 60px 0;
}.pricing-plan-card-1056 .tuition-grid-0216 {
    gap: 40px;
}.pricing-plan-card-1056 .package-deals-8674 {
    gap: 25px;
}.pricing-plan-card-1056 .lesson-rates-8620 h3 {
    font-size: 21px;
}.pricing-plan-card-1056 .value-pricing-0462 {
    font-size: 21px;
}.pricing-plan-card-1056 .lesson-rates-8620 p {
    font-size: calc(18px - 0.1rem);
}
}