﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    padding: 5px;
    width: 11px;
    height: 10px;
}::-webkit-scrollbar-track {
    background: linear-gradient(306deg, #ffffff 12%, rgb(89,99,89) 64%, rgb(89,99,89,0.5) 42%, rgb(129,140,133,0.5) 93%);
    border-radius: 0.2vh;
}::-webkit-scrollbar-thumb {
    border: 1px solid rgb(173,183,165);
    border-radius: 13.4em;
    background: #ffffff;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 2px 3px 14px 3px rgba(0, 0, 0, 0.1);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(129,140,133,0.5) rgb(255, 255, 255, 0.5);
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
}.coSU-wrapper-capsule {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.nlpE-main-tutor {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.uBey-zoom-meet {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1239px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .uBey-zoom-meet {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(89,99,89);
    padding: 80px 0 30px;
    position: relative;
    overflow: hidden;
}footer .uBey-zoom-meet::before {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    top: -50px;
    position: absolute;
    height: 100px;
    z-index: 0;
    transform: skewY(-3deg);
    content: "";
    right: 0;
    background-color: rgb(89,99,89);
    left: 0;
}footer .iAms-knowl-base {
    z-index: 1;
    position: relative;
}footer .liXv-get-contactinfo {
    margin-bottom: 60px;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}footer .info_item {
    background-color: rgb(89,99,89,0.5);
    max-width: 300px;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 20px 15px 25px;
    flex: 1 1 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .info_item::before {
    background-color: rgb(129,140,133);
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    content: "";
}footer .info_item::after {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    top: 0;
}footer .info_item:nth-child(even) {
    background-color: rgb(129,140,133,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    width: 20px;
    top: -1px;
    height: 20px;
    vertical-align: middle;
    position: relative;
    margin-right: 12px;
    fill: rgb(129,140,133);
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(129,140,133);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}footer .nIeQ-header-site {
    position: relative;
    padding: 30px;
    border-radius: 29px;
    background-color: rgb(89,99,89,0.5);
}footer .nIeQ-header-site::before {
    content: "";
    bottom: 15px;
    right: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(29px - 8px);
    top: 15px;
    left: 15px;
    pointer-events: none;
    position: absolute;
}footer .nIeQ-header-site svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    display: block;
    height: 45px;
}footer .nDAC-donate-books {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .HBGp-top-lead {
    position: relative;
}footer .HBGp-top-lead h5 {
    position: relative;
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    padding-left: 15px;
}footer .HBGp-top-lead h5::before {
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgb(129,140,133);
    top: 0;
    left: 0;
    width: 3px;
}footer .agcb-main-pagebar {
    margin-bottom: 25px;
    position: relative;
}footer .agcb-main-pagebar a {
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    background-color: rgb(89,99,89,0.5);
    margin: 0 10px 10px 0;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}footer .agcb-main-pagebar a::before {
    background-color: rgb(129,140,133);
    height: 100%;
    transition: width 0.3s ease;
    top: 0;
    content: "";
    width: 3px;
    position: absolute;
    left: 0;
}footer .agcb-main-pagebar a:hover {
    background-color: rgb(129,140,133,0.5);
    color: #ffffff;
    transform: translateX(5px);
}footer .agcb-main-pagebar a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    border-radius: 29px;
    background-color: rgb(89,99,89,0.5);
}footer .subscribe_holder::before {
    bottom: 15px;
    position: absolute;
    pointer-events: none;
    border-radius: calc(29px - 8px);
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
    content: "";
    top: 15px;
    right: 15px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    position: relative;
    color: #ffffff;
}footer .subscribe_holder h5::before {
    position: absolute;
    height: 100%;
    left: 0;
    width: 3px;
    top: 0;
    background-color: rgb(129,140,133);
    content: "";
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(129,140,133);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .FEsq-explore-courses {
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    background-color: rgb(129,140,133);
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}footer .FEsq-explore-courses::after {
    width: 200%;
    top: -50%;
    height: 200%;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    left: -100%;
}footer .FEsq-explore-courses:hover {
    background-color: rgb(89,99,89);
}footer .FEsq-explore-courses:hover::after {
    left: 100%;
}footer .fOZy-goal-footer {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .fOZy-goal-footer::before {
    width: 50px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 1px;
    top: -25px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
}footer .TNCy-program-foot {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .FEsq-explore-courses {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .uBey-zoom-meet {
    padding: 60px 0 30px;
}footer .liXv-get-contactinfo {
    margin-bottom: 40px;
}footer .nIeQ-header-site, footer .subscribe_holder {
    padding: 25px 20px;
}footer .agcb-main-pagebar a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .fOZy-goal-footer {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .uBey-zoom-meet {
    padding: 50px 0 20px;
}footer .HBGp-top-lead h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}footer .nIeQ-header-site::before, footer .subscribe_holder::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .FEsq-explore-courses {
    padding: 12px;
}}.zBUq-secure-fortification {
    padding: 40px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background-color: rgb(173,183,165);
    color: #000000;
}.zBUq-secure-fortification h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(129,140,133);
    font-size: 42px;
}.zBUq-secure-fortification h2 {
    font-size: 31px;
    margin-bottom: 15px;
    color: rgb(89,99,89);
    font-weight: 600;
}.zBUq-secure-fortification h3,
.zBUq-secure-fortification h4,
.zBUq-secure-fortification h5,
.zBUq-secure-fortification h6 {
    color: rgb(129,140,133);
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}.zBUq-secure-fortification ul,
.zBUq-secure-fortification ol {
    margin: 0;
    padding: 0 0 0 20px;
}.zBUq-secure-fortification ul {
    list-style-type: disc;
}.zBUq-secure-fortification ol {
    list-style-type: decimal;
}.zBUq-secure-fortification li {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
}.zBUq-secure-fortification p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 16px;
}.zBUq-secure-fortification div {
    margin-bottom: 20px;
}.zBUq-secure-fortification span {
    color: rgb(129,140,133);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.zBUq-secure-fortification {
    border-radius: 10px;
    box-shadow: none;
    padding: 20px;
}.zBUq-secure-fortification h1 {
    font-size: calc(18px * 0.8);
}.zBUq-secure-fortification h2 {
    font-size: calc(18px * 0.8);
}.zBUq-secure-fortification ul,
    .zBUq-secure-fortification ol {
    padding-left: 15px;
}}.hxcl-instructor-profile {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, #ffffff 100%);
}.hxcl-instructor-profile::before {
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(129,140,133,0.5) 0px,
        rgb(129,140,133,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    content: "";
}.hxcl-instructor-profile::after {
    top: -50%;
    opacity: 0.08;
    height: 200%;
    content: "";
    background: linear-gradient(135deg, rgb(129,140,133,0.5) 0%, rgb(89,99,89,0.5) 100%);
    width: 70%;
    position: absolute;
    right: -20%;
    transform: rotate(-15deg);
    z-index: 0;
}.hxcl-instructor-profile .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.hxcl-instructor-profile .cxsi-testimonials-track {
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2.5rem;
    gap: 2rem;
    transform: perspective(1000px) rotateY(-1deg);
}.hxcl-instructor-profile .cxsi-testimonials-track:hover {
    transform: perspective(1000px) rotateY(0deg);
}.hxcl-instructor-profile .cxsi-testimonials-track::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    content: "";
    transition: transform 0.3s ease-out;
    position: absolute;
    transform-origin: left center;
    transform: scaleY(0.95);
    left: 0;
    width: 5px;
    height: 100%;
}.hxcl-instructor-profile .cxsi-testimonials-track:hover::before {
    transform: scaleY(1);
}.hxcl-instructor-profile .PVfw-content-image {
    margin: 0 auto;
    height: 120px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 120px;
    transform: translateY(0);
}.hxcl-instructor-profile .cxsi-testimonials-track:hover .PVfw-content-image {
    transform: translateY(-5px);
}.hxcl-instructor-profile .PVfw-content-image::after {
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    border-radius: 5px;
    inset: 0;
    position: absolute;
}.hxcl-instructor-profile .PVfw-content-image::before {
    transform: scale(0.95);
    left: -10px;
    height: calc(100% + 20px);
    border-radius: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    width: calc(100% + 20px);
    content: "";
    background: linear-gradient(135deg, rgb(129,140,133,0.5) 0%, rgb(89,99,89,0.5) 100%);
    top: -10px;
    z-index: -1;
    position: absolute;
}.hxcl-instructor-profile .cxsi-testimonials-track:hover .PVfw-content-image::before {
    transform: scale(1);
    opacity: 0.5;
}.hxcl-instructor-profile .name {
    transform: translateY(0);
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 0.5rem;
    font-size: 19px;
    text-align: center;
    position: relative;
    font-weight: 700;
}.hxcl-instructor-profile .cxsi-testimonials-track:hover .name {
    transform: translateY(-3px);
}.hxcl-instructor-profile .name::after {
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    width: 40px;
    background: rgb(129,140,133);
    left: 50%;
    height: 2px;
    bottom: -6px;
    transform: translateX(-50%) scaleX(0.7);
}.hxcl-instructor-profile .cxsi-testimonials-track:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.hxcl-instructor-profile .cxsi-testimonials-track > div:nth-child(2) > div {
    transition: color 0.3s ease;
    font-style: italic;
    text-align: center;
    color: rgb(89,99,89);
    opacity: 0.9;
    font-size: calc(18px * 0.95);
}.hxcl-instructor-profile .cxsi-testimonials-track:hover > div:nth-child(2) > div {
    color: rgb(129,140,133);
}.hxcl-instructor-profile .cvmr-emp-progress {
    line-height: 1.7;
    text-align: center;
    position: relative;
    padding: 1rem 0;
    color: #000000;
    font-size: 18px;
}.hxcl-instructor-profile .cvmr-emp-progress::before,
.hxcl-instructor-profile .cvmr-emp-progress::after {
    line-height: 1;
    transition: all 0.3s ease;
    content: "";
    font-size: 3rem;
    position: absolute;
    color: rgb(129,140,133,0.5);
    opacity: 0.3;
}.hxcl-instructor-profile .cvmr-emp-progress::before {
    top: -10px;
    left: -5px;
}.hxcl-instructor-profile .cvmr-emp-progress::after {
    right: -5px;
    bottom: -20px;
    transform: rotate(180deg);
}.hxcl-instructor-profile .cxsi-testimonials-track:hover .cvmr-emp-progress::before,
.hxcl-instructor-profile .cxsi-testimonials-track:hover .cvmr-emp-progress::after {
    color: rgb(129,140,133);
    opacity: 0.5;
}

@media (min-width: 768px) {.hxcl-instructor-profile {
    padding: 7rem 0;
}.hxcl-instructor-profile .cxsi-testimonials-track {
    align-items: center;
    gap: 2.5rem;
    padding: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.hxcl-instructor-profile .PVfw-content-image {
    margin: 0;
    height: 150px;
    width: 150px;
}.hxcl-instructor-profile .name,
    .hxcl-instructor-profile .cxsi-testimonials-track > div:nth-child(2) > div {
    text-align: left;
}.hxcl-instructor-profile .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.hxcl-instructor-profile .cxsi-testimonials-track:hover .name::after {
    transform: translateX(0) scaleX(1);
}.hxcl-instructor-profile .cvmr-emp-progress {
    padding: 0;
    text-align: left;
}.hxcl-instructor-profile .cxsi-testimonials-track::before {
    width: 8px;
}.hxcl-instructor-profile::after {
    width: 50%;
    right: -10%;
    top: -30%;
}
}

@media (min-width: 992px) {.hxcl-instructor-profile .cxsi-testimonials-track {
    gap: 3rem;
    padding: 3.5rem 4rem;
}.hxcl-instructor-profile .PVfw-content-image {
    width: 180px;
    height: 180px;
}.hxcl-instructor-profile .cvmr-emp-progress {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.hxcl-instructor-profile .cxsi-testimonials-track::before {
    width: 10px;
}
}

@media (min-width: 1200px) {.hxcl-instructor-profile .container {
    padding: 0 2rem;
}.hxcl-instructor-profile .cxsi-testimonials-track {
    grid-template-columns: auto 1fr 3fr;
    padding: 4rem 5rem;
}.hxcl-instructor-profile .PVfw-content-image {
    width: 200px;
    height: 200px;
}.hxcl-instructor-profile .cvmr-emp-progress {
    padding-right: 1rem;
}.hxcl-instructor-profile .cxsi-testimonials-track > div:nth-child(2) {
    padding-right: 1rem;
}
}

@media (max-width: 767px) {.hxcl-instructor-profile .cxsi-testimonials-track > div:first-child {
    margin-bottom: 1rem;
}.hxcl-instructor-profile .cxsi-testimonials-track > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}.WgiA-learning-profits {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(173,183,165) 30%, rgb(89,99,89,0.5) 130%);
}.WgiA-learning-profits::before {
    height: 100%;
    position: absolute;
    right: -10%;
    content: "";
    opacity: 0.07;
    width: 50%;
    transform: rotate(-15deg) skew(10deg);
    filter: blur(40px);
    background: rgb(129,140,133,0.5);
    z-index: 1;
    pointer-events: none;
    top: -30%;
}.WgiA-learning-profits::after {
    opacity: 0.05;
    content: "";
    z-index: 1;
    position: absolute;
    filter: blur(30px);
    width: 35%;
    bottom: -20%;
    left: -5%;
    height: 70%;
    transform: rotate(25deg);
    background: rgb(89,99,89,0.5);
}.WgiA-learning-profits h5 {
    opacity: 0;
    transform: translateY(-10px);
    text-align: center;
    font-weight: 700;
    position: relative;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    font-size: calc(23px * 1.1);
    margin-bottom: 3.5rem;
    color: rgb(129,140,133);
}.WgiA-learning-profits h5::after {
    height: 3px;
    bottom: -12px;
    content: "";
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    position: absolute;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}.WgiA-learning-profits .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.WgiA-learning-profits .uRen-impact-numbers {
    gap: 3.5rem;
    position: relative;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out 0.4s forwards;
    display: flex;
    align-items: flex-start;
    opacity: 0;
}.WgiA-learning-profits .uRen-impact-numbers > div:first-child {
    position: relative;
    flex: 0 0 40%;
}.WgiA-learning-profits .PVfw-content-image {
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    z-index: 2;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 26px;
    width: 100%;
}.WgiA-learning-profits .PVfw-content-image::after {
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    border-radius: 26px;
    height: 100%;
    background: rgb(129,140,133);
    z-index: -1;
    top: 20px;
    transition: all 0.5s ease;
    opacity: 0.1;
    width: 100%;
    left: -20px;
    position: absolute;
    content: "";
}.WgiA-learning-profits .uRen-impact-numbers:hover .PVfw-content-image {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}.WgiA-learning-profits .IqcE-statement-box {
    padding-top: 1rem;
    flex: 1;
}.WgiA-learning-profits ul {
    display: grid;
    list-style: none;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
}.WgiA-learning-profits li {
    animation: fadeIn 0.6s ease-out forwards;
    position: relative;
    transform: translateX(20px);
    animation-delay: calc(0.6s + var(--i, 0) * 0.1s);
    opacity: 0;
}.WgiA-learning-profits li:nth-child(1) {
    --i: 1;
}.WgiA-learning-profits li:nth-child(2) {
    --i: 2;
}.WgiA-learning-profits li:nth-child(3) {
    --i: 3;
}.WgiA-learning-profits li:nth-child(4) {
    --i: 4;
}.WgiA-learning-profits li:nth-child(5) {
    --i: 5;
}.WgiA-learning-profits li p {
    margin: 0;
    position: relative;
    align-items: flex-start;
    display: flex;
    color: #000000;
    padding-bottom: 0.5rem;
    gap: 0.8rem;
    font-size: calc(13px * 0.95);
    line-height: 1.5;
}.WgiA-learning-profits li p::after {
    opacity: 0.5;
    bottom: 0;
    content: "";
    height: 1px;
    transition: width 0.4s ease;
    left: 34px;
    background: rgb(89,99,89);
    position: absolute;
    width: 0;
}.WgiA-learning-profits li:hover p::after {
    width: calc(100% - 34px);
}.WgiA-learning-profits li svg {
    transform: scale(1);
    height: 24px;
    margin-top: 0.1rem;
    transition: transform 0.3s ease-out;
    min-width: 24px;
}.WgiA-learning-profits li:hover svg {
    transform: scale(1.1);
}.WgiA-learning-profits li svg path {
    transition: fill 0.3s ease;
    fill: rgb(129,140,133);
}.WgiA-learning-profits li:hover svg path {
    fill: rgb(89,99,89);
}.WgiA-learning-profits li:hover svg path:first-child {
    animation: pulse 1.5s ease-in-out infinite;
}

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

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.WgiA-learning-profits {
    padding: 5rem 0;
}.WgiA-learning-profits h5 {
    font-size: calc(23px * 1);
    margin-bottom: 2.5rem;
}.WgiA-learning-profits .uRen-impact-numbers {
    gap: 2.5rem;
    flex-direction: column;
}.WgiA-learning-profits .uRen-impact-numbers > div:first-child {
    flex: 0 0 100%;
    max-width: 500px;
    margin: 0 auto;
}.WgiA-learning-profits ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.WgiA-learning-profits .PVfw-content-image::after {
    left: -15px;
    top: 15px;
}
}

@media (max-width: 768px) {.WgiA-learning-profits {
    padding: 4rem 0;
}.WgiA-learning-profits h5 {
    font-size: calc(23px * 0.9);
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}.WgiA-learning-profits h5::after {
    width: 60px;
    height: 2px;
}.WgiA-learning-profits .uRen-impact-numbers {
    gap: 2rem;
}.WgiA-learning-profits li p {
    font-size: calc(13px * 0.9);
}.WgiA-learning-profits .PVfw-content-image::after {
    left: -10px;
    top: 10px;
}
}

@media (max-width: 576px) {.WgiA-learning-profits {
    padding: 3rem 0;
}.WgiA-learning-profits h5 {
    margin-bottom: 1.8rem;
    font-size: calc(23px * 0.85);
}.WgiA-learning-profits .container {
    padding: 0 15px;
}.WgiA-learning-profits li {
    padding: 0 0.5rem;
}.WgiA-learning-profits li p {
    gap: 0.6rem;
    font-size: calc(13px * 0.85);
}.WgiA-learning-profits li svg {
    height: 20px;
    min-width: 20px;
}.WgiA-learning-profits li p::after {
    left: 28px;
}.WgiA-learning-profits li:hover p::after {
    width: calc(100% - 28px);
}}.gvGs-welcome-page {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100vh;
}.gvGs-welcome-page .Oksy-learn-begin {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}.gvGs-welcome-page .Oksy-learn-begin::before {
    transform: translateZ(0);
    z-index: 1;
    width: 100%;
    left: 0;
    backdrop-filter: blur(2px);
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(129,140,133,0.5) 0%,
    rgb(89,99,89,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
}.gvGs-welcome-page .Oksy-learn-begin::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 40%;
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 100%
  );
    transform: translateZ(0);
}.gvGs-welcome-page .bqnO-skill-training {
    max-width: 86%;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 2rem),
    calc(100% - 2rem) 100%,
    0 100%
  );
    backdrop-filter: blur(10px);
    transform: translateZ(0) rotateX(5deg);
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 2.5rem;
    transform-style: preserve-3d;
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    perspective: 1000px;
    animation: elementAppear 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.gvGs-welcome-page .bqnO-skill-training::before {
    opacity: 0.5;
    height: calc(100% + 20px);
    z-index: -1;
    position: absolute;
    width: calc(100% + 20px);
    left: -10px;
    content: "";
    transform: translateZ(-10px);
    filter: blur(20px);
    top: -10px;
    background: linear-gradient(
    45deg,
    rgb(129,140,133) 0%,
    transparent 40%,
    transparent 60%,
    rgb(89,99,89) 100%
  );
}.gvGs-welcome-page .bqnO-skill-training h1 {
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    opacity: 0;
    color: #ffffff;
    font-size: calc(39px * 1.15);
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.2s;
    font-weight: 700;
    transform: translateZ(40px);
    line-height: 1.1;
}.gvGs-welcome-page .bqnO-skill-training h1::after {
    animation-delay: 1s;
    transform: scaleX(0);
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    transform-origin: left;
    background: rgb(129,140,133);
    content: "";
    width: 80px;
    height: 4px;
    bottom: -0.75rem;
    left: 0;
}.gvGs-welcome-page .bqnO-skill-training h3 {
    color: #ffffff;
    opacity: 0;
    font-size: calc(21px * 1.1);
    opacity: 0.9;
    animation-delay: 0.4s;
    font-weight: 600;
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    margin-bottom: 1.75rem;
    transform: translateZ(30px);
    line-height: 1.4;
}.gvGs-welcome-page .bqnO-skill-training p {
    position: relative;
    padding-left: 1.5rem;
    max-width: 85%;
    line-height: 1.6;
    font-size: calc(14px * 1.15);
    opacity: 0;
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    color: #ffffff;
    animation-delay: 0.6s;
    transform: translateZ(20px);
}.gvGs-welcome-page .bqnO-skill-training p::before {
    content: "";
    position: absolute;
    animation-delay: 1.2s;
    background: rgb(89,99,89);
    top: 0.5rem;
    width: 3px;
    height: calc(100% - 1rem);
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleY(0);
    left: 0;
    transform-origin: top;
}

@keyframes elementAppear {
  0% {
    opacity: 0;
    transform: translateZ(0) rotateX(15deg) translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateX(5deg) translateY(0);
  }
}

@keyframes textFlyIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) translateY(0);
  }
}

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

@keyframes lineGrow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@media (max-width: 1200px) {.gvGs-welcome-page .bqnO-skill-training {
    padding: 2.25rem;
    transform: translateZ(0) rotateX(3deg);
    max-width: 90%;
}.gvGs-welcome-page .bqnO-skill-training h1 {
    font-size: calc(39px * 1.05);
}.gvGs-welcome-page .bqnO-skill-training h3 {
    margin-bottom: 1.5rem;
    font-size: 21px;
}.gvGs-welcome-page .bqnO-skill-training p {
    max-width: 90%;
    font-size: 14px;
}
}

@media (max-width: 992px) {.gvGs-welcome-page {
    height: 90vh;
}.gvGs-welcome-page .bqnO-skill-training {
    padding: 2rem;
    transform: translateZ(0) rotateX(2deg);
}.gvGs-welcome-page .bqnO-skill-training h1 {
    font-size: 39px;
}.gvGs-welcome-page .bqnO-skill-training h3 {
    font-size: calc(21px * 0.95);
}.gvGs-welcome-page .bqnO-skill-training p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.gvGs-welcome-page {
    height: 85vh;
}.gvGs-welcome-page .bqnO-skill-training {
    transform: translateZ(0) rotateX(0deg);
    max-width: 95%;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1.5rem),
      calc(100% - 1.5rem) 100%,
      0 100%
    );
    padding: 1.75rem;
}.gvGs-welcome-page .bqnO-skill-training h1 {
    font-size: calc(39px * 0.9);
    margin-bottom: 1.25rem;
}.gvGs-welcome-page .bqnO-skill-training h1::after {
    width: 60px;
    height: 3px;
}.gvGs-welcome-page .bqnO-skill-training h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 1.25rem;
}.gvGs-welcome-page .bqnO-skill-training p {
    font-size: calc(14px * 0.95);
    max-width: 100%;
    padding-left: 1.25rem;
}
}

@media (max-width: 576px) {.gvGs-welcome-page {
    height: 80vh;
}.gvGs-welcome-page .Oksy-learn-begin::after {
    height: 50%;
}.gvGs-welcome-page .bqnO-skill-training {
    padding: 1.5rem;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1rem),
      calc(100% - 1rem) 100%,
      0 100%
    );
}.gvGs-welcome-page .bqnO-skill-training h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 1rem;
}.gvGs-welcome-page .bqnO-skill-training h1::after {
    width: 50px;
}.gvGs-welcome-page .bqnO-skill-training h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 0.85);
}.gvGs-welcome-page .bqnO-skill-training p {
    padding-left: 1rem;
    font-size: calc(14px * 0.9);
}.gvGs-welcome-page .bqnO-skill-training p::before {
    width: 2px;
}}.WwFj-start-now {
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
    background: linear-gradient(170deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    position: relative;
}.WwFj-start-now::before {
    width: 100%;
    transform: perspective(500px) rotateX(60deg);
    transform-origin: center top;
    content: '';
    background-image: 
        linear-gradient(#ffffff 1px, transparent 1px),
        linear-gradient(to right, #ffffff 1px, transparent 1px);
    background-size: 30px 30px;
    animation: gridMove 20s linear infinite;
    position: absolute;
    left: 0;
    opacity: 0.05;
    z-index: -1;
    top: 0;
    height: 100%;
}.WwFj-start-now::after {
    opacity: 0.1;
    left: 0;
    z-index: -1;
    background: radial-gradient(
        circle at 30% 30%,
        rgb(89,99,89) 0%,
        transparent 50%
    ),
    radial-gradient(
        circle at 70% 70%,
        rgb(129,140,133) 0%,
        transparent 50%
    );
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    animation: colorShift 15s ease-in-out infinite alternate;
    filter: blur(60px);
    content: '';
}.WwFj-start-now .uRen-impact-numbers {
    flex-direction: column;
    max-width: 1000px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.WwFj-start-now .uRen-impact-numbers::before {
    right: -100px;
    top: -100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: orbitRotate 20s linear infinite;
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    height: 200px;
}.WwFj-start-now .uRen-impact-numbers::after {
    height: 150px;
    bottom: -75px;
    border-radius: 50%;
    width: 150px;
    animation: orbitRotate 15s linear infinite reverse;
    content: '';
    position: absolute;
    left: -75px;
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.WwFj-start-now h3 {
    font-weight: 700;
    margin-bottom: 55px;
    position: relative;
    font-size: 35px;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 15px #ffffff;
    color: #ffffff;
    letter-spacing: 3px;
    animation: textPulse 4s ease-in-out infinite alternate;
}.WwFj-start-now h3::before {
    z-index: -1;
    content: attr(data-text);
    position: absolute;
    left: -2px;
    width: 100%;
    filter: blur(1px);
    height: 100%;
    animation: glitchText 3s infinite linear alternate;
    text-shadow: none;
    top: 0;
    opacity: 0.6;
    color: rgb(89,99,89);
}.WwFj-start-now h3::after {
    width: 50px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px #ffffff;
    height: 3px;
    content: '';
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    animation: barPulse 2s ease-in-out infinite;
    opacity: 0.7;
    left: 50%;
    bottom: -20px;
    position: absolute;
}.WwFj-start-now .sbkx-get-contactbox {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    padding: 18px 48px;
    background: transparent;
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    font-weight: 600;
    border-radius: 23px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 17px;
}.WwFj-start-now .sbkx-get-contactbox::before {
    width: 100%;
    left: -100%;
    transition: all 0.4s ease;
    height: 100%;
    background: #ffffff;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
}.WwFj-start-now .sbkx-get-contactbox::after {
    z-index: -1;
    background: linear-gradient(
        -45deg,
        transparent 25%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 50%,
        transparent 75%,
        rgba(255, 255, 255, 0.1) 75%
    );
    transition: opacity 0.4s ease;
    width: 100%;
    opacity: 0;
    animation: patternMove 3s linear infinite;
    background-size: 10px 10px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
}.WwFj-start-now .sbkx-get-contactbox:hover {
    border-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(255, 255, 255, 0.4);
    color: rgb(129,140,133);
    transform: translateY(-5px);
}.WwFj-start-now .sbkx-get-contactbox:hover::before {
    left: 0;
}.WwFj-start-now .sbkx-get-contactbox:hover::after {
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.WwFj-start-now {
    padding: 80px 0;
}.WwFj-start-now .uRen-impact-numbers::before {
    height: 150px;
    top: -75px;
    width: 150px;
    right: -75px;
}.WwFj-start-now .uRen-impact-numbers::after {
    left: -60px;
    bottom: -60px;
    width: 120px;
    height: 120px;
}.WwFj-start-now h3 {
    margin-bottom: 45px;
    font-size: calc(35px * 0.9);
}.WwFj-start-now .sbkx-get-contactbox {
    padding: 16px 42px;
}
}

@media screen and (max-width: 768px) {.WwFj-start-now {
    padding: 70px 0;
}.WwFj-start-now .uRen-impact-numbers::before {
    width: 100px;
    top: -50px;
    height: 100px;
    right: -50px;
}.WwFj-start-now .uRen-impact-numbers::after {
    height: 80px;
    width: 80px;
    left: -40px;
    bottom: -40px;
}.WwFj-start-now h3 {
    letter-spacing: 2px;
    font-size: calc(35px * 0.8);
    margin-bottom: 40px;
}.WwFj-start-now h3::after {
    width: 40px;
    bottom: -15px;
}.WwFj-start-now .sbkx-get-contactbox {
    padding: 14px 36px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.WwFj-start-now {
    padding: 60px 0;
}.WwFj-start-now .uRen-impact-numbers::before {
    right: -35px;
    height: 70px;
    top: -35px;
    width: 70px;
}.WwFj-start-now .uRen-impact-numbers::after {
    bottom: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
}.WwFj-start-now h3 {
    letter-spacing: 1px;
    margin-bottom: 35px;
    font-size: calc(35px * 0.7);
}.WwFj-start-now h3::after {
    bottom: -12px;
    width: 30px;
    height: 2px;
}.WwFj-start-now .sbkx-get-contactbox {
    padding: 12px 30px;
    font-size: calc(17px * 0.9);
    letter-spacing: 1px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes colorShift {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes orbitRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes textPulse {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}

@keyframes glitchText {
    0% {
        left: -2px;
        filter: blur(1px);
    }
    25% {
        left: 2px;
        filter: blur(0);
    }
    50% {
        left: -1px;
        filter: blur(1px);
    }
    75% {
        left: 1px;
        filter: blur(0);
    }
    100% {
        left: -2px;
        filter: blur(1px);
    }
}

@keyframes barPulse {
    0%, 100% {
        opacity: 0.7;
        width: 50px;
    }
    50% {
        opacity: 1;
        width: 70px;
    }
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 10px 10px;
    }
}.iHWf-meet-us {
    background: rgb(173,183,165);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.iHWf-meet-us::before {
    top: 0;
    width: 100%;
    animation: bgAnimationPulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 10% 10%, rgb(129,140,133,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(89,99,89,0.5) 0%, transparent 40%);
    filter: blur(50px);
    z-index: 1;
    position: absolute;
    opacity: 0.15;
    height: 100%;
    left: 0;
    content: "";
}@keyframes bgAnimationPulse {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.2;
        filter: blur(80px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.iHWf-meet-us::after {
    left: 0;
    content: "";
    width: 100%;
    background-size: 30px 30px;
    top: 0;
    opacity: 0.1;
    animation: gridPatternMove 40s linear infinite;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-image: linear-gradient(45deg, transparent 98%, rgb(129,140,133,0.5) 98%),
                      linear-gradient(-45deg, transparent 98%, rgb(129,140,133,0.5) 98%);
}@keyframes gridPatternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.iHWf-meet-us .container {
    position: relative;
    z-index: 2;
}.iHWf-meet-us .uRen-impact-numbers {
    position: relative;
}.iHWf-meet-us h3 {
    position: relative;
    margin-bottom: 60px;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}.iHWf-meet-us h3::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    height: 3px;
    border-radius: 10px;
    left: 50%;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89));
    width: 80px;
}.iHWf-meet-us .BHGz-community-ed {
    position: relative;
    margin-bottom: 100px;
}.iHWf-meet-us .BHGz-community-ed::before {
    position: absolute;
    height: 1px;
    left: 50%;
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(129,140,133,0.5), transparent);
    transform: translateX(-50%);
    bottom: -50px;
    content: "";
}.iHWf-meet-us .BHGz-community-ed span {
    text-align: center;
    position: relative;
    color: rgb(129,140,133);
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: block;
    font-size: 23px;
    font-weight: 600;
}.iHWf-meet-us .BHGz-community-ed span::after {
    width: 30px;
    content: "";
    bottom: 0;
    background: rgb(129,140,133);
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}.iHWf-meet-us .BHGz-community-ed .PVfw-content-image {
    height: 450px;
    width: 50%;
    border-radius: 0 16px 16px 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    top: 50%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
}.iHWf-meet-us .BHGz-community-ed .PVfw-content-image::before {
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
}.iHWf-meet-us .BHGz-community-ed p {
    width: 60%;
    border-radius: 16px;
    color: #000000;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    position: relative;
    font-size: 18px;
    padding: 50px;
    backdrop-filter: blur(10px);
    margin-left: auto;
}.iHWf-meet-us .lSWk-learning-track {
    flex-direction: column;
    display: flex;
    position: relative;
}.iHWf-meet-us .lSWk-learning-track p {
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    padding: 50px;
    z-index: 2;
    border-radius: 16px;
    backdrop-filter: blur(10px);
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.iHWf-meet-us .lSWk-learning-track .UVTg-edu-values {
    right: 0;
    transform: translateY(-50%);
    overflow: hidden;
    width: 50%;
    border-radius: 16px 0 0 16px;
    z-index: 1;
    position: absolute;
    top: 50%;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    height: 450px;
}.iHWf-meet-us .lSWk-learning-track .UVTg-edu-values::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.3), transparent);
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
}.iHWf-meet-us .BHGz-community-ed .PVfw-content-image::after,
.iHWf-meet-us .lSWk-learning-track .UVTg-edu-values::after {
    z-index: 1;
    opacity: 0.5;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    left: -50%;
    position: absolute;
    background-size: 15px 15px;
    content: "";
    width: 200%;
    animation: patternRotate 30s linear infinite;
    top: -50%;
}@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.iHWf-meet-us .BHGz-community-ed p::before,
.iHWf-meet-us .lSWk-learning-track p::before {
    opacity: 0.1;
    width: 150px;
    filter: blur(60px);
    content: "";
    position: absolute;
    height: 150px;
    z-index: -1;
    border-radius: 50%;
}.iHWf-meet-us .BHGz-community-ed p::before {
    background: rgb(129,140,133);
    top: -30px;
    right: -30px;
}.iHWf-meet-us .lSWk-learning-track p::before {
    background: rgb(89,99,89);
    left: -30px;
    bottom: -30px;
}.iHWf-meet-us .BHGz-community-ed::after,
.iHWf-meet-us .lSWk-learning-track::after {
    content: "";
    width: 40px;
    position: absolute;
    border: 1px solid rgb(129,140,133,0.5);
    animation: rotateFade 10s infinite linear;
    height: 40px;
    z-index: 3;
}@keyframes rotateFade {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(180deg);
        opacity: 0.6;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

.iHWf-meet-us .BHGz-community-ed::after {
    bottom: 30px;
    border-color: rgb(129,140,133,0.5);
    right: 20%;
}.iHWf-meet-us .lSWk-learning-track::after {
    left: 20%;
    border-color: rgb(89,99,89,0.5);
    top: 30px;
}

@media screen and (max-width: 1199px) {.iHWf-meet-us {
    padding: 100px 0;
}.iHWf-meet-us h3 {
    margin-bottom: 50px;
    font-size: calc(28px - 0.2rem);
}.iHWf-meet-us .BHGz-community-ed {
    margin-bottom: 80px;
}.iHWf-meet-us .BHGz-community-ed span {
    font-size: calc(23px - 0.1rem);
}.iHWf-meet-us .BHGz-community-ed .PVfw-content-image,
    .iHWf-meet-us .lSWk-learning-track .UVTg-edu-values {
    height: 400px;
}.iHWf-meet-us .BHGz-community-ed p,
    .iHWf-meet-us .lSWk-learning-track p {
    width: 65%;
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.iHWf-meet-us {
    padding: 80px 0;
}.iHWf-meet-us h3 {
    font-size: calc(28px - 0.4rem);
    margin-bottom: 40px;
}.iHWf-meet-us .BHGz-community-ed {
    margin-bottom: 60px;
}.iHWf-meet-us .BHGz-community-ed span {
    font-size: calc(23px - 0.2rem);
}.iHWf-meet-us .BHGz-community-ed .PVfw-content-image,
    .iHWf-meet-us .lSWk-learning-track .UVTg-edu-values {
    width: 45%;
    height: 350px;
}.iHWf-meet-us .BHGz-community-ed p,
    .iHWf-meet-us .lSWk-learning-track p {
    width: 70%;
    font-size: calc(18px - 0.1rem);
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.iHWf-meet-us {
    padding: 60px 0;
}.iHWf-meet-us h3 {
    font-size: calc(28px - 0.6rem);
    margin-bottom: 40px;
}.iHWf-meet-us h3::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}.iHWf-meet-us .BHGz-community-ed {
    padding-top: 250px;
    margin-bottom: 60px;
}.iHWf-meet-us .BHGz-community-ed::before {
    bottom: -30px;
    width: 80%;
}.iHWf-meet-us .BHGz-community-ed span {
    margin-bottom: 230px;
    font-size: calc(23px - 0.3rem);
}.iHWf-meet-us .BHGz-community-ed .PVfw-content-image {
    top: 60px;
    height: 220px;
    transform: none;
    width: 100%;
    left: 0;
    position: absolute;
    border-radius: 16px;
}.iHWf-meet-us .BHGz-community-ed p {
    width: 100%;
    padding: 25px;
}.iHWf-meet-us .lSWk-learning-track {
    padding-bottom: 250px;
}.iHWf-meet-us .lSWk-learning-track .UVTg-edu-values {
    width: 100%;
    height: 220px;
    border-radius: 16px;
    transform: none;
    bottom: 0;
    position: absolute;
    top: auto;
    right: 0;
}.iHWf-meet-us .lSWk-learning-track p {
    width: 100%;
    padding: 25px;
}
}

@media screen and (max-width: 575px) {.iHWf-meet-us {
    padding: 50px 0;
}.iHWf-meet-us h3 {
    margin-bottom: 30px;
    font-size: calc(28px - 0.8rem);
}.iHWf-meet-us .BHGz-community-ed {
    padding-top: 220px;
    margin-bottom: 50px;
}.iHWf-meet-us .BHGz-community-ed span {
    font-size: calc(23px - 0.4rem);
    margin-bottom: 200px;
}.iHWf-meet-us .BHGz-community-ed .PVfw-content-image,
    .iHWf-meet-us .lSWk-learning-track .UVTg-edu-values {
    height: 200px;
}.iHWf-meet-us .BHGz-community-ed p,
    .iHWf-meet-us .lSWk-learning-track p {
    padding: 20px;
    font-size: calc(18px - 0.2rem);
}.iHWf-meet-us .lSWk-learning-track {
    padding-bottom: 220px;
}.iHWf-meet-us .BHGz-community-ed::after,
    .iHWf-meet-us .lSWk-learning-track::after {
    height: 30px;
    width: 30px;
}
}

@media screen and (min-width: 1600px) {.iHWf-meet-us .BHGz-community-ed .PVfw-content-image,
    .iHWf-meet-us .lSWk-learning-track .UVTg-edu-values {
    height: 500px;
}.iHWf-meet-us .BHGz-community-ed p,
    .iHWf-meet-us .lSWk-learning-track p {
    padding: 60px;
    width: 55%;
}}header .CbrG-nav-tutor {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 100;
    background: rgb(173,183,165);
}header .CbrG-nav-tutor::before {
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(129,140,133,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(89,99,89,0.5) 0%, transparent 30%);
    width: 100%;
    opacity: 0.2;
    position: absolute;
    top: 0;
}header .CbrG-nav-tutor::after {
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    top: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent 25%, rgb(129,140,133,0.5) 100%);
    height: 100%;
    width: 40%;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .PCQJ-nav-section {
    grid-template-columns: auto 1fr;
    gap: 3rem;
    display: grid;
    align-items: center;
}header .nIeQ-header-site {
    z-index: 2;
    position: relative;
}header .Bznx-top-wrap {
    position: relative;
    display: block;
    z-index: 2;
}header .Bznx-top-wrap::before,
header .Bznx-top-wrap::after {
    border-radius: 50%;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
    background: rgb(129,140,133,0.5);
}header .Bznx-top-wrap::before {
    top: -15px;
    height: 50px;
    left: -15px;
    width: 50px;
}header .Bznx-top-wrap::after {
    right: -10px;
    bottom: -5px;
    background: rgb(89,99,89,0.5);
    width: 25px;
    height: 25px;
}header .Bznx-top-wrap:hover::before,
header .Bznx-top-wrap:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .Bznx-top-wrap svg {
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    height: 50px;
}header .Bznx-top-wrap:hover svg {
    transform: rotate(-5deg);
}header .HBGp-top-lead {
    display: flex;
    margin: 0;
    position: relative;
    justify-content: flex-end;
    padding: 10px 20px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex-wrap: wrap;
    list-style: none;
    border-radius: 0 30px 30px 0;
    background: linear-gradient(to right, transparent, #ffffff);
}header .HBGp-top-lead::after {
    background-size: 10px 10px;
    animation: moveStripes 20s linear infinite;
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(129,140,133,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(129,140,133,0.5) 50%, rgb(129,140,133,0.5) 75%, transparent 75%, transparent);
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
}header .IRXH-nav-lead {
    position: relative;
    margin: 5px 8px;
    perspective: 800px;
}header .IRXH-nav-lead::before {
    opacity: 0;
    border-left: 5px solid rgb(129,140,133);
    left: -10px;
    height: 0;
    border-bottom: 5px solid transparent;
    width: 0;
    transform: translateY(-50%) scale(0);
    top: 50%;
    border-top: 5px solid transparent;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
}header .IRXH-nav-lead:hover::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
    left: -15px;
}header .IRXH-nav-lead a {
    color: #000000;
    transform-style: preserve-3d;
    display: block;
    background: transparent;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 10px 18px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .IRXH-nav-lead a::before {
    content: "";
    background: #ffffff;
    left: 0;
    transform: translateZ(-1px);
    width: 100%;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
}header .IRXH-nav-lead a::after {
    height: 2px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    background: rgb(129,140,133);
    transition: width 0.3s ease;
}header .IRXH-nav-lead a:hover {
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(129,140,133,0.5);
    color: rgb(129,140,133);
}header .IRXH-nav-lead a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .PCQJ-nav-section {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .HBGp-top-lead {
    background: #ffffff;
    justify-content: center;
    border-radius: 30px;
    width: 100%;
    clip-path: none;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .IRXH-nav-lead {
    margin: 3px 5px;
}header .IRXH-nav-lead a {
    padding: 8px 15px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header .HBGp-top-lead {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .IRXH-nav-lead {
    width: 100%;
    margin: 3px 0;
}header .IRXH-nav-lead a {
    text-align: center;
    width: 100%;
}header .IRXH-nav-lead::before {
    display: none;
}header .Bznx-top-wrap svg {
    height: 40px;
}}.nFeJ-user-reviews {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(173,183,165) 40%, rgb(89,99,89,0.5) 100%);
    perspective: 1000px;
}.nFeJ-user-reviews::before {
    background: linear-gradient(225deg, rgb(129,140,133,0.5) 0%, transparent 70%);
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) translateZ(-50px);
    top: -10%;
    z-index: 0;
    content: '';
    width: 40%;
    height: 70%;
    filter: blur(15px);
}.nFeJ-user-reviews::after {
    left: -2%;
    background: linear-gradient(45deg, rgb(89,99,89,0.5) 0%, transparent 80%);
    bottom: -5%;
    transform: rotate(10deg) translateZ(-30px);
    position: absolute;
    z-index: 0;
    height: 60%;
    content: '';
    width: 30%;
    filter: blur(10px);
}.nFeJ-user-reviews h2 {
    margin-bottom: 3.5rem;
    text-align: left;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: left center;
    position: relative;
    font-size: calc(35px * 1.1);
    color: #000000;
}.nFeJ-user-reviews h2::after {
    transform: scaleX(1);
    height: 3px;
    position: absolute;
    transition: transform 0.5s ease-out;
    left: 0;
    content: '';
    bottom: -12px;
    width: 80px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
}.nFeJ-user-reviews h2:hover::after {
    transform: scaleX(1.5);
}.nFeJ-user-reviews .container.uRen-impact-numbers {
    position: relative;
    z-index: 2;
}.nFeJ-user-reviews .dNlH-review-quotes {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    transform-style: preserve-3d;
}.nFeJ-user-reviews .cxsi-testimonials-track {
    backface-visibility: hidden;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateZ(0) rotateX(0) translateY(0);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    padding: 2rem;
    position: relative;
}.nFeJ-user-reviews .cxsi-testimonials-track::before {
    top: -15px;
    font-family: serif;
    font-size: 120px;
    content: '"';
    position: absolute;
    line-height: 1;
    color: rgb(129,140,133,0.5);
    opacity: 0.2;
    right: 20px;
    z-index: 0;
}.nFeJ-user-reviews .cxsi-testimonials-track:hover {
    transform: translateZ(15px) translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 5px 10px rgba(0, 0, 0, 0.05);
}.nFeJ-user-reviews .cxsi-testimonials-track h3 {
    position: relative;
    font-weight: 600;
    transform: translateX(0);
    font-size: calc(20px * 1.05);
    z-index: 2;
    transition: transform 0.3s ease;
    letter-spacing: 0.5px;
    margin-bottom: 0.8rem;
    color: rgb(129,140,133);
}.nFeJ-user-reviews .cxsi-testimonials-track:hover h3 {
    transform: translateX(5px);
}.nFeJ-user-reviews .cxsi-testimonials-track h3::after {
    left: -10px;
    z-index: -1;
    height: 0;
    width: 5px;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    background: rgb(129,140,133);
    transition: height 0.3s ease;
}.nFeJ-user-reviews .cxsi-testimonials-track:hover h3::after {
    height: 80%;
}.nFeJ-user-reviews .cxsi-testimonials-track .description {
    position: relative;
    z-index: 2;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 1.5rem;
}.nFeJ-user-reviews .cxsi-testimonials-track div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    height: 60px;
    width: 60px;
    position: relative;
    border-radius: 50%;
    transition: transform 0.3s ease;
    margin-top: 1rem;
    overflow: hidden;
}.nFeJ-user-reviews .cxsi-testimonials-track:hover div {
    transform: scale(1.05);
}.nFeJ-user-reviews .cxsi-testimonials-track img {
    transition: transform 0.5s ease;
    width: 100%;
    object-fit: cover;
    height: 100%;
}.nFeJ-user-reviews .cxsi-testimonials-track:hover img {
    transform: scale(1.1);
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(odd) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) translateY(-8px);
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(even):hover {
    transform: translateZ(10px) rotateX(-1deg) translateY(-8px);
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(3n+1)::after {
    content: '';
    height: 40%;
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(129,140,133,0.5) 100%);
    width: 30%;
    transition: opacity 0.3s ease;
    opacity: 0.05;
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(3n+1):hover::after {
    opacity: 0.1;
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(3n+2)::after {
    height: 30%;
    transition: opacity 0.3s ease;
    opacity: 0.05;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    width: 40%;
    content: '';
    background: linear-gradient(225deg, transparent 50%, rgb(89,99,89,0.5) 100%);
}.nFeJ-user-reviews .cxsi-testimonials-track:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

@media (max-width: 991px) {.nFeJ-user-reviews {
    padding: 5rem 0;
}.nFeJ-user-reviews h2 {
    font-size: 35px;
    transform: none;
    text-align: center;
}.nFeJ-user-reviews h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.nFeJ-user-reviews h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.nFeJ-user-reviews .dNlH-review-quotes {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.nFeJ-user-reviews {
    padding: 4rem 0;
}.nFeJ-user-reviews h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.nFeJ-user-reviews .dNlH-review-quotes {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.nFeJ-user-reviews .cxsi-testimonials-track {
    padding: 1.5rem;
}.nFeJ-user-reviews .cxsi-testimonials-track::before {
    top: -10px;
    right: 15px;
    font-size: 100px;
}
}

@media (max-width: 480px) {.nFeJ-user-reviews {
    padding: 3rem 0;
}.nFeJ-user-reviews h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.nFeJ-user-reviews .cxsi-testimonials-track {
    padding: 1.25rem;
}.nFeJ-user-reviews .cxsi-testimonials-track::before {
    font-size: 80px;
}.nFeJ-user-reviews .cxsi-testimonials-track div {
    height: 50px;
    width: 50px;
}}.Qrga-course-highlights {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: rgb(173,183,165);
}.Qrga-course-highlights::before {
    width: 100%;
    opacity: 0.6;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgb(129,140,133,0.5) 100%);
    height: 100%;
}.Qrga-course-highlights::after {
    left: 0;
    position: absolute;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(89,99,89,0.5) 15px, rgb(89,99,89,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(129,140,133,0.5) 15px, rgb(129,140,133,0.5) 16px);
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    opacity: 0.15;
    background-size: 4rem 4rem;
    animation: gridShift 30s infinite linear;
}.Qrga-course-highlights .container {
    z-index: 3;
    position: relative;
}.Qrga-course-highlights .uRen-impact-numbers {
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-template-rows: repeat(8, minmax(50px, auto));
    gap: 1rem;
    display: grid;
}.Qrga-course-highlights .qTBK-knowledge-guide {
    grid-row: 2 / 8;
    padding: 3rem;
    background: #ffffff;
    grid-column: 1 / 9;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 5;
    border-radius: 16px;
    position: relative;
}.Qrga-course-highlights .PVfw-content-image {
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 7;
    position: relative;
    grid-column: 7 / 13;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden;
    z-index: 3;
}.Qrga-course-highlights .PVfw-content-image::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(129,140,133,0.5) 0%, transparent 70%);
    z-index: 2;
    width: 100%;
}.Qrga-course-highlights .PVfw-content-image::after {
    width: 70%;
    height: 70%;
    right: -5px;
    z-index: 1;
    border: 2px solid rgb(89,99,89);
    opacity: 0.6;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: -5px;
}.Qrga-course-highlights .nIeQ-header-site {
    background: #ffffff;
    justify-content: center;
    right: 3rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transform: rotate(-5deg);
    position: absolute;
    transition: transform 0.3s ease-out;
    width: 5rem;
    display: flex;
    height: 5rem;
    top: -2rem;
    align-items: center;
    border-radius: 50%;
}.Qrga-course-highlights .nIeQ-header-site:hover {
    transform: rotate(0deg) scale(1.05);
}.Qrga-course-highlights .nIeQ-header-site svg {
    height: 3rem;
    width: 3rem;
    transition: all 0.3s ease;
}.Qrga-course-highlights .nIeQ-header-site:hover svg {
    transform: scale(1.1);
}.Qrga-course-highlights .nIeQ-header-site svg path {
    fill: rgb(129,140,133);
}.Qrga-course-highlights h3 {
    position: relative;
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    border-left: 4px solid rgb(129,140,133);
    font-size: 34px;
}.Qrga-course-highlights p {
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    font-size: 17px;
    color: #000000;
}.Qrga-course-highlights .uRen-impact-numbers::before {
    position: absolute;
    background: rgb(129,140,133,0.5);
    z-index: 1;
    animation: moveCircle 20s infinite alternate;
    opacity: 0.6;
    height: 12rem;
    width: 12rem;
    top: -6rem;
    filter: blur(100px);
    border-radius: 50%;
    content: "";
    left: -6rem;
}.Qrga-course-highlights .uRen-impact-numbers::after {
    z-index: 1;
    width: 8rem;
    opacity: 0.5;
    border-radius: 50%;
    bottom: -4rem;
    background: rgb(89,99,89,0.5);
    filter: blur(80px);
    content: "";
    height: 8rem;
    position: absolute;
    animation: moveCircle 15s infinite alternate-reverse;
    right: -4rem;
}.Qrga-course-highlights .qTBK-knowledge-guide::before {
    right: 0;
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    position: absolute;
    top: 0;
    width: 100px;
    content: "";
    height: 5px;
}.Qrga-course-highlights .qTBK-knowledge-guide::after {
    height: 100px;
    border-radius: 0 0 10px 0;
    background: linear-gradient(180deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    bottom: 0;
    position: absolute;
    width: 5px;
    right: 0;
    content: "";
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.Qrga-course-highlights {
    padding: 7rem 0;
}.Qrga-course-highlights .uRen-impact-numbers {
    gap: 0.75rem;
}.Qrga-course-highlights .qTBK-knowledge-guide {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.Qrga-course-highlights .PVfw-content-image {
    grid-column: 6 / 13;
}.Qrga-course-highlights .nIeQ-header-site {
    right: 2rem;
}
}

@media (max-width: 992px) {.Qrga-course-highlights {
    padding: 6rem 0;
}.Qrga-course-highlights .uRen-impact-numbers {
    gap: 2rem;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr;
}.Qrga-course-highlights .qTBK-knowledge-guide {
    grid-row: 2 / 3;
    grid-column: auto;
    padding: 2.5rem;
}.Qrga-course-highlights .PVfw-content-image {
    height: 350px;
    grid-row: 1 / 2;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.Qrga-course-highlights .nIeQ-header-site {
    top: auto;
    right: 3rem;
    bottom: -2rem;
}.Qrga-course-highlights h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.Qrga-course-highlights {
    padding: 5rem 0;
}.Qrga-course-highlights .qTBK-knowledge-guide {
    padding: 2rem;
}.Qrga-course-highlights .PVfw-content-image {
    height: 300px;
}.Qrga-course-highlights .nIeQ-header-site {
    height: 4.5rem;
    right: 2rem;
    width: 4.5rem;
    bottom: -1.5rem;
}.Qrga-course-highlights .nIeQ-header-site svg {
    height: 2.5rem;
    width: 2.5rem;
}.Qrga-course-highlights h3 {
    margin-bottom: 1.25rem;
    font-size: calc(34px * 0.8);
}.Qrga-course-highlights p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}.Qrga-course-highlights .qTBK-knowledge-guide::before {
    width: 70px;
}.Qrga-course-highlights .qTBK-knowledge-guide::after {
    height: 70px;
}
}

@media (max-width: 576px) {.Qrga-course-highlights {
    padding: 4rem 0;
}.Qrga-course-highlights .qTBK-knowledge-guide {
    padding: 1.5rem;
}.Qrga-course-highlights .PVfw-content-image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.Qrga-course-highlights .nIeQ-header-site {
    height: 4rem;
    width: 4rem;
    right: 1.5rem;
    bottom: -1.25rem;
}.Qrga-course-highlights .nIeQ-header-site svg {
    height: 2.25rem;
    width: 2.25rem;
}.Qrga-course-highlights h3 {
    padding-left: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(34px * 0.7);
}.Qrga-course-highlights p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.Qrga-course-highlights .qTBK-knowledge-guide::before {
    width: 50px;
}.Qrga-course-highlights .qTBK-knowledge-guide::after {
    height: 50px;
}.Qrga-course-highlights .uRen-impact-numbers::before,
    .Qrga-course-highlights .uRen-impact-numbers::after {
    display: none;
}}.daml-contact-panel {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-color: rgb(173,183,165);
}.daml-contact-panel::before {
    background: linear-gradient(120deg, rgb(129,140,133,0.5) 0%, transparent 75%);
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.15;
    position: absolute;
    content: "";
    height: 100%;
}.daml-contact-panel::after {
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 70%;
    content: "";
    opacity: 0.1;
    background: linear-gradient(240deg, rgb(89,99,89,0.5) 0%, transparent 70%);
}.daml-contact-panel .container {
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.daml-contact-panel h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    font-size: 28px;
    text-align: center;
}.daml-contact-panel .owjv-message-list {
    flex-direction: row-reverse;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    margin-top: 50px;
    overflow: hidden;
    flex-wrap: wrap;
}.daml-contact-panel .PVfw-content-image {
    overflow: hidden;
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.daml-contact-panel .PVfw-content-image::after {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    bottom: 0;
    content: "";
}.daml-contact-panel .RDTS-feedback-info {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.daml-contact-panel .RDTS-feedback-info::before {
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(129,140,133), rgb(89,99,89));
    position: absolute;
    left: 0;
    content: "";
    width: 5px;
    border-radius: 2.5px;
    top: 40px;
}.daml-contact-panel form {
    width: 100%;
    padding-left: 25px;
}.daml-contact-panel form h3 {
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 35px;
}.daml-contact-panel form input[type="text"] {
    font-size: 18px;
    font-family: Arial, sans-serif;
    width: 100%;
    border-radius: 10px;
    padding: 18px 25px;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
    background: rgb(173,183,165);
    margin-bottom: 20px;
}.daml-contact-panel form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(129,140,133,0.5);
    background: rgba(rgb(129,140,133), 0.05);
}.daml-contact-panel form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.daml-contact-panel .VwWG-inquiry-block {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}.daml-contact-panel .VwWG-inquiry-block input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.daml-contact-panel .VwWG-inquiry-block label {
    font-size: 16px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    color: #000000;
}.daml-contact-panel .VwWG-inquiry-block label::before {
    content: "";
    left: 0;
    border-radius: 10px;
    height: 22px;
    width: 22px;
    top: 2px;
    transition: all 0.2s ease;
    border: 2px solid rgb(129,140,133,0.5);
    position: absolute;
}.daml-contact-panel .VwWG-inquiry-block input[type="checkbox"]:checked + label::before {
    border-color: rgb(129,140,133);
    background-color: rgb(129,140,133);
}.daml-contact-panel .VwWG-inquiry-block input[type="checkbox"]:checked + label::after {
    top: 9px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    content: "";
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 11px;
}.daml-contact-panel .VwWG-inquiry-block label a {
    color: rgb(129,140,133);
    transition: all 0.3s ease;
    text-decoration: none;
}.daml-contact-panel .VwWG-inquiry-block label a:hover {
    color: rgb(89,99,89);
    text-decoration: underline;
}.daml-contact-panel form .hpuy-help-list {
    font-family: Arial, sans-serif;
    font-weight: 600;
    border: none;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(129,140,133), rgb(89,99,89));
    cursor: pointer;
    padding: 15px 35px;
    font-size: 15px;
    display: inline-block;
}.daml-contact-panel form .hpuy-help-list::before {
    position: absolute;
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
    left: -10%;
    top: -10%;
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    content: "";
    height: 120%;
}.daml-contact-panel form .hpuy-help-list:hover {
    box-shadow: 0 8px 15px rgba(rgb(129,140,133), 0.3);
    transform: translateY(-2px);
}.daml-contact-panel form .hpuy-help-list:hover::before {
    transform: rotate(45deg) translateX(200%);
}.daml-contact-panel svg {
    fill: rgb(129,140,133);
    width: 22px;
    height: 22px;
}.daml-contact-panel svg path {
    fill: rgb(129,140,133);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.daml-contact-panel .RDTS-feedback-info {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.daml-contact-panel .PVfw-content-image {
    flex: 0 0 100%;
    min-height: 300px;
}.daml-contact-panel .RDTS-feedback-info {
    flex: 0 0 100%;
}.daml-contact-panel .RDTS-feedback-info::before {
    height: 5px;
    left: 40px;
    background: linear-gradient(to right, rgb(129,140,133), rgb(89,99,89));
    top: 0;
    width: calc(100% - 80px);
}.daml-contact-panel form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.daml-contact-panel {
    padding: 70px 0;
}.daml-contact-panel .PVfw-content-image {
    min-height: 250px;
}.daml-contact-panel .RDTS-feedback-info {
    padding: 40px 30px;
}.daml-contact-panel .RDTS-feedback-info::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.daml-contact-panel {
    padding: 50px 0;
}.daml-contact-panel h2 {
    font-size: calc(28px * 0.8);
}.daml-contact-panel .PVfw-content-image {
    min-height: 200px;
}.daml-contact-panel .RDTS-feedback-info {
    padding: 30px 20px;
}.daml-contact-panel .RDTS-feedback-info::before {
    width: calc(100% - 40px);
    left: 20px;
}.daml-contact-panel form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.daml-contact-panel form input[type="text"] {
    padding: 15px 20px;
}.daml-contact-panel form .hpuy-help-list {
    width: 100%;
    text-align: center;
}}.yrpI-thankPageID {
    background: linear-gradient(135deg, rgb(173,183,165) 0%, rgb(129,140,133,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.yrpI-thankPageID::before {
    position: absolute;
    width: 40%;
    opacity: 0.6;
    z-index: 1;
    height: 70%;
    background: linear-gradient(120deg, rgb(89,99,89,0.5) 0%, transparent 70%);
    content: "";
    right: -5%;
    top: -10%;
    transform: rotate(-15deg) skewX(15deg);
}.yrpI-thankPageID::after {
    position: absolute;
    left: -2%;
    background: linear-gradient(220deg, rgb(129,140,133,0.5) 0%, transparent 80%);
    z-index: 1;
    height: 60%;
    transform: rotate(10deg) skewY(-5deg);
    width: 30%;
    bottom: -5%;
    opacity: 0.4;
    content: "";
}.yrpI-thankPageID .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.yrpI-thankPageID h2 {
    transform: translateY(0);
    opacity: 1;
    color: #000000;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    line-height: 1.4;
    max-width: 90%;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: 700;
}.yrpI-thankPageID h2::after {
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(1);
    height: 3px;
    background: linear-gradient(90deg, rgb(129,140,133) 0%, rgb(89,99,89) 100%);
    left: 0;
    width: 80px;
    bottom: -15px;
}.yrpI-thankPageID .uRen-impact-numbers {
    border-left: 4px solid rgb(129,140,133);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    animation: fadeIn 1s ease-out 0.3s forwards;
    background: #ffffff;
    transform: perspective(1000px) rotateY(0deg);
    opacity: 0;
    padding: 40px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 3;
}.yrpI-thankPageID .uRen-impact-numbers::before {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    content: "";
}.yrpI-thankPageID .uRen-impact-numbers:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.yrpI-thankPageID ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.yrpI-thankPageID li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}.yrpI-thankPageID li::before {
    background: rgb(89,99,89);
    position: absolute;
    transform: translateY(-50%);
    border-radius: 50%;
    top: 10px;
    content: "";
    left: 0;
    height: 6px;
    width: 6px;
}.yrpI-thankPageID span {
    opacity: 0;
    font-size: calc(15px * 1.05);
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    font-family: Arial, sans-serif;
    display: block;
    letter-spacing: 0.02em;
    line-height: 1.8;
    color: #000000;
    transform: translateY(10px);
}

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

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

@media (min-width: 768px) {.yrpI-thankPageID {
    padding: 150px 0;
}.yrpI-thankPageID h2 {
    max-width: 80%;
    font-size: calc(32px * 1.1);
}.yrpI-thankPageID .uRen-impact-numbers {
    padding: 50px 60px;
    margin-left: 30px;
}.yrpI-thankPageID span {
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 992px) {.yrpI-thankPageID .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.yrpI-thankPageID h2 {
    max-width: 70%;
}.yrpI-thankPageID .uRen-impact-numbers {
    margin-left: 60px;
    width: 85%;
}.yrpI-thankPageID span {
    font-size: calc(15px * 1.15);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.yrpI-thankPageID {
    padding: 80px 0;
}.yrpI-thankPageID h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.yrpI-thankPageID .uRen-impact-numbers {
    padding: 30px 25px;
}.yrpI-thankPageID span {
    line-height: 1.7;
    font-size: 15px;
}.yrpI-thankPageID h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.yrpI-thankPageID {
    padding: 60px 0;
}.yrpI-thankPageID h2 {
    margin-bottom: 35px;
    font-size: calc(32px * 0.8);
}.yrpI-thankPageID .uRen-impact-numbers {
    padding: 25px 20px;
}.yrpI-thankPageID span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.yrpI-thankPageID h2::after {
    width: 50px;
    height: 2px;
}}.laSY-pricing-panel {
    background-color: rgb(173,183,165);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.laSY-pricing-panel::before {
    top: -10%;
    transform: rotate(-3deg);
    width: 110%;
    left: -5%;
    height: 120%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    z-index: 0;
    content: "";
    position: absolute;
}.laSY-pricing-panel .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.laSY-pricing-panel .rhyq-package-rates {
    flex-direction: column;
    display: flex;
}.laSY-pricing-panel .xVJq-study-pricing {
    order: 1;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}.laSY-pricing-panel .xVJq-study-pricing h2 {
    font-size: 29px;
    margin-bottom: 15px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background: linear-gradient(120deg, rgb(89,99,89), rgb(129,140,133));
    transform: translateY(0);
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-text-fill-color: transparent;
}.laSY-pricing-panel .xVJq-study-pricing:hover h2 {
    transform: translateY(-5px);
}.laSY-pricing-panel .Brmd-fee-options {
    position: relative;
    max-width: 700px;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    margin: 0 auto;
}.laSY-pricing-panel .Brmd-fee-options::after {
    width: 100px;
    transform: translateX(-50%) scaleX(0.7);
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 3px;
    content: "";
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(89,99,89), rgb(129,140,133));
}.laSY-pricing-panel .xVJq-study-pricing:hover .Brmd-fee-options::after {
    transform: translateX(-50%) scaleX(1);
}.laSY-pricing-panel .sApd-price-sheet {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    order: 2;
    display: grid;
    width: 100%;
}.laSY-pricing-panel .ibOs-bundle-offer {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    z-index: 1;
    display: block;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    border-radius: 27px;
    perspective: 1000px;
    position: relative;
    text-decoration: none;
}.laSY-pricing-panel .ibOs-bundle-offer::before {
    left: 0;
    transform: scaleX(0.85);
    top: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 5px;
    width: 100%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(89,99,89), rgb(129,140,133));
    z-index: 2;
}.laSY-pricing-panel .ibOs-bundle-offer:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.laSY-pricing-panel .ibOs-bundle-offer:hover::before {
    transform: scaleX(1);
}.laSY-pricing-panel .vMwY-learning-plan {
    height: 100%;
    flex-direction: column;
    display: flex;
}.laSY-pricing-panel .PlQp-pricing-pack {
    padding: 30px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    flex-grow: 1;
    z-index: 1;
    position: relative;
}.laSY-pricing-panel .PlQp-pricing-pack::before {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
}.laSY-pricing-panel .PlQp-pricing-pack h3 {
    position: relative;
    font-size: calc(23px + 2px);
    transition: transform 0.4s ease;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
}.laSY-pricing-panel .ibOs-bundle-offer:hover .PlQp-pricing-pack h3 {
    transform: translateX(5px);
}.laSY-pricing-panel .ezwN-program-rate {
    display: inline-block;
    position: relative;
    font-size: calc(23px + 8px);
    margin-bottom: 20px;
    color: rgb(129,140,133);
    padding: 5px 10px;
    font-weight: 700;
    transition: transform 0.4s ease, color 0.4s ease;
}.laSY-pricing-panel .ezwN-program-rate::before {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(89,99,89), rgb(129,140,133));
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0.3);
    height: 2px;
}.laSY-pricing-panel .ibOs-bundle-offer:hover .ezwN-program-rate {
    transform: translateY(-5px);
    color: rgb(89,99,89);
}.laSY-pricing-panel .ibOs-bundle-offer:hover .ezwN-program-rate::before {
    transform: scaleX(1);
}.laSY-pricing-panel .PlQp-pricing-pack p {
    font-size: 12px;
    line-height: 1.6;
    max-width: 100%;
    flex-grow: 1;
    word-wrap: break-word;
    color: #000000;
    hyphens: auto;
    overflow-wrap: break-word;
    margin-bottom: 0;
}.laSY-pricing-panel .PVfw-content-image {
    width: 100%;
    overflow: hidden;
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.laSY-pricing-panel .PVfw-content-image::after {
    width: 100%;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
}.laSY-pricing-panel .ibOs-bundle-offer:hover .PVfw-content-image {
    transform: scale(1.05);
}

@media (min-width: 768px) {.laSY-pricing-panel .sApd-price-sheet {
    grid-template-columns: repeat(2, 1fr);
}.laSY-pricing-panel .PlQp-pricing-pack {
    padding: 35px;
}.laSY-pricing-panel .PVfw-content-image {
    height: 220px;
}
}

@media (min-width: 992px) {.laSY-pricing-panel .rhyq-package-rates {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.laSY-pricing-panel .xVJq-study-pricing {
    flex: 0 0 30%;
    text-align: left;
    order: 2;
    margin-bottom: 0;
}.laSY-pricing-panel .sApd-price-sheet {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}.laSY-pricing-panel .Brmd-fee-options::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.laSY-pricing-panel .xVJq-study-pricing:hover .Brmd-fee-options::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.laSY-pricing-panel {
    padding: 150px 0;
}.laSY-pricing-panel .sApd-price-sheet {
    gap: 40px;
}.laSY-pricing-panel .ibOs-bundle-offer {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.laSY-pricing-panel .ibOs-bundle-offer:hover {
    transform: translateY(-15px) scale(1.02);
}.laSY-pricing-panel .ibOs-bundle-offer:nth-child(even) {
    transform: translateY(15px);
}.laSY-pricing-panel .ibOs-bundle-offer:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.laSY-pricing-panel .PVfw-content-image {
    height: 250px;
}}.eDuO-dialogCookieSettings {
    background: rgb(89,99,89);
    transform: translateY(100%);
    width: 100%;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 90;
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(89,99,89);
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#Wmue-privacyAlertWindow {
    display: none;
}#Wmue-privacyAlertWindow:checked ~ .eDuO-dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}.kYIz-track-toggle {
    padding: 20px 5%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}.eDuO-dialogCookieSettings h5 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
}.eDuO-dialogCookieSettings p {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}.UsdN-cookie-menu {
    display: flex;
    filter: drop-shadow(0 0 10px rgb(129,140,133));
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 15px;
}.UsdN-cookie-menu svg {
    width: 80px;
    fill: rgb(129,140,133);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.UsdN-cookie-menu:hover svg {
    transform: scale(1.1);
}.mAcx-cookie-protect {
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(129,140,133), rgb(89,99,89));
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    border-radius: 24px;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(129,140,133);
    min-width: 140px;
    color: #000000;
    flex-shrink: 0;
}.mAcx-cookie-protect:hover {
    box-shadow: 0 0 20px rgb(89,99,89);
}.cookie_button.VkHb-web-tracking {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(89,99,89);
    color: #ffffff;
}.cookie_button.VkHb-web-tracking:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(89,99,89);
}.eDuO-dialogCookieSettings p a {
    text-decoration: none;
    color: rgb(129,140,133);
    transition: color 0.3s ease;
}.eDuO-dialogCookieSettings p a:hover {
    color: rgb(89,99,89);
}
@media only screen and (max-width: 1200px) {.eDuO-dialogCookieSettings {
    padding: 15px 0;
}.kYIz-track-toggle {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.UsdN-cookie-menu {
    display: none;
}.kYIz-track-toggle {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.eDuO-dialogCookieSettings h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.XpUD-privacy-notify {
    margin-bottom: 15px;
}.mAcx-cookie-protect {
    min-width: 100%;
    margin: 10px 0;
}
}
