﻿header,footer {
    width: 100%;
}


header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-top: 0;
    background: rgb(236,235,234);
    z-index: 100;
    padding: 0;
    position: relative;
}

header .main-page-Xh1y {
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.2rem 2rem;
    z-index: 2;
    justify-content: space-between;
}

header .site-header-JfFs {
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
}

header .site-header-JfFs::before {
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(197,189,184);
    height: 10px;
    bottom: -15px;
    content: '';
    border-radius: 10px;
    transform: scaleX(0.7);
    left: 0;
}

header .nav-primary-M0H1 a::before {
    bottom: 0;
    content: '';
    position: absolute;
    transform: translateX(-100%);
    left: 0;
    background: rgb(197,189,184);
    width: 100%;
    height: 3px;
    transition: transform 0.3s ease;
}

header .main-page-Xh1y::before {
    content: '';
    top: 0;
    width: 30%;
    position: absolute;
    background: linear-gradient(-90deg, rgb(236,235,234), transparent);
    right: 0;
    z-index: -1;
    height: 100%;
}

header .header-start-Gyjs {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
}



.landing-page-awgG h1 {
    text-align: center;
    font-weight: 600;
    opacity: 1;
    margin-bottom: 2rem;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    color: rgb(173,147,134);
    z-index: 2;
}

.landing-page-awgG .text-holder-wrap-4cDG::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.3;
    background: linear-gradient(45deg, transparent 98%, rgb(173,147,134) 98%);
    top: 0;
    z-index: -1;
}

.landing-page-awgG .master-studyfast-qoyj {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.landing-page-awgG svg:hover {
    transform: translateY(-5px) rotate(2deg);
}

.landing-page-awgG svg text {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
    font-family: Arial, sans-serif;
}

.landing-page-awgG .connect-grid-x0aZ::before {
    left: -100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
}

.landing-page-awgG .img-grid-wrapper-27cw {
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    transform: scale(1);
    height: 300px;
}

.landing-page-awgG .img-grid-wrapper-27cw:hover {
    transform: scale(1.02);
}

.course-program-info-ZcOt {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0 100px;
}

.course-program-info-ZcOt .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 25px;
}

.course-program-info-ZcOt h2 {
    transform: translateX(-5px);
    color: #000000;
    margin-bottom: 50px;
    line-height: 1.3;
    font-size: calc(37px * 1.1);
    font-weight: 700;
    position: relative;
}

.course-program-info-ZcOt .master-it-9rt1 {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
}

.course-program-info-ZcOt .img-grid-wrapper-27cw::before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    top: 0;
    left: 0;
}

.course-program-info-ZcOt .description:first-of-type {
    position: relative;
}

.course-program-info-ZcOt .text-holder-wrap-4cDG::before {
    position: absolute;
    height: 70%;
    background: linear-gradient(to bottom, rgb(197,189,184), transparent);
    left: -20px;
    transform: scaleY(0.7);
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
    width: 4px;
    top: 0;
}

.leadership-profile-kEer::after {
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    z-index: 0;
    height: 70%;
    width: 70%;
    background: linear-gradient(210deg, rgb(173,147,134,0.5) 0%, transparent 70%);
}

.leadership-profile-kEer .img-grid-wrapper-27cw::after {
    left: -100%;
    background: linear-gradient(45deg, rgb(197,189,184,0.5) 0%, transparent 40%, transparent 60%, rgb(173,147,134,0.5) 100%);
    transition: all 0.8s ease;
    width: 300%;
    content: "";
    height: 300%;
    position: absolute;
    opacity: 0.3;
    animation: shiftGradient 10s infinite alternate;
    top: -100%;
    mix-blend-mode: overlay;
}

.leadership-profile-kEer .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    color: rgb(197,189,184);
}

.leadership-profile-kEer .emp-tasks-duS6 div:nth-child(2)::after {
    background: rgb(197,189,184,0.5);
    margin: 1rem auto 0;
    content: "";
    display: block;
    height: 3px;
    width: 40px;
}

.leadership-profile-kEer .work-skills-4KwJ::after {
    bottom: -0.5rem;
    right: 0;
}

.leadership-profile-kEer .feedback-views-0ln4:hover .emp-tasks-duS6 {
    transform: translateY(20px);
}

.plan-deck-UmFP::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    content: '';
    height: 100%;
}

.plan-deck-UmFP .plan-rates-GTKZ {
    max-width: 700px;
    font-size: calc(13px + 2px);
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.plan-deck-UmFP .study-rates-y0iM li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.plan-deck-UmFP .study-rates-y0iM li:hover {
    transform: translateY(-10px);
    z-index: 3;
}

.plan-deck-UmFP .learning-price-t1UY::before {
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(197,189,184), rgb(173,147,134));
    transition: transform 0.5s ease;
    height: 5px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
}

.plan-deck-UmFP .payment-deals-8NBf:hover .learning-price-t1UY::after {
    opacity: 1;
}

.plan-deck-UmFP .learn-fees-W0Kh h4 {
    display: inline-block;
    font-size: calc(19px + 2px);
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    color: #ffffff;
}

.plan-deck-UmFP .group-rates-fuMF {
    margin-top: 15px;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 700;
    font-size: calc(19px + 4px);
    display: block;
    position: relative;
}

footer {
    width: 100%;
    position: relative;
}

footer .gift-card-4niY {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(173,147,134);
}

footer .info_item {
    overflow: hidden;
    max-width: 300px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    background-color: rgb(173,147,134,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
    position: relative;
}

footer .info_item svg {
    width: 20px;
    vertical-align: middle;
    margin-right: 12px;
    fill: rgb(197,189,184);
    height: 20px;
    position: relative;
    top: -1px;
}

footer .top-expert-65zO {
    padding: 30px;
    background-color: rgb(173,147,134,0.5);
    border-radius: 15px;
    position: relative;
}

footer .subscr-info-pEa2 {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .main-site-sVhm h5 {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
    padding-left: 15px;
}

footer .top-learning-eoFW a::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    transition: width 0.3s ease;
    background-color: rgb(197,189,184);
    width: 3px;
    height: 100%;
}

footer .subscribe_holder {
    border-radius: 15px;
    background-color: rgb(173,147,134,0.5);
    padding: 30px;
    position: relative;
}

footer .subscribe_holder h5::before {
    left: 0;
    width: 3px;
    position: absolute;
    background-color: rgb(197,189,184);
    content: "";
    top: 0;
    height: 100%;
}

footer .input_holder input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
}

footer .news-wrap-ofYV:hover {
    background-color: rgb(173,147,134);
}

footer .news-wrap-ofYV:hover::after {
    left: 100%;
}

footer .facebook-cta-O8DJ {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.educational-gains-Afyn {
    background: linear-gradient(135deg, #ffffff 0%, rgb(236,235,234) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.educational-gains-Afyn::after {
    height: 1px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(197,189,184,0.5), transparent);
    bottom: 0;
    position: absolute;
    left: 0;
}

.educational-gains-Afyn h5::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(197,189,184), rgb(173,147,134));
    border-radius: 2px;
    left: 50%;
}

.educational-gains-Afyn .img-grid-wrapper-27cw {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: auto;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    z-index: 1;
    transform: scale(1);
}

.educational-gains-Afyn li:hover {
    transform: translateX(5px);
}

.educational-gains-Afyn li::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    left: 10px;
    height: calc(100% - 10px);
    top: 5px;
    border-radius: 10px;
    opacity: 0;
    width: 6px;
    background: linear-gradient(to bottom, rgb(197,189,184,0.5), rgb(173,147,134,0.5));
    content: "";
    transform: scaleY(0);
    transform-origin: top;
}

.educational-gains-Afyn li:nth-child(even) svg path:first-child {
    fill: rgb(173,147,134);
}

.privacy-lair-CzAB {
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    overflow: hidden;
    width: 100%;
}

.privacy-lair-CzAB ul, .privacy-lair-CzAB ol {
    margin: 20px 0;
    padding-left: 20px;
    list-style-position: inside;
}

.privacy-lair-CzAB p, .privacy-lair-CzAB span, .privacy-lair-CzAB div {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #000000;
    font-size: 18px;
}

.privacy-lair-CzAB a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(197,189,184);
}

.sign-up-now-vdTZ::before {
    position: absolute;
    content: '';
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    width: 100%;
}

.sign-up-now-vdTZ .container {
    position: relative;
}

.sign-up-now-vdTZ .connect-grid-x0aZ {
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    padding: 20px 40px;
    font-size: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #ffffff;
    z-index: 5;
    font-weight: 600;
    border-radius: 27px 0 27px 27px;
    align-self: flex-end;
    background: rgb(197,189,184);
}

.sign-up-now-vdTZ .connect-grid-x0aZ:hover::after {
    transform: translateX(0);
}

.sign-up-now-vdTZ .study-sessions-dQr9::before {
    content: '';
    z-index: -1;
    background: rgb(197,189,184,0.5);
    transform: translateY(-50%);
    opacity: 0.2;
    left: -30px;
    position: absolute;
    border-radius: 50%;
    height: 60px;
    top: 50%;
    width: 60px;
}

.about-this-1XcP::after {
    right: -5%;
    transform: rotate(-15deg);
    top: -5%;
    width: 40%;
    background: linear-gradient(120deg, 
        rgb(197,189,184,0.5) 0%,
        rgb(173,147,134,0.5) 100%);
    filter: blur(60px);
    z-index: 1;
    height: 60%;
    content: "";
    opacity: 0.4;
    animation: floatGlow 18s infinite alternate ease-in-out;
    position: absolute;
}

.about-this-1XcP .text-holder-wrap-4cDG {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0;
    border-radius: 4px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transform: translateY(20px);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    backdrop-filter: blur(10px);
}

.about-this-1XcP h6::after {
    content: "";
    background: linear-gradient(90deg, 
        rgb(197,189,184) 0%,
        transparent 100%);
    bottom: -8px;
    width: 60%;
    height: 2px;
    position: absolute;
    left: 0;
}

.about-this-1XcP .text-holder-wrap-4cDG div::before {
    border-right: 2px solid rgb(173,147,134,0.5);
    top: -20px;
    border-top: 2px solid rgb(173,147,134,0.5);
    width: 70px;
    position: absolute;
    content: "";
    height: 70px;
    opacity: 0.6;
    right: -20px;
}

.course-candidates-Esnt::after {
    top: 0;
    height: 100%;
    animation: pulseDots 10s infinite alternate;
    width: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 50% 50%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(197,189,184,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(197,189,184,0.5) 0%, transparent 2%);
    background-size: 180px 180px;
    z-index: 1;
    opacity: 0.4;
    content: '';
    left: 0;
}

.course-candidates-Esnt li svg {
    fill: rgb(197,189,184);
    width: 40px;
    height: 40px;
    animation: pulseIcon 3s infinite alternate;
    margin-right: 1.5rem;
    transition: all 0.4s ease;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(197,189,184,0.5));
}

.course-candidates-Esnt li:nth-child(4)::after {
    animation-delay: 1.5s;
}

.course-candidates-Esnt li:nth-child(3) svg {
    animation-delay: 0.5s;
}


.cookie-explained-0ZPs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    gap: 20px;
}

.cookieDisclosurePanel-ToMf p {
    line-height: 1.5;
    font-size: 13px;
    margin: 0;
    color: #ffffff;
}

.cookies-consent-6RmZ svg {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(197,189,184);
    width: 80px;
}

.cookie-tips-9aBb:hover {
    box-shadow: 0 0 20px rgb(173,147,134);
}

.cookieDisclosurePanel-ToMf p a {
    color: rgb(197,189,184);
    text-decoration: none;
    transition: color 0.3s ease;
}

#cookie-alert-dialog-cpIl {
    display: none;
}


.contact-panel-0X3o {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgb(197,189,184,0.5) 100%);
}

.contact-panel-0X3o::after {
    position: absolute;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(197,189,184,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(197,189,184,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(197,189,184,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(197,189,184,0.5) 75%);
    background-size: 200px 200px;
    opacity: 0.05;
    left: 0;
    top: 0;
    content: '';
}

.contact-panel-0X3o .query-inquiry-elkL::before {
    z-index: -1;
    right: -5px;
    animation: border-glow 5s infinite linear;
    top: -5px;
    background: linear-gradient(45deg, rgb(173,147,134), rgb(197,189,184), rgb(173,147,134));
    border-radius: calc(12px + 5px);
    left: -5px;
    bottom: -5px;
    content: '';
    position: absolute;
}

.contact-panel-0X3o .message-inquiry-TE8U h3::after {
    width: 60px;
    transform: none;
    left: 0;
}

.contact-panel-0X3o .message-inquiry-TE8U input[type="text"]:focus,
.contact-panel-0X3o .message-inquiry-TE8U textarea:focus {
    box-shadow: 0 0 0 3px rgb(197,189,184,0.5);
    outline: none;
    background-color: #ffffff;
    border-color: rgb(197,189,184);
}

.contact-panel-0X3o .message-inquiry-TE8U textarea {
    resize: vertical;
    height: 120px;
}

.contact-panel-0X3o .message-inquiry-TE8U .inquiry-list-nZYK label {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    font-size: calc(15px - 2px);
}

.contact-panel-0X3o .message-inquiry-TE8U .inquiry-list-nZYK input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    top: 9px;
    height: 4px;
    position: absolute;
    content: '';
    transform: rotate(-45deg);
    left: 7px;
}

.contact-panel-0X3o .message-inquiry-TE8U .connect-grid-x0aZ::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    width: 100%;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
}

.contact-panel-0X3o .connect-reach-3dIK::before {
    width: 100%;
    opacity: 0.6;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
}

.contact-panel-0X3o .connect-reach-3dIK .contact-query-D7aN li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact-panel-0X3o .connect-reach-3dIK .contact-query-D7aN li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}

.gratPage-hRMB::before {
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    height: 100%;
    top: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle at 70% 30%, rgb(197,189,184,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    width: 100%;
}

.gratPage-hRMB .study-sessions-dQr9:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.gratPage-hRMB .study-sessions-dQr9 > div:first-child {
    position: relative;
    padding-bottom: 20px;
}

.gratPage-hRMB .study-sessions-dQr9 > div:first-child::after {
    bottom: 0;
    position: absolute;
    height: 3px;
    background-color: rgb(197,189,184);
    animation: lineExtend 1.5s ease-out forwards;
    left: 0;
    width: 80px;
    content: "";
    transform-origin: left;
}

.gratPage-hRMB a {
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
}

.instructional-approach-uBxJ {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgb(173,147,134,0.5) 100%);
}

.instructional-approach-uBxJ .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 3;
}

.instructional-approach-uBxJ .study-sessions-dQr9 {
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
    padding: 3rem;
    display: grid;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}

.instructional-approach-uBxJ h3::after {
    left: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -8px;
    background: rgb(197,189,184);
    height: 3px;
    position: absolute;
    transform: scaleX(0);
    width: 60%;
    content: "";
    transform-origin: left;
}

.course-program-info-ZcOt .description::-webkit-scrollbar {
    width: 4px;
}

.course-program-info-ZcOt .description::-webkit-scrollbar-track {
    background: #ffffff;
}

.course-program-info-ZcOt .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,147,134,0.5);
}

.plan-deck-UmFP .learn-fees-W0Kh p::-webkit-scrollbar {
    width: 4px;
}

.plan-deck-UmFP .learn-fees-W0Kh p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.plan-deck-UmFP .learn-fees-W0Kh p::-webkit-scrollbar-thumb {
    background: rgb(197,189,184,0.5);
}



@media (min-width: 768px) {.landing-page-awgG {
    padding: 6rem 3rem;
}.landing-page-awgG::before {
    background-size: 80px 80px;
}.landing-page-awgG h1 {
    font-size: calc(18px * 1.2);
    margin-bottom: 3rem;
}.landing-page-awgG .study-sessions-dQr9 {
    flex-direction: row;
    align-items: center;
}.landing-page-awgG .text-holder-wrap-4cDG {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    margin-right: -4rem;
    padding: 3rem;
}.landing-page-awgG .img-grid-wrapper-27cw {
    flex: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    height: 450px;
}.landing-page-awgG svg {
    height: 150px;
    width: 150px;
}.landing-page-awgG .master-studyfast-qoyj p {
    max-width: 80%;
    font-size: calc(14px * 1.2);
}.landing-page-awgG .connect-grid-x0aZ {
    padding: 1.2rem 2.5rem;
}
}



@media (min-width: 768px) {.course-program-info-ZcOt {
    padding: 150px 0;
}.course-program-info-ZcOt h2 {
    max-width: 80%;
    font-size: calc(37px * 1.2);
    margin-left: 60px;
}.course-program-info-ZcOt h2::before {
    bottom: 50%;
    left: -60px;
    width: 100px;
}.course-program-info-ZcOt .master-it-9rt1 {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}.course-program-info-ZcOt .img-grid-wrapper-27cw {
    height: 450px;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}.course-program-info-ZcOt .text-holder-wrap-4cDG {
    padding: 0 30px;
}.course-program-info-ZcOt .description {
    max-height: 450px;
}
}



@media screen and (max-width: 767px) {.leadership-profile-kEer .img-grid-wrapper-27cw {
    height: 320px;
    width: 90%;
}.leadership-profile-kEer .emp-tasks-duS6 {
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
    margin-top: -60px;
}.leadership-profile-kEer .emp-tasks-duS6::before {
    width: 60px;
    height: 60px;
}}



@media (max-width: 480px) {.plan-deck-UmFP {
    padding: 50px 0;
}.plan-deck-UmFP h2 {
    font-size: calc(32px - 8px);
}.plan-deck-UmFP .plan-rates-GTKZ {
    font-size: calc(13px - 2px);
}.plan-deck-UmFP .learning-price-t1UY {
    padding: 20px 15px;
}.plan-deck-UmFP .learn-fees-W0Kh p {
    font-size: calc(13px - 2px);
}}



@media (max-width: 767px) {footer .gift-card-4niY {
    padding: 60px 0 30px;
}footer .edu-form-57EU {
    margin-bottom: 40px;
}footer .top-expert-65zO, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top-learning-eoFW a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .facebook-cta-O8DJ {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.educational-gains-Afyn {
    padding: 8rem 0;
}.educational-gains-Afyn h5 {
    margin-bottom: 4rem;
}.educational-gains-Afyn .study-sessions-dQr9 {
    gap: 0;
}.educational-gains-Afyn .study-sessions-dQr9 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.educational-gains-Afyn .text-holder-wrap-4cDG {
    padding: 60px 60px 60px 40px;
}.educational-gains-Afyn li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
}



@media only screen and (max-width: 800px) {.privacy-lair-CzAB {
    padding: 20px 10px;
}.privacy-lair-CzAB h1 {
    margin-bottom: 15px;
    font-size: 36px;
}.privacy-lair-CzAB h2 {
    margin-bottom: 10px;
    font-size: 21px;
}.privacy-lair-CzAB ul li, .privacy-lair-CzAB ol li {
    font-size: 18px;
}}



@media (max-width: 480px) {.sign-up-now-vdTZ {
    padding: 50px 0;
}.sign-up-now-vdTZ .study-sessions-dQr9 {
    align-items: stretch;
}.sign-up-now-vdTZ .container p {
    padding: 15px 20px;
    font-size: calc(13px * 1.2);
    width: 100%;
    margin-bottom: 25px;
}.sign-up-now-vdTZ .connect-grid-x0aZ {
    font-size: calc(18px * 0.9);
    padding: 12px 25px;
    align-self: flex-start;
}}



@media (max-width: 767px) {.about-this-1XcP {
    padding: 80px 0 60px;
}.about-this-1XcP h4 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.about-this-1XcP .text-holder-wrap-4cDG {
    padding: 30px 20px;
}.about-this-1XcP h6 {
    font-size: 21px;
    margin-bottom: 20px;
}.about-this-1XcP span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.about-this-1XcP .text-holder-wrap-4cDG div::before,
    .about-this-1XcP .text-holder-wrap-4cDG div::after {
    width: 50px;
    height: 50px;
}
}


@media only screen and (max-width: 1200px) {.cookieDisclosurePanel-ToMf {
    padding: 15px 0;
}.cookie-explained-0ZPs {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.cookies-consent-6RmZ {
    display: none;
}.cookie-explained-0ZPs {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookieDisclosurePanel-ToMf h5 {
    font-size: 17px;
    margin-bottom: 5px;
}.manage-cookies-8osv {
    margin-bottom: 15px;
}.cookie-tips-9aBb {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 768px) {.contact-panel-0X3o {
    padding: 40px 0;
}.contact-panel-0X3o h3 {
    margin-bottom: 30px;
    font-size: calc(38px - 4px);
}.contact-panel-0X3o .message-inquiry-TE8U h3,
    .contact-panel-0X3o .connect-reach-3dIK h4 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}.contact-panel-0X3o .message-inquiry-TE8U input[type="text"],
    .contact-panel-0X3o .message-inquiry-TE8U textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-panel-0X3o .message-inquiry-TE8U textarea {
    height: 100px;
}.contact-panel-0X3o .message-inquiry-TE8U .connect-grid-x0aZ {
    padding: 12px 25px;
    font-size: calc(18px - 1px);
}.contact-panel-0X3o .connect-reach-3dIK .contact-query-D7aN li {
    margin-bottom: 20px;
}.contact-panel-0X3o .connect-reach-3dIK .contact-query-D7aN li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}



@media screen and (max-width: 767px) {.instructional-approach-uBxJ {
    padding: 4rem 0;
}.instructional-approach-uBxJ .study-sessions-dQr9 {
    transform: perspective(800px) rotateY(1deg);
    padding: 2.5rem 1.5rem;
}.instructional-approach-uBxJ h3 {
    font-size: calc(33px * 0.75);
    margin-bottom: 1.25rem;
}.instructional-approach-uBxJ p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.instructional-approach-uBxJ::before {
    width: 25%;
    transform: translateX(20%) skewX(-10deg);
}
}



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



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



@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}



@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(197,189,184,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(197,189,184));
    }
}



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



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

