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

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

.design-res-Lc {
    flex: 0 0 auto;
}

.design-res-Lc {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 2;
    padding: 80px 0 40px;
}

.thankYouDiv-I2::after {
    filter: blur(50px);
    background: rgb(175,179,161,0.5);
    opacity: 0.2;
    content: "";
    position: absolute;
    animation: float 15s infinite ease-in-out reverse;
    transform: rotate(10deg) skew(-10deg);
    height: 60%;
    bottom: -10%;
    width: 40%;
    left: -5%;
    z-index: 0;
}

.thankYouDiv-I2 .learning-corner-C1 {
    border-left: 5px solid rgb(210,212,198);
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    padding: 40px;
}

.thankYouDiv-I2 span {
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.access-now-49::before {
    top: 0;
    width: 100%;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(210,212,198,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(210,212,198,0.5) 98%);
    background-size: 30px 30px;
    left: 0;
    content: '';
}

.access-now-49 .request-widget-xp::after {
    border-top: none;
    bottom: -8px;
    border-left: none;
    right: -8px;
}

.access-now-49 .request-widget-xp:hover {
    color: rgb(210,212,198);
}

.access-now-49 .request-widget-xp:hover::after {
    right: 0;
    bottom: 0;
}

.access-now-49 .learning-corner-C1::before {
    height: 150px;
    left: -75px;
    opacity: 0.2;
    filter: blur(30px);
    background: rgb(210,212,198,0.5);
    width: 150px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    content: '';
    top: -75px;
}

.plan-shelf-QY::before {
    top: -10%;
    z-index: 0;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    opacity: 0.4;
    filter: blur(60px);
    position: absolute;
    right: -5%;
    content: "";
    width: 40%;
    background: linear-gradient(145deg, rgb(210,212,198,0.5), rgb(175,179,161,0.5));
}

.plan-shelf-QY .indv-cost-TW {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
    text-align: center;
}

.plan-shelf-QY .pricing-list-mx {
    line-height: 1.6;
    color: #000000;
    margin: 20px auto 0;
    font-size: 14px;
    max-width: 680px;
}

.plan-shelf-QY .offer-box-RQ {
    transform: perspective(1000px) rotateX(0deg);
    backface-visibility: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}

.plan-shelf-QY .rate-choice-D1 {
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    flex-grow: 1;
}

.plan-shelf-QY .rate-choice-D1 h3::before {
    background: linear-gradient(to bottom, rgb(210,212,198), rgb(175,179,161));
    border-radius: 10px;
    height: calc(100% - 10px);
    position: absolute;
    content: "";
    width: 4px;
    top: 5px;
    left: 0;
}

.plan-shelf-QY .img-gallery-item-l7 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.prospective-members-nP {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(238,239,234) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}

.prospective-members-nP::after {
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    height: 100%;
    background-size: 120px 120px;
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.03;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    position: absolute;
    width: 100%;
}

.prospective-members-nP .learning-corner-C1::after {
    filter: blur(25px);
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(175,179,161) 0%, rgb(210,212,198) 100%);
    height: 150px;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    position: absolute;
    bottom: -75px;
    width: 150px;
    border-radius: 50%;
    content: "";
    left: -75px;
}

.prospective-members-nP div p:last-child {
    margin-bottom: 0;
}

.prospective-members-nP div p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}

.prospective-members-nP div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.prospective-members-nP div p svg path {
    fill: rgb(210,212,198);
}

.prospective-members-nP div p:hover::after {
    width: 100%;
}

.learning-system-NA::before {
    width: 100%;
    background-size: 120px 120px, 150px 150px, 80px 80px;
    top: 0;
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(175,179,161,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 90% 80%, rgb(210,212,198,0.5) 0.5%, transparent 7%),
        radial-gradient(circle at 50% 50%, rgb(175,179,161,0.5) 0.25%, transparent 4%);
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.1;
    left: 0;
}

.learning-system-NA .text-pill-wrap-KO::before {
    width: 100px;
    content: "";
    border-radius: 0 0 0 100%;
    transition: transform 0.5s ease;
    position: absolute;
    right: 0;
    opacity: 0.1;
    transform: translate(20%, -20%);
    background: linear-gradient(135deg, rgb(175,179,161,0.5) 0%, transparent 70%);
    top: 0;
    height: 100px;
}

.learning-system-NA .text-pill-wrap-KO::after {
    content: "";
    font-family: serif;
    line-height: 1;
    z-index: 1;
    bottom: -20px;
    color: rgb(175,179,161);
    position: absolute;
    opacity: 0.06;
    font-size: 12rem;
    right: 30px;
    transition: transform 0.8s ease;
}

.course-rewards-mO h5 {
    position: relative;
    margin-right: auto;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
    z-index: 2;
    margin-left: auto;
    max-width: 900px;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
}

.course-rewards-mO .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
}

.course-rewards-mO .learning-corner-C1:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12);
}

.course-rewards-mO .img-gallery-item-l7:hover {
    transform: rotateY(5deg) perspective(1000px);
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
}

.course-rewards-mO ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    grid-gap: 25px;
    list-style: none;
    padding: 0;
}

.course-rewards-mO li:nth-child(odd) {
    border-left: 3px solid rgb(175,179,161);
}

.course-rewards-mO li:nth-child(odd):hover {
    border-left: 3px solid rgb(210,212,198);
}

.course-rewards-mO li:hover svg {
    transform: scale(1.1);
}

.course-rewards-mO svg path {
    fill: rgb(210,212,198);
    transition: fill 0.3s ease;
}

.course-rewards-mO li:nth-child(odd):hover svg path {
    fill: rgb(210,212,198);
}

.design-res-Lc .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}

.design-res-Lc .company_holder h3 {
    padding-bottom: 10px;
    display: inline-block;
    font-size: 33px;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
}

.design-res-Lc .header-master-Mj {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.design-res-Lc .head-tutor-Kx h5 {
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: 21px;
    position: relative;
    margin-bottom: 25px;
}

.design-res-Lc .head-tutor-Kx h5 {
    letter-spacing: 0.5px;
}

.design-res-Lc .head-tutor-Kx .header-master-Mj a {
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 8px 15px;
}

.footer-edu-JG::before {
    height: 1px;
    right: 15%;
    opacity: 0.2;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 15%;
    position: absolute;
    top: 0;
}



footer::after {
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    bottom: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    z-index: 1;
    left: 0;
}

.design-res-Lc .company_holder::before {
    position: absolute;
    border-radius: 50%;
    height: 100px;
    background: rgb(175,179,161,0.5);
    width: 100px;
    bottom: 0;
    z-index: -1;
    left: -30px;
    filter: blur(40px);
    content: '';
    opacity: 0.3;
}

.design-res-Lc .head-tutor-Kx h5::after {
    bottom: -5px;
    position: absolute;
    width: 30px;
    content: '';
    height: 2px;
    background: rgb(175,179,161);
    left: 0;
}

.course-program-NW .learn-development-Cu {
    height: 100%;
    top: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
}

.course-program-NW .learn-career-nz {
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    height: 100%;
    display: flex;
    width: 500%;
}

.course-program-NW .class-track-0z img {
    height: 100%;
    width: 100%;
    transform: scale(1.1);
    object-fit: cover;
    transition: transform 8s ease;
    filter: brightness(0.8) saturate(1.2);
}

.course-program-NW .education-plan-Gz h3 {
    color: #ffffff;
    grid-column: 1 / 2;
    font-weight: 700;
    padding-left: 2rem;
    font-size: 30px;
    border-left: 4px solid rgb(210,212,198);
    position: relative;
    margin: 0;
}

.course-program-NW .education-plan-Gz .request-widget-xp::before {
    background: rgb(210,212,198);
    z-index: -1;
    top: 0;
    transition: width 0.4s ease;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}




.course-program-NW .class-track-0z::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    content: "";
    z-index: 2;
    top: 0;
    left: 0;
}

.data-statistics-34::before {
    background: rgb(210,212,198,0.5);
    width: 200px;
    transform: rotate(45deg);
    right: -50px;
    z-index: 1;
    content: "";
    opacity: 0.3;
    height: 200px;
    position: absolute;
    top: -50px;
}

.data-statistics-34 h3::after {
    width: 80px;
    bottom: -15px;
    left: 50%;
    content: "";
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(210,212,198);
}

.data-statistics-34 .boost-growth-5V {
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    border-left: 5px solid rgb(210,212,198);
    transform: translateZ(0);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.data-statistics-34 .boost-growth-5V span {
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    font-weight: 600;
    z-index: 2;
    font-size: calc(14px * 0.95);
    margin-bottom: 1rem;
    display: block;
}

.data-statistics-34 .boost-growth-5V:nth-child(2n) p {
    color: rgb(175,179,161);
}

.data-statistics-34 .boost-growth-5V:nth-child(3n) p {
    color: #000000;
}

.who-we-are-pD::before {
    content: "";
    background: linear-gradient(135deg, rgb(210,212,198,0.5), rgba(0, 0, 0, 0.5) 75%);
    pointer-events: none;
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}

.who-we-are-pD h2::after {
    bottom: -10px;
    width: 80px;
    animation: expandWidth 0.7s ease-out forwards;
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(175,179,161), transparent);
    transform-origin: left;
}

.who-we-are-pD h2::after {
    width: 120px;
}

.who-we-are-pD .text-pill-wrap-KO > div {
    position: relative;
}

.who-we-are-pD .text-pill-wrap-KO p {
    color: rgb(210,212,198);
    padding-left: 15px;
    margin-bottom: 20px;
    font-size: calc(17px * 1.5);
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.who-we-are-pD .text-pill-wrap-KO:hover {
    transform: translateY(-5px);
}

header .head-sitebar-L2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(238,239,234) 0%, rgb(210,212,198,0.5) 100%);
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

header .container {
    padding: 1.5rem 2rem;
    position: relative;
}

header .header-pagewrap-82 {
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;
}

header .main-edu-dD::before {
    border: 2px dashed rgb(210,212,198,0.5);
    content: "";
    border-radius: 10px;
    opacity: 0;
    right: -5px;
    position: absolute;
    left: -5px;
    bottom: -5px;
    top: -5px;
    transition: all 0.3s ease;
}

header .head-tutor-Kx {
    list-style: none;
    padding: 0;
    align-items: center;
    position: relative;
    margin: 0;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}

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

header .first-pagebar-OZ a {
    display: block;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 0 10px 0 10px;
    position: relative;
    border-left: 3px solid transparent;
    padding: 8px 16px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

header .first-pagebar-OZ a:hover::after {
    transform: scaleX(1);
}

.help-desk-info-fA::before {
    content: "";
    z-index: 0;
    background: 
        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%);
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(60px);
    left: 0;
    position: absolute;
}

.help-desk-info-fA .connect-block-xy {
    display: flex;
    margin: 0 0 60px 0;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 41px;
    align-items: center;
    padding: 0;
    letter-spacing: 3px;
    text-shadow: 
        0 0 5px rgb(210,212,198),
        0 0 10px rgb(210,212,198),
        0 0 20px rgb(210,212,198);
}

.help-desk-info-fA .content-wrapper::after {
    width: 100%;
    right: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(175,179,161), transparent);
    bottom: 0;
    content: "";
}

.help-desk-info-fA .course-info-qH {
    z-index: 3;
    width: 60%;
    position: relative;
    padding: 40px;
}

.help-desk-info-fA .course-info-qH p {
    display: flex;
    position: relative;
    border-radius: 10px;
    align-items: center;
    padding: 15px 25px 15px 50px;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 0 20px 0;
    border-left: 2px solid rgb(210,212,198);
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
}

.help-desk-info-fA .course-info-qH p {
    opacity: 1;
}

.help-desk-info-fA .course-info-qH p span {
    opacity: 0.9;
    margin-left: 10px;
}

.help-desk-info-fA .course-info-qH p a::before {
    height: 1px;
    transform-origin: right;
    left: 0;
    transition: transform 0.3s ease;
    bottom: -2px;
    content: "";
    background: rgb(210,212,198);
    box-shadow: 0 0 5px rgb(210,212,198);
    width: 100%;
    position: absolute;
    transform: scaleX(0);
}

.help-desk-info-fA .contact-map-Xu {
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 20px;
    text-shadow: 0 0 10px rgb(210,212,198,0.5);
    align-items: center;
}

.help-desk-info-fA .reach-team-96 {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    display: grid;
}

.help-desk-info-fA .msg-form-7G svg {
    width: 14px;
    opacity: 0.7;
    height: 14px;
    fill: none;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 2px rgb(210,212,198,0.5));
    stroke: rgb(210,212,198);
    margin-right: 8px;
    stroke-width: 2;
    stroke-linecap: round;
    transition: all 0.3s ease;
}

#cookie-popupbanner-6w {
    display: none;
}

.cookieWarningMessage-EA h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.digital-cookies-Cf svg, .digital-cookies-Cf svg path, .digital-cookies-Cf img {
    height: 100px;
    fill: rgb(210,212,198);
    width: 100px;
}


.wrapper-border-6K .cookieWarningMessage-EA {
    border: none;
    box-shadow: rgb(210,212,198,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}

.wrapper-border-6K .digital-cookies-Cf {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    border-radius: 50%;
    background:rgb(210,212,198);
    height: 80px;
}

.contact-section-RX::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(210,212,198,0.5) 0,
        rgb(210,212,198,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    content: "";
    left: 0;
}

.contact-section-RX h2::before {
    bottom: 0;
    left: calc(50% - 40px);
    width: 80px;
    height: 4px;
    background: rgb(210,212,198);
    position: absolute;
    content: "";
}

.contact-section-RX .img-gallery-item-l7 {
    min-height: 550px;
    position: relative;
    flex: 0 0 45%;
}

.contact-section-RX .support-message-Uq {
    padding: 60px;
    flex-direction: column;
    position: relative;
    justify-content: center;
    display: flex;
    flex: 0 0 55%;
}

.contact-section-RX form {
    position: relative;
    z-index: 2;
}

.contact-section-RX form h3 {
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 40px;
    display: inline-block;
}

.contact-section-RX form input[type="text"] {
    border: none;
    color: #000000;
    background: transparent;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
    padding: 20px 25px;
    font-size: 18px;
    border-bottom: 2px solid rgb(238,239,234);
}

.contact-section-RX .help-info-j5 label::before {
    position: absolute;
    width: 22px;
    content: "";
    transition: all 0.3s ease;
    top: 0;
    background: transparent;
    left: 0;
    border: 2px solid rgb(238,239,234);
    height: 22px;
}

.contact-section-RX .help-info-j5 label a::after {
    background: rgb(210,212,198);
    transform: scaleX(1);
    transition: transform 0.3s ease;
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: -1px;
}

.contact-section-RX .request-widget-xp::before {
    position: absolute;
    transition: width 0.5s ease;
    top: 0;
    z-index: -1;
    left: -10px;
    height: 100%;
    transform: skewX(-25deg);
    width: 0;
    background: rgb(175,179,161);
    content: "";
}

.contact-section-RX svg:hover,
.contact-section-RX svg:hover path {
    stroke: rgb(175,179,161);
}

.secure-haven-zD {
    padding: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.secure-haven-zD ul li::before {
    margin-left: -1em;
    width: 1em;
    color: rgb(210,212,198);
    font-size: 1.5em;
    display: inline-block;
    content: "•";
}

.secure-haven-zD h3, .secure-haven-zD h4, .secure-haven-zD h5, .secure-haven-zD h6 {
    font-weight: 600;
    color: rgb(210,212,198);
    font-size: 19px;
    padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-left: 5px solid rgb(210,212,198);
}

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

.education-experience-PF .img-gallery-item-l7::before {
    position: absolute;
    z-index: 1;
    content: "";
    box-sizing: border-box;
    top: 0;
    width: 100%;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    height: 100%;
}

.education-experience-PF .rating-reviews-tM:hover .name::after {
    width: 120px;
}

.education-experience-PF .rating-reviews-tM span:not(.name) {
    grid-row: 1;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    padding: 0.7rem 1.5rem;
    margin-top: 4rem;
    width: max-content;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 3;
    color: rgb(175,179,161);
}

.education-experience-PF .container::after {
    background: conic-gradient(from 135deg, rgb(210,212,198,0.5) 0%, rgb(175,179,161,0.5) 50%, rgb(210,212,198,0.5) 100%);
    animation: rotateGlow 25s linear infinite;
    height: 400px;
    z-index: -1;
    bottom: -200px;
    content: "";
    left: -200px;
    position: absolute;
    width: 400px;
    filter: blur(80px);
    opacity: 0.2;
    border-radius: 50%;
}

.title-opener-6a .page-hero-IC::after {
    animation: orbital-movement 20s infinite linear;
    right: -50%;
    left: -50%;
    transform: rotate(-15deg);
    background: radial-gradient(circle at 70% 60%, 
    rgb(210,212,198,0.5) 0%, 
    transparent 20%),
    radial-gradient(circle at 20% 30%, 
    rgb(175,179,161,0.5) 0%, 
    transparent 25%);
    bottom: -50%;
    z-index: -1;
    opacity: 0.7;
    position: absolute;
    top: -50%;
    content: "";
}

.title-opener-6a .knowledge-experts-57::after {
    bottom: -100px;
    border: 1px dashed rgb(210,212,198,0.5);
    border-radius: 50%;
    right: -100px;
    position: absolute;
    content: "";
    animation: rotate 20s infinite linear;
    width: 200px;
    height: 200px;
}

.title-opener-6a .title_style_header::after {
    position: absolute;
    transform: translateZ(25px);
    width: 60px;
    left: 0;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(210,212,198), rgb(175,179,161));
    bottom: -15px;
    border-radius: 10px;
}

::-webkit-scrollbar {
}

::-webkit-scrollbar-button {
    background: rgb(175,179,161,0.5);
}

::-webkit-scrollbar-thumb {
    box-shadow: -2px -4px 14px -2px rgba(0, 0, 0, 0.7);
    background: radial-gradient(ellipse at center, #ffffff 50%, rgb(175,179,161) 72%, rgb(210,212,198,0.5) 91%, rgb(238,239,234) 51%);
    transition: background 2.3s ease-in-out;
    border: 1px dotted rgb(175,179,161);
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    transform: scale(0.95);
    box-shadow: -2px -5px 15px 4px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(175,179,161);
    box-shadow: inset 3px 3px 6px 5px rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-corner {
    background: rgb(175,179,161);
    border-radius: 5px;
}



@media (max-width: 991px) {.access-now-49 {
    padding: 90px 0;
}.access-now-49 .container p {
    font-size: calc(23px * 1.2);
    padding: 0 25px;
}.access-now-49 .request-widget-xp {
    height: 70px;
}
}



@media (min-width: 768px) {.plan-shelf-QY .cost-options-Ww {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.plan-shelf-QY .skill-offers-MW {
    grid-template-columns: 1fr;
}
}



@media (min-width: 992px) {.plan-shelf-QY .skill-offers-MW {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.plan-shelf-QY .indv-cost-TW {
    grid-row: 1;
    text-align: left;
    grid-column: 2;
    align-self: center;
}.plan-shelf-QY .indv-cost-TW h2 {
    display: inline-block;
}.plan-shelf-QY .indv-cost-TW h2::after {
    transform: none;
    left: 0;
}.plan-shelf-QY .pricing-list-mx {
    margin: 25px 0 0;
}.plan-shelf-QY .cost-options-Ww {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 479px) {.prospective-members-nP {
    padding: 40px 0;
}.prospective-members-nP .learning-corner-C1 {
    padding: 25px 15px;
}.prospective-members-nP h4 {
    font-size: calc(28px - 6px);
}.prospective-members-nP div p {
    font-size: calc(14px - 2px);
    padding: 8px 10px;
}.prospective-members-nP div p svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    min-width: 18px;
}}



@media (max-width: 767px) {.learning-system-NA {
    padding: 4rem 0;
}.learning-system-NA .learning-corner-C1 {
    padding: 0 1.5rem;
}.learning-system-NA h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.learning-system-NA h2::after {
    height: 2px;
    width: 50%;
}.learning-system-NA .text-pill-wrap-KO {
    padding: 1.75rem;
}.learning-system-NA .text-pill-wrap-KO::after {
    right: 20px;
    bottom: -10px;
    font-size: 8rem;
}
}



@media (hover: none) {.learning-system-NA .text-pill-wrap-KO:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.04),
            0 1px 3px rgba(0, 0, 0, 0.02);
    transform: none;
}.learning-system-NA .text-pill-wrap-KO:hover::before,
    .learning-system-NA .text-pill-wrap-KO:hover::after {
    transform: none;
}}



@media (max-width: 768px) {.course-rewards-mO {
    padding: 60px 0;
}.course-rewards-mO h5 {
    font-size: calc(18px - 4px);
    margin-bottom: 30px;
}.course-rewards-mO h5::after {
    bottom: -10px;
    width: 60px;
}.course-rewards-mO .learning-corner-C1 {
    padding: 25px 20px;
}.course-rewards-mO li {
    padding: 15px 20px;
}
}



@media (max-width: 768px) {.design-res-Lc {
    padding: 60px 0 30px;
}.design-res-Lc .header-master-Mj {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.design-res-Lc .head-tutor-Kx {
    padding: 0;
}}



@media (max-width: 992px) {.data-statistics-34 {
    padding: 4rem 1.5rem;
}.data-statistics-34 h3 {
    font-size: calc(30px * 0.9);
}.data-statistics-34 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 768px) {.data-statistics-34 {
    padding: 3rem 1rem;
}.data-statistics-34 h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 2rem;
}.data-statistics-34 h3::after {
    bottom: -10px;
    width: 60px;
}.data-statistics-34 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}.data-statistics-34 .boost-growth-5V {
    padding: 1.5rem;
}.data-statistics-34 .boost-growth-5V p {
    font-size: calc(40px * 1.1);
}
}



@media (min-width: 992px) {.who-we-are-pD {
    padding: 180px 0;
}.who-we-are-pD::after {
    right: -10%;
    width: 60%;
    top: -20%;
}.who-we-are-pD h2 {
    transform: translateX(-10px);
}.who-we-are-pD .text-pill-wrap-KO {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 80px;
}.who-we-are-pD .text-pill-wrap-KO::before {
    width: 8px;
}.who-we-are-pD .text-pill-wrap-KO div > div {
    column-count: 2;
}
}



@media (max-width: 991px) {header .header-pagewrap-82 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
}header .top-learn-ev {
    justify-self: center;
}header .head-tutor-Kx {
    justify-content: center;
}header .head-tutor-Kx::before {
    opacity: 0.1;
    background: rgb(175,179,161,0.5);
    width: 100%;
}
}


@media (max-width: 1023px) {.help-desk-info-fA .img-gallery-item-l7 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 300px;
    position: relative;
    width: 100%;
}.help-desk-info-fA .course-info-qH,
    .help-desk-info-fA .message-block-QK {
    width: 100%;
}.help-desk-info-fA .content-wrapper {
    flex-direction: column;
    display: flex;
}.help-desk-info-fA .course-info-qH {
    order: 2;
    padding: 30px;
}.help-desk-info-fA .message-block-QK {
    margin-top: 0;
    order: 3;
    border-radius: 0 0 22px 22px;
    border-top: none;
}.help-desk-info-fA .connect-block-xy svg {
    height: 30px;
    width: 30px;
}
}


@media only screen and (max-width: 800px){.wrapper-border-6K .digital-cookies-Cf {
    margin: 0;
    margin-bottom: 14px;
}}



@media (max-width: 1024px) {.contact-section-RX {
    padding: 80px 0;
}.contact-section-RX .img-gallery-item-l7 {
    min-height: 500px;
}.contact-section-RX .support-message-Uq {
    padding: 50px 40px;
}
}



@media (max-width: 768px) {.contact-section-RX {
    padding: 60px 0;
}.contact-section-RX .support-section-Vy {
    flex-direction: column;
}.contact-section-RX .img-gallery-item-l7 {
    width: 100%;
    min-height: 300px;
}.contact-section-RX .support-message-Uq {
    width: 100%;
    padding: 40px 30px;
}.contact-section-RX form h3 {
    margin-bottom: 30px;
}.contact-section-RX form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-section-RX .help-info-j5 {
    margin-bottom: 30px;
}.contact-section-RX .request-widget-xp {
    width: 100%;
    padding: 15px 30px;
}
}



@media (max-width: 576px) {.education-experience-PF {
    padding: 5rem 0;
}.education-experience-PF .rating-reviews-tM {
    padding: 1.5rem;
}.education-experience-PF .img-gallery-item-l7 {
    height: 250px;
}.education-experience-PF .name {
    font-size: 18px;
}.education-experience-PF .rating-reviews-tM span:not(.name) {
    font-size: 15px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.education-experience-PF .employee-info-1D {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}



@media (max-width: 768px) {.title-opener-6a {
    min-height: 100vh;
    height: auto;
}.title-opener-6a .page-hero-IC {
    padding: 5rem 1rem;
}.title-opener-6a .knowledge-experts-57 {
    width: 95%;
    gap: 1.5rem;
    transform: perspective(600px) rotateX(1deg);
    padding: 2rem 1.5rem;
}.title-opener-6a .title_style_header {
    font-size: clamp(1.8rem, 3vw + 0.6rem, 2.5rem);
}.title-opener-6a h3 {
    font-size: clamp(0.9rem, 1.5vw + 0.3rem, 1.2rem);
    padding-right: 0;
}.title-opener-6a p {
    font-size: 0.9rem;
}.title-opener-6a .knowledge-experts-57::before {
    left: -40px;
    height: 80px;
    top: -40px;
    width: 80px;
}.title-opener-6a .knowledge-experts-57::after {
    width: 100px;
    right: -50px;
    bottom: -50px;
    height: 100px;
}.title-opener-6a .page-hero-IC::before {
    background: radial-gradient(circle at 50% 40%, 
      rgba(0, 0, 0, 0.2) 0%, 
      rgba(0, 0, 0, 0.7) 60%, 
      rgba(0, 0, 0, 0.9) 100%);
}
}

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



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



@keyframes growVertical {
    from { height: 0; }
    to { height: 100%; }
}



@keyframes floatElement {
    0% { transform: rotate(-25deg) translateY(0); }
    50% { transform: rotate(-22deg) translateY(-15px); }
    100% { transform: rotate(-25deg) translateY(0); }
}



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



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



@keyframes pulse-small {
  0% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) scale(1.2);
    opacity: 0.8;
  }
}

