﻿.container {
    width: 1260px;
    margin: auto;
    max-width: 100%;
}

.outer-container-MQm {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
    padding: 0;
    overflow: visible;
    position: relative;
}

svg {
    width: 30px;
    height: 30px;
}


.title-board-wmZ {
    background-color: rgb(216,221,236);
    overflow: hidden;
    min-height: 650px;
    width: 100%;
    height: 100vh;
    position: relative;
}

.title-board-wmZ .learn-home-a2W {
    overflow: hidden;
    height: 100%;
    grid-column: 2;
    grid-row: 1;
    position: relative;
    width: 100%;
    z-index: 1;
}

.title-board-wmZ .learn-home-a2W::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(
        to top,
        rgb(216,221,236) 0%,
        transparent 100%
    );
    width: 100%;
    height: 40%;
}

.title-board-wmZ .page-first-kSJ {
    position: relative;
    width: 100%;
    flex: 0 0 calc(100% / var(--slide-count, 2));
    overflow: hidden;
}

.title-board-wmZ .page-first-kSJ img {
    transition: transform 0.7s ease;
    transform: scale(1);
    height: 100%;
    object-position: center;
    width: 100%;
    object-fit: cover;
}

.title-board-wmZ .start-entry-0zx:hover {
    animation-play-state: paused;
}

.title-board-wmZ .details-box-rFB::before {
    z-index: 1;
    height: 60%;
    box-shadow: 0 0 15px rgb(178,191,212,0.5);
    width: 5px;
    background: linear-gradient(
        to bottom,
        rgb(178,191,212) 0%,
        rgb(141,159,185) 100%
    );
    top: 20%;
    right: 0;
    content: '';
    position: absolute;
}

.title-board-wmZ .details-box-rFB h1 {
    transform: translateX(-30px);
    animation: text-slide-in 0.8s ease-out forwards;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    font-size: 43px;
    margin-bottom: 1.5rem;
    text-align: left;
    max-width: 90%;
    text-shadow: 0 2px 10px #000000;
    opacity: 0;
    position: relative;
}

.title-board-wmZ .details-box-rFB .query-help-xhL {
    color: #ffffff;
    font-size: 20px;
    opacity: 0;
    background-color: rgb(178,191,212);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 0.9rem 2.2rem;
    transform: translateY(30px);
    display: inline-block;
    animation: button-slide-up 0.8s ease-out 0.4s forwards;
    border: none;
    position: relative;
    box-shadow: 0 4px 12px rgb(178,191,212,0.5);
    border-radius: 10px;
}

.title-board-wmZ .background-decoration::before {
    height: 300px;
    animation: blob-move 15s infinite alternate;
    left: -150px;
    background: rgb(178,191,212,0.5);
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    top: -150px;
    width: 300px;
    filter: blur(80px);
}

.title-board-wmZ:has(.page-first-kSJ:nth-child(3)) .start-entry-0zx {
    --slide-count: 3;
}

.title-board-wmZ:has(.page-first-kSJ:nth-child(5)) .start-entry-0zx {
    --slide-count: 5;
}

.contact-panel-4MI {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(216,221,236);
}

.contact-panel-4MI .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.contact-panel-4MI h2::before {
    height: 100%;
    border-radius: 10px;
    width: 5px;
    content: "";
    top: 0;
    position: absolute;
    background: rgb(178,191,212);
    left: 0;
}

.contact-panel-4MI .contact-inquiry-U0n {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
    gap: 60px;
}

.contact-panel-4MI .inquiry-box-R1y {
    order: 1;
}

.contact-panel-4MI form {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 50px;
    border-radius: 30px;
}

.contact-panel-4MI form input[type="text"] {
    width: 100%;
    border-radius: 10px;
    border: none;
    color: #000000;
    padding: 18px 25px;
    background: rgb(216,221,236);
    margin-bottom: 25px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.contact-panel-4MI .inquiry-info-4Xz {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact-panel-4MI .inquiry-info-4Xz label {
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
}

.contact-panel-4MI .inquiry-info-4Xz input[type="checkbox"]:checked + label::before {
    background: rgb(178,191,212);
}

.contact-panel-4MI .inquiry-info-4Xz label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(178,191,212);
    font-weight: 600;
}

.contact-panel-4MI .inquiry-info-4Xz label a:hover {
    color: rgb(141,159,185);
}

.contact-panel-4MI form .query-help-xhL {
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 18px 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-radius: 10px;
    background: #000000;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    border: none;
    display: inline-block;
    color: #ffffff;
}

.thxSpace-w5D {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,221,236) 0%, rgb(141,159,185,0.5) 100%);
    padding: 120px 0;
    position: relative;
}

.thxSpace-w5D::after {
    content: "";
    background: radial-gradient(ellipse, rgb(141,159,185,0.5) 0%, transparent 70%);
    width: 400px;
    bottom: -100px;
    left: -100px;
    z-index: 1;
    animation: float 12s infinite alternate ease-in-out;
    opacity: 0.4;
    height: 400px;
    position: absolute;
}

.thxSpace-w5D h2 {
    opacity: 1;
    position: relative;
    margin-bottom: 40px;
    transform: translateY(0);
    font-size: 29px;
    font-weight: 700;
    color: #000000;
    animation: slideInTitle 1.2s ease-out;
}

.thxSpace-w5D .learn-expert-4wW {
    position: relative;
    transform: translateY(0);
    animation: slideInContent 1.5s ease-out 0.3s both;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 40px;
    background: #ffffff;
}

.thxSpace-w5D ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thxSpace-w5D li {
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
    animation: fadeIn 1.8s ease-out 0.6s both;
}

.thxSpace-w5D li span {
    display: block;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
}


  
  @container thanks-container (max-width: 768px) {.thxSpace-w5D .learn-expert-4wW {
    padding: 20px;
}.thxSpace-w5D h2 {
    margin-bottom: 25px;
}}

.find-contact-6Vb::before {
    z-index: -1;
    background: 
        linear-gradient(135deg, 
            rgb(141,159,185,0.5) 0%, 
            transparent 50%),
        radial-gradient(
            circle at 25% 25%, 
            rgb(141,159,185,0.5) 0%, 
            transparent 30%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}



.find-contact-6Vb .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}

.find-contact-6Vb .get-contact-DXj {
    overflow: hidden;
    display: flex;
    transition: all 0.4s ease;
    flex-direction: column;
    position: relative;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    gap: 1rem;
    padding: 2.5rem;
}

.find-contact-6Vb .get-contact-DXj:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.find-contact-6Vb .get-contact-DXj h2::after {
    width: 3rem;
    border-radius: 1.5px;
    left: 0;
    content: '';
    background: rgb(141,159,185);
    bottom: 0;
    height: 3px;
    position: absolute;
}

.find-contact-6Vb .edu-input-2AW {
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 1.5rem;
}

.find-contact-6Vb .get-contact-DXj p span {
    opacity: 1;
    font-weight: 600;
}

.find-contact-6Vb .course-info-YD0 {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}

.find-contact-6Vb .get-contactinfo-v7O span {
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: calc(15px * 0.9);
}

.find-contact-6Vb .get-contact-DXj .pic-hover-LN1::before {
    height: 100%;
    content: '';
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(178,191,212,0.5) 0%, transparent 100%);
}

.find-contact-6Vb .write-form-ki8 a {
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
}

.find-contact-6Vb .write-form-ki8 a:hover::before {
    left: -50%;
    width: 200%;
}

.find-contact-6Vb .write-form-ki8 a span {
    gap: 0.5rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.7;
    font-size: calc(15px * 0.9);
}

.find-contact-6Vb svg {
    fill: none;
    height: 20px;
    width: 20px;
}

.find-contact-6Vb .write-form-ki8 a:hover svg path {
    fill: #ffffff;
}

footer::before {
    z-index: -1;
    bottom: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(178,191,212,0.5) 35%, rgb(141,159,185,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    background-size: 300% 300%;
    content: "";
    animation: gradientFlow 20s ease infinite;
    right: 0;
    opacity: 0.75;
    top: 0;
    left: 0;
}

.med-guides-wBt::before {
    background: linear-gradient(90deg, transparent, rgb(178,191,212), rgb(141,159,185), transparent);
    top: 0;
    height: 2px;
    content: "";
    opacity: 0.8;
    box-shadow: 0 0 20px rgb(178,191,212,0.5);
    position: absolute;
    left: 0;
    width: 100%;
}

.med-guides-wBt .company_holder {
    padding: 2rem;
    flex: 1 1 350px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 13px;
    backdrop-filter: blur(8px);
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.med-guides-wBt .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(178,191,212,0.5);
}

.med-guides-wBt .company_holder h3 {
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-shadow: 0 0 15px rgb(178,191,212,0.5);
}

.med-guides-wBt .company_holder:hover h3::after {
    width: 100%;
}

.med-guides-wBt .diversity-9IM {
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.85;
}

.med-guides-wBt .nav-block-2Hx {
    backdrop-filter: blur(8px);
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 13px;
    min-width: 250px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
}

.med-guides-wBt .nav-block-2Hx:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(141,159,185,0.5);
    transform: translateY(-5px);
}

.med-guides-wBt .nav-block-2Hx h5::after {
    background: linear-gradient(90deg, rgb(141,159,185), rgb(178,191,212));
    content: "";
    box-shadow: 0 0 10px rgb(141,159,185);
    border-radius: 10px;
    height: 3px;
    bottom: -8px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease-out;
    width: 40px;
}

.med-guides-wBt .nav-block-2Hx .top-main-LSw a {
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    opacity: 0.8;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    z-index: 1;
    padding: 0.5rem 1rem;
    display: block;
}

.med-guides-wBt .nav-block-2Hx .top-main-LSw a::after {
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    opacity: 0;
    height: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
}

.med-guides-wBt .nav-block-2Hx .top-main-LSw a:hover::after {
    width: 100%;
    opacity: 0.2;
}

.brainstorm-8Vw::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(178,191,212), rgb(141,159,185), transparent);
    left: 0;
    height: 1px;
    opacity: 0.5;
    top: 0;
    content: "";
}

.brainstorm-8Vw .award-show-KdP:hover {
    text-shadow: 0 0 8px rgb(141,159,185,0.5);
    opacity: 1;
}

.program-structure-Inx {
    background: linear-gradient(135deg, rgb(216,221,236) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.program-structure-Inx::after {
    right: -50px;
    top: -50px;
    filter: blur(50px);
    content: "";
    position: absolute;
    z-index: 0;
    background: rgb(141,159,185,0.5);
    width: 200px;
    transform: rotate(45deg);
    height: 200px;
}

.program-structure-Inx h2 {
    color: #000000;
    transform: translateX(-10px);
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    animation: slideInTitle 0.8s 0.2s forwards;
    opacity: 0;
    font-size: 35px;
}

.program-structure-Inx .practical-study-M0d {
    gap: 40px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    transform: translateY(30px);
    animation: fadeInUp 0.8s 0.4s forwards;
}

.program-structure-Inx .pic-hover-LN1::before {
    opacity: 0.5;
    border-radius: 10px;
    inset: 0;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(45deg, rgb(141,159,185,0.5), transparent);
    position: absolute;
    z-index: 2;
}

.program-structure-Inx .pic-hover-LN1:hover::before {
    opacity: 0.3;
}

.program-structure-Inx .details-box-rFB {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 30px;
    transform: translateY(0);
    background: #ffffff;
    z-index: 2;
}

.program-structure-Inx .description {
    transform: translateY(0);
    opacity: 0.95;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: calc(17px - 1px);
    color: #000000;
    transition: transform 0.3s ease;
}

.cookie-banner-window-rZA {
    padding: 20px 0;
    z-index: 90;
    width: 100%;
    background: rgb(141,159,185);
    transition: transform 0.3s ease-in-out;
    animation: slideUp 0.5s forwards;
    bottom: 0;
    position: fixed;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(141,159,185);
}

.cookie-banner-window-rZA h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}

.edu-approve-LCS svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(178,191,212);
    width: 80px;
}

.edu-approve-LCS:hover svg {
    transform: scale(1.1);
}

.safe-cookies-3zQ:hover {
    box-shadow: 0 0 20px rgb(141,159,185);
}

.cookie_button.consent-box-Zjd {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(141,159,185);
    color: #ffffff;
}

.cookie_button.consent-box-Zjd:hover {
    box-shadow: 0 0 15px rgb(141,159,185);
    background: rgba(0, 0, 0, 0.5);
}

.cookie-banner-window-rZA p a {
    color: rgb(178,191,212);
    transition: color 0.3s ease;
    text-decoration: none;
}


header .top_plank {
    background: rgb(178,191,212);
    color:  #ffffff;
}

header .top_plank .master-techpro-580 div span {
    color: #ffffff;
}

header .top_plank .master-techpro-580 {
    justify-content: flex-start;
    font-size: 14px;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
}

.academic-experience-oY8 {
    position: relative;
    background: linear-gradient(135deg, rgb(216,221,236) 0%, rgb(178,191,212,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.academic-experience-oY8::after {
    transform: rotate(25deg);
    content: "";
    left: -50px;
    filter: blur(60px);
    z-index: 0;
    background: rgb(178,191,212,0.5);
    bottom: -80px;
    position: absolute;
    height: 250px;
    width: 250px;
}

.academic-experience-oY8 .alumni-ratings-fId {
    display: grid;
    gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
    position: relative;
    background: #ffffff;
}

.academic-experience-oY8 .alumni-ratings-fId:hover::before {
    transform: scaleY(1);
}

.academic-experience-oY8 .pic-hover-LN1 {
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border: 3px solid #ffffff;
    height: 200px;
}

.academic-experience-oY8 .alumni-ratings-fId:hover .pic-hover-LN1::after {
    opacity: 0.4;
}

.academic-experience-oY8 .name {
    color: rgb(178,191,212);
    font-weight: 700;
    font-size: calc(22px * 1.1);
    margin: 0 0 5px 0;
    transform: translateX(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
}

.academic-experience-oY8 .alumni-ratings-fId:hover .name::after {
    width: 100%;
}

.academic-experience-oY8 .alumni-ratings-fId > div:nth-child(2) > div {
    color: #000000;
    padding-left: 0;
    font-weight: 600;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    font-size: calc(12px * 0.95);
    margin-bottom: 15px;
}

.academic-experience-oY8 .alumni-ratings-fId:hover .exp-progress-96B {
    background-position: right center;
}

.academic-experience-oY8 .exp-progress-96B::before,
.academic-experience-oY8 .exp-progress-96B::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1;
    position: absolute;
    color: rgb(178,191,212,0.5);
    font-size: 60px;
    content: "";
    font-family: Georgia, serif;
}

.academic-experience-oY8 .exp-progress-96B::before {
    left: -10px;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
    opacity: 0.5;
}

.user-comments-ByH {
    overflow: hidden;
    padding: 7rem 2rem;
    background: linear-gradient(180deg, rgb(216,221,236) 0%, #ffffff 100%);
    position: relative;
}

.user-comments-ByH {
    padding: 4rem 1rem;
}

.user-comments-ByH::after {
    width: 100%;
    top: 0;
    z-index: 0;
    content: "";
    background: 
        radial-gradient(ellipse at 50% 50%, transparent 0%, rgb(216,221,236) 80%);
    opacity: 0.4;
    height: 100%;
    position: absolute;
    left: 0;
}

.user-comments-ByH h4 {
    text-align: center;
    font-size: 32px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 6rem;
}

.user-comments-ByH h4 {
    margin-bottom: 3rem;
    font-size: calc(32px * 0.8);
}

.user-comments-ByH h4::after {
    border-radius: 50%;
    background: rgb(178,191,212,0.5);
    top: 50%;
    position: absolute;
    width: 80px;
    opacity: 0.1;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    content: "";
    height: 80px;
}

.user-comments-ByH .alumni-ratings-fId {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(141,159,185,0.5);
    transform: translateZ(0);
    transform-style: preserve-3d;
    margin: 1.5rem;
    background: #ffffff;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 17px;
    padding: 2.5rem;
    width: calc(33.33% - 3rem);
}

.user-comments-ByH .alumni-ratings-fId {
    margin: 1rem 0;
    width: 100%;
}

.user-comments-ByH .alumni-ratings-fId:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}



.user-comments-ByH .alumni-ratings-fId::after {
    transition: all 0.3s ease;
    opacity: 0.5;
    background: rgb(178,191,212,0.5);
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: 20px;
    content: "";
    position: absolute;
}

.user-comments-ByH .alumni-ratings-fId:hover .pic-hover-LN1 {
    transform: translateZ(40px) scale(1.1);
}

.user-comments-ByH .alumni-ratings-fId .pic-hover-LN1::before {
    border-radius: 50%;
    top: -10px;
    position: absolute;
    height: calc(100% + 20px);
    content: "";
    animation: spin 30s linear infinite;
    left: -10px;
    transition: all 0.5s ease;
    width: calc(100% + 20px);
    opacity: 0;
    border: 1px dashed rgb(141,159,185,0.5);
}

.user-comments-ByH .alumni-ratings-fId:hover span {
    color: rgb(178,191,212);
    transform: translateZ(25px);
}

.user-comments-ByH .alumni-ratings-fId p {
    line-height: 1.7;
    transition: all 0.4s ease;
    transform: translateZ(5px);
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 18px;
}

.user-comments-ByH .alumni-ratings-fId:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}

.course-fit-for-uvF {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(216,221,236);
}

.course-fit-for-uvF::after {
    height: 100%;
    filter: blur(1px);
    z-index: 0;
    opacity: 0.1;
    background-size: 40px 40px;
    width: 100%;
    content: "";
    background: 
        linear-gradient(90deg, transparent 47%, rgb(178,191,212,0.5) 47%, rgb(178,191,212,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(141,159,185,0.5) 47%, rgb(141,159,185,0.5) 53%, transparent 53%);
    position: absolute;
    top: 0;
    left: 0;
}

.course-fit-for-uvF .learn-expert-4wW {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    z-index: 1;
}

.course-fit-for-uvF h3::before {
    background: linear-gradient(90deg, 
        rgb(178,191,212),
        rgb(141,159,185),
        rgb(178,191,212)
    );
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    width: 100%;
    bottom: 0;
}

.course-fit-for-uvF ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-fit-for-uvF ul li {
    position: relative;
    border-bottom: 3px solid rgb(141,159,185);
    border-top: 1px solid rgb(141,159,185,0.5);
    font-size: 13px;
    color: #000000;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
    border-right: 1px solid rgb(141,159,185,0.5);
    border-left: 3px solid rgb(178,191,212);
    background: #ffffff;
    padding: 25px 25px 25px 70px;
}

.course-fit-for-uvF ul li svg {
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    transition: all 0.4s ease;
    height: 35px;
    left: 20px;
    position: absolute;
}

.course-fit-for-uvF ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}

.course-fit-for-uvF ul li:hover svg path {
    fill: rgb(141,159,185);
}



.course-fit-for-uvF ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.course-fit-for-uvF ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

.take-a-spin-BbE {
    background: rgb(216,221,236);
    overflow: hidden;
    padding: 150px 0;
    position: relative;
}

.take-a-spin-BbE::before {
    top: 0;
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 0%, rgb(216,221,236) 80%);
    height: 100%;
    left: 0;
}

.take-a-spin-BbE .container p {
    background: #ffffff;
    line-height: 1.4;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateZ(50px);
    text-align: center;
    max-width: 800px;
    z-index: 5;
    font-weight: 700;
    font-size: 29px;
    margin: 0 auto 80px;
    border-radius: 10px;
    color: #000000;
    position: relative;
    padding: 50px;
}

.take-a-spin-BbE .query-help-xhL::before {
    width: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.6s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    transform: translateX(-100%);
}

.take-a-spin-BbE .query-help-xhL:hover {
    transform: translateZ(40px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}

.take-a-spin-BbE::after {
    height: 100%;
    opacity: 0.1;
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(178,191,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(141,159,185,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

header::before {
    width: 100%;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    left: 0;
    content: '';
}



header .head-master-dtj {
    z-index: 5;
    position: relative;
    padding: 1.3rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .nav-lesson-RCo {
    flex: 0 0 auto;
    z-index: 5;
    position: relative;
}

header .head-learn-4SJ:hover {
    transform: translateY(-3px) scale(1.02);
}

header .head-learn-4SJ img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}

header .nav-lesson-RCo:hover::before {
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(178,191,212,0.5);
    opacity: 0.7;
}

header .nav-block-2Hx {
    position: relative;
    padding: 0;
    z-index: 5;
    margin: 0;
    list-style: none;
    display: flex;
}

header .nav-begin-rBO a {
    z-index: 1;
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 0.8rem 1.2rem;
    color: #ffffff;
}

header .nav-begin-rBO a:hover::before {
    transform: scaleX(1);
}

header .nav-begin-rBO::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle at center, rgb(178,191,212,0.5) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0;
}

header .head-master-dtj::after {
    bottom: 0;
    width: 60%;
    content: '';
    opacity: 0.1;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 20%;
}

.privacy-module-bG4 h1, .privacy-module-bG4 h2, .privacy-module-bG4 h3, .privacy-module-bG4 h4, .privacy-module-bG4 h5, .privacy-module-bG4 h6 {
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(178,191,212);
}

.privacy-module-bG4 h1 {
    font-size: 42px;
}

.privacy-module-bG4 h6 {
    font-weight: 300;
    font-size: 18px;
}

.privacy-module-bG4 li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid rgb(141,159,185);
}

.privacy-module-bG4 section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    background-color: rgb(216,221,236);
}

.price-plan-grid-46z::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 0%, rgb(178,191,212,0.5) 30%, transparent 70%);
    pointer-events: none;
    width: 100%;
    opacity: 0.1;
}

.price-plan-grid-46z .cert-fees-qes {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}

.price-plan-grid-46z .edu-deals-E2H h2 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.price-plan-grid-46z .cert-cost-gnr {
    line-height: 1.6;
    margin: 0 auto;
    max-width: 90%;
    font-size: 17px;
    color: #000000;
}

.price-plan-grid-46z .sub-options-BGT {
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.price-plan-grid-46z .cost-fee-U1c:nth-child(1) {
    animation-delay: 0.1s;
}

.price-plan-grid-46z .cost-fee-U1c:nth-child(2) {
    animation-delay: 0.2s;
}

.price-plan-grid-46z .cost-fee-U1c:nth-child(3) {
    animation-delay: 0.3s;
}

.price-plan-grid-46z .cost-fee-U1c:nth-child(4) {
    animation-delay: 0.4s;
}

.price-plan-grid-46z .cost-fee-U1c::before {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    height: 5px;
    position: absolute;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(178,191,212), rgb(141,159,185));
    left: 0;
    transform-origin: left;
}

.price-plan-grid-46z .annual-plan-EsK {
    flex-direction: column;
    padding: 2rem;
    display: flex;
    flex-grow: 1;
}

.price-plan-grid-46z .cost-fee-U1c:hover .annual-plan-EsK h3 {
    color: rgb(178,191,212);
}

.price-plan-grid-46z .edu-packages-JUh {
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(178,191,212);
    margin-bottom: 1.5rem;
    font-size: 2rem;
}

.price-plan-grid-46z .cost-fee-U1c:hover .edu-packages-JUh {
    transform: translateY(-3px);
}

.price-plan-grid-46z .annual-plan-EsK p {
    margin: 0;
    font-size: calc(17px - 2px);
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
}

.price-plan-grid-46z .cost-fee-U1c:hover .pic-hover-LN1 {
    transform: scale(1.05);
}

.price-plan-grid-46z .cost-fee-U1c:hover .pic-hover-LN1::after {
    opacity: 0.4;
}

.sign-up-lMt {
    background: linear-gradient(120deg, rgb(216,221,236) 0%, rgb(178,191,212,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
}

.sign-up-lMt::after {
    z-index: 0;
    content: '';
    background: linear-gradient(135deg, rgb(178,191,212,0.5) 0%, transparent 70%);
    right: -20%;
    height: 200%;
    transform: rotate(15deg);
    position: absolute;
    width: 60%;
    top: -50%;
}

.sign-up-lMt .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}

.sign-up-lMt .learn-expert-4wW:hover {
    transform: translateY(-8px);
}

.sign-up-lMt .learn-expert-4wW > div {
    margin-bottom: 2rem;
}

.sign-up-lMt h4 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    letter-spacing: -0.01em;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
}

.sign-up-lMt .learn-expert-4wW:hover h4::after {
    transform: scaleX(1.5);
}

.sign-up-lMt .input_holder {
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    display: flex;
}

.sign-up-lMt input[type="email"]:focus {
    border-color: rgb(178,191,212);
    box-shadow: 0 0 0 3px rgb(178,191,212,0.5);
}

.sign-up-lMt input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.sign-up-lMt input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.sign-up-lMt .sub-texts-rqf {
    border: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: inline-flex;
    font-size: 16px;
    font-family: Arial, sans-serif;
    width: 100%;
    cursor: pointer;
    justify-content: center;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    padding: 1rem 1.5rem;
    color: #ffffff;
    background: rgb(178,191,212);
    align-items: center;
}

.sign-up-lMt .sub-texts-rqf:hover::before {
    width: 300px;
    height: 300px;
}

.our-team-LjF {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}

.our-team-LjF:after {
    position: absolute;
    opacity: 0.05;
    top: -50%;
    content: "";
    right: -20%;
    background: rgb(141,159,185);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: -1;
    height: 200%;
    width: 80%;
    pointer-events: none;
    transform: rotate(-15deg);
}

.our-team-LjF .details-box-rFB {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: rotateX(2deg) rotateY(-1deg);
    transform-style: preserve-3d;
    padding: 40px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
}

.our-team-LjF .details-box-rFB:hover:before {
    opacity: 0.5;
}

.our-team-LjF .details-box-rFB > div:first-child {
    position: relative;
    margin-bottom: 20px;
}

.our-team-LjF .details-box-rFB > div:first-child:before {
    background: rgb(178,191,212);
    left: -20px;
    content: "";
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    position: absolute;
}

.our-team-LjF .details-box-rFB:hover h5:after {
    width: 100%;
}

.our-team-LjF .details-box-rFB > div:nth-child(2) {
    margin-bottom: 25px;
}

.our-team-LjF .details-box-rFB > div:nth-child(2) p {
    font-weight: 600;
    margin: 0;
    color: #000000;
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.3);
}

.our-team-LjF ol {
    margin: 0;
    padding: 0 0 0 2px;
    list-style-position: inside;
    counter-reset: item;
}

.our-team-LjF ol li {
    margin-bottom: 10px;
    columns: 1;
    text-align: justify;
    list-style: none;
    counter-increment: item;
    position: relative;
    column-gap: 40px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
}

.our-team-LjF .details-box-rFB:after {
    mix-blend-mode: overlay;
    height: 180px;
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
    right: -15px;
    background: linear-gradient(135deg, rgb(178,191,212,0.5), rgb(141,159,185,0.5));
    width: 180px;
    position: absolute;
    content: "";
    bottom: -15px;
}



@media (max-width: 992px) {.title-board-wmZ .learn-expert-4wW {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}.title-board-wmZ .learn-home-a2W {
    clip-path: none;
    height: 50vh;
    grid-row: 1;
    grid-column: 1;
}.title-board-wmZ .learn-home-a2W::before {
    background: linear-gradient(
            0deg,
            #000000 0%,
            transparent 70%
        );
}.title-board-wmZ .details-box-rFB {
    align-items: center;
    grid-row: 2;
    grid-column: 1;
    padding: 2rem 10%;
    background: rgb(216,221,236);
}.title-board-wmZ .details-box-rFB::before {
    top: 0;
    left: 20%;
    height: 3px;
    width: 60%;
    right: auto;
}.title-board-wmZ .details-box-rFB h1 {
    max-width: 100%;
    text-align: center;
}.title-board-wmZ .details-box-rFB p {
    background: linear-gradient(180deg, rgb(178,191,212,0.5) 0%, transparent 100%);
    text-align: center;
    max-width: 100%;
}.title-board-wmZ {
    min-height: unset;
    height: auto;
}
}



@media (max-width: 420px) {.title-board-wmZ .learn-home-a2W {
    height: 30vh;
}.title-board-wmZ .details-box-rFB {
    padding: 1.2rem 5%;
}.title-board-wmZ .details-box-rFB h1 {
    font-size: calc(43px * 0.8);
}.title-board-wmZ .details-box-rFB p {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.title-board-wmZ .details-box-rFB .query-help-xhL {
    padding: 0.6rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}



@media screen and (max-width: 767px) {.contact-panel-4MI {
    padding: 70px 0;
}.contact-panel-4MI h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.contact-panel-4MI .pic-hover-LN1 {
    box-shadow: -10px 10px 0 rgb(178,191,212,0.5);
    width: 100%;
    min-height: 300px;
}.contact-panel-4MI form {
    padding: 40px 30px;
}
}



@media (max-width: 992px) {.thxSpace-w5D {
    padding: 80px 0;
}.thxSpace-w5D h2 {
    font-size: calc(29px * 0.9);
}.thxSpace-w5D .learn-expert-4wW {
    padding: 30px;
}
}



@media (max-width: 768px) {.thxSpace-w5D {
    padding: 60px 0;
}.thxSpace-w5D h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.thxSpace-w5D h2::after {
    width: 60px;
}.thxSpace-w5D .learn-expert-4wW {
    padding: 25px;
}.thxSpace-w5D::before {
    height: 200px;
    width: 200px;
}.thxSpace-w5D::after {
    height: 250px;
    width: 250px;
}
}



@media (prefers-reduced-motion: reduce) {.thxSpace-w5D, .thxSpace-w5D::before, .thxSpace-w5D::after, 
  .thxSpace-w5D h2, .thxSpace-w5D h2::after, 
  .thxSpace-w5D .learn-expert-4wW, .thxSpace-w5D li, .thxSpace-w5D li::before {
    transition: none;
    animation: none;
}
}



@media (max-width: 992px) {.find-contact-6Vb .edu-mentor-Tmz {
    grid-template-columns: 1fr 1fr;
}.find-contact-6Vb .get-contact-DXj:first-child {
    grid-column: span 2;
}.find-contact-6Vb .get-contact-DXj {
    padding: 2rem;
}.find-contact-6Vb .get-contact-DXj .pic-hover-LN1 {
    min-height: 250px;
}
}



@media (max-width: 480px) {.find-contact-6Vb {
    padding: 2rem 0;
}.find-contact-6Vb .get-contact-DXj {
    padding: 1.25rem;
}.find-contact-6Vb .get-contact-DXj h2 {
    font-size: calc(38px * 0.8);
}.find-contact-6Vb .get-contact-DXj .pic-hover-LN1 {
    min-height: 180px;
}.find-contact-6Vb .get-contactinfo-v7O {
    gap: 0.5rem;
}.find-contact-6Vb .get-contactinfo-v7O span {
    font-size: calc(15px * 0.8);
    padding: 0.4rem 0.75rem;
}.find-contact-6Vb .write-form-ki8 a {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}.find-contact-6Vb .write-form-ki8 a span {
    font-size: calc(15px * 0.8);
}.find-contact-6Vb .write-form-ki8 a p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 768px) {.med-guides-wBt {
    padding: 3rem 0 1.5rem;
}.med-guides-wBt .company_holder,
    .med-guides-wBt .nav-block-2Hx {
    padding: 1.5rem;
}.med-guides-wBt .top-main-LSw {
    gap: 1.5rem;
}.med-guides-wBt .company_holder h3 {
    font-size: calc(37px - 2px);
}.med-guides-wBt .nav-block-2Hx h5 {
    font-size: calc(19px - 1px);
}.med-guides-wBt .company_holder:hover,
    .med-guides-wBt .nav-block-2Hx:hover {
    transform: translateY(-3px);
}
}



@media (min-width: 768px) {.program-structure-Inx {
    padding: 150px 0;
}.program-structure-Inx h2 {
    margin-bottom: 60px;
    max-width: 80%;
    font-size: calc(35px + 0.5rem);
}.program-structure-Inx h2::after {
    width: 120px;
}.program-structure-Inx .practical-study-M0d {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
}.program-structure-Inx .pic-hover-LN1 {
    min-height: 500px;
    height: auto;
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    flex: 0 0 45%;
}.program-structure-Inx .details-box-rFB {
    transform: translateY(30px);
    padding: 40px;
    flex: 1;
}.program-structure-Inx .description {
    font-size: 17px;
}
}



@media (max-width: 767px) {.program-structure-Inx {
    padding: 80px 0;
}.program-structure-Inx h2 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 40px;
}.program-structure-Inx .pic-hover-LN1 {
    height: 250px;
}.program-structure-Inx .details-box-rFB {
    padding: 25px 20px;
}.program-structure-Inx .description {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}}


@media only screen and (max-width: 1200px) {.cookie-banner-window-rZA {
    padding: 15px 0;
}.web-cookies-oZR {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.edu-approve-LCS {
    display: none;
}.web-cookies-oZR {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie-banner-window-rZA h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.cookie-edu-WBV {
    margin-bottom: 15px;
}.safe-cookies-3zQ {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 992px) {.academic-experience-oY8 {
    padding: 150px 0;
}.academic-experience-oY8 .alumni-ratings-fId {
    transform: perspective(1500px) rotateY(3deg);
    gap: 30px 60px;
    padding: 60px;
}.academic-experience-oY8 .pic-hover-LN1 {
    height: 240px;
    width: 240px;
}.academic-experience-oY8 .name {
    font-size: calc(22px * 1.2);
}.academic-experience-oY8 .alumni-ratings-fId > div:nth-child(2) > div {
    font-size: 12px;
}.academic-experience-oY8 .exp-progress-96B {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
    padding: 30px 25px;
}
}



@media (max-width: 992px) {.user-comments-ByH {
    padding: 5rem 1.5rem;
}.user-comments-ByH h4 {
    margin-bottom: 4rem;
    font-size: calc(32px * 0.9);
}.user-comments-ByH .alumni-ratings-fId {
    width: calc(50% - 3rem);
}.user-comments-ByH .alumni-ratings-fId:nth-child(3n+1),
    .user-comments-ByH .alumni-ratings-fId:nth-child(3n+2),
    .user-comments-ByH .alumni-ratings-fId:nth-child(3n+3) {
    animation-duration: 5s;
}
}



@media (max-width: 768px) {.course-fit-for-uvF {
    padding: 60px 0;
}.course-fit-for-uvF ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.course-fit-for-uvF ul li {
    padding: 20px 20px 20px 65px;
}.course-fit-for-uvF h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}
}



@media (max-width: 991px) {.take-a-spin-BbE {
    padding: 120px 0;
}.take-a-spin-BbE .container p {
    font-size: calc(19px * 1.2);
    margin-bottom: 70px;
    padding: 40px;
}.take-a-spin-BbE .query-help-xhL {
    height: 55px;
    line-height: 55px;
    width: 220px;
}
}



@media (max-width: 480px) {.take-a-spin-BbE {
    padding: 80px 0;
}.take-a-spin-BbE .container p {
    font-size: calc(17px * 1.2);
    padding: 25px;
    transform: translateZ(20px);
    margin-bottom: 50px;
}.take-a-spin-BbE .query-help-xhL {
    height: 45px;
    line-height: 45px;
    transform: translateZ(15px);
    width: 180px;
    font-size: calc(15px * 0.9);
}.take-a-spin-BbE .query-help-xhL:hover {
    transform: translateZ(18px);
}.take-a-spin-BbE .container p::before {
    top: 10px;
}.take-a-spin-BbE .container p::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
}}



@media (max-width: 991px) {header {
    padding: 0;
}header .head-master-dtj {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-direction: row;
}header .nav-lesson-RCo {
    margin-bottom: 0;
}header .nav-block-2Hx {
    margin-top: 1rem;
    flex: 1 0 100%;
    justify-content: center;
}header .nav-begin-rBO {
    margin: 0 0.2rem;
}header .nav-begin-rBO a {
    font-size: calc(14px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav-lesson-RCo::before {
    right: -5px;
    bottom: -5px;
    left: -5px;
    top: -5px;
}
}



@media (max-width: 479px) {header .head-master-dtj {
    padding: 0.7rem 1rem;
}header .nav-lesson-RCo {
    max-width: 110px;
}header .nav-begin-rBO a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}}


@media only screen and (max-width: 800px) {.privacy-module-bG4 {
    padding: 15px;
}.privacy-module-bG4 h1 {
    font-size: calc(21px - 6px);
}.privacy-module-bG4 h2 {
    font-size: calc(21px - 5px);
}.privacy-module-bG4 ul, .privacy-module-bG4 ol {
    margin-left: 10px;
    padding-left: 10px;
}.privacy-module-bG4 li {
    margin-bottom: 8px;
}.privacy-module-bG4 p, .privacy-module-bG4 span {
    font-size: calc(18px - 2px);
}}



@media (min-width: 992px) {.price-plan-grid-46z .sub-options-BGT {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.price-plan-grid-46z {
    padding: 8rem 2rem;
}.price-plan-grid-46z .edu-deals-E2H {
    flex: 0 0 25%;
}.price-plan-grid-46z .sub-options-BGT {
    flex: 0 0 75%;
}.price-plan-grid-46z .annual-plan-EsK {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.price-plan-grid-46z .cost-fee-U1c {
    margin: 0 auto;
    max-width: 400px;
}.price-plan-grid-46z .edu-deals-E2H h2 {
    font-size: calc(31px * 0.9);
}.price-plan-grid-46z .cert-cost-gnr {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {.sign-up-lMt {
    padding: 3rem 0;
}.sign-up-lMt .learn-expert-4wW {
    padding: 2rem;
}.sign-up-lMt h4 {
    font-size: calc(20px * 0.9);
}.sign-up-lMt .input_holder span {
    width: 100%;
}.sign-up-lMt input[type="email"],
    .sign-up-lMt .sub-texts-rqf {
    padding: 0.9rem;
}
}



@media (min-width: 1200px) {.sign-up-lMt .learn-expert-4wW {
    padding: 4rem 5rem;
}.sign-up-lMt h4 {
    font-size: calc(20px * 1.2);
    letter-spacing: -0.02em;
}
}



@media (prefers-reduced-motion: reduce) {.sign-up-lMt .learn-expert-4wW,
    .sign-up-lMt .sub-texts-rqf,
    .sign-up-lMt h4::after,
    .sign-up-lMt input[type="email"] {
    transition: none;
}.sign-up-lMt .learn-expert-4wW:hover {
    transform: none;
}.sign-up-lMt .sub-texts-rqf:hover::before {
    display: none;
}}



@media (min-width: 992px) {.our-team-LjF .details-box-rFB {
    padding: 70px;
    margin: 0 60px;
}.our-team-LjF .details-box-rFB:before {
    left: -15px;
    bottom: -15px;
    right: -15px;
    top: -15px;
}.our-team-LjF ol li {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}.our-team-LjF .details-box-rFB > div:first-child:before {
    height: 50px;
    left: -30px;
}
}



@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 slideInTitle {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



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



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes pulse {
  0% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
    opacity: 0.8;
  }
  100% {
    transform: scale(1) rotate(-15deg);
    opacity: 0.6;
  }
}

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



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



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



@keyframes expandVertical {
    to {
        height: 100%;
    }
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.05); opacity: 0.15; }
    100% { transform: scale(1); opacity: 0.1; }
}

@keyframes float-mobile {
        0%, 100% { transform: translateY(0) translateZ(0); }
        50% { transform: translateY(-8px) translateZ(0); }
    }



@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(178,191,212,0.5);
    }
}



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

