﻿.warp-containerVH {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

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

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

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

.knowl_basetA {
    flex: 0 0 auto;
}

.knowl_basetA {
    color: #000000;
    position: relative;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
}

.prospective_membersEV::before {
    left: 0;
    right: 0;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(137,151,154,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(174,185,189,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    animation: rotateRings 30s linear infinite;
    content: '';
    top: 0;
    z-index: -1;
}

.prospective_membersEV .pedagogy_wayuN {
    position: relative;
    max-width: 1200px;
    z-index: 3;
    padding: 0 2rem;
    margin: 0 auto;
}

.prospective_membersEV h3::before {
    position: absolute;
    background: rgb(174,185,189);
    border-radius: 50px;
    bottom: -12px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    content: '';
    width: 200px;
    box-shadow: 0 0 10px rgb(174,185,189), 0 0 20px rgb(174,185,189,0.5);
}

.prospective_membersEV ul {
    display: grid;
    padding: 0;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    margin: 0;
    list-style: none;
}

.prospective_membersEV ul li:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.prospective_membersEV ul li::before {
    background: radial-gradient(circle, rgb(137,151,154,0.5) 0%, transparent 70%);
    z-index: -1;
    left: -50%;
    top: -50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
    width: 100px;
    opacity: 0.5;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    content: '';
}

.prospective_membersEV ul li svg {
    width: 38px;
    flex-shrink: 0;
    margin-right: 1.5rem;
    height: 38px;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}

.prospective_membersEV ul li:hover svg path {
    fill: rgb(174,185,189);
}

.who_we_aresE {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, #ffffff 100%);
}

.who_we_aresE::after {
    filter: blur(70px);
    width: 35%;
    content: "";
    left: -5%;
    z-index: 1;
    opacity: 0.1;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    bottom: -5%;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(137,151,154) 0%, rgb(137,151,154,0.5) 100%);
    height: 35%;
    position: absolute;
}

.who_we_aresE h1::after {
    bottom: -12px;
    width: 60px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    animation: lineReveal 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.3s;
    background: rgb(174,185,189);
    height: 4px;
    transform-origin: left;
}

.who_we_aresE .virtual_classesWx {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    border-radius: 2px;
    animation: fadeUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.who_we_aresE .virtual_classesWx:hover::before {
    height: 100%;
}

.who_we_aresE .virtual_classesWx h4 {
    font-size: calc(23px * 1.1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: #000000;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: inline-block;
    transform: translateX(0);
    position: relative;
}

.contact_form_sectionbY {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(211,220,223) 0%, rgb(211,220,223) 60%, rgb(174,185,189,0.5) 100%);
    position: relative;
    padding: 110px 0;
}

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

.contact_form_sectionbY h2 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    text-align: center;
    font-weight: 700;
}

.contact_form_sectionbY .support_helpGY {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 450px;
    position: relative;
    background: transparent;
    gap: 40px;
}

.contact_form_sectionbY .hover_imagefK {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    height: 550px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    border-radius: 24px;
}

.contact_form_sectionbY .inquiry_boxnF:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.contact_form_sectionbY form {
    width: 100%;
}

.contact_form_sectionbY form input[type="text"] {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 16px 20px;
    border: none;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    background: rgb(211,220,223);
}

.contact_form_sectionbY .message_reachLF {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}

.contact_form_sectionbY .message_reachLF label {
    color: #000000;
    position: relative;
    font-size: 15px;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}

.contact_form_sectionbY .message_reachLF input[type="checkbox"]:checked + label::before {
    background: rgb(174,185,189);
}

.contact_form_sectionbY .message_reachLF label a {
    text-decoration: none;
    color: rgb(174,185,189);
    transition: all 0.3s ease;
}

.contact_form_sectionbY .message_reachLF label a:hover {
    color: rgb(137,151,154);
}

.contact_form_sectionbY form .help_cardkO {
    padding: 16px 35px;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer;
    font-size: 14px;
    background: rgb(174,185,189);
    position: relative;
    border: none;
    border-radius: 10px;
}

.contact_form_sectionbY form .help_cardkO span {
    z-index: 1;
    position: relative;
}

.contact_form_sectionbY svg path {
    fill: rgb(174,185,189);
    transition: fill 0.3s ease;
}

.knowl_basetA::before {
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
    position: absolute;
    content: "";
    height: 5px;
}

footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}

footer .info_item svg {
    position: relative;
    fill: rgb(174,185,189);
    width: 18px;
    top: 3px;
    height: 18px;
    margin-right: 10px;
}

footer .info_item a:hover {
    color: rgb(174,185,189);
}

footer .main_knowYE {
    margin-bottom: 15px;
}

footer .main_knowYE svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}

footer .top_mainbar9B h5 {
    margin-bottom: 25px;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 22px;
}

footer .top_headir {
    margin-bottom: 30px;
}

footer .top_headir a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    color: #000000;
}

footer .subscribe_holder h5 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 600;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 10px;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(174,185,189);
    outline: none;
}

footer .mail_sectionQW {
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    color: #ffffff;
    text-align: center;
    border: none;
    font-weight: 600;
    background-color: rgb(174,185,189);
    cursor: pointer;
}

.homepageMi {
    background: linear-gradient(135deg, rgb(137,151,154,0.5), rgb(174,185,189,0.5), rgb(137,151,154));
    position: relative;
    overflow: hidden;
    padding: 3rem 1.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.homepageMi {
    padding: 3rem 1rem;
    text-align: center;
}

.homepageMi > div {
    max-width: 1200px;
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr;
    width: 100%;
    position: relative;
    gap: 3rem;
}

.homepageMi h1.start_introgw::after {
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    position: absolute;
    width: 80px;
    animation: lineGrow 1s 0.8s forwards ease-out;
    content: "";
    background: rgb(174,185,189);
    height: 3px;
    bottom: -10px;
}

.homepageMi h1.start_introgw::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}

.homepageMi .learning_page3s {
    opacity: 0;
    animation: fadeUp 1s 0.6s forwards ease-out;
    position: relative;
    transform: translateY(30px);
    overflow: hidden;
    margin-top: 2rem;
}

.homepageMi .expert_zonePv {
    overflow: hidden;
    height: 400px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.homepageMi .expert_zonePv {
    height: 350px;
}

.homepageMi .expert_zonePv span {
    z-index: 2;
    bottom: 0;
    padding: 2rem;
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
    width: 100%;
    transform: translateY(10px);
}

.thxAreaJP {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgba(255,255,255,0.95) 100%);
}

.thxAreaJP::before {
    width: 60%;
    transform: rotate(-15deg);
    filter: blur(40px);
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(174,185,189,0.5) 0%, rgb(137,151,154) 100%);
    height: 70%;
    z-index: 0;
    animation: float 12s ease-in-out infinite;
    position: absolute;
    right: -20%;
    content: "";
    top: -20%;
}

.thxAreaJP .container {
    flex-direction: column;
    align-items: center;
    animation: fadeIn 0.8s ease-out forwards;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    display: flex;
}

.thxAreaJP h2::before {
    background: linear-gradient(90deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
    height: 4px;
    border-radius: 2px;
    content: "";
    left: 50%;
    bottom: -16px;
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
}

.thxAreaJP .pedagogy_wayuN::before {
    top: 15px;
    content: "";
    position: absolute;
    right: 15px;
    border: 1px dashed rgba(0,0,0,0.07);
    left: 15px;
    border-radius: calc(24px - 15px);
    z-index: 0;
    bottom: 15px;
    pointer-events: none;
}

.thxAreaJP ul {
    list-style: none;
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
}

.thxAreaJP li {
    position: relative;
    padding-left: 2rem;
}

.thxAreaJP span {
    z-index: 2;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
    font-weight: 400;
    display: block;
    color: #000000;
    font-size: clamp(1rem, 2vw, 1.1rem);
}

.leadership_profileza {
    position: relative;
    padding: 60px 30px;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgb(174,185,189,0.5) 100%);
    overflow: hidden;
}

.leadership_profileza::after {
    background: rgb(174,185,189,0.5);
    bottom: -30px;
    animation: float 6s ease-in-out infinite reverse;
    filter: blur(30px);
    border-radius: 50%;
    position: absolute;
    width: 150px;
    left: -30px;
    content: "";
    height: 150px;
    z-index: 0;
}

.leadership_profileza .review_cornerpd:hover {
    transform: rotate(0deg) scale(1.02);
}

.leadership_profileza .review_cornerpd:hover .hover_imagefK {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(137,151,154);
}

.leadership_profileza .career_tasksbH {
    transition: all 0.4s ease;
    background: #ffffff;
    flex: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    transform: translateX(-30px) rotate(3deg);
    display: flex;
    min-width: 280px;
    justify-content: center;
    flex-direction: column;
    border-radius: 12px;
}

.leadership_profileza .name::after {
    border-radius: 2px;
    content: "";
    width: 60px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(137,151,154) 0%, transparent 100%);
    bottom: 0;
    left: 0;
}

.leadership_profileza .work_projectsWc {
    font-style: italic;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
    font-size: calc(15px + 2px);
    color: #000000;
    border-left: 3px solid rgb(137,151,154,0.5);
}

.stay_connectedfe::before {
    content: "";
    top: -5%;
    opacity: 0.4;
    width: 60%;
    z-index: -1;
    transform: rotate(-25deg);
    left: -10%;
    background: linear-gradient(145deg, rgb(137,151,154), transparent);
    position: absolute;
    height: 200%;
}

.stay_connectedfe .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.stay_connectedfe .pedagogy_wayuN {
    gap: 2.5rem;
    display: grid;
    animation: slideUp 0.8s ease-out forwards;
    transform: translateY(0);
    grid-template-columns: 1fr;
}

.stay_connectedfe .input_holder {
    display: flex;
    transform: translateY(30px);
    flex-direction: column;
    width: 100%;
    animation: fadeInUp 0.6s 0.5s ease-out forwards;
    opacity: 0;
    gap: 1.25rem;
}

.stay_connectedfe .input_holder div {
    width: 100%;
    position: relative;
}

.stay_connectedfe .input_holder div:focus-within::before {
    background: #ffffff;
    width: 100%;
}

.stay_connectedfe input[type="email"] {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.12);
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stay_connectedfe input[type="email"]:focus::placeholder {
    opacity: 0.5;
}

.stay_connectedfe .help_cardkO {
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    background: rgb(174,185,189);
    padding: 1rem 2.5rem;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    text-align: center;
    position: relative;
    border: none;
    font-size: 17px;
}

.stay_connectedfe .help_cardkO:hover::after {
    height: 250%;
    width: 250%;
    opacity: 0.8;
}

.cookieNotificationPanelwz {
    z-index: 1050;
    background: rgb(211,220,223);
    position: fixed;
    border-top: 3px solid rgb(174,185,189);
    width: 100%;
    bottom: 0;
    padding: 20px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

#cookieOverlayAlertkz {
    display: none;
}

#cookieOverlayAlertkz:checked ~ .cookieNotificationPanelwz {
    visibility: hidden;
    opacity: 0;
}

.cookie_expandW7 {
    flex-grow: 1;
    margin-right: 20px;
}

.cookie_expandW7 p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 0;
}

.cookie_disclaimerC0:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

.cookieNotificationPanelwz p a {
    text-decoration: underline;
    color: rgb(174,185,189);
}

.cookieNotificationPanelwz p a:hover {
    color: #000000;
}


.course_program_infoAC {
    position: relative;
    flex-direction: column;
    background-color: rgb(211,220,223);
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 0;
    min-height: 100vh;
    margin: 0;
}

.course_program_infoAC .knowledge_mapMk::after {
    height: 70%;
    position: absolute;
    background: linear-gradient(to top, rgb(174,185,189,0.5) 10%, transparent 100%);
    content: "";
    width: 100%;
    z-index: 3;
    bottom: 0;
    left: 0;
}

.course_program_infoAC .next_skill91 {
    display: flex;
    animation: carousel-slide 25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
}

.course_program_infoAC .education_pathA1::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(137,151,154,0.5),
        rgb(137,151,154,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.1;
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}

.course_program_infoAC .container {
    padding: 2rem;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.course_program_infoAC .learn_businessWw {
    transform: translateY(0);
    backdrop-filter: blur(15px);
    background: linear-gradient(145deg, 
        rgb(174,185,189,0.5) 0%, 
        rgb(137,151,154,0.5) 100%);
    animation: float 6s ease-in-out infinite;
    border-left: 4px solid rgb(174,185,189);
    border-radius: 11px;
    max-width: 900px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.3),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    margin-left: auto;
}

.course_program_infoAC .learn_businessWw .help_cardkO {
    background: linear-gradient(to right, rgb(174,185,189), rgb(137,151,154));
    padding: 1rem 2rem;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.course_program_infoAC .learn_businessWw .help_cardkO:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

header .main_sitewraptH {
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px 15px;
    transform: none;
    flex-direction: row;
    z-index: 5;
    justify-content: space-between;
}

header .main_sitewraptH .main_knowYE:hover {
    transform: scale(1.05);
}

header .main_sitewraptH .main_knowYE .head_top93 {
    display: inline-block;
}

header .main_sitewraptH .top_mainbar9B {
    padding: 20px 30px;
    flex-wrap: wrap;
    transform: none;
    position: relative;
    border-radius: 30px;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    list-style: none;
    display: flex;
}

header .main_sitewraptH .top_mainbar9B .header_knowgP {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .main_sitewraptH .top_mainbar9B .header_knowgP a {
    font-size: 18px;
    display: block;
    padding: 8px 5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    text-decoration: none;
}

header .main_sitewraptH .top_mainbar9B .header_knowgP:hover a::after {
    transform: translateX(0);
}

.confidential_heartheW h1 {
    color: rgb(174,185,189);
    z-index: 2;
    grid-column: span 2;
    margin-bottom: 30px;
    position: relative;
    font-size: 38px;
    font-weight: 700;
}

.confidential_heartheW h2 {
    font-weight: 600;
    border-left: 5px solid rgb(174,185,189);
    margin: 20px 0;
    padding-left: 10px;
    color: rgb(137,151,154);
    position: relative;
    z-index: 2;
    font-size: 35px;
}

.confidential_heartheW li {
    padding-bottom: 5px;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(137,151,154,0.5);
    color: #000000;
}

.confidential_heartheW > div {
    padding: 30px;
    position: relative;
    background-color: rgb(211,220,223);
    z-index: 2;
    border: 1px solid rgb(174,185,189,0.5);
    border-radius: 10px;
}

.confidential_heartheW::before,
.confidential_heartheW::after {
    z-index: 1;
    position: absolute;
    content: "";
    border-radius: 50%;
    display: block;
    background: rgb(174,185,189,0.5);
}

.confidential_heartheW::before {
    top: -100px;
    width: 200px;
    left: -100px;
    height: 200px;
}

.pricing_trayNp .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
}

.pricing_trayNp .learn_offersBV {
    gap: 2.5rem;
    flex-direction: column-reverse;
    display: flex;
}

.pricing_trayNp .payment_dealsHB {
    position: relative;
    transform: translateY(0);
    z-index: 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2rem;
    max-width: 600px;
}

.pricing_trayNp .payment_dealsHB h2::after {
    height: 3px;
    content: "";
    background: rgb(174,185,189);
    width: 80px;
    bottom: -10px;
    transition: transform 0.5s ease;
    position: absolute;
    transform: scaleX(1);
    left: 0;
    transform-origin: left;
}

.pricing_trayNp .package_ratesSb {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}

.pricing_trayNp .premium_planjO:hover {
    transform: translateY(-8px);
}

.pricing_trayNp .cost_schemesIH {
    transition: box-shadow 0.4s ease;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.pricing_trayNp .payment_pricingQB h3 {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
    font-size: calc(23px + 0.1rem);
}

.pricing_trayNp .payment_plansMq::before {
    height: 2px;
    width: 40px;
    background: rgb(137,151,154);
    bottom: -10px;
    content: "";
    left: 0;
    position: absolute;
}

.pricing_trayNp .hover_imagefK {
    height: 220px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease-out;
    transform: scale(1);
}

.pricing_trayNp .premium_planjO:hover .hover_imagefK {
    transform: scale(1.05);
}

.client_opinions7p {
    background: rgb(211,220,223);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.client_opinions7p .container {
    position: relative;
    z-index: 2;
}

.client_opinions7p h2 {
    color: #000000;
    margin-bottom: 80px;
    padding-left: 20px;
    position: relative;
    letter-spacing: -1px;
    font-weight: 700;
    max-width: 60%;
    font-size: calc(31px * 1.4);
}

.client_opinions7p .student_testimonialsG7 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    gap: 60px 40px;
}

.client_opinions7p .review_cornerpd {
    grid-template-rows: auto auto 1fr;
    display: grid;
    padding: 0;
    position: relative;
    grid-template-columns: auto 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
}

.client_opinions7p .review_cornerpd:hover::before {
    width: 100%;
}

.client_opinions7p .review_cornerpd:hover img {
    filter: grayscale(0%);
    transform: rotate(0deg);
}

.client_opinions7p .review_cornerpd p {
    overflow: hidden;
    grid-area: name;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin: 20px 0 5px 0;
    font-size: 22px;
}

.client_opinions7p .review_cornerpd:hover p::after {
    width: 60px;
}

.client_opinions7p .review_cornerpd .description {
    transform: translateX(0);
    color: #000000;
    font-size: 12px;
    margin-top: 15px;
    position: relative;
    transition: transform 0.5s ease;
    grid-area: desc;
    line-height: 1.8;
    font-weight: 400;
}

.client_opinions7p .review_cornerpd:nth-child(3n+1) {
    transform: translateY(20px);
}



::-webkit-scrollbar {
    padding: 0px;
    width: 12px;
}

::-webkit-scrollbar-track {
    margin: 1px 0;
    background: rgb(174,185,189,0.5);
    border: 1px dotted #ffffff;
}

::-webkit-scrollbar-thumb {
    transition: all 4.7s ease-in-out;
    background: rgb(211,220,223);
    border: 2px dashed rgb(255, 255, 255, 0.5);
    animation: glow_scrollbar 5.3s ease infinite;
    min-height: 40px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(174,185,189,0.5);
    transform: scale(0.95);
    box-shadow: -2px -2px 7px 0px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    box-shadow: inset 2px 0px 14px 1px rgba(0, 0, 0, 0.3);
    background: rgb(255, 255, 255, 0.5);
}

.who_we_aresE .virtual_classesWx div::-webkit-scrollbar {
    width: 4px;
}

.who_we_aresE .virtual_classesWx div::-webkit-scrollbar-track {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.05);
}

.who_we_aresE .virtual_classesWx div::-webkit-scrollbar-thumb {
    background: rgb(174,185,189,0.5);
    border-radius: 20px;
    transition: background 0.3s ease;
}

.who_we_aresE .virtual_classesWx div::-webkit-scrollbar-thumb:hover {
    background: rgb(174,185,189);
}



@media screen and (min-width: 1200px) {.who_we_aresE {
    padding: 10rem 0;
}.who_we_aresE .container {
    padding: 0 3rem;
}.who_we_aresE h1 {
    margin-bottom: 5rem;
    font-size: calc(48px * 1.25);
}.who_we_aresE h1::after {
    width: 100px;
}.who_we_aresE .learning_program3u ul {
    gap: 3rem;
}.who_we_aresE .virtual_classesWx {
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.who_we_aresE .virtual_classesWx div {
    max-height: 350px;
}
}



@media screen and (max-width: 991px) {.contact_form_sectionbY {
    padding: 80px 0;
}.contact_form_sectionbY .support_helpGY {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_form_sectionbY .hover_imagefK {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_form_sectionbY .inquiry_boxnF {
    transform: perspective(1000px) rotateY(0deg);
}
}



@media screen and (max-width: 576px) {.contact_form_sectionbY {
    padding: 50px 0;
}.contact_form_sectionbY h2 {
    font-size: calc(30px * 0.85);
}.contact_form_sectionbY .hover_imagefK {
    height: 250px;
}.contact_form_sectionbY .inquiry_boxnF {
    padding: 30px 25px;
}.contact_form_sectionbY form h3 {
    font-size: calc(22px * 0.9);
}.contact_form_sectionbY form .help_cardkO {
    width: 100%;
}}



@media (max-width: 576px) {footer .knowl_basetA {
    padding: 40px 0 20px;
}footer .faculty_infonR {
    gap: 40px;
}footer .top_mainbar9B h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (min-width: 992px) {.homepageMi {
    padding: 5rem 2rem;
}.homepageMi > div {
    gap: 6rem;
}.homepageMi h1.start_introgw {
    font-size: calc(39px * 1.8);
}.homepageMi h1.start_introgw::after {
    width: 120px;
    height: 4px;
}.homepageMi .expert_zonePv {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 92%);
    height: 500px;
}.homepageMi .expert_zonePv:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.homepageMi .expert_zonePv h3 {
    padding-left: 1.5rem;
    font-size: calc(22px * 1.2);
    border-left: 4px solid rgb(174,185,189);
}
}



@media screen and (max-width: 480px) {.thxAreaJP {
    padding: 2.5rem 1rem;
}.thxAreaJP h2 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}.thxAreaJP .pedagogy_wayuN {
    padding: 1.5rem 1.25rem;
}.thxAreaJP span {
    font-size: 0.95rem;
}}



@media (max-width: 767px) {.leadership_profileza {
    padding: 30px 15px;
}.leadership_profileza .hover_imagefK {
    height: 220px;
    width: 180px;
}.leadership_profileza .career_tasksbH {
    padding: 20px;
}.leadership_profileza .name {
    font-size: calc(37px - 4px);
}.leadership_profileza .work_projectsWc {
    font-size: 15px;
}}



@media (min-width: 768px) {.stay_connectedfe {
    padding: 8rem 3rem;
}.stay_connectedfe .pedagogy_wayuN {
    gap: 3rem;
    grid-template-columns: 1fr;
}.stay_connectedfe h3 {
    font-size: calc(23px * 1.1);
    max-width: 80%;
}.stay_connectedfe .input_holder {
    flex-direction: row;
    max-width: 85%;
    align-items: stretch;
}.stay_connectedfe .input_holder div {
    flex: 1;
}.stay_connectedfe .help_cardkO {
    min-width: 180px;
}
}



@media (max-width: 767px) {.stay_connectedfe input[type="email"] {
    padding: 0.9rem 1.25rem;
}.stay_connectedfe .help_cardkO {
    width: 100%;
    padding: 0.9rem 1.5rem;
    margin-top: 0.5rem;
}}


@media (max-width: 800px) {.visitor_acceptancern {
    align-items: center;
    flex-direction: column;
}.data_approvalm2 {
    margin-bottom: 15px;
}.cookie_expandW7 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_disclaimerC0 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}



@media screen and (max-width: 767px) {.course_program_infoAC .knowledge_mapMk {
    height: 40vh;
}.course_program_infoAC .knowledge_mapMk::after {
    height: 60%;
}.course_program_infoAC .learn_businessWw {
    padding: 1.5rem;
}.course_program_infoAC .learn_businessWw h3 {
    font-size: calc(37px * 0.8);
}.course_program_infoAC .learn_businessWw p {
    font-size: calc(15px * 0.9);
}.course_program_infoAC .learn_businessWw .help_cardkO {
    padding: 0.8rem 1.5rem;
    width: 100%;
}
}



@media (max-width: 992px) {header .main_sitewraptH {
    align-items: center;
    flex-direction: column;
}header .main_sitewraptH .main_knowYE {
    margin-right: 0;
    margin-bottom: 15px;
}header .main_sitewraptH .top_mainbar9B {
    justify-content: center;
    padding: 15px;
    width: 100%;
}header .main_sitewraptH .top_mainbar9B .header_knowgP {
    margin: 5px 15px 5px 0;
}header .main_sitewraptH .top_mainbar9B .header_knowgP a {
    padding: 5px;
    font-size: calc(18px - 2px);
}}



@media (min-width: 768px) {.pricing_trayNp .package_ratesSb {
    grid-template-columns: repeat(2, 1fr);
}.pricing_trayNp .payment_dealsHB {
    padding: 3rem;
}
}



@media (min-width: 992px) {.pricing_trayNp .learn_offersBV {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.pricing_trayNp .payment_dealsHB {
    margin: 0;
    width: 35%;
}.pricing_trayNp .package_ratesSb {
    width: 65%;
}
}



@media (max-width: 767px) {.pricing_trayNp {
    padding: 4rem 0;
}.pricing_trayNp .payment_pricingQB {
    padding: 1.5rem;
    min-height: 240px;
}.pricing_trayNp .hover_imagefK {
    height: 180px;
}.pricing_trayNp .payment_dealsHB {
    padding: 1.5rem;
}.pricing_trayNp .payment_dealsHB h2 {
    font-size: calc(29px - 0.2rem);
}.pricing_trayNp .study_ratesMg {
    font-size: calc(15px - 0.1rem);
}}



@media screen and (max-width: 576px) {.client_opinions7p {
    padding: 60px 0;
}.client_opinions7p h2 {
    font-size: 31px;
    padding-left: 15px;
}.client_opinions7p .review_cornerpd img {
    width: 45px;
    height: 45px;
}.client_opinions7p .review_cornerpd p {
    margin-top: 15px;
    font-size: calc(22px * 0.9);
}.client_opinions7p .student_testimonialsG7 {
    gap: 60px;
}
}



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



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}



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



@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes floatGradient {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(-5deg);
    }
}



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



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



@keyframes slideUp {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes pulseGlow {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(12deg) scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: rotate(15deg) scale(1);
    }
}



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



@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

