﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1186px;
}.progress_bar_K {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.wrapper-border_J {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.nav_main_u {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.join_our_mailing_list_e {
    background: linear-gradient(135deg, rgb(163,200,193,0.5), rgb(100,180,167));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}.join_our_mailing_list_e::before {
    background: rgb(163,200,193);
    width: 300px;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    top: -100px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    opacity: 0.1;
    transform: rotate(45deg);
    z-index: 1;
    right: -100px;
    position: absolute;
}.join_our_mailing_list_e::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -50px;
    width: 200px;
    z-index: 1;
    position: absolute;
    background: rgb(100,180,167);
    opacity: 0.08;
    height: 200px;
    bottom: -50px;
    animation: morph 20s infinite alternate ease-in-out;
    content: "";
}.join_our_mailing_list_e .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.join_our_mailing_list_e .growth_graph_6 {
    gap: 2rem;
    flex-direction: column;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 0 rgba(255, 255, 255, 0.5) inset,
                0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    display: flex;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center bottom;
}.join_our_mailing_list_e .growth_graph_6:hover {
    transform: perspective(1000px) rotateX(0deg);
}.join_our_mailing_list_e h4 {
    padding-left: 1.5rem;
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 24px;
    line-height: 1.4;
    transform: translateY(0);
    font-weight: 600;
    position: relative;
}.join_our_mailing_list_e h4::before {
    top: 0.5rem;
    width: 4px;
    left: 0;
    background: rgb(163,200,193);
    content: "";
    transform-origin: top;
    transition: transform 0.4s ease;
    height: calc(100% - 1rem);
    position: absolute;
    transform: scaleY(0);
}.join_our_mailing_list_e .growth_graph_6:hover h4::before {
    transform: scaleY(1);
}.join_our_mailing_list_e .growth_graph_6:hover h4 {
    transform: translateY(-5px);
}.join_our_mailing_list_e .input_holder {
    z-index: 2;
    display: flex;
    gap: 1rem;
    position: relative;
    flex-wrap: wrap;
}.join_our_mailing_list_e .input_holder span {
    position: relative;
    min-width: 200px;
    flex: 1;
}.join_our_mailing_list_e .input_holder input[type="email"] {
    outline: none;
    font-family: Arial, sans-serif;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    width: 100%;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 12px;
    background: #ffffff;
}.join_our_mailing_list_e .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb), 0.15);
    border-color: rgb(163,200,193);
}.join_our_mailing_list_e .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_our_mailing_list_e .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
    transform: translateX(5px);
}.join_our_mailing_list_e .input_holder .sub_solution_j {
    background: rgb(163,200,193);
    z-index: 1;
    color: #ffffff;
    width: 100%;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 16px;
}.join_our_mailing_list_e .input_holder .sub_solution_j::before {
    position: absolute;
    width: 100%;
    top: 0;
    left: -100%;
    transition: left 0.5s ease;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
}.join_our_mailing_list_e .input_holder .sub_solution_j:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    transform: translateY(-3px);
    background: rgb(163,200,193);
}.join_our_mailing_list_e .input_holder .sub_solution_j:hover::before {
    left: 100%;
}.join_our_mailing_list_e .input_holder .sub_solution_j:active {
    transform: translateY(0);
}

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

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

@media screen and (min-width: 768px) {.join_our_mailing_list_e {
    padding: 5rem 3rem;
}.join_our_mailing_list_e .growth_graph_6 {
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    padding: 3rem;
    gap: 3rem;
}.join_our_mailing_list_e h4 {
    font-size: calc(24px * 1.1);
    flex: 1;
    padding-left: 2rem;
}.join_our_mailing_list_e h4::before {
    width: 6px;
}.join_our_mailing_list_e .input_holder {
    flex: 1;
    margin-left: 1rem;
}
}

@media screen and (max-width: 767px) {.join_our_mailing_list_e {
    padding: 3rem 1.5rem;
}.join_our_mailing_list_e .growth_graph_6 {
    padding: 1.5rem;
}.join_our_mailing_list_e h4 {
    font-size: calc(24px * 0.9);
    padding-bottom: 1.5rem;
    text-align: center;
    padding-left: 0;
}.join_our_mailing_list_e h4::before {
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    width: 50px;
    top: auto;
    left: 50%;
    height: 4px;
}.join_our_mailing_list_e .growth_graph_6:hover h4::before {
    transform: translateX(-50%) scaleX(1);
}.join_our_mailing_list_e .input_holder {
    flex-direction: column;
}.join_our_mailing_list_e .input_holder span {
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.join_our_mailing_list_e .growth_graph_6,
    .join_our_mailing_list_e h4,
    .join_our_mailing_list_e h4::before,
    .join_our_mailing_list_e .input_holder input[type="email"],
    .join_our_mailing_list_e .input_holder .sub_solution_j,
    .join_our_mailing_list_e .input_holder .sub_solution_j::before {
    animation: none;
    transition: none;
}.join_our_mailing_list_e::before,
    .join_our_mailing_list_e::after {
    animation: none;
}}.who_we_are_D {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    min-height: 100vh;
}.who_we_are_D::before {
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    animation: gradientShift 15s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(163,200,193,0.5), rgb(100,180,167,0.5));
}.who_we_are_D::after {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: lightMove 20s infinite alternate ease-in-out;
    right: -50%;
    top: -50%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 5%, transparent 70%);
    pointer-events: none;
    transform: rotate(-15deg) scale(2);
    content: "";
    z-index: 2;
}.who_we_are_D .container {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}.who_we_are_D .text_column_wrap_r {
    backdrop-filter: blur(10px);
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    animation: fadeIn 1s forwards 0.3s ease-out;
    padding: 50px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
}.who_we_are_D .text_column_wrap_r::before {
    background: linear-gradient(to bottom, rgb(163,200,193), rgb(100,180,167));
    height: 100%;
    animation: growDown 1s forwards 0.6s ease-in-out;
    position: absolute;
    content: "";
    transform-origin: top;
    transform: scaleY(0);
    left: 0;
    width: 5px;
    top: 0;
}.who_we_are_D .text_column_wrap_r div:first-child {
    margin-bottom: 15px;
    position: relative;
}.who_we_are_D .text_column_wrap_r div:first-child::after {
    background: rgb(163,200,193);
    bottom: -8px;
    transform: scaleX(0);
    width: 50px;
    animation: expandWidth 0.7s forwards 0.9s ease-out;
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
    height: 2px;
}.who_we_are_D .text_column_wrap_r h5 {
    letter-spacing: 2px;
    transform: translateX(-10px);
    animation: slideIn 0.7s forwards 0.7s ease-out;
    opacity: 0;
    font-size: 20px;
    margin: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}.who_we_are_D .text_column_wrap_r div:nth-child(2) {
    margin-bottom: 25px;
}.who_we_are_D .text_column_wrap_r div:nth-child(2) p {
    font-weight: 600;
    animation: fadeSlideUp 0.7s forwards 1s ease-out;
    font-size: calc(20px * 1.2);
    color: rgb(163,200,193);
    transform: translateY(10px);
    opacity: 0;
    margin: 0;
}.who_we_are_D .text_column_wrap_r ol {
    padding: 0 0 0 20px;
    margin: 0;
}.who_we_are_D .text_column_wrap_r li {
    color: #000000;
    position: relative;
    animation: fadeSlideUp 0.7s forwards 1.2s ease-out;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(10px);
    font-size: 15px;
    margin-bottom: 15px;
}.who_we_are_D .text_column_wrap_r li::before {
    position: absolute;
    top: 10px;
    border-radius: 50%;
    width: 6px;
    content: "";
    background: rgb(100,180,167);
    left: -20px;
    opacity: 0;
    height: 6px;
    animation: fadeIn 0.5s forwards 1.4s ease-out;
}

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

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

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

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

@keyframes expandWidth {
    to {
        transform: scaleX(1);
    }
}

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

@keyframes lightMove {
    0% {
        transform: rotate(-15deg) scale(2) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) scale(2.2) translate(5%, 5%);
    }
}

@media (max-width: 991px) {.who_we_are_D {
    padding: 80px 0;
}.who_we_are_D .text_column_wrap_r {
    padding: 40px 30px;
}.who_we_are_D .text_column_wrap_r h5 {
    font-size: calc(20px * 0.9);
}.who_we_are_D .text_column_wrap_r div:nth-child(2) p {
    font-size: calc(20px * 1.1);
}
}

@media (max-width: 767px) {.who_we_are_D {
    padding: 60px 0;
}.who_we_are_D .text_column_wrap_r {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.who_we_are_D .text_column_wrap_r::before {
    width: 4px;
}.who_we_are_D .text_column_wrap_r h5 {
    font-size: calc(20px * 0.85);
    letter-spacing: 1.5px;
}.who_we_are_D .text_column_wrap_r div:nth-child(2) p {
    font-size: calc(20px * 1);
}.who_we_are_D .text_column_wrap_r li {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.who_we_are_D {
    padding: 50px 0;
}.who_we_are_D .container {
    padding: 0 20px;
}.who_we_are_D .text_column_wrap_r {
    padding: 25px 20px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}.who_we_are_D .text_column_wrap_r::before {
    width: 3px;
}.who_we_are_D .text_column_wrap_r div:first-child::after {
    width: 40px;
}.who_we_are_D .text_column_wrap_r h5 {
    font-size: calc(20px * 0.8);
    letter-spacing: 1px;
}.who_we_are_D .text_column_wrap_r div:nth-child(2) p {
    font-size: calc(20px * 0.9);
}.who_we_are_D .text_column_wrap_r li {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}}.mentorship_experience_q {
    position: relative;
    overflow: hidden;
    background-color: rgb(213,226,223);
    padding: 6rem 2rem;
}.mentorship_experience_q::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(163,200,193,0.5));
    position: absolute;
    width: 40%;
    height: 100%;
    z-index: 1;
    right: 0;
}.mentorship_experience_q .review_lounge_9 {
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    display: flex;
    position: relative;
    background: transparent;
    z-index: 2;
    max-width: 1200px;
}.mentorship_experience_q .thumbnail_image_B {
    width: 45%;
    transform: rotate(-2deg);
    position: relative;
    transition: all 0.5s ease;
    border-radius: 0;
    height: 480px;
    box-shadow: 15px 15px 0 rgb(163,200,193,0.5);
}.mentorship_experience_q .career_back_Z {
    position: relative;
    padding: 3rem 0 3rem 4rem;
    width: 55%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.mentorship_experience_q .career_back_Z::before {
    height: 100%;
    left: 2.5rem;
    top: 0;
    position: absolute;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, rgb(100,180,167,0.5), transparent);
}.mentorship_experience_q .name {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    line-height: 1.1;
    font-size: calc(47px * 1.2);
}.mentorship_experience_q .career_back_Z > div:nth-child(2) {
    margin-bottom: 2.5rem;
    display: inline-block;
    letter-spacing: 1px;
    background-color: rgb(100,180,167);
    font-weight: 600;
    font-size: 18px;
    transform: translateX(-10px);
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
}.mentorship_experience_q .work_card_2 {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    padding-left: 0;
    max-width: 90%;
    position: relative;
}.mentorship_experience_q .work_card_2::before {
    position: absolute;
    content: "";
    background-color: rgb(163,200,193);
    width: 60px;
    height: 3px;
    left: 0;
    top: -1.5rem;
}.mentorship_experience_q .review_lounge_9:hover .thumbnail_image_B {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(100,180,167);
}

@media (max-width: 992px) {.mentorship_experience_q::before {
    height: 40%;
    background: linear-gradient(180deg, rgb(163,200,193,0.5), transparent);
    right: 0;
    top: 0;
    width: 100%;
}.mentorship_experience_q .review_lounge_9 {
    align-items: center;
    max-width: 90%;
    flex-direction: column;
}.mentorship_experience_q .thumbnail_image_B {
    width: 90%;
    height: 400px;
}.mentorship_experience_q .career_back_Z {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.mentorship_experience_q .career_back_Z::before {
    display: none;
}.mentorship_experience_q .work_card_2 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.mentorship_experience_q {
    padding: 4rem 1rem;
}.mentorship_experience_q .thumbnail_image_B {
    height: 320px;
}.mentorship_experience_q .name {
    font-size: 33px;
}.mentorship_experience_q .career_back_Z > div:nth-child(2) {
    font-size: 12px;
}.mentorship_experience_q .work_card_2 {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}.cookie_warning_popup_p {
    bottom: 0;
    border-top: 3px solid rgb(163,200,193);
    z-index: 90;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    background: rgb(100,180,167);
    padding: 15px 20px;
}.cookie_ack_U {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}.cookie_layer_0 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_layer_0 svg {
    height: 50px;
    width: 50px;
    fill: rgb(163,200,193);
}.data_opt_4 {
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
}.cookie_warning_popup_p h5 {
    margin-bottom: 10px;
    font-size: 23px;
    color: #ffffff;
    font-weight: 700;
}.cookie_warning_popup_p p {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.consent_ack_S {
    margin-left: 10px;
    background: rgb(163,200,193);
    border: 2px solid rgb(163,200,193);
    min-width: 150px;
    text-decoration: none;
    transition: none;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    flex-shrink: 0;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 19px;
}.consent_ack_S:hover {
    background: rgb(163,200,193,0.5);
    border-color: rgb(163,200,193,0.5);
}.cookie_warning_popup_p p a {
    text-decoration: none;
    color: rgb(163,200,193);
    border-bottom: 2px solid rgb(163,200,193);
}.cookie_warning_popup_p p a:hover {
    border-bottom-color: rgb(100,180,167);
    color: rgb(100,180,167);
}
@media only screen and (max-width: 1200px) {.cookie_warning_popup_p {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie_layer_0 {
    display: none;
}.cookie_ack_U {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_warning_popup_p h5, .cookie_warning_popup_p p {
    text-align: center;
}.data_opt_4 {
    margin-bottom: 15px;
}.consent_ack_S {
    margin-left: 0;
    margin-top: 10px;
}}
#cookie_modal_alert_Z {
    display: none;
}#cookie_modal_alert_Z:checked ~ .cookie_warning_popup_p {
    opacity: 0;
    visibility: hidden;
}.thanksPanel_5 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgba(255,255,255,0.95) 100%);
    padding: 5rem 0;
}.thanksPanel_5::before {
    animation: patternShift 60s linear infinite;
    position: absolute;
    width: 100%;
    z-index: 0;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgba(rgb(163,200,193,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(163,200,193,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(163,200,193,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(163,200,193,0.5), 0.05) 75%);
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    background-size: 20px 20px;
    top: 0;
}.thanksPanel_5::after {
    width: 30%;
    z-index: 0;
    right: -5%;
    filter: blur(70px);
    background: linear-gradient(145deg, rgb(163,200,193,0.5), rgb(100,180,167,0.5));
    content: "";
    animation: floatGlow 15s ease-in-out infinite alternate;
    top: -10%;
    position: absolute;
    height: 50%;
    opacity: 0.25;
}.thanksPanel_5 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    transform: translateZ(0);
    z-index: 2;
}.thanksPanel_5 h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.3;
    color: #000000;
    font-size: 31px;
    transform: perspective(1000px) translateZ(0);
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
    position: relative;
}.thanksPanel_5 h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 2px 10px rgba(rgb(163,200,193,0.5), 0.2);
    left: 50%;
    width: 6rem;
    bottom: -1rem;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
}.thanksPanel_5:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.thanksPanel_5 .growth_graph_6 {
    transform: translateY(0);
    overflow: hidden;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-radius: 8px;
    background: #ffffff;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem 2.5rem;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.thanksPanel_5 .growth_graph_6::before {
    right: -2px;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: 1;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167), rgb(163,200,193));
    animation: gradientMove 6s linear infinite;
    background-size: 200% 100%;
}.thanksPanel_5 .growth_graph_6::after {
    bottom: 0;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    height: 30%;
    left: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(213,226,223), 0.05));
}.thanksPanel_5:hover .growth_graph_6 {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}.thanksPanel_5 ul {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
    z-index: 2;
}.thanksPanel_5 li {
    position: relative;
    z-index: 2;
}.thanksPanel_5 li::before {
    transition: transform 0.6s ease, opacity 0.6s ease;
    top: -0.5rem;
    z-index: -1;
    height: 2rem;
    width: 2rem;
    opacity: 0.3;
    content: "";
    position: absolute;
    left: -1rem;
    background-image: radial-gradient(circle, rgb(100,180,167,0.5) 0%, transparent 70%);
    transform: scale(0.8);
}.thanksPanel_5:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}.thanksPanel_5 span {
    display: block;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.5rem 0;
    color: #000000;
    transition: color 0.3s ease;
}.thanksPanel_5 span::first-letter {
    font-weight: 600;
    color: rgb(163,200,193);
    font-size: 1.5em;
}

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

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

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

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

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

@media (max-width: 575px) {.thanksPanel_5 {
    padding: 3rem 0;
}.thanksPanel_5 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.8rem;
}.thanksPanel_5 h2::after {
    width: 4rem;
}.thanksPanel_5 .growth_graph_6 {
    padding: 1.5rem 1.25rem;
}.thanksPanel_5 span {
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.thanksPanel_5 li::before {
    top: -0.3rem;
    width: 1.5rem;
    left: -0.5rem;
    height: 1.5rem;
}}.user_comments_j {
    padding: 4rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, #ffffff 100%);
    position: relative;
}.user_comments_j::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(100,180,167,0.5) 0px,
        rgb(100,180,167,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
}.user_comments_j::after {
    height: 35%;
    transform: rotate(-15deg);
    opacity: 0.08;
    right: -10%;
    z-index: 0;
    width: 35%;
    position: absolute;
    top: -10%;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: rgb(163,200,193);
}.user_comments_j h2 {
    transform: translateY(0);
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    animation: titleAppear 0.8s ease-out;
    font-weight: 700;
    z-index: 3;
    opacity: 1;
    font-size: 36px;
    text-align: center;
}.user_comments_j h2::after {
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    content: "";
    width: 80px;
    transform: translateX(-50%) skewX(-20deg);
    bottom: -10px;
    height: 4px;
    position: absolute;
    left: 50%;
}.user_comments_j .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.user_comments_j .growth_graph_6 {
    overflow: hidden;
    position: relative;
}.user_comments_j .edu_feedback_D {
    position: relative;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    z-index: 3;
    display: grid;
}.user_comments_j .review_lounge_9 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
    border-left: 4px solid rgb(100,180,167);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    position: relative;
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    padding: 2rem;
    animation: reviewAppear 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}.user_comments_j .review_lounge_9:nth-child(1) {
    --animation-order: 1;
}.user_comments_j .review_lounge_9:nth-child(2) {
    --animation-order: 2;
}.user_comments_j .review_lounge_9:nth-child(3) {
    --animation-order: 3;
}.user_comments_j .review_lounge_9:nth-child(4) {
    --animation-order: 4;
}.user_comments_j .review_lounge_9:nth-child(5) {
    --animation-order: 5;
}.user_comments_j .review_lounge_9:nth-child(6) {
    --animation-order: 6;
}.user_comments_j .review_lounge_9:nth-child(7) {
    --animation-order: 7;
}.user_comments_j .review_lounge_9::before {
    top: -15px;
    font-family: Arial, sans-serif;
    line-height: 1;
    font-size: 100px;
    content: "";
    position: absolute;
    left: 20px;
    opacity: 0.2;
    color: rgb(100,180,167);
}.user_comments_j .review_lounge_9:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
    border-left-color: rgb(163,200,193);
    transform: translateY(-5px) scale(1.02);
}.user_comments_j .review_lounge_9 h3 {
    color: #000000;
    position: relative;
    font-size: calc(20px * 1.05);
    font-weight: 600;
    margin-bottom: 0.8rem;
    display: inline-block;
}.user_comments_j .review_lounge_9 h3::after {
    bottom: -4px;
    left: 0;
    height: 2px;
    transition: width 0.3s ease-out 0.1s;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    width: 0;
}.user_comments_j .review_lounge_9:hover h3::after {
    width: 100%;
}.user_comments_j .review_lounge_9 .description {
    font-size: 15px;
    z-index: 2;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.6;
    color: #000000;
}.user_comments_j .review_lounge_9 div {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 60px;
    margin-left: auto;
    height: 60px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    border-radius: 0;
    position: relative;
}.user_comments_j .review_lounge_9:hover div {
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transform: rotate(15deg) scale(1.1);
}.user_comments_j .review_lounge_9 div img {
    transition: transform 0.5s ease-out;
    height: 100%;
    width: 100%;
    object-fit: cover;
}.user_comments_j .review_lounge_9:hover div img {
    transform: scale(1.1);
}

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

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

@media (max-width: 992px) {.user_comments_j {
    padding: 3rem 0;
}.user_comments_j h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.user_comments_j .edu_feedback_D {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_comments_j .review_lounge_9 {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.user_comments_j {
    padding: 2.5rem 0;
}.user_comments_j h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 2rem;
}.user_comments_j h2::after {
    width: 60px;
}.user_comments_j .edu_feedback_D {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.user_comments_j .review_lounge_9::before {
    font-size: 80px;
}
}

@media (max-width: 576px) {.user_comments_j {
    padding: 2rem 0;
}.user_comments_j h2 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.8);
    padding: 0 0.5rem;
}.user_comments_j .container {
    padding: 0 15px;
}.user_comments_j .review_lounge_9 {
    padding: 1.5rem;
}.user_comments_j .review_lounge_9 h3 {
    font-size: calc(20px * 0.95);
}.user_comments_j .review_lounge_9 .description {
    font-size: calc(15px * 0.95);
}.user_comments_j .review_lounge_9 div {
    height: 50px;
    width: 50px;
}}footer {
    width: 100%;
    position: relative;
}footer .progress_bar_K {
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    position: relative;
    color: #ffffff;
    background-color: #2c3e50;
}footer .progress_bar_K::before {
    top: 0;
    opacity: 0.1;
    left: 0;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 60px 60px;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}footer .discount_cta_i {
    z-index: 1;
    position: relative;
}footer .ask_support_j {
    position: relative;
    gap: 15px;
    margin: -70px auto 60px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    display: flex;
    padding: 0 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: #ffffff;
    height: 100px;
    align-items: center;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    content: "";
    height: 50%;
    background-color: rgb(163,200,193);
    position: absolute;
    width: 6px;
    left: 0;
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    height: 22px;
    fill: rgb(163,200,193);
    z-index: 1;
    flex-shrink: 0;
    position: relative;
    margin-right: 15px;
    width: 22px;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    text-decoration: none;
    font-size: 16px;
    color: #2c3e50;
    transition: all 0.3s ease;
    position: relative;
}footer .info_item a:hover {
    color: rgb(163,200,193);
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}footer .main_primary_m, footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 29px;
    transition: all 0.3s ease;
    position: relative;
}footer .main_primary_m:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .top_master_e {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 20px;
}footer .main_primary_m svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}footer .qna_board_H {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
}footer .top_master_e h5 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 19px;
    grid-column: 1 / -1;
    color: #ffffff;
}footer .top_master_e h5::after {
    position: absolute;
    bottom: 0;
    content: "";
    background-color: rgb(163,200,193);
    height: 2px;
    width: 50px;
    left: 0;
}footer .top_study_O {
    height: 100%;
    border-radius: 29px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
}footer .top_study_O:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .top_study_O a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    display: block;
    font-size: 16px;
}footer .top_study_O a:last-child {
    border-bottom: none;
}footer .top_study_O a::before {
    content: "→";
    position: absolute;
    right: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
}footer .top_study_O a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .top_study_O a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    content: "";
    width: 50px;
    bottom: 0;
    position: absolute;
    background-color: rgb(163,200,193);
    height: 2px;
    left: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(163,200,193);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_solution_j {
    border-radius: 10px;
    background-color: rgb(163,200,193);
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 15px;
    color: #ffffff;
    cursor: pointer;
    border: none;
}footer .sub_solution_j:hover {
    background-color: rgb(100,180,167);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .inclusion_i {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .webinar_arch_e {
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    font-size: 13px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_solution_j {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top_master_e {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .progress_bar_K {
    padding: 70px 0 30px;
}footer .ask_support_j {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_primary_m, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_master_e h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .inclusion_i {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .progress_bar_K {
    padding: 50px 0 20px;
}footer .top_study_O {
    padding: 15px;
}footer .top_master_e h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_solution_j {
    padding: 12px;
}}.contact_panel_M {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.contact_panel_M::before {
    inset: 0;
    opacity: 0.9;
    z-index: -1;
    background-color: rgb(213,226,223);
    content: '';
    position: absolute;
}.contact_panel_M .container {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}.contact_panel_M .support_block_u {
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    border-radius: 23px;
}.contact_panel_M .contact_inquiry_T {
    position: relative;
    padding: 0;
    background: rgb(100,180,167);
}.contact_panel_M .contact_inquiry_T h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
    background: rgb(100,180,167);
    text-align: center;
    padding: 30px;
}.contact_panel_M .contact_inquiry_T div {
    position: relative;
    transition: background-color 0.3s ease;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}.contact_panel_M .contact_inquiry_T div:hover {
    background-color: rgb(163,200,193);
}.contact_panel_M .contact_inquiry_T div:last-child {
    border-bottom: none;
}.contact_panel_M .contact_inquiry_T div svg {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.contact_panel_M .contact_inquiry_T div svg path {
    fill: #ffffff;
}.contact_panel_M .contact_inquiry_T div span {
    color: #ffffff;
    font-size: 17px;
}.contact_panel_M .contact_inquiry_T div span a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.contact_panel_M .contact_inquiry_T div span a:hover {
    opacity: 0.8;
}.contact_panel_M .connect_panel_b {
    background-color: #ffffff;
    padding: 50px;
}.contact_panel_M .connect_panel_b h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    position: relative;
}.contact_panel_M .connect_panel_b h3::after {
    bottom: -10px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    height: 3px;
    position: absolute;
    background-color: rgb(100,180,167);
}.contact_panel_M .connect_panel_b form {
    width: 100%;
}.contact_panel_M .connect_panel_b input[type="text"],
.contact_panel_M .connect_panel_b input[type="email"] {
    border-radius: 0;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 2px solid rgb(213,226,223);
    padding: 0 20px;
    color: #000000;
    transition: border-color 0.3s ease;
    font-size: 17px;
    background-color: #ffffff;
    height: 55px;
    border: none;
}.contact_panel_M .connect_panel_b input[type="text"]:focus,
.contact_panel_M .connect_panel_b input[type="email"]:focus {
    outline: none;
    border-color: rgb(100,180,167);
}.contact_panel_M .connect_panel_b input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_panel_M .connect_panel_b .support_reach_k {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
}.contact_panel_M .connect_panel_b .support_reach_k input[type="checkbox"] {
    height: 22px;
    -webkit-appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
    appearance: none;
    width: 22px;
    margin-right: 10px;
    margin-top: 2px;
    border: 2px solid rgb(213,226,223);
    cursor: pointer;
    position: relative;
}.contact_panel_M .connect_panel_b .support_reach_k input[type="checkbox"]:checked {
    background-color: rgb(100,180,167);
    border-color: rgb(100,180,167);
}.contact_panel_M .connect_panel_b .support_reach_k input[type="checkbox"]:checked::before {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    content: '✓';
    left: 50%;
}.contact_panel_M .connect_panel_b .support_reach_k label {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}.contact_panel_M .connect_panel_b .support_reach_k label a {
    color: rgb(100,180,167);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_panel_M .connect_panel_b .support_reach_k label a:hover {
    color: rgb(163,200,193);
}.contact_panel_M .connect_panel_b .inquiry_help_y {
    background-color: rgb(100,180,167);
    color: #ffffff;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    border: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 55px;
    font-size: 15px;
}.contact_panel_M .connect_panel_b .inquiry_help_y::before {
    width: 100%;
    content: '';
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.contact_panel_M .connect_panel_b .inquiry_help_y:hover {
    background-color: rgb(163,200,193);
}.contact_panel_M .connect_panel_b .inquiry_help_y:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact_panel_M .support_block_u {
    display: grid;
    grid-template-columns: 1fr 1fr;
}.contact_panel_M .contact_inquiry_T {
    display: flex;
    flex-direction: column;
    border-radius: 0 23px 23px 0;
}.contact_panel_M .connect_panel_b {
    border-radius: 23px 0 0 23px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.contact_panel_M .contact_inquiry_T h3 {
    padding: 40px 30px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_panel_M .contact_inquiry_T div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}.contact_panel_M .contact_inquiry_T div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact_panel_M .contact_inquiry_T {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact_panel_M .contact_inquiry_T h3 {
    grid-column: 1 / -1;
}.contact_panel_M .contact_inquiry_T div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_panel_M .contact_inquiry_T div:nth-child(2n) {
    border-right: none;
}.contact_panel_M .contact_inquiry_T div:nth-last-child(1),
    .contact_panel_M .contact_inquiry_T div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact_panel_M {
    padding: 60px 0;
}.contact_panel_M .connect_panel_b {
    padding: 40px 25px;
}.contact_panel_M .contact_inquiry_T h3 {
    padding: 25px 20px;
    font-size: calc(24px + 2px);
}.contact_panel_M .contact_inquiry_T div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact_panel_M {
    padding: 40px 0;
}.contact_panel_M .connect_panel_b {
    padding: 30px 20px;
}.contact_panel_M .connect_panel_b h3 {
    font-size: 24px;
}.contact_panel_M .contact_inquiry_T h3 {
    font-size: 24px;
    padding: 20px 15px;
}.contact_panel_M .contact_inquiry_T div {
    padding: 15px 20px;
}.contact_panel_M .contact_inquiry_T div svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}}.course_summary_I {
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgba(245, 247, 250, 0.92) 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.course_summary_I::before {
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(163,200,193,0.5) 0%, rgb(100,180,167,0.5) 100%);
    height: 70%;
    filter: blur(20px);
    right: -5%;
    content: "";
    width: 35%;
    z-index: 1;
}.course_summary_I::after {
    opacity: 0.4;
    z-index: 1;
    left: -2%;
    content: "";
    position: absolute;
    transform: rotate(10deg) translateZ(0);
    background: linear-gradient(45deg, rgb(100,180,167,0.5) 0%, rgb(163,200,193,0.5) 100%);
    bottom: -5%;
    height: 50%;
    filter: blur(15px);
    width: 25%;
}.course_summary_I .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.course_summary_I .job_training_r {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
}.course_summary_I .thumbnail_image_B {
    height: 300px;
    transform-origin: top center;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}.course_summary_I .thumbnail_image_B::before {
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    content: "";
    right: 0;
    z-index: 1;
    bottom: 0;
}.course_summary_I .thumbnail_image_B::after {
    left: 0;
    background: rgb(163,200,193);
    content: "";
    opacity: 0.2;
    height: 100%;
    top: 0;
    position: absolute;
    mix-blend-mode: overlay;
    width: 100%;
}.course_summary_I .text_column_wrap_r {
    padding: 2.5rem 2rem;
    background: #ffffff;
    position: relative;
    transform: translateY(-40px);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.course_summary_I .text_column_wrap_r h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(21px * 1.1);
    opacity: 0;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(0);
    animation-delay: 0.3s;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}.course_summary_I .text_column_wrap_r h3::after {
    background: rgb(163,200,193);
    display: block;
    animation-delay: 0.6s;
    transform: scaleX(0);
    width: 60px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    height: 3px;
    margin-top: 1rem;
    transform-origin: left;
    content: "";
}.course_summary_I .text_column_wrap_r p.description {
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 14px;
    color: #000000;
    opacity: 0;
    animation-delay: 0.5s;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.course_summary_I .text_column_wrap_r span.description {
    display: none;
}.course_summary_I .text_column_wrap_r div {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}.course_summary_I .text_column_wrap_r div::-webkit-scrollbar {
    width: 6px;
}.course_summary_I .text_column_wrap_r div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.course_summary_I .text_column_wrap_r div::-webkit-scrollbar-thumb {
    background: rgb(163,200,193,0.5);
    transition: background 0.3s ease;
}.course_summary_I .text_column_wrap_r div::-webkit-scrollbar-thumb:hover {
    background: rgb(163,200,193);
}

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

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

@media (min-width: 768px) {.course_summary_I {
    padding: 7rem 0;
}.course_summary_I .job_training_r {
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
}.course_summary_I .job_training_r:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_summary_I .thumbnail_image_B {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.course_summary_I .text_column_wrap_r {
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
    transform: translateY(0) translateX(-50px);
}.course_summary_I .text_column_wrap_r h3 {
    font-size: 37px;
    margin-bottom: 2rem;
}.course_summary_I .text_column_wrap_r div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_summary_I {
    padding: 8rem 0;
}.course_summary_I .job_training_r {
    grid-template-columns: 40% 60%;
}.course_summary_I .thumbnail_image_B {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_summary_I .thumbnail_image_B:hover {
    transform: scale(1.03);
}.course_summary_I .text_column_wrap_r {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.course_summary_I .text_column_wrap_r h3 {
    margin-bottom: 2.5rem;
}.course_summary_I .text_column_wrap_r div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_summary_I .job_training_r {
    grid-template-columns: 45% 55%;
}.course_summary_I .text_column_wrap_r {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}

@media (max-width: 767px) {.course_summary_I .job_training_r:hover .thumbnail_image_B {
    transform: scale(1.05);
}}.plan_card_7 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan_card_7::before {
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    right: 0;
    z-index: 1;
    content: "";
}.plan_card_7 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.study_price_F {
    position: relative;
}.plan_card_7 h2 {
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    letter-spacing: 0.5px;
    font-size: 34px;
    margin-bottom: 25px;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
    opacity: 1;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
}.plan_card_7 h2::after {
    background: linear-gradient(90deg, rgb(100,180,167), rgb(163,200,193));
    height: 3px;
    display: block;
    transition: transform 0.4s ease;
    width: 80px;
    margin: 20px auto 0;
    content: "";
    transform: scaleX(1);
}.plan_card_7:hover h2::after {
    transform: scaleX(1.2);
}.plan_card_7 .pricing_pack_Z {
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    font-size: calc(14px + 2px);
    text-align: center;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #ffffff;
    opacity: 0.9;
}.plan_card_7 .learn_fees_L {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    gap: 30px;
}.plan_card_7 .learn_fees_L li {
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_card_7 .learn_fees_L li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.plan_card_7 .pro_rates_L {
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    position: relative;
    display: block;
    backdrop-filter: blur(10px);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
}.plan_card_7 .pro_rates_L::before {
    opacity: 0;
    width: 100%;
    transition: opacity 0.5s ease;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(230deg, rgb(100,180,167,0.5) 0%, transparent 80%);
    top: 0;
    left: 0;
}.plan_card_7 .pro_rates_L:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.plan_card_7 .pro_rates_L:hover::before {
    opacity: 0.2;
}.plan_card_7 .deal_grid_k {
    z-index: 2;
    position: relative;
    padding: 40px 30px;
}.plan_card_7 .price_choices_c {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan_card_7 .price_choices_c h4 {
    margin-top: 0;
    font-weight: 600;
    color: #ffffff;
    font-size: calc(24px + 2px);
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
}.plan_card_7 .price_choices_c h4::after {
    content: "";
    height: 2px;
    background: rgb(163,200,193);
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    width: 40px;
    position: absolute;
}.plan_card_7 .pro_rates_L:hover .price_choices_c h4::after {
    width: 60px;
}.plan_card_7 .price_choices_c p {
    font-size: 14px;
    transition: color 0.3s ease;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.85);
    position: relative;
    line-height: 1.6;
    flex-grow: 1;
}.plan_card_7 .pro_rates_L:hover .price_choices_c p {
    color: #ffffff;
}.plan_card_7 .price_plan_Z {
    background-clip: text !important;
    font-size: calc(24px + 4px);
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    -webkit-background-clip: text !important;
    margin-top: auto;
    background: linear-gradient(90deg, rgb(100,180,167) 0%, rgb(163,200,193) 100%);
    color: #ffffff;
    transition: transform 0.3s ease;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}.plan_card_7 .price_plan_Z::before {
    bottom: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgb(100,180,167) 0%, transparent 100%);
    width: 100%;
    left: 0;
    position: absolute;
}.plan_card_7 .pro_rates_L:hover .price_plan_Z {
    transform: scale(1.05);
}

@media (max-width: 992px) {.plan_card_7 {
    padding: 90px 0;
}.plan_card_7 .learn_fees_L {
    grid-template-columns: repeat(2, 1fr);
}.plan_card_7 .deal_grid_k {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.plan_card_7 {
    padding: 70px 0;
}.plan_card_7 h2 {
    font-size: calc(34px - 4px);
}.plan_card_7 .pricing_pack_Z {
    margin-bottom: 40px;
    font-size: 14px;
}.plan_card_7 .learn_fees_L {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_card_7 .deal_grid_k {
    padding: 25px 20px;
}.plan_card_7 .price_plan_Z {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 480px) {.plan_card_7 {
    padding: 60px 0;
}.plan_card_7 h2 {
    font-size: calc(34px - 6px);
}.plan_card_7 .price_choices_c h4 {
    font-size: 24px;
}.plan_card_7 .price_choices_c p {
    font-size: calc(14px - 1px);
}}.training_results_m {
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.training_results_m::before {
    background: radial-gradient(circle at 30% 70%, rgb(100,180,167,0.5) 0%, transparent 40%);
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.training_results_m::after {
    transform: rotate(15deg);
    right: -50px;
    top: -50px;
    z-index: 0;
    width: 200px;
    position: absolute;
    border: 2px solid rgb(163,200,193,0.5);
    content: "";
    height: 200px;
}.training_results_m .container {
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    gap: 40px;
    padding: 0 20px;
    z-index: 1;
}.training_results_m .thumbnail_image_B {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    height: auto;
    box-shadow: 20px 20px 0 rgb(100,180,167,0.5), 
                -10px -10px 0 rgb(163,200,193,0.5);
}.training_results_m .thumbnail_image_B:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.training_results_m .growth_graph_6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}.training_results_m .text_column_wrap_r {
    padding: 20px 0;
    position: relative;
}.training_results_m .text_column_wrap_r::before {
    background: linear-gradient(to bottom, rgb(163,200,193), rgb(100,180,167));
    width: 3px;
    height: 80%;
    left: -30px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}.training_results_m h1 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    transform: translateX(0);
    margin-bottom: 30px;
    transition: transform 0.5s ease;
    font-weight: 700;
    font-size: 42px;
    color: #000000;
}.training_results_m h1:hover {
    transform: translateX(5px);
}.training_results_m ul {
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    gap: 20px;
}.training_results_m li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding-left: 35px;
}.training_results_m li:hover {
    transform: translateX(10px);
}.training_results_m li p {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    align-items: center;
    font-family: Arial, sans-serif;
    margin: 0;
}.training_results_m li:nth-child(odd) {
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), transparent);
    padding: 12px 15px 12px 35px;
}.training_results_m li svg {
    width: 24px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.training_results_m li:hover svg {
    transform: translateY(-50%) scale(1.2);
}.training_results_m svg path {
    fill: rgb(163,200,193);
    transition: fill 0.3s ease;
}.training_results_m li:hover svg path:first-child {
    fill: rgb(100,180,167);
}.training_results_m li:nth-child(even) svg path:last-child {
    fill: rgb(100,180,167);
}

@media (max-width: 992px) {.training_results_m {
    padding: 80px 0;
}.training_results_m .container {
    gap: 30px;
    grid-template-columns: 1fr;
}.training_results_m .thumbnail_image_B {
    box-shadow: 15px 15px 0 rgb(100,180,167,0.5), 
                   -8px -8px 0 rgb(163,200,193,0.5);
    max-width: 500px;
    margin: 0 auto;
}.training_results_m .text_column_wrap_r::before {
    left: 0;
    transform: none;
    width: 80px;
    height: 3px;
    top: -20px;
}.training_results_m h1 {
    font-size: calc(42px * 0.85);
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {.training_results_m {
    padding: 60px 0;
}.training_results_m::after {
    display: none;
}.training_results_m .thumbnail_image_B {
    box-shadow: 10px 10px 0 rgb(100,180,167,0.5), 
                   -5px -5px 0 rgb(163,200,193,0.5);
}.training_results_m h1 {
    font-size: calc(42px * 0.7);
    margin-bottom: 20px;
}.training_results_m ul {
    gap: 15px;
}.training_results_m li p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.training_results_m {
    padding: 40px 0;
}.training_results_m .container {
    padding: 0 15px;
    gap: 25px;
}.training_results_m .thumbnail_image_B {
    box-shadow: 8px 8px 0 rgb(100,180,167,0.5), 
                   -4px -4px 0 rgb(163,200,193,0.5);
}.training_results_m h1 {
    font-size: calc(42px * 0.6);
    margin-bottom: 15px;
}.training_results_m li {
    padding-left: 30px;
}.training_results_m li:nth-child(odd) {
    padding: 8px 10px 8px 30px;
}.training_results_m li svg {
    height: 20px;
    width: 20px;
}.training_results_m li p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.privacy_hideout_z {
    height: auto;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_hideout_z h1 {
    font-family: Arial, sans-serif;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 40px;
}.privacy_hideout_z h2 {
    text-align: left;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-top: 35px;
}.privacy_hideout_z h4,.privacy_hideout_z h3, .privacy_hideout_z h5 {
    color: #ffffff;
}.privacy_hideout_z ul {
    list-style-type: none;
    padding-left: 0;
}.privacy_hideout_z li {
    padding: 10px;
    transition: background 0.3s ease;
    font-size: 15px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    background: rgb(163,200,193,0.5);
    margin-bottom: 15px;
    line-height: 1.6;
}.privacy_hideout_z li:hover {
    color: #ffffff;
    background: rgb(163,200,193);
}.privacy_hideout_z div {
    background: rgb(213,226,223);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    border-radius: 24px;
    font-size: 15px;
    line-height: 1.8;
    padding: 15px;
    margin-bottom: 20px;
}.privacy_hideout_z p, .privacy_hideout_z span {
    line-height: 1.8;
    margin-bottom: 10px;
    color: rgb(255, 255, 255, 0.5);
}
@media only screen and (max-width: 800px) {.privacy_hideout_z {
    padding: 20px;
}.privacy_hideout_z h1 {
    font-size: calc(24px - 4px);
    margin-top: 30px;
    margin-bottom: 20px;
}.privacy_hideout_z h2 {
    font-size: calc(24px - 4px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_hideout_z li {
    padding: 8px;
    margin-bottom: 10px;
}.privacy_hideout_z div {
    padding: 10px;
}}header .nav_info_4 {
    border-bottom-right-radius: 0;
    z-index: 100;
    left: 0;
    width: 100%;
    display: flex;
    position: relative;
    overflow: visible;
    align-items: center;
    background: linear-gradient(135deg, rgb(163,200,193,0.5) 0%, rgb(100,180,167) 100%);
    padding: 1.5rem 2rem;
    border-bottom-left-radius: 23px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    justify-content: space-between;
}header .nav_info_4 .main_primary_m {
    transform: skewX(5deg);
    position: relative;
    z-index: 2;
}header .nav_info_4 .main_primary_m .nav_primary_O {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .nav_info_4 .main_primary_m .nav_primary_O:hover {
    transform: translateY(-8px) rotate(0deg);
}header .nav_info_4 .main_primary_m svg {
    height: auto;
    width: 80px;
}header .nav_info_4 .top_master_e {
    padding: 0;
    position: relative;
    display: flex;
    list-style: none;
    gap: 1rem;
    margin: 0;
}header .nav_info_4 .top_master_e::before {
    opacity: 0;
    content: "";
    height: calc(100% + 20px);
    top: -10px;
    position: absolute;
    width: calc(100% + 40px);
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: -20px;
    background: linear-gradient(45deg, transparent 0%, rgb(163,200,193,0.5) 100%);
    z-index: -1;
}header .nav_info_4 .nav_pagebar_o {
    transition: transform 0.3s ease;
    position: relative;
}header .nav_info_4 .nav_pagebar_o a {
    font-size: 18px;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-weight: 600;
}header .nav_info_4 .nav_pagebar_o a::before {
    transform-origin: right;
    transition: transform 0.3s ease;
    background: rgb(100,180,167);
    transform: scaleX(0) rotate(-2deg);
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    height: 2px;
}header .nav_info_4 .nav_pagebar_o a:hover {
    color: rgb(100,180,167);
}header .nav_info_4 .nav_pagebar_o a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .nav_info_4 {
    padding: 1rem;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    width: 100vw;
    flex-direction: column;
}header .nav_info_4 .main_primary_m {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .nav_info_4 .top_master_e {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    transform: skewX(0);
}header .nav_info_4 .top_master_e::before {
    transform: skewX(0);
}header .nav_info_4 .top_master_e:hover::before {
    transform: skewX(0);
}header .nav_info_4 .nav_pagebar_o {
    margin: 0.25rem;
}header .nav_info_4 .nav_pagebar_o:nth-child(odd),
  header .nav_info_4 .nav_pagebar_o:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .nav_info_4 {
    padding: 0.75rem;
}header .nav_info_4 .top_master_e {
    align-items: center;
    flex-direction: column;
}header .nav_info_4 .nav_pagebar_o {
    width: 100%;
    text-align: center;
}header .nav_info_4 .main_primary_m svg {
    width: 100px;
}}.title_screen_z {
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    padding: 3rem 1rem;
    display: flex;
    background: linear-gradient(135deg, rgb(213,226,223), rgba(0, 0, 0, 0.5));
    position: relative;
}.title_screen_z::before {
    position: absolute;
    opacity: 0.15;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(163,200,193,0.5), transparent);
}.title_screen_z > div {
    z-index: 2;
    gap: 2rem;
    flex-direction: column;
    max-width: 1200px;
    position: relative;
    display: flex;
    width: 100%;
}.title_screen_z .master_study_Z {
    margin-bottom: 1.5rem;
    position: relative;
    transition: transform 0.5s ease-in-out;
    transform: translateX(-5%);
}.title_screen_z .master_study_Z::before {
    transform: scaleX(0);
    left: 0;
    content: "";
    width: 80px;
    background: rgb(163,200,193);
    bottom: -10px;
    position: absolute;
    height: 4px;
    transition: transform 0.6s ease-out;
    transform-origin: left;
}.title_screen_z:hover .master_study_Z::before {
    transform: scaleX(1);
}.title_screen_z:hover .master_study_Z {
    transform: translateX(0);
}.title_screen_z .course_first_t {
    background-clip: text !important;
    color: #000000;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background: linear-gradient(to right, #000000, rgb(163,200,193));
    line-height: 1.3;
    position: relative;
    -webkit-background-clip: text !important;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    font-size: 44px;
}.title_screen_z .main_hero_D {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 21px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.title_screen_z .main_hero_D:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title_screen_z .main_hero_D::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.title_screen_z .main_hero_D > div {
    flex-direction: column;
    gap: 2rem;
    display: flex;
    padding: 4rem 3rem;
    position: relative;
    z-index: 2;
    color: #ffffff;
}.title_screen_z .main_hero_D p {
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.3s;
    font-size: calc(14px * 1.2);
    margin: 0;
    transform: translateY(20px);
    max-width: 80%;
    position: relative;
    line-height: 1.6;
    padding-left: 20px;
}.title_screen_z .main_hero_D p::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: rgb(163,200,193);
    width: 3px;
}.title_screen_z .main_hero_D h3 {
    position: relative;
    padding-top: 20px;
    font-size: 19px;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.6s;
    transform: translateY(20px);
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}.title_screen_z .main_hero_D h3::before {
    left: 0;
    content: "";
    height: 2px;
    background: rgb(100,180,167);
    top: 0;
    width: 60px;
    position: absolute;
}

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

@media (max-width: 992px) {.title_screen_z {
    padding: 2rem 1rem;
}.title_screen_z .course_first_t {
    font-size: calc(44px * 0.85);
}.title_screen_z .main_hero_D > div {
    padding: 3rem 2rem;
}.title_screen_z .main_hero_D p {
    font-size: 14px;
    max-width: 90%;
}.title_screen_z .main_hero_D h3 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 768px) {.title_screen_z {
    min-height: auto;
}.title_screen_z .master_study_Z {
    transform: translateX(0);
}.title_screen_z .course_first_t {
    font-size: calc(44px * 0.7);
}.title_screen_z .main_hero_D > div {
    padding: 2.5rem 1.5rem;
}.title_screen_z .main_hero_D p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_screen_z {
    padding: 1.5rem 0.8rem;
}.title_screen_z .course_first_t {
    font-size: calc(44px * 0.6);
}.title_screen_z .main_hero_D > div {
    padding: 2rem 1.2rem;
    gap: 1.5rem;
}.title_screen_z .main_hero_D h3 {
    font-size: calc(19px * 0.8);
}
}

@media (hover: hover) {.title_screen_z .main_hero_D::after {
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 50%;
    position: absolute;
    height: 100%;
    content: "";
    left: -100%;
    top: 0;
    transition: left 0.9s ease;
}.title_screen_z .main_hero_D:hover::after {
    left: 150%;
}}.study_method_p {
    overflow: hidden;
    padding: 8rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgb(163,200,193,0.5) 100%);
    position: relative;
}.study_method_p::before {
    content: "";
    pointer-events: none;
    right: -5%;
    position: absolute;
    top: -10%;
    filter: blur(20px);
    width: 40%;
    height: 120%;
    background: linear-gradient(45deg, rgb(100,180,167,0.5) 0%, rgb(163,200,193,0.5) 100%);
    transform: rotate(-15deg) translateZ(-50px);
    z-index: 0;
    opacity: 0.3;
}.study_method_p::after {
    opacity: 0.15;
    bottom: -5%;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(-45deg, rgb(163,200,193) 0%, transparent 70%);
    transform: rotate(10deg) translateZ(-30px);
    left: -2%;
    height: 70%;
    width: 35%;
    content: "";
    position: absolute;
}.study_method_p .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
}.study_method_p .growth_graph_6 {
    justify-content: center;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
    transform: translateZ(20px);
}.study_method_p .growth_graph_6:hover {
    transform: translateZ(40px) scale(1.02);
}.study_method_p .growth_graph_6 > div {
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 5px solid rgb(163,200,193);
    padding: 3rem 3.5rem;
    position: relative;
    background: #ffffff;
    max-width: 800px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
}.study_method_p .growth_graph_6 > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
}.study_method_p .growth_graph_6 > div::before {
    bottom: -2px;
    content: "";
    transform: translateZ(-10px);
    left: -2px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(163,200,193), rgb(100,180,167));
    transition: opacity 0.4s ease;
    right: -2px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    position: absolute;
    opacity: 0.1;
    top: -2px;
}.study_method_p .growth_graph_6 > div:hover::before {
    opacity: 0.2;
}.study_method_p h3 {
    padding-bottom: 1rem;
    transform: translateZ(10px);
    font-size: calc(37px * 0.85);
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
}.study_method_p h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
    bottom: 0;
    transform: scaleX(0.8) translateZ(5px);
    position: absolute;
    transform-origin: left;
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 6rem;
}.study_method_p .growth_graph_6 > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}.study_method_p p {
    font-size: 13px;
    margin-bottom: 0;
    transform: translateZ(5px);
    color: #000000;
    line-height: 1.7;
    position: relative;
}.study_method_p p span {
    opacity: 0.9;
    display: block;
    position: relative;
    transition: opacity 0.3s ease;
}.study_method_p p span:hover {
    opacity: 1;
}.study_method_p p span::first-letter {
    font-weight: 600;
    color: rgb(163,200,193);
    font-size: 1.25em;
}

@media screen and (max-width: 991px) {.study_method_p {
    padding: 6rem 0;
}.study_method_p .growth_graph_6 > div {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.study_method_p h3 {
    font-size: calc(37px * 0.75);
}
}

@media screen and (max-width: 767px) {.study_method_p {
    padding: 5rem 0;
}.study_method_p::before,
    .study_method_p::after {
    width: 60%;
}.study_method_p .growth_graph_6 > div {
    transform: perspective(800px) rotateY(0deg);
    padding: 2rem;
}.study_method_p h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}.study_method_p p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media screen and (max-width: 575px) {.study_method_p {
    padding: 4rem 0;
}.study_method_p .container {
    padding: 0 1.5rem;
}.study_method_p .growth_graph_6 > div {
    border-left: 4px solid rgb(163,200,193);
    padding: 1.75rem;
}.study_method_p h3 {
    font-size: calc(37px * 0.65);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}.study_method_p h3::after {
    height: 2px;
    width: 4rem;
}.study_method_p p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}.attempt_now_x {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(100,180,167,0.5), rgb(163,200,193,0.5));
    z-index: 1;
    overflow: hidden;
}.attempt_now_x::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 15px,
    transparent 15px,
    transparent 30px
  );
    top: 0;
    left: 0;
}.attempt_now_x::after {
    width: 80%;
    transform: rotate(35deg);
    top: -50%;
    height: 200%;
    right: -25%;
    background: radial-gradient(
    circle at center,
    rgb(163,200,193,0.5) 0%,
    transparent 70%
  );
    content: "";
    position: absolute;
    z-index: -1;
}.attempt_now_x .container {
    display: flex;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    flex-direction: column;
    gap: 3rem;
    max-width: 1200px;
}.attempt_now_x h2 {
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    max-width: 900px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    color: #000000;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0 auto;
    font-size: 33px;
}.attempt_now_x .growth_graph_6 {
    transform: translateY(0);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    animation: fadeSlideUp 0.8s ease-out 0.2s both;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5)
  );
    max-width: 600px;
    align-items: center;
    border-radius: 4px;
    gap: 2rem;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 2rem;
    box-shadow: 
    0 10px 30px -5px rgba(0, 0, 0, 0.1),
    0 5px 15px -5px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    width: calc(100% - 4rem);
}.attempt_now_x .growth_graph_6:hover {
    transform: translateY(-5px);
    box-shadow: 
    0 15px 35px -5px rgba(0, 0, 0, 0.15),
    0 10px 20px -5px rgba(0, 0, 0, 0.1);
}.attempt_now_x svg {
    width: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    animation: pulse 2s infinite alternate;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 48px;
    flex-shrink: 0;
}.attempt_now_x .growth_graph_6:hover svg {
    transform: scale(1.15) rotate(10deg);
}.attempt_now_x svg path {
    fill: rgb(163,200,193);
    transition: fill 0.3s ease;
}.attempt_now_x .growth_graph_6:hover svg path {
    fill: rgb(100,180,167);
}.attempt_now_x .growth_graph_6 > div {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}.attempt_now_x .inquiry_help_y {
    font-weight: 600;
    padding: 1rem 2.5rem;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.5px;
    overflow: hidden;
    border-radius: 3px;
    background: linear-gradient(
    135deg,
    rgb(163,200,193),
    rgb(100,180,167)
  );
    font-family: Arial, sans-serif;
    font-size: 18px;
    transform: translateZ(0);
    text-align: center;
    display: inline-block;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}.attempt_now_x .inquiry_help_y::before {
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    width: 100%;
    content: "";
}.attempt_now_x .inquiry_help_y:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}.attempt_now_x .inquiry_help_y:hover::before {
    left: 100%;
}.attempt_now_x .inquiry_help_y:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

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

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

@media (max-width: 992px) {.attempt_now_x {
    padding: 5rem 0;
}.attempt_now_x h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.attempt_now_x {
    padding: 4rem 0;
}.attempt_now_x h2 {
    font-size: calc(33px * 0.8);
}.attempt_now_x .growth_graph_6 {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
}.attempt_now_x svg {
    height: 40px;
    width: 40px;
}.attempt_now_x .inquiry_help_y {
    font-size: calc(18px * 0.9);
    padding: 0.875rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.attempt_now_x {
    padding: 3rem 0;
}.attempt_now_x h2 {
    font-size: calc(33px * 0.7);
}.attempt_now_x .container {
    gap: 2rem;
    padding: 0 1rem;
    transform: perspective(1000px) rotateX(1deg);
}.attempt_now_x .growth_graph_6 {
    width: calc(100% - 2rem);
    padding: 1.25rem;
}.attempt_now_x svg {
    width: 36px;
    height: 36px;
}.attempt_now_x .inquiry_help_y {
    padding: 0.75rem 1.75rem;
    font-size: calc(18px * 0.85);
}
}

@media (prefers-reduced-motion: reduce) {.attempt_now_x .container,
  .attempt_now_x h2,
  .attempt_now_x .growth_graph_6,
  .attempt_now_x svg,
  .attempt_now_x .inquiry_help_y::before {
    transition: opacity 0.3s ease;
    animation: none;
}.attempt_now_x .growth_graph_6:hover,
  .attempt_now_x .inquiry_help_y:hover {
    transform: none;
}
}