﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    width: 1257px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.MGUPzwrapper-section {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.Fnmblhead_train {
    flex: 1 0 auto;
}.GtPoQfooter_subscribe {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ZXuvCteaching_experience {
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.ZXuvCteaching_experience::before {
    height: 100%;
    top: 0;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(208,202,191,0.5) 90deg, transparent 180deg, rgb(173,166,152,0.5) 270deg, transparent 360deg);
    content: "";
    opacity: 0.2;
    animation: rotateBg 30s linear infinite;
    width: 100%;
    left: 0;
    position: absolute;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ZXuvCteaching_experience .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem;
}.ZXuvCteaching_experience .irqVereview_list {
    padding: 3rem;
    border-radius: 11px;
    display: grid;
    transition: transform 0.3s ease;
    grid-gap: 1.5rem;
    backdrop-filter: blur(8px);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    grid-template-columns: minmax(250px, 35%) 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateX(2deg);
    background-color: rgba(0, 0, 0, 0.5);
}.ZXuvCteaching_experience .irqVereview_list:hover {
    transform: perspective(1000px) rotateX(0);
}.ZXuvCteaching_experience .qfjOUpost_image {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    transition: transform 0.3s ease;
    min-height: 350px;
    grid-area: photo;
    transform: translateZ(20px);
    border-radius: 11px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    height: 100%;
}.ZXuvCteaching_experience .irqVereview_list:hover .qfjOUpost_image {
    transform: translateZ(30px);
}.ZXuvCteaching_experience .name {
    transform: translateZ(10px);
    grid-area: name;
    font-size: 32px;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.ZXuvCteaching_experience .irqVereview_list span:not(.name) {
    font-size: 21px;
    grid-area: job;
    font-weight: 600;
    color: rgb(173,166,152);
    transform: translateZ(5px);
    margin-bottom: 1rem;
}.ZXuvCteaching_experience .YlJAgcareer_tasks {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    font-size: 13px;
    position: relative;
    border-radius: 10px;
    border-left: 4px solid rgb(208,202,191);
    padding: 1.5rem;
    grid-area: quote;
    color: #ffffff;
    line-height: 1.6;
    transform: translateZ(15px);
}.ZXuvCteaching_experience .YlJAgcareer_tasks::before {
    content: "";
    left: 0;
    border-radius: 10px;
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,202,191,0.5) 0%, transparent 100%);
    width: 100%;
}

@media (max-width: 991px) {.ZXuvCteaching_experience .irqVereview_list {
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
    grid-template-columns: 1fr 1fr;
}.ZXuvCteaching_experience .qfjOUpost_image {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.ZXuvCteaching_experience {
    padding: 3rem 0;
}.ZXuvCteaching_experience .irqVereview_list {
    padding: 2rem;
    grid-template-areas:
            "qfjOUpost_image"
            "name"
            "qVULXcareer_back"
            "YlJAgcareer_tasks";
    grid-template-columns: 1fr;
}.ZXuvCteaching_experience .qfjOUpost_image {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    min-height: 250px;
}}footer {
    width: 100%;
    position: relative;
}.GtPoQfooter_subscribe {
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    position: relative;
    overflow: hidden;
}footer .gMLvCrecycle_info {
    position: relative;
    z-index: 1;
}footer .cxnzbmessage_block {
    position: relative;
    color: #ffffff;
    background-color: rgb(173,166,152);
    gap: 20px;
    display: flex;
    padding: 40px 20px;
    margin-bottom: 70px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
    justify-content: center;
}footer .cxnzbmessage_block::after {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}footer .info_item {
    transition: all 0.3s ease;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
    display: flex;
    padding: 10px 20px;
    border-radius: 10px;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    height: 22px;
    fill: #ffffff;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    margin-top: -30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}footer .text_main_holder::before {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    z-index: -1;
    left: 0;
}footer .mvaBphead_lead {
    text-align: center;
    padding-top: 60px;
}footer .mvaBphead_lead svg {
    margin-bottom: 15px;
    width: auto;
    height: 45px;
}footer .DJsEBssl_info {
    max-width: 350px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
}footer .ekKNdnav_know {
    position: relative;
    background-color: rgb(233,230,225);
    margin: 0 20px;
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}footer .ekKNdnav_know h5 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    font-size: 20px;
}footer .ekKNdnav_know h5::after {
    background: linear-gradient(90deg, rgb(208,202,191), transparent);
    height: 2px;
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
    width: 100%;
}footer .sqdXKhead_sitewrap {
    flex-wrap: wrap;
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
    gap: 10px 30px;
}footer .sqdXKhead_sitewrap a {
    font-size: 14px;
    transition: all 0.3s ease;
    color: #000000;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
    position: relative;
    padding: 8px 0;
}footer .sqdXKhead_sitewrap a::after {
    height: 1px;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(208,202,191);
    left: 0;
    bottom: 0;
    position: absolute;
}footer .sqdXKhead_sitewrap a:hover {
    padding-left: 5px;
    color: rgb(208,202,191);
}footer .sqdXKhead_sitewrap a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    color: #ffffff;
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(208,202,191);
}footer .subscribe_holder::before {
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    pointer-events: none;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    content: "";
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 14px;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .unMljmail_sub {
    font-size: 15px;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    background-color: #000000;
    cursor: pointer;
    color: #ffffff;
}footer .unMljmail_sub:hover {
    background-color: rgb(173,166,152);
}footer .xCzFesite_map {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .XyGMgmod_tools {
    text-align: center;
    font-size: 12px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .unMljmail_sub {
    white-space: nowrap;
}footer .mvaBphead_lead {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .cxnzbmessage_block {
    padding: 30px 15px 50px;
}footer .ekKNdnav_know, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .xCzFesite_map {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .cxnzbmessage_block {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .ekKNdnav_know h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .sqdXKhead_sitewrap a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .unMljmail_sub {
    padding: 12px;
}}.ZKzeDcookie_dialog_banner {
    width: 90%;
    left: 50%;
    bottom: 20px;
    max-width: 500px;
    z-index: 1050;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: fixed;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    background: #ffffff;
}.xhpTOcookie_eductrl {
    flex-direction: column;
    padding: 20px;
    display: flex;
    align-items: center;
}.nifTqcookie_guard {
    margin-bottom: 20px;
}.nifTqcookie_guard svg, .nifTqcookie_guard svg path, .nifTqcookie_guard img {
    height: 60px;
    width: 60px;
    fill: rgb(208,202,191);
}.ZKzeDcookie_dialog_banner h5 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px;
    text-align: center;
    color: rgb(208,202,191);
}.ZKzeDcookie_dialog_banner p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
    text-align: center;
}.NajnHdata_consent {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    text-align: center;
    width: calc(50% - 10px);
    font-size: 19px;
    text-decoration: none;
    background: rgb(208,202,191);
    margin: 5px;
    padding: 10px 20px;
    border-radius: 10px;
}.NajnHdata_consent:hover {
    background: rgb(173,166,152);
}.cookie_button.NftXocookie_window {
    background: rgb(173,166,152);
}.cookie_button.NftXocookie_window:hover {
    background: rgb(173,166,152,0.5);
}.ZKzeDcookie_dialog_banner p a {
    transition: color 0.3s ease-in-out;
    color: rgb(208,202,191);
    text-decoration: none;
}.ZKzeDcookie_dialog_banner p a:hover {
    color: rgb(173,166,152);
}#XxQevcookie_popuppanel {
    display: none;
}#XxQevcookie_popuppanel:checked ~ .ZKzeDcookie_dialog_banner {
    visibility: hidden;
    opacity: 0;
}.afNoHnewsletter_signup {
    background: rgb(233,230,225);
    padding: 6rem 3rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.afNoHnewsletter_signup::before {
    animation: morphShape 15s ease-in-out infinite alternate;
    content: "";
    right: -150px;
    height: 350px;
    background: rgb(208,202,191);
    z-index: -1;
    top: -150px;
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 350px;
    position: absolute;
}.afNoHnewsletter_signup::after {
    opacity: 0.07;
    position: absolute;
    z-index: -1;
    bottom: -100px;
    border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    background: rgb(173,166,152);
    left: -100px;
    content: "";
    width: 250px;
    animation: morphShape 15s ease-in-out infinite alternate-reverse;
    height: 250px;
}.afNoHnewsletter_signup .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.afNoHnewsletter_signup .vPVJrclass_pro {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.afNoHnewsletter_signup .vPVJrclass_pro::before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.03;
    height: 100%;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.afNoHnewsletter_signup p {
    max-width: 70%;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    z-index: 2;
    transform: translateX(15%) rotateZ(-2deg);
    position: relative;
    font-weight: 700;
    font-size: 33px;
    line-height: 1.3;
}.afNoHnewsletter_signup p::before,
.afNoHnewsletter_signup p::after {
    content: "";
    position: absolute;
    background: rgb(208,202,191);
    z-index: -1;
    opacity: 0.2;
}.afNoHnewsletter_signup p::before {
    height: 30%;
    top: 30%;
    width: 120%;
    left: -10%;
    transform: skewX(-20deg);
    animation: slideLeft 5s cubic-bezier(0.33, 1, 0.68, 1) infinite alternate;
}.afNoHnewsletter_signup p::after {
    bottom: -15px;
    animation: growLine 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform-origin: left;
    width: 40%;
    left: 0;
    height: 10px;
}.afNoHnewsletter_signup .input_holder {
    align-items: center;
    transform: translateX(-15%) rotateZ(2deg);
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.3s ease;
    padding: 15px;
    display: flex;
    border-radius: 26px;
    justify-content: center;
    backdrop-filter: blur(5px);
}.afNoHnewsletter_signup .input_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateX(-15%) rotateZ(0deg);
}.afNoHnewsletter_signup .input_holder::before,
.afNoHnewsletter_signup .input_holder::after {
    transition: all 0.3s ease;
    content: "";
    border-radius: 26px;
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    border: 2px dashed rgb(208,202,191,0.5);
}.afNoHnewsletter_signup .input_holder::before {
    top: -8px;
    bottom: 8px;
    right: 8px;
    animation: pulseBoxShadow 3s ease-in-out infinite alternate;
    left: -8px;
}.afNoHnewsletter_signup .input_holder::after {
    animation: pulseBoxShadow 3s ease-in-out 1.5s infinite alternate;
    left: 8px;
    bottom: -8px;
    top: 8px;
    right: -8px;
}.afNoHnewsletter_signup .input_holder:hover::before,
.afNoHnewsletter_signup .input_holder:hover::after {
    border-color: rgb(173,166,152,0.5);
}.afNoHnewsletter_signup .OBWfqupdates_box {
    border-bottom-left-radius: 10px;
    padding: 1.2rem 1.5rem;
    border: none;
    transition: all 0.3s ease;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    color: #000000;
    flex: 1;
    font-size: 15px;
    outline: none;
    border-top-left-radius: 10px;
}.afNoHnewsletter_signup .OBWfqupdates_box:focus {
    box-shadow: inset 0 0 0 2px rgb(208,202,191);
}.afNoHnewsletter_signup .zGgBUconnect_query {
    position: relative;
    border-top-right-radius: 10px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    border: none;
    transition: all 0.3s ease;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    padding: 1.2rem 2rem;
    cursor: pointer;
}.afNoHnewsletter_signup .zGgBUconnect_query::before {
    left: -10%;
    top: -25%;
    transition: opacity 0.3s ease;
    background: linear-gradient(
        90deg,
        rgb(208,202,191) 0%,
        rgb(173,166,152) 50%,
        rgb(208,202,191) 100%
    );
    width: 120%;
    position: absolute;
    height: 150%;
    z-index: -1;
    transform: rotate(25deg);
    opacity: 0;
    content: "";
}.afNoHnewsletter_signup .zGgBUconnect_query:hover {
    color: #ffffff;
}.afNoHnewsletter_signup .zGgBUconnect_query:hover::before {
    animation: slideGradient 2s linear infinite;
    opacity: 1;
}

@keyframes morphShape {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 67% 33% 33% 67% / 33% 67% 33% 67%;
    }
}

@keyframes slideLeft {
    0% {
        transform: skewX(-20deg) translateX(-10%);
    }
    100% {
        transform: skewX(-20deg) translateX(10%);
    }
}

@keyframes growLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulseBoxShadow {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes slideGradient {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (max-width: 992px) {.afNoHnewsletter_signup {
    padding: 5rem 2rem;
}.afNoHnewsletter_signup p {
    font-size: calc(33px * 0.9);
    max-width: 80%;
    transform: translateX(10%) rotateZ(-2deg);
}.afNoHnewsletter_signup .input_holder {
    transform: translateX(-10%) rotateZ(2deg);
}.afNoHnewsletter_signup .input_holder:hover {
    transform: translateX(-10%) rotateZ(0deg);
}
}

@media (max-width: 768px) {.afNoHnewsletter_signup {
    padding: 4rem 1.5rem;
}.afNoHnewsletter_signup p {
    max-width: 90%;
    margin-bottom: 2.5rem;
    font-size: 22px;
    transform: translateX(5%) rotateZ(-1deg);
}.afNoHnewsletter_signup .input_holder {
    transform: translateX(-5%) rotateZ(1deg);
    padding: 10px;
    flex-direction: column;
}.afNoHnewsletter_signup .input_holder:hover {
    transform: translateX(-5%) rotateZ(0deg);
}.afNoHnewsletter_signup .OBWfqupdates_box {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    width: 100%;
}.afNoHnewsletter_signup .zGgBUconnect_query {
    width: 100%;
    border-radius: 10px;
}
}

@media (max-width: 576px) {.afNoHnewsletter_signup {
    margin: 5rem 0;
    padding: 3rem 1rem;
}.afNoHnewsletter_signup p {
    transform: none;
    text-align: center;
    max-width: 100%;
}.afNoHnewsletter_signup .input_holder {
    padding: 8px;
    transform: none;
}.afNoHnewsletter_signup .input_holder:hover {
    transform: none;
}.afNoHnewsletter_signup .OBWfqupdates_box,
    .afNoHnewsletter_signup .zGgBUconnect_query {
    padding: 1rem;
}}.tzjpOtyCard {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}.tzjpOtyCard::before {
    position: absolute;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    width: 100%;
    animation: patternShift 60s linear infinite;
    background-size: 20px 20px;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(208,202,191,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(208,202,191,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(208,202,191,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(208,202,191,0.5), 0.05) 75%);
    z-index: 0;
    content: "";
}.tzjpOtyCard::after {
    top: -10%;
    filter: blur(70px);
    opacity: 0.25;
    background: linear-gradient(145deg, rgb(208,202,191,0.5), rgb(173,166,152,0.5));
    width: 30%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    z-index: 0;
    height: 50%;
    content: "";
    right: -5%;
    position: absolute;
}.tzjpOtyCard .container {
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
}.tzjpOtyCard h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.01em;
    color: #000000;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
    font-size: 36px;
    font-family: Arial, sans-serif;
    position: relative;
}.tzjpOtyCard h2::after {
    left: 50%;
    box-shadow: 0 2px 10px rgba(rgb(208,202,191,0.5), 0.2);
    height: 3px;
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%) scaleX(0.8);
    width: 6rem;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.tzjpOtyCard:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.tzjpOtyCard .vPVJrclass_pro {
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(0);
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 8px;
    overflow: hidden;
    padding: 3rem 2.5rem;
}.tzjpOtyCard .vPVJrclass_pro::before {
    right: -2px;
    content: "";
    position: absolute;
    left: -2px;
    height: 5px;
    animation: gradientMove 6s linear infinite;
    top: -2px;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152), rgb(208,202,191));
    z-index: 1;
    background-size: 200% 100%;
}.tzjpOtyCard .vPVJrclass_pro::after {
    background: linear-gradient(180deg, transparent, rgba(rgb(233,230,225), 0.05));
    position: absolute;
    content: "";
    height: 30%;
    width: 100%;
    z-index: 0;
    left: 0;
    bottom: 0;
}.tzjpOtyCard:hover .vPVJrclass_pro {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.tzjpOtyCard ul {
    list-style: none;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}.tzjpOtyCard li {
    position: relative;
    z-index: 2;
}.tzjpOtyCard li::before {
    transform: scale(0.8);
    height: 2rem;
    opacity: 0.3;
    width: 2rem;
    left: -1rem;
    content: "";
    top: -0.5rem;
    position: absolute;
    z-index: -1;
    background-image: radial-gradient(circle, rgb(173,166,152,0.5) 0%, transparent 70%);
    transition: transform 0.6s ease, opacity 0.6s ease;
}.tzjpOtyCard:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.tzjpOtyCard span {
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    line-height: 1.7;
    transition: color 0.3s ease;
    font-size: 17px;
    color: #000000;
    padding: 0.5rem 0;
}.tzjpOtyCard span::first-letter {
    color: rgb(208,202,191);
    font-weight: 600;
    font-size: 1.5em;
}

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

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.tzjpOtyCard {
    padding: 4rem 0;
}.tzjpOtyCard h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.tzjpOtyCard .vPVJrclass_pro {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.tzjpOtyCard {
    padding: 3.5rem 0;
}.tzjpOtyCard h2 {
    font-size: calc(36px * 0.8);
    line-height: 1.4;
    margin-bottom: 2rem;
}.tzjpOtyCard h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.tzjpOtyCard .vPVJrclass_pro {
    padding: 2rem 1.5rem;
}.tzjpOtyCard span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.tzjpOtyCard {
    padding: 3rem 0;
}.tzjpOtyCard h2 {
    margin-bottom: 1.8rem;
    font-size: calc(36px * 0.7);
}.tzjpOtyCard h2::after {
    width: 4rem;
}.tzjpOtyCard .vPVJrclass_pro {
    padding: 1.5rem 1.25rem;
}.tzjpOtyCard span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.tzjpOtyCard li::before {
    height: 1.5rem;
    width: 1.5rem;
    left: -0.5rem;
    top: -0.3rem;
}}.NfRPbour_story {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 6rem 0;
}.NfRPbour_story::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.NfRPbour_story::after {
    background-image: linear-gradient(30deg, rgb(208,202,191,0.5) 10%, transparent 10.5%),
                     linear-gradient(60deg, rgb(208,202,191,0.5) 25%, transparent 25.5%),
                     linear-gradient(90deg, rgb(173,166,152,0.5) 40%, transparent 40.5%);
    left: 0;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    height: 100%;
    animation: backgroundShift 35s infinite alternate ease-in-out;
    z-index: 2;
    top: 0;
}.NfRPbour_story h4 {
    text-align: center;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    z-index: 5;
    letter-spacing: 3px;
    transform: translateY(0);
    animation: fadeInDown 0.8s ease-out;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 1;
    position: relative;
    margin-bottom: 2.5rem;
}.NfRPbour_story h4::after {
    left: 50%;
    position: absolute;
    background: rgb(173,166,152);
    transition: width 0.3s ease;
    bottom: -12px;
    width: 60px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
}.NfRPbour_story:hover h4::after {
    width: 100px;
}.NfRPbour_story .container {
    animation: fadeIn 1s ease-out 0.3s both;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 5;
    max-width: 1140px;
}.NfRPbour_story .sUOVbheading_frame {
    background: rgba(255, 255, 255, 0.09);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 3rem;
    position: relative;
    transform: translateY(0);
    border-left: 4px solid rgb(173,166,152);
    backdrop-filter: blur(10px);
}.NfRPbour_story .sUOVbheading_frame:hover {
    transform: translateY(-5px);
}.NfRPbour_story .sUOVbheading_frame::before {
    transform: rotate(45deg);
    right: 20px;
    position: absolute;
    height: 40px;
    content: "";
    z-index: -1;
    background: rgb(173,166,152);
    top: -10px;
    width: 40px;
    opacity: 0.2;
}.NfRPbour_story .sUOVbheading_frame::after {
    left: 40px;
    height: 20px;
    content: "";
    position: absolute;
    bottom: -10px;
    transform: rotate(45deg);
    z-index: -1;
    background: rgb(208,202,191);
    width: 20px;
    opacity: 0.15;
}.NfRPbour_story .sUOVbheading_frame h6 {
    transform: translateX(0);
    position: relative;
    font-size: calc(17px * 1.3);
    display: inline-block;
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.7s ease-out 0.5s both;
    padding-bottom: 0.5rem;
    color: rgb(173,166,152);
    font-weight: 700;
}.NfRPbour_story .sUOVbheading_frame h6::after {
    left: 0;
    background: linear-gradient(90deg, rgb(173,166,152) 0%, transparent 100%);
    bottom: 0;
    position: absolute;
    height: 1px;
    content: "";
    width: 100%;
}.NfRPbour_story .sUOVbheading_frame div {
    position: relative;
    line-height: 1.8;
    animation: fadeIn 1s ease-out 0.8s both;
}.NfRPbour_story .sUOVbheading_frame span {
    display: block;
    transition: opacity 0.3s ease;
    color: #ffffff;
    opacity: 0.9;
    column-gap: 40px;
    font-size: 14px;
    text-align: justify;
    column-count: 1;
}.NfRPbour_story .sUOVbheading_frame div:hover span {
    opacity: 1;
}

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

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@media (min-width: 768px) {.NfRPbour_story {
    padding: 8rem 0;
}.NfRPbour_story h4 {
    font-size: calc(23px * 1.4);
    margin-bottom: 3.5rem;
}.NfRPbour_story .sUOVbheading_frame {
    padding: 4rem;
    border-left-width: 6px;
}.NfRPbour_story .sUOVbheading_frame span {
    column-count: 2;
}
}

@media (min-width: 992px) {.NfRPbour_story {
    padding: 10rem 0;
}.NfRPbour_story .container {
    display: flex;
    justify-content: center;
}.NfRPbour_story .sUOVbheading_frame {
    padding: 5rem;
    width: 90%;
}.NfRPbour_story .sUOVbheading_frame h6 {
    margin-bottom: 2rem;
    font-size: calc(17px * 1.5);
}.NfRPbour_story .sUOVbheading_frame span {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.NfRPbour_story {
    padding: 4rem 0;
}.NfRPbour_story h4 {
    margin-bottom: 2rem;
    font-size: 23px;
}.NfRPbour_story .sUOVbheading_frame {
    padding: 2rem;
}.NfRPbour_story .sUOVbheading_frame h6 {
    font-size: 17px;
    margin-bottom: 1rem;
}.NfRPbour_story .sUOVbheading_frame span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.NfRPbour_story {
    padding: 3rem 0;
}.NfRPbour_story h4::after {
    width: 40px;
}.NfRPbour_story .sUOVbheading_frame {
    border-left-width: 3px;
    padding: 1.5rem;
}
}

@media (prefers-reduced-motion) {.NfRPbour_story h4,
    .NfRPbour_story .container,
    .NfRPbour_story .sUOVbheading_frame h6,
    .NfRPbour_story .sUOVbheading_frame div {
    animation: none;
}.NfRPbour_story::after {
    animation: none;
}.NfRPbour_story .sUOVbheading_frame {
    transition: none;
}.NfRPbour_story .sUOVbheading_frame:hover {
    transform: none;
}}.NOhvdideal_participants {
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 130px 0;
}.NOhvdideal_participants::before {
    position: absolute;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, rgb(208,202,191,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(173,166,152,0.5) 25%, transparent 25%);
    width: 100%;
    content: "";
    opacity: 0.05;
}.NOhvdideal_participants .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.NOhvdideal_participants .vPVJrclass_pro {
    position: relative;
}.NOhvdideal_participants h4 {
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 28px;
    margin-bottom: 70px;
    padding-bottom: 20px;
}.NOhvdideal_participants h4::after {
    transform: translateX(-50%);
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    content: "";
}.NOhvdideal_participants div {
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}.NOhvdideal_participants div p {
    font-size: 18px;
    border-radius: 27px;
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
    line-height: 1.6;
    flex: 0 0 calc(33.333% - 20px);
    margin: 0;
    min-width: 280px;
    padding: 25px 25px 25px 75px;
    z-index: 1;
}.NOhvdideal_participants div p::before {
    width: calc(100% - 10px);
    z-index: -1;
    transition: all 0.3s ease;
    background: #ffffff;
    top: 5px;
    position: absolute;
    opacity: 0.4;
    border-radius: calc(27px - 5px);
    height: calc(100% - 10px);
    border: 1px solid rgb(208,202,191,0.5);
    left: 5px;
    content: "";
}.NOhvdideal_participants div p::after {
    content: "";
    width: calc(100% - 20px);
    position: absolute;
    height: calc(100% - 20px);
    top: 10px;
    border-radius: calc(27px - 10px);
    z-index: -2;
    transition: all 0.3s ease;
    background: #ffffff;
    border: 1px solid rgb(173,166,152,0.5);
    opacity: 0.2;
    left: 10px;
}.NOhvdideal_participants div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.NOhvdideal_participants div p:hover::before {
    top: 10px;
    left: 10px;
}.NOhvdideal_participants div p:hover::after {
    top: 15px;
    left: 15px;
}.NOhvdideal_participants div p svg {
    border-radius: 50%;
    padding: 8px;
    left: 25px;
    position: absolute;
    transition: all 0.3s ease;
    width: 35px;
    top: 25px;
    height: 35px;
    background: rgb(233,230,225);
}.NOhvdideal_participants div p:hover svg {
    transform: rotate(15deg);
    background: rgb(208,202,191,0.5);
}.NOhvdideal_participants div p svg path {
    transition: all 0.3s ease;
    fill: rgb(208,202,191);
}.NOhvdideal_participants div p:hover svg path {
    fill: rgb(173,166,152);
}

@media (max-width: 991px) {.NOhvdideal_participants {
    padding: 100px 0;
}.NOhvdideal_participants h4 {
    font-size: calc(28px - 2px);
    margin-bottom: 60px;
}.NOhvdideal_participants div {
    gap: 25px;
}.NOhvdideal_participants div p {
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
    padding: 20px 20px 20px 65px;
}.NOhvdideal_participants div p svg {
    height: 30px;
    left: 20px;
    top: 20px;
    width: 30px;
}
}

@media (max-width: 767px) {.NOhvdideal_participants {
    padding: 80px 0;
}.NOhvdideal_participants h4 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.NOhvdideal_participants div {
    gap: 20px;
}.NOhvdideal_participants div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.NOhvdideal_participants div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.NOhvdideal_participants {
    padding: 60px 0;
}.NOhvdideal_participants h4 {
    font-size: calc(28px - 6px);
    margin-bottom: 40px;
    padding-bottom: 15px;
}.NOhvdideal_participants div {
    gap: 15px;
}.NOhvdideal_participants div p {
    padding: 15px 15px 15px 55px;
    font-size: calc(18px - 1px);
}.NOhvdideal_participants div p svg {
    padding: 6px;
    height: 25px;
    width: 25px;
    top: 15px;
    left: 15px;
}}.HsjhUtitle_section {
    min-height: 600px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: rgb(233,230,225);
}.HsjhUtitle_section::before {
    opacity: 0.75;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(208,202,191,0.5) 0%, rgb(173,166,152,0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.HsjhUtitle_section::after {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(173,166,152,0.5) 0%, transparent 60%);
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    pointer-events: none;
}.HsjhUtitle_section .vPVJrclass_pro {
    display: flex;
    height: 100%;
    position: relative;
    z-index: 3;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}.HsjhUtitle_section .BOeKIedu_skill {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
}.HsjhUtitle_section .AcNjMfast_studypro {
    animation: carousel-auto-slide 35s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
    height: 100%;
    width: 500%;
    display: flex;
}.HsjhUtitle_section .YEshjstart_hero {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 20%;
}.HsjhUtitle_section .YEshjstart_hero::before {
    background: linear-gradient(45deg, rgb(173,166,152,0.5) 0%, transparent 75%);
    opacity: 0.7;
    top: 0;
    transition: opacity 1s ease;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
}.HsjhUtitle_section .YEshjstart_hero img {
    transition: transform 8s ease;
    transform: scale(1.05);
    height: 100%;
    filter: brightness(0.9) saturate(1.2);
    width: 100%;
    object-fit: cover;
}.HsjhUtitle_section .sUOVbheading_frame {
    opacity: 0;
    z-index: 4;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: text-fade-in 1s forwards 0.5s;
    padding: 2.5rem;
    border-radius: 0 27px 27px 0;
    border-left: 4px solid rgb(208,202,191);
    margin-left: 10%;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, rgb(173,166,152,0.5) 0%, transparent 100%);
    transform: translateY(30px);
    max-width: 650px;
}.HsjhUtitle_section .sUOVbheading_frame h1 {
    position: relative;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    font-size: 47px;
    color: #ffffff;
}.HsjhUtitle_section .sUOVbheading_frame h1::after {
    left: 0;
    position: absolute;
    border-radius: 10px;
    width: 60px;
    content: "";
    background: linear-gradient(to right, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
    height: 4px;
    bottom: -0.75rem;
}.HsjhUtitle_section .sUOVbheading_frame p {
    margin-bottom: 2rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.95;
    font-size: 13px;
}.HsjhUtitle_section .sUOVbheading_frame .zGgBUconnect_query {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    border-radius: 27px;
    box-shadow: 0 5px 20px rgba(rgb(208,202,191,0.5), 0.5);
    z-index: 1;
    display: inline-block;
    transition: all 0.4s ease;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    padding: 0.85rem 2.25rem;
    background: linear-gradient(135deg, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
}.HsjhUtitle_section .sUOVbheading_frame .zGgBUconnect_query::before {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(173,166,152) 0%, rgb(208,202,191) 100%);
    left: -100%;
    top: 0;
    z-index: -1;
    transition: left 0.4s ease;
    width: 100%;
    height: 100%;
}.HsjhUtitle_section .sUOVbheading_frame .zGgBUconnect_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(208,202,191,0.5), 0.7);
}.HsjhUtitle_section .sUOVbheading_frame .zGgBUconnect_query:hover::before {
    left: 0;
}

@keyframes carousel-auto-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes text-fade-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.HsjhUtitle_section {
    height: auto;
    min-height: unset;
}.HsjhUtitle_section .sUOVbheading_frame {
    margin-left: 5%;
    max-width: 550px;
}.HsjhUtitle_section .sUOVbheading_frame h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 767px) {.HsjhUtitle_section {
    height: auto;
    min-height: unset;
}.HsjhUtitle_section .vPVJrclass_pro {
    padding: 6rem 0;
}.HsjhUtitle_section .sUOVbheading_frame {
    padding: 1.75rem;
    border-left: none;
    max-width: 90%;
    margin: 0 auto;
    background: linear-gradient(to bottom, rgb(173,166,152,0.5) 0%, transparent 100%);
    border-radius: 0 0 27px 27px;
    border-top: 4px solid rgb(208,202,191);
}.HsjhUtitle_section .sUOVbheading_frame h1 {
    font-size: calc(47px * 0.8);
}.HsjhUtitle_section .sUOVbheading_frame p {
    font-size: calc(13px * 0.95);
}.HsjhUtitle_section .AcNjMfast_studypro {
    animation-duration: 25s;
}
}

@media (max-width: 575px) {.HsjhUtitle_section .vPVJrclass_pro {
    padding: 5rem 0;
}.HsjhUtitle_section .sUOVbheading_frame {
    max-width: 95%;
    padding: 1.25rem;
}.HsjhUtitle_section .sUOVbheading_frame h1 {
    font-size: calc(47px * 0.75);
}.HsjhUtitle_section .sUOVbheading_frame p {
    font-size: calc(13px * 0.9);
    margin-bottom: 1.5rem;
}.HsjhUtitle_section .sUOVbheading_frame .zGgBUconnect_query {
    padding: 0.7rem 1.75rem;
    font-size: calc(15px * 0.9);
}}

.HsjhUtitle_section .YEshjstart_hero::after {
    width: 100%;
    height: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(to top, rgb(173,166,152,0.5) 0%, transparent 100%);
    z-index: 1;
    bottom: 0;
    left: 0;
}.HsjhUtitle_section .YEshjstart_hero:nth-child(odd)::before {
    background: linear-gradient(135deg, rgb(208,202,191,0.5) 0%, transparent 75%);
}.HsjhUtitle_section .YEshjstart_hero:nth-child(1) {
    animation: scale-rotate-effect 25s ease infinite;
}.HsjhUtitle_section .YEshjstart_hero:nth-child(2) {
    animation: scale-rotate-effect 25s ease infinite 5s;
}.HsjhUtitle_section .YEshjstart_hero:nth-child(3) {
    animation: scale-rotate-effect 25s ease infinite 10s;
}.HsjhUtitle_section .YEshjstart_hero:nth-child(4) {
    animation: scale-rotate-effect 25s ease infinite 15s;
}.HsjhUtitle_section .YEshjstart_hero:nth-child(5) {
    animation: scale-rotate-effect 25s ease infinite 20s;
}@keyframes scale-rotate-effect {
    0%, 20%, 100% {
        transform: scale(1) rotate(0deg);
    }
    10% {
        transform: scale(1.05) rotate(0.5deg);
    }
}

.HsjhUtitle_section .sUOVbheading_frame::before {
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to left, rgb(173,166,152) 0%, transparent 100%);
    top: 0;
    height: 4px;
    width: 40%;
    content: "";
    right: 0;
}.HsjhUtitle_section .sUOVbheading_frame::after {
    height: 4px;
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 40%;
    background: linear-gradient(to right, rgb(208,202,191) 0%, transparent 100%);
    bottom: 0;
    left: 0;
}.HsjhUtitle_section .vPVJrclass_pro::before {
    border-radius: 50%;
    opacity: 0.4;
    z-index: 2;
    animation: pulse-rotate 15s infinite linear;
    height: 200px;
    right: 15%;
    width: 200px;
    position: absolute;
    content: "";
    top: 15%;
    border: 3px solid rgb(208,202,191,0.5);
}.HsjhUtitle_section .vPVJrclass_pro::after {
    border: 2px solid rgb(173,166,152,0.5);
    border-radius: 50%;
    left: 5%;
    animation: pulse-rotate 12s infinite linear reverse;
    position: absolute;
    height: 150px;
    bottom: 10%;
    opacity: 0.3;
    content: "";
    z-index: 2;
    width: 150px;
}@keyframes pulse-rotate {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3) rotate(180deg);
        opacity: 0.5;
    }
    100% {
        transform: scale(1) rotate(360deg);
        opacity: 0.3;
    }
}

.HsjhUtitle_section::before {
    animation: bg-flow 25s infinite alternate;
    background-size: 400% 400%;
}@keyframes bg-flow {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.HsjhUtitle_section .BOeKIedu_skill::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(208,202,191,0.5) 0%,
        transparent 1px,
        transparent 2px,
        rgb(173,166,152,0.5) 3px,
        transparent 4px
    );
    content: "";
    width: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    position: absolute;
}.HsjhUtitle_section .BOeKIedu_skill::after {
    height: 100%;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    top: 0;
    background: radial-gradient(
        circle at center,
        rgb(208,202,191,0.5) 0%,
        transparent 70%
    );
    pointer-events: none;
    opacity: 0.2;
    z-index: 2;
    width: 100%;
    left: 0;
}.YtsNlpricing_options {
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(173,166,152,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.YtsNlpricing_options::before {
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(208,202,191), 0.03) 40px, rgba(rgb(208,202,191), 0.03) 80px);
}.YtsNlpricing_options .container {
    max-width: 1320px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.YtsNlpricing_options .ebUdppackage_deals {
    display: flex;
    gap: 2.5rem;
    flex-direction: column-reverse;
}.YtsNlpricing_options .HjFhTfee_offers {
    margin: 0 auto;
    padding: 2rem;
    transform: translateY(0);
    z-index: 3;
    max-width: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(#ffffff, 0.9);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.YtsNlpricing_options .HjFhTfee_offers:hover {
    transform: translateY(-5px);
}.YtsNlpricing_options .HjFhTfee_offers h2 {
    font-size: 30px;
    color: #000000;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
}.YtsNlpricing_options .HjFhTfee_offers h2::after {
    bottom: -10px;
    height: 3px;
    width: 80px;
    position: absolute;
    background: rgb(208,202,191);
    transform-origin: left;
    left: 0;
    transition: transform 0.5s ease;
    transform: scaleX(1);
    content: "";
}.YtsNlpricing_options .HjFhTfee_offers:hover h2::after {
    transform: scaleX(1.5);
}.YtsNlpricing_options .mMrVJprice_choices {
    word-break: break-word;
    margin-top: 1.5rem;
    color: #000000;
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.6;
}.YtsNlpricing_options .GdypKmonthly_plan {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.YtsNlpricing_options .MbSsNlearn_offers {
    text-decoration: none;
    height: 100%;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.YtsNlpricing_options .MbSsNlearn_offers:hover {
    transform: translateY(-8px);
}.YtsNlpricing_options .tjORWmember_fees {
    transition: box-shadow 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}.YtsNlpricing_options .MbSsNlearn_offers:hover .tjORWmember_fees {
    box-shadow: 0 15px 35px rgba(rgb(208,202,191,0.5), 0.15);
}.YtsNlpricing_options .IjtrHlearn_pricing {
    flex-direction: column;
    padding: 2rem;
    display: flex;
    min-height: 280px;
    flex-grow: 1;
}.YtsNlpricing_options .IjtrHlearn_pricing h3 {
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: calc(21px + 0.1rem);
    color: #000000;
}.YtsNlpricing_options .nMOiSprice_opts {
    display: block;
    color: rgb(208,202,191);
    margin: 0.5rem 0 1.25rem;
    font-size: calc(21px + 0.3rem);
    font-weight: 700;
    position: relative;
}.YtsNlpricing_options .nMOiSprice_opts::before {
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(173,166,152);
    content: "";
    bottom: -10px;
    width: 40px;
}.YtsNlpricing_options .IjtrHlearn_pricing p {
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
    font-size: 17px;
    flex-grow: 1;
    margin-top: 1.5rem;
}.YtsNlpricing_options .qfjOUpost_image {
    transform: scale(1);
    position: relative;
    height: 220px;
    transition: transform 0.6s ease-out;
    width: 100%;
}.YtsNlpricing_options .qfjOUpost_image::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}.YtsNlpricing_options .MbSsNlearn_offers:hover .qfjOUpost_image {
    transform: scale(1.05);
}

@media (min-width: 768px) {.YtsNlpricing_options .GdypKmonthly_plan {
    grid-template-columns: repeat(2, 1fr);
}.YtsNlpricing_options .HjFhTfee_offers {
    padding: 3rem;
}
}

@media (min-width: 992px) {.YtsNlpricing_options .ebUdppackage_deals {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.YtsNlpricing_options .HjFhTfee_offers {
    margin: 0;
    width: 35%;
}.YtsNlpricing_options .GdypKmonthly_plan {
    width: 65%;
}
}

@media (min-width: 1200px) {.YtsNlpricing_options .GdypKmonthly_plan {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.YtsNlpricing_options .IjtrHlearn_pricing {
    padding: 2.5rem;
}.YtsNlpricing_options .HjFhTfee_offers h2 {
    font-size: calc(30px + 0.2rem);
}.YtsNlpricing_options .qfjOUpost_image {
    height: 250px;
}
}

@media (max-width: 767px) {.YtsNlpricing_options {
    padding: 4rem 0;
}.YtsNlpricing_options .IjtrHlearn_pricing {
    padding: 1.5rem;
    min-height: 240px;
}.YtsNlpricing_options .qfjOUpost_image {
    height: 180px;
}.YtsNlpricing_options .HjFhTfee_offers {
    padding: 1.5rem;
}.YtsNlpricing_options .HjFhTfee_offers h2 {
    font-size: calc(30px - 0.2rem);
}.YtsNlpricing_options .mMrVJprice_choices {
    font-size: calc(17px - 0.1rem);
}}header {
    background: rgb(208,202,191,0.5);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-backdrop-filter: blur(20px);
    left: 0;
    width: 100%;
    position: fixed;
    backdrop-filter: blur(20px);
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
}header:before {
    width: 100%;
    content: '';
    animation: shimmer 8s infinite linear;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    top: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
}header:after {
    position: absolute;
    opacity: 0.8;
    filter: blur(1px);
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(173,166,152) 0%,
        rgb(208,202,191) 50%,
        rgb(173,166,152) 100%
    );
    height: 3px;
    content: '';
}header .cpaTzmain_mainwrap {
    overflow: hidden;
    position: relative;
}header .cpaTzmain_mainwrap:before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,202,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(173,166,152,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    mix-blend-mode: overlay;
    content: '';
    opacity: 0.15;
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
}header .container {
    max-width: 1200px;
    padding: 16px 25px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    height: 1px;
    position: absolute;
    content: '';
    opacity: 0.5;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    bottom: -1px;
    width: 100%;
}header .SoWTYhead_tutor {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .ekKNdnav_know {
    gap: 35px;
    align-items: center;
    position: relative;
    display: flex;
}header .ekKNdnav_know:before {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    transform: translateY(-50%) scaleX(0.8);
    position: absolute;
    left: 0;
    content: '';
    top: 50%;
    opacity: 0;
    width: 100%;
}header .ekKNdnav_know:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .lFcXNhead_section {
    font-weight: 400;
    font-size: 18px;
    padding: 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
}header .lFcXNhead_section:before {
    content: '';
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 1px;
}header .lFcXNhead_section:after {
    opacity: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    transform: scaleY(0);
    transition: all 0.3s ease;
    content: '';
    background: linear-gradient(
        180deg,
        transparent,
        rgb(208,202,191,0.5),
        transparent
    );
}header .lFcXNhead_section:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .lFcXNhead_section:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .lFcXNhead_section:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .BKxwznav_main {
    transition: all 0.4s ease;
    padding: 5px;
    align-items: center;
    position: relative;
    display: flex;
    text-decoration: none;
}header .BKxwznav_main:before {
    opacity: 0;
    background: radial-gradient(
        circle,
        rgb(208,202,191,0.5) 0%,
        transparent 70%
    );
    transition: opacity 0.5s ease;
    content: '';
    width: calc(100% + 20px);
    position: absolute;
    height: calc(100% + 20px);
    z-index: -1;
    left: -10px;
    top: -10px;
}header .BKxwznav_main:after {
    left: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(208,202,191),
        transparent
    ) 1;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    opacity: 0;
    width: 100%;
}header .BKxwznav_main:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .BKxwznav_main:hover:after {
    opacity: 0.7;
}header .BKxwznav_main svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(208,202,191,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .BKxwznav_main:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(208,202,191));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .ekKNdnav_know {
    gap: 20px;
}header .BKxwznav_main svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .ekKNdnav_know {
    gap: 20px;
    width: 80%;
    top: 0;
    max-width: 320px;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    right: -100%;
    z-index: 1001;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    background: linear-gradient(
            135deg,
            rgb(208,202,191) 0%,
            rgb(208,202,191,0.5) 100%
        );
    backdrop-filter: blur(15px);
    background: rgb(208,202,191);
    flex-direction: column;
    height: 100vh;
}header .ekKNdnav_know:before {
    display: none;
}header .menu.active {
    right: 0;
}header .lFcXNhead_section {
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .lFcXNhead_section:last-child {
    border-bottom: none;
}header .BKxwznav_main {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .BKxwznav_main svg {
    height: 35px;
}}.lbnNGprogram_information {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(173,166,152,0.5) 0%, rgb(233,230,225) 50%, rgb(208,202,191,0.5) 100%);
    padding: 8rem 2rem;
}.lbnNGprogram_information::before {
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(173,166,152,0.5) 100%);
    height: 200%;
    left: -50%;
    animation: rotate 60s linear infinite;
    content: "";
    position: absolute;
    width: 200%;
    top: -50%;
    z-index: 1;
}.lbnNGprogram_information::after {
    z-index: 2;
    background: linear-gradient(
        rgb(173,166,152,0.5),
        transparent 20%,
        transparent 80%,
        rgb(208,202,191,0.5)
    );
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}.lbnNGprogram_information .container {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1400px;
}.lbnNGprogram_information .AtfvNcareer_path {
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.lbnNGprogram_information .sUOVbheading_frame {
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
}.lbnNGprogram_information h2 {
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 3rem;
    display: inline-block;
    position: relative;
}.lbnNGprogram_information h2::before,
.lbnNGprogram_information h2::after {
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(208,202,191), transparent);
    content: "";
    left: -25%;
    position: absolute;
    width: 150%;
}.lbnNGprogram_information h2::before {
    top: -15px;
}.lbnNGprogram_information h2::after {
    bottom: -15px;
}.lbnNGprogram_information .description {
    color: #000000;
    font-size: calc(13px * 1.1);
    animation-delay: 0.2s;
    opacity: 0;
    animation: slideUp 0.8s forwards;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    position: relative;
    transform: translateY(30px);
}.lbnNGprogram_information .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.lbnNGprogram_information .qfjOUpost_image {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    transform: scale(0.95);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 500px;
    margin-top: 2rem;
    border-radius: 23px;
}.lbnNGprogram_information .qfjOUpost_image::before {
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgb(208,202,191,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(173,166,152,0.5) 100%
    );
    top: 0;
    opacity: 0.7;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
}.lbnNGprogram_information .qfjOUpost_image:hover {
    transform: scale(1);
}.lbnNGprogram_information .qfjOUpost_image:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.lbnNGprogram_information {
    padding: 5rem 1.5rem;
}.lbnNGprogram_information .sUOVbheading_frame {
    margin-bottom: 3rem;
}.lbnNGprogram_information h2 {
    font-size: calc(48px * 0.85);
}.lbnNGprogram_information .qfjOUpost_image {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.lbnNGprogram_information {
    padding: 4rem 1rem;
}.lbnNGprogram_information .sUOVbheading_frame {
    margin-bottom: 2rem;
}.lbnNGprogram_information h2 {
    font-size: calc(48px * 0.7);
}.lbnNGprogram_information h2::before,
    .lbnNGprogram_information h2::after {
    width: 120%;
    left: -10%;
}.lbnNGprogram_information .description {
    font-size: 13px;
}.lbnNGprogram_information .qfjOUpost_image {
    height: 300px;
}}.pfXkMclient_feedback {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(180deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.pfXkMclient_feedback::before {
    opacity: 0.6;
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,202,191,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(173,166,152,0.5) 0%, transparent 15%);
    width: 100%;
    left: 0;
}.pfXkMclient_feedback::after {
    content: "";
    width: 100%;
    left: 0;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
    background-size: 30px 30px;
    position: absolute;
}.pfXkMclient_feedback .container {
    position: relative;
    z-index: 2;
}.pfXkMclient_feedback h2 {
    letter-spacing: 2px;
    position: relative;
    transform: translateX(-50%);
    color: #000000;
    padding: 0 2rem;
    left: 50%;
    margin-bottom: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    text-align: center;
}.pfXkMclient_feedback h2::before, 
.pfXkMclient_feedback h2::after {
    top: 50%;
    width: 50px;
    height: 3px;
    background: rgb(208,202,191);
    animation: neonPulse 2s infinite alternate;
    content: "";
    position: absolute;
}.pfXkMclient_feedback h2::before {
    left: -30px;
}.pfXkMclient_feedback h2::after {
    right: -30px;
}.pfXkMclient_feedback .qtplMclient_ratings {
    flex-wrap: wrap;
    display: flex;
    perspective: 1000px;
    justify-content: center;
    gap: 2rem;
}.pfXkMclient_feedback .irqVereview_list {
    transform: translateZ(0) rotateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    max-width: calc(33.333% - 2rem);
    min-width: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    backdrop-filter: blur(10px);
    overflow: hidden;
    flex: 0 0 calc(33.333% - 2rem);
    flex-direction: column;
    border-radius: 10px;
    position: relative;
    transform-style: preserve-3d;
    align-items: center;
}.pfXkMclient_feedback .irqVereview_list::before {
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0;
    background: linear-gradient(45deg, rgb(208,202,191), rgb(173,166,152)) border-box;
    border: 2px solid transparent;
    inset: 0;
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
    border-radius: 10px;
}.pfXkMclient_feedback .irqVereview_list:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.pfXkMclient_feedback .irqVereview_list:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.pfXkMclient_feedback .irqVereview_list:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.pfXkMclient_feedback .irqVereview_list img {
    border: 3px solid #ffffff;
    width: 90px;
    height: 90px;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
}.pfXkMclient_feedback .irqVereview_list:hover img {
    box-shadow: 0 0 15px rgb(208,202,191,0.5);
    transform: scale(1.05);
    border-color: rgb(208,202,191);
}.pfXkMclient_feedback .irqVereview_list p {
    font-size: calc(13px * 1.1);
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    text-align: center;
    margin: 0;
}.pfXkMclient_feedback .irqVereview_list .description {
    font-weight: 400;
    color: #000000;
    padding-top: 1rem;
    position: relative;
    text-align: center;
    margin-top: 1rem;
    z-index: 2;
    font-size: 13px;
}.pfXkMclient_feedback .irqVereview_list .description::after {
    transition: all 0.3s ease;
    height: 2px;
    width: 40px;
    transform: translateX(-50%);
    background: rgb(173,166,152,0.5);
    top: 0;
    left: 50%;
    position: absolute;
    content: "";
}.pfXkMclient_feedback .irqVereview_list:hover .description::after {
    background: rgb(208,202,191);
    width: 60px;
    box-shadow: 0 0 10px rgb(208,202,191,0.5);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(208,202,191), 0 0 10px rgb(208,202,191,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(208,202,191), 0 0 30px rgb(208,202,191,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.pfXkMclient_feedback {
    padding: 4rem 0;
}.pfXkMclient_feedback h2 {
    margin-bottom: 3rem;
}.pfXkMclient_feedback .irqVereview_list {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}
}

@media (max-width: 767px) {.pfXkMclient_feedback h2 {
    font-size: calc(36px * 0.9);
}.pfXkMclient_feedback h2::before,
    .pfXkMclient_feedback h2::after {
    width: 30px;
}.pfXkMclient_feedback h2::before {
    left: -15px;
}.pfXkMclient_feedback h2::after {
    right: -15px;
}.pfXkMclient_feedback .qtplMclient_ratings {
    flex-direction: column;
    gap: 1.5rem;
}.pfXkMclient_feedback .irqVereview_list {
    padding: 1.5rem;
    flex: 1 1 100%;
    max-width: 100%;
}.pfXkMclient_feedback .irqVereview_list,
    .pfXkMclient_feedback .irqVereview_list:hover,
    .pfXkMclient_feedback .irqVereview_list:nth-child(even):hover {
    transform: none;
}.pfXkMclient_feedback .irqVereview_list img {
    height: 70px;
    width: 70px;
}
}

@media (max-width: 480px) {.pfXkMclient_feedback {
    padding: 3rem 0;
}.pfXkMclient_feedback h2 {
    font-size: calc(36px * 0.8);
}.pfXkMclient_feedback .irqVereview_list {
    padding: 1.25rem;
}.pfXkMclient_feedback .irqVereview_list img {
    height: 60px;
    width: 60px;
}}.zQSxhsecure_chamber {
    width: 100%;
    color: #ffffff;
    padding: 60px;
    height: auto;
}.zQSxhsecure_chamber h1 {
    font-size: 40px;
    grid-column: span 2;
    margin-bottom: 40px;
    padding-bottom: 15px;
    color: rgb(208,202,191);
    border-bottom: 3px solid rgb(173,166,152);
    text-align: center;
    font-weight: 700;
}.zQSxhsecure_chamber h2 {
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(208,202,191);
    padding-bottom: 10px;
    font-size: 28px;
    color: rgb(173,166,152);
    font-weight: 600;
    margin-top: 0;
}.zQSxhsecure_chamber ul, .zQSxhsecure_chamber ol {
    margin: 0;
    list-style: none;
    padding-left: 0;
}.zQSxhsecure_chamber li {
    background: rgb(208,202,191,0.5);
    color: #000000;
    border-left: 4px solid rgb(208,202,191);
    padding: 10px 20px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
}.zQSxhsecure_chamber section {
    background: rgb(173,166,152,0.5);
    padding: 30px;
    border-radius: 26px;
    width: 100%;
}.zQSxhsecure_chamber p, .zQSxhsecure_chamber span, .zQSxhsecure_chamber div {
    margin-bottom: 20px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.zQSxhsecure_chamber {
    padding: 30px 15px;
    grid-template-columns: 1fr;
}.zQSxhsecure_chamber h1 {
    font-size: calc(19px - 10px);
}.zQSxhsecure_chamber h2 {
    font-size: calc(19px - 8px);
}.zQSxhsecure_chamber li {
    font-size: calc(12px - 2px);
    padding: 8px 15px;
}}.pUWekcontact_form_box {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(233,230,225) 50%, rgb(208,202,191,0.5) 150%);
}.pUWekcontact_form_box::before {
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(to right, rgb(208,202,191,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(208,202,191,0.5) 1px, transparent 1px);
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.05;
    z-index: 1;
}.pUWekcontact_form_box::after {
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(208,202,191) 15%, 
        rgb(173,166,152) 35%, 
        rgb(208,202,191) 65%, 
        transparent 100%);
    z-index: 2;
    width: 100%;
    left: 0;
    animation: scanline 3s infinite linear;
    position: absolute;
    content: "";
    bottom: 0;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.pUWekcontact_form_box .qfjOUpost_image {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.06;
    width: 100%;
    mix-blend-mode: luminosity;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    z-index: 0;
}.pUWekcontact_form_box .qfjOUpost_image::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(208,202,191) 0,
        rgb(208,202,191) 5px,
        transparent 5px,
        transparent 10px
    );
    opacity: 0.03;
    mix-blend-mode: color-burn;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
}.pUWekcontact_form_box .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}.pUWekcontact_form_box h3 {
    font-weight: 700;
    color: rgb(208,202,191);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    font-size: 34px;
    position: relative;
    margin-bottom: 60px;
}.pUWekcontact_form_box .uSgXaconnect_feedback {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    z-index: 2;
    position: relative;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(233,230,225),
        0 0 30px rgb(208,202,191,0.5);
}.pUWekcontact_form_box .uSgXaconnect_feedback::before {
    left: 0;
    z-index: 3;
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
}.pUWekcontact_form_box .ybLjKsupport_help {
    padding: 50px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(233,230,225), 0.3) 100%
    );
    position: relative;
    z-index: 2;
    flex: 1 1 60%;
}.pUWekcontact_form_box .ybLjKsupport_help::after {
    right: 20px;
    height: 40px;
    opacity: 0.5;
    top: 20px;
    border-right: 2px solid rgb(208,202,191,0.5);
    width: 40px;
    position: absolute;
    content: "";
    border-top: 2px solid rgb(208,202,191,0.5);
}.pUWekcontact_form_box .ybLjKsupport_help::before {
    bottom: 20px;
    left: 20px;
    border-left: 2px solid rgb(208,202,191,0.5);
    border-bottom: 2px solid rgb(208,202,191,0.5);
    width: 40px;
    position: absolute;
    height: 40px;
    opacity: 0.5;
    content: "";
}.pUWekcontact_form_box .ybLjKsupport_help h3 {
    font-size: 23px;
    text-align: left;
    border-bottom: 1px solid rgb(233,230,225);
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: normal;
    text-transform: none;
    padding: 0 0 10px 0;
}.pUWekcontact_form_box .ybLjKsupport_help h3::before,
.pUWekcontact_form_box .ybLjKsupport_help h3::after {
    display: none;
}.pUWekcontact_form_box .ybLjKsupport_help input[type="text"],
.pUWekcontact_form_box .ybLjKsupport_help textarea {
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgb(233,230,225);
    width: 100%;
    border: none;
    margin-bottom: 20px;
}.pUWekcontact_form_box .ybLjKsupport_help input[type="text"]:focus,
.pUWekcontact_form_box .ybLjKsupport_help textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(208,202,191,0.5);
}.pUWekcontact_form_box .ybLjKsupport_help input[type="text"]::placeholder,
.pUWekcontact_form_box .ybLjKsupport_help textarea::placeholder {
    transition: all 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.pUWekcontact_form_box .ybLjKsupport_help input[type="text"]:focus::placeholder,
.pUWekcontact_form_box .ybLjKsupport_help textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.pUWekcontact_form_box .ybLjKsupport_help textarea {
    resize: vertical;
    min-height: 150px;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box label {
    line-height: 1.6;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
    position: relative;
    padding-left: 35px;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box label::before {
    border-radius: 2px;
    background: #ffffff;
    height: 20px;
    content: "";
    border: 1px solid rgb(233,230,225);
    position: absolute;
    transition: all 0.2s ease;
    width: 20px;
    left: 0;
    top: 2px;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,202,191);
    background: rgb(208,202,191);
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-width: 0 2px 2px 0;
    top: 4px;
    content: "";
    height: 12px;
    width: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box a {
    text-decoration: none;
    color: rgb(208,202,191);
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(208,202,191,0.5) 2px
    );
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
    transition: all 0.3s ease;
    background-size: 0% 100%;
    font-weight: 600;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box a:hover {
    background-size: 100% 100%;
}.pUWekcontact_form_box .ybLjKsupport_help .zGgBUconnect_query {
    background: rgb(208,202,191);
    border: none;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(208,202,191,0.5);
    border-radius: 10px;
    z-index: 1;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all 0.4s ease;
    font-weight: 600;
    padding: 16px 30px;
    position: relative;
}.pUWekcontact_form_box .ybLjKsupport_help .zGgBUconnect_query::before {
    height: 100%;
    opacity: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    background-size: 200% 200%;
    transition: opacity 0.4s ease;
    background: repeating-linear-gradient(
        -45deg,
        rgb(173,166,152) 0%,
        rgb(173,166,152) 10%,
        rgb(208,202,191) 10%,
        rgb(208,202,191) 20%
    );
    top: 0;
}.pUWekcontact_form_box .ybLjKsupport_help .zGgBUconnect_query:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(208,202,191,0.5);
}.pUWekcontact_form_box .ybLjKsupport_help .zGgBUconnect_query:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.pUWekcontact_form_box .UXNyTfeedback_feedback {
    padding: 50px;
    position: relative;
    background: rgb(233,230,225);
    flex: 1 1 35%;
    z-index: 2;
    overflow: hidden;
}.pUWekcontact_form_box .UXNyTfeedback_feedback::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(208,202,191,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(208,202,191,0.5) 0%, transparent 10px);
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    content: "";
    background-size: 60px 60px;
    width: 100%;
    top: 0;
}.pUWekcontact_form_box .UXNyTfeedback_feedback::after {
    background: 
        linear-gradient(90deg, transparent 90%, rgb(208,202,191,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(208,202,191,0.5) 100%);
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
}.pUWekcontact_form_box .UXNyTfeedback_feedback h4 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    color: #000000;
    font-size: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}.pUWekcontact_form_box .UXNyTfeedback_feedback h4::after {
    height: 3px;
    content: "";
    bottom: -1px;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    position: absolute;
    width: 50px;
    left: 0;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid {
    padding: 0;
    list-style: none;
    margin: 0;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li {
    position: relative;
    border-left: 3px solid rgb(208,202,191);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    margin-bottom: 25px;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    content: "";
    top: 0;
    background: rgb(208,202,191);
    z-index: 2;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li::after {
    content: "";
    background: rgb(208,202,191,0.5);
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
    opacity: 0;
    position: absolute;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li:hover {
    transform: translateX(5px);
    border-left-color: rgb(173,166,152);
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li:hover::after {
    opacity: 0.05;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li svg {
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    z-index: 2;
    position: relative;
    margin-right: 15px;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li:hover svg {
    transform: scale(1.2);
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li svg path {
    fill: rgb(208,202,191);
    transition: all 0.3s ease;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li:hover svg path {
    fill: rgb(173,166,152);
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li span {
    color: #000000;
    font-size: 15px;
    position: relative;
    z-index: 2;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li a::before {
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    left: 0;
    transform-origin: right;
    background: rgb(208,202,191);
    transition: transform 0.3s ease;
    bottom: -2px;
    content: "";
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li a:hover {
    color: rgb(208,202,191);
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.pUWekcontact_form_box {
    padding: 80px 0 60px;
}.pUWekcontact_form_box h3 {
    margin-bottom: 40px;
}.pUWekcontact_form_box .uSgXaconnect_feedback {
    flex-direction: column;
}.pUWekcontact_form_box .ybLjKsupport_help,
    .pUWekcontact_form_box .UXNyTfeedback_feedback {
    flex: 1 1 100%;
}.pUWekcontact_form_box .UXNyTfeedback_feedback {
    border-top: 1px solid rgb(233,230,225);
}
}

@media (max-width: 768px) {.pUWekcontact_form_box {
    padding: 60px 0;
}.pUWekcontact_form_box h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.85);
}.pUWekcontact_form_box .ybLjKsupport_help h3,
    .pUWekcontact_form_box .UXNyTfeedback_feedback h4 {
    font-size: calc(23px * 0.9);
}.pUWekcontact_form_box .ybLjKsupport_help,
    .pUWekcontact_form_box .UXNyTfeedback_feedback {
    padding: 35px;
}.pUWekcontact_form_box .ybLjKsupport_help::before,
    .pUWekcontact_form_box .ybLjKsupport_help::after {
    width: 30px;
    height: 30px;
}.pUWekcontact_form_box .ybLjKsupport_help input[type="text"],
    .pUWekcontact_form_box .ybLjKsupport_help textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.pUWekcontact_form_box {
    padding: 50px 0;
}.pUWekcontact_form_box h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.pUWekcontact_form_box .uSgXaconnect_feedback {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(233,230,225);
}.pUWekcontact_form_box .ybLjKsupport_help,
    .pUWekcontact_form_box .UXNyTfeedback_feedback {
    padding: 25px 20px;
}.pUWekcontact_form_box .ybLjKsupport_help::before,
    .pUWekcontact_form_box .ybLjKsupport_help::after {
    display: none;
}.pUWekcontact_form_box .ybLjKsupport_help input[type="text"],
    .pUWekcontact_form_box .ybLjKsupport_help textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.pUWekcontact_form_box .ybLjKsupport_help .digKHfeedback_box label {
    font-size: calc(13px * 0.9);
}.pUWekcontact_form_box .ybLjKsupport_help .zGgBUconnect_query {
    width: 100%;
    padding: 14px 20px;
}.pUWekcontact_form_box .UXNyTfeedback_feedback .tVqofrequest_grid li {
    padding: 12px;
    margin-bottom: 15px;
}
}