* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    min-height: 100%;
    auto
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}.uG-lang-learn {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1253px;
    margin: auto;
}.TA-head-lead {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 5px;
    padding: 5px;
}::-webkit-scrollbar-track {
    background: linear-gradient(139deg, #ffffff 11%, rgb(255, 255, 255, 0.5) 67%, rgb(175,175,116) 92%, rgb(175,175,116,0.5) 46%, rgb(185,205,168,0.5) 21%, rgb(222,228,216) 47%);
}::-webkit-scrollbar-track:active {
    background: rgb(175,175,116);
}::-webkit-scrollbar-thumb {
    border-radius: 17px;
    background: rgb(175,175,116,0.5);
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-corner {
    border: 1px dashed rgb(255, 255, 255, 0.5);
    border-radius: 5px;
}a {
    text-decoration: none;
    color: inherit;
}.tQ-wrapper-skeleton {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.bF-service-plan {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.bF-service-plan::before {
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(175,175,116,0.5), rgba(0, 0, 0, 0.5) 80%);
}.bF-service-plan::after {
    height: 200%;
    width: 200%;
    top: -50%;
    animation: rotateBackground 180s linear infinite;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    left: -50%;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    content: "";
}.bF-service-plan .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.fg-fee-struct {
    position: relative;
}.bF-service-plan h2 {
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
}.bF-service-plan h2::after {
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(185,205,168), transparent);
}.bF-service-plan .eY-learning-package {
    font-size: 12px;
    max-width: 800px;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(10px);
    margin: 0 auto 60px;
    opacity: 0.9;
    color: #ffffff;
    text-align: center;
}.bF-service-plan .eE-learning-cost {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    list-style: none;
    padding: 0;
}.bF-service-plan .eE-learning-cost li {
    transition: transform 0.5s ease-out;
    transform-style: preserve-3d;
}.bF-service-plan .Jb-cost-levels {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
}.bF-service-plan .mW-rate-packages {
    overflow: hidden;
    backdrop-filter: blur(8px);
    border-radius: 16px;
    transform-style: preserve-3d;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 30px;
    position: relative;
}.bF-service-plan .mW-rate-packages::before {
    top: -40px;
    height: 80px;
    position: absolute;
    background: rgb(185,205,168);
    opacity: 0.1;
    content: "";
    right: -40px;
    width: 80px;
    border-radius: 50%;
    transition: transform 0.5s ease-out;
}.bF-service-plan .mW-rate-packages::after {
    width: 100%;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0.7);
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,205,168), transparent);
    transition: transform 0.5s ease-out;
    bottom: 0;
}.bF-service-plan .sQ-price-deals {
    position: relative;
    z-index: 2;
    transform: translateZ(20px);
}.bF-service-plan .Jb-cost-levels h4 {
    margin: 0 0 20px;
    font-size: calc(18px + 2px);
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}.bF-service-plan .Jb-cost-levels h4::after {
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    width: 40px;
    left: 0;
    position: absolute;
    background: rgb(185,205,168);
    height: 2px;
}.bF-service-plan .Jb-cost-levels p {
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 240px;
    line-height: 1.6;
    font-size: calc(12px - 1px);
    scrollbar-color: rgb(185,205,168) transparent;
    margin-bottom: 25px;
    opacity: 0.8;
    padding-right: 10px;
    color: #ffffff;
}.bF-service-plan .Jb-cost-levels p::-webkit-scrollbar {
    width: 4px;
}.bF-service-plan .Jb-cost-levels p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.bF-service-plan .Jb-cost-levels p::-webkit-scrollbar-thumb {
    background: rgb(185,205,168);
    border-radius: 10px;
}.bF-service-plan .fe-tuition-table {
    margin-top: 20px;
    font-size: calc(18px + 6px);
    text-align: right;
    position: relative;
    display: block;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}.bF-service-plan .fe-tuition-table::before {
    transition: transform 0.3s ease;
    height: 2px;
    transform: scaleX(0);
    width: 60px;
    bottom: -10px;
    transform-origin: right;
    right: 0;
    content: "";
    background: rgb(185,205,168);
    position: absolute;
}.bF-service-plan .Jb-cost-levels:hover .mW-rate-packages {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.bF-service-plan .Jb-cost-levels:hover .mW-rate-packages::before {
    transform: scale(3);
    opacity: 0.05;
}.bF-service-plan .Jb-cost-levels:hover .mW-rate-packages::after {
    transform: scaleX(1);
}.bF-service-plan .Jb-cost-levels:hover h4::after {
    width: 100%;
}.bF-service-plan .Jb-cost-levels:hover .fe-tuition-table::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.bF-service-plan .eE-learning-cost {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.bF-service-plan .eE-learning-cost {
    grid-template-columns: repeat(3, 1fr);
}.bF-service-plan {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.bF-service-plan .eE-learning-cost {
    grid-template-columns: repeat(2, 1fr);
}.bF-service-plan {
    padding: 80px 0 60px;
}.bF-service-plan .eY-learning-package {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.bF-service-plan .eE-learning-cost {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.bF-service-plan {
    padding: 60px 0 40px;
}.bF-service-plan h2 {
    font-size: calc(37px - 4px);
}.bF-service-plan .eY-learning-package {
    margin-bottom: 40px;
    font-size: calc(12px - 1px);
}.bF-service-plan .mW-rate-packages {
    padding: 25px 20px;
}
}

@media (hover: none) {.bF-service-plan .mW-rate-packages {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.bF-service-plan .Jb-cost-levels:active .mW-rate-packages {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.bF-service-plan::after {
    animation: none;
}.bF-service-plan .Jb-cost-levels:hover .mW-rate-packages {
    transform: none;
}.bF-service-plan .Jb-cost-levels:hover .mW-rate-packages::before {
    transform: none;
}}.WX-training-method {
    background: linear-gradient(150deg, rgb(222,228,216) 0%, rgb(175,175,116,0.5) 100%);
    overflow: visible;
    position: relative;
    padding: 170px 0 130px;
}.WX-training-method::before {
    top: 0;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(45deg, rgb(185,205,168,0.5) 25%, transparent 25%, transparent 75%, rgb(185,205,168,0.5) 75%);
    content: '';
    background-size: 100px 100px;
    position: absolute;
    opacity: 0.03;
    left: 0;
    width: 100%;
}.WX-training-method .Se-founders-team {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.WX-training-method .MU-body-content {
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    display: flex;
    width: 100%;
}.WX-training-method .MU-body-content h2 {
    padding: 35px 40px;
    backdrop-filter: blur(10px);
    width: 45%;
    color: #ffffff;
    font-size: 38px;
    position: relative;
    background: linear-gradient(135deg, rgb(185,205,168,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 4;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}.WX-training-method .MU-body-content p {
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 65%;
    font-size: 13px;
    z-index: 3;
    line-height: 1.8;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.05);
    margin-top: -20px;
    align-self: flex-end;
    position: relative;
    border-radius: 0 0 20px 20px;
    padding: 45px 50px;
}.WX-training-method .MU-body-content::before {
    right: 35%;
    position: absolute;
    width: 0;
    border-right: 30px solid transparent;
    z-index: 5;
    top: 0;
    opacity: 0.3;
    border-top: 40px solid rgb(185,205,168);
    border-left: 30px solid transparent;
    content: '';
    height: 0;
}.WX-training-method .MU-body-content::after {
    bottom: 0;
    width: 0;
    left: 35%;
    content: '';
    border-left: 30px solid transparent;
    border-bottom: 40px solid rgb(175,175,116);
    height: 0;
    z-index: 5;
    position: absolute;
    opacity: 0.3;
    border-right: 30px solid transparent;
}.WX-training-method .MU-body-content h2::before {
    content: '';
    height: 5px;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(185,205,168), transparent);
}.WX-training-method .MU-body-content h2::after {
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(to right, rgb(185,205,168,0.5), transparent);
    top: 0;
    content: '';
    right: -30px;
    z-index: -1;
    width: 30px;
    position: absolute;
}.WX-training-method .MU-body-content p::before {
    opacity: 0.5;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(175,175,116));
    width: 100%;
    top: 0;
    height: 5px;
    position: absolute;
    left: 0;
}.WX-training-method .MU-body-content p::after {
    content: '';
    left: -30px;
    position: absolute;
    z-index: -1;
    background: linear-gradient(to left, rgb(175,175,116,0.5), transparent);
    height: 100%;
    opacity: 0.3;
    width: 30px;
    top: 0;
}.WX-training-method::after {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(185,205,168));
    height: 1px;
    right: 0;
    opacity: 0.3;
    width: 400px;
}.WX-training-method .Se-founders-team::before {
    opacity: 0.3;
    position: absolute;
    content: '';
    top: 50px;
    z-index: 1;
    width: 400px;
    background: linear-gradient(90deg, rgb(175,175,116), transparent);
    height: 1px;
    left: 0;
}.WX-training-method .Se-founders-team::after {
    animation: pulse-subtle 10s infinite alternate;
    position: absolute;
    content: '';
    top: -50px;
    width: 100px;
    height: 100px;
    filter: blur(50px);
    opacity: 0.05;
    background: rgb(185,205,168);
    transform: translateX(-50%);
    left: 50%;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.WX-training-method .MU-body-content h2 {
    width: 55%;
}.WX-training-method .MU-body-content p {
    width: 70%;
}.WX-training-method .MU-body-content::before {
    right: 30%;
}.WX-training-method .MU-body-content::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.WX-training-method {
    padding: 140px 0 110px;
}.WX-training-method .MU-body-content h2 {
    padding: 30px 35px;
    width: 65%;
}.WX-training-method .MU-body-content p {
    width: 75%;
    padding: 35px 40px;
}.WX-training-method .MU-body-content::before {
    right: 25%;
    border-top: 35px solid rgb(185,205,168);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
}.WX-training-method .MU-body-content::after {
    border-right: 25px solid transparent;
    left: 25%;
    border-left: 25px solid transparent;
    border-bottom: 35px solid rgb(175,175,116);
}.WX-training-method::after {
    width: 300px;
}.WX-training-method .Se-founders-team::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.WX-training-method {
    padding: 120px 0 90px;
    overflow: hidden;
}.WX-training-method .MU-body-content {
    align-items: center;
}.WX-training-method .MU-body-content h2 {
    width: 90%;
    border-radius: 20px 20px 20px 20px;
    font-size: calc(38px * 0.9);
    margin-bottom: 20px;
}.WX-training-method .MU-body-content p {
    width: 90%;
    margin-top: 0;
    border-radius: 20px 20px 20px 20px;
}.WX-training-method .MU-body-content::before,
    .WX-training-method .MU-body-content::after,
    .WX-training-method::after,
    .WX-training-method .Se-founders-team::before,
    .WX-training-method .Se-founders-team::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.WX-training-method {
    padding: 100px 0 80px;
}.WX-training-method .MU-body-content h2 {
    padding: 25px;
    font-size: calc(38px * 0.8);
    width: 100%;
}.WX-training-method .MU-body-content p {
    font-size: calc(13px * 0.9);
    padding: 25px;
    width: 100%;
}}.Cv-course-program {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(175,175,116);
}.Cv-course-program::before {
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(ellipse at bottom right, rgb(185,205,168,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(175,175,116,0.5) 0%, transparent 60%);
    top: 0;
}.Cv-course-program::after {
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    background-size: 50px 50px;
}.Cv-course-program .container {
    position: relative;
    z-index: 2;
}.Cv-course-program .Mo-program-plan {
    flex-direction: column;
    display: flex;
    gap: 60px;
    position: relative;
}.Cv-course-program .MU-body-content {
    display: grid;
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 30px;
}.Cv-course-program .MU-body-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    position: relative;
    grid-column: 1 / -1;
    text-align: center;
    padding-bottom: 20px;
}.Cv-course-program .MU-body-content h2::after {
    transform: translateX(-50%);
    left: 50%;
    width: 100px;
    border-radius: 10px;
    content: "";
    height: 3px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(185,205,168), rgb(175,175,116));
    position: absolute;
}.Cv-course-program .MU-body-content .description {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    margin: 0;
    color: #ffffff;
    padding: 25px;
    overflow: hidden;
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.Cv-course-program .MU-body-content .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.Cv-course-program .MU-body-content .description::before {
    height: 4px;
    background: rgb(185,205,168);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.Cv-course-program .MU-body-content .description:last-of-type::before {
    background: rgb(175,175,116);
}.Cv-course-program .MU-body-content .description::after {
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    content: "";
    top: 0;
    width: 100%;
}.Cv-course-program .oz-header-image {
    position: relative;
    overflow: hidden;
    height: 400px;
    order: 1;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.Cv-course-program .oz-header-image::before {
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    content: "";
    position: absolute;
    inset: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.Cv-course-program .Mo-program-plan {
    gap: 80px;
}.Cv-course-program .oz-header-image {
    height: 500px;
}
}

@media (max-width: 991px) {.Cv-course-program {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.Cv-course-program {
    padding: 60px 0;
}.Cv-course-program .MU-body-content {
    grid-template-columns: 1fr;
}.Cv-course-program .MU-body-content h2 {
    font-size: calc(44px * 0.9);
}.Cv-course-program .oz-header-image {
    height: 350px;
}
}

@media (max-width: 480px) {.Cv-course-program {
    padding: 40px 0;
}.Cv-course-program .Mo-program-plan {
    gap: 40px;
}.Cv-course-program .MU-body-content h2 {
    font-size: calc(44px * 0.8);
    padding-bottom: 15px;
}.Cv-course-program .MU-body-content h2::after {
    width: 80px;
}.Cv-course-program .MU-body-content .description {
    padding: 20px;
}.Cv-course-program .oz-header-image {
    height: 250px;
}}.tx-cookie-message-alert {
    z-index: 90;
    bottom: 0;
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(185,205,168);
    background: rgb(222,228,216);
}.tr-user-dialog {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}.tx-cookie-message-alert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#Sj-userPrivacyDialog {
    display: none;
}#Sj-userPrivacyDialog:checked ~ .tx-cookie-message-alert {
    opacity: 0;
    visibility: hidden;
}.tx-cookie-message-alert p {
    font-size: 18px;
}.rX-cookie-disclaimer {
    flex-shrink: 0;
    margin-right: 10px;
}.rX-cookie-disclaimer svg, .rX-cookie-disclaimer svg path, .rX-cookie-disclaimer img {
    height: 100px;
    fill: rgb(185,205,168);
    width: 100px;
}.xM-data-opt {
    font-size: 24px;
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
    min-width: 120px;
    border-bottom: 2px solid rgb(185,205,168);
    margin-left: 10px;
    text-decoration: none;
    color: rgb(185,205,168);
    cursor: pointer;
    line-height: 35px;
}.tx-cookie-message-alert p a {
    color: rgb(185,205,168);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.tx-cookie-message-alert {
    padding: 20px;
}}

.tQ-wrapper-skeleton .tx-cookie-message-alert {
    background: rgb(175,175,116);
    border: none;
    padding: 40px 0;
    box-shadow: rgb(175,175,116,0.5) 0px 0px 40px 39px;
}.tQ-wrapper-skeleton .xM-data-opt {
    background: rgb(185,205,168);
    padding: 10px;
    margin-left: 30px;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    border: none;
}.tQ-wrapper-skeleton .WO-cookie-option h5, .tQ-wrapper-skeleton .WO-cookie-option p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.rX-cookie-disclaimer {
    display: none;
}.tr-user-dialog {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.tx-cookie-message-alert h5 {
    text-align: center;
}.tx-cookie-message-alert p {
    text-align: center;
}.WO-cookie-option {
    margin-bottom: 20px;
}body .tQ-wrapper-skeleton .xM-data-opt {
    margin-left: 0;
    margin-bottom: 10px;
}}.fG-gratFrame {
    background: linear-gradient(135deg, rgb(185,205,168,0.5), rgb(175,175,116,0.5) 70%);
    padding: 5rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.fG-gratFrame::before {
    left: 0;
    z-index: -1;
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
}.fG-gratFrame::after {
    opacity: 0.4;
    width: 100%;
    top: -50%;
    z-index: -1;
    animation: pulse 15s infinite alternate ease-in-out;
    right: -50%;
    background: radial-gradient(circle, rgb(175,175,116,0.5) 0%, transparent 70%);
    transform: scale(1.5);
    position: absolute;
    height: 100%;
    content: '';
}.fG-gratFrame .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.fG-gratFrame .Se-founders-team {
    flex-direction: column;
    padding: 3.5rem;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    z-index: 2;
    max-width: 900px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.fG-gratFrame .Se-founders-team:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.fG-gratFrame .Se-founders-team > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.fG-gratFrame .Se-founders-team > div:first-child::before {
    width: 1.5rem;
    position: absolute;
    background: rgb(185,205,168);
    content: '';
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: -3.5rem;
}.fG-gratFrame h5 {
    font-weight: 700;
    border-left: 3px solid rgb(175,175,116);
    color: #000000;
    position: relative;
    padding-left: 1rem;
    line-height: 1.4;
    margin: 0;
    font-size: 24px;
}.fG-gratFrame a {
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transform-origin: left center;
}.fG-gratFrame a::before {
    opacity: 0;
    content: '';
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(185,205,168,0.5) 0%, transparent 100%);
    position: absolute;
    z-index: -1;
}.fG-gratFrame a:hover::before {
    opacity: 0.1;
}.fG-gratFrame p {
    line-height: 1.7;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
    font-size: 16px;
    color: #000000;
}.fG-gratFrame a:hover p {
    transform: translateX(5px);
    color: rgb(185,205,168);
}.fG-gratFrame .Se-founders-team > div:last-child {
    position: relative;
    padding-top: 2rem;
}.fG-gratFrame .Se-founders-team > div:last-child::before {
    height: 1px;
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgb(185,205,168,0.5), transparent 80%);
    left: 0;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.fG-gratFrame {
    padding: 4rem 0;
}.fG-gratFrame .Se-founders-team {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.fG-gratFrame .Se-founders-team > div:first-child::before {
    height: 50px;
    width: 1rem;
    left: -2.5rem;
}.fG-gratFrame h5 {
    font-size: calc(24px - 0.1rem);
}
}

@media (max-width: 768px) {.fG-gratFrame {
    padding: 3rem 0;
}.fG-gratFrame .Se-founders-team {
    padding: 2rem;
    transform: none;
}.fG-gratFrame .Se-founders-team:hover {
    transform: translateY(-5px);
}.fG-gratFrame .Se-founders-team > div:first-child::before {
    height: 40px;
    width: 0.7rem;
    left: -2rem;
}.fG-gratFrame h5 {
    font-size: calc(24px - 0.2rem);
    padding-left: 0.7rem;
}
}

@media (max-width: 576px) {.fG-gratFrame {
    padding: 2.5rem 0;
}.fG-gratFrame .container {
    padding: 0 1.5rem;
}.fG-gratFrame .Se-founders-team {
    padding: 1.5rem;
}.fG-gratFrame .Se-founders-team > div:first-child {
    margin-bottom: 1.5rem;
}.fG-gratFrame .Se-founders-team > div:first-child::before {
    height: 30px;
    width: 0.5rem;
    left: -1.5rem;
}.fG-gratFrame h5 {
    padding-left: 0.5rem;
    font-size: calc(24px - 0.3rem);
}.fG-gratFrame p {
    line-height: 1.6;
    font-size: calc(16px - 0.1rem);
}.fG-gratFrame .Se-founders-team > div:last-child {
    padding-top: 1.5rem;
}}.rn-try-immediately {
    perspective: 1000px;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(175,175,116,0.5), rgb(185,205,168));
    overflow: hidden;
}.rn-try-immediately::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    width: 100%;
    top: 0;
}.rn-try-immediately::after {
    background: radial-gradient(ellipse at center, rgb(185,205,168,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    content: "";
    top: -10%;
    right: -5%;
    filter: blur(40px);
    z-index: 0;
    width: 50%;
    position: absolute;
    height: 70%;
}.rn-try-immediately .container {
    margin: 0 auto;
    padding: 0 2rem;
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.rn-try-immediately h2 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px);
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 2.5rem;
    font-size: 30px;
}.rn-try-immediately .Se-founders-team {
    gap: 2rem;
    padding: 2rem;
    border-left: 4px solid rgb(185,205,168);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    transform: translateZ(30px) rotateX(2deg);
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
}.rn-try-immediately .Se-founders-team:hover {
    transform: translateZ(40px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 10px 20px rgba(0, 0, 0, 0.15);
}.rn-try-immediately svg {
    transform: rotate(-5deg);
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.rn-try-immediately svg:hover {
    transform: rotate(0deg) scale(1.1);
}.rn-try-immediately svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,205,168);
}.rn-try-immediately .Se-founders-team:hover svg path {
    fill: rgb(175,175,116);
}.rn-try-immediately .Se-founders-team div {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}.rn-try-immediately .LX-support-block {
    letter-spacing: 1px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    color: #ffffff;
    transform: skewX(-5deg);
    background: linear-gradient(135deg, rgb(185,205,168), rgb(175,175,116));
    padding: 0.875rem 2rem;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}.rn-try-immediately .LX-support-block::before {
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    width: 100%;
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.rn-try-immediately .LX-support-block:hover {
    transform: skewX(-5deg) translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}.rn-try-immediately .LX-support-block:hover::before {
    left: 100%;
}.rn-try-immediately .container:hover h2 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.rn-try-immediately {
    padding: 4rem 0;
}.rn-try-immediately h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.9);
}.rn-try-immediately .Se-founders-team {
    padding: 1.75rem;
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.rn-try-immediately {
    padding: 3.5rem 0;
}.rn-try-immediately h2 {
    text-align: center;
    font-size: calc(30px * 0.8);
}.rn-try-immediately .Se-founders-team {
    gap: 1.5rem;
    transform: translateZ(20px) rotateX(0deg);
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 2rem 1.5rem;
}.rn-try-immediately svg {
    width: 40px;
    height: 40px;
}.rn-try-immediately .Se-founders-team div {
    justify-content: center;
    width: 100%;
}
}

@media (max-width: 576px) {.rn-try-immediately {
    padding: 3rem 0;
}.rn-try-immediately h2 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.rn-try-immediately .Se-founders-team {
    gap: 1.25rem;
    padding: 1.5rem 1.25rem;
}.rn-try-immediately .LX-support-block {
    padding: 0.75rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.Pc-title-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
}.Pc-title-section .pB-skill-expertise {
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
}.Pc-title-section .pB-skill-expertise::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 40%, 
    rgba(rgb(185,205,168,0.5), 0.4) 70%, 
    rgba(rgb(175,175,116,0.5), 0.3) 100%);
    left: 0;
    backdrop-filter: brightness(0.9) contrast(1.1);
    height: 100%;
    content: '';
}.Pc-title-section .Xl-learn-learn {
    transform: translateY(10px);
    flex-direction: column;
    animation: fadeUp 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    max-width: 1000px;
    z-index: 3;
    margin: 0 auto;
    height: 100%;
    display: flex;
    padding: 2rem;
    justify-content: center;
    position: relative;
}.Pc-title-section .Xl-learn-learn > div {
    opacity: 0;
    animation: elementFadeIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
}.Pc-title-section .Xl-learn-learn > div:nth-child(1) {
    animation-delay: 0.3s;
}.Pc-title-section .Xl-learn-learn > div:nth-child(2) {
    animation-delay: 0.6s;
}.Pc-title-section .Xl-learn-learn > div:nth-child(3) {
    animation-delay: 0.9s;
}.Pc-title-section p {
    position: relative;
    padding-left: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(14px * 1.2);
    letter-spacing: 0.15em;
    margin-bottom: 1.5rem;
}.Pc-title-section p::before {
    position: absolute;
    top: 50%;
    width: 1.5rem;
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    background: rgb(175,175,116);
    content: '';
}.Pc-title-section .title_style_header {
    background: linear-gradient(120deg, #ffffff 0%, rgb(175,175,116) 100%);
    font-size: clamp(2.5rem, 6vw, 45px);
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    color: #ffffff;
    -webkit-background-clip: text !important;
    transform: translateX(-5px);
}.Pc-title-section h3 {
    color: #ffffff;
    backdrop-filter: blur(5px);
    transform: translateX(20px);
    line-height: 1.6;
    padding: 1.5rem 2rem;
    font-size: calc(23px * 1.1);
    background: linear-gradient(90deg, 
    rgba(rgb(185,205,168,0.5), 0.2) 0%, 
    rgba(rgb(175,175,116,0.5), 0.1) 100%);
    border-left: 3px solid rgb(175,175,116);
    max-width: 90%;
    font-weight: 400;
}.Pc-title-section::after {
    background: linear-gradient(to top, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    transparent 100%);
    pointer-events: none;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 30%;
    position: absolute;
    content: '';
}

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

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

@media screen and (max-width: 991px) {.Pc-title-section {
    height: 90vh;
}.Pc-title-section .Xl-learn-learn {
    padding: 1.5rem;
}.Pc-title-section h3 {
    max-width: 100%;
    padding: 1.25rem 1.5rem;
    transform: translateX(10px);
}
}

@media screen and (max-width: 767px) {.Pc-title-section {
    height: 80vh;
}.Pc-title-section .Xl-learn-learn {
    padding: 1.25rem;
}.Pc-title-section p {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 14px;
}.Pc-title-section p::before {
    width: 1.2rem;
}.Pc-title-section .title_style_header {
    transform: translateX(0);
}.Pc-title-section h3 {
    padding: 1rem 1.25rem;
    font-size: 23px;
    transform: translateX(0);
}
}

@media screen and (max-width: 480px) {.Pc-title-section {
    height: auto;
    min-height: 100vh;
}.Pc-title-section .Xl-learn-learn {
    justify-content: flex-start;
    padding-top: 25vh;
    padding: 4rem 1rem;
}.Pc-title-section p {
    padding-left: 1.2rem;
    font-size: calc(14px * 0.9);
    letter-spacing: 0.1em;
}.Pc-title-section p::before {
    width: 1rem;
}.Pc-title-section .title_style_header {
    margin-bottom: 1rem;
}.Pc-title-section h3 {
    border-left-width: 2px;
    font-size: calc(23px * 0.9);
    padding: 0.8rem 1rem;
}}.pb-our-team {
    overflow: hidden;
    position: relative;
    background: rgb(222,228,216);
    padding: 120px 0;
}.pb-our-team::before {
    left: 0;
    position: absolute;
    z-index: 1;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(185,205,168,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(185,205,168,0.5) 95%);
    animation: gridMove 40s linear infinite;
    opacity: 0.2;
    background-size: 30px 30px;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.pb-our-team::after {
    height: 100%;
    opacity: 0.3;
    content: "";
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,205,168,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(175,175,116,0.5) 0%, transparent 50%);
    z-index: 1;
    filter: blur(60px);
    left: 0;
    top: 0;
    animation: bgPulse 20s infinite alternate;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.pb-our-team .container {
    position: relative;
    z-index: 2;
}.pb-our-team .Se-founders-team {
    position: relative;
}.pb-our-team h3 {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    font-size: 33px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    display: inline-block;
    color: #000000;
    border-radius: 0 15px 15px 0;
    border-left: 4px solid rgb(185,205,168);
    padding: 20px 30px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.pb-our-team h3::before {
    left: -2px;
    top: 20px;
    animation: pulseHeight 3s infinite alternate;
    width: 4px;
    position: absolute;
    height: calc(100% - 40px);
    background: rgb(175,175,116);
    content: "";
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.pb-our-team .BD-study-lab {
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin-bottom: 70px;
    display: grid;
    gap: 30px;
}.pb-our-team .BD-study-lab span {
    color: #ffffff;
    font-weight: 600;
    transform: translateY(-50%);
    padding: 10px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    left: 0;
    top: -40px;
    font-size: 24px;
    background: rgb(185,205,168);
    border-radius: 10px;
    position: absolute;
    z-index: 5;
}.pb-our-team .BD-study-lab p {
    font-size: 13px;
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid rgb(185,205,168);
    color: #000000;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    backdrop-filter: blur(10px);
    line-height: 1.8;
    display: flex;
    border-radius: 15px;
    padding: 40px;
}.pb-our-team .BD-study-lab .oz-header-image {
    overflow: hidden;
    height: 450px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.pb-our-team .BD-study-lab .oz-header-image::before {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
}.pb-our-team .qE-edu-values {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.pb-our-team .qE-edu-values::before {
    height: 1px;
    position: absolute;
    top: -35px;
    content: "";
    left: calc(50% - 100px);
    width: 200px;
    background: linear-gradient(to right, rgb(185,205,168,0.5), rgb(175,175,116,0.5));
}.pb-our-team .qE-edu-values p {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    border-right: 3px solid rgb(175,175,116);
    backdrop-filter: blur(10px);
    height: 100%;
    line-height: 1.8;
    display: flex;
    color: #000000;
    font-size: 13px;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-radius: 15px;
}.pb-our-team .qE-edu-values .GO-pro-learn {
    border-radius: 15px;
    height: 450px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.pb-our-team .qE-edu-values .GO-pro-learn::before {
    height: 100%;
    content: "";
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
}.pb-our-team .qE-edu-values .GO-pro-learn::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 6s infinite;
    position: absolute;
    transform: skewX(-25deg);
    height: 100%;
    left: -100%;
    content: "";
    width: 50%;
    z-index: 3;
    top: 0;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.pb-our-team .BD-study-lab::after,
.pb-our-team .qE-edu-values::after {
    height: 50px;
    border-radius: 10px;
    content: "";
    width: 50px;
    position: absolute;
    opacity: 0.7;
    border: 1px solid rgb(185,205,168,0.5);
    animation: rotateFadeIn 10s infinite linear;
    z-index: -1;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.pb-our-team .BD-study-lab::after {
    border-color: rgb(185,205,168,0.5);
    top: -25px;
    right: -25px;
}.pb-our-team .qE-edu-values::after {
    border-color: rgb(175,175,116,0.5);
    left: -25px;
    bottom: -25px;
}.pb-our-team .Se-founders-team::before,
.pb-our-team .Se-founders-team::after {
    animation: floatAnimation 15s infinite alternate ease-in-out;
    width: 120px;
    z-index: -1;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.15;
    filter: blur(40px);
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.pb-our-team .Se-founders-team::before {
    left: -60px;
    top: 20%;
    background: rgb(185,205,168);
}.pb-our-team .Se-founders-team::after {
    background: rgb(175,175,116);
    animation-delay: 2s;
    bottom: 20%;
    right: -60px;
}

@media screen and (max-width: 1199px) {.pb-our-team {
    padding: 100px 0;
}.pb-our-team h3 {
    margin-bottom: 50px;
    font-size: calc(33px - 0.2rem);
    padding: 15px 25px;
}.pb-our-team .BD-study-lab {
    margin-bottom: 60px;
}.pb-our-team .BD-study-lab p,
    .pb-our-team .qE-edu-values p {
    padding: 30px;
}.pb-our-team .BD-study-lab .oz-header-image,
    .pb-our-team .qE-edu-values .GO-pro-learn {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.pb-our-team {
    padding: 80px 0;
}.pb-our-team h3 {
    margin-bottom: 40px;
    font-size: calc(33px - 0.4rem);
    padding: 12px 20px;
}.pb-our-team .BD-study-lab,
    .pb-our-team .qE-edu-values {
    gap: 25px;
}.pb-our-team .BD-study-lab {
    margin-bottom: 50px;
}.pb-our-team .BD-study-lab span {
    top: -35px;
    padding: 8px 15px;
    font-size: calc(24px - 0.2rem);
}.pb-our-team .BD-study-lab p,
    .pb-our-team .qE-edu-values p {
    padding: 25px;
    font-size: calc(13px - 0.1rem);
}.pb-our-team .BD-study-lab .oz-header-image,
    .pb-our-team .qE-edu-values .GO-pro-learn {
    height: 350px;
}.pb-our-team .BD-study-lab::after,
    .pb-our-team .qE-edu-values::after {
    height: 40px;
    width: 40px;
}.pb-our-team .Se-founders-team::before,
    .pb-our-team .Se-founders-team::after {
    filter: blur(30px);
    height: 80px;
    width: 80px;
}
}

@media screen and (max-width: 767px) {.pb-our-team {
    padding: 60px 0;
}.pb-our-team::before {
    background-size: 20px 20px;
}.pb-our-team h3 {
    border-radius: 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-size: calc(33px - 0.6rem);
}.pb-our-team .BD-study-lab,
    .pb-our-team .qE-edu-values {
    grid-template-columns: 1fr;
    gap: 20px;
}.pb-our-team .BD-study-lab {
    margin-bottom: 40px;
}.pb-our-team .BD-study-lab span {
    left: 20px;
}.pb-our-team .BD-study-lab p,
    .pb-our-team .qE-edu-values p {
    border-width: 2px;
    padding: 20px;
}.pb-our-team .BD-study-lab .oz-header-image,
    .pb-our-team .qE-edu-values .GO-pro-learn {
    height: 300px;
}.pb-our-team .qE-edu-values p {
    order: 2;
}.pb-our-team .qE-edu-values .GO-pro-learn {
    order: 1;
}.pb-our-team .Se-founders-team::before,
    .pb-our-team .Se-founders-team::after {
    filter: blur(20px);
    height: 60px;
    width: 60px;
}.pb-our-team::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.pb-our-team {
    padding: 50px 0;
}.pb-our-team::before {
    background-size: 15px 15px;
}.pb-our-team h3 {
    margin-bottom: 35px;
    padding: 10px 15px;
    font-size: calc(33px - 0.8rem);
}.pb-our-team h3::before {
    width: 2px;
    left: -1px;
}.pb-our-team .BD-study-lab span {
    padding: 6px 12px;
    left: 10px;
    font-size: calc(24px - 0.4rem);
    top: -30px;
}.pb-our-team .BD-study-lab,
    .pb-our-team .qE-edu-values {
    gap: 15px;
}.pb-our-team .BD-study-lab {
    margin-bottom: 35px;
}.pb-our-team .BD-study-lab p,
    .pb-our-team .qE-edu-values p {
    padding: 15px;
    font-size: calc(13px - 0.2rem);
}.pb-our-team .BD-study-lab .oz-header-image,
    .pb-our-team .qE-edu-values .GO-pro-learn {
    height: 250px;
}.pb-our-team .BD-study-lab .oz-header-image {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.pb-our-team .qE-edu-values .GO-pro-learn {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.pb-our-team .BD-study-lab::after,
    .pb-our-team .qE-edu-values::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.pb-our-team .BD-study-lab .oz-header-image,
    .pb-our-team .qE-edu-values .GO-pro-learn {
    height: 500px;
}.pb-our-team .BD-study-lab p,
    .pb-our-team .qE-edu-values p {
    padding: 50px;
}}footer {
    background-color: #000000;
    margin-top: 0;
    position: relative;
}footer::before {
    left: 0;
    width: 100%;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(185,205,168,0.5) 50%,
    #000000 100%);
    content: "";
    opacity: 0.9;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
}.uG-lang-learn {
    position: relative;
    background-color: transparent;
    z-index: 5;
    padding: 60px 0 40px;
}.uG-lang-learn .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
    position: relative;
}.uG-lang-learn .company_holder {
    padding: 30px;
    border-radius: 10px;
    position: relative;
    grid-column: span 4;
    background-color: rgba(255, 255, 255, 0.03);
}.uG-lang-learn .company_holder h3 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 31px;
    position: relative;
    margin-bottom: 20px;
}.uG-lang-learn .company_holder h3::after {
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    background: rgb(185,205,168);
}.uG-lang-learn .RD-workshop-cta {
    opacity: 0.8;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
}.uG-lang-learn .Mm-conduct-code {
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 8;
    grid-gap: 30px;
    display: grid;
}.uG-lang-learn .du-head-section {
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}.uG-lang-learn .du-head-section h5 {
    color: #ffffff;
    position: relative;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}.uG-lang-learn .du-head-section h5::after {
    background: rgb(175,175,116);
    content: "";
    width: 100%;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -8px;
}.uG-lang-learn .du-head-section .Dy-main-know {
    grid-gap: 15px;
    display: grid;
}.uG-lang-learn .du-head-section .Dy-main-know a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease, transform 0.3s ease;
    opacity: 0.8;
    display: block;
    padding-left: 15px;
}.uG-lang-learn .du-head-section .Dy-main-know a::before {
    transform: translateY(-50%);
    top: 50%;
    content: "";
    border-radius: 50%;
    background: rgb(175,175,116);
    height: 6px;
    width: 6px;
    left: 0;
    position: absolute;
}.uG-lang-learn .du-head-section .Dy-main-know a:hover {
    color: rgb(185,205,168);
    opacity: 1;
    transform: translateX(5px);
}.ty-footer-edu {
    position: relative;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    padding: 25px 0;
}.ty-footer-edu .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.ty-footer-edu .uy-comm-guide {
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
    font-size: 15px;
}

@media (max-width: 991px) {.uG-lang-learn .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.uG-lang-learn .company_holder {
    grid-column: span 12;
}.uG-lang-learn .Mm-conduct-code {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.uG-lang-learn {
    padding: 40px 0 30px;
}.uG-lang-learn .Mm-conduct-code {
    grid-template-columns: 1fr;
}.uG-lang-learn .company_holder {
    padding: 25px;
}.uG-lang-learn .du-head-section {
    padding: 25px;
}.uG-lang-learn .company_holder h3 {
    font-size: calc(31px - 2px);
}.uG-lang-learn .du-head-section h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.uG-lang-learn {
    padding: 30px 0 20px;
}.uG-lang-learn .company_holder,
  .uG-lang-learn .du-head-section {
    padding: 20px;
}.uG-lang-learn .company_holder h3 {
    font-size: calc(31px - 4px);
}.ty-footer-edu {
    padding: 20px 0;
}}

.uG-lang-learn .company_holder:hover,
.uG-lang-learn .du-head-section:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.uG-lang-learn .container::before {
    background: 
    linear-gradient(to right, rgb(185,205,168,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(185,205,168,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    z-index: -1;
    top: 0;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    content: "";
}.uG-lang-learn .company_holder::before {
    top: 0;
    width: 5px;
    opacity: 0.5;
    left: 0;
    position: absolute;
    content: "";
    background: rgb(185,205,168);
    height: 100%;
}.uG-lang-learn .du-head-section::before {
    width: 5px;
    position: absolute;
    content: "";
    opacity: 0.5;
    background: rgb(175,175,116);
    left: 0;
    height: 100%;
    top: 0;
}footer::after {
    height: 5px;
    left: 0;
    background: linear-gradient(to right,
    rgb(185,205,168),
    rgb(175,175,116),
    rgb(185,205,168));
    z-index: 2;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    width: 100%;
    content: "";
}.uG-lang-learn .Dy-main-know {
    position: relative;
}.uG-lang-learn .Dy-main-know::after {
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(175,175,116,0.5);
    height: 1px;
    bottom: -15px;
    opacity: 0.2;
    left: 0;
}.uG-lang-learn .du-head-section h5,
.uG-lang-learn .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.uG-lang-learn .du-head-section:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.uG-lang-learn .du-head-section:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.ty-footer-edu .uy-comm-guide {
    display: inline-block;
    position: relative;
}.ty-footer-edu .uy-comm-guide::before {
    left: -40px;
    position: absolute;
    top: 50%;
    background: rgb(185,205,168);
    width: 30px;
    height: 1px;
    content: "";
    transform: translateY(-50%);
    opacity: 0.5;
}.ty-footer-edu .uy-comm-guide::after {
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 30px;
    background: rgb(185,205,168);
    opacity: 0.5;
    height: 1px;
}header {
    z-index: 99;
    overflow: visible;
    background: rgb(222,228,216);
    position: relative;
    width: 100%;
}header::before {
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(185,205,168,0.5) 0%, transparent 50%, rgb(185,205,168,0.5) 100%);
}header .SF-top-start {
    padding: 20px;
    grid-template-rows: auto auto;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    position: relative;
}header .SF-top-start::after {
    position: absolute;
    top: 50%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(185,205,168,0.5), transparent);
    content: "";
    height: 1px;
    width: 100%;
}header .SF-top-start .mC-head-teach {
    padding: 5px 20px 15px;
    z-index: 10;
    position: relative;
    justify-self: center;
}header .SF-top-start .mC-head-teach::before,
header .SF-top-start .mC-head-teach::after {
    position: absolute;
    width: 90%;
    content: "";
    height: 90%;
    border-radius: 11px;
}header .SF-top-start .mC-head-teach::before {
    top: -5px;
    border-left: 2px solid rgb(185,205,168);
    transform-origin: top left;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-top: 2px solid rgb(185,205,168);
    left: -5px;
}header .SF-top-start .mC-head-teach::after {
    border-bottom: 2px solid rgb(175,175,116);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    right: -5px;
    transform: scale(0);
    border-right: 2px solid rgb(175,175,116);
    bottom: -5px;
}header .SF-top-start .mC-head-teach:hover::before,
header .SF-top-start .mC-head-teach:hover::after {
    transform: scale(1);
}header .SF-top-start .mC-head-teach .Is-head-tutor {
    display: block;
    transition: transform 0.3s ease;
}header .SF-top-start .mC-head-teach .Is-head-tutor svg {
    width: auto;
    height: 60px;
}header .SF-top-start .du-head-section {
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(175,175,116) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    list-style: none;
    justify-content: center;
    padding: 20px 0 10px;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
}header .SF-top-start .du-head-section::before,
header .SF-top-start .du-head-section::after {
    top: 15%;
    content: "";
    background: rgb(185,205,168,0.5);
    position: absolute;
    width: 2px;
    height: 70%;
}header .SF-top-start .du-head-section::before {
    left: 0;
}header .SF-top-start .du-head-section::after {
    right: 0;
}header .SF-top-start .du-head-section .Zo-main-navbar {
    position: relative;
    margin: 0;
    padding: 0 15px;
    transition: transform 0.3s ease;
}header .SF-top-start .du-head-section .Zo-main-navbar:not(:last-child)::after {
    position: absolute;
    top: 20%;
    content: "";
    height: 60%;
    right: 0;
    background: rgb(175,175,116,0.5);
    width: 1px;
}header .SF-top-start .du-head-section .Zo-main-navbar:hover {
    transform: translateY(-3px);
}header .SF-top-start .du-head-section .Zo-main-navbar a {
    font-weight: 600;
    position: relative;
    color: #000000;
    text-align: center;
    padding: 10px 5px;
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: color 0.3s ease;
}header .SF-top-start .du-head-section .Zo-main-navbar a:hover {
    color: rgb(185,205,168);
}header .SF-top-start .du-head-section .Zo-main-navbar a::before {
    transition: transform 0.3s ease;
    bottom: 5px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    left: 0;
    width: 100%;
    background: rgb(175,175,116);
}header .SF-top-start .du-head-section .Zo-main-navbar a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .SF-top-start {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    padding: 15px 30px;
}header .SF-top-start .du-head-section {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .SF-top-start {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .SF-top-start .mC-head-teach {
    padding: 5px 10px;
}header .SF-top-start .mC-head-teach .Is-head-tutor svg {
    height: 45px;
}header .SF-top-start .du-head-section {
    padding: 15px 0 10px;
}header .SF-top-start .du-head-section .Zo-main-navbar {
    padding: 0 10px;
}header .SF-top-start .du-head-section .Zo-main-navbar a {
    font-size: calc(16px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .SF-top-start .du-head-section {
    justify-content: center;
    flex-wrap: wrap;
}header .SF-top-start .du-head-section .Zo-main-navbar {
    margin: 3px 0;
}header .SF-top-start .du-head-section .Zo-main-navbar:not(:last-child)::after {
    display: none;
}}.OJ-get-updates {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(222,228,216) 100%);
    padding: 5rem 2rem;
    perspective: 1000px;
}.OJ-get-updates::before {
    height: 200%;
    width: 200%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(175,175,116,0.5) 10px,
        rgb(175,175,116,0.5) 11px
    );
    animation: grid-move 20s linear infinite;
    content: "";
    left: -50%;
    top: -50%;
    position: absolute;
}@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}

.OJ-get-updates .Se-founders-team {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.OJ-get-updates .cW-support-feedback {
    position: relative;
    transform: rotateY(-5deg);
    margin: 0 auto;
    max-width: 650px;
    background: rgb(222,228,216);
    transition: transform 0.5s ease;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 
        0 0 20px rgb(185,205,168,0.5),
        0 0 40px rgb(175,175,116,0.5);
    border: 1px solid rgb(185,205,168,0.5);
}.OJ-get-updates .cW-support-feedback:hover {
    transform: rotateY(0deg);
}.OJ-get-updates .cW-support-feedback::before {
    border-radius: 12px;
    background-position: 0 0, 0 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(185,205,168,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(175,175,116,0.5) 50%);
    opacity: 0.5;
    animation: border-pulse 3s infinite alternate;
    left: 0;
    background-size: 2px 100%, 100% 2px;
    content: "";
    pointer-events: none;
    width: 100%;
    top: 0;
    background-repeat: repeat-y, repeat-x;
    height: 100%;
    position: absolute;
}@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}

.OJ-get-updates h3 {
    text-transform: uppercase;
    left: 50%;
    letter-spacing: 2px;
    padding-bottom: 0.5rem;
    transform: translateX(-50%);
    text-shadow: 0 0 10px rgb(185,205,168,0.5);
    display: inline-block;
    position: relative;
    font-size: 22px;
    margin-bottom: 2rem;
    border-bottom: 2px solid rgb(175,175,116);
    text-align: center;
    color: rgb(185,205,168);
    font-weight: 700;
}.OJ-get-updates .input_holder {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.OJ-get-updates input[type="email"] {
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    flex: 1;
    min-width: 250px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 10px;
    font-size: 15px;
    border: 1px solid rgb(175,175,116,0.5);
}.OJ-get-updates input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(185,205,168,0.5);
    border-color: rgb(185,205,168);
}.OJ-get-updates input[type="email"]::placeholder {
    opacity: 0.7;
    color: #ffffff;
}.OJ-get-updates input[type="submit"] {
    transition: all 0.3s ease;
    border: none;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
    padding: 1rem 2rem;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(185,205,168);
    font-size: 20px;
}.OJ-get-updates input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(185,205,168);
}.OJ-get-updates input[type="submit"]::before {
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    left: -50%;
    background: linear-gradient(45deg, rgb(185,205,168), rgb(175,175,116), rgb(185,205,168));
    height: 200%;
    transform: rotate(45deg);
    content: "";
    opacity: 0;
    top: -50%;
    width: 200%;
}.OJ-get-updates input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotate-bg 2s linear infinite;
}

@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.OJ-get-updates {
    padding: 3rem 1.5rem;
}.OJ-get-updates .cW-support-feedback {
    transform: none;
    padding: 2rem;
}.OJ-get-updates h3 {
    font-size: calc(22px * 0.9);
}.OJ-get-updates .input_holder {
    flex-direction: column;
}.OJ-get-updates input[type="email"],
    .OJ-get-updates input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.OJ-get-updates {
    padding: 2rem 1rem;
}.OJ-get-updates .cW-support-feedback {
    padding: 1.5rem;
}.OJ-get-updates h3 {
    letter-spacing: 1px;
    font-size: calc(22px * 0.8);
}.OJ-get-updates input[type="email"] {
    padding: 0.8rem 1rem;
}.OJ-get-updates input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}.fq-find-support {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgba(240, 242, 245, 0.95) 100%);
}.fq-find-support::before {
    background: linear-gradient(90deg, rgb(185,205,168) 0%, rgb(175,175,116) 100%);
    height: 4px;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
}.fq-find-support::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(185,205,168,0.5) 0px,
        rgb(185,205,168,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: 0;
    width: 35%;
    content: "";
    border-radius: 10px;
    transform: translate(15%, 15%);
    position: absolute;
    right: 0;
    opacity: 0.1;
    bottom: 0;
    height: 35%;
}.fq-find-support h1 {
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(38px * 1.2);
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    position: relative;
}.fq-find-support h1::after {
    width: 80px;
    transition: transform 0.3s ease-out;
    content: "";
    background: rgb(185,205,168);
    bottom: -12px;
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    height: 4px;
    position: absolute;
}.fq-find-support h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.fq-find-support .container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.fq-find-support .gM-message-section {
    grid-template-columns: 1fr;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(0deg);
    display: grid;
    gap: 2.5rem;
}.fq-find-support .gM-message-section:hover {
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(2deg);
}.fq-find-support .gM-message-section > div {
    position: relative;
    padding: 1.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}.fq-find-support .gM-message-section > div:hover {
    border-left: 3px solid rgb(185,205,168);
    background: linear-gradient(90deg, rgba(rgb(185,205,168,0.5), 0.05) 0%, rgba(#ffffff, 1) 100%);
}.fq-find-support .gM-message-section > div:first-child {
    line-height: 1.6;
    border-left: none;
    background: linear-gradient(135deg, rgb(222,228,216) 0%, rgba(250, 252, 255, 0.9) 100%);
    border-radius: 10px;
    font-size: calc(15px * 1.1);
    color: #000000;
    padding: 2rem;
}.fq-find-support .gM-message-section > div:first-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.fq-find-support h6 {
    font-size: 19px;
    display: flex;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    letter-spacing: 0.5px;
    color: rgb(185,205,168);
    font-weight: 600;
    align-items: center;
}.fq-find-support h6 svg {
    margin-left: 0.75rem;
    width: 20px;
    height: 20px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.fq-find-support h6:hover svg {
    transform: scale(1.2);
}.fq-find-support span {
    font-size: 15px;
    display: inline-block;
    color: #000000;
    margin-left: 2rem;
    position: relative;
}.fq-find-support span::before {
    background: linear-gradient(90deg, rgb(185,205,168) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    transform: scaleX(0.3);
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    content: "";
    bottom: -4px;
    height: 1px;
}.fq-find-support span:hover::before {
    transform: scaleX(1);
}.fq-find-support .iI-contact-query {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.fq-find-support .iI-contact-query > div {
    position: relative;
    transition: transform 0.3s ease;
}.fq-find-support .iI-contact-query > div:hover {
    transform: translateX(5px);
}.fq-find-support .Na-contact-ask {
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    color: #000000;
}.fq-find-support .Na-contact-ask:hover {
    color: rgb(185,205,168);
}.fq-find-support .Na-contact-ask svg {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 18px;
    margin-left: 10px;
    height: 18px;
}.fq-find-support .Na-contact-ask:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}.fq-find-support svg path {
    transition: fill 0.3s ease;
    fill: rgb(185,205,168);
}.fq-find-support .Na-contact-ask:hover svg path {
    fill: rgb(175,175,116);
}

@media (min-width: 768px) {.fq-find-support {
    padding: 7rem 0;
}.fq-find-support .gM-message-section {
    grid-template-columns: 1fr 1fr;
}.fq-find-support .gM-message-section > div:first-child {
    grid-column: 1 / -1;
}.fq-find-support h1 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.5);
}.fq-find-support h1::after {
    width: 120px;
}
}

@media (min-width: 992px) {.fq-find-support {
    padding: 8rem 0;
}.fq-find-support .gM-message-section {
    gap: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
    padding: 3.5rem;
}.fq-find-support .gM-message-section > div:first-child {
    grid-column: 1;
    grid-row: span 2;
}.fq-find-support .iI-contact-query {
    gap: 1.75rem;
}.fq-find-support h1 {
    font-size: calc(38px * 1.75);
}.fq-find-support h1::after {
    height: 5px;
    width: 150px;
}
}

@media (max-width: 767px) {.fq-find-support .gM-message-section {
    padding: 1.5rem;
}.fq-find-support h1 {
    margin-bottom: 2rem;
    font-size: 38px;
}.fq-find-support span {
    margin-left: 1rem;
}.fq-find-support .gM-message-section > div {
    padding: 1rem;
}.fq-find-support::after {
    height: 20%;
    width: 50%;
}
}

@media (hover: none) {.fq-find-support .gM-message-section:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: none;
}.fq-find-support .gM-message-section > div:first-child:hover {
    transform: none;
}.fq-find-support .iI-contact-query > div:hover {
    transform: none;
}}.ix-confidential-zone {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: rgb(222,228,216);
    color: #000000;
    padding: 50px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.ix-confidential-zone h1, .ix-confidential-zone h2, .ix-confidential-zone h3, .ix-confidential-zone h4, .ix-confidential-zone h5, .ix-confidential-zone h6 {
    color: rgb(185,205,168);
    margin-bottom: 20px;
}.ix-confidential-zone h1 {
    font-weight: 700;
    font-size: 43px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(175,175,116);
}.ix-confidential-zone h2 {
    border-bottom: 1px solid rgb(175,175,116);
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 34px;
}.ix-confidential-zone ul, .ix-confidential-zone ol {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: none;
}.ix-confidential-zone li {
    margin-bottom: 10px;
    color: #000000;
    padding-left: 20px;
    font-size: 14px;
    position: relative;
}.ix-confidential-zone ul li:before, .ix-confidential-zone ol li:before {
    left: 0;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: rgb(175,175,116);
    border-radius: 50%;
    top: 0.5em;
}.ix-confidential-zone p, .ix-confidential-zone span {
    margin-bottom: 20px;
    font-size: 14px;
}.ix-confidential-zone p {
    text-align: justify;
}.ix-confidential-zone div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.ix-confidential-zone {
    padding: 30px 15px;
}.ix-confidential-zone h1 {
    font-size: calc(21px - 10px);
}.ix-confidential-zone h2 {
    font-size: calc(21px - 8px);
}.ix-confidential-zone p, .ix-confidential-zone li {
    font-size: calc(14px - 2px);
}}.Bp-contact-section {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(222,228,216) 0%, rgba(9, 19, 32, 0.9) 100%);
    overflow: hidden;
}.Bp-contact-section::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,205,168,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(185,205,168,0.5) 11px
    );
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    left: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    content: "";
}.Bp-contact-section::after {
    background: radial-gradient(circle, rgb(185,205,168,0.5) 0%, transparent 60%);
    content: "";
    pointer-events: none;
    width: 200%;
    opacity: 0.1;
    left: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
    position: absolute;
    top: -50%;
    height: 200%;
}.Bp-contact-section .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.Bp-contact-section h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    margin-bottom: 60px;
    text-align: center;
    font-size: 29px;
}.Bp-contact-section h2::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(185,205,168), transparent);
    height: 3px;
    left: 50%;
}.Bp-contact-section .mq-connect-support {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 19px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    display: flex;
}.Bp-contact-section .mq-connect-support::before {
    pointer-events: none;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom right, rgb(185,205,168,0.5), transparent);
    width: 100%;
    opacity: 0.03;
    content: "";
}.Bp-contact-section .oz-header-image {
    transform: scale(1.01);
    position: relative;
    flex: 1;
    transition: transform 0.6s ease;
    min-height: 500px;
}.Bp-contact-section .oz-header-image::after {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.Bp-contact-section .cP-help-info {
    position: relative;
    flex: 1;
    padding: 50px;
}.Bp-contact-section .cP-help-info::before {
    position: absolute;
    height: 50px;
    content: "";
    top: 20px;
    width: 50px;
    border-top: 2px solid rgb(185,205,168,0.5);
    right: 20px;
    opacity: 0.7;
    border-right: 2px solid rgb(185,205,168,0.5);
}.Bp-contact-section .cP-help-info::after {
    height: 50px;
    position: absolute;
    width: 50px;
    border-bottom: 2px solid rgb(185,205,168,0.5);
    opacity: 0.7;
    left: 20px;
    border-left: 2px solid rgb(185,205,168,0.5);
    content: "";
    bottom: 20px;
}.Bp-contact-section form {
    width: 100%;
}.Bp-contact-section form h3 {
    position: relative;
    font-weight: 600;
    padding-left: 15px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}.Bp-contact-section form h3::before {
    transform: translateY(-50%);
    border-radius: 10px;
    left: 0;
    top: 50%;
    content: "";
    width: 5px;
    height: 25px;
    background: rgb(185,205,168);
    position: absolute;
}.Bp-contact-section form input[type="text"] {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
}.Bp-contact-section form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(185,205,168), 0.2);
    border-color: rgb(185,205,168);
    background: rgba(255, 255, 255, 0.08);
}.Bp-contact-section form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.Bp-contact-section .HY-reach-inquiry {
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
}.Bp-contact-section .HY-reach-inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.Bp-contact-section .HY-reach-inquiry label {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}.Bp-contact-section .HY-reach-inquiry label::before {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    height: 22px;
    left: 0;
    position: absolute;
    width: 22px;
    content: "";
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
}.Bp-contact-section .HY-reach-inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(185,205,168);
    border-color: rgb(185,205,168);
}.Bp-contact-section .HY-reach-inquiry input[type="checkbox"]:checked + label::after {
    content: "";
    border-bottom: 2px solid #ffffff;
    top: 11px;
    border-left: 2px solid #ffffff;
    position: absolute;
    height: 4px;
    width: 8px;
    left: 7px;
    transform: rotate(-45deg);
}.Bp-contact-section .HY-reach-inquiry label a {
    color: rgb(185,205,168);
    transition: all 0.3s ease;
    text-decoration: none;
}.Bp-contact-section .HY-reach-inquiry label a:hover {
    text-decoration: underline;
}.Bp-contact-section form .LX-support-block {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    z-index: 1;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 35px;
    border: none;
    background: linear-gradient(45deg, rgb(185,205,168), rgb(175,175,116));
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    color: #ffffff;
}.Bp-contact-section form .LX-support-block::before {
    left: -100%;
    transition: all 0.4s ease;
    position: absolute;
    background: linear-gradient(45deg, rgb(175,175,116), rgb(185,205,168));
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
}.Bp-contact-section form .LX-support-block:hover::before {
    left: 0;
}.Bp-contact-section form .LX-support-block:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.Bp-contact-section svg {
    margin-right: 15px;
    height: 24px;
    fill: rgb(185,205,168);
    width: 24px;
}.Bp-contact-section svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.Bp-contact-section {
    padding: 80px 0;
}.Bp-contact-section .mq-connect-support {
    flex-direction: column;
}.Bp-contact-section .oz-header-image {
    order: 1;
    min-height: 300px;
}.Bp-contact-section .cP-help-info {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.Bp-contact-section {
    padding: 60px 0;
}.Bp-contact-section h2 {
    margin-bottom: 40px;
}.Bp-contact-section .oz-header-image {
    min-height: 200px;
}.Bp-contact-section .cP-help-info {
    padding: 30px 20px;
}.Bp-contact-section form .LX-support-block {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.Bp-contact-section {
    padding: 40px 0;
}.Bp-contact-section h2 {
    font-size: calc(29px * 0.8);
}.Bp-contact-section form h3 {
    font-size: calc(20px * 0.9);
}.Bp-contact-section .cP-help-info::before,
    .Bp-contact-section .cP-help-info::after {
    width: 30px;
    height: 30px;
}}.Ff-teaching-experience {
    min-height: 700px;
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(150deg, rgb(222,228,216) 0%, #000000 100%);
}.Ff-teaching-experience::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    animation: gridFlow 20s linear infinite;
    content: "";
    opacity: 0.1;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(185,205,168,0.5) 85%, rgb(185,205,168,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(175,175,116,0.5) 85%, rgb(175,175,116,0.5) 88%, transparent 88%);
    position: absolute;
    background-size: 150px 150px;
}.Ff-teaching-experience .container {
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
    padding: 0 2rem;
    z-index: 2;
}.Ff-teaching-experience .aK-learner-views {
    grid-template-rows: auto auto 1fr;
    position: relative;
    grid-template-columns: 45% 1fr;
    background: transparent;
    gap: 20px 30px;
    min-height: 580px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    display: grid;
}.Ff-teaching-experience .aK-learner-views::before {
    height: 90%;
    opacity: 0.3;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    background: linear-gradient(90deg, rgb(185,205,168,0.5) 0%, transparent 50%);
    right: 0;
    left: 0;
    transform: translateY(-50%);
    filter: blur(40px);
    border-radius: 26px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
}.Ff-teaching-experience .aK-learner-views::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    height: 100%;
    content: "";
    backdrop-filter: blur(15px);
    border-radius: 26px;
    z-index: -2;
    width: 100%;
    position: absolute;
    top: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.Ff-teaching-experience .oz-header-image {
    z-index: 2;
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-radius: 26px 0 0 26px;
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    transform: scale(1);
    position: relative;
}.Ff-teaching-experience .aK-learner-views:hover .oz-header-image {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.Ff-teaching-experience .oz-header-image::before {
    top: 0;
    opacity: 0.7;
    z-index: 3;
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    left: 0;
    width: 10px;
    height: 100%;
    content: "";
    background: rgb(185,205,168);
}.Ff-teaching-experience .name {
    z-index: 3;
    margin-top: 80px;
    padding-bottom: 10px;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 34px;
    grid-area: name;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: end;
    font-weight: 700;
    position: relative;
}.Ff-teaching-experience .aK-learner-views:hover .name {
    transform: translateX(15px);
}.Ff-teaching-experience .name::after {
    background: rgb(185,205,168);
    height: 2px;
    bottom: 0;
    transition: width 0.5s ease;
    width: 0;
    left: 0;
    content: "";
    position: absolute;
}.Ff-teaching-experience .aK-learner-views:hover .name::after {
    width: 60%;
}.Ff-teaching-experience .aK-learner-views span:not(.name) {
    font-size: 19px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    border-radius: 10px;
    color: rgb(175,175,116);
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    transform: translateX(0);
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    grid-area: job;
    align-self: start;
    display: inline-block;
    position: relative;
}.Ff-teaching-experience .aK-learner-views:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.Ff-teaching-experience .ui-emp-overview {
    color: #ffffff;
    position: relative;
    transform: translateY(0);
    border-radius: 26px;
    grid-area: quote;
    border-left: 4px solid rgb(175,175,116);
    padding: 2rem;
    margin-right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    align-self: start;
    width: 95%;
    line-height: 1.8;
    backdrop-filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    z-index: 2;
    font-size: 18px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}.Ff-teaching-experience .aK-learner-views:hover .ui-emp-overview {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.Ff-teaching-experience .container::after {
    z-index: -1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(175,175,116,0.5) 0%, transparent 70%);
    right: -150px;
    bottom: -150px;
    width: 300px;
    filter: blur(70px);
    content: "";
    opacity: 0.3;
    height: 300px;
    position: absolute;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.Ff-teaching-experience .aK-learner-views {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "oz-header-image"
            "name"
            "Ng-career-summary"
            "ui-emp-overview";
}.Ff-teaching-experience .oz-header-image {
    height: 350px;
    border-radius: 26px 26px 0 0;
}.Ff-teaching-experience .oz-header-image::before {
    height: 10px;
    width: 100%;
}.Ff-teaching-experience .name {
    margin-top: 0;
    text-align: center;
}.Ff-teaching-experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.Ff-teaching-experience .aK-learner-views:hover .name {
    transform: translateY(-5px);
}.Ff-teaching-experience .aK-learner-views span:not(.name) {
    margin: 0 auto;
}.Ff-teaching-experience .aK-learner-views:hover span:not(.name) {
    transform: translateY(-5px);
}.Ff-teaching-experience .ui-emp-overview {
    border-left: none;
    margin: 0 auto;
    width: 90%;
    border-top: 4px solid rgb(175,175,116);
}.Ff-teaching-experience .aK-learner-views:hover .ui-emp-overview {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.Ff-teaching-experience {
    padding: 5rem 0;
}.Ff-teaching-experience .oz-header-image {
    height: 250px;
}.Ff-teaching-experience .name {
    font-size: 19px;
}.Ff-teaching-experience .aK-learner-views span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 18px;
}.Ff-teaching-experience .ui-emp-overview {
    width: 95%;
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}
}