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

.head-teach-grY {
    flex: 1 0 auto;
}

.footer-benefit-NIQ {
    flex: 0 0 auto;
}

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

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

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

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


.course-summary-mKl {
    background: linear-gradient(135deg, rgb(181,164,185,0.5), rgb(240,231,242));
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.course-summary-mKl .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

.course-summary-mKl .program-plan-6XU {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transform: perspective(1000px) rotateY(-1deg);
}

.course-summary-mKl .image-panel-xu5::after {
    content: "";
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(215,200,217,0.5) 100%
  );
    inset: 0;
    position: absolute;
}

.course-summary-mKl h3 {
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: calc(23px * 1.1);
}

.course-summary-mKl .program-plan-6XU:hover h3::after {
    transform: scaleX(1);
}

.course-summary-mKl span.description {
    display: none;
}

.course-summary-mKl .reading-block-oeE::before {
    z-index: 3;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    right: 30px;
    width: 60px;
    content: "";
    top: -30px;
    background: rgb(215,200,217);
    opacity: 0.9;
    position: absolute;
    height: 60px;
    transform: rotate(45deg);
}

.visitor-controls-mbg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.manage-tracking-hLo {
    margin-right: 15px;
    flex-shrink: 0;
}

.manage-tracking-hLo svg {
    fill: rgb(215,200,217);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}

.consent-panel-8HB p {
    color: #000000;
    font-size: 13px;
    margin-bottom: 0;
}

.cookie_button.privacy-ctrl-5gN {
    border-color: rgb(215,200,217);
    color: #ffffff;
    background-color: rgb(215,200,217);
}

#cookieDialogAlert-YAj {
    display: none;
}

#cookieDialogAlert-YAj:checked ~ .consentSettingsDialog-qI3 {
    visibility: hidden;
    opacity: 0;
}

.cookie_button.privacy-ctrl-5gN:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}

.cookie_button.tracking-policy-OAU {
    background-color: rgb(181,164,185);
    border-color: rgb(181,164,185);
    color: #000000;
}

.consentSettingsDialog-qI3 p a {
    color: rgb(215,200,217);
    text-decoration: underline;
}

.join-our-mailing-list-uch::before {
    transform: rotateX(45deg);
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(181,164,185,0.5) 70%),
        linear-gradient(135deg, rgb(215,200,217,0.5) 30%, transparent 30%);
    z-index: 1;
    top: -10%;
    opacity: 0.3;
    content: "";
    left: -10%;
    width: 120%;
    height: 120%;
}

.join-our-mailing-list-uch .help-block-twX:hover {
    transform: rotateX(0deg) rotateY(0deg);
}

.join-our-mailing-list-uch h3 {
    font-weight: 700;
    color: #000000;
    margin: 0 3rem 0 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    flex: 1;
    font-size: 18px;
    transform: translateZ(30px);
    position: relative;
}

.join-our-mailing-list-uch h3::before {
    width: 4px;
    height: 100%;
    top: 0;
    background: rgb(215,200,217);
    position: absolute;
    transform: translateZ(40px) skewY(15deg);
    left: -20px;
    content: "";
}

.join-our-mailing-list-uch input[type="email"] {
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    background: #ffffff;
    font-size: 17px;
    flex: 3;
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.join-our-mailing-list-uch input[type="submit"]:hover {
    transform: translateZ(50px) translateY(-5px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(215,200,217,0.5);
}

.join-our-mailing-list-uch input[type="submit"]::before {
    top: 0;
    content: "";
    height: 100%;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(45deg, rgb(181,164,185) 0%, rgb(215,200,217) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
}

.welcome-board-dQ4 {
    min-height: 700px;
    overflow: hidden;
    background: #000000;
    height: 100vh;
    position: relative;
    width: 100%;
}

.welcome-board-dQ4 .fast-school-BOI {
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}

.welcome-board-dQ4 .fast-school-BOI::after {
    content: '';
    z-index: 2;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
    inset: 0;
}

.welcome-board-dQ4 .edu-title-P1A {
    width: 20%;
    overflow: hidden;
    height: 100%;
    transform-origin: center;
    position: relative;
}

.welcome-board-dQ4 .edu-title-P1A::before {
    mix-blend-mode: multiply;
    z-index: 2;
    content: '';
    inset: 0;
    opacity: 0.15;
    background: rgb(181,164,185,0.5);
    position: absolute;
}

.welcome-board-dQ4 .edu-title-P1A:nth-child(2) img {
    animation-delay: -3s;
}

.welcome-board-dQ4 .edu-title-P1A:nth-child(4) img {
    animation-delay: -9s;
}

.welcome-board-dQ4 .reading-block-oeE {
    max-width: 600px;
    z-index: 10;
    margin-left: 10%;
    position: relative;
    padding: 0;
}

.welcome-board-dQ4 .reading-block-oeE h1 {
    animation: fade-in-up 1s ease 0.5s forwards;
    transform: translateY(30px);
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #ffffff;
    line-height: 1.2;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: calc(43px * 1.4);
}

.welcome-board-dQ4 .reading-block-oeE p {
    font-size: 17px;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    opacity: 0;
    animation: fade-in-up 1s ease 0.8s forwards;
    color: #ffffff;
    transform: translateY(30px);
}

.welcome-board-dQ4 .reading-block-oeE .inquiry-info-cdy::before {
    transition: width 0.4s ease;
    content: '';
    left: 0;
    z-index: -1;
    width: 0;
    background: rgb(215,200,217);
    position: absolute;
    height: 100%;
    top: 0;
}

.welcome-board-dQ4 .reading-block-oeE .inquiry-info-cdy:hover {
    color: #ffffff;
}

.welcome-board-dQ4 .reading-block-oeE .inquiry-info-cdy:hover::before {
    width: 100%;
}

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

.footer-benefit-NIQ::before {
    background: linear-gradient(90deg, rgb(215,200,217), rgb(181,164,185));
    position: absolute;
    left: 0;
    height: 5px;
    top: 0;
    width: 100%;
    content: "";
}

footer .verify-cta-DvM {
    gap: 60px;
    display: grid;
}

footer .request-support-yHF {
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

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

footer .info_item a:hover {
    color: rgb(215,200,217);
}

footer .head-mainwrap-QZL {
    margin-bottom: 15px;
}

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

footer .site-prime-Xby h5 {
    margin-bottom: 25px;
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}

footer .site-navbar-DtO {
    margin-bottom: 30px;
}

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

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

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

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

footer .expand-knowledge-CDx {
    font-size: 19px;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    padding: 14px 20px;
    color: #ffffff;
    border: none;
    background-color: rgb(215,200,217);
    font-weight: 600;
}

header::before {
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(181,164,185,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(215,200,217,0.5) 0%, transparent 15%);
    top: 0;
    height: 100%;
    position: absolute;
    animation: pulse-bg 8s infinite alternate;
    width: 100%;
    z-index: 1;
    left: 0;
    content: "";
}

header .nav-learning-QEL {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

header .main-master-9zx::before {
    content: "";
    border-radius: 50%;
    animation: rotate 10s linear infinite;
    position: absolute;
    width: 120px;
    opacity: 0.2;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(181,164,185,0.5) 120deg,
            transparent 180deg,
            rgb(215,200,217,0.5) 240deg,
            transparent 360deg
        );
    z-index: -1;
    height: 120px;
}

header .main-master-9zx svg {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(215,200,217,0.5));
    height: 45px;
    width: auto;
}

header .site-prime-Xby {
    justify-content: center;
    display: flex;
    border-bottom: 1px solid rgb(215,200,217,0.5);
    width: 100vw;
    gap: 0.8rem;
    position: relative;
    scrollbar-width: none;
    border-top: 1px solid rgb(215,200,217,0.5);
    padding: 1rem 0;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
}

header .top-core-uIr::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    left: 0;
    position: absolute;
    z-index: -1;
    border: 1px solid transparent;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateZ(-10px);
    content: "";
}

header .top-core-uIr::after {
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(181,164,185);
    transform: translateX(-50%);
    content: "";
    width: 0%;
    height: 2px;
}

header .top-core-uIr:hover::after {
    width: 80%;
}

.tyWrapper-2CD {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,231,242), rgb(181,164,185,0.5));
    position: relative;
    padding: 5rem 0;
}

.tyWrapper-2CD .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}

.tyWrapper-2CD .learn-roots-OLA {
    transform: translateZ(0);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    backdrop-filter: blur(8px);
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
    padding: 3rem;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.tyWrapper-2CD .learn-roots-OLA:hover::before {
    opacity: 0.05;
}

.tyWrapper-2CD .learn-roots-OLA > div:first-child {
    transform: translateZ(20px);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.tyWrapper-2CD .learn-roots-OLA:hover > div:first-child::after {
    transform: scaleX(1);
}

.tyWrapper-2CD h5 {
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    transform: translateZ(5px);
    letter-spacing: 0.02em;
}

.tyWrapper-2CD .learn-roots-OLA > div:last-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(15px);
}

.tyWrapper-2CD a::before {
    height: 100%;
    width: 100%;
    transition: left 0.8s ease-in-out;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    content: "";
    position: absolute;
}

.tyWrapper-2CD a:hover p {
    opacity: 1;
    color: rgb(215,200,217);
}

.pricing-structure-8g3::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    z-index: 1;
    content: "";
    right: 0;
    bottom: 0;
}

.pricing-structure-8g3 h2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 700;
    animation: titleFadeIn 0.8s ease-out forwards;
    transform: translateY(0);
    font-size: 38px;
    position: relative;
}

.pricing-structure-8g3 .training-fees-R6C {
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}

.pricing-structure-8g3 .payment-plans-uwb:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing-structure-8g3 .fee-pricing-2I4 {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    position: relative;
    transition: all 0.4s ease;
}

.pricing-structure-8g3 .payment-plans-uwb:hover .fee-pricing-2I4::before {
    transform: scaleX(1);
}

.pricing-structure-8g3 .cost-options-pas {
    flex-direction: column;
    display: flex;
    height: 100%;
    padding: 35px 30px;
    box-sizing: border-box;
}

.pricing-structure-8g3 .cost-options-pas h4 {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: calc(19px * 1.1);
    transition: color 0.3s ease;
}

.pricing-structure-8g3 .payment-plans-uwb:hover .cost-options-pas h4::after {
    width: 60px;
}

.pricing-structure-8g3 .cost-options-pas p {
    margin: 0 0 25px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}

.pricing-structure-8g3 .payment-plans-uwb:hover .deal-grid-w3F {
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(215,200,217,0.5), rgb(215,200,217));
}

.pricing-structure-8g3 .deal-grid-w3F::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    left: -100%;
    transition: left 0.7s ease;
    content: "";
}

.our-story-9Tc .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.our-story-9Tc h2 {
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: calc(33px * 1.2);
    position: relative;
    opacity: 0;
    margin-bottom: 50px;
    transform: translateX(-10px);
    color: #ffffff;
    font-weight: 700;
}

.our-story-9Tc .reading-block-oeE {
    gap: 30px;
    grid-template-columns: 1fr;
    perspective: 1000px;
    display: grid;
}

.our-story-9Tc .reading-block-oeE > div {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(181,164,185);
    backdrop-filter: blur(10px);
    animation: fadeInUp 1s 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
    padding: 40px;
    background: linear-gradient(to right bottom, 
        rgba(255, 255, 255, 0.9), 
        rgba(255, 255, 255, 0.7));
}

.contact-IpF {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.contact-IpF::before {
    height: 100%;
    backdrop-filter: blur(10px);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgb(215,200,217,0.5);
    width: 100%;
}

.contact-IpF::after {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 2;
    left: 0;
    background: linear-gradient(135deg, rgb(181,164,185,0.5) 0%, transparent 50%, rgb(215,200,217,0.5) 100%);
    pointer-events: none;
}

.contact-IpF .feedback-request-32y {
    overflow: hidden;
    padding: 60px 40px;
    width: 40%;
    position: relative;
    background: linear-gradient(to bottom right, rgb(215,200,217), rgb(181,164,185));
}

.contact-IpF .feedback-request-32y::before {
    width: 200px;
    position: absolute;
    content: '';
    background: rgb(181,164,185);
    border-radius: 50%;
    opacity: 0.4;
    height: 200px;
    top: -100px;
    right: -100px;
}

.contact-IpF .feedback-request-32y div {
    display: flex;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    z-index: 5;
    align-items: center;
    position: relative;
}

.contact-IpF .feedback-request-32y div svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
}

.contact-IpF .feedback-request-32y div:hover svg path {
    fill: rgb(240,231,242);
}

.contact-IpF .feedback-request-32y div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.contact-IpF .message-help-uha {
    position: relative;
    padding: 60px 40px;
    width: 60%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.contact-IpF .message-help-uha h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    color: #ffffff;
}

.contact-IpF form {
    flex-direction: column;
    display: flex;
    width: 100%;
}

.contact-IpF form input[type="text"],
.contact-IpF form input[type="email"] {
    color: #ffffff;
    border: none;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.08);
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
}

.contact-IpF .request-card-ILm {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
    position: relative;
}

.contact-IpF .request-card-ILm label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
}

.contact-IpF .request-card-ILm input[type="checkbox"]:checked + label::before {
    background: rgb(181,164,185);
}

.contact-IpF .request-card-ILm input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    border: solid white;
    left: 8px;
    content: '';
    height: 12px;
    width: 6px;
    top: 5px;
    border-width: 0 2px 2px 0;
    position: absolute;
}

.contact-IpF form .inquiry-info-cdy {
    overflow: hidden;
    font-size: 20px;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    border: none;
    padding: 16px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(to right, rgb(215,200,217), rgb(181,164,185));
}

.contact-IpF form .inquiry-info-cdy:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact-IpF .feedback-request-32y div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}

.customer-feedback-vQ9 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(181,164,185,0.5) 100%);
    padding: 6rem 0;
}

.customer-feedback-vQ9::after {
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(215,200,217,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(181,164,185,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(215,200,217,0.5) 0%, transparent 6%);
    position: absolute;
    content: "";
    opacity: 0.3;
}

.customer-feedback-vQ9 h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.customer-feedback-vQ9 .learn-roots-OLA {
    position: relative;
}

.customer-feedback-vQ9 .success-feedback-Aht {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    position: relative;
    display: grid;
}

.customer-feedback-vQ9 .alumni-views-UAs::before {
    top: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(215,200,217,0.5) 50%, transparent 50.5%);
    transition: opacity 0.3s ease;
    opacity: 0.1;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
}

.customer-feedback-vQ9 .alumni-views-UAs::after {
    content: '"';
    line-height: 1;
    top: 10px;
    z-index: -1;
    color: rgb(215,200,217,0.5);
    font-family: Arial, sans-serif;
    font-size: 6rem;
    position: absolute;
    right: 20px;
    opacity: 0.15;
}

.customer-feedback-vQ9 .alumni-views-UAs h3::after {
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    background: rgb(181,164,185);
    content: "";
    bottom: -5px;
}

.customer-feedback-vQ9 .alumni-views-UAs div {
    border: 2px solid rgb(215,200,217,0.5);
    transform: rotate(-5deg);
    z-index: 2;
    position: relative;
    height: 60px;
    overflow: hidden;
    width: 60px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}



.customer-feedback-vQ9 .alumni-views-UAs:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}

.secure-pantry-8QZ {
    margin: 0 auto;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(215,200,217);
    padding: 60px;
    max-width: 1200px;
    line-height: 1.8;
    color: #000000;
    background-color: rgb(240,231,242);
}

.secure-pantry-8QZ h2 {
    color: rgb(181,164,185);
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 28px;
    text-transform: uppercase;
}

.secure-pantry-8QZ li::before {
    font-size: 1.5em;
    content: '•';
    margin-right: 10px;
    color: rgb(215,200,217);
}

.secure-pantry-8QZ p {
    margin-bottom: 20px;
    font-size: 12px;
    color: #000000;
}

.secure-pantry-8QZ a {
    text-decoration: none;
    color: rgb(215,200,217);
    border-bottom: 1px solid rgb(215,200,217,0.5);
    font-weight: 600;
}

.mentorship-profile-tRZ {
    min-height: 700px;
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(240,231,242) 0%, #000000 100%);
}

.mentorship-profile-tRZ .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}

.mentorship-profile-tRZ .alumni-views-UAs {
    grid-template-columns: 1.2fr 0.8fr;
    min-height: 580px;
    gap: 30px;
    grid-template-rows: auto 1fr;
    border-radius: 19px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    display: grid;
    backdrop-filter: blur(15px);
    padding: 3rem;
}

.mentorship-profile-tRZ .image-panel-xu5 {
    border-radius: 19px;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    position: relative;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    grid-row: 1 / span 2;
    z-index: 3;
    height: 100%;
    transform: scale(1) rotate(0deg);
}

.mentorship-profile-tRZ .name {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 4;
    font-weight: 700;
    grid-column: 1;
    grid-row: 1;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    font-size: 30px;
    transform: translateX(0);
    margin: 0;
}

.mentorship-profile-tRZ .alumni-views-UAs:hover .name::after {
    width: 120px;
}

.mentorship-profile-tRZ .alumni-views-UAs span:not(.name) {
    border-radius: 10px;
    width: max-content;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    grid-row: 1;
    padding: 0.7rem 1.5rem;
    backdrop-filter: blur(10px);
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 3;
    grid-column: 1;
    font-weight: 600;
    font-size: 21px;
    color: rgb(181,164,185);
    transform: translateX(0);
}

.mentorship-profile-tRZ .alumni-views-UAs:hover .exp-highlights-ZnK {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}

.mentorship-profile-tRZ .exp-highlights-ZnK::before {
    left: 0;
    top: 0;
    background-size: 200% 200%;
    z-index: -1;
    position: absolute;
    content: "";
    animation: shimmerEffect 5s ease-in-out infinite;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    width: 100%;
}

.learning-impact-JAj {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,200,217,0.5) 0%, rgb(240,231,242) 100%);
}

.learning-impact-JAj::before {
    height: 200%;
    background: radial-gradient(circle at center, rgb(181,164,185,0.5) 0%, transparent 60%);
    position: absolute;
    top: -50%;
    opacity: 0.4;
    width: 200%;
    content: '';
    z-index: 0;
    left: -50%;
}

.learning-impact-JAj h2 {
    font-size: 40px;
    margin: 0 0 60px;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.learning-impact-JAj .learn-roots-OLA > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    gap: 60px;
}

.learning-impact-JAj .image-panel-xu5::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(215,200,217,0.5) 0%, transparent 60%);
    left: 0;
    content: '';
}

.learning-impact-JAj .reading-block-oeE {
    flex-direction: column;
    min-width: 320px;
    position: relative;
    display: flex;
    flex: 1.5;
}

.learning-impact-JAj .reading-block-oeE::before {
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    width: 120px;
    border-radius: 11px;
    bottom: -30px;
    border: 2px solid rgb(181,164,185,0.5);
    left: -30px;
    transform: rotate(45deg);
    content: '';
    height: 120px;
}

.learning-impact-JAj .text_main_holder > div::before {
    top: 0;
    opacity: 0.7;
    background: rgb(181,164,185);
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    width: 5px;
}

.learning-impact-JAj .text_main_holder > div::after {
    opacity: 0.05;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgb(181,164,185,0.5) 0%, transparent 100%);
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
}

.learning-impact-JAj .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.learning-impact-JAj .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,200,217);
}

.learning-impact-JAj .text_main_holder p {
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
}


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


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



@media (min-width: 768px) {.course-summary-mKl .program-plan-6XU {
    align-items: stretch;
    flex-direction: row;
    height: 550px;
}.course-summary-mKl .image-panel-xu5 {
    width: 50%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: auto;
}.course-summary-mKl .reading-block-oeE {
    width: 50%;
    padding: 3rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.course-summary-mKl h3 {
    margin-bottom: 2rem;
    font-size: calc(23px * 1.2);
}.course-summary-mKl p.description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.course-summary-mKl {
    padding: 4rem 0;
}.course-summary-mKl .container {
    padding: 0 1.5rem;
}.course-summary-mKl .program-plan-6XU {
    transform: none;
}.course-summary-mKl .image-panel-xu5 {
    height: 250px;
}.course-summary-mKl .reading-block-oeE {
    padding: 2rem;
}.course-summary-mKl h3 {
    margin-bottom: 1rem;
    font-size: calc(23px * 0.95);
}.course-summary-mKl p.description {
    max-height: 300px;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}


@media (max-width: 1200px) {.consent-panel-8HB h5 {
    font-size: calc(20px - 2px);
}.consent-panel-8HB p {
    font-size: calc(13px - 2px);
}.web-tracking-6NV {
    font-size: calc(15px - 2px);
}
}



@media (max-width: 992px) {.join-our-mailing-list-uch .help-block-twX {
    flex-direction: column;
    transform: none;
    padding: 2.5rem;
}.join-our-mailing-list-uch h3 {
    transform: none;
    text-align: center;
    margin: 0 0 2rem 0;
}.join-our-mailing-list-uch h3::before {
    transform: translateX(-50%);
    width: 50px;
    left: 50%;
    top: auto;
    bottom: -10px;
    height: 4px;
}.join-our-mailing-list-uch .input_holder {
    width: 100%;
    transform: none;
}.join-our-mailing-list-uch input[type="submit"]:hover {
    transform: none;
}
}



@media (max-width: 480px) {.join-our-mailing-list-uch {
    padding: 3rem 1rem;
}.join-our-mailing-list-uch .help-block-twX {
    padding: 1.5rem;
}.join-our-mailing-list-uch h3 {
    font-size: calc(18px * 0.9);
    margin: 0 0 1.5rem 0;
}.join-our-mailing-list-uch input[type="email"] {
    padding: 0.8rem 1rem;
}.join-our-mailing-list-uch input[type="submit"] {
    padding: 0.8rem 1rem;
}}



@media (max-width: 992px) {.welcome-board-dQ4 {
    min-height: 600px;
}.welcome-board-dQ4 .fast-school-BOI::before {
    background: linear-gradient(
            to right,
            #000000 0%,
            rgba(0, 0, 0, 0.5) 40%,
            transparent 90%
        );
}.welcome-board-dQ4 .reading-block-oeE {
    margin-left: 5%;
    max-width: 450px;
}.welcome-board-dQ4 .reading-block-oeE h1 {
    font-size: calc(43px * 1.1);
}
}



@media (max-width: 576px) {.welcome-board-dQ4 {
    min-height: 500px;
}.welcome-board-dQ4 .reading-block-oeE {
    padding: 1.5rem;
}.welcome-board-dQ4 .reading-block-oeE h1 {
    padding-bottom: 15px;
    font-size: calc(43px * 0.9);
    margin-bottom: 1rem;
}.welcome-board-dQ4 .reading-block-oeE p {
    font-size: calc(17px * 0.9);
    margin-bottom: 2rem;
}.welcome-board-dQ4 .reading-block-oeE .inquiry-info-cdy {
    padding: 12px 25px;
    width: 100%;
    justify-content: center;
}.welcome-board-dQ4::before {
    background-size: 15px 15px;
}
}



@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .expand-knowledge-CDx {
    white-space: nowrap;
}
}



@media (max-width: 576px) {footer .footer-benefit-NIQ {
    padding: 40px 0 20px;
}footer .verify-cta-DvM {
    gap: 40px;
}footer .site-prime-Xby h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (max-width: 991px) {header .main-master-9zx {
    margin: 0.8rem 0 1.2rem;
}header .main-master-9zx svg {
    height: 40px;
}header .top-core-uIr {
    padding: 0.5rem 1.2rem;
    font-size: calc(16px - 1px);
}
}



@media (min-width: 768px) {.tyWrapper-2CD {
    padding: 7rem 0;
}.tyWrapper-2CD .learn-roots-OLA {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.tyWrapper-2CD h5 {
    font-size: calc(19px * 1.1);
}.tyWrapper-2CD p {
    font-size: calc(17px * 1.05);
}.tyWrapper-2CD .learn-roots-OLA::after {
    border-top: 3px solid rgb(215,200,217);
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    right: -15px;
    border-right: 3px solid rgb(215,200,217);
    width: 30px;
    transform: translateZ(10px) scale(0.9);
    position: absolute;
    height: 30px;
    top: -15px;
    content: "";
}.tyWrapper-2CD .learn-roots-OLA:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.tyWrapper-2CD .learn-roots-OLA::before {
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.tyWrapper-2CD .learn-roots-OLA:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}



@media (max-width: 767px) {.tyWrapper-2CD {
    padding: 3rem 1rem;
}.tyWrapper-2CD .learn-roots-OLA {
    padding: 2rem 1.5rem;
}.tyWrapper-2CD h5 {
    font-size: calc(19px * 0.9);
}.tyWrapper-2CD p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 991px) {.pricing-structure-8g3 {
    padding: 80px 0;
}.pricing-structure-8g3 h2 {
    font-size: calc(38px * 0.9);
}.pricing-structure-8g3 .value-fees-16C {
    margin-bottom: 50px;
    font-size: calc(12px * 0.95);
}.pricing-structure-8g3 .training-fees-R6C {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing-structure-8g3 .cost-options-pas {
    padding: 30px 25px;
}
}



@media (max-width: 480px) {.pricing-structure-8g3 {
    padding: 60px 0;
}.pricing-structure-8g3 h2 {
    font-size: calc(38px * 0.8);
}.pricing-structure-8g3 .value-fees-16C {
    font-size: calc(12px * 0.85);
    margin-bottom: 35px;
}.pricing-structure-8g3 .cost-options-pas {
    padding: 25px 20px;
}.pricing-structure-8g3 .cost-options-pas h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.pricing-structure-8g3 .cost-options-pas p {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.pricing-structure-8g3 .deal-grid-w3F {
    font-size: calc(19px * 1.2);
    padding: 8px 18px;
}}



@media (min-width: 992px) {.our-story-9Tc {
    padding: 180px 0 150px;
}.our-story-9Tc .container {
    padding: 0 50px;
}.our-story-9Tc h2 {
    transform: translateX(-20px);
    margin-bottom: 70px;
    font-size: calc(33px * 1.8);
}.our-story-9Tc h2::after {
    bottom: -20px;
    width: 150px;
}.our-story-9Tc .reading-block-oeE > div {
    padding: 60px 70px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
}.our-story-9Tc .reading-block-oeE div div {
    max-height: 450px;
    columns: 2;
}.our-story-9Tc .reading-block-oeE p {
    font-size: calc(13px * 1.8);
    margin-bottom: 25px;
}
}



@media screen and (max-width: 992px) {.contact-IpF {
    padding: 80px 0;
}.contact-IpF .help-block-twX {
    flex-direction: column;
}.contact-IpF .feedback-request-32y,
    .contact-IpF .message-help-uha {
    padding: 40px 30px;
    width: 100%;
}.contact-IpF .feedback-request-32y h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.contact-IpF .feedback-request-32y div {
    margin-bottom: 20px;
}
}



@media screen and (max-width: 991px) {.customer-feedback-vQ9 {
    padding: 4rem 0;
}.customer-feedback-vQ9 .success-feedback-Aht {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.customer-feedback-vQ9 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}
}



@media screen and (max-width: 767px) {.customer-feedback-vQ9 {
    padding: 3rem 0;
}.customer-feedback-vQ9 .success-feedback-Aht {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer-feedback-vQ9 .alumni-views-UAs {
    padding: 1.5rem;
}.customer-feedback-vQ9 h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
    transform: perspective(1000px) rotateX(2deg);
}.customer-feedback-vQ9 .alumni-views-UAs div {
    width: 50px;
    height: 50px;
}.customer-feedback-vQ9 .alumni-views-UAs::after {
    top: 5px;
    font-size: 4rem;
    right: 15px;
}
}



@media (max-width: 992px) {.mentorship-profile-tRZ .alumni-views-UAs {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    padding: 2rem;
}.mentorship-profile-tRZ .image-panel-xu5 {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.mentorship-profile-tRZ .name {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
}.mentorship-profile-tRZ .alumni-views-UAs span:not(.name) {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.5rem;
}.mentorship-profile-tRZ .exp-highlights-ZnK {
    grid-column: 1;
    grid-row: 3;
}.mentorship-profile-tRZ .alumni-views-UAs:hover .name,
    .mentorship-profile-tRZ .alumni-views-UAs:hover span:not(.name) {
    transform: translateY(-5px);
}
}



@media (min-width: 992px) {.learning-impact-JAj .learn-roots-OLA > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.learning-impact-JAj .reading-block-oeE {
    padding-left: 30px;
}
}



@media (max-width: 768px) {.learning-impact-JAj {
    padding: 80px 0;
}.learning-impact-JAj h2 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.8);
}.learning-impact-JAj .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}
}



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



@keyframes cascade-carousel {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



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



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



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



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



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

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}



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



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

