* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.eiNGLgrant_info {
    flex: 0 0 auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 18px;
}::-webkit-scrollbar-button {
    background: rgb(192,130,151);
    height: 5px;
    border-radius: 3px;
    width: 8px;
}::-webkit-scrollbar-track {
    margin: 5px 0;
    background: radial-gradient(ellipse at center, #ffffff 18%, rgb(255, 255, 255, 0.5) 87%, rgb(192,130,151) 89%);
    border-radius: 19.5em;
}::-webkit-scrollbar-thumb {
    transition: box-shadow 2.8s ease-out;
    animation: slide_scrollbar 2.7s linear infinite;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 18.7em;
}

::-webkit-scrollbar-thumb:hover {
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: rgb(192,130,151);
}.TWIMPtop_navbar {
    flex: 1 0 auto;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1109px;
    margin: auto;
    max-width: 100%;
}.XTLwWwrap-structure {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .eiNGLgrant_info {
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(208,174,177) 100%);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
}footer .eiNGLgrant_info::before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.05;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    position: absolute;
    content: '';
    z-index: -1;
}footer .eiNGLgrant_info::after {
    height: 3px;
    position: absolute;
    animation: glowBorder 3s infinite linear;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        rgb(208,174,177) 0%, 
        rgb(192,130,151) 50%, 
        rgb(208,174,177) 100%);
    width: 100%;
    left: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .eiNGLgrant_info .container {
    z-index: 2;
    position: relative;
}footer .rSkeipartner_logo {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .HyDjvmsg_info {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}footer .HyDjvmsg_info::after {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,130,151,0.5) 50%, 
        transparent 100%);
    content: '';
    bottom: 0;
    width: 100%;
    height: 1px;
}footer .info_item {
    min-width: 200px;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    border-radius: 10px;
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    padding: 15px;
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    align-items: center;
    transition: color 0.3s ease;
    gap: 10px;
    font-family: Arial, sans-serif;
    display: flex;
}footer .info_item svg {
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    fill: rgb(192,130,151);
    height: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(192,130,151);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    gap: 40px;
}footer .enozPmain_info {
    gap: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}footer .enozPmain_info svg {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(208,174,177,0.5));
}footer .uJsvOnetiquette {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 300px;
    opacity: 0.7;
    color: #ffffff;
}footer .cNjaKtop_lesson {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .cNjaKtop_lesson h5 {
    font-weight: 700;
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 15px;
}footer .cNjaKtop_lesson h5::after {
    height: 3px;
    width: 50px;
    background: rgb(192,130,151);
    position: absolute;
    border-radius: 10px;
    left: 0;
    content: '';
    bottom: 0;
}footer .gUIMYnav_site {
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}footer .gUIMYnav_site a {
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0.8;
    padding-left: 15px;
    font-size: 17px;
}footer .gUIMYnav_site a::before {
    top: 50%;
    width: 6px;
    background: rgb(192,130,151);
    height: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    opacity: 0.7;
    left: 0;
}footer .gUIMYnav_site a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(192,130,151);
}footer .gUIMYnav_site a:hover::before {
    box-shadow: 0 0 10px rgb(192,130,151);
    width: 8px;
    opacity: 1;
    height: 8px;
}footer .subscribe_holder {
    gap: 15px;
    display: flex;
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    flex-direction: column;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}footer .subscribe_holder p {
    opacity: 0.8;
    margin-bottom: 20px;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 15px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    outline: none;
    color: #ffffff;
    font-size: 17px;
    border-radius: 10px;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(192,130,151);
    box-shadow: 0 0 15px rgb(192,130,151,0.5);
}footer .xwRstemail_container {
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    padding: 12px 24px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(192,130,151) 0%, rgb(208,174,177) 100%);
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    overflow: hidden;
}footer .xwRstemail_container::before {
    height: 100%;
    top: 0;
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    transition: 0.6s;
    position: absolute;
    content: '';
}footer .xwRstemail_container:hover::before {
    left: 100%;
}footer .xwRstemail_container:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .EGsUbdiscord_cta {
    padding-top: 30px;
    text-align: center;
    position: relative;
}footer .EGsUbdiscord_cta::before {
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,130,151,0.5) 50%, 
        transparent 100%);
    width: 100%;
    content: '';
    height: 1px;
    top: 0;
    position: absolute;
}footer .KgpGVres_connect {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    opacity: 0.7;
}

@media (max-width: 992px) {footer .eiNGLgrant_info {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .HyDjvmsg_info {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .eiNGLgrant_info {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .cNjaKtop_lesson {
    gap: 15px;
}footer .HyDjvmsg_info {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .xwRstemail_container {
    width: 100%;
}
}

@media (max-width: 576px) {footer .eiNGLgrant_info {
    padding: 40px 0 30px;
}footer .enozPmain_info {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .uJsvOnetiquette {
    text-align: center;
    margin: 0 auto;
}footer .cNjaKtop_lesson h5 {
    text-align: center;
}footer .cNjaKtop_lesson h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .gUIMYnav_site {
    align-items: center;
}footer .gUIMYnav_site a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.wcbtPeducation_experience {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(227,212,216) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.wcbtPeducation_experience::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(208,174,177,0.5) 49.5%, rgb(208,174,177,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(192,130,151,0.5) 49.5%, rgb(192,130,151,0.5) 50.5%, transparent 50.5%);
    top: 0;
    content: "";
    left: 0;
    transform: perspective(1000px) rotateX(5deg);
    opacity: 0.1;
    background-size: 120px 120px;
    z-index: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.wcbtPeducation_experience .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}.wcbtPeducation_experience .MHgZWclient_feedback {
    grid-template-columns: 1fr;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    position: relative;
    grid-gap: 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    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(0, 0, 0, 0.02);
}.wcbtPeducation_experience .MHgZWclient_feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}.wcbtPeducation_experience .MHgZWclient_feedback::before {
    filter: blur(8px);
    bottom: -10px;
    top: -10px;
    background: linear-gradient(135deg, rgb(208,174,177,0.5) 0%, rgb(192,130,151,0.5) 100%);
    right: -10px;
    content: "";
    opacity: 0;
    left: -10px;
    transition: opacity 0.5s ease;
    position: absolute;
    z-index: -1;
}.wcbtPeducation_experience .MHgZWclient_feedback:hover::before {
    opacity: 0.7;
}.wcbtPeducation_experience .MHgZWclient_feedback > div:nth-child(1) {
    grid-area: photo;
}.wcbtPeducation_experience .MHgZWclient_feedback > div:nth-child(2) {
    grid-area: info;
}.wcbtPeducation_experience .MHgZWclient_feedback > div:nth-child(3) {
    grid-area: quote;
}.wcbtPeducation_experience .NnIkmimg_card_item {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    height: 240px;
    width: 240px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(30px);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    overflow: hidden;
}.wcbtPeducation_experience .MHgZWclient_feedback:hover .NnIkmimg_card_item {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.wcbtPeducation_experience .NnIkmimg_card_item::after {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(208,174,177,0.5) 0%, transparent 100%);
    height: 100%;
    transition: opacity 0.4s ease;
    width: 100%;
    opacity: 0.3;
    left: 0;
    top: 0;
}.wcbtPeducation_experience .MHgZWclient_feedback:hover .NnIkmimg_card_item::after {
    opacity: 0.5;
}.wcbtPeducation_experience .name {
    font-weight: 700;
    color: rgb(208,174,177);
    font-size: calc(21px * 1.2);
    margin: 0 0 0.5rem;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateZ(15px);
}.wcbtPeducation_experience .name::after {
    transform-origin: left;
    bottom: -10px;
    height: 3px;
    width: 60px;
    transition: transform 0.4s ease-out;
    position: absolute;
    transform: scaleX(0.7);
    content: "";
    left: 0;
    background: rgb(192,130,151);
}.wcbtPeducation_experience .MHgZWclient_feedback:hover .name::after {
    transform: scaleX(1);
}.wcbtPeducation_experience .MHgZWclient_feedback > div:nth-child(2) > div {
    position: relative;
    margin-top: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.1);
    transform: translateZ(10px);
    font-weight: 600;
    color: rgb(192,130,151);
}.wcbtPeducation_experience .FloVTcareer_overview {
    line-height: 1.8;
    text-align: justify;
    color: #000000;
    position: relative;
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    font-size: 17px;
}.wcbtPeducation_experience .FloVTcareer_overview::before {
    opacity: 0.2;
    font-size: 6rem;
    top: -3.5rem;
    content: "";
    font-family: Georgia, serif;
    color: rgb(208,174,177,0.5);
    transition: all 0.4s ease;
    left: -1.5rem;
    transform: translateZ(5px);
    position: absolute;
}.wcbtPeducation_experience .MHgZWclient_feedback:hover .FloVTcareer_overview::before {
    opacity: 0.4;
    transform: translateZ(15px) translateY(-10px);
}

@media (min-width: 768px) {.wcbtPeducation_experience .MHgZWclient_feedback {
    padding: 4rem;
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-columns: auto 1fr;
    align-items: center;
}.wcbtPeducation_experience .MHgZWclient_feedback > div:nth-child(2) {
    padding-left: 2rem;
}.wcbtPeducation_experience .FloVTcareer_overview {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.wcbtPeducation_experience {
    padding: 8rem 0;
}.wcbtPeducation_experience .MHgZWclient_feedback {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-template-areas:
            "photo info"
            "photo quote";
    padding: 5rem;
}.wcbtPeducation_experience .FloVTcareer_overview {
    margin-top: 0;
    padding-left: 2rem;
}.wcbtPeducation_experience .NnIkmimg_card_item {
    width: 280px;
    height: 280px;
}
}

@media (max-width: 767px) {.wcbtPeducation_experience .MHgZWclient_feedback {
    padding: 2rem;
    grid-template-areas:
            "NnIkmimg_card_item"
            "rmazufeedback_block"
            "FloVTcareer_overview";
    transform: perspective(1000px) rotateY(0deg);
}.wcbtPeducation_experience .NnIkmimg_card_item {
    height: 180px;
    margin: 0 auto;
    width: 180px;
}.wcbtPeducation_experience .name {
    text-align: center;
    margin-top: 1.5rem;
}.wcbtPeducation_experience .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.wcbtPeducation_experience .MHgZWclient_feedback:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.wcbtPeducation_experience .MHgZWclient_feedback > div:nth-child(2) > div {
    text-align: center;
    margin-top: 1rem;
}.wcbtPeducation_experience .FloVTcareer_overview {
    text-align: left;
    margin-top: 1.5rem;
}}.PqhlOcourse_features {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,212,216) 0%, #ffffff 100%);
}.PqhlOcourse_features::before {
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    filter: blur(30px);
    content: "";
    background: linear-gradient(145deg, rgb(208,174,177,0.5) 0%, transparent 80%);
    opacity: 0.7;
    right: -5%;
    position: absolute;
    z-index: 0;
    top: -10%;
    height: 80%;
}.PqhlOcourse_features::after {
    transform: rotate(25deg) skewX(-15deg);
    width: 30%;
    height: 60%;
    bottom: -5%;
    left: -5%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(192,130,151,0.5) 0%, transparent 85%);
    filter: blur(20px);
    content: "";
    opacity: 0.6;
    position: absolute;
}.PqhlOcourse_features .container {
    padding: 0 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.PqhlOcourse_features h2 {
    color: #000000;
    line-height: 1.3;
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 50px;
    font-size: calc(34px * 1.1);
    font-weight: 700;
}.PqhlOcourse_features h2::before {
    height: 4px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(208,174,177) 0%, rgb(192,130,151) 100%);
    transform-origin: left center;
    position: absolute;
    width: 80px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}.PqhlOcourse_features h2:hover::before {
    transform: scaleX(1.5);
}.PqhlOcourse_features .NCbUxlearn_more {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}.PqhlOcourse_features .NnIkmimg_card_item {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.PqhlOcourse_features .NnIkmimg_card_item::before {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    content: "";
}.PqhlOcourse_features .NnIkmimg_card_item::after {
    height: 200%;
    width: 200%;
    content: "";
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 2;
    left: -100%;
    top: -100%;
    position: absolute;
}.PqhlOcourse_features .EwYlMtext_widget {
    position: relative;
    padding: 20px 0;
}.PqhlOcourse_features .description {
    max-height: 300px;
    font-size: 13px;
    color: #000000;
    transform: translateY(0);
    line-height: 1.7;
    padding-right: 15px;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: auto;
}.PqhlOcourse_features .description:first-of-type {
    position: relative;
}.PqhlOcourse_features .description:first-of-type::after {
    left: 0;
    width: 60%;
    height: 1px;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(192,130,151,0.5) 0%, transparent 100%);
}.PqhlOcourse_features .EwYlMtext_widget::before {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(to bottom, rgb(208,174,177), transparent);
    content: "";
    left: -20px;
    transform-origin: top center;
    transform: scaleY(0.7);
    position: absolute;
    top: 0;
    height: 70%;
    width: 4px;
}.PqhlOcourse_features .EwYlMtext_widget:hover::before {
    transform: scaleY(1);
}.PqhlOcourse_features .description::-webkit-scrollbar {
    width: 4px;
}.PqhlOcourse_features .description::-webkit-scrollbar-track {
    background: #ffffff;
}.PqhlOcourse_features .description::-webkit-scrollbar-thumb {
    background: rgb(192,130,151,0.5);
    border-radius: 10px;
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.PqhlOcourse_features {
    padding: 150px 0;
}.PqhlOcourse_features h2 {
    max-width: 80%;
    margin-left: 60px;
    font-size: calc(34px * 1.2);
}.PqhlOcourse_features h2::before {
    width: 100px;
    left: -60px;
    bottom: 50%;
}.PqhlOcourse_features .NCbUxlearn_more {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}.PqhlOcourse_features .NnIkmimg_card_item {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    height: 450px;
}.PqhlOcourse_features .EwYlMtext_widget {
    padding: 0 30px;
}.PqhlOcourse_features .description {
    max-height: 450px;
}
}

@media (min-width: 992px) {.PqhlOcourse_features .container {
    padding: 0 50px;
}.PqhlOcourse_features h2 {
    margin-bottom: 70px;
    font-size: calc(34px * 1.3);
    margin-left: 80px;
}.PqhlOcourse_features h2::before {
    left: -80px;
    width: 120px;
    height: 5px;
}.PqhlOcourse_features .NnIkmimg_card_item {
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
    height: 500px;
}.PqhlOcourse_features .NnIkmimg_card_item:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
}.PqhlOcourse_features .EwYlMtext_widget {
    padding: 0 50px 0 20px;
}.PqhlOcourse_features .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.PqhlOcourse_features h2 {
    margin-left: 100px;
    font-size: calc(34px * 1.4);
}.PqhlOcourse_features h2::before {
    left: -100px;
    width: 150px;
}.PqhlOcourse_features .NCbUxlearn_more {
    gap: 70px;
    grid-template-columns: 1fr 1.7fr;
}.PqhlOcourse_features .NnIkmimg_card_item {
    height: 550px;
}.PqhlOcourse_features .description {
    margin-bottom: 25px;
    max-height: 550px;
}}.lbjBVcookie_popup_disclosure {
    z-index: 90;
    padding: 20px 0;
    transition: transform 0.3s ease-in-out;
    background: rgb(192,130,151);
    animation: slideUp 0.5s forwards;
    bottom: 0;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(192,130,151);
    width: 100%;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#iEMPscookiePopupMessage {
    display: none;
}#iEMPscookiePopupMessage:checked ~ .lbjBVcookie_popup_disclosure {
    opacity: 0;
    visibility: hidden;
}.Tbfnuuser_safety {
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.lbjBVcookie_popup_disclosure h5 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffff;
}.lbjBVcookie_popup_disclosure p {
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.oAwRcdata_control {
    display: flex;
    flex-shrink: 0;
    margin-right: 15px;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(208,174,177));
    align-items: center;
}.oAwRcdata_control svg {
    transition: transform 0.3s ease-in-out;
    fill: rgb(208,174,177);
    width: 80px;
    height: 80px;
}.oAwRcdata_control:hover svg {
    transform: scale(1.1);
}.MBCkgcookie_panel {
    margin-left: 10px;
    min-width: 140px;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151));
    box-shadow: 0 0 15px rgb(208,174,177);
    color: #000000;
    padding: 10px 20px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    border-radius: 21px;
    font-size: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.MBCkgcookie_panel:hover {
    box-shadow: 0 0 20px rgb(192,130,151);
}.cookie_button.dTybeuser_alert {
    color: #ffffff;
    border: 2px solid rgb(192,130,151);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.dTybeuser_alert:hover {
    box-shadow: 0 0 15px rgb(192,130,151);
    background: rgba(0, 0, 0, 0.5);
}.lbjBVcookie_popup_disclosure p a {
    color: rgb(208,174,177);
    transition: color 0.3s ease;
    text-decoration: none;
}.lbjBVcookie_popup_disclosure p a:hover {
    color: rgb(192,130,151);
}
@media only screen and (max-width: 1200px) {.lbjBVcookie_popup_disclosure {
    padding: 15px 0;
}.Tbfnuuser_safety {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.oAwRcdata_control {
    display: none;
}.Tbfnuuser_safety {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.lbjBVcookie_popup_disclosure h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.Yqsidsafe_cookies {
    margin-bottom: 15px;
}.MBCkgcookie_panel {
    min-width: 100%;
    margin: 10px 0;
}}
.WSHAtthxWrap {
    overflow: hidden;
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(227,212,216) 0%, rgb(208,174,177,0.5) 100%);
    position: relative;
}.WSHAtthxWrap::before {
    content: "";
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,174,177,0.5) 0,
        rgb(208,174,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.WSHAtthxWrap::after {
    height: 300px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    right: -5%;
    content: "";
    animation: pulse 10s infinite alternate ease-in-out;
    width: 300px;
    filter: blur(100px);
    z-index: 0;
    background: rgb(192,130,151);
}.WSHAtthxWrap .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.WSHAtthxWrap h2 {
    max-width: 90%;
    color: rgb(208,174,177);
    line-height: 1.3;
    animation: slideInTitle 0.8s forwards ease-out;
    animation-delay: 0.3s;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transform: translateX(-10px);
    opacity: 0;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
}.WSHAtthxWrap h2::after {
    left: 0;
    transform-origin: left;
    background: rgb(192,130,151);
    position: absolute;
    transform: scaleX(0);
    height: 3px;
    content: "";
    width: 80px;
    animation: expandLine 1s forwards ease-out;
    animation-delay: 1s;
    bottom: -15px;
}.WSHAtthxWrap .IZPxGskill_lab {
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUpIn 1s forwards ease-out;
    animation-delay: 0.5s;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    padding: 2.5rem;
    position: relative;
}.WSHAtthxWrap .IZPxGskill_lab::before {
    content: "";
    border: 1px solid rgb(208,174,177,0.5);
    left: 20px;
    right: 20px;
    pointer-events: none;
    top: 20px;
    position: absolute;
    opacity: 0.1;
    bottom: 20px;
}.WSHAtthxWrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.WSHAtthxWrap li {
    position: relative;
    padding-left: 2rem;
}.WSHAtthxWrap li::before {
    animation: fadeIn 0.5s forwards ease-out;
    animation-delay: 1.2s;
    content: "";
    opacity: 0;
    height: 8px;
    background: rgb(192,130,151);
    left: 0;
    width: 8px;
    transform: rotate(45deg);
    top: 0.5rem;
    position: absolute;
}.WSHAtthxWrap li span {
    position: relative;
    font-size: calc(18px * 1.05);
    font-family: Arial, sans-serif;
    display: block;
    animation-delay: 0.8s;
    transform: translateY(10px);
    line-height: 1.7;
    opacity: 0;
    animation: fadeUpIn 0.8s forwards ease-out;
    margin-bottom: 1rem;
    color: #000000;
}.WSHAtthxWrap li span::after {
    content: "";
    background: linear-gradient(90deg, rgb(208,174,177,0.5) 0%, transparent 100%);
    opacity: 0.2;
    bottom: -15px;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@media (max-width: 992px) {.WSHAtthxWrap {
    padding: 3rem 0;
}.WSHAtthxWrap h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.WSHAtthxWrap .IZPxGskill_lab {
    padding: 2rem;
}
}

@media (max-width: 768px) {.WSHAtthxWrap h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.WSHAtthxWrap .IZPxGskill_lab {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.WSHAtthxWrap li span {
    font-size: 18px;
}.WSHAtthxWrap::after {
    height: 200px;
    width: 200px;
    right: -10%;
    top: -5%;
}
}

@media (max-width: 576px) {.WSHAtthxWrap {
    padding: 2.5rem 0;
}.WSHAtthxWrap .container {
    padding: 0 1.5rem;
}.WSHAtthxWrap h2 {
    font-size: calc(38px * 0.7);
}.WSHAtthxWrap h2::after {
    height: 2px;
    width: 60px;
}.WSHAtthxWrap .IZPxGskill_lab {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.WSHAtthxWrap li {
    padding-left: 1.5rem;
}.WSHAtthxWrap li::before {
    width: 6px;
    height: 6px;
}.WSHAtthxWrap li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.FjQKdcontact_box {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(227,212,216);
    z-index: 1;
}.FjQKdcontact_box::before {
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    content: '';
    top: 0;
    left: 0;
    background-blend-mode: multiply;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
}.FjQKdcontact_box .NnIkmimg_card_item {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.07;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
}.FjQKdcontact_box .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.FjQKdcontact_box h3 {
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    font-size: 31px;
    position: relative;
    color: #000000;
}.FjQKdcontact_box .JbwrNquery_links {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    overflow: hidden;
}.FjQKdcontact_box .xqYNGhelp_card {
    z-index: 1;
    flex: 1 1 55%;
    position: relative;
    flex-direction: column;
    padding: 80px;
    display: flex;
    justify-content: center;
    background: #ffffff;
}.FjQKdcontact_box .xqYNGhelp_card::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
}.FjQKdcontact_box .xqYNGhelp_card #contact {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}.FjQKdcontact_box .xqYNGhelp_card h3 {
    margin-bottom: 40px;
    font-size: 24px;
    color: #000000;
    font-weight: 300;
    text-align: center;
}.FjQKdcontact_box .xqYNGhelp_card input[type="text"],
.FjQKdcontact_box .xqYNGhelp_card textarea {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    padding: 20px 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    background-color: rgba(0, 0, 0, 0.03);
}.FjQKdcontact_box .xqYNGhelp_card textarea {
    border-radius: 25px;
    height: 150px;
    resize: vertical;
    padding-top: 25px;
}.FjQKdcontact_box .xqYNGhelp_card input[type="text"]:focus,
.FjQKdcontact_box .xqYNGhelp_card textarea:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(208,174,177,0.5);
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid {
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: center;
    display: flex;
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid label {
    position: relative;
    line-height: 1.5;
    font-size: calc(17px - 2px);
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid label::before {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    transition: all 0.3s ease;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 2px;
    position: absolute;
    left: 0;
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,174,177);
    background-color: rgb(208,174,177);
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg);
    height: 5px;
    border-left: 2px solid #ffffff;
    position: absolute;
    left: 7px;
    top: 10px;
    width: 8px;
    content: '';
    border-bottom: 2px solid #ffffff;
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(208,174,177);
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid a:hover {
    color: rgb(192,130,151);
}.FjQKdcontact_box .xqYNGhelp_card .MQNuCreach_widget {
    font-weight: 400;
    padding: 18px;
    border: none;
    cursor: pointer;
    font-size: 19px;
    overflow: hidden;
    position: relative;
    display: block;
    background: rgb(208,174,177);
    color: #ffffff;
    margin: 0 auto;
    border-radius: 50px;
    transition: all 0.3s ease;
}.FjQKdcontact_box .xqYNGhelp_card .MQNuCreach_widget::before {
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    height: 100%;
    top: 0;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    content: '';
}.FjQKdcontact_box .xqYNGhelp_card .MQNuCreach_widget:hover {
    transform: translateY(-2px);
    background: rgb(192,130,151);
    box-shadow: 0 5px 15px rgb(208,174,177,0.5);
}.FjQKdcontact_box .xqYNGhelp_card .MQNuCreach_widget:hover::before {
    left: 100%;
}.FjQKdcontact_box .rmazufeedback_block {
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, rgb(208,174,177) 0%, rgb(192,130,151) 100%);
    flex: 1 1 45%;
    position: relative;
    overflow: hidden;
}.FjQKdcontact_box .rmazufeedback_block::before {
    position: absolute;
    height: 200%;
    left: -50%;
    z-index: 0;
    width: 200%;
    top: -50%;
    content: '';
    opacity: 0.7;
    background-size: 250px 250px;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
}.FjQKdcontact_box .rmazufeedback_block h4 {
    text-align: center;
    margin-bottom: 50px;
    z-index: 1;
    font-weight: 300;
    position: relative;
    font-size: 24px;
    color: #ffffff;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    list-style: none;
    padding: 0;
    max-width: 300px;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    position: relative;
    transition: transform 0.3s ease;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li:last-child {
    margin-bottom: 0;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li:hover {
    transform: translateX(5px);
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li svg {
    margin-right: 20px;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    opacity: 0.9;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li span {
    line-height: 1.5;
    font-size: 17px;
    position: relative;
    color: #ffffff;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li span::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    height: 1px;
    transition: width 0.3s ease;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li:hover span::after {
    width: 100%;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.FjQKdcontact_box {
    padding: 80px 0;
}.FjQKdcontact_box .JbwrNquery_links {
    flex-direction: column;
}.FjQKdcontact_box .xqYNGhelp_card,
    .FjQKdcontact_box .rmazufeedback_block {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@media (max-width: 768px) {.FjQKdcontact_box {
    padding: 60px 0;
}.FjQKdcontact_box h3 {
    margin-bottom: 50px;
    font-size: calc(31px - 4px);
}.FjQKdcontact_box .xqYNGhelp_card h3,
    .FjQKdcontact_box .rmazufeedback_block h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 30px;
}.FjQKdcontact_box .xqYNGhelp_card input[type="text"],
    .FjQKdcontact_box .xqYNGhelp_card textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.FjQKdcontact_box .xqYNGhelp_card textarea {
    height: 120px;
}.FjQKdcontact_box .xqYNGhelp_card .MQNuCreach_widget {
    padding: 16px;
}.FjQKdcontact_box .rmazufeedback_block .qeZCKhelp_feedback li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.FjQKdcontact_box {
    padding: 50px 0;
}.FjQKdcontact_box .xqYNGhelp_card,
    .FjQKdcontact_box .rmazufeedback_block {
    padding: 40px 25px;
}.FjQKdcontact_box h3 {
    font-size: calc(31px - 6px);
}.FjQKdcontact_box .xqYNGhelp_card .WjlRCsupport_grid label {
    font-size: calc(17px - 3px);
}.FjQKdcontact_box .JbwrNquery_links {
    border-radius: 20px;
}.FjQKdcontact_box .xqYNGhelp_card input[type="text"],
    .FjQKdcontact_box .xqYNGhelp_card textarea {
    border-radius: 25px;
}.FjQKdcontact_box .xqYNGhelp_card textarea {
    border-radius: 20px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(208,174,177);
}header .top_plank .rKLZdnav_zone div svg, header .top_plank .rKLZdnav_zone div svg path {
    fill: #ffffff;
}header .top_plank .rKLZdnav_zone div span {
    color: #ffffff;
}header .top_plank .rKLZdnav_zone {
    line-height: 21px;
    font-size: 16px;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    width: 100%;
}header .top_plank .rKLZdnav_zone div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .rKLZdnav_zone div img, header .top_plank .rKLZdnav_zone div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.IhkUClanding_page {
    min-height: 85vh;
    align-items: center;
    font-family: Arial, sans-serif;
    justify-content: center;
    overflow: hidden;
    position: relative;
    display: flex;
}.IhkUClanding_page .TzFiWpage_front {
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
    height: 100%;
    padding: 3rem;
}.IhkUClanding_page .TzFiWpage_front::before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    bottom: 0;
    content: "";
}.IhkUClanding_page .cFdDLimpact_stats {
    transform: translateY(0);
    position: relative;
    backdrop-filter: blur(8px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    z-index: 2;
    padding: 3rem;
    animation: fadeInUp 1s ease-out;
}.IhkUClanding_page .cFdDLimpact_stats::before {
    transform-origin: top;
    background: rgb(208,174,177);
    animation: growDown 0.6s 0.5s forwards;
    position: absolute;
    transform: scaleY(0);
    width: 6px;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}.IhkUClanding_page .cFdDLimpact_stats > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.IhkUClanding_page .cFdDLimpact_stats > div:first-child::after {
    bottom: -1rem;
    content: "";
    transform: scaleX(0);
    width: 60%;
    left: 0;
    position: absolute;
    height: 2px;
    background: linear-gradient(to right, rgb(208,174,177), transparent);
    transform-origin: left;
    animation: growRight 0.6s 0.8s forwards;
}.IhkUClanding_page .title_style_header {
    font-weight: 700;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeInRight 0.8s 0.3s forwards;
    transform: translateX(0);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: calc(42px * 1.2);
    color: #ffffff;
}.IhkUClanding_page h3 {
    font-size: 30px;
    font-weight: 600;
    animation: fadeInUp 0.8s 0.6s forwards;
    opacity: 0;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}.IhkUClanding_page p {
    font-size: 17px;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s 0.9s forwards;
    opacity: 0;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    max-width: 90%;
}

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

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

@keyframes growDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes growRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 1200px) {.IhkUClanding_page .TzFiWpage_front {
    padding: 2rem;
}.IhkUClanding_page .cFdDLimpact_stats {
    max-width: 700px;
    padding: 2.5rem;
}.IhkUClanding_page .title_style_header {
    font-size: calc(42px * 1.1);
}
}

@media (max-width: 992px) {.IhkUClanding_page {
    min-height: 70vh;
}.IhkUClanding_page .cFdDLimpact_stats {
    max-width: 600px;
    padding: 2rem;
}.IhkUClanding_page .title_style_header {
    font-size: 42px;
}.IhkUClanding_page h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.IhkUClanding_page {
    min-height: 60vh;
}.IhkUClanding_page .TzFiWpage_front {
    padding: 1.5rem;
}.IhkUClanding_page .cFdDLimpact_stats {
    padding: 1.5rem;
    max-width: 100%;
}.IhkUClanding_page .title_style_header {
    font-size: calc(42px * 0.9);
}.IhkUClanding_page h3 {
    font-size: calc(30px * 0.8);
}.IhkUClanding_page p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.IhkUClanding_page {
    min-height: 50vh;
}.IhkUClanding_page .TzFiWpage_front {
    padding: 1rem;
}.IhkUClanding_page .cFdDLimpact_stats {
    padding: 1.25rem;
}.IhkUClanding_page .title_style_header {
    margin-bottom: 1rem;
    font-size: calc(42px * 0.8);
}.IhkUClanding_page h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1rem;
}.IhkUClanding_page p {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
}.IhkUClanding_page .cFdDLimpact_stats > div:first-child {
    margin-bottom: 1.5rem;
}}.wXsSCexplore_now {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,130,151) 0%, rgb(208,174,177) 100%);
    padding: 5rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.wXsSCexplore_now::before {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    left: -20%;
    transform: rotate(25deg);
    z-index: -1;
    position: absolute;
    top: -50%;
    width: 80%;
    content: "";
    height: 200%;
}.wXsSCexplore_now::after {
    width: 250px;
    right: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    position: absolute;
    z-index: -1;
    height: 250px;
    bottom: -50px;
    content: "";
    background: radial-gradient(circle, rgb(208,174,177,0.5) 0%, transparent 70%);
    border-radius: 50%;
}.wXsSCexplore_now .container {
    position: relative;
    z-index: 2;
    max-width: 1140px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin: 0 auto;
    transform-origin: center center;
    transform: perspective(1000px) rotateX(2deg);
}.wXsSCexplore_now .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.wXsSCexplore_now h6 {
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out;
    font-weight: 700;
    text-align: center;
    font-size: calc(17px * 1.2);
    color: #ffffff;
    max-width: 80%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    line-height: 1.5;
}.wXsSCexplore_now h6::after {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 3px;
    width: 80px;
    opacity: 0.7;
    position: absolute;
    background: #ffffff;
    bottom: -15px;
}.wXsSCexplore_now div div {
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    display: flex;
}.wXsSCexplore_now div div span {
    position: relative;
    margin-top: 10px;
    transition: transform 0.3s ease;
    display: inline-block;
}.wXsSCexplore_now div div span:hover {
    transform: translateY(-5px);
}.wXsSCexplore_now .MQNuCreach_widget {
    font-size: 19px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    font-weight: 600;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    justify-content: center;
    color: rgb(192,130,151);
}.wXsSCexplore_now .MQNuCreach_widget::before {
    width: 100%;
    content: "";
    top: 0;
    transform-origin: right;
    opacity: 0;
    height: 100%;
    z-index: -1;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(192,130,151), rgb(208,174,177));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
}.wXsSCexplore_now .MQNuCreach_widget:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
    color: #ffffff;
}.wXsSCexplore_now .MQNuCreach_widget:hover::before {
    transform-origin: left;
    opacity: 1;
    transform: scaleX(1);
}.wXsSCexplore_now .MQNuCreach_widget span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.wXsSCexplore_now .MQNuCreach_widget:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.wXsSCexplore_now {
    padding: 4rem 1.5rem;
}.wXsSCexplore_now h6 {
    font-size: calc(17px * 1.1);
    max-width: 90%;
}.wXsSCexplore_now .MQNuCreach_widget {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.wXsSCexplore_now {
    padding: 3.5rem 1rem;
}.wXsSCexplore_now h6 {
    max-width: 100%;
    font-size: 17px;
    margin-bottom: 2rem;
}.wXsSCexplore_now h6::after {
    width: 60px;
    bottom: -12px;
}.wXsSCexplore_now .MQNuCreach_widget {
    padding: 0.8rem 1.8rem;
    font-size: calc(19px * 0.95);
}.wXsSCexplore_now::before {
    left: -30%;
    width: 100%;
}
}

@media (max-width: 575px) {.wXsSCexplore_now {
    padding: 3rem 0.8rem;
}.wXsSCexplore_now .container {
    transform: perspective(1000px) rotateX(1deg);
}.wXsSCexplore_now h6 {
    margin-bottom: 1.8rem;
    font-size: calc(17px * 0.9);
    line-height: 1.4;
}.wXsSCexplore_now h6::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.wXsSCexplore_now .MQNuCreach_widget {
    font-size: calc(19px * 0.9);
    padding: 0.7rem 1.5rem;
}}.EWvzZdeal_plan {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(227,212,216) 0%, rgb(208,174,177,0.5) 100%);
}.EWvzZdeal_plan::before {
    pointer-events: none;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(192,130,151,0.5) 0%, transparent 60%);
    z-index: 0;
    left: 0;
}.EWvzZdeal_plan .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    z-index: 1;
}.EWvzZdeal_plan .VahtSpro_fees {
    flex-direction: column-reverse;
    gap: 60px;
    position: relative;
    display: flex;
}.EWvzZdeal_plan .wDaEWclass_deals {
    max-width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 3px solid rgb(208,174,177);
    padding: 30px;
}.EWvzZdeal_plan .wDaEWclass_deals:hover {
    transform: perspective(1000px) rotateX(2deg);
}.EWvzZdeal_plan .wDaEWclass_deals h2 {
    color: transparent;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151));
    background-clip: text !important;
    line-height: 1.3;
    transform: translateZ(0);
    font-weight: 700;
    font-size: 34px;
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
}.EWvzZdeal_plan .wDaEWclass_deals .aAkQLbundle_rate {
    max-width: 700px;
    line-height: 1.6;
    font-size: 17px;
    overflow-wrap: break-word;
    margin-bottom: 0;
    color: #000000;
    word-break: break-word;
}.EWvzZdeal_plan .ybmdipricing_block {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}.EWvzZdeal_plan .RfqJhprice_schemes {
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    text-decoration: none;
    border-radius: 4px;
}.EWvzZdeal_plan .RfqJhprice_schemes:hover {
    transform: translateY(-10px);
    z-index: 5;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.EWvzZdeal_plan .pzEiyedu_packages {
    display: flex;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}.EWvzZdeal_plan .pzEiyedu_packages::before {
    transform-origin: left;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(208,174,177), rgb(192,130,151));
    height: 5px;
    content: "";
    top: 0;
    left: 0;
    transition: transform 0.4s ease-out;
    transform: scaleX(0.8);
}.EWvzZdeal_plan .RfqJhprice_schemes:hover .pzEiyedu_packages::before {
    transform: scaleX(1);
}.EWvzZdeal_plan .MvABbannual_plan {
    flex-direction: column;
    z-index: 1;
    position: relative;
    flex: 1;
    display: flex;
    padding: 30px;
}.EWvzZdeal_plan .MvABbannual_plan h3 {
    margin-bottom: 15px;
    font-weight: 700;
    white-space: nowrap;
    color: #000000;
    transition: transform 0.3s ease;
    overflow: hidden;
    font-size: calc(23px + 2px);
    transform-origin: left;
    position: relative;
    text-overflow: ellipsis;
}.EWvzZdeal_plan .RfqJhprice_schemes:hover .MvABbannual_plan h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(208,174,177);
}.EWvzZdeal_plan .iZjfxtrial_rates {
    display: inline-block;
    font-size: calc(23px + 4px);
    color: rgb(192,130,151);
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}.EWvzZdeal_plan .iZjfxtrial_rates::after {
    background: rgb(208,174,177);
    position: absolute;
    width: 50px;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    bottom: -5px;
    transform: scaleX(0.5);
    height: 3px;
    content: "";
    left: 0;
}.EWvzZdeal_plan .RfqJhprice_schemes:hover .iZjfxtrial_rates::after {
    transform: scaleX(1);
}.EWvzZdeal_plan .MvABbannual_plan p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-wrap: break-word;
    flex: 1;
    font-size: 17px;
    -webkit-line-clamp: 5;
    word-break: break-word;
    margin-bottom: 0;
    overflow: hidden;
    color: #000000;
    line-height: 1.6;
}.EWvzZdeal_plan .NnIkmimg_card_item {
    height: 200px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}.EWvzZdeal_plan .NnIkmimg_card_item::after {
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    pointer-events: none;
}.EWvzZdeal_plan .RfqJhprice_schemes:hover .NnIkmimg_card_item {
    transform: scale(1.05);
}

@media (min-width: 768px) {.EWvzZdeal_plan .ybmdipricing_block {
    grid-template-columns: repeat(2, 1fr);
}.EWvzZdeal_plan .wDaEWclass_deals {
    padding: 40px;
}.EWvzZdeal_plan .MvABbannual_plan {
    padding: 30px 35px;
}.EWvzZdeal_plan .NnIkmimg_card_item {
    height: 240px;
}
}

@media (min-width: 992px) {.EWvzZdeal_plan .VahtSpro_fees {
    flex-direction: row;
    align-items: stretch;
    gap: 40px;
}.EWvzZdeal_plan .wDaEWclass_deals {
    width: 30%;
    justify-content: center;
    padding: 50px 40px;
    flex-direction: column;
    display: flex;
}.EWvzZdeal_plan .ybmdipricing_block {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.EWvzZdeal_plan .MvABbannual_plan {
    padding: 30px;
}.EWvzZdeal_plan .MvABbannual_plan p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.EWvzZdeal_plan {
    padding: 120px 0;
}.EWvzZdeal_plan .ybmdipricing_block {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.EWvzZdeal_plan .wDaEWclass_deals h2 {
    font-size: calc(34px + 4px);
}.EWvzZdeal_plan .MvABbannual_plan h3 {
    font-size: calc(23px + 4px);
}.EWvzZdeal_plan .iZjfxtrial_rates {
    font-size: calc(23px + 8px);
}.EWvzZdeal_plan .NnIkmimg_card_item {
    height: 280px;
}
}

@media (min-width: 1400px) {.EWvzZdeal_plan .ybmdipricing_block {
    grid-template-columns: repeat(2, 1fr);
}.EWvzZdeal_plan .MvABbannual_plan p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.EWvzZdeal_plan .RfqJhprice_schemes {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.EWvzZdeal_plan .RfqJhprice_schemes:hover {
    transform: translateY(-10px) scale(1.02);
}}.WNtzPprivacy_quarters {
    background: linear-gradient(135deg, rgb(227,212,216) 0%, rgba(248, 248, 252, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.WNtzPprivacy_quarters::before {
    z-index: 0;
    filter: blur(80px);
    position: absolute;
    right: -5%;
    opacity: 0.4;
    background: linear-gradient(to right, rgb(208,174,177,0.5), rgb(192,130,151,0.5));
    height: 300px;
    top: -10%;
    content: "";
    transform: rotate(-15deg);
    width: 300px;
}.WNtzPprivacy_quarters::after {
    opacity: 0.3;
    width: 250px;
    background: linear-gradient(to right, rgb(192,130,151,0.5), rgb(208,174,177,0.5));
    filter: blur(70px);
    height: 250px;
    z-index: 0;
    transform: rotate(15deg);
    position: absolute;
    bottom: -10%;
    content: "";
    left: -5%;
}.WNtzPprivacy_quarters .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 0 auto;
    backdrop-filter: blur(10px);
    padding: 0 20px;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    border-left: 3px solid rgb(208,174,177);
    z-index: 1;
    max-width: 1140px;
    transform: translateZ(0);
}.WNtzPprivacy_quarters h1 {
    margin-bottom: 30px;
    transform: translateX(-10px);
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    padding-bottom: 15px;
    position: relative;
}.WNtzPprivacy_quarters h1::after {
    transform-origin: left;
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(208,174,177) 0%, rgb(192,130,151) 100%);
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    bottom: 0;
    width: 80px;
    left: 0;
}.WNtzPprivacy_quarters h1:hover::after {
    transform: scaleX(1.5);
}.WNtzPprivacy_quarters h2 {
    margin-top: 40px;
    font-size: 31px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}.WNtzPprivacy_quarters h2::before {
    width: 4px;
    position: absolute;
    top: 0;
    height: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: 0;
    background: rgb(208,174,177);
    opacity: 0.8;
    content: "";
    transform: scaleY(0.8);
}.WNtzPprivacy_quarters h2:hover::before {
    opacity: 1;
    transform: scaleY(1.1);
}.WNtzPprivacy_quarters h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: calc(31px * 0.85);
}.WNtzPprivacy_quarters h4 {
    font-weight: 600;
    font-size: calc(31px * 0.75);
    margin-top: 25px;
    margin-bottom: 12px;
    color: #000000;
    opacity: 0.9;
}.WNtzPprivacy_quarters p {
    font-size: 12px;
    line-height: 1.7;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    max-width: 95%;
    color: #000000;
}.WNtzPprivacy_quarters p:hover {
    transform: translateX(5px);
}.WNtzPprivacy_quarters p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
}.WNtzPprivacy_quarters p strong::after {
    bottom: -2px;
    transform: scaleX(0);
    background: rgb(192,130,151);
    position: absolute;
    transform-origin: right;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
}.WNtzPprivacy_quarters p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.WNtzPprivacy_quarters span {
    padding: 15px;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: block;
    border-left: 2px solid rgb(192,130,151);
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.6;
}.WNtzPprivacy_quarters span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.WNtzPprivacy_quarters ul {
    margin-bottom: 30px;
    padding-left: 20px;
    list-style: none;
    margin-top: 15px;
}.WNtzPprivacy_quarters li {
    transform: translateZ(0);
    position: relative;
    line-height: 1.6;
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    color: #000000;
}.WNtzPprivacy_quarters li::before {
    opacity: 0.8;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
    top: 10px;
    background: rgb(208,174,177);
    height: 8px;
    position: absolute;
    width: 8px;
    left: 0;
}.WNtzPprivacy_quarters li:hover {
    transform: translateX(5px);
}.WNtzPprivacy_quarters li:hover::before {
    background: rgb(192,130,151);
    transform: scale(1.3);
}

@media (max-width: 991px) {.WNtzPprivacy_quarters {
    padding: 60px 0;
}.WNtzPprivacy_quarters .container {
    padding: 30px 25px;
}.WNtzPprivacy_quarters h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 25px;
}.WNtzPprivacy_quarters h2 {
    font-size: calc(31px * 0.9);
    margin-top: 35px;
}.WNtzPprivacy_quarters p, .WNtzPprivacy_quarters span {
    font-size: calc(12px * 1);
    max-width: 100%;
}
}

@media (max-width: 767px) {.WNtzPprivacy_quarters {
    padding: 40px 0;
}.WNtzPprivacy_quarters::before,
    .WNtzPprivacy_quarters::after {
    height: 200px;
    width: 200px;
}.WNtzPprivacy_quarters .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.WNtzPprivacy_quarters h1 {
    font-size: calc(40px * 0.8);
    transform: translateX(0);
    margin-bottom: 20px;
}.WNtzPprivacy_quarters h1::after {
    width: 60px;
}.WNtzPprivacy_quarters h2 {
    font-size: calc(31px * 0.85);
    margin-top: 30px;
    padding-left: 12px;
}.WNtzPprivacy_quarters h2::before {
    width: 3px;
}.WNtzPprivacy_quarters h3 {
    font-size: calc(31px * 0.75);
}.WNtzPprivacy_quarters h4 {
    font-size: calc(31px * 0.7);
}.WNtzPprivacy_quarters p, .WNtzPprivacy_quarters span, .WNtzPprivacy_quarters li {
    font-size: calc(12px * 0.95);
}.WNtzPprivacy_quarters ul {
    padding-left: 5px;
}.WNtzPprivacy_quarters li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.WNtzPprivacy_quarters {
    padding: 30px 0;
}.WNtzPprivacy_quarters::before,
    .WNtzPprivacy_quarters::after {
    opacity: 0.25;
}.WNtzPprivacy_quarters .container {
    padding: 20px 15px;
}.WNtzPprivacy_quarters h1 {
    font-size: calc(40px * 0.7);
}.WNtzPprivacy_quarters h2 {
    font-size: calc(31px * 0.75);
    margin-top: 25px;
}.WNtzPprivacy_quarters h3 {
    font-size: calc(31px * 0.7);
}.WNtzPprivacy_quarters h4 {
    font-size: calc(31px * 0.65);
}.WNtzPprivacy_quarters p, .WNtzPprivacy_quarters span, .WNtzPprivacy_quarters li {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}.WNtzPprivacy_quarters p:hover,
    .WNtzPprivacy_quarters li:hover,
    .WNtzPprivacy_quarters span:hover {
    transform: none;
}}header {
    overflow: visible;
    background: linear-gradient(135deg, rgb(227,212,216), #ffffff);
    width: 100%;
    z-index: 99;
    position: relative;
}header::before {
    content: "";
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    height: 15px;
    bottom: 0;
    position: absolute;
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(208,174,177,0.5) 6px,
            rgb(208,174,177,0.5) 10px,
            transparent 10px
        ) repeat-x;
}header .Jxpchtop_prime {
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .Jxpchtop_prime::before,
header .Jxpchtop_prime::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(208,174,177), transparent);
    height: 2px;
    width: 30%;
}header .Jxpchtop_prime::before {
    top: 10px;
    left: 0;
}header .Jxpchtop_prime::after {
    background: linear-gradient(to left, rgb(192,130,151), transparent);
    right: 0;
    bottom: 10px;
}header .Jxpchtop_prime .enozPmain_info {
    position: relative;
    z-index: 2;
}header .Jxpchtop_prime .enozPmain_info::before {
    z-index: -1;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    transition: transform 0.5s ease-in-out;
    height: 140%;
    position: absolute;
    left: -20%;
    top: -20%;
    background: rgb(208,174,177,0.5);
    width: 140%;
    content: "";
    opacity: 0.05;
}header .Jxpchtop_prime .enozPmain_info:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .Jxpchtop_prime .enozPmain_info .yQIPUnav_skill {
    transition: transform 0.3s ease;
    display: block;
}header .Jxpchtop_prime .enozPmain_info:hover .yQIPUnav_skill {
    transform: translateY(-3px);
}header .Jxpchtop_prime .enozPmain_info .yQIPUnav_skill svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}header .Jxpchtop_prime .cNjaKtop_lesson {
    padding: 0;
    position: relative;
    display: flex;
    margin: 0;
    list-style: none;
}header .Jxpchtop_prime .cNjaKtop_lesson::before {
    height: 100%;
    left: 0;
    background: rgb(192,130,151,0.5);
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.05;
    width: 100%;
    content: "";
    z-index: -1;
}header .Jxpchtop_prime .cNjaKtop_lesson:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar {
    margin: 0 8px;
    position: relative;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar a {
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #000000;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 600;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar a::before {
    transform-origin: right top;
    transform: scale(0);
    transition: transform 0.4s ease, border-radius 0.4s ease;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    background: rgb(208,174,177);
    left: 0;
    z-index: -1;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(192,130,151);
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .Jxpchtop_prime {
    flex-direction: column;
    padding: 20px 15px;
}header .Jxpchtop_prime .enozPmain_info {
    margin-bottom: 15px;
}header .Jxpchtop_prime .cNjaKtop_lesson {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar {
    margin: 5px;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar a {
    font-size: calc(15px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .Jxpchtop_prime {
    padding: 15px 10px;
}header .Jxpchtop_prime .enozPmain_info .yQIPUnav_skill svg {
    height: 40px;
}header .Jxpchtop_prime .cNjaKtop_lesson .RxkEdmain_pagebar a {
    padding: 6px 10px;
    font-size: calc(15px - 2px);
}}.azJkdour_mission {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.azJkdour_mission::before {
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(192,130,151,0.5), rgba(0, 0, 0, 0.5) 70%);
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    position: absolute;
}.azJkdour_mission::after {
    width: 200px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    opacity: 0.1;
    right: -50px;
    background: rgb(208,174,177);
    height: 200px;
    top: -50px;
    content: "";
    z-index: 1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
}.azJkdour_mission .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}.azJkdour_mission .EwYlMtext_widget {
    transition: transform 0.5s ease-out;
    overflow: hidden;
    padding: 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(1deg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
}.azJkdour_mission .EwYlMtext_widget:hover {
    transform: perspective(1000px) rotateY(0deg);
}.azJkdour_mission .EwYlMtext_widget::before {
    background: linear-gradient(to bottom, rgb(208,174,177), rgb(192,130,151));
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    content: "";
    left: 0;
}.azJkdour_mission h1 {
    opacity: 0;
    font-size: 46px;
    font-weight: 700;
    position: relative;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    color: #000000;
    transform: translateX(-10px);
    letter-spacing: -0.5px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}.azJkdour_mission h1::after {
    bottom: 0;
    position: absolute;
    height: 3px;
    background: rgb(208,174,177);
    transition: width 0.3s ease;
    left: 0;
    content: "";
    width: 80px;
}.azJkdour_mission .EwYlMtext_widget:hover h1::after {
    width: 120px;
}.azJkdour_mission ul {
    margin: 0;
    list-style: none;
    padding: 0;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 1s 0.5s forwards ease-out;
}.azJkdour_mission li {
    margin-bottom: 20px;
}.azJkdour_mission h4 {
    font-weight: 600;
    color: rgb(208,174,177);
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    position: relative;
    font-size: 22px;
}.azJkdour_mission h4::before {
    content: "";
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -5px;
    position: absolute;
    background: rgb(208,174,177,0.5);
}.azJkdour_mission .EwYlMtext_widget:hover h4::before {
    transform: scaleX(1);
}.azJkdour_mission span {
    text-align: justify;
    column-count: 2;
    color: #000000;
    column-gap: 40px;
    position: relative;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 16px;
}.azJkdour_mission span::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(192,130,151);
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

@media (max-width: 1200px) {.azJkdour_mission {
    padding: 100px 0;
}.azJkdour_mission .EwYlMtext_widget {
    padding: 40px;
}
}

@media (max-width: 992px) {.azJkdour_mission h1 {
    font-size: calc(46px * 0.9);
}.azJkdour_mission span {
    column-count: 1;
}.azJkdour_mission .EwYlMtext_widget {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.azJkdour_mission {
    padding: 80px 0;
}.azJkdour_mission .EwYlMtext_widget {
    padding: 30px;
}.azJkdour_mission h1 {
    font-size: calc(46px * 0.8);
    margin-bottom: 20px;
}.azJkdour_mission span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.azJkdour_mission {
    padding: 60px 0;
}.azJkdour_mission .EwYlMtext_widget {
    padding: 25px 20px;
}.azJkdour_mission h1 {
    font-size: calc(46px * 0.7);
}.azJkdour_mission span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.azJkdour_mission .EwYlMtext_widget::before {
    width: 3px;
}
}

@media (max-width: 480px) {.azJkdour_mission {
    padding: 50px 0;
}.azJkdour_mission .container {
    padding: 0 15px;
}.azJkdour_mission h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}.azJkdour_mission h1::after {
    height: 2px;
    width: 60px;
}.azJkdour_mission .EwYlMtext_widget:hover h1::after {
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.azJkdour_mission .EwYlMtext_widget,
  .azJkdour_mission h1,
  .azJkdour_mission ul,
  .azJkdour_mission h4::before,
  .azJkdour_mission::after {
    animation: none;
    transform: none;
    transition: none;
}
}