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

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

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

.welcome-qS::before {
    opacity: 0.15;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
    background: radial-gradient(circle at 30% 40%, rgb(196,171,193,0.5) 0%, transparent 60%);
}



.welcome-qS .learn-main-wQ > div:first-child {
    transform: translateX(0);
    border-left: 3px solid rgb(196,171,193);
    position: relative;
    padding: 2rem;
    animation: slideInLeft 1s ease-out 0.3s both;
}

.welcome-qS .learn-main-wQ > div:first-child p {
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    letter-spacing: 0.03em;
    line-height: 1.6;
    transform: translateY(0);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    animation: fadeIn 1.4s ease-out 0.5s both;
    font-size: calc(18px * 1.25);
}

.welcome-qS .pro-sessions-Vf > div::before {
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 80%);
}



.welcome-qS .pro-sessions-Vf > div > div {
    z-index: 2;
    animation: fadeSlideUp 1s ease-out 1.2s forwards;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    padding-top: 1.5rem;
    transform: translateY(20px);
    opacity: 0;
}

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

.our-story-ai::before {
    background: linear-gradient(135deg, rgb(196,171,193,0.5), rgb(168,107,158,0.5));
    width: 100%;
    opacity: 0.85;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
    height: 100%;
    content: "";
}

.our-story-ai h2 {
    font-size: calc(33px * 1.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    position: relative;
    color: #ffffff;
    transform-origin: left center;
}

.our-story-ai .text-drawer-qM::before {
    content: "";
    background: linear-gradient(135deg, rgb(168,107,158,0.5), transparent);
    opacity: 0.2;
    z-index: -1;
    width: 200px;
    left: -100px;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    position: absolute;
}

.our-story-ai .text-drawer-qM p::after {
    opacity: 0.8;
    height: 3px;
    position: absolute;
    background: rgb(168,107,158);
    width: 40px;
    bottom: -10px;
    left: 0;
    content: "";
}

.newsletter-signup-oC::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(168,107,158,0.5) 10px,
        rgb(168,107,158,0.5) 11px
    );
    left: -50%;
    opacity: 0.05;
    top: -50%;
    content: "";
    position: absolute;
    animation: grid-move 20s linear infinite;
    width: 200%;
    height: 200%;
}



.newsletter-signup-oC h3 {
    padding-bottom: 0.5rem;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: rgb(196,171,193);
    border-bottom: 2px solid rgb(168,107,158);
    margin-bottom: 2rem;
    transform: translateX(-50%);
    letter-spacing: 2px;
    left: 50%;
    font-size: 19px;
    display: inline-block;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgb(196,171,193,0.5);
}

.newsletter-signup-oC input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(196,171,193,0.5);
    border-color: rgb(196,171,193);
}

.newsletter-signup-oC input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(196,171,193);
}

.newsletter-signup-oC input[type="submit"]::before {
    height: 200%;
    content: "";
    top: -50%;
    background: linear-gradient(45deg, rgb(196,171,193), rgb(168,107,158), rgb(196,171,193));
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    width: 200%;
    left: -50%;
    transition: opacity 0.3s ease;
    opacity: 0;
}



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

.course-beneficiaries-pU .knowledge-hub-uh {
    display: grid;
    gap: 40px;
    align-items: start;
    position: relative;
    grid-template-columns: 300px 1fr;
}

.course-beneficiaries-pU h4::after {
    position: absolute;
    bottom: -20px;
    height: 2px;
    border-radius: 10px;
    left: 0;
    content: "";
    background: rgb(196,171,193,0.5);
    width: 120px;
}

.course-beneficiaries-pU div p {
    font-size: 18px;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 8px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 20px 25px;
}

.course-beneficiaries-pU div p:hover svg {
    transform: scale(1.2);
}

.take-a-spin-BV {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(196,171,193) 0%, rgb(168,107,158) 100%);
    padding: 120px 0;
}

.take-a-spin-BV .knowledge-hub-uh {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 21px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
}

.take-a-spin-BV h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
    font-size: 28px;
    text-transform: uppercase;
}

.take-a-spin-BV .get-contactbox-NV {
    font-size: 17px;
    background: #ffffff;
    display: inline-block;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 16px 45px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(196,171,193);
}

.take-a-spin-BV .get-contactbox-NV:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    color: #ffffff;
}

header .nav-pagebar-ah .site-core-yZ {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}

header .nav-pagebar-ah .site-core-yZ .head-skill-SC {
    display: inline-block;
}

header .nav-pagebar-ah .main-pagewrap-Oe::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    top: 0;
    border-radius: 20px;
    left: 0;
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
    content: "";
}

header .nav-pagebar-ah .main-pagewrap-Oe .head-learning-gd a::after {
    height: 2px;
    transform: translateX(-100%);
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(168,107,158), transparent);
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
    width: 100%;
}

.mentorship-experience-Rn .success-opinions-pZ {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-rows: auto auto auto;
    transform: rotateY(-10deg);
    transform-style: preserve-3d;
    gap: 10px 30px;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
}

.mentorship-experience-Rn .image-carousel-qu {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    transform: translateZ(40px);
    grid-area: photo;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(196,171,193,0.5);
}

.mentorship-experience-Rn .success-opinions-pZ > span:not(.name) {
    z-index: 2;
    transition: transform 0.3s ease;
    border-radius: 10px;
    transform: translateZ(25px);
    grid-area: job;
    background: #ffffff;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    font-size: 18px;
    color: rgb(168,107,158);
}

.study-costs-Hc {
    position: relative;
}

.pricing-tray-Qa h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 36px;
}

.pricing-tray-Qa .learning-cost-Vw {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    display: grid;
    margin: 0;
}

.pricing-tray-Qa .price-sheet-Tv:hover .member-plans-iq {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
}

.pricing-tray-Qa .member-plans-iq::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgb(196,171,193), rgb(168,107,158));
    height: 5px;
}

.pricing-tray-Qa .fee-schemes-xL h4::after {
    left: 0;
    content: "";
    width: 40px;
    height: 2px;
    bottom: 0;
    position: absolute;
    background-color: rgb(168,107,158);
}

.pricing-tray-Qa .cost-deals-JU::before {
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    border-radius: 3px;
    content: "";
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(196,171,193,0.5) 0%, rgb(168,107,158,0.5) 100%);
}

.learning-process-bu::before {
    height: 100%;
    content: "";
    top: 0;
    animation: pulse 8s infinite alternate;
    z-index: 1;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(196,171,193,0.5) 0%, transparent 60%);
    position: absolute;
}

.learning-process-bu .knowledge-hub-uh::before {
    content: "";
    top: -2px;
    right: -2px;
    position: absolute;
    z-index: -1;
    bottom: -2px;
    border-radius: 11px;
    left: -2px;
    background: linear-gradient(45deg, rgb(196,171,193) 0%, transparent 30%, transparent 70%, rgb(168,107,158) 100%);
}

.privacy-area-zF {
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    padding: 40px;
    overflow: hidden;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.privacy-area-zF h3, .privacy-area-zF h4, .privacy-area-zF h5, .privacy-area-zF h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(196,171,193);
    margin-top: 25px;
    font-size: 21px;
}

.privacy-area-zF p, .privacy-area-zF span, .privacy-area-zF div {
    color: #000000;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 18px;
}

.get-in-touch-HN .help-query-oP {
    box-shadow: 0 25px 50px rgb(196,171,193,0.5);
    align-items: stretch;
    overflow: hidden;
    display: flex;
    background: rgb(168,107,158,0.5);
    position: relative;
    border-radius: 23px;
}

.get-in-touch-HN h2 {
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    font-size: 44px;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
}

.get-in-touch-HN .request-message-Ur h3 {
    padding-bottom: 1rem;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
}

.get-in-touch-HN .request-message-Ur form {
    display: grid;
    gap: 1.5rem;
}

.get-in-touch-HN .request-message-Ur input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(196,171,193);
    box-shadow: 0 0 15px rgb(196,171,193,0.5);
}

.get-in-touch-HN .request-message-Ur input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.get-in-touch-HN .request-message-Ur .query-query-uc input[type="checkbox"] {
    border: 2px solid rgb(196,171,193,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(168,107,158,0.5);
    height: 22px;
    width: 22px;
    cursor: pointer;
    position: relative;
    appearance: none;
}

.get-in-touch-HN .request-message-Ur .query-query-uc a {
    text-decoration: none;
    color: rgb(196,171,193);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
}

.get-in-touch-HN .request-message-Ur .feedback-map-zY:hover::before {
    opacity: 1;
}

.get-in-touch-HN .request-message-Ur .feedback-map-zY:hover {
    box-shadow: 0 10px 20px rgb(196,171,193,0.5);
    transform: translateY(-3px);
}

.track-prefs-qt {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}

.cookie-warning-window-sl p {
    font-size: 18px;
}

.online-tracking-sZ {
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    min-width: 120px;
    flex-shrink: 0;
    font-size: 24px;
    border-bottom: 2px solid rgb(196,171,193);
    color: rgb(196,171,193);
    white-space: nowrap;
    line-height: 35px;
}

.gratSpot-mt::after {
    transform: rotate(-15deg);
    bottom: -5rem;
    content: "";
    right: -5rem;
    background: linear-gradient(225deg, rgb(168,107,158) 0%, transparent 70%);
    opacity: 0.15;
    height: 15rem;
    width: 15rem;
    position: absolute;
    z-index: 0;
}

.gratSpot-mt .knowledge-hub-uh > div:first-child::before {
    width: 0.5rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -2rem;
    background: rgb(196,171,193);
    content: "";
    height: 50%;
}

.gratSpot-mt h5 {
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    font-size: 24px;
    color: #000000;
    padding-left: 1rem;
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.gratSpot-mt p {
    color: #000000;
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
}

.gratSpot-mt a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(196,171,193,0.5);
}

footer .press-room-No {
    position: relative;
    z-index: 1;
}

footer .reach-team-Kj {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    gap: 15px;
}

footer .info_item::before {
    position: absolute;
    left: 0;
    background-color: rgb(196,171,193);
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
}

footer .info_item:nth-child(even) {
    background-color: rgb(196,171,193,0.5);
}

footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

footer .info_item a:hover {
    color: rgb(196,171,193);
}

footer .site-core-yZ {
    background-color: rgb(168,107,158,0.5);
    border-radius: 16px;
    position: relative;
    padding: 30px;
}

footer .digital-res-xc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .main-pagewrap-Oe {
    position: relative;
}

footer .main-pagewrap-Oe h5::before {
    left: 0;
    position: absolute;
    content: "";
    background-color: rgb(196,171,193);
    top: 0;
    width: 3px;
    height: 100%;
}

footer .head-study-eU a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background-color: rgb(196,171,193,0.5);
}

footer .head-study-eU a:hover::before {
    width: 5px;
}

footer .subscribe_holder {
    border-radius: 16px;
    padding: 30px;
    background-color: rgb(168,107,158,0.5);
    position: relative;
}

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

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

footer .mail-group-gV:hover {
    background-color: rgb(168,107,158);
}

footer .mail-group-gV:hover::after {
    left: 100%;
}

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

.course-summary-VU {
    background-color: rgb(227,221,227);
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
}

.course-summary-VU .job-ready-ZB::before {
    background: #000000;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    z-index: 2;
}

.course-summary-VU .learn-now-mK:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-VU .learn-now-mK:nth-child(3) {
    animation-delay: -10s;
}

.course-summary-VU .learn-now-mK:nth-child(5) {
    animation-delay: -20s;
}

.course-summary-VU .knowledge-hub-uh {
    width: 85%;
    grid-template-rows: repeat(12, 1fr);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    height: 80vh;
    margin: 0 auto;
}

.course-summary-VU .next-skill-Vl::after {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    right: -30px;
    border-radius: 50%;
    bottom: -30px;
    height: 70%;
    background: rgb(168,107,158,0.5);
    filter: blur(70px);
    width: 70%;
    content: "";
}

.course-summary-VU .next-skill-Vl p {
    color: #000000;
    line-height: 1.8;
    overflow-wrap: break-word;
    margin-bottom: 2.5rem;
    word-wrap: break-word;
    font-size: 17px;
    max-width: 100%;
}

.course-summary-VU .feedback-map-zY::before {
    top: 0;
    position: absolute;
    transition: left 0.3s ease;
    height: 100%;
    content: "";
    left: -100%;
    background: rgb(196,171,193);
    z-index: -1;
    width: 100%;
}




.course-summary-VU .learn-work-xR:has(.learn-now-mK:nth-child(2):last-child) .learn-now-mK:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-VU .learn-work-xR:has(.learn-now-mK:nth-child(3):last-child) .learn-now-mK:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-VU .learn-work-xR:has(.learn-now-mK:nth-child(4):last-child) .learn-now-mK:nth-child(1) {
    animation-delay: 0s;
}

.course-summary-VU .learn-work-xR:has(.learn-now-mK:nth-child(4):last-child) .learn-now-mK:nth-child(4) {
    animation-delay: -18.75s;
}



@media (min-width: 768px) {.welcome-qS {
    padding: 5rem 3rem;
}.welcome-qS .learn-main-wQ {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 4rem;
}.welcome-qS .learn-main-wQ > div:first-child {
    border-left: 4px solid rgb(196,171,193);
    display: flex;
    align-items: center;
    padding: 2.5rem;
}.welcome-qS .pro-sessions-Vf > div {
    padding: 4rem;
    min-height: 500px;
}.welcome-qS .pro-sessions-Vf h3 {
    font-size: calc(21px * 1.2);
    max-width: 90%;
}.welcome-qS .pro-sessions-Vf .title_style_header {
    font-size: calc(42px * 1.4);
}
}



@media (max-width: 768px) {.newsletter-signup-oC {
    padding: 3rem 1.5rem;
}.newsletter-signup-oC .inquiry-support-ds {
    transform: none;
    padding: 2rem;
}.newsletter-signup-oC h3 {
    font-size: calc(19px * 0.9);
}.newsletter-signup-oC .input_holder {
    flex-direction: column;
}.newsletter-signup-oC input[type="email"],
    .newsletter-signup-oC input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 991px) {.course-beneficiaries-pU {
    padding: 90px 0;
}.course-beneficiaries-pU .knowledge-hub-uh {
    gap: 30px;
    grid-template-columns: 250px 1fr;
}.course-beneficiaries-pU h4 {
    font-size: calc(37px - 2px);
}.course-beneficiaries-pU div {
    gap: 15px;
}.course-beneficiaries-pU div p {
    padding: 18px 20px;
}.course-beneficiaries-pU div p:nth-child(even) {
    transform: translateX(20px);
}.course-beneficiaries-pU div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.course-beneficiaries-pU div p svg {
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
    width: 24px;
}
}



@media screen and (max-width: 992px) {.take-a-spin-BV {
    padding: 100px 0;
}.take-a-spin-BV .knowledge-hub-uh {
    padding: 50px 30px;
    max-width: 90%;
}.take-a-spin-BV h3 {
    margin-bottom: 45px;
    font-size: calc(28px * 0.9);
}.take-a-spin-BV .get-contactbox-NV {
    padding: 14px 40px;
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 992px) {header .nav-pagebar-ah {
    align-items: center;
    flex-direction: column;
}header .nav-pagebar-ah .site-core-yZ {
    margin-right: 0;
    margin-bottom: 15px;
}header .nav-pagebar-ah .main-pagewrap-Oe {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .nav-pagebar-ah .main-pagewrap-Oe .head-learning-gd {
    margin: 5px 15px 5px 0;
}header .nav-pagebar-ah .main-pagewrap-Oe .head-learning-gd a {
    font-size: calc(13px - 2px);
    padding: 5px;
}}



@media (max-width: 1200px) {.pricing-tray-Qa {
    padding: 100px 0;
}.pricing-tray-Qa .learning-cost-Vw {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 767px) {.pricing-tray-Qa {
    padding: 60px 0;
}.pricing-tray-Qa h2 {
    font-size: calc(36px - 4px);
}.pricing-tray-Qa .price-panel-aR {
    font-size: calc(13px - 1px);
    margin-bottom: 40px;
}.pricing-tray-Qa .learning-cost-Vw {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-tray-Qa .fee-schemes-xL h4 {
    font-size: 21px;
}.pricing-tray-Qa .cost-deals-JU {
    font-size: 21px;
}
}



@media (max-width: 768px) {.learning-process-bu {
    padding: 2rem 0;
}.learning-process-bu .knowledge-hub-uh {
    padding: 1.5rem;
    transform: none;
}.learning-process-bu h3 {
    font-size: calc(36px * 0.8);
}.learning-process-bu span {
    font-size: calc(15px * 0.95);
}}



@media screen and (max-width: 768px) {.get-in-touch-HN {
    padding: 3rem 0;
}.get-in-touch-HN h2 {
    font-size: calc(44px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.get-in-touch-HN h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.get-in-touch-HN .request-message-Ur h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.get-in-touch-HN .request-message-Ur input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (min-width: 992px) {.gratSpot-mt {
    padding: 8rem 0;
}.gratSpot-mt .container {
    padding: 0 2rem;
}.gratSpot-mt .knowledge-hub-uh {
    gap: 4rem;
}.gratSpot-mt .knowledge-hub-uh > div:first-child {
    padding-left: 2rem;
}.gratSpot-mt .knowledge-hub-uh > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.gratSpot-mt h5 {
    padding-left: 2rem;
    font-size: calc(24px * 1.4);
}.gratSpot-mt .knowledge-hub-uh > div:last-child {
    padding: 4rem;
    margin-left: 6rem;
    max-width: 80%;
}.gratSpot-mt p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}
}



@media (max-width: 767px) {footer .honor-cta-zq {
    padding: 60px 0 30px;
}footer .reach-team-Kj {
    margin-bottom: 40px;
}footer .site-core-yZ, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head-study-eU a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .fund-cta-fD {
    margin-top: 40px;
}
}



@media screen and (max-width: 992px) {.course-summary-VU .knowledge-hub-uh {
    gap: 2rem;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto 1fr;
    height: auto;
}.course-summary-VU .knowledge-hub-uh::before {
    display: none;
}.course-summary-VU .knowledge-hub-uh::after {
    display: none;
}.course-summary-VU .next-skill-Vl {
    padding: 2.5rem;
    grid-column: 1 / 9;
    grid-row: 2;
}.course-summary-VU .container {
    height: auto;
    padding: 5rem 0;
}
}

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

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

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



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



@keyframes lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}

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



@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}



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



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

