﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.top_bar_0Fr {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1253px;
    max-width: 100%;
}.trust_badge_AGp {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-structure_87F {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_section_Jwb {
    overflow: hidden;
    background: rgb(237,238,242);
    z-index: 1;
    padding: 120px 0;
    position: relative;
}.contact_section_Jwb::before {
    background-blend-mode: multiply;
    top: 0;
    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
        );
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    opacity: 0.5;
}.contact_section_Jwb .product_image_9bu {
    height: 100%;
    position: absolute;
    opacity: 0.07;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
}.contact_section_Jwb .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.contact_section_Jwb h3 {
    font-weight: 300;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 70px;
    position: relative;
    font-size: 31px;
    letter-spacing: 1px;
}.contact_section_Jwb .feedback_links_fxX {
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
    overflow: hidden;
}.contact_section_Jwb .feedback_form_6pV {
    display: flex;
    background: #ffffff;
    position: relative;
    padding: 80px;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    flex: 1 1 55%;
}.contact_section_Jwb .feedback_form_6pV::before {
    position: absolute;
    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);
    left: 0;
    content: '';
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}.contact_section_Jwb .feedback_form_6pV #contact {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}.contact_section_Jwb .feedback_form_6pV h3 {
    margin-bottom: 40px;
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}.contact_section_Jwb .feedback_form_6pV input[type="text"],
.contact_section_Jwb .feedback_form_6pV textarea {
    color: #000000;
    margin-bottom: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border: none;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.03);
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 20px 25px;
}.contact_section_Jwb .feedback_form_6pV textarea {
    height: 150px;
    padding-top: 25px;
    border-radius: 25px;
    resize: vertical;
}.contact_section_Jwb .feedback_form_6pV input[type="text"]:focus,
.contact_section_Jwb .feedback_form_6pV 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(182,197,187,0.5);
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd label {
    line-height: 1.5;
    color: #000000;
    font-size: calc(14px - 2px);
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd label::before {
    left: 0;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 2px;
    content: '';
    border-radius: 50%;
    height: 22px;
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd input[type="checkbox"]:checked + label::before {
    border-color: rgb(182,197,187);
    background-color: rgb(182,197,187);
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd input[type="checkbox"]:checked + label::after {
    top: 10px;
    left: 7px;
    transform: rotate(-45deg);
    height: 5px;
    content: '';
    border-left: 2px solid #ffffff;
    position: absolute;
    width: 8px;
    border-bottom: 2px solid #ffffff;
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(182,197,187);
    transition: color 0.3s ease;
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd a:hover {
    color: rgb(176,169,137);
}.contact_section_Jwb .feedback_form_6pV .request_feedback_N1v {
    padding: 18px;
    font-weight: 400;
    transition: all 0.3s ease;
    margin: 0 auto;
    color: #ffffff;
    border-radius: 50px;
    border: none;
    position: relative;
    font-size: 15px;
    overflow: hidden;
    background: rgb(182,197,187);
    cursor: pointer;
    display: block;
}.contact_section_Jwb .feedback_form_6pV .request_feedback_N1v::before {
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
    position: absolute;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    content: '';
    top: 0;
}.contact_section_Jwb .feedback_form_6pV .request_feedback_N1v:hover {
    box-shadow: 0 5px 15px rgb(182,197,187,0.5);
    transform: translateY(-2px);
    background: rgb(176,169,137);
}.contact_section_Jwb .feedback_form_6pV .request_feedback_N1v:hover::before {
    left: 100%;
}.contact_section_Jwb .request_form_iI0 {
    flex-direction: column;
    position: relative;
    padding: 80px 60px;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(182,197,187) 0%, rgb(176,169,137) 100%);
    flex: 1 1 45%;
    overflow: hidden;
}.contact_section_Jwb .request_form_iI0::before {
    z-index: 0;
    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
        );
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    opacity: 0.7;
    width: 200%;
    background-size: 250px 250px;
    height: 200%;
}.contact_section_Jwb .request_form_iI0 h4 {
    font-weight: 300;
    font-size: 24px;
    z-index: 1;
    position: relative;
    margin-bottom: 50px;
    color: #ffffff;
    text-align: center;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 300px;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li {
    display: flex;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    position: relative;
    align-items: center;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li:last-child {
    margin-bottom: 0;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li:hover {
    transform: translateX(5px);
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    margin-right: 20px;
    opacity: 0.9;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li span {
    position: relative;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li span::after {
    transition: width 0.3s ease;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 0;
    left: 0;
    height: 1px;
    bottom: -8px;
    content: '';
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li:hover span::after {
    width: 100%;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_section_Jwb {
    padding: 80px 0;
}.contact_section_Jwb .feedback_links_fxX {
    flex-direction: column;
}.contact_section_Jwb .feedback_form_6pV,
    .contact_section_Jwb .request_form_iI0 {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@media (max-width: 768px) {.contact_section_Jwb {
    padding: 60px 0;
}.contact_section_Jwb h3 {
    font-size: calc(31px - 4px);
    margin-bottom: 50px;
}.contact_section_Jwb .feedback_form_6pV h3,
    .contact_section_Jwb .request_form_iI0 h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.contact_section_Jwb .feedback_form_6pV input[type="text"],
    .contact_section_Jwb .feedback_form_6pV textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.contact_section_Jwb .feedback_form_6pV textarea {
    height: 120px;
}.contact_section_Jwb .feedback_form_6pV .request_feedback_N1v {
    padding: 16px;
}.contact_section_Jwb .request_form_iI0 .message_feedback_Mo7 li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_section_Jwb {
    padding: 50px 0;
}.contact_section_Jwb .feedback_form_6pV,
    .contact_section_Jwb .request_form_iI0 {
    padding: 40px 25px;
}.contact_section_Jwb h3 {
    font-size: calc(31px - 6px);
}.contact_section_Jwb .feedback_form_6pV .connect_query_zUd label {
    font-size: calc(14px - 3px);
}.contact_section_Jwb .feedback_links_fxX {
    border-radius: 20px;
}.contact_section_Jwb .feedback_form_6pV input[type="text"],
    .contact_section_Jwb .feedback_form_6pV textarea {
    border-radius: 25px;
}.contact_section_Jwb .feedback_form_6pV textarea {
    border-radius: 20px;
}}.plan_container_6GH {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(237,238,242), rgba(240, 240, 255, 0.95));
    position: relative;
    overflow: hidden;
}.plan_container_6GH::before {
    top: -10%;
    background: linear-gradient(145deg, rgb(182,197,187,0.5), rgb(176,169,137,0.5));
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
    filter: blur(60px);
    height: 70%;
    content: "";
    position: absolute;
    opacity: 0.4;
    z-index: 0;
}.plan_container_6GH::after {
    left: -5%;
    position: absolute;
    width: 35%;
    filter: blur(50px);
    background: linear-gradient(215deg, rgb(176,169,137,0.5), rgb(182,197,187,0.5));
    content: "";
    z-index: 0;
    height: 60%;
    transform: rotate(12deg) skewX(-10deg);
    bottom: -10%;
    opacity: 0.3;
}.plan_container_6GH .container {
    padding: 0 20px;
    max-width: 1320px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.plan_container_6GH .cert_fees_0pj {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.plan_container_6GH .fee_chart_rDA {
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
    text-align: center;
}.plan_container_6GH .fee_chart_rDA h2 {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
}.plan_container_6GH .fee_chart_rDA h2::after {
    width: 80px;
    left: 50%;
    bottom: -12px;
    content: "";
    border-radius: 10px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(182,197,187), rgb(176,169,137));
    transform: translateX(-50%);
}.plan_container_6GH .value_deals_pQU {
    max-width: 680px;
    color: #000000;
    margin: 20px auto 0;
    line-height: 1.6;
    font-size: 15px;
}.plan_container_6GH .fee_pricing_rVK {
    gap: 30px;
    opacity: 0;
    display: grid;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    grid-template-columns: 1fr;
}.plan_container_6GH .class_deals_2Wd {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
    display: block;
    backface-visibility: hidden;
}.plan_container_6GH .plan_cost_xrU {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 8px;
    will-change: transform, box-shadow;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
}.plan_container_6GH .class_deals_2Wd:hover .plan_cost_xrU {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.plan_container_6GH .learning_fee_ZXF {
    flex-direction: column;
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
}.plan_container_6GH .learning_fee_ZXF h3 {
    font-weight: 700;
    font-size: calc(24px + 2px);
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 15px;
    padding-left: 15px;
    word-break: break-word;
    position: relative;
    white-space: normal;
}.plan_container_6GH .learning_fee_ZXF h3::before {
    content: "";
    position: absolute;
    height: calc(100% - 10px);
    top: 5px;
    width: 4px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(182,197,187), rgb(176,169,137));
    left: 0;
}.plan_container_6GH .bundle_price_YXV {
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    font-size: calc(24px + 4px);
    color: rgb(182,197,187);
    position: relative;
    display: inline-block;
    margin: 5px 0 20px;
    border-radius: 6px;
    padding: 8px 15px;
    font-weight: 700;
}.plan_container_6GH .learning_fee_ZXF p {
    word-break: break-word;
    margin-bottom: 10px;
    margin-top: 5px;
    white-space: normal;
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
}.plan_container_6GH .product_image_9bu {
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    width: 100%;
}.plan_container_6GH .product_image_9bu::after {
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}.plan_container_6GH .class_deals_2Wd:hover .product_image_9bu {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.plan_container_6GH .fee_pricing_rVK {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.plan_container_6GH .cert_fees_0pj {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.plan_container_6GH .cert_fees_0pj {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.plan_container_6GH .fee_chart_rDA {
    text-align: left;
    grid-row: 1;
    align-self: center;
    grid-column: 2;
}.plan_container_6GH .fee_chart_rDA h2 {
    display: inline-block;
}.plan_container_6GH .fee_chart_rDA h2::after {
    transform: none;
    left: 0;
}.plan_container_6GH .value_deals_pQU {
    margin: 25px 0 0;
}.plan_container_6GH .fee_pricing_rVK {
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
    grid-column: 1;
}
}

@media (min-width: 1200px) {.plan_container_6GH .fee_pricing_rVK {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.plan_container_6GH .learning_fee_ZXF {
    padding: 40px 35px;
}.plan_container_6GH .product_image_9bu {
    height: 240px;
}
}

@media (max-width: 767px) {.plan_container_6GH {
    padding: 80px 0;
}.plan_container_6GH .fee_chart_rDA {
    margin-bottom: 20px;
}.plan_container_6GH .plan_cost_xrU {
    max-width: 100%;
}.plan_container_6GH .learning_fee_ZXF {
    padding: 30px 25px;
}.plan_container_6GH .learning_fee_ZXF h3 {
    font-size: calc(24px + 1px);
}.plan_container_6GH .bundle_price_YXV {
    font-size: 24px;
    margin: 0 0 15px;
}.plan_container_6GH .product_image_9bu {
    height: 200px;
}
}

@media (max-width: 480px) {.plan_container_6GH {
    padding: 60px 0;
}.plan_container_6GH .learning_fee_ZXF {
    padding: 25px 20px;
}.plan_container_6GH .product_image_9bu {
    height: 180px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(182,197,187);
}header .top_plank .top_knowledge_JlA div svg, header .top_plank .top_knowledge_JlA div svg path {
    fill: #ffffff;
}header .top_plank .top_knowledge_JlA div span {
    color: #ffffff;
}header .top_plank .top_knowledge_JlA {
    padding: 15px 0 10px 0;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
    align-items: center;
    width: 100%;
}header .top_plank .top_knowledge_JlA div {
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .top_knowledge_JlA div img, header .top_plank .top_knowledge_JlA div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.cookie_window_dialog_xHI {
    transition: all 0.3s ease-in-out;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(182,197,187);
}.privacy_ack_kjh {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie_data_Fux {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_data_Fux svg {
    fill: rgb(182,197,187);
    transition: fill 0.3s ease-in-out;
    height: 50px;
    width: 50px;
}.cookie_frame_yn6 {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_frame_yn6 h5 {
    color: rgb(182,197,187);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}.cookie_frame_yn6 p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}.cookie_check_i7W {
    border-radius: 10px;
    font-size: 18px;
    vertical-align: middle;
    user-select: none;
    margin-left: 10px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}.cookie_button.policy_opt_oWC {
    border-color: rgb(182,197,187);
    background-color: rgb(182,197,187);
    color: #ffffff;
}#cookiePromptModal_stE {
    display: none;
}#cookiePromptModal_stE:checked ~ .cookie_window_dialog_xHI {
    visibility: hidden;
    opacity: 0;
}.cookie_button.policy_opt_oWC:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookies_tech_sDK {
    border-color: rgb(176,169,137);
    color: #000000;
    background-color: rgb(176,169,137);
}.cookie_button.cookies_tech_sDK:hover {
    background-color: rgb(182,197,187);
    border-color: rgb(182,197,187);
    color: #ffffff;
}.cookie_window_dialog_xHI p a {
    color: rgb(182,197,187);
    text-decoration: underline;
}.cookie_window_dialog_xHI p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_frame_yn6 h5 {
    font-size: calc(22px - 2px);
}.cookie_frame_yn6 p {
    font-size: calc(16px - 2px);
}.cookie_check_i7W {
    font-size: calc(18px - 2px);
}
}
@media (max-width: 800px) {.privacy_ack_kjh {
    align-items: center;
    flex-direction: column;
}.cookie_data_Fux {
    margin-bottom: 10px;
}.cookie_frame_yn6 {
    text-align: center;
    margin-bottom: 15px;
}.cookie_check_i7W {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.privacy_lair_VYj {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    background-color: rgb(237,238,242);
    color: #000000;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}.privacy_lair_VYj h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: rgb(182,197,187);
    font-weight: 700;
    font-size: 48px;
}.privacy_lair_VYj h2 {
    font-size: 38px;
    color: rgb(176,169,137);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}.privacy_lair_VYj h3,
.privacy_lair_VYj h4,
.privacy_lair_VYj h5,
.privacy_lair_VYj h6 {
    color: rgb(182,197,187);
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}.privacy_lair_VYj ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}.privacy_lair_VYj ol {
    margin-bottom: 20px;
    list-style-type: decimal;
    padding-left: 20px;
}.privacy_lair_VYj li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 15px;
}.privacy_lair_VYj section {
    margin-bottom: 30px;
}.privacy_lair_VYj p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
}.privacy_lair_VYj span {
    font-weight: 600;
    color: rgb(182,197,187);
}.privacy_lair_VYj div {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255, 0.5);
}
@media only screen and (max-width: 800px) {.privacy_lair_VYj {
    padding: 20px;
}.privacy_lair_VYj h1 {
    font-size: calc(23px - 10px);
}.privacy_lair_VYj h2 {
    font-size: calc(23px - 8px);
}.privacy_lair_VYj ul,
    .privacy_lair_VYj ol {
    padding-left: 15px;
}.privacy_lair_VYj li {
    font-size: calc(15px - 2px);
}.privacy_lair_VYj p {
    font-size: calc(15px - 2px);
}}
.statistical_overview_SG4 {
    padding: 0;
    display: flex;
    background-color: #000000;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    align-items: center;
}.statistical_overview_SG4::before {
    width: 100%;
    left: 0;
    top: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        #000000 0deg,
        rgb(176,169,137,0.5) 90deg,
        #000000 180deg,
        rgb(182,197,187,0.5) 270deg,
        #000000 360deg
    );
    position: absolute;
    content: "";
    height: 100%;
    z-index: 0;
    opacity: 0.4;
}.statistical_overview_SG4 .container {
    display: flex;
    width: 100%;
    z-index: 1;
    padding: 60px 0;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}.statistical_overview_SG4 h2 {
    letter-spacing: -2px;
    text-align: center;
    opacity: 0.05;
    font-size: calc(48px * 2.5);
    text-transform: uppercase;
    width: 100%;
    color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
    z-index: -1;
    font-weight: 700;
    line-height: 1;
    position: absolute;
}.statistical_overview_SG4 ul {
    flex-direction: row;
    justify-content: center;
    max-height: 700px;
    padding: 0;
    margin: 0;
    height: 80vh;
    gap: 0;
    display: flex;
    width: 100%;
    list-style: none;
    align-items: stretch;
}.statistical_overview_SG4 .statistics_benefit_VRq {
    flex: 1;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}.statistical_overview_SG4 .statistics_benefit_VRq:first-child {
    border-radius: 20px 0 0 20px;
}.statistical_overview_SG4 .statistics_benefit_VRq:last-child {
    border-radius: 0 20px 20px 0;
    border-right: none;
}.statistical_overview_SG4 .statistics_benefit_VRq::before {
    content: "";
    background: linear-gradient(90deg, rgb(182,197,187), rgb(176,169,137));
    transition: transform 0.4s ease;
    transform-origin: left;
    position: absolute;
    height: 4px;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    left: 0;
}.statistical_overview_SG4 .statistics_benefit_VRq:hover {
    z-index: 2;
    flex: 1.8;
    background: rgba(rgba(0, 0, 0, 0.5), 0.7);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}.statistical_overview_SG4 .statistics_benefit_VRq:hover::before {
    transform: scaleX(1);
}.statistical_overview_SG4 .statistics_benefit_VRq p {
    font-weight: 700;
    color: #ffffff;
    font-size: 3.5rem;
    text-align: center;
    margin: 0;
    position: relative;
    transition: all 0.4s ease;
    line-height: 1;
    transform: translateY(30px);
}.statistical_overview_SG4 .statistics_benefit_VRq:hover p {
    transform: translateY(0);
}.statistical_overview_SG4 .statistics_benefit_VRq span {
    transition: all 0.4s ease 0.1s;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    max-width: 200px;
    margin-top: 20px;
    transform: translateY(20px);
    color: rgba(255, 255, 255, 0.7);
}.statistical_overview_SG4 .statistics_benefit_VRq:hover span {
    opacity: 1;
    transform: translateY(0);
}.statistical_overview_SG4 svg {
    transition: all 0.5s ease;
    opacity: 0.1;
    position: absolute;
    fill: rgb(182,197,187);
    height: 60px;
    top: -30px;
    transform: rotate(45deg);
    right: -30px;
    width: 60px;
}.statistical_overview_SG4 svg path {
    fill: rgb(182,197,187);
}.statistical_overview_SG4 .statistics_benefit_VRq:hover svg {
    opacity: 0.6;
    right: 20px;
    transform: rotate(0) scale(1.5);
    top: 20px;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:only-child) {
    flex-direction: column;
    margin: 0 auto;
    height: auto;
    max-width: 500px;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:only-child) .statistics_benefit_VRq {
    padding: 60px;
    min-height: 300px;
    border-right: none;
    border-radius: 20px;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:only-child) .statistics_benefit_VRq p {
    font-size: 5rem;
    transform: translateY(0);
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:only-child) .statistics_benefit_VRq span {
    opacity: 1;
    font-size: calc(15px * 1.2);
    transform: translateY(0);
    margin-top: 30px;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:only-child) .statistics_benefit_VRq:hover {
    transform: scale(1.05);
    flex: 1;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(2):last-child) {
    flex-direction: row;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(3):last-child),
.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(4):last-child),
.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(5):last-child) {
    flex-direction: row;
    flex-wrap: nowrap;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(n+6):nth-child(-n+10)) {
    max-height: none;
    gap: 2px;
    height: auto;
    flex-wrap: wrap;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(n+6):nth-child(-n+10)) .statistics_benefit_VRq {
    margin: 1px;
    min-width: 200px;
    flex: 1 1 calc(33.33% - 2px);
    border-radius: 0;
    border-right: none;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(n+6):nth-child(-n+10)) .statistics_benefit_VRq:first-child {
    border-top-left-radius: 20px;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(n+6):nth-child(-n+10)) .statistics_benefit_VRq:nth-child(3) {
    border-top-right-radius: 20px;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(n+6):nth-child(-n+10)) .statistics_benefit_VRq:nth-last-child(3) {
    border-bottom-left-radius: 20px;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(n+6):nth-child(-n+10)) .statistics_benefit_VRq:last-child {
    border-bottom-right-radius: 20px;
}

@media screen and (min-width: 1441px) {.statistical_overview_SG4 .statistics_benefit_VRq p {
    font-size: 4rem;
}.statistical_overview_SG4 ul:has(.statistics_benefit_VRq:only-child) .statistics_benefit_VRq p {
    font-size: 6rem;
}
}

@media screen and (max-width: 1200px) {.statistical_overview_SG4 .container {
    padding: 40px;
}.statistical_overview_SG4 h2 {
    font-size: calc(48px * 2);
}.statistical_overview_SG4 .statistics_benefit_VRq p {
    font-size: 3rem;
}
}

@media screen and (max-width: 991px) {.statistical_overview_SG4 {
    min-height: auto;
    padding: 80px 0;
}.statistical_overview_SG4 .container {
    padding: 20px;
}.statistical_overview_SG4 h2 {
    transform: none;
    font-size: calc(48px * 1.5);
    margin-bottom: 60px;
    position: relative;
    opacity: 1;
    top: auto;
}.statistical_overview_SG4 ul {
    flex-direction: column !important;
    gap: 15px;
    max-height: none;
    height: auto;
}.statistical_overview_SG4 .statistics_benefit_VRq,
    .statistical_overview_SG4 ul:has(.statistics_benefit_VRq:nth-child(n+6):nth-child(-n+10)) .statistics_benefit_VRq {
    border-radius: 15px !important;
    border-right: none;
    flex: 1 !important;
    padding: 30px;
}.statistical_overview_SG4 .statistics_benefit_VRq p,
    .statistical_overview_SG4 .statistics_benefit_VRq span {
    transform: translateY(0);
}.statistical_overview_SG4 .statistics_benefit_VRq span {
    opacity: 1;
}.statistical_overview_SG4 .statistics_benefit_VRq:hover {
    transform: translateY(-5px);
}.statistical_overview_SG4 svg {
    right: 20px;
    top: 20px;
    opacity: 0.4;
    transform: rotate(0);
}
}

@media screen and (max-width: 767px) {.statistical_overview_SG4 {
    padding: 60px 0;
}.statistical_overview_SG4 h2 {
    font-size: calc(48px * 1.2);
    margin-bottom: 40px;
}.statistical_overview_SG4 .statistics_benefit_VRq p {
    font-size: 2.5rem;
}.statistical_overview_SG4 .statistics_benefit_VRq {
    padding: 25px;
}.statistical_overview_SG4 svg {
    width: 50px;
    height: 50px;
}
}

@media screen and (max-width: 480px) {.statistical_overview_SG4 {
    padding: 50px 0;
}.statistical_overview_SG4 h2 {
    font-size: 48px;
    margin-bottom: 30px;
}.statistical_overview_SG4 .statistics_benefit_VRq {
    padding: 20px;
}.statistical_overview_SG4 .statistics_benefit_VRq p {
    font-size: 2.2rem;
}.statistical_overview_SG4 .statistics_benefit_VRq span {
    margin-top: 15px;
    font-size: calc(15px * 0.9);
}.statistical_overview_SG4 svg {
    width: 40px;
    right: 15px;
    height: 40px;
    top: 15px;
}}.program_outcomes_kxg {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(237,238,242) 0%, rgba(247, 248, 252, 0.9) 100%);
    overflow: hidden;
    position: relative;
}.program_outcomes_kxg::before {
    left: 0;
    content: "";
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(rgb(182,197,187,0.5), 0.05) 0%, transparent 60%);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
}.program_outcomes_kxg::after {
    background: linear-gradient(145deg, rgba(rgb(182,197,187,0.5), 0.08) 0%, rgba(rgb(176,169,137,0.5), 0.04) 100%);
    right: -20%;
    z-index: 0;
    width: 70%;
    position: absolute;
    top: -50%;
    border-left: 1px solid rgba(rgb(182,197,187,0.5), 0.1);
    transform: rotate(15deg);
    height: 140%;
    content: "";
}.program_outcomes_kxg .container {
    gap: 40px;
    z-index: 2;
    grid-template-columns: 1fr;
    display: grid;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}.program_outcomes_kxg .product_image_9bu {
    height: auto;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
    will-change: transform;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg) rotateX(2deg);
    filter: saturate(1.05);
}.program_outcomes_kxg .product_image_9bu:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15), 0 15px 30px rgba(0, 0, 0, 0.1);
}.program_outcomes_kxg .virtual_track_k7S {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.program_outcomes_kxg .details_box_gXd {
    background: rgba(255, 255, 255, 0.9);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 30px;
    position: relative;
}.program_outcomes_kxg .details_box_gXd::before {
    transform: scaleY(0);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(182,197,187), rgb(176,169,137));
    width: 5px;
    content: "";
    transform-origin: top;
    position: absolute;
}.program_outcomes_kxg .details_box_gXd:hover::before {
    transform: scaleY(1);
}.program_outcomes_kxg h1 {
    line-height: 1.2;
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    transform: translateY(20px);
    font-size: 41px;
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    opacity: 0;
}.program_outcomes_kxg ul {
    display: grid;
    margin: 0;
    gap: 18px;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
}.program_outcomes_kxg li {
    position: relative;
    opacity: 0;
    animation: fadeInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.2s + (var(--i, 0) * 0.1s));
    transform: translateX(20px);
    padding: 8px 0;
}.program_outcomes_kxg li:nth-child(1) {
    --i: 1;
}.program_outcomes_kxg li:nth-child(2) {
    --i: 2;
}.program_outcomes_kxg li:nth-child(3) {
    --i: 3;
}.program_outcomes_kxg li:nth-child(4) {
    --i: 4;
}.program_outcomes_kxg li:nth-child(5) {
    --i: 5;
}.program_outcomes_kxg li p {
    margin: 0;
    line-height: 1.6;
    transition: transform 0.3s ease;
    font-size: 16px;
    align-items: center;
    color: #000000;
    padding-left: 40px;
    position: relative;
    display: flex;
}.program_outcomes_kxg li:hover p {
    transform: translateX(5px);
}.program_outcomes_kxg li svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    width: 28px;
    transform: translateY(-50%);
    left: 0;
    height: 28px;
    top: 50%;
}.program_outcomes_kxg li:hover svg {
    transform: translateY(-50%) scale(1.15);
}.program_outcomes_kxg svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,197,187);
}.program_outcomes_kxg li:hover svg path {
    fill: rgb(176,169,137);
}

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

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

@media (min-width: 768px) {.program_outcomes_kxg .container {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.program_outcomes_kxg .details_box_gXd {
    padding: 40px;
}.program_outcomes_kxg ul {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.program_outcomes_kxg {
    padding: 150px 0;
}.program_outcomes_kxg .container {
    gap: 80px;
}.program_outcomes_kxg .product_image_9bu {
    height: 100%;
    max-height: 600px;
}.program_outcomes_kxg .details_box_gXd {
    padding: 50px;
}.program_outcomes_kxg h1 {
    font-size: calc(41px * 1.1);
}
}

@media (max-width: 767px) {.program_outcomes_kxg {
    padding: 80px 0;
}.program_outcomes_kxg .product_image_9bu {
    max-height: 400px;
    object-position: center;
}.program_outcomes_kxg h1 {
    margin-bottom: 20px;
    font-size: calc(41px * 0.85);
}.program_outcomes_kxg li {
    padding: 6px 0;
}.program_outcomes_kxg li p {
    padding-left: 35px;
    font-size: calc(16px * 0.95);
}.program_outcomes_kxg li svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 480px) {.program_outcomes_kxg {
    padding: 60px 0;
}.program_outcomes_kxg .details_box_gXd {
    padding: 25px 20px;
}.program_outcomes_kxg h1 {
    font-size: calc(41px * 0.75);
}.program_outcomes_kxg li p {
    font-size: calc(16px * 0.9);
    padding-left: 32px;
}.program_outcomes_kxg li svg {
    width: 22px;
    height: 22px;
}}footer {
    width: 100%;
    position: relative;
}footer .trust_badge_AGp {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(182,197,187), rgb(176,169,137));
    position: relative;
}footer .trust_badge_AGp::before {
    height: 100%;
    left: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}footer .quiz_links_ktp {
    position: relative;
    z-index: 1;
}footer .get_contactcard_zw5 {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}footer .info_item {
    align-items: center;
    padding: 20px;
    position: relative;
    height: 220px;
    background-color: rgb(182,197,187,0.5);
    backdrop-filter: blur(5px);
    transition: all 0.4s ease;
    flex: 0 1 220px;
    z-index: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    border-radius: 50%;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    z-index: 2;
    background-color: rgb(176,169,137,0.5);
}footer .info_item svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    max-width: 80%;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}footer .top_sitewrap_aMw, footer .head_learning_g8Q, footer .subscribe_holder {
    backdrop-filter: blur(5px);
    display: flex;
    border-radius: 30px;
    padding: 30px;
    background-color: rgb(182,197,187,0.5);
    text-align: center;
    position: relative;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    align-items: center;
    flex: 1 1 300px;
    max-width: 400px;
}footer .top_sitewrap_aMw:hover, footer .head_learning_g8Q:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(176,169,137,0.5);
    transform: translateY(-10px);
}footer .top_sitewrap_aMw::before, footer .head_learning_g8Q::before, footer .subscribe_holder::before {
    content: "";
    height: 150px;
    width: 150px;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}footer .top_sitewrap_aMw::before {
    left: -50px;
    background-color: rgb(182,197,187);
    top: -50px;
}footer .head_learning_g8Q::before {
    background-color: rgb(176,169,137);
    right: -50px;
    bottom: -50px;
}footer .subscribe_holder::before {
    bottom: -50px;
    background-color: rgb(182,197,187);
    left: -50px;
}footer .top_sitewrap_aMw svg {
    height: 50px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .story_spot_FEo {
    line-height: 1.6;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
}footer .head_learning_g8Q h5, footer .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    font-size: 23px;
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
}footer .head_learning_g8Q h5::after, footer .subscribe_holder h5::after {
    background-color: #ffffff;
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 50%;
    bottom: -8px;
    content: "";
    transform: translateX(-50%);
}footer .head_learning_g8Q:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .head_lesson_JvC {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}footer .head_lesson_JvC a {
    text-decoration: none;
    border-radius: 10px;
    color: #ffffff;
    padding: 8px 15px;
    transition: all 0.3s ease;
    background-color: rgb(182,197,187,0.5);
    font-size: 14px;
}footer .head_lesson_JvC a:hover {
    background-color: rgb(176,169,137,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    font-size: 14px;
    max-width: 300px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 300px;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    border: none;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: 0 0 0 3px rgb(182,197,187,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_col_2oN {
    border: none;
    background-color: rgb(182,197,187);
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    font-size: 19px;
    cursor: pointer;
    padding: 15px 20px;
}footer .sub_col_2oN:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(176,169,137);
}footer .academy_info_VQN {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .facebook_cta_eCz {
    font-size: 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 8px 20px;
    background-color: rgb(182,197,187,0.5);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .trust_badge_AGp {
    padding: 60px 0 30px;
}footer .get_contactcard_zw5 {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    height: 100px;
    flex: 0 1 100px;
    padding: 15px;
}footer .top_sitewrap_aMw, footer .head_learning_g8Q, footer .subscribe_holder {
    padding: 25px 20px;
}footer .academy_info_VQN {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .trust_badge_AGp {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .head_learning_g8Q h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .head_lesson_JvC a {
    font-size: calc(14px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_col_2oN {
    padding: 12px 15px;
}footer .facebook_cta_eCz {
    padding: 6px 15px;
}}.ty_section_cf7 {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(237,238,242) 0%, rgb(176,169,137,0.5) 100%);
}.ty_section_cf7::before {
    z-index: -1;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.15;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(176,169,137,0.5) 0px,
        rgb(176,169,137,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
    animation: patternShift 30s linear infinite;
}.ty_section_cf7::after {
    filter: blur(80px);
    width: 250px;
    bottom: -50px;
    height: 250px;
    background: rgb(182,197,187,0.5);
    z-index: -1;
    opacity: 0.3;
    right: -50px;
    content: "";
    position: absolute;
}.ty_section_cf7 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1200px;
    transform-style: preserve-3d;
}.ty_section_cf7 h2 {
    line-height: 1.3;
    text-align: center;
    position: relative;
    font-size: 32px;
    transform: translateZ(20px);
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
}.ty_section_cf7 h2::after {
    width: 100px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(182,197,187), rgb(176,169,137));
    height: 4px;
    content: "";
}.ty_section_cf7 .virtual_track_k7S {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08),
                0 30px 60px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(10px) rotateX(2deg);
    border-radius: 10px;
}.ty_section_cf7 .virtual_track_k7S::before {
    background: linear-gradient(90deg, rgb(182,197,187), rgb(176,169,137));
    animation: gradientShift 8s ease infinite;
    left: 0;
    height: 6px;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.ty_section_cf7 .virtual_track_k7S ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.ty_section_cf7 .virtual_track_k7S li {
    position: relative;
    animation: fadeIn 1s ease-out 0.5s forwards;
    padding: 0;
    opacity: 0;
}.ty_section_cf7 .virtual_track_k7S span {
    color: #000000;
    position: relative;
    font-size: calc(12px * 1.1);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    display: block;
    text-align: center;
}.ty_section_cf7 .virtual_track_k7S:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 35px 65px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateZ(15px) rotateX(0deg);
}

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

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

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

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

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

@media (max-width: 1024px) {.ty_section_cf7 {
    padding: 5rem 0;
}.ty_section_cf7 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.ty_section_cf7 .virtual_track_k7S {
    padding: 2rem;
}
}

@media (max-width: 768px) {.ty_section_cf7 {
    padding: 4rem 0;
}.ty_section_cf7 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.8rem;
}.ty_section_cf7 .virtual_track_k7S {
    padding: 1.8rem;
    transform: translateZ(5px) rotateX(1deg);
}.ty_section_cf7 .virtual_track_k7S span {
    font-size: 12px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.ty_section_cf7 {
    padding: 3rem 0;
}.ty_section_cf7 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.ty_section_cf7 h2::after {
    bottom: -10px;
    height: 3px;
}.ty_section_cf7 .virtual_track_k7S {
    transform: translateZ(0) rotateX(0deg);
    padding: 1.5rem;
}.ty_section_cf7 .virtual_track_k7S::before {
    height: 4px;
}.ty_section_cf7 .virtual_track_k7S span {
    font-size: calc(12px * 0.95);
    line-height: 1.5;
}
}

@media (prefers-reduced-motion) {.ty_section_cf7 h2,
    .ty_section_cf7 h2::after,
    .ty_section_cf7 .virtual_track_k7S,
    .ty_section_cf7 .virtual_track_k7S::before,
    .ty_section_cf7 .virtual_track_k7S li {
    animation: none;
    transition: none;
}.ty_section_cf7 .virtual_track_k7S:hover {
    transform: none;
}.ty_section_cf7::before {
    animation: none;
}}.our_mission_LjO {
    background: linear-gradient(135deg, rgb(237,238,242) 0%, rgba(240, 242, 245, 1) 100%);
    overflow: hidden;
    padding: 100px 0 120px;
    position: relative;
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
}.our_mission_LjO::before {
    top: -10%;
    position: absolute;
    opacity: 0.4;
    right: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(225deg, rgb(182,197,187,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    animation: float 15s infinite alternate ease-in-out;
    z-index: 0;
    height: 300px;
    content: '';
    width: 300px;
    filter: blur(40px);
}.our_mission_LjO::after {
    left: -5%;
    opacity: 0.3;
    content: '';
    background: linear-gradient(45deg, rgb(176,169,137,0.5) 0%, transparent 70%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 250px;
    animation: float 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    filter: blur(35px);
    bottom: -10%;
    z-index: 0;
    height: 250px;
}.our_mission_LjO .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.our_mission_LjO h1 {
    color: #000000;
    position: relative;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 39px;
}.our_mission_LjO h1::after {
    height: 4px;
    border-radius: 2px;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(182,197,187) 0%, rgb(176,169,137) 100%);
    bottom: -15px;
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    content: '';
}.our_mission_LjO .learn_track_0UI {
    position: relative;
}.our_mission_LjO .learn_track_0UI ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0;
    display: grid;
    gap: 40px;
    list-style: none;
    margin: 0;
}.our_mission_LjO .academy_roots_I9L {
    background: #ffffff;
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.our_mission_LjO .academy_roots_I9L:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}.our_mission_LjO .academy_roots_I9L::before {
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.8;
    transition: height 0.3s ease;
    content: '';
    height: 6px;
    left: 0;
    background: linear-gradient(90deg, rgb(182,197,187) 0%, rgb(176,169,137) 100%);
}.our_mission_LjO .academy_roots_I9L:hover::before {
    height: 8px;
}.our_mission_LjO .academy_roots_I9L h4 {
    margin-bottom: 20px;
    font-size: calc(24px + 2px);
    letter-spacing: 0.3px;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 600;
}.our_mission_LjO .academy_roots_I9L h4::after {
    width: 40px;
    border-radius: 2px;
    position: absolute;
    content: '';
    left: 0;
    height: 3px;
    background: rgb(176,169,137);
    transition: width 0.3s ease;
    bottom: 0;
}.our_mission_LjO .academy_roots_I9L:hover h4::after {
    width: 60px;
}.our_mission_LjO .academy_roots_I9L div {
    scrollbar-color: rgb(176,169,137,0.5) transparent;
    max-height: 240px;
    line-height: 1.75;
    overflow-y: auto;
    font-weight: 400;
    padding-right: 10px;
    scrollbar-width: thin;
    font-size: 15px;
    color: #000000;
}.our_mission_LjO .academy_roots_I9L div::-webkit-scrollbar {
    width: 6px;
}.our_mission_LjO .academy_roots_I9L div::-webkit-scrollbar-track {
    background: transparent;
}.our_mission_LjO .academy_roots_I9L div::-webkit-scrollbar-thumb {
    background-color: rgb(176,169,137,0.5);
    border-radius: 10px;
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg);
  }
  50% {
    transform: translate(10px, 15px) rotate(-5deg);
  }
  100% {
    transform: translate(-10px, 10px) rotate(-20deg);
  }
}

@media screen and (max-width: 991px) {.our_mission_LjO {
    padding: 80px 0 100px;
}.our_mission_LjO h1 {
    margin-bottom: 50px;
    font-size: calc(39px - 4px);
}.our_mission_LjO .academy_roots_I9L {
    padding: 30px;
}
}

@media screen and (max-width: 768px) {.our_mission_LjO {
    padding: 60px 0 80px;
}.our_mission_LjO::before,
  .our_mission_LjO::after {
    height: 180px;
    width: 180px;
}.our_mission_LjO h1 {
    margin-bottom: 40px;
    font-size: calc(39px - 6px);
}.our_mission_LjO h1::after {
    width: 60px;
    height: 3px;
}.our_mission_LjO .learn_track_0UI ul {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_mission_LjO .academy_roots_I9L div {
    max-height: 200px;
}
}

@media screen and (max-width: 576px) {.our_mission_LjO {
    padding: 50px 0 70px;
}.our_mission_LjO h1 {
    font-size: calc(39px - 8px);
}.our_mission_LjO .academy_roots_I9L {
    padding: 25px 20px;
}.our_mission_LjO .academy_roots_I9L h4 {
    font-size: 24px;
}.our_mission_LjO .academy_roots_I9L div {
    font-size: calc(15px - 1px);
    line-height: 1.7;
}}.course_structure_Mdc {
    background: linear-gradient(135deg, rgb(237,238,242) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.course_structure_Mdc::before {
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(182,197,187,0.5) 0%, transparent 70%);
}.course_structure_Mdc::after {
    width: 200px;
    content: "";
    right: -50px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid rgb(176,169,137,0.5);
    bottom: -50px;
    opacity: 0.2;
    animation: rotate 30s linear infinite;
    z-index: 1;
    position: absolute;
}.course_structure_Mdc .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.course_structure_Mdc h2 {
    position: relative;
    margin-bottom: 50px;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.5s ease-out;
}.course_structure_Mdc h2::after {
    left: 0;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(182,197,187) 0%, transparent 100%);
    transform-origin: left center;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    position: absolute;
    width: 60%;
    bottom: -15px;
}.course_structure_Mdc h2:hover::after {
    transform: scaleX(1);
}.course_structure_Mdc .program_track_BZy {
    transform-style: preserve-3d;
    gap: 40px;
    position: relative;
    display: flex;
}.course_structure_Mdc .product_image_9bu {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex: 0 0 45%;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    height: 500px;
    overflow: hidden;
}.course_structure_Mdc .product_image_9bu::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    z-index: 1;
    background: linear-gradient(225deg, rgb(182,197,187,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.3;
}.course_structure_Mdc .product_image_9bu:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.course_structure_Mdc .product_image_9bu:hover::before {
    opacity: 0.5;
}.course_structure_Mdc .details_box_gXd {
    padding-right: 20px;
    max-height: 500px;
    scrollbar-color: rgb(176,169,137,0.5) transparent;
    scrollbar-width: thin;
    overflow-y: auto;
    flex: 0 0 50%;
    transform: translateZ(10px);
}.course_structure_Mdc .details_box_gXd::-webkit-scrollbar {
    width: 5px;
}.course_structure_Mdc .details_box_gXd::-webkit-scrollbar-track {
    background: transparent;
}.course_structure_Mdc .details_box_gXd::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(176,169,137,0.5);
}.course_structure_Mdc .description {
    margin-bottom: 20px;
    transform: translateY(0);
    transition: transform 0.4s ease-out;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.course_structure_Mdc .description:first-of-type {
    position: relative;
}.course_structure_Mdc .description:first-of-type::first-letter {
    font-size: 1.6em;
    margin-right: 2px;
    font-weight: 600;
    color: rgb(182,197,187);
}.course_structure_Mdc .description:last-of-type {
    padding-top: 20px;
    border-top: 1px solid rgb(176,169,137,0.5);
    margin-top: 30px;
}

@media (max-width: 992px) {.course_structure_Mdc {
    padding: 80px 0;
}.course_structure_Mdc h2 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.course_structure_Mdc .program_track_BZy {
    gap: 30px;
    flex-direction: column;
}.course_structure_Mdc .product_image_9bu {
    height: 350px;
    flex: 0 0 auto;
    width: 100%;
}.course_structure_Mdc .details_box_gXd {
    width: 100%;
    padding-right: 10px;
    max-height: 400px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.course_structure_Mdc {
    padding: 60px 0;
}.course_structure_Mdc h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.course_structure_Mdc .product_image_9bu {
    height: 280px;
}.course_structure_Mdc .details_box_gXd {
    max-height: 350px;
}.course_structure_Mdc .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_structure_Mdc {
    padding: 50px 0;
}.course_structure_Mdc h2 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
}.course_structure_Mdc .product_image_9bu {
    height: 220px;
}.course_structure_Mdc .details_box_gXd {
    max-height: 300px;
}.course_structure_Mdc .description {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}header .page_nav_Z0z {
    align-items: center;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 1.5rem 0;
    background: linear-gradient(120deg, rgb(182,197,187) 0%, rgb(176,169,137,0.5) 100%);
    box-sizing: border-box;
}header .page_nav_Z0z::before {
    position: absolute;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(176,169,137,0.5) 0%, transparent 60%);
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
}header .page_nav_Z0z .top_sitewrap_aMw {
    transition: all 0.4s ease;
    transform: translateY(-5px);
    margin-left: calc((100vw - 100%) / 2);
    z-index: 2;
    position: relative;
}header .page_nav_Z0z .top_sitewrap_aMw:hover {
    transform: translateY(0) scale(1.05);
}header .page_nav_Z0z .top_sitewrap_aMw .first_teach_go4 {
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
}header .page_nav_Z0z .top_sitewrap_aMw .first_teach_go4::before {
    left: -20px;
    height: calc(100% + 20px);
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: rgba(0, 0, 0, 0.5);
    width: calc(100% + 40px);
    content: "";
    position: absolute;
    z-index: -1;
}header .page_nav_Z0z .top_sitewrap_aMw .first_teach_go4 svg {
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
    width: auto;
}header .page_nav_Z0z .head_learning_g8Q {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    list-style: none;
    padding-right: calc((100vw - 100%) / 2);
    margin: 0;
    justify-content: flex-end;
    background: linear-gradient(90deg, transparent, rgb(182,197,187,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 0;
    width: 80vw;
}header .page_nav_Z0z .head_learning_g8Q::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    left: 0;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d {
    margin: 0;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a {
    position: relative;
    color: #ffffff;
    transform-origin: center;
    text-decoration: none;
    padding: 1.2rem 1.5rem;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a::after {
    left: 1.5rem;
    transition: width 0.3s ease;
    height: 2px;
    bottom: 0.8rem;
    width: 0;
    content: "";
    background: rgb(176,169,137);
    position: absolute;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a:hover {
    color: rgb(176,169,137);
    transform: translateZ(10px);
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .page_nav_Z0z {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .page_nav_Z0z .top_sitewrap_aMw {
    margin-left: 0;
    margin-bottom: 1rem;
}header .page_nav_Z0z .head_learning_g8Q {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    clip-path: none;
    background: rgb(182,197,187,0.5);
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a {
    padding: 0.8rem 1rem;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .page_nav_Z0z .head_learning_g8Q {
    padding: 0.5rem 0;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d {
    width: 50%;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a {
    text-align: center;
    font-size: calc(15px - 2px);
    padding: 0.6rem 0.8rem;
}header .page_nav_Z0z .head_learning_g8Q .nav_pagewrap_V6d a::after {
    display: none;
}}.customer_experience_Gs2 {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: rgb(237,238,242);
}.customer_experience_Gs2::before {
    background: linear-gradient(45deg, rgb(182,197,187,0.5) 25%, transparent 25%, transparent 75%, rgb(182,197,187,0.5) 75%),
    linear-gradient(45deg, rgb(182,197,187,0.5) 25%, transparent 25%, transparent 75%, rgb(182,197,187,0.5) 75%);
    opacity: 0.05;
    z-index: 0;
    content: "";
    top: 0;
    width: 100%;
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    position: absolute;
}.customer_experience_Gs2::after {
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    content: "";
    width: 60%;
    position: absolute;
    background: rgb(182,197,187,0.5);
    left: 0;
    top: 0;
    transform: skewX(-20deg) translateX(-20%);
}.customer_experience_Gs2 .container {
    z-index: 1;
    position: relative;
}.customer_experience_Gs2 h2 {
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(180deg, transparent, rgb(182,197,187,0.5));
    font-size: 35px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateX(-50%);
    color: #000000;
    transform: perspective(500px) rotateX(5deg);
    left: 50%;
    margin-bottom: 5rem;
    text-align: center;
    padding: 1rem 3rem;
}.customer_experience_Gs2 h2::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(182,197,187), transparent);
    height: 5px;
    content: "";
    width: 100%;
}.customer_experience_Gs2 .feedback_views_9EI {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform-style: preserve-3d;
    gap: 3rem;
}.customer_experience_Gs2 .feedback_quotes_UO6 {
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(10deg) rotateX(5deg);
    box-shadow: 
        -5px 5px 15px rgba(0, 0, 0, 0.1),
        inset 1px 1px 0 rgba(255, 255, 255, 0.8),
        inset -1px -1px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 2.5rem;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    transform-origin: center center;
}.customer_experience_Gs2 .feedback_quotes_UO6:nth-child(2n) {
    transform: rotateY(-10deg) rotateX(-5deg);
}.customer_experience_Gs2 .feedback_quotes_UO6:nth-child(3n) {
    transform: rotateY(0) rotateX(-7deg);
}.customer_experience_Gs2 .feedback_quotes_UO6::before {
    transform: translateZ(-10px);
    height: 100%;
    position: absolute;
    background: #ffffff;
    left: 0;
    opacity: 0.5;
    width: 100%;
    content: "";
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: -1;
}.customer_experience_Gs2 .feedback_quotes_UO6::after {
    right: 0;
    height: 0;
    content: "";
    border-width: 0 0 30px 30px;
    border-color: transparent transparent rgb(176,169,137,0.5) transparent;
    width: 0;
    bottom: 0;
    border-style: solid;
    transition: all 0.3s ease;
    transform: translateZ(5px);
    position: absolute;
}.customer_experience_Gs2 .feedback_quotes_UO6:hover {
    z-index: 10;
    transform: rotateY(0) rotateX(0) translateZ(20px) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 1px 1px 0 rgba(255, 255, 255, 1),
        inset -1px -1px 0 rgba(0, 0, 0, 0.1);
}.customer_experience_Gs2 .feedback_quotes_UO6:hover::after {
    border-color: transparent transparent rgb(176,169,137) transparent;
    border-width: 0 0 50px 50px;
}.customer_experience_Gs2 .feedback_quotes_UO6 img {
    border: 2px solid #ffffff;
    height: 80px;
    transform: translateZ(15px);
    width: 80px;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    object-fit: cover;
}.customer_experience_Gs2 .feedback_quotes_UO6:hover img {
    transform: translateZ(30px) rotate(360deg);
}.customer_experience_Gs2 .feedback_quotes_UO6 p {
    transform: translateZ(10px);
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 22px;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
}.customer_experience_Gs2 .feedback_quotes_UO6:hover p {
    transform: translateZ(25px);
    color: rgb(182,197,187);
}.customer_experience_Gs2 .feedback_quotes_UO6 .description {
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 400;
    line-height: 1.6;
    font-size: 17px;
    padding: 1rem;
    text-align: center;
    transform: translateZ(5px);
}.customer_experience_Gs2 .feedback_quotes_UO6:hover .description {
    transform: translateZ(20px);
}.customer_experience_Gs2 .feedback_quotes_UO6 .description::before {
    height: 20px;
    top: 0;
    width: 20px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    border-top: 2px solid rgb(182,197,187,0.5);
    border-left: 2px solid rgb(182,197,187,0.5);
    content: "";
}.customer_experience_Gs2 .feedback_quotes_UO6:hover .description::before {
    height: 30px;
    width: 30px;
    border-color: rgb(182,197,187);
}.customer_experience_Gs2 .feedback_quotes_UO6 .description::after {
    bottom: 0;
    content: "";
    border-bottom: 2px solid rgb(176,169,137,0.5);
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    right: 0;
    border-right: 2px solid rgb(176,169,137,0.5);
    position: absolute;
}.customer_experience_Gs2 .feedback_quotes_UO6:hover .description::after {
    border-color: rgb(176,169,137);
    height: 30px;
    width: 30px;
}.customer_experience_Gs2 .feedback_quotes_UO6:nth-child(3n+1)::before {
    background: linear-gradient(135deg, #ffffff, rgb(237,238,242));
}.customer_experience_Gs2 .feedback_quotes_UO6:nth-child(3n+2)::before {
    background: linear-gradient(45deg, #ffffff, rgb(237,238,242));
}.customer_experience_Gs2 .virtual_track_k7S::before {
    width: 200px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    content: "";
    background: rgb(182,197,187,0.5);
    left: -50px;
    z-index: -1;
    bottom: -50px;
    height: 200px;
    position: absolute;
    opacity: 0.1;
}.customer_experience_Gs2 .virtual_track_k7S::after {
    right: -50px;
    background: rgb(176,169,137,0.5);
    top: -50px;
    z-index: -1;
    opacity: 0.1;
    content: "";
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    width: 200px;
    height: 200px;
    position: absolute;
}

@keyframes fold {
    0%, 100% { transform: rotateY(0) rotateX(0); }
    50% { transform: rotateY(5deg) rotateX(5deg); }
}

@media (max-width: 992px) {.customer_experience_Gs2 .feedback_views_9EI {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer_experience_Gs2 {
    padding: 5rem 0;
}.customer_experience_Gs2 h2 {
    margin-bottom: 3rem;
    padding: 0;
    background: none;
    transform: none;
    clip-path: none;
    font-size: calc(35px * 0.9);
}.customer_experience_Gs2 .feedback_views_9EI {
    gap: 3rem;
    grid-template-columns: 1fr;
}.customer_experience_Gs2 .feedback_quotes_UO6,
    .customer_experience_Gs2 .feedback_quotes_UO6:nth-child(2n),
    .customer_experience_Gs2 .feedback_quotes_UO6:nth-child(3n) {
    animation: fold 10s infinite alternate ease-in-out;
    transform: none;
}.customer_experience_Gs2 .feedback_quotes_UO6:hover {
    transform: translateY(-10px);
}.customer_experience_Gs2 .feedback_quotes_UO6:hover img {
    transform: translateZ(10px) rotate(360deg);
}.customer_experience_Gs2 .feedback_quotes_UO6 img,
    .customer_experience_Gs2 .feedback_quotes_UO6 p,
    .customer_experience_Gs2 .feedback_quotes_UO6 .description,
    .customer_experience_Gs2 .feedback_quotes_UO6:hover p,
    .customer_experience_Gs2 .feedback_quotes_UO6:hover .description {
    transform: none;
}}.homepage_ZUh {
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
    background: linear-gradient(135deg, rgb(237,238,242) 0%, rgba(240, 248, 255, 0.9) 100%);
    align-items: center;
    min-height: 100vh;
}.homepage_ZUh::before {
    top: -10%;
    width: 40%;
    right: -10%;
    height: 40%;
    position: absolute;
    content: '';
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    background: linear-gradient(45deg, rgb(182,197,187,0.5) 0%, rgb(176,169,137) 100%);
    opacity: 0.4;
    animation: float 15s infinite ease-in-out;
}.homepage_ZUh::after {
    z-index: 1;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(176,169,137) 0%, rgb(182,197,187,0.5) 100%);
    content: '';
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(40px);
    bottom: -15%;
    left: -5%;
    position: absolute;
    height: 35%;
    animation: morph 20s infinite alternate ease-in-out;
    width: 35%;
}.homepage_ZUh .virtual_track_k7S {
    max-width: 1400px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    width: 100%;
    gap: 2rem;
    display: grid;
    padding: 2rem;
    z-index: 2;
}.homepage_ZUh .details_box_gXd {
    animation: slideIn 1s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    justify-content: center;
    opacity: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    position: relative;
    transform: translateX(-30px);
    display: flex;
    padding: 3rem 2rem;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 2px rgba(0, 0, 0, 0.03), 
                inset 0 1px 1px rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}.homepage_ZUh .details_box_gXd::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(182,197,187,0.5) 0%, transparent 10%, transparent 90%, rgb(176,169,137,0.5) 100%);
    opacity: 0.1;
    width: 100%;
}.homepage_ZUh h1 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    transform: translateY(-20px);
    font-family: Arial, sans-serif;
    position: relative;
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    font-weight: 700;
}.homepage_ZUh h1::after {
    position: absolute;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(182,197,187) 0%, rgb(176,169,137) 100%);
    width: 60px;
    bottom: -10px;
    content: '';
    height: 3px;
    animation: lineGrow 1.2s 0.7s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    transform: scaleX(0);
}.homepage_ZUh .main_intro_DqQ {
    gap: 1.5rem;
    flex-direction: column;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    transform: translateY(-20px);
    opacity: 0;
    display: flex;
    margin-bottom: 2rem;
}.homepage_ZUh svg {
    transform-origin: center;
    animation: pulse 6s infinite ease-in-out;
    margin-bottom: 1rem;
    height: 100px;
    width: 100px;
}.homepage_ZUh svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,197,187);
}.homepage_ZUh svg:hover path {
    fill: rgb(176,169,137);
}.homepage_ZUh svg text {
    animation: colorPulse 6s infinite alternate;
}.homepage_ZUh .main_intro_DqQ p {
    padding-left: 1rem;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0;
    font-size: 18px;
    max-width: 90%;
    position: relative;
}.homepage_ZUh .main_intro_DqQ p::before {
    content: '';
    height: 100%;
    width: 3px;
    position: absolute;
    border-radius: 10px;
    top: 0;
    background: linear-gradient(to bottom, rgb(182,197,187), rgb(176,169,137));
    left: 0;
}.homepage_ZUh ul {
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    list-style: none;
    margin: 0;
    transform: translateY(-20px);
    opacity: 0;
    padding: 0;
}.homepage_ZUh .request_feedback_N1v {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    display: inline-block;
    background: linear-gradient(135deg, rgb(182,197,187) 0%, rgb(176,169,137) 100%);
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    padding: 1rem 2rem;
    text-decoration: none;
    position: relative;
}.homepage_ZUh .request_feedback_N1v::before {
    z-index: -1;
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    transition: left 0.7s ease;
}.homepage_ZUh .request_feedback_N1v:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.homepage_ZUh .request_feedback_N1v:hover::before {
    left: 100%;
}.homepage_ZUh .product_image_9bu {
    position: relative;
    opacity: 0;
    animation: slideInRight 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    border-radius: 19px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 0 100%);
    overflow: hidden;
    transform: translateX(30px);
    min-height: 400px;
}.homepage_ZUh .product_image_9bu::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.4) 0%, rgba(94, 170, 168, 0) 50%);
    content: '';
    left: 0;
    z-index: 1;
}.homepage_ZUh .product_image_9bu::after {
    z-index: 1;
    width: 100%;
    content: '';
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    left: 0;
    height: 30%;
    position: absolute;
    bottom: 0;
}

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

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes colorPulse {
    0%, 100% {
        fill: rgb(182,197,187);
    }
    50% {
        fill: rgb(176,169,137);
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-15px, 15px);
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 50% 50% 30% 70% / 60% 40% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    }
}

@media (max-width: 991px) {.homepage_ZUh .virtual_track_k7S {
    gap: 1.5rem;
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.homepage_ZUh .details_box_gXd {
    padding: 2rem 1.5rem;
    order: 2;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.homepage_ZUh .product_image_9bu {
    min-height: 300px;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
    order: 1;
}.homepage_ZUh h1 {
    font-size: calc(32px * 0.9);
}.homepage_ZUh svg {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 767px) {.homepage_ZUh {
    padding: 3rem 0;
    min-height: auto;
}.homepage_ZUh .details_box_gXd {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem;
}.homepage_ZUh h1 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1rem;
}.homepage_ZUh .main_intro_DqQ p {
    font-size: calc(18px * 0.95);
}.homepage_ZUh svg {
    width: 70px;
    height: 70px;
}.homepage_ZUh .product_image_9bu {
    min-height: 250px;
}.homepage_ZUh .request_feedback_N1v {
    padding: 0.8rem 1.6rem;
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 575px) {.homepage_ZUh {
    padding: 2rem 0;
}.homepage_ZUh .virtual_track_k7S {
    padding: 1rem;
    gap: 1rem;
}.homepage_ZUh .details_box_gXd {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 1.25rem;
}.homepage_ZUh h1 {
    font-size: calc(32px * 0.7);
}.homepage_ZUh .main_intro_DqQ {
    gap: 1rem;
    margin-bottom: 1.5rem;
}.homepage_ZUh svg {
    margin-bottom: 0.5rem;
    width: 60px;
    height: 60px;
}.homepage_ZUh .main_intro_DqQ p {
    font-size: calc(18px * 0.9);
    padding-left: 0.75rem;
}.homepage_ZUh .product_image_9bu {
    min-height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}}.follow_B6G {
    background: linear-gradient(135deg, rgb(237,238,242) 0%, rgb(176,169,137,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.follow_B6G::before {
    top: -20%;
    background: linear-gradient(120deg, rgb(182,197,187,0.5) 0%, transparent 60%);
    position: absolute;
    width: 70%;
    content: "";
    z-index: 1;
    transform: rotate(-15deg);
    height: 200%;
    right: -10%;
}.follow_B6G::after {
    height: 150%;
    content: "";
    bottom: -30%;
    position: absolute;
    left: -5%;
    z-index: 1;
    background: linear-gradient(240deg, rgb(176,169,137,0.5) 0%, transparent 70%);
    width: 45%;
    transform: rotate(20deg);
}.follow_B6G .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.follow_B6G .virtual_track_k7S {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}.follow_B6G .virtual_track_k7S:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.follow_B6G h3 {
    max-width: 85%;
    line-height: 1.4;
    position: relative;
    margin-bottom: 2rem;
    font-size: 19px;
    font-family: Arial, sans-serif;
    z-index: 3;
    color: #000000;
    font-weight: 700;
}.follow_B6G h3::after {
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transition: transform 0.5s ease;
    transform-origin: left;
    width: 60px;
    bottom: -10px;
    background: rgb(182,197,187);
    height: 3px;
    content: "";
}.follow_B6G .virtual_track_k7S:hover h3::after {
    transform: scaleX(1.5);
}.follow_B6G .input_holder {
    max-width: 600px;
    align-items: stretch;
    position: relative;
    z-index: 3;
    flex-direction: row;
    display: flex;
    margin-top: 1.5rem;
}.follow_B6G .input_holder div {
    flex: 1;
    position: relative;
    margin-right: 15px;
}.follow_B6G .input_holder div::before {
    width: 100%;
    left: 0;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(182,197,187) 0%, rgb(176,169,137) 100%);
    transition: transform 0.3s ease;
    position: absolute;
    bottom: -4px;
    height: 2px;
    transform: scaleX(0);
}.follow_B6G .input_holder div:focus-within::before {
    transform: scaleX(1);
}.follow_B6G input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    outline: none;
    font-size: calc(16px * 0.95);
    color: #000000;
    padding: 12px 20px;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.follow_B6G input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(182,197,187,0.5), 0.1);
    border-color: rgb(182,197,187);
}.follow_B6G input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.5);
}.follow_B6G input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.follow_B6G .sub_col_2oN {
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    padding: 12px 28px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    border: none;
    position: relative;
    background: linear-gradient(135deg, rgb(182,197,187) 0%, rgb(176,169,137) 100%);
    font-size: 15px;
}.follow_B6G .sub_col_2oN::before {
    height: 100%;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.6s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.follow_B6G .sub_col_2oN:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(rgb(182,197,187,0.5), 0.3);
}.follow_B6G .sub_col_2oN:hover::before {
    left: 100%;
}.follow_B6G .sub_col_2oN:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(rgb(182,197,187,0.5), 0.2);
}

@media (max-width: 768px) {.follow_B6G {
    padding: 4rem 0;
}.follow_B6G .virtual_track_k7S {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.follow_B6G h3 {
    margin-bottom: 1.5rem;
    font-size: calc(19px * 0.9);
    max-width: 100%;
}.follow_B6G .input_holder {
    flex-direction: column;
    max-width: 100%;
}.follow_B6G .input_holder div {
    margin-right: 0;
    margin-bottom: 15px;
}.follow_B6G .sub_col_2oN {
    padding: 14px 20px;
    width: 100%;
}
}

@media (max-width: 480px) {.follow_B6G {
    padding: 3rem 0;
}.follow_B6G .virtual_track_k7S {
    padding: 1.5rem;
}.follow_B6G h3 {
    font-size: calc(19px * 0.8);
}.follow_B6G h3::after {
    width: 40px;
}.follow_B6G input[type="email"] {
    padding: 12px 15px;
}
}

@media (min-width: 1200px) {.follow_B6G .virtual_track_k7S {
    padding: 4rem;
    margin: 0 auto;
    max-width: 90%;
}.follow_B6G h3 {
    max-width: 75%;
}.follow_B6G .input_holder {
    max-width: 700px;
}}.leadership_profile_SkM {
    position: relative;
    background: linear-gradient(135deg, rgb(237,238,242) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.leadership_profile_SkM::before {
    animation: rotateBg 30s linear infinite;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(182,197,187,0.5) 90deg, transparent 180deg, rgb(176,169,137,0.5) 270deg, transparent 360deg);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    left: 0;
    content: "";
    top: 0;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.leadership_profile_SkM .container {
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.leadership_profile_SkM .feedback_quotes_UO6 {
    border-radius: 29px;
    padding: 3rem;
    backdrop-filter: blur(8px);
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    display: grid;
    transition: transform 0.3s ease;
    transform: perspective(1000px) rotateX(2deg);
    grid-gap: 1.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background-color: rgba(0, 0, 0, 0.5);
    grid-template-columns: minmax(250px, 35%) 1fr;
}.leadership_profile_SkM .feedback_quotes_UO6:hover {
    transform: perspective(1000px) rotateX(0);
}.leadership_profile_SkM .product_image_9bu {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    min-height: 350px;
    grid-area: photo;
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 29px;
    height: 100%;
}.leadership_profile_SkM .feedback_quotes_UO6:hover .product_image_9bu {
    transform: translateZ(30px);
}.leadership_profile_SkM .name {
    grid-area: name;
    font-weight: 700;
    transform: translateZ(10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 0.5rem;
}.leadership_profile_SkM .feedback_quotes_UO6 span:not(.name) {
    font-size: 17px;
    color: rgb(176,169,137);
    transform: translateZ(5px);
    grid-area: job;
    margin-bottom: 1rem;
    font-weight: 600;
}.leadership_profile_SkM .employee_details_Dqm {
    color: #ffffff;
    border-radius: 10px;
    grid-area: quote;
    padding: 1.5rem;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    transform: translateZ(15px);
    border-left: 4px solid rgb(182,197,187);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.leadership_profile_SkM .employee_details_Dqm::before {
    opacity: 0.1;
    content: "";
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(182,197,187,0.5) 0%, transparent 100%);
    left: 0;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    top: 0;
}

@media (max-width: 991px) {.leadership_profile_SkM .feedback_quotes_UO6 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.leadership_profile_SkM .product_image_9bu {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
}
}

@media (max-width: 767px) {.leadership_profile_SkM {
    padding: 3rem 0;
}.leadership_profile_SkM .feedback_quotes_UO6 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "product_image_9bu"
            "name"
            "career_projects_RU5"
            "employee_details_Dqm";
    padding: 2rem;
}.leadership_profile_SkM .product_image_9bu {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}