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

.site-top-Or {
    flex: 1 0 auto;
}

.wrapper-border-6K {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

header,footer {
    width: 100%;
}


.thankYouDiv-I2 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(255,255,255,0.95) 100%);
}

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

.thankYouDiv-I2 h2 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: calc(33px * 1.1);
    transform: perspective(1000px) translateZ(0);
    text-align: center;
}

.thankYouDiv-I2 .learning-corner-C1:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}

.access-now-49 {
    overflow: hidden;
    padding: 110px 0;
    position: relative;
    background: linear-gradient(170deg, rgb(238,239,234) 0%, rgb(210,212,198,0.5) 100%);
}

.access-now-49 .learning-corner-C1 {
    justify-content: space-between;
    z-index: 10;
    align-items: center;
    position: relative;
    display: flex;
}

.access-now-49 .request-widget-xp {
    color: #000000;
    position: relative;
    justify-content: center;
    background: transparent;
    font-size: 15px;
    transition: all 0.4s ease;
    font-weight: 700;
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    z-index: 5;
    text-decoration: none;
    height: 80px;
}

.access-now-49 .request-widget-xp:hover::before {
    left: 0;
    top: 0;
}

.access-now-49::after {
    width: 100%;
    background:
        linear-gradient(135deg, transparent 50%, rgb(210,212,198,0.5) 50%);
    z-index: 1;
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.1;
    right: 0;
}

.plan-shelf-QY {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,239,234), rgba(240, 240, 255, 0.95));
    padding: 120px 0;
}

.plan-shelf-QY .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1320px;
}

.plan-shelf-QY .skill-offers-MW {
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}

.plan-shelf-QY .indv-cost-TW h2 {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
}

.plan-shelf-QY .cost-options-Ww {
    opacity: 0;
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
    transform: translateY(40px);
}

.plan-shelf-QY .offer-box-RQ:hover .lesson-fees-q0 {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}

.plan-shelf-QY .rate-choice-D1 h3 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    overflow-wrap: break-word;
    padding-left: 15px;
    white-space: normal;
    word-break: break-word;
    font-size: calc(23px + 2px);
}

.plan-shelf-QY .rate-choice-D1 p {
    margin-top: 5px;
    word-break: break-word;
    white-space: normal;
    flex-grow: 1;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.plan-shelf-QY .offer-box-RQ:hover .img-gallery-item-l7 {
    transform: scale(1.05);
}

.prospective-members-nP::before {
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(210,212,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(175,179,161,0.5) 0%, transparent 40%);
    opacity: 0.6;
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.prospective-members-nP .learning-corner-C1:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}

.prospective-members-nP .learning-corner-C1::before {
    height: 200px;
    filter: blur(30px);
    opacity: 0.1;
    animation: pulse-effect 8s infinite alternate ease-in-out;
    right: -100px;
    position: absolute;
    width: 200px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    top: -100px;
    content: "";
}

.prospective-members-nP div p {
    color: #ffffff;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 15px 20px;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(210,212,198);
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: calc(14px + 2px);
}

.prospective-members-nP div p::after {
    transition: width 0.5s ease;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(210,212,198) 0%, transparent 100%);
    height: 1px;
    position: absolute;
    left: 0;
    content: "";
}

.learning-system-NA .learning-corner-C1 {
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}

.learning-system-NA h2::after {
    bottom: -0.75rem;
    width: 40%;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(210,212,198) 0%, rgb(175,179,161) 100%);
    transform-origin: left;
}

.learning-system-NA .text-pill-wrap-KO:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
}

.learning-system-NA .text-pill-wrap-KO:hover::after {
    transform: translateY(-10px);
}

.course-rewards-mO {
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.course-rewards-mO::after {
    left: -5%;
    transform: rotate(15deg) skewX(-10deg);
    background: linear-gradient(45deg, rgb(175,179,161,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
    bottom: -5%;
    width: 40%;
    filter: blur(40px);
    height: 50%;
    content: "";
}

.course-rewards-mO .learning-corner-C1 {
    z-index: 4;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 40px;
}

.course-rewards-mO .text-pill-wrap-KO {
    width: 100%;
    margin-top: 40px;
}

.course-rewards-mO li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 1);
    transform: translateX(5px);
    border-left: 3px solid rgb(175,179,161);
}

.course-rewards-mO li div {
    width: 100%;
}

.course-rewards-mO li p {
    display: flex;
    align-items: flex-start;
    margin: 0;
    line-height: 1.6;
    font-size: calc(13px - 1px);
    color: #000000;
}

.course-rewards-mO li:hover svg path {
    fill: rgb(175,179,161);
}

footer {
    position: relative;
}

.design-res-Lc .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}

.design-res-Lc .company_holder h3::after {
    background: rgb(210,212,198);
    height: 4px;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
    content: '';
    width: 40px;
    left: 0;
}

.design-res-Lc .verify-cta-dn {
    position: relative;
    grid-column: 5 / 13;
}

.design-res-Lc .head-tutor-Kx {
    position: relative;
}



.design-res-Lc .head-tutor-Kx {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
    padding-top: 20px;
}

.design-res-Lc .head-tutor-Kx .header-master-Mj {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.design-res-Lc .head-tutor-Kx .header-master-Mj a::before {
    transition: all 0.3s ease;
    content: '';
    height: 100%;
    left: 0;
    background: rgb(210,212,198);
    top: 0;
    position: absolute;
    z-index: -1;
    width: 3px;
}

.footer-edu-JG {
    padding: 20px 0;
    position: relative;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}



.footer-edu-JG {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}

.design-res-Lc .company_holder::after {
    z-index: -1;
    background: rgb(210,212,198,0.5);
    width: 150px;
    content: '';
    opacity: 0.4;
    border-radius: 50%;
    height: 150px;
    filter: blur(60px);
    position: absolute;
    top: 40px;
    right: -50px;
}

.design-res-Lc .verify-cta-dn::before {
    background: rgb(175,179,161,0.5);
    height: 180px;
    bottom: -50px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(70px);
    left: 80px;
    opacity: 0.25;
    width: 180px;
    content: '';
    position: absolute;
}

.course-program-NW::before {
    opacity: 0.4;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    width: 100%;
    background: 
        radial-gradient(circle at left bottom, rgb(210,212,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(175,179,161,0.5) 0%, transparent 30%);
    top: 0;
}

.course-program-NW .learn-development-Cu:hover .learn-career-nz {
    animation-play-state: paused;
}

.course-program-NW .class-track-0z:hover img {
    transform: scale(1.2);
}

.course-program-NW .learning-corner-C1 {
    width: 100%;
    margin-bottom: 0;
}

.course-program-NW .education-plan-Gz {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    align-items: center;
    padding: 0 2rem;
    display: grid;
}

.course-program-NW .education-plan-Gz .request-widget-xp {
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    border-radius: 10px;
    align-items: center;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    width: max-content;
    padding: 0.8rem 2rem;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid rgb(210,212,198);
    margin: 2rem auto 0;
    grid-column: 1 / 4;
    z-index: 1;
    justify-content: center;
    overflow: hidden;
}

.course-program-NW .class-track-0z:nth-child(2)::after {
    animation-delay: 1s;
    top: 60%;
}

.course-program-NW .class-track-0z:nth-child(3)::after {
    top: 45%;
    animation-delay: 2s;
}

.course-program-NW .class-track-0z:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}




.course-program-NW .learning-corner-C1::before {
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    opacity: 0.3;
    height: 1px;
}

.data-statistics-34 h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 30px;
    transform: translateZ(0);
    letter-spacing: -0.5px;
}

.data-statistics-34 ul {
    display: grid;
    gap: 2rem;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

.data-statistics-34 .boost-growth-5V:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.data-statistics-34 .boost-growth-5V:hover::before {
    opacity: 0.1;
}

.data-statistics-34 .boost-growth-5V p {
    color: rgb(210,212,198);
    font-size: calc(40px * 1.2);
    position: relative;
    transition: all 0.4s ease;
    z-index: 2;
    font-weight: 700;
    margin: 0;
}

.data-statistics-34 .boost-growth-5V:nth-child(2n):hover p {
    color: rgb(210,212,198);
}

.data-statistics-34 .boost-growth-5V:nth-child(3n):hover p {
    color: rgb(210,212,198);
}

.who-we-are-pD::after {
    opacity: 0.15;
    top: -10%;
    content: "";
    width: 45%;
    background: rgb(175,179,161);
    right: -5%;
    transform: rotate(-25deg);
    animation: floatElement 20s infinite alternate ease-in-out;
    position: absolute;
    height: 200%;
    z-index: 0;
}

.who-we-are-pD .text-pill-wrap-KO {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    padding: 40px;
    gap: 30px;
    background: rgba(255, 255, 255, 0.92);
    transform: translateY(0);
    z-index: 3;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.who-we-are-pD .text-pill-wrap-KO {
    margin-left: 40px;
    width: calc(100% - 40px);
    padding: 60px;
}

.who-we-are-pD .text-pill-wrap-KO div > div {
    position: relative;
    font-size: 17px;
    column-count: 1;
    line-height: 1.8;
    color: #000000;
    column-gap: 40px;
    padding-left: 15px;
}

.who-we-are-pD .text-pill-wrap-KO div > div {
    column-count: 2;
}

header .head-sitebar-L2::after {
    top: -50px;
    content: "";
    left: -25%;
    position: absolute;
    background: rgb(210,212,198);
    height: 100px;
    transform: rotate(-2deg);
    opacity: 0.1;
    width: 150%;
    z-index: -2;
}

header .top-learn-ev {
    z-index: 2;
    position: relative;
}

header .main-edu-dD {
    transition: all 0.3s ease;
    transform: rotate(-3deg);
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    display: block;
    box-shadow: 5px 5px 0 rgb(210,212,198,0.5);
    position: relative;
}

header .main-edu-dD svg {
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
    height: 45px;
}

header .head-tutor-Kx:hover::before {
    width: 100%;
}

header .first-pagebar-OZ {
    position: relative;
    margin: 5px 3px;
}

header .first-pagebar-OZ:nth-child(even) {
    transform: translateY(3px);
}

header .first-pagebar-OZ a::before {
    position: absolute;
    right: 0;
    background: rgb(210,212,198);
    transform: scaleY(0);
    content: "";
    top: 0;
    width: 5px;
    height: 100%;
    transition: transform 0.3s ease;
    transform-origin: top;
}

header .first-pagebar-OZ a:hover {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    transform: translateX(5px);
    color: rgb(210,212,198);
    border-left-color: rgb(210,212,198);
}

.help-desk-info-fA::after {
    z-index: 0;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.help-desk-info-fA .content-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(17, 55, 85, 0.7);
    box-shadow: 
        0 0 20px rgb(210,212,198,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}


.help-desk-info-fA .content-wrapper {
    position: relative;
}

.help-desk-info-fA .img-gallery-item-l7 {
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    top: 0;
    object-fit: cover;
    width: 60%;
    opacity: 0.7;
    filter: grayscale(70%) contrast(120%) brightness(80%);
    right: 0;
    mix-blend-mode: luminosity;
    position: absolute;
    height: 100%;
}

.help-desk-info-fA .course-info-qH p svg {
    transition: all 0.3s ease;
    position: absolute;
    fill: rgb(210,212,198);
    left: 15px;
    width: 20px;
    filter: drop-shadow(0 0 3px rgb(210,212,198));
    transform: translateY(-50%);
    top: 50%;
    height: 20px;
}

.help-desk-info-fA .course-info-qH p:nth-child(even) {
    border-left: 2px solid rgb(175,179,161);
}

.help-desk-info-fA .course-info-qH p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(175,179,161));
}

.help-desk-info-fA .course-info-qH p a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
}

.help-desk-info-fA .course-info-qH p:nth-child(even) a::before {
    box-shadow: 0 0 5px rgb(175,179,161);
    background: rgb(175,179,161);
}

.help-desk-info-fA .message-block-QK {
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    width: 60%;
    position: relative;
    border-top: 2px solid rgb(210,212,198);
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 40px;
    border-radius: 22px;
}

.help-desk-info-fA .msg-form-7G {
    justify-content: center;
    padding: 12px;
    font-size: 18px;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
}

.cookieWarningMessage-EA {
    z-index: 90;
    position: fixed;
    background: rgb(238,239,234);
    bottom: 0;
    border-top: 2px solid rgb(210,212,198);
    width: 100%;
}

.cookieWarningMessage-EA p {
    font-size: 18px;
}

.digital-cookies-Cf {
    flex-shrink: 0;
    margin-right: 10px;
}

.cookieWarningMessage-EA p a {
    color: rgb(210,212,198);
    text-decoration: none;
}

.wrapper-border-6K .data-control-Nw {
    font-weight: 400;
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    background: rgb(210,212,198);
}

.wrapper-border-6K .privacy-learn-dU h5, .wrapper-border-6K .privacy-learn-dU p {
    color: #000000;
}

.contact-section-RX {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(238,239,234);
}

.contact-section-RX .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.contact-section-RX h2 {
    font-size: 29px;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
    color: #000000;
    position: relative;
    text-align: center;
}

.contact-section-RX .support-section-Vy {
    background: #ffffff;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 50px;
}

.contact-section-RX .support-message-Uq::before {
    border: 30px solid rgb(210,212,198,0.5);
    top: -75px;
    z-index: 0;
    height: 150px;
    width: 150px;
    position: absolute;
    content: "";
    right: -75px;
    border-radius: 50%;
}

.contact-section-RX form h3::after {
    left: 0;
    position: absolute;
    bottom: -15px;
    background: rgb(210,212,198);
    width: 50%;
    content: "";
    height: 2px;
}

.contact-section-RX form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.contact-section-RX .help-info-j5 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section-RX .help-info-j5 label {
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: 12px;
    padding-left: 35px;
    cursor: pointer;
}

.contact-section-RX .help-info-j5 input[type="checkbox"]:checked + label::after {
    top: 4px;
    border: solid #ffffff;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    height: 12px;
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
}

.contact-section-RX .help-info-j5 label a:hover::after {
    background: rgb(175,179,161);
    transform: scaleX(0);
}

.contact-section-RX .request-widget-xp:hover::before {
    width: 150%;
}

.contact-section-RX svg {
    stroke-width: 2;
    width: 24px;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(210,212,198);
    height: 24px;
}

.contact-section-RX svg path {
    fill: none;
    stroke: rgb(210,212,198);
    transition: all 0.3s ease;
}

.secure-haven-zD h1 {
    color: rgb(210,212,198);
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 40px;
    margin-bottom: 30px;
    border-bottom: 4px solid rgb(210,212,198);
}

.secure-haven-zD ul {
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}

.secure-haven-zD p, .secure-haven-zD span, .secure-haven-zD div {
    line-height: 1.8;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.education-experience-PF::before {
    top: 0;
    content: "";
    animation: breatheGlow 15s ease-in-out infinite alternate;
    z-index: 1;
    filter: blur(70px);
    width: 100%;
    opacity: 0.4;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(210,212,198,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(175,179,161,0.5) 0%, transparent 35%);
    height: 100%;
}

.education-experience-PF .img-gallery-item-l7 {
    grid-row: 1 / span 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 2;
    transform: scale(1) rotate(0deg);
    z-index: 3;
    height: 100%;
    position: relative;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 23px;
    filter: contrast(1.1) brightness(1.05);
}

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

.education-experience-PF .rating-reviews-tM:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}

.education-experience-PF .rating-reviews-tM:hover .employee-info-1D {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}

.education-experience-PF .employee-info-1D::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    background-size: 200% 200%;
    position: absolute;
}

.title-opener-6a .page-hero-IC {
    z-index: 1;
    width: 100%;
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.title-opener-6a .knowledge-experts-57 {
    width: 90%;
    gap: 2.5rem;
    z-index: 2;
    position: relative;
    padding: 3rem;
    transform: perspective(1000px) rotateX(3deg);
    transform-style: preserve-3d;
    display: flex;
    max-width: 1000px;
    flex-direction: column;
}

.title-opener-6a .knowledge-experts-57 > div:nth-child(1) {
    animation-delay: 0.3s;
}

.title-opener-6a .knowledge-experts-57 > div:nth-child(2) {
    animation-delay: 0.6s;
}

.title-opener-6a .title_style_header {
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #ffffff;
    transform: translateZ(30px);
    position: relative;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw + 1rem, 39px);
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.title-opener-6a p {
    line-height: 1.6;
    font-weight: 400;
    font-size: 13px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
    transform: translateZ(15px);
}


@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 (max-width: 991px) {.thankYouDiv-I2 {
    padding: 90px 0;
}.thankYouDiv-I2 h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.thankYouDiv-I2 .learning-corner-C1 {
    padding: 30px;
}
}



@media (max-width: 480px) {.thankYouDiv-I2 {
    padding: 50px 0;
}.thankYouDiv-I2 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.thankYouDiv-I2 .learning-corner-C1 {
    padding: 20px 15px;
    border-left: 3px solid rgb(210,212,198);
}.thankYouDiv-I2 li::before {
    width: 8px;
    height: 8px;
    top: 8px;
}.thankYouDiv-I2 span {
    font-size: calc(14px - 2px);
    line-height: 1.6;
}}



@media (max-width: 767px) {.access-now-49 {
    padding: 70px 0;
}.access-now-49 .learning-corner-C1 {
    flex-direction: column;
    gap: 40px;
}.access-now-49 .container p {
    flex: none;
    text-align: left;
    font-size: 23px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
}.access-now-49 .request-widget-xp {
    width: 80%;
    flex: none;
    height: 60px;
}
}



@media (min-width: 1200px) {.plan-shelf-QY .cost-options-Ww {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.plan-shelf-QY .rate-choice-D1 {
    padding: 40px 35px;
}.plan-shelf-QY .img-gallery-item-l7 {
    height: 240px;
}
}



@media (max-width: 480px) {.plan-shelf-QY {
    padding: 60px 0;
}.plan-shelf-QY .rate-choice-D1 {
    padding: 25px 20px;
}.plan-shelf-QY .img-gallery-item-l7 {
    height: 180px;
}}



@media (max-width: 991px) {.prospective-members-nP {
    padding: 80px 0;
}.prospective-members-nP .learning-corner-C1 {
    padding: 40px 30px;
}.prospective-members-nP h4 {
    font-size: calc(28px - 2px);
    margin-bottom: 30px;
}.prospective-members-nP div p {
    margin-bottom: 20px;
    font-size: 14px;
    padding: 12px 15px;
}
}



@media (max-width: 991px) {.learning-system-NA {
    padding: 5rem 0;
}.learning-system-NA h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.learning-system-NA .text-pill-wrap-KO {
    padding: 2rem;
}
}



@media (max-width: 480px) {.learning-system-NA {
    padding: 3rem 0;
}.learning-system-NA .learning-corner-C1 {
    padding: 0 1rem;
}.learning-system-NA h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.learning-system-NA .text-pill-wrap-KO {
    padding: 1.5rem;
    border-left-width: 3px;
}.learning-system-NA p {
    font-size: calc(12px * 0.95);
}.learning-system-NA .text-pill-wrap-KO::after {
    right: 10px;
    font-size: 6rem;
}
}



@media (max-width: 991px) {.course-rewards-mO {
    padding: 80px 0;
}.course-rewards-mO h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 40px;
}.course-rewards-mO .learning-corner-C1 {
    padding: 30px;
}.course-rewards-mO ul {
    grid-template-columns: 1fr;
}
}



@media (max-width: 576px) {.course-rewards-mO {
    padding: 50px 0;
}.course-rewards-mO h5 {
    font-size: calc(18px - 6px);
}.course-rewards-mO .container {
    padding: 0 15px;
}.course-rewards-mO .learning-corner-C1 {
    padding: 20px 15px;
}.course-rewards-mO li {
    padding: 15px;
}.course-rewards-mO li p {
    font-size: calc(13px - 2px);
}.course-rewards-mO svg {
    margin-right: 10px;
    transform: scale(0.9);
}}




@media (max-width: 768px) {.course-program-NW {
    min-height: 100vh;
}.course-program-NW .learn-development-Cu::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.course-program-NW .learning-corner-C1 {
    margin-bottom: 0;
}.course-program-NW .education-plan-Gz {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.course-program-NW .education-plan-Gz h3 {
    font-size: calc(30px * 0.9);
}.course-program-NW .education-plan-Gz span,
    .course-program-NW .education-plan-Gz p {
    font-size: calc(16px * 0.9);
}.course-program-NW .education-plan-Gz .request-widget-xp {
    width: 100%;
    margin-top: 1.5rem;
}}



@media (hover: none) {.data-statistics-34 .boost-growth-5V:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.data-statistics-34 .boost-growth-5V:hover span {
    transform: none;
}.data-statistics-34 .boost-growth-5V:hover p {
    color: inherit;
    transform: none;
}.data-statistics-34 .boost-growth-5V:hover::before {
    opacity: 0;
}}



@media (min-width: 1200px) {.who-we-are-pD h2 {
    margin-bottom: 80px;
}.who-we-are-pD .text-pill-wrap-KO {
    width: calc(100% - 120px);
    padding: 100px;
    margin-left: 120px;
}.who-we-are-pD .text-pill-wrap-KO::before {
    width: 10px;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .head-tutor-Kx {
    width: 100%;
    flex-direction: column;
}header .first-pagebar-OZ {
    transform: none !important;
    width: 100%;
    margin: 3px 0;
}header .first-pagebar-OZ a {
    border-left: none;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    text-align: center;
}header .first-pagebar-OZ a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(210,212,198);
    transform: translateY(-3px);
}header .first-pagebar-OZ a::before {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: 5px;
    right: auto;
    transform: scaleX(0);
}header .first-pagebar-OZ a:hover::before {
    transform: scaleX(1);
}
}


@media only screen and (max-width: 1200px) {.cookieWarningMessage-EA {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.digital-cookies-Cf {
    display: none;
}.cookie-control-T1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookieWarningMessage-EA h5 {
    text-align: center;
}.cookieWarningMessage-EA p {
    text-align: center;
}.privacy-learn-dU {
    margin-bottom: 20px;
}body .wrapper-border-6K .data-control-Nw {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 480px) {.contact-section-RX {
    padding: 50px 0;
}.contact-section-RX h2 {
    font-size: calc(29px * 0.85);
}.contact-section-RX .support-section-Vy {
    margin-top: 30px;
}.contact-section-RX .img-gallery-item-l7 {
    min-height: 200px;
}.contact-section-RX .support-message-Uq {
    padding: 30px 20px;
}.contact-section-RX form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact-section-RX form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-section-RX .help-info-j5 {
    margin-bottom: 25px;
}.contact-section-RX .help-info-j5 label {
    font-size: calc(12px * 0.9);
}.contact-section-RX .request-widget-xp {
    padding: 12px 25px;
}}



@media (max-width: 992px) {.title-opener-6a .knowledge-experts-57 {
    padding: 2.5rem;
    gap: 1.8rem;
    transform: perspective(800px) rotateX(2deg);
}.title-opener-6a .title_style_header {
    font-size: clamp(2rem, 4vw + 0.8rem, 39px);
}.title-opener-6a h3 {
    padding-right: 5%;
    font-size: clamp(1rem, 1.8vw + 0.4rem, 24px);
}.title-opener-6a .knowledge-experts-57::before,
  .title-opener-6a .knowledge-experts-57::after {
    height: 120px;
    width: 120px;
}
}



@media (max-width: 480px) {.title-opener-6a .page-hero-IC {
    padding: 4rem 1rem;
}.title-opener-6a .knowledge-experts-57 {
    gap: 1.2rem;
    padding: 1.5rem 1rem;
    transform: none;
}.title-opener-6a .title_style_header {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
}.title-opener-6a .title_style_header::after {
    width: 40px;
    bottom: -10px;
    height: 3px;
}.title-opener-6a h3 {
    line-height: 1.5;
    font-size: 0.9rem;
}.title-opener-6a p {
    font-size: 0.85rem;
    line-height: 1.5;
}.title-opener-6a p::before {
    display: none;
}.title-opener-6a .knowledge-experts-57::before,
  .title-opener-6a .knowledge-experts-57::after {
    display: none;
}
}

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



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

@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


    
    @keyframes expandWidth {
        from { width: 0; }
        to { width: 120px; }
    }



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}



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



@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
}

