﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.med-guides-wBt {
    flex: 0 0 auto;
}

.med-guides-wBt {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}

.head-pagebar-ZqB {
    flex: 1 0 auto;
}

.head-pagebar-ZqB {
    margin-top: 0;
    background: rgb(216,221,236);
    z-index: 1;
    padding-top: 2rem;
    position: relative;
}

html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

.title-board-wmZ .learn-expert-4wW {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    display: grid;
    width: 100%;
    height: 100%;
    position: relative;
}

.title-board-wmZ .learn-home-a2W::before {
    opacity: 0.7;
    z-index: 2;
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        rgb(178,191,212,0.5) 100%
    );
    width: 100%;
    top: 0;
}

.title-board-wmZ .start-entry-0zx {
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
}



.title-board-wmZ .start-entry-0zx {
    --slide-count: 2;
    flex-wrap: wrap;
    height: calc(100% * var(--slide-count, 2));
}

.title-board-wmZ .page-first-kSJ:hover img {
    transform: scale(1.03);
}

.title-board-wmZ .details-box-rFB {
    background: linear-gradient(
        90deg,
        rgb(216,221,236) 70%,
        transparent 100%
    );
    grid-column: 1;
    flex-direction: column;
    padding: 0 10% 0 10%;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 5;
    grid-row: 1;
}

.title-board-wmZ .details-box-rFB p {
    backdrop-filter: blur(2px);
    background: linear-gradient(90deg, rgb(178,191,212,0.5) 0%, transparent 100%);
    transform: translateX(-30px);
    margin-bottom: 2rem;
    color: #ffffff;
    text-shadow: 0 1px 8px #000000;
    opacity: 0;
    line-height: 1.7;
    text-align: left;
    font-size: 14px;
    padding: 1rem;
    border-radius: 10px;
    font-weight: 400;
    max-width: 85%;
    animation: text-slide-in 0.8s ease-out 0.2s forwards;
}

.title-board-wmZ .details-box-rFB .query-help-xhL:hover {
    transform: translateY(-3px);
    background-color: rgb(141,159,185);
    box-shadow: 0 6px 18px rgb(141,159,185,0.5);
}

.title-board-wmZ .background-decoration {
    pointer-events: none;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    z-index: 0;
    position: absolute;
}

.title-board-wmZ .background-decoration::after {
    opacity: 0.15;
    right: 30%;
    background: rgb(141,159,185,0.5);
    height: 350px;
    filter: blur(100px);
    border-radius: 50%;
    animation: blob-move 15s infinite alternate-reverse;
    bottom: -150px;
    content: '';
    width: 350px;
    position: absolute;
}

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

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

.contact-panel-4MI::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(178,191,212), rgb(141,159,185));
    position: absolute;
    content: "";
}

.contact-panel-4MI h2 {
    color: #000000;
    text-align: left;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    font-weight: 700;
}

.contact-panel-4MI .pic-hover-LN1 {
    overflow: hidden;
    order: 2;
    border-radius: 30px;
    position: relative;
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(178,191,212,0.5);
}

.contact-panel-4MI form h3 {
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact-panel-4MI form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(178,191,212,0.5);
}

.contact-panel-4MI form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact-panel-4MI .inquiry-info-4Xz input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact-panel-4MI .inquiry-info-4Xz label::before {
    background: rgb(216,221,236);
    content: "";
    position: absolute;
    width: 22px;
    border-radius: 10px;
    transition: all 0.2s ease;
    left: 0;
    top: 2px;
    height: 22px;
}

.contact-panel-4MI .inquiry-info-4Xz input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    height: 10px;
    width: 6px;
}

.contact-panel-4MI form .query-help-xhL:hover {
    background: rgb(178,191,212);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-panel-4MI svg {
    height: 20px;
    width: 20px;
    fill: rgb(178,191,212);
}

.contact-panel-4MI svg path {
    transition: fill 0.3s ease;
    fill: rgb(178,191,212);
}

.thxSpace-w5D::before {
    background: radial-gradient(circle, rgb(178,191,212,0.5) 0%, transparent 70%);
    width: 300px;
    z-index: 1;
    top: -50px;
    position: absolute;
    right: -50px;
    opacity: 0.6;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate ease-in-out;
    height: 300px;
    content: "";
}

.thxSpace-w5D .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
}

.thxSpace-w5D .container {
    container-name: thanks-container;
    container-type: inline-size;
}

.thxSpace-w5D h2::after {
    content: "";
    bottom: -15px;
    left: 0;
    height: 4px;
    width: 80px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    position: absolute;
    background: linear-gradient(90deg, rgb(178,191,212) 0%, rgb(141,159,185) 100%);
    transform-origin: left;
}

.thxSpace-w5D .learn-expert-4wW::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(255, 255, 255, 0.5) 100%);
    width: 100%;
}

.thxSpace-w5D li::before {
    content: "";
    top: 10px;
    transform: rotate(45deg);
    position: absolute;
    background: rgb(178,191,212);
    width: 8px;
    animation: rotateMark 6s infinite alternate ease-in-out;
    left: 0;
    height: 8px;
}

.find-contact-6Vb {
    padding: 5rem 0;
    background: rgb(178,191,212);
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.find-contact-6Vb::after {
    width: 100%;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    animation: gridMove 30s linear infinite;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    z-index: -1;
    content: '';
}

.find-contact-6Vb .edu-mentor-Tmz {
    display: grid;
    overflow: hidden;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 18px;
    position: relative;
    backdrop-filter: blur(10px);
}

.find-contact-6Vb .get-contact-DXj::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(141,159,185), rgb(178,191,212,0.5));
    content: '';
    height: 5px;
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}

.find-contact-6Vb .get-contact-DXj h2 {
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: 38px;
    position: relative;
}

.find-contact-6Vb .get-contact-DXj h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 21px;
}

.find-contact-6Vb .edu-askus-U4o {
    margin-bottom: 0.5rem;
    font-size: calc(15px * 1.2);
    font-weight: 600;
    color: #ffffff;
}

.find-contact-6Vb .get-contact-DXj p {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    display: flex;
    opacity: 0.9;
    align-items: center;
    color: #ffffff;
}

.find-contact-6Vb .get-contactinfo-v7O {
    flex-wrap: wrap;
    gap: 0.75rem;
    display: flex;
}

.find-contact-6Vb .get-contactinfo-v7O span:hover {
    background: rgb(141,159,185);
    transform: translateY(-2px);
}

.find-contact-6Vb .get-contact-DXj .pic-hover-LN1 {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-height: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.find-contact-6Vb .write-form-ki8 {
    background: rgb(141,159,185,0.5);
    gap: 1.5rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.find-contact-6Vb .write-form-ki8 a::before {
    transform: skewX(-15deg);
    transition: all 0.6s ease;
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
}

.find-contact-6Vb .write-form-ki8 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.12);
}

.find-contact-6Vb .write-form-ki8 a p {
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.find-contact-6Vb svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,159,185);
}

footer {
    position: relative;
    z-index: 1;
}

footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(178,191,212,0.5) 25%, rgb(178,191,212,0.5) 26%, transparent 27%, transparent 74%, rgb(141,159,185,0.5) 75%, rgb(141,159,185,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(178,191,212,0.5) 25%, rgb(178,191,212,0.5) 26%, transparent 27%, transparent 74%, rgb(141,159,185,0.5) 75%, rgb(141,159,185,0.5) 76%, transparent 77%, transparent);
    left: 0;
    content: "";
    background-size: 50px 50px;
    right: 0;
    position: absolute;
    opacity: 0.15;
    top: 0;
    z-index: -1;
    bottom: 0;
}

.med-guides-wBt .container {
    justify-content: space-between;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.med-guides-wBt .company_holder::before {
    left: -50%;
    height: 1px;
    transform: translateY(-1px);
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(178,191,212), transparent);
    width: 200%;
}

.med-guides-wBt .company_holder::after {
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateY(1px);
    background: linear-gradient(90deg, transparent, rgb(141,159,185), transparent);
    width: 100%;
    left: 0;
    height: 1px;
}

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

.med-guides-wBt .login-footer-025 {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.med-guides-wBt .top-main-LSw {
    flex-wrap: wrap;
    gap: 2.5rem;
    display: flex;
}

.med-guides-wBt .nav-block-2Hx::before {
    content: "";
    height: 1px;
    width: 200%;
    left: -50%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(141,159,185), transparent);
    transform: translateY(-1px);
}

.med-guides-wBt .nav-block-2Hx::after {
    transform: translateY(1px);
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(178,191,212), transparent);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}

.med-guides-wBt .nav-block-2Hx h5 {
    font-weight: 600;
    position: relative;
    font-size: 19px;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 0 0 1.5rem;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(141,159,185,0.5);
}

.med-guides-wBt .nav-block-2Hx:hover h5::after {
    width: 100%;
}

.med-guides-wBt .nav-block-2Hx .top-main-LSw {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.med-guides-wBt .nav-block-2Hx .top-main-LSw a::before {
    background: linear-gradient(180deg, rgb(178,191,212), rgb(141,159,185));
    height: 100%;
    left: 0;
    width: 3px;
    border-radius: 10px;
    z-index: -1;
    top: 0;
    opacity: 0.5;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
}

.med-guides-wBt .nav-block-2Hx .top-main-LSw a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 10px rgb(141,159,185,0.5);
}

.med-guides-wBt .nav-block-2Hx .top-main-LSw a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(178,191,212);
}

.brainstorm-8Vw {
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0;
    position: relative;
}

.brainstorm-8Vw .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.brainstorm-8Vw .award-show-KdP {
    letter-spacing: 0.5px;
    text-shadow: 0 0 5px #000000;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 13px;
    opacity: 0.7;
    text-align: center;
}

.program-structure-Inx::before {
    pointer-events: none;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(45deg, rgb(178,191,212,0.5) 0%, transparent 70%);
    top: 0;
}

.program-structure-Inx .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.program-structure-Inx h2::after {
    content: "";
    background: rgb(178,191,212);
    width: 80px;
    transform: scaleX(0);
    left: 0;
    bottom: -15px;
    animation: expandUnderline 1s 0.6s forwards;
    position: absolute;
    height: 4px;
    transform-origin: left;
}

.program-structure-Inx .pic-hover-LN1 {
    width: 100%;
    position: relative;
    height: 300px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    z-index: 3;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    border-radius: 10px;
}

.program-structure-Inx .pic-hover-LN1:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
}

.program-structure-Inx .details-box-rFB::before {
    top: 0;
    background: rgb(178,191,212);
    left: 0;
    animation: expandVertical 1s 0.8s forwards;
    content: "";
    position: absolute;
    height: 0;
    width: 4px;
}

.program-structure-Inx .description:last-child {
    margin-bottom: 0;
}

.program-structure-Inx .description:nth-child(1) {
    animation: fadeInText 0.8s 0.6s forwards;
    opacity: 0;
}

.program-structure-Inx .description:nth-child(2) {
    animation: fadeInText 0.8s 0.8s forwards;
    opacity: 0;
}


#privacyAlertWindow-h8t {
    display: none;
}

#privacyAlertWindow-h8t:checked ~ .cookie-banner-window-rZA {
    visibility: hidden;
    opacity: 0;
}

.web-cookies-oZR {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
}

.cookie-banner-window-rZA p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.edu-approve-LCS {
    margin-right: 15px;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(178,191,212));
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.safe-cookies-3zQ {
    min-width: 140px;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 40px;
    border-radius: 16px;
    box-shadow: 0 0 15px rgb(178,191,212);
    margin-left: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-size: 15px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(178,191,212), rgb(141,159,185));
    text-align: center;
    color: #000000;
    white-space: nowrap;
}

.cookie-banner-window-rZA p a:hover {
    color: rgb(141,159,185);
}

header .top_plank .master-techpro-580 div svg, header .top_plank .master-techpro-580 div svg path {
    fill: #ffffff;
}

header .top_plank .master-techpro-580 div {
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
    align-items: center;
}

header .top_plank .master-techpro-580 div img, header .top_plank .master-techpro-580 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.academic-experience-oY8::before {
    filter: blur(80px);
    height: 300px;
    width: 300px;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    top: -50px;
    background: rgb(141,159,185,0.5);
    right: -50px;
    z-index: 0;
}

.academic-experience-oY8 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.academic-experience-oY8 .alumni-ratings-fId:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.academic-experience-oY8 .alumni-ratings-fId::before {
    transform: scaleY(0);
    height: 100%;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(178,191,212), rgb(141,159,185));
    left: 0;
    transform-origin: left center;
    content: "";
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.academic-experience-oY8 .alumni-ratings-fId:hover .pic-hover-LN1 {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.academic-experience-oY8 .pic-hover-LN1::after {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(178,191,212,0.5) 0%, transparent 50%, rgb(141,159,185,0.5) 100%);
    content: "";
    opacity: 0;
    transition: opacity 0.6s ease;
    left: 0;
}

.academic-experience-oY8 .alumni-ratings-fId:hover .name {
    transform: translateX(10px);
}

.academic-experience-oY8 .name::after {
    height: 2px;
    background: rgb(141,159,185);
    left: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    position: absolute;
    content: "";
    bottom: -3px;
    width: 0;
}

.academic-experience-oY8 .alumni-ratings-fId:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.academic-experience-oY8 .exp-progress-96B {
    font-size: 12px;
    border-radius: 10px;
    padding: 25px 20px;
    position: relative;
    background-size: 200% 100%;
    background: linear-gradient(to right, #ffffff, rgb(216,221,236), #ffffff);
    color: #000000;
    margin: 0;
    line-height: 1.8;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.academic-experience-oY8 .exp-progress-96B::after {
    opacity: 0.5;
    content: "";
    transform: translateX(20px) translateY(20px) scale(0.8);
    bottom: -30px;
    right: -10px;
}

.academic-experience-oY8 .alumni-ratings-fId:hover .exp-progress-96B::before {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

.academic-experience-oY8 .alumni-ratings-fId:hover .exp-progress-96B::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

.user-comments-ByH::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(178,191,212,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(141,159,185,0.5) 0%, transparent 30%);
    opacity: 0.3;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 0;
}

.user-comments-ByH .learn-expert-4wW {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}

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

.user-comments-ByH .student-opinions-qiR {
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
    margin: 0 -1.5rem;
    display: flex;
}

.user-comments-ByH .alumni-ratings-fId:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(178,191,212);
    transform: translateZ(30px);
}



.user-comments-ByH .alumni-ratings-fId:hover {
    animation-play-state: paused;
}

.user-comments-ByH .alumni-ratings-fId::before {
    height: 200%;
    position: absolute;
    transition: all 0.5s ease;
    background: radial-gradient(circle at center, rgb(178,191,212,0.5) 0%, transparent 70%);
    z-index: -1;
    top: -50%;
    opacity: 0;
    content: "";
    width: 200%;
    left: -50%;
}

.user-comments-ByH .alumni-ratings-fId:hover::after {
    opacity: 0.7;
    transform: scale(1.5);
}

.user-comments-ByH .alumni-ratings-fId .pic-hover-LN1 {
    height: 100px;
    position: relative;
    width: 100px;
    transform: translateZ(20px);
    border-radius: 50%;
    transition: all 0.5s ease;
    border: 3px solid #ffffff;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.user-comments-ByH .alumni-ratings-fId .pic-hover-LN1 {
    width: 80px;
    height: 80px;
}

.user-comments-ByH .alumni-ratings-fId:hover .pic-hover-LN1::before {
    opacity: 1;
}



.user-comments-ByH .alumni-ratings-fId span {
    transform: translateZ(10px);
    font-weight: 600;
    color: #000000;
    display: block;
    text-align: center;
    transition: all 0.4s ease;
    margin-bottom: 1rem;
    font-size: 21px;
}

.user-comments-ByH .alumni-ratings-fId:hover p {
    transform: translateZ(15px);
}

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

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

.user-comments-ByH .alumni-ratings-fId:nth-child(n) {
    animation-name: float-mobile;
}

.course-fit-for-uvF::before {
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(178,191,212,0.5) 20px,
        rgb(178,191,212,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(141,159,185,0.5) 20px,
        rgb(141,159,185,0.5) 22px,
        transparent 22px
    );
    width: 100%;
    background-size: 60px 60px;
    content: "";
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.15;
}

.course-fit-for-uvF h3 {
    padding: 0 20px 20px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    box-shadow: 0 10px 25px -10px rgb(178,191,212,0.5);
    font-family: Arial, sans-serif;
    margin-bottom: 80px;
    font-size: 34px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    color: #000000;
}

.course-fit-for-uvF h3::after {
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(178,191,212,0.5);
    background: rgb(178,191,212);
    animation: pulseCircle 2s infinite;
    transform: translateX(-50%);
    width: 12px;
    position: absolute;
    height: 12px;
    left: 50%;
    bottom: -6px;
    content: "";
}

.course-fit-for-uvF ul li::before {
    width: 10px;
    top: -5px;
    height: 10px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -5px;
    background: rgb(178,191,212);
}

.course-fit-for-uvF ul li::after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: rgb(141,159,185);
    right: -5px;
    position: absolute;
    bottom: -5px;
    content: "";
}

.course-fit-for-uvF ul li:hover {
    border-left: 3px solid rgb(141,159,185);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
    border-bottom: 3px solid rgb(178,191,212);
}

.course-fit-for-uvF ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(178,191,212);
}

.course-fit-for-uvF ul::before {
    content: "";
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(178,191,212,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(141,159,185,0.5) 97%);
    background-size: 30px 30px;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.take-a-spin-BbE .learn-expert-4wW {
    perspective: 1000px;
    padding: 0;
    position: relative;
    z-index: 10;
}

.take-a-spin-BbE .container {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.take-a-spin-BbE .container p::before {
    opacity: 0.3;
    border-radius: 10px;
    height: 100%;
    background: rgb(178,191,212,0.5);
    top: 15px;
    left: 2.5%;
    width: 95%;
    position: absolute;
    filter: blur(20px);
    content: '';
    z-index: -1;
}

.take-a-spin-BbE .query-help-xhL {
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    font-size: 15px;
    width: 250px;
    transition: all 0.4s ease;
    z-index: 5;
    position: relative;
    display: block;
    font-weight: 600;
    overflow: hidden;
    background: rgb(178,191,212);
    transform: translateZ(30px);
    line-height: 60px;
    border-radius: 30px;
    height: 60px;
}

.take-a-spin-BbE .query-help-xhL:hover::before {
    transform: translateX(100%);
}

.take-a-spin-BbE .container p::after {
    height: 30px;
    position: absolute;
    bottom: -15px;
    z-index: -1;
    transform: translateX(-50%) rotate(45deg);
    background: rgb(178,191,212);
    content: '';
    width: 30px;
    left: 50%;
}

.take-a-spin-BbE .learn-expert-4wW::after {
    position: absolute;
    filter: blur(15px);
    border-radius: 50%;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    bottom: -30px;
    height: 20px;
    z-index: -1;
    left: 5%;
    transform: rotateX(70deg);
    content: '';
    opacity: 0.1;
}

header::after {
    content: '';
    animation: gradientSlide 5s linear infinite;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 4px;
    position: absolute;
    background-size: 200% auto;
    background: linear-gradient(90deg, 
        rgb(178,191,212) 0%,
        rgb(141,159,185) 50%,
        rgb(178,191,212) 100%
    );
}

header .head-learn-4SJ {
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

header .nav-lesson-RCo::before {
    transition: all 0.3s ease;
    right: -8px;
    top: -8px;
    bottom: -8px;
    border: 1px solid rgb(178,191,212);
    position: absolute;
    opacity: 0.3;
    transform: skew(-3deg);
    content: '';
    left: -8px;
    border-radius: 10px;
}

header .nav-begin-rBO {
    perspective: 800px;
    margin: 0 0.3rem;
    position: relative;
}

header .nav-begin-rBO a::before {
    position: absolute;
    transition: transform 0.3s ease;
    width: 80%;
    background: rgb(178,191,212);
    content: '';
    left: 10%;
    height: 1px;
    opacity: 0.7;
    bottom: 5px;
    transform: scaleX(0);
}

header .nav-begin-rBO a:hover {
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: rgb(178,191,212);
}

header .nav-begin-rBO:hover::after {
    opacity: 0.4;
}

header .head-master-dtj::before {
    top: 0;
    left: 35%;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(178,191,212), transparent);
    content: '';
    height: 1px;
    position: absolute;
}

.privacy-module-bG4 {
    line-height: 1.6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 20px;
    background-color: rgb(216,221,236);
}

.privacy-module-bG4 h2 {
    font-size: 35px;
}

.privacy-module-bG4 h3 {
    font-size: calc(21px - 4px);
}

.privacy-module-bG4 h4 {
    font-size: calc(21px - 8px);
}

.privacy-module-bG4 h5 {
    font-size: 21px;
    font-weight: 600;
}

.privacy-module-bG4 ul, .privacy-module-bG4 ol {
    list-style-position: inside;
    padding-left: 20px;
    margin-left: 20px;
}

.privacy-module-bG4 li::marker {
    color: rgb(141,159,185);
}

.privacy-module-bG4 p, .privacy-module-bG4 span {
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}


.price-plan-grid-46z {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(216,221,236), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
}

.price-plan-grid-46z .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
}

.price-plan-grid-46z .edu-deals-E2H {
    margin: 0 auto 2rem;
    max-width: 800px;
    order: -1;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    text-align: center;
}

.price-plan-grid-46z .edu-deals-E2H h2::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    border-radius: 10px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(178,191,212), rgb(141,159,185));
    bottom: -10px;
}

.price-plan-grid-46z .cost-fee-U1c {
    display: block;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    text-decoration: none;
    border-radius: 30px;
    overflow: hidden;
    color: #000000;
    position: relative;
    opacity: 0;
}

.price-plan-grid-46z .cost-fee-U1c:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.price-plan-grid-46z .cost-fee-U1c:hover::before {
    transform: scaleX(1);
}

.price-plan-grid-46z .promo-cost-ywh {
    flex-direction: column;
    display: flex;
    height: 100%;
}

.price-plan-grid-46z .annual-plan-EsK h3 {
    font-weight: 700;
    transition: color 0.3s ease;
    position: relative;
    margin: 0 0 1rem;
    font-size: 21px;
    color: #000000;
}

.price-plan-grid-46z .edu-packages-JUh::after {
    content: "";
    background-color: rgb(141,159,185);
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -8px;
    height: 2px;
    left: 0;
}

.price-plan-grid-46z .cost-fee-U1c:hover .edu-packages-JUh::after {
    width: 80px;
}

.price-plan-grid-46z .pic-hover-LN1 {
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    position: relative;
    height: 200px;
}

.price-plan-grid-46z .pic-hover-LN1::after {
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    opacity: 0.7;
    transition: opacity 0.5s ease;
    top: 0;
    content: "";
    right: 0;
}

.sign-up-lMt::before {
    pointer-events: none;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03) 0px,
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.sign-up-lMt .learn-expert-4wW {
    background-color: #ffffff;
    flex-direction: column;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    padding: 3rem;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.sign-up-lMt h4::after {
    transform-origin: left;
    bottom: -12px;
    left: 0;
    transition: transform 0.4s ease-out;
    content: '';
    background: rgb(178,191,212);
    height: 3px;
    width: 60px;
    transform: scaleX(1);
    position: absolute;
}

.sign-up-lMt .input_holder span {
    flex: 1;
    min-width: 200px;
}

.sign-up-lMt input[type="email"] {
    font-size: 18px;
    outline: none;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
    padding: 1rem 1.5rem;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.sign-up-lMt .sub-texts-rqf::before {
    left: 50%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    top: 50%;
    transition: width 0.6s ease-out, height 0.6s ease-out;
    content: '';
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    width: 0;
}

.sign-up-lMt .sub-texts-rqf:hover {
    background-color: rgb(141,159,185);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(rgb(178,191,212), 0.25);
}

.sign-up-lMt .sub-texts-rqf:active {
    transform: translateY(1px);
}

.our-team-LjF:before {
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(178,191,212,0.5), rgb(141,159,185,0.5));
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.our-team-LjF .container {
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.our-team-LjF .details-box-rFB:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
}

.our-team-LjF .details-box-rFB:before {
    left: -10px;
    position: absolute;
    right: -10px;
    opacity: 0.3;
    filter: blur(20px);
    background: linear-gradient(45deg, transparent 20%, rgb(141,159,185,0.5) 100%);
    z-index: -1;
    top: -10px;
    transition: opacity 0.4s ease-out;
    content: "";
    bottom: -10px;
}

.our-team-LjF h5 {
    margin: 0;
    font-weight: 700;
    color: rgb(178,191,212);
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
    padding-bottom: 8px;
}

.our-team-LjF h5:after {
    content: "";
    transform-origin: left center;
    transition: width 0.3s ease-out;
    background: rgb(141,159,185);
    width: 60%;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
}

.our-team-LjF .details-box-rFB > div:nth-child(2) p b {
    position: relative;
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(178,191,212), rgb(141,159,185));
    color: transparent;
    -webkit-background-clip: text !important;
}

.our-team-LjF ol li:before {
    height: 6px;
    width: 6px;
    display: inline-block;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
    vertical-align: middle;
    background: rgb(141,159,185);
    margin-right: 12px;
    content: "";
    transform: rotate(45deg);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 1200px) {.title-board-wmZ .details-box-rFB {
    padding: 0 8% 0 8%;
}.title-board-wmZ .details-box-rFB h1 {
    font-size: calc(43px * 0.9);
    max-width: 95%;
}.title-board-wmZ .details-box-rFB p {
    max-width: 90%;
}
}



@media (max-width: 768px) {.title-board-wmZ .learn-home-a2W {
    height: 40vh;
}.title-board-wmZ .details-box-rFB {
    padding: 2rem 8%;
}.title-board-wmZ .details-box-rFB h1 {
    margin-bottom: 1.2rem;
    font-size: 43px;
}.title-board-wmZ .details-box-rFB p {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
    margin-bottom: 1.5rem;
}.title-board-wmZ .details-box-rFB .query-help-xhL {
    padding: 0.8rem 2rem;
}
}



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



@media (max-height: 700px) and (min-width: 993px) {.title-board-wmZ .details-box-rFB h1 {
    margin-bottom: 1rem;
}.title-board-wmZ .details-box-rFB p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
}}



@media screen and (max-width: 991px) {.contact-panel-4MI {
    padding: 90px 0;
}.contact-panel-4MI .contact-inquiry-U0n {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-panel-4MI .pic-hover-LN1 {
    min-height: 400px;
    max-width: 600px;
    order: 1;
    margin: 0 auto;
}.contact-panel-4MI .inquiry-box-R1y {
    order: 2;
}.contact-panel-4MI form {
    margin: 0 auto;
    max-width: 600px;
}
}



@media screen and (max-width: 576px) {.contact-panel-4MI {
    padding: 50px 0;
}.contact-panel-4MI h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.contact-panel-4MI .pic-hover-LN1 {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(178,191,212,0.5);
}.contact-panel-4MI form {
    padding: 30px 20px;
}.contact-panel-4MI form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact-panel-4MI form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-panel-4MI form .query-help-xhL {
    padding: 15px 20px;
    width: 100%;
}}



@media (max-width: 576px) {.thxSpace-w5D {
    padding: 40px 0;
}.thxSpace-w5D h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.thxSpace-w5D h2::after {
    width: 50px;
    height: 3px;
}.thxSpace-w5D .learn-expert-4wW {
    padding: 20px;
}.thxSpace-w5D li {
    padding-left: 20px;
}.thxSpace-w5D li span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 767px) {.find-contact-6Vb {
    padding: 3rem 0;
}.find-contact-6Vb .edu-mentor-Tmz {
    grid-template-columns: 1fr;
}.find-contact-6Vb .get-contact-DXj:first-child {
    grid-column: span 1;
}.find-contact-6Vb .get-contact-DXj {
    padding: 1.5rem;
}.find-contact-6Vb .get-contact-DXj h2 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.9);
}.find-contact-6Vb .edu-input-2AW {
    margin-bottom: 1rem;
}.find-contact-6Vb .course-info-YD0 {
    padding-top: 1rem;
    margin-top: 1rem;
}.find-contact-6Vb .get-contact-DXj .pic-hover-LN1 {
    min-height: 200px;
}.find-contact-6Vb .write-form-ki8 {
    gap: 1rem;
}.find-contact-6Vb .write-form-ki8 a {
    padding: 0.75rem;
}
}



@media (max-width: 1200px) {.med-guides-wBt .container {
    gap: 2rem;
}.med-guides-wBt .company_holder {
    flex: 1 1 320px;
}.med-guides-wBt .login-footer-025 {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 992px) {.med-guides-wBt {
    padding: 3.5rem 0 2rem;
}.med-guides-wBt .container {
    gap: 2rem;
    flex-direction: column;
}.med-guides-wBt .company_holder,
    .med-guides-wBt .login-footer-025 {
    min-width: 100%;
    flex: 1 1 100%;
}.med-guides-wBt .nav-block-2Hx {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 576px) {.med-guides-wBt {
    padding: 2.5rem 0 1rem;
}.med-guides-wBt .top-main-LSw {
    gap: 1rem;
}.med-guides-wBt .nav-block-2Hx {
    flex: 1 1 100%;
    min-width: 100%;
}.med-guides-wBt .nav-block-2Hx .top-main-LSw a {
    padding: 0.4rem 0.8rem;
}.med-guides-wBt .nav-block-2Hx .top-main-LSw a:hover {
    padding-left: 1.2rem;
}.brainstorm-8Vw {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.med-guides-wBt .company_holder:hover,
    .med-guides-wBt .nav-block-2Hx:hover {
    transform: translateY(-2px);
}}



@media (min-width: 1024px) {.program-structure-Inx {
    padding: 180px 0;
}.program-structure-Inx h2 {
    font-size: calc(35px + 0.8rem);
    max-width: 70%;
}.program-structure-Inx .practical-study-M0d {
    gap: 80px;
}.program-structure-Inx .pic-hover-LN1 {
    min-height: 600px;
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
}.program-structure-Inx .details-box-rFB {
    padding: 50px;
    transform: translateY(50px);
    overflow-y: auto;
    max-height: 600px;
    scrollbar-color: rgb(178,191,212) rgb(216,221,236);
    scrollbar-width: thin;
}.program-structure-Inx .details-box-rFB::-webkit-scrollbar {
    width: 6px;
}.program-structure-Inx .details-box-rFB::-webkit-scrollbar-track {
    background: rgb(216,221,236);
}.program-structure-Inx .details-box-rFB::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(178,191,212);
}
}



@media (min-width: 768px) {.academic-experience-oY8 .alumni-ratings-fId {
    grid-template-rows: auto 1fr;
    gap: 25px 40px;
    grid-template-columns: 220px 1fr;
}.academic-experience-oY8 .alumni-ratings-fId > div:first-child {
    display: flex;
    align-items: center;
    grid-row: 1 / 3;
    justify-content: center;
}.academic-experience-oY8 .alumni-ratings-fId > div:nth-child(2) {
    align-self: end;
}.academic-experience-oY8 .alumni-ratings-fId > div:nth-child(3) {
    grid-column: 2 / 3;
}.academic-experience-oY8 .pic-hover-LN1 {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 767px) {.academic-experience-oY8 {
    padding: 80px 0;
}.academic-experience-oY8 .alumni-ratings-fId {
    gap: 20px;
    padding: 30px 25px;
}.academic-experience-oY8 .pic-hover-LN1 {
    width: 150px;
    height: 150px;
}.academic-experience-oY8 .name {
    text-align: center;
    font-size: 22px;
}.academic-experience-oY8 .alumni-ratings-fId > div:nth-child(2) {
    text-align: center;
}.academic-experience-oY8 .alumni-ratings-fId > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.academic-experience-oY8 .exp-progress-96B {
    font-size: calc(12px * 0.95);
    padding: 20px 15px;
    line-height: 1.7;
}}



@media (max-width: 992px) {.course-fit-for-uvF {
    padding: 80px 0;
}.course-fit-for-uvF ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.course-fit-for-uvF h3 {
    margin-bottom: 60px;
    font-size: calc(34px * 0.9);
}
}



@media (max-width: 480px) {.course-fit-for-uvF {
    padding: 50px 0;
}.course-fit-for-uvF .learn-expert-4wW {
    padding: 0 15px;
}.course-fit-for-uvF h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 35px;
}.course-fit-for-uvF ul li {
    padding: 18px 15px 18px 60px;
}.course-fit-for-uvF ul li svg {
    width: 30px;
    left: 15px;
    height: 30px;
}}



@media (max-width: 767px) {.take-a-spin-BbE {
    padding: 100px 0;
}.take-a-spin-BbE .container p {
    transform: translateZ(30px);
    font-size: 19px;
    padding: 30px;
    margin-bottom: 60px;
}.take-a-spin-BbE .query-help-xhL {
    line-height: 50px;
    width: 200px;
    transform: translateZ(20px);
    height: 50px;
}.take-a-spin-BbE .query-help-xhL:hover {
    transform: translateZ(25px);
}.take-a-spin-BbE .container p::after {
    width: 25px;
    bottom: -12px;
    height: 25px;
}
}



@media (min-width: 1400px) {header .head-master-dtj {
    margin: 0 auto;
    max-width: 1300px;
}header .nav-begin-rBO {
    margin: 0 0.5rem;
}header .nav-begin-rBO a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .head-master-dtj {
    padding: 0.8rem 1.2rem;
}header .nav-lesson-RCo {
    max-width: 130px;
}header .nav-lesson-RCo::before {
    display: none;
}header .nav-block-2Hx {
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .nav-block-2Hx::-webkit-scrollbar {
    height: 2px;
}header .nav-block-2Hx::-webkit-scrollbar-thumb {
    background: rgb(178,191,212);
    border-radius: 10px;
}header .nav-begin-rBO {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .nav-begin-rBO a {
    font-size: calc(14px - 2px);
    letter-spacing: 0;
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
}header .nav-begin-rBO a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}



@media (min-width: 768px) {.price-plan-grid-46z {
    padding: 7rem 2rem;
}.price-plan-grid-46z .cert-fees-qes {
    align-items: flex-start;
    flex-direction: row;
}.price-plan-grid-46z .edu-deals-E2H {
    display: flex;
    padding-right: 2rem;
    flex: 0 0 30%;
    order: 0;
    margin: 0;
    text-align: left;
    justify-content: center;
    flex-direction: column;
}.price-plan-grid-46z .edu-deals-E2H h2 {
    text-align: left;
}.price-plan-grid-46z .edu-deals-E2H h2::after {
    left: 0;
    transform: none;
}.price-plan-grid-46z .cert-cost-gnr {
    margin: 0;
    max-width: 100%;
}.price-plan-grid-46z .sub-options-BGT {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}



@media (min-width: 768px) {.sign-up-lMt .learn-expert-4wW {
    padding: 3.5rem 4rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}.sign-up-lMt .learn-expert-4wW > div {
    flex: 0.6;
    margin-right: 2rem;
    margin-bottom: 0;
}.sign-up-lMt .input_holder {
    flex: 0.4;
}.sign-up-lMt h4 {
    font-size: calc(20px * 1.1);
}
}



@media (max-width: 480px) {.sign-up-lMt {
    padding: 2rem 0;
}.sign-up-lMt .learn-expert-4wW {
    padding: 1.5rem;
}.sign-up-lMt h4 {
    font-size: calc(20px * 0.8);
}.sign-up-lMt h4::after {
    width: 40px;
    height: 2px;
}.sign-up-lMt .input_holder {
    gap: 0.75rem;
}.sign-up-lMt input[type="email"],
    .sign-up-lMt .sub-texts-rqf {
    padding: 0.8rem;
    font-size: calc(18px * 0.9);
}
}



@media (min-width: 768px) {.our-team-LjF {
    padding: 150px 0;
}.our-team-LjF .details-box-rFB {
    padding: 60px;
}.our-team-LjF ol li {
    columns: 2;
}.our-team-LjF h5 {
    font-size: calc(18px * 1.2);
}.our-team-LjF .details-box-rFB > div:nth-child(2) p {
    font-size: calc(18px * 1.5);
}
}



@media (max-width: 767px) {.our-team-LjF {
    padding: 80px 0;
}.our-team-LjF .details-box-rFB {
    padding: 30px;
    transform: none;
}.our-team-LjF h5 {
    font-size: calc(18px * 0.9);
}.our-team-LjF .details-box-rFB > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}.our-team-LjF ol li {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.our-team-LjF .details-box-rFB > div:first-child:before {
    height: 30px;
    left: -15px;
}
}



@keyframes text-slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes blob-move {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.1);
    }
    100% {
        transform: translate(10px, 40px) scale(0.9);
    }
}



@keyframes expandWidth {
  from {
    transform: scaleX(0.3);
  }
  to {
    transform: scaleX(1);
  }
}



@keyframes rotateMark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}



@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}



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



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



@keyframes fadeInText {
    to {
        opacity: 0.95;
    }
}

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

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

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

@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(178,191,212,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(178,191,212);
    }
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}



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

