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

.site-main-qcvk {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

.grid-container-xJ6m {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

.academic-experience-oAQh::before {
    z-index: 1;
    left: 0;
    content: "";
    opacity: 0.1;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgb(175,121,176,0.5) 0px, transparent 2px, transparent 10px);
    width: 100%;
    position: absolute;
    top: 0;
}

.academic-experience-oAQh .img-lightbox-EBkn::after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(209,183,210,0.5), transparent);
    height: 100%;
}

.academic-experience-oAQh .experience-tasks-eIOu > div:nth-child(2) {
    padding-left: 2px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: rgb(175,121,176);
    font-size: 21px;
}

.academic-experience-oAQh .learner-views-aRsP:hover .img-lightbox-EBkn {
    transform: scale(1.03);
}

.offer-board-ifIM {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.offer-board-ifIM .cert-cost-RENJ {
    position: relative;
}

.offer-board-ifIM h2 {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    transform: translateZ(0);
    font-size: 36px;
}

.offer-board-ifIM .plan-rates-TvWJ {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
}

.offer-board-ifIM .price-plan-i1Ic {
    height: 100%;
    display: block;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.offer-board-ifIM .pro-rates-PZts::before {
    height: 200%;
    transform: rotate(45deg);
    content: "";
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    width: 200%;
    left: -50%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.offer-board-ifIM .price-plan-i1Ic:hover .bundle-price-0TZu h4::after {
    background: rgb(175,121,176);
    width: 60px;
}

.offer-board-ifIM .study-rates-vRn9 {
    transform: translateZ(0);
    margin-top: auto;
    font-weight: 700;
    align-self: flex-start;
    color: #ffffff;
    display: inline-block;
    font-size: calc(23px + 2px);
    background: linear-gradient(135deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 15px;
}

.about-this-MVEg::after {
    z-index: 0;
    animation: float 12s ease-in-out infinite;
    opacity: 0.15;
    width: 40%;
    right: -5%;
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skewX(-15deg);
    background: rgb(175,121,176);
    top: -10%;
    content: "";
}

.about-this-MVEg .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}

.about-this-MVEg .text-block-fGMr::before {
    content: "";
    background: linear-gradient(
        to right,
        rgb(175,121,176,0.5) 0%,
        transparent 15%
    );
    opacity: 0.2;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.about-this-MVEg h6 {
    transform-origin: left center;
    margin-bottom: 1.5rem;
    color: rgb(175,121,176);
    display: inline-block;
    opacity: 0;
    font-weight: 700;
    transform: translateY(15px);
    position: relative;
    animation: popUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    font-size: calc(18px * 1.5);
}

.give-it-a-try-Jdfz {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(125deg, rgb(175,121,176) 0%, rgb(209,183,210) 100%);
    overflow: hidden;
    z-index: 1;
}

.give-it-a-try-Jdfz::after {
    left: -50%;
    content: '';
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(175,121,176) 0deg,
        rgb(209,183,210) 120deg,
        rgb(175,121,176) 240deg,
        rgb(209,183,210) 360deg
    );
    animation: rotatePortalReverse 30s linear infinite;
    top: -50%;
    height: 200%;
    opacity: 0.1;
    width: 200%;
    position: absolute;
    z-index: -2;
}

.give-it-a-try-Jdfz .expert-track-ceIi::after {
    background: 
        linear-gradient(0deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%),
        linear-gradient(90deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%);
    height: 100%;
    left: 0;
    animation: gridScale 15s ease infinite;
    background-size: 40px 40px;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
}

.give-it-a-try-Jdfz .message-info-zJHU {
    transition: all 0.4s ease;
    text-transform: uppercase;
    z-index: 1;
    font-weight: 700;
    border-radius: 29px;
    display: inline-block;
    color: rgb(209,183,210);
    padding: 20px 55px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    margin-top: 30px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    font-size: 19px;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-decoration: none;
}

.give-it-a-try-Jdfz .message-info-zJHU:hover::before {
    animation: pulseGlow 2s ease-in-out infinite;
    opacity: 0.5;
}

.reach-out-Mhrf::before {
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    background-size: 60px 60px;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    height: 100%;
    width: 100%;
    position: absolute;
}

.reach-out-Mhrf .img-lightbox-EBkn {
    flex: 0 0 50%;
    position: relative;
    transition: all 0.5s ease;
    min-height: 550px;
}

.reach-out-Mhrf .request-links-Z1Y5 {
    flex: 0 0 50%;
    padding: 60px 50px;
    background: #ffffff;
    position: relative;
}

.reach-out-Mhrf #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}

.reach-out-Mhrf h3::after {
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    width: 100%;
    background: rgb(209,183,210,0.5);
    position: absolute;
}

.reach-out-Mhrf input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}

.reach-out-Mhrf .request-panel-7rtI {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.reach-out-Mhrf .request-panel-7rtI input[type="checkbox"]:checked::after {
    position: absolute;
    left: 8px;
    width: 6px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    top: 5px;
    border-right: 2px solid #ffffff;
}

.reach-out-Mhrf .reach-links-ZDQN::before {
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    content: "";
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
}

.reach-out-Mhrf svg path {
    fill: rgb(209,183,210);
    transition: all 0.3s ease;
}

.reach-out-Mhrf svg:hover {
    fill: rgb(175,121,176);
    transform: translateY(-2px);
}

.title-greeting-9Vlt .start-learn-Tdf0::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(209,183,210,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    z-index: 1;
    width: 100%;
}

.title-greeting-9Vlt .teach-method-AzUr:hover {
    box-shadow: 
    25px 25px 50px -20px rgba(0, 0, 0, 0.4),
    -15px -15px 40px -15px rgba(255, 255, 255, 0.15),
    inset 3px 3px 7px rgba(255, 255, 255, 0.15),
    inset -3px -3px 7px rgba(0, 0, 0, 0.15);
    transform: perspective(1200px) rotateX(0deg);
}

.title-greeting-9Vlt .teach-method-AzUr > div {
    position: relative;
    margin-bottom: 2rem;
}



.title-greeting-9Vlt .title_style_header {
    transition: transform 0.5s ease;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-size: 45px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin: 0;
    transform: translateY(0);
}

.title-greeting-9Vlt .teach-method-AzUr:hover p {
    color: #ffffff;
    padding-left: 25px;
}

.title-greeting-9Vlt::after {
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    width: 200px;
    content: "";
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    height: 200px;
}

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

.gratContent-f8zA .expert-track-ceIi {
    display: flex;
    gap: 40px;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(209,183,210),0.05);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}

.gratContent-f8zA h5 {
    color: #000000;
    letter-spacing: -0.01em;
    font-weight: 700;
    line-height: 1.4;
    z-index: 2;
    font-family: Arial, sans-serif;
    font-size: 22px;
    margin: 0 0 15px;
    position: relative;
}

.gratContent-f8zA .expert-track-ceIi:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}

.gratContent-f8zA p {
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    z-index: 2;
}

header .head-sitebar-4lER::after {
    content: "";
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(175,121,176) 49%, rgb(175,121,176) 51%, transparent 52%);
    top: 0;
    background-size: 200% 200%;
    animation: gradientSlide 5s ease infinite;
    width: 100%;
}

header .head-sitebar-4lER .header-top-bflZ .top-primary-1WKC:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .head-sitebar-4lER .first-class-1UuS {
    list-style: none;
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    perspective: 800px;
}

header .head-sitebar-4lER .header-train-U3eC:hover {
    transform: translateZ(20px);
}

header .head-sitebar-4lER .header-train-U3eC a {
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    display: block;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}

.educational-gains-RBVW {
    padding: 100px 0;
    background: linear-gradient(145deg, rgb(238,229,238) 30%, rgb(175,121,176,0.5) 150%);
    position: relative;
    overflow: hidden;
}

.educational-gains-RBVW .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.educational-gains-RBVW .expert-track-ceIi {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.educational-gains-RBVW .text-block-fGMr {
    width: 85%;
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 25px;
    padding: 60px 40px 40px;
}

.educational-gains-RBVW h3::after {
    bottom: -15px;
    content: "";
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    background: rgb(175,121,176,0.5);
    height: 3px;
}

.educational-gains-RBVW li:hover p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, #ffffff, rgb(209,183,210,0.5));
}

.educational-gains-RBVW svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,183,210);
}

.educational-gains-RBVW li:hover svg {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
    background: #ffffff;
}



.grade-help-5e4N .container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}

.grade-help-5e4N .company_holder {
    grid-row: 1;
    position: relative;
    grid-column: 1 / 5;
}

.grade-help-5e4N .company_holder::after {
    right: -20px;
    content: "";
    bottom: -20px;
    height: 60px;
    position: absolute;
    opacity: 0.7;
    width: 60px;
    border-right: 2px solid rgb(209,183,210);
    border-bottom: 2px solid rgb(209,183,210);
}

.grade-help-5e4N .webinar-live-7BiS {
    margin-top: 1.5rem;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
}

.grade-help-5e4N .trade-mark-3Bsh {
    justify-content: flex-end;
    grid-column: 6 / 13;
    grid-row: 1;
    display: flex;
}

.grade-help-5e4N .first-class-1UuS:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.grade-help-5e4N .first-class-1UuS:hover::before {
    height: 100%;
}

.grade-help-5e4N .first-class-1UuS h5::before {
    content: "";
    width: 5px;
    left: 0;
    transform: translateY(-50%);
    height: 5px;
    background: rgb(209,183,210);
    box-shadow: 0 0 10px rgb(209,183,210);
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.grade-help-5e4N .first-class-1UuS .nav-top-J7aG a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}

.grade-help-5e4N .first-class-1UuS .nav-top-J7aG a:hover::before {
    transform: translateX(0);
}

.scholar-cta-gwNR .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.scholar-cta-gwNR .campus-links-SZ7i {
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    font-size: 15px;
    text-align: center;
}

.connect-KmOE::after {
    height: 120%;
    position: absolute;
    content: '';
    background: linear-gradient(225deg, rgb(175,121,176) 0%, transparent 60%);
    bottom: -10%;
    width: 60%;
    transform: rotate(15deg);
    opacity: 0.05;
    right: -10%;
    z-index: 0;
}

.connect-KmOE .contact-links-zb91:nth-child(1) {
    background: #ffffff;
    z-index: 2;
    padding: 50px;
    grid-row: 1 / 2;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    grid-column: 1 / 3;
    border-radius: 12px;
    position: relative;
}

.connect-KmOE .contact-links-zb91 h2 {
    font-size: 29px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    color: rgb(209,183,210);
}

.connect-KmOE .contact-list-IJb6 {
    max-width: 90%;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #000000;
}

.connect-KmOE .contact-links-zb91 > p svg {
    left: 0;
    top: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    transform: translateY(-50%);
}

.connect-KmOE .contact-now-iCv0 h3 {
    padding-left: 20px;
    margin-bottom: 20px;
    color: rgb(209,183,210);
    font-weight: 600;
    font-size: 22px;
    position: relative;
}

.connect-KmOE .help-now-yPd2 span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    font-size: 17px;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    padding: 12px 20px;
    font-weight: 400;
}

.connect-KmOE .quick-contact-TQMa a {
    align-items: center;
    padding-left: 45px;
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}

.connect-KmOE .quick-contact-TQMa svg path {
    fill: #ffffff;
}

.connect-KmOE .quick-contact-TQMa a p::after {
    width: 0;
    content: '';
    background: #ffffff;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -5px;
}

.instructional-approach-8pmc::before {
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(209,183,210,0.5), 0.03) 0px,
        rgba(rgb(209,183,210,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

.instructional-approach-8pmc .text-block-fGMr {
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    padding: 3rem;
    transform: translateY(20px);
    background: #ffffff;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.instructional-approach-8pmc .text-block-fGMr:hover::before {
    opacity: 1;
}

.instructional-approach-8pmc p {
    margin: 0;
    z-index: 2;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    color: #000000;
}

.privacy-cabinet-CWBL {
    color: #000000;
    background-color: #ffffff;
    padding: 40px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    height: auto;
}

.privacy-cabinet-CWBL h3, .privacy-cabinet-CWBL h4, .privacy-cabinet-CWBL h5, .privacy-cabinet-CWBL h6 {
    font-weight: 400;
    margin-top: 20px;
    padding-bottom: 5px;
    color: rgb(209,183,210,0.5);
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(209,183,210,0.5);
    font-size: 20px;
}

.privacy-cabinet-CWBL p, .privacy-cabinet-CWBL span, .privacy-cabinet-CWBL div {
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000000;
}

.cookie-popup-overlay-RLGU {
    bottom: 0;
    z-index: 90;
    padding: 15px 20px;
    width: 100%;
    border-top: 3px solid rgb(209,183,210);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    background: rgb(175,121,176);
}

.cookie-popup-overlay-RLGU p {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}

.cookie-popup-overlay-RLGU p a {
    color: rgb(209,183,210);
    border-bottom: 2px solid rgb(209,183,210);
    text-decoration: none;
}


#cookie-panel-alert-1Lbe {
    display: none;
}

#cookie-panel-alert-1Lbe:checked ~ .cookie-popup-overlay-RLGU {
    visibility: hidden;
    opacity: 0;
}

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

.program-offerings-g3vo .img-lightbox-EBkn {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    height: 380px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.program-offerings-g3vo .text-block-fGMr {
    padding: 40px;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.program-offerings-g3vo .text-block-fGMr:hover h3 {
    color: rgb(209,183,210);
    transform: translateX(15px);
}

.program-offerings-g3vo .description {
    margin-bottom: 15px;
    padding-right: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    max-height: 300px;
    font-size: 13px;
    color: #000000;
    scroll-behavior: smooth;
    overflow-y: auto;
}


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



@media (max-width: 576px) {.academic-experience-oAQh {
    padding: 3rem 1rem;
}.academic-experience-oAQh .img-lightbox-EBkn {
    height: 280px;
}.academic-experience-oAQh .experience-tasks-eIOu {
    padding: 0 1.5rem 1.5rem;
}.academic-experience-oAQh .name {
    font-size: calc(35px * 0.85);
}.academic-experience-oAQh .professional-exp-ygKf {
    font-size: calc(14px * 0.95);
}}



@media (max-width: 767px) {.offer-board-ifIM {
    padding: 60px 0;
}.offer-board-ifIM h2 {
    font-size: calc(36px - 4px);
}.offer-board-ifIM .payment-plan-KGrP {
    margin-bottom: 40px;
    font-size: calc(17px - 1px);
}.offer-board-ifIM .plan-rates-TvWJ {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.offer-board-ifIM .bundle-price-0TZu h4 {
    font-size: calc(23px - 1px);
}.offer-board-ifIM .bundle-price-0TZu p {
    font-size: calc(17px - 3px);
}.offer-board-ifIM .study-rates-vRn9 {
    font-size: calc(23px);
}
}



@media (max-width: 767px) {.about-this-MVEg {
    padding: 4rem 0;
}.about-this-MVEg h4 {
    padding-left: 3rem;
    font-size: calc(18px * 1.1);
    text-align: left;
}.about-this-MVEg h4::before {
    width: 2rem;
}.about-this-MVEg .text-block-fGMr {
    margin: 0 0.5rem;
    padding: 2rem;
}.about-this-MVEg h6 {
    font-size: calc(18px * 1.3);
    margin-bottom: 1.25rem;
}.about-this-MVEg span {
    line-height: 1.7;
    font-size: 17px;
}.about-this-MVEg .text-block-fGMr div {
    max-height: 280px;
}
}



@media screen and (max-width: 768px) {.give-it-a-try-Jdfz {
    padding: 80px 0;
}.give-it-a-try-Jdfz .expert-track-ceIi {
    padding: 40px 25px;
}.give-it-a-try-Jdfz h3 {
    font-size: calc(32px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 45px;
}.give-it-a-try-Jdfz h3::after {
    bottom: -60px;
    height: 40px;
    width: 40px;
}.give-it-a-try-Jdfz .message-info-zJHU {
    font-size: calc(19px * 0.95);
    margin-top: 20px;
    letter-spacing: 2px;
    padding: 16px 45px;
}
}



@media (max-width: 768px) {.reach-out-Mhrf {
    padding: 60px 0;
}.reach-out-Mhrf h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.reach-out-Mhrf .request-links-Z1Y5 {
    padding: 40px 30px;
}.reach-out-Mhrf #contact {
    gap: 25px;
}.reach-out-Mhrf .img-lightbox-EBkn {
    min-height: 300px;
}
}




@media (max-width: 1200px) {.title-greeting-9Vlt .teach-method-AzUr {
    padding: 2.5rem;
    width: 90%;
}.title-greeting-9Vlt .title_style_header {
    font-size: calc(45px - 0.2rem);
}.title-greeting-9Vlt h3 {
    font-size: 22px;
}
}



@media (max-width: 768px) {.title-greeting-9Vlt .start-learn-Tdf0 {
    height: auto;
    padding: 4rem 0;
    min-height: 100vh;
}.title-greeting-9Vlt .teach-method-AzUr {
    width: 85%;
    padding: 1.8rem;
    transform: none;
}.title-greeting-9Vlt .title_style_header {
    font-size: calc(45px - 0.6rem);
}.title-greeting-9Vlt h3 {
    margin-bottom: 1.2rem;
    font-size: calc(22px - 0.1rem);
}.title-greeting-9Vlt p {
    font-size: calc(14px - 0.1rem);
}.title-greeting-9Vlt .teach-method-AzUr:hover {
    transform: none;
}
}



@media (max-width: 991px) {.gratContent-f8zA {
    padding: 80px 0;
}.gratContent-f8zA .expert-track-ceIi {
    padding: 50px 35px;
}.gratContent-f8zA h5 {
    font-size: calc(22px * 0.95);
}
}



@media (max-width: 480px) {.gratContent-f8zA {
    padding: 50px 0;
}.gratContent-f8zA .expert-track-ceIi {
    gap: 25px;
    padding: 30px 20px;
}.gratContent-f8zA h5 {
    font-size: calc(22px * 0.85);
}.gratContent-f8zA p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.gratContent-f8zA .expert-track-ceIi > div:first-child {
    padding-bottom: 15px;
}.gratContent-f8zA .expert-track-ceIi > div:first-child::after {
    width: 60px;
}}



@media (max-width: 992px) {.educational-gains-RBVW {
    padding: 80px 0;
}.educational-gains-RBVW .img-lightbox-EBkn {
    width: 50%;
    transform: translateY(30px);
}.educational-gains-RBVW .img-lightbox-EBkn:hover {
    transform: translateY(25px) scale(1.02);
}.educational-gains-RBVW .text-block-fGMr {
    padding: 50px 30px 30px;
    width: 90%;
}.educational-gains-RBVW ul {
    grid-template-columns: 1fr;
    gap: 15px;
}
}



@media screen and (max-width: 768px) {.grade-help-5e4N {
    padding: 4rem 0 3rem;
}.grade-help-5e4N .nav-top-J7aG {
    grid-template-columns: 1fr;
    gap: 2rem;
}.grade-help-5e4N .first-class-1UuS {
    padding: 1.2rem;
}.grade-help-5e4N .first-class-1UuS h5 {
    font-size: calc(19px * 0.9);
}.grade-help-5e4N .company_holder::before,
    .grade-help-5e4N .company_holder::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 992px) {.connect-KmOE {
    padding: 80px 0;
}.connect-KmOE .join-conversation-UJrt {
    grid-template-columns: 1fr;
}.connect-KmOE .contact-links-zb91:nth-child(1) {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
    transform: translateY(0);
}.connect-KmOE .contact-links-zb91:nth-child(2) {
    height: 300px;
    grid-row: 1 / 2;
    transform: translateY(0);
    grid-column: 1 / -1;
}.connect-KmOE .contact-links-zb91:nth-child(3) {
    grid-row: 3 / 4;
    transform: translateY(0);
    grid-column: 1 / -1;
}.connect-KmOE .contact-list-IJb6 {
    max-width: 100%;
}
}



@media (max-width: 767px) {.instructional-approach-8pmc {
    padding: 5rem 0;
}.instructional-approach-8pmc::after {
    width: 100%;
    right: -50%;
    top: -30%;
}.instructional-approach-8pmc h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
}.instructional-approach-8pmc h2::after {
    width: 60px;
    height: 3px;
}.instructional-approach-8pmc .text-block-fGMr {
    padding: 2rem;
}.instructional-approach-8pmc p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.cookie-popup-overlay-RLGU {
    padding: 15px;
}
}



@media (min-width: 768px) {.program-offerings-g3vo {
    padding: 120px 0;
}.program-offerings-g3vo .skill-path-Gdzl {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.program-offerings-g3vo .img-lightbox-EBkn {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    height: 480px;
}.program-offerings-g3vo .text-block-fGMr {
    padding: 50px 60px 50px 50px;
    margin-left: -40px;
    backdrop-filter: blur(5px);
}.program-offerings-g3vo .text-block-fGMr h3 {
    margin-bottom: 30px;
    font-size: 24px;
}.program-offerings-g3vo .description {
    max-height: 350px;
}
}



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



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



@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



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



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



@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
}



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}



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

