* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
}.main_core {
    flex: 1 0 auto;
}.wrapper-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1263px;
}.desktop_app {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.modalTrackingConsent {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
    font-family: Arial, sans-serif;
    width: 100%;
    border-top: 3px solid rgb(104,111,103);
    bottom: 0;
    padding: 20px 0;
    background: rgb(104,111,103);
    transition: transform 0.5s ease-in-out;
    z-index: 90;
    position: fixed;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.privacy_learn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
}.modalTrackingConsent h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}.modalTrackingConsent p {
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    font-size: 17px;
}.data_agree {
    align-items: center;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(147,161,148));
    flex-shrink: 0;
    margin-right: 15px;
    justify-content: center;
}.data_agree svg {
    fill: rgb(147,161,148);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.data_agree:hover svg {
    transform: scale(1.1);
}.track_settings {
    line-height: 40px;
    box-shadow: 0 0 15px rgb(147,161,148);
    flex-shrink: 0;
    min-width: 140px;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    color: #000000;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    border-radius: 18px;
    cursor: pointer;
}.track_settings:hover {
    box-shadow: 0 0 20px rgb(104,111,103);
}.cookie_button.cookie_visitor:hover {
    box-shadow: 0 0 15px rgb(104,111,103);
}.modalTrackingConsent p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(147,161,148);
}.modalTrackingConsent p a:hover {
    color: rgb(104,111,103);
}#policyPopupWindow {
    display: none;
}#policyPopupWindow:checked ~ .modalTrackingConsent {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.modalTrackingConsent {
    padding: 15px 0;
}.privacy_learn {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data_agree {
    display: none;
}.privacy_learn {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.modalTrackingConsent h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.gdpr_banner {
    margin-bottom: 15px;
}.track_settings {
    min-width: 100%;
    margin: 10px 0;
}}
.mentorship_experience {
    position: relative;
    padding: 80px 40px;
    background: rgb(195,200,173);
    overflow: hidden;
    min-height: 450px;
}.mentorship_experience::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(147,161,148,0.5) 30px,
        rgb(147,161,148,0.5) 32px
    );
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.05;
    top: 0;
}.mentorship_experience .client_quotes {
    position: relative;
    display: flex;
    max-width: 1000px;
    perspective: 1000px;
    transform-style: preserve-3d;
    flex-direction: column;
    margin: 0 auto;
}.mentorship_experience .img_shadow_box {
    height: 140px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 60px;
    width: 140px;
    overflow: hidden;
    border-radius: 50%;
    z-index: 5;
    border: 4px solid #ffffff;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}.mentorship_experience .client_quotes:hover .img_shadow_box {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(147,161,148);
}.mentorship_experience .exp_box {
    overflow: hidden;
    transform: translateZ(0);
    background: #ffffff;
    margin-top: -40px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 60px 40px 40px;
}.mentorship_experience .client_quotes:hover .exp_box {
    transform: translateZ(30px);
}.mentorship_experience .exp_box::before {
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(147,161,148), rgb(104,111,103));
    content: "";
    top: 0;
    left: 0;
    height: 0;
    transition: height 0.5s ease;
}.mentorship_experience .client_quotes:hover .exp_box::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}.mentorship_experience .name {
    transform: translateX(0);
    color: #000000;
    letter-spacing: 1px;
    font-size: 28px;
    margin-bottom: 5px;
    transition: all 0.4s ease;
    font-weight: 700;
}.mentorship_experience .client_quotes:hover .name {
    transform: translateX(15px);
    color: rgb(147,161,148);
}.mentorship_experience .exp_box > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
    margin-bottom: 25px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: rgb(104,111,103);
    text-transform: uppercase;
    font-size: 14px;
    transform: translateX(0);
}.mentorship_experience .client_quotes:hover .exp_box > div:nth-child(2) {
    transform: translateX(15px);
}.mentorship_experience .emp_wrap {
    transform: translateY(0);
    transition: all 0.4s ease 0.2s;
    position: relative;
    padding: 20px 0;
    opacity: 0.9;
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
}.mentorship_experience .client_quotes:hover .emp_wrap {
    transform: translateY(-5px);
}.mentorship_experience .emp_wrap::before,
.mentorship_experience .emp_wrap::after {
    width: 35px;
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    height: 1px;
    background: rgb(104,111,103,0.5);
}.mentorship_experience .emp_wrap::before {
    left: 0;
    top: 0;
}.mentorship_experience .emp_wrap::after {
    bottom: 0;
    right: 0;
}.mentorship_experience .client_quotes:hover .emp_wrap::before,
.mentorship_experience .client_quotes:hover .emp_wrap::after {
    height: 2px;
    width: 100px;
    background: rgb(104,111,103);
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(147,161,148,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(147,161,148);
    }
}

@media (min-width: 768px) {.mentorship_experience .client_quotes {
    flex-direction: row;
    align-items: center;
}.mentorship_experience .img_shadow_box {
    height: 180px;
    margin-left: 0;
    width: 180px;
    z-index: 5;
    margin-right: -80px;
}.mentorship_experience .exp_box {
    margin-top: 0;
    flex: 1;
    padding-left: 100px;
}
}

@media (max-width: 767px) {.mentorship_experience {
    padding: 60px 20px;
}.mentorship_experience .exp_box {
    padding: 60px 25px 35px;
}.mentorship_experience .name {
    font-size: calc(28px - 4px);
}.mentorship_experience .exp_box > div:nth-child(2) {
    font-size: calc(14px - 1px);
}.mentorship_experience .emp_wrap {
    font-size: calc(14px - 1px);
}}.pricing_zone {
    background-color: rgb(195,200,173);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.pricing_zone::before {
    height: 12rem;
    width: 12rem;
    opacity: 0.07;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(15deg);
    right: -3rem;
    background: linear-gradient(135deg, rgb(147,161,148), rgb(104,111,103));
    position: absolute;
    content: "";
    top: -3rem;
}.pricing_zone::after {
    content: "";
    transform: rotate(-10deg);
    left: -5rem;
    background: linear-gradient(45deg, rgb(104,111,103), rgb(147,161,148,0.5));
    height: 18rem;
    z-index: 0;
    width: 18rem;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.05;
    bottom: -5rem;
    position: absolute;
}.pricing_zone .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.pricing_zone .lesson_fees {
    display: flex;
    flex-direction: column;
}.pricing_zone .pricing_fees {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}.pricing_zone .pricing_fees h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-size: 37px;
    display: inline-block;
}.pricing_zone .pricing_fees h2::after {
    content: "";
    background: linear-gradient(90deg, rgb(147,161,148), transparent);
    width: 60%;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -0.5rem;
}.pricing_zone .pricing_tiers {
    max-width: 800px;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1rem;
}.pricing_zone .plan_matrix {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
}.pricing_zone .deal_grid {
    color: #000000;
    z-index: 2;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
    text-decoration: none;
}.pricing_zone .pay_options {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    flex-direction: column;
    background-color: #ffffff;
    transform: translateY(0);
    min-height: 480px;
    position: relative;
    display: flex;
}.pricing_zone .deal_grid:hover .pay_options {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.pricing_zone .premium_grid {
    padding: 2rem;
    z-index: 2;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    flex: 1;
    display: flex;
}.pricing_zone .premium_grid h3 {
    margin-bottom: 0.5rem;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: calc(20px + 0.1rem);
    display: inline-block;
    position: relative;
}.pricing_zone .deal_grid:hover .premium_grid h3 {
    color: rgb(147,161,148);
}.pricing_zone .cost_summary {
    margin-bottom: 1.5rem;
    font-size: calc(20px + 0.5rem);
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    color: rgb(147,161,148);
    font-weight: 700;
}.pricing_zone .cost_summary::before {
    transform-origin: left;
    height: 2px;
    transition: transform 0.4s ease;
    background-color: rgb(147,161,148,0.5);
    bottom: -0.75rem;
    left: 0;
    width: 3rem;
    position: absolute;
    transform: scaleX(1);
    content: "";
}.pricing_zone .deal_grid:hover .cost_summary::before {
    transform: scaleX(1.5);
}.pricing_zone .premium_grid p {
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
    margin-bottom: 1.5rem;
    flex-grow: 1;
    font-size: calc(16px - 0.1rem);
    overflow-wrap: break-word;
}.pricing_zone .img_shadow_box {
    overflow: hidden;
    height: 180px;
    width: 100%;
    position: relative;
    transition: transform 0.6s ease;
}.pricing_zone .img_shadow_box::after {
    bottom: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    content: "";
    opacity: 0.7;
}.pricing_zone .deal_grid:hover .img_shadow_box {
    transform: scale(1.03);
}.pricing_zone .deal_grid:hover .img_shadow_box::after {
    opacity: 0.4;
}.pricing_zone .pay_options::before {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 5px;
    transform: scaleX(0);
    content: "";
}.pricing_zone .deal_grid:hover .pay_options::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.pricing_zone .lesson_fees {
    gap: 2rem;
    flex-direction: row;
    align-items: flex-start;
}.pricing_zone .pricing_fees {
    order: 0;
    padding-top: 2rem;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing_zone .plan_matrix {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.pricing_zone .pay_options {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.pricing_zone {
    padding: 3rem 0;
}.pricing_zone .plan_matrix {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.pricing_zone .pricing_fees h2 {
    display: block;
    text-align: center;
}.pricing_zone .pricing_fees h2::after {
    transform: translateX(-50%);
    width: 100px;
    left: 50%;
}.pricing_zone .pricing_tiers {
    text-align: center;
}.pricing_zone .pay_options {
    min-height: auto;
}.pricing_zone .premium_grid {
    padding: 1.5rem;
}.pricing_zone .img_shadow_box {
    height: 160px;
}
}

@media (min-width: 1024px) {.pricing_zone .plan_matrix {
    grid-template-columns: repeat(2, 1fr);
}.pricing_zone .deal_grid:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.pricing_zone .pricing_fees {
    padding-top: 4rem;
}.pricing_zone .deal_grid:hover {
    z-index: 5;
}.pricing_zone .plan_matrix {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
    column-gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.pricing_zone .deal_grid,
    .pricing_zone .pay_options,
    .pricing_zone .img_shadow_box,
    .pricing_zone .cost_summary::before,
    .pricing_zone .pay_options::before {
    transition: none;
}}footer {
    position: relative;
    width: 100%;
}.desktop_app {
    overflow: hidden;
    position: relative;
    padding: 0 0 30px;
    font-family: Arial, sans-serif;
}footer .design_res {
    position: relative;
    z-index: 1;
}footer .form_learn {
    background-color: rgb(104,111,103);
    justify-content: center;
    gap: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    flex-wrap: wrap;
    display: flex;
    position: relative;
    margin-bottom: 70px;
    padding: 40px 20px;
    color: #ffffff;
}footer .form_learn::after {
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    width: 100%;
    content: "";
    left: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
}footer .info_item {
    padding: 10px 20px;
    display: flex;
    border-radius: 10px;
    max-width: 300px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    fill: #ffffff;
    height: 22px;
    width: 22px;
    margin-right: 15px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: -30px;
}footer .text_main_holder::before {
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    content: "";
    background-color: #ffffff;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}footer .site_nav {
    padding-top: 60px;
    text-align: center;
}footer .site_nav svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .ssl_info {
    max-width: 350px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
}footer .top_expert {
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(195,200,173);
    position: relative;
    margin: 0 20px;
}footer .top_expert h5 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
    color: #000000;
}footer .top_expert h5::after {
    background: linear-gradient(90deg, rgb(147,161,148), transparent);
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -8px;
    left: 0;
}footer .head_pagebar {
    flex-wrap: wrap;
    display: flex;
    gap: 10px 30px;
    margin-bottom: 25px;
    flex-direction: column;
}footer .head_pagebar a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    padding: 8px 0;
    font-size: 16px;
    flex: 1 0 calc(50% - 30px);
    position: relative;
}footer .head_pagebar a::after {
    content: "";
    transition: width 0.3s ease;
    height: 1px;
    background-color: rgb(147,161,148);
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}footer .head_pagebar a:hover {
    padding-left: 5px;
    color: rgb(147,161,148);
}footer .head_pagebar a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    color: #ffffff;
    position: relative;
    background-color: rgb(147,161,148);
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    position: absolute;
    content: "";
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .updates_box {
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: #000000;
    font-weight: 600;
    padding: 15px;
    color: #ffffff;
}footer .updates_box:hover {
    background-color: rgb(104,111,103);
}footer .footer_benefit {
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}footer .abuse_ctrl {
    font-size: 15px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .updates_box {
    white-space: nowrap;
}footer .site_nav {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .form_learn {
    padding: 30px 15px 50px;
}footer .top_expert, footer .subscribe_holder {
    margin: 0 10px;
    padding: 25px 20px;
}footer .footer_benefit {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .form_learn {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_expert h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .head_pagebar a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .updates_box {
    padding: 12px;
}}.privacy_harbor {
    line-height: 1.6;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}.privacy_harbor h1 {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(147,161,148);
    font-weight: 700;
    color: rgb(147,161,148);
    font-size: 48px;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px;
}.privacy_harbor h2 {
    font-size: 29px;
    padding-bottom: 8px;
    color: rgb(104,111,103);
    margin-top: 30px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(104,111,103);
    margin-bottom: 15px;
}.privacy_harbor h3, .privacy_harbor h4, .privacy_harbor h5, .privacy_harbor h6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 25px;
}.privacy_harbor ul, .privacy_harbor ol {
    padding-left: 0;
    list-style-position: inside;
    margin: 0;
    padding: 10px 0;
}.privacy_harbor li {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    color: #000000;
    line-height: 1.8;
}.privacy_harbor section {
    background: #ffffff;
}.privacy_harbor p, .privacy_harbor span, .privacy_harbor div {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy_harbor {
    box-shadow: none;
    padding: 20px;
}.privacy_harbor h1, .privacy_harbor h2 {
    font-size: calc(22px - 5px);
    border-bottom-width: 1px;
    text-align: left;
}.privacy_harbor ul, .privacy_harbor ol {
    padding: 10px 0;
}.privacy_harbor li {
    padding: 5px 0;
}.privacy_harbor p, .privacy_harbor span, .privacy_harbor div {
    padding-bottom: 5px;
}}.company_info {
    position: relative;
    background: rgb(195,200,173);
    padding: 100px 0;
    overflow: hidden;
}.company_info::before {
    opacity: 0.15;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,161,148,0.5) 0%, transparent 50%, rgb(104,111,103,0.5) 100%);
}.company_info .container {
    position: relative;
    z-index: 2;
}.company_info .story_visual {
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.company_info h3 {
    position: relative;
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: center;
}.company_info h3::after {
    bottom: -15px;
    width: 50px;
    position: absolute;
    height: 3px;
    left: 50%;
    background: rgb(147,161,148);
    transform: translateX(-50%);
    content: "";
}.company_info .study_experts,
.company_info .study_program {
    margin-bottom: 30px;
    width: calc(50% - 30px);
    position: relative;
}.company_info .study_experts {
    margin-right: 60px;
    padding-right: 30px;
}.company_info .study_experts span {
    font-size: 24px;
    color: rgb(147,161,148);
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid rgb(147,161,148,0.5);
    display: inline-block;
    font-weight: 600;
}.company_info .study_experts p,
.company_info .study_program p {
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 30px;
}.company_info .img_shadow_box,
.company_info .skill_track {
    height: 320px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 18px 18px 0 18px;
}.company_info .img_shadow_box:hover,
.company_info .skill_track:hover {
    transform: scale(1.02);
}.company_info .img_shadow_box::after,
.company_info .skill_track::after {
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}.company_info .img_shadow_box::before,
.company_info .skill_track::before {
    border-left-color: rgb(147,161,148,0.5);
    position: absolute;
    top: 0;
    border-radius: 18px 18px 0 18px;
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    z-index: 2;
    border: 8px solid transparent;
    height: 100%;
    border-bottom-color: rgb(147,161,148,0.5);
}.company_info .skill_track::before {
    border-left-color: rgb(104,111,103,0.5);
    border-bottom-color: rgb(104,111,103,0.5);
}.company_info .img_shadow_box:hover::before,
.company_info .skill_track:hover::before {
    opacity: 1;
}.company_info .story_visual::before {
    transform: translate(-50%, -50%);
    content: "";
    height: 70%;
    width: 2px;
    background: linear-gradient(to bottom, rgb(147,161,148,0.5), rgb(104,111,103,0.5));
    left: 50%;
    top: 50%;
    position: absolute;
}.company_info .story_visual::after {
    height: 20px;
    width: 20px;
    left: 50%;
    content: "";
    background: #ffffff;
    position: absolute;
    border: 2px solid rgb(147,161,148);
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {.company_info {
    padding: 80px 0;
}.company_info h3 {
    margin-bottom: 50px;
}.company_info .study_experts,
    .company_info .study_program {
    width: calc(50% - 20px);
}.company_info .study_experts {
    margin-right: 40px;
}.company_info .img_shadow_box,
    .company_info .skill_track {
    height: 280px;
}
}

@media (max-width: 992px) {.company_info h3 {
    margin-bottom: 40px;
}.company_info .study_experts,
    .company_info .study_program {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}.company_info .study_program {
    margin-top: 50px;
}.company_info .story_visual::before,
    .company_info .story_visual::after {
    display: none;
}
}

@media (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info h3 {
    letter-spacing: 1px;
    font-size: calc(28px * 0.9);
}.company_info .study_experts span {
    font-size: calc(24px * 0.95);
}.company_info .img_shadow_box,
    .company_info .skill_track {
    height: 260px;
}
}

@media (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 35px;
}.company_info .study_experts span {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.company_info .study_experts p,
    .company_info .study_program p {
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}.company_info .img_shadow_box,
    .company_info .skill_track {
    height: 220px;
}.company_info .img_shadow_box::before,
    .company_info .skill_track::before {
    border-width: 6px;
}}

.company_info .study_program p {
    padding-left: 25px;
    position: relative;
}.company_info .study_program p::before {
    background: rgb(104,111,103,0.5);
    top: 5px;
    border-radius: 10px;
    position: absolute;
    width: 4px;
    content: "";
    bottom: 5px;
    left: 0;
}.company_info .study_experts::after {
    left: -10px;
    content: "";
    border-left: 3px solid rgb(147,161,148);
    position: absolute;
    border-top: 3px solid rgb(147,161,148);
    top: -10px;
    opacity: 0.7;
    height: 50px;
    width: 50px;
}.company_info .study_program::after {
    position: absolute;
    opacity: 0.7;
    right: -10px;
    border-right: 3px solid rgb(104,111,103);
    bottom: -10px;
    border-bottom: 3px solid rgb(104,111,103);
    width: 50px;
    content: "";
    height: 50px;
}header {
    z-index: 100;
    background: rgb(195,200,173);
    padding: 1.2rem 0;
    position: relative;
}header::before {
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    left: 0;
    background: linear-gradient(135deg, 
        rgb(147,161,148,0.5) 0%, 
        transparent 50%, 
        rgb(104,111,103,0.5) 100%);
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}header .head_expert {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 26px;
    padding: 1rem;
    gap: 1rem;
}header .header_train {
    justify-content: center;
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    margin-bottom: 0.5rem;
}header .header_train::before {
    bottom: 0;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(147,161,148,0.5), 
        rgb(104,111,103,0.5), 
        rgb(147,161,148,0.5), 
        transparent);
}header .header_train svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .header_train:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(147,161,148,0.5));
}header .top_expert {
    gap: 0.4rem;
    background: rgb(195,200,173);
    border-radius: 10px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 0.6rem;
    justify-content: center;
}header .nav_begin {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    border-radius: 10px;
}header .nav_begin::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    content: '';
    background: linear-gradient(135deg, rgb(147,161,148), rgb(104,111,103));
}header .nav_begin:hover {
    color: #ffffff;
}header .nav_begin:hover::before {
    opacity: 1;
}header .nav_begin::after {
    content: '';
    left: 0;
    width: 100%;
    transform-origin: left;
    bottom: 0;
    background: linear-gradient(to right, rgb(147,161,148), rgb(104,111,103));
    height: 2px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    position: absolute;
}header .nav_begin:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_expert {
    padding: 0.8rem;
    gap: 0.8rem;
}header .header_train svg {
    width: 140px;
}header .top_expert {
    padding: 0.5rem;
}header .nav_begin {
    padding: 0.4rem 0.8rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .head_expert {
    padding: 0.7rem;
    gap: 0.7rem;
}header .header_train svg {
    width: 120px;
}header .top_expert {
    padding: 0.4rem;
    gap: 0.3rem;
}header .nav_begin {
    padding: 0.3rem 0.7rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .head_expert {
    padding: 0.6rem;
    gap: 0.6rem;
}header .header_train svg {
    width: 110px;
}header .top_expert {
    padding: 0.4rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .top_expert::-webkit-scrollbar {
    height: 2px;
}header .top_expert::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(147,161,148);
}header .nav_begin {
    flex-shrink: 0;
    white-space: nowrap;
}}.title_welcome {
    align-items: center;
    overflow: hidden;
    display: flex;
    background: linear-gradient(135deg, rgb(104,111,103,0.5) 0%, rgb(147,161,148) 100%);
    justify-content: center;
    min-height: 100vh;
    position: relative;
    padding: 2rem;
}.title_welcome::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);
    pointer-events: none;
}.title_welcome::after {
    opacity: 0.6;
    position: absolute;
    bottom: -5px;
    content: "";
    width: 100%;
    height: 10px;
    filter: blur(8px);
    background: rgb(147,161,148);
    left: 0;
}.title_welcome .fast_school {
    max-width: 1200px;
    width: 100%;
    gap: 3rem;
    display: grid;
    z-index: 1;
    position: relative;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
}.title_welcome .fast_school:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_welcome .fast_school > div:first-child {
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    backdrop-filter: blur(12px);
    transform: translateY(20px);
    background: rgba(255,255,255,0.08);
    position: relative;
    animation: slideUp 0.8s ease-out 0.2s forwards;
    padding: 2rem;
}.title_welcome .fast_school > div:first-child::before {
    transform-origin: bottom;
    width: 4px;
    animation: scaleIn 0.6s ease-out 0.9s forwards;
    background: rgb(104,111,103);
    transform: scaleY(0);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}.title_welcome h3 {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    z-index: 1;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    margin: 0;
    position: relative;
}.title_welcome .fast_school > div:nth-child(2) {
    position: relative;
}.title_welcome .fast_school > div:nth-child(2) > div {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.title_welcome .why_choose {
    animation: slideUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    width: 100%;
}.title_welcome h1 {
    line-height: 1.2;
    position: relative;
    transition: transform 0.4s ease;
    color: #ffffff;
    font-size: clamp(2rem, 8vw, 48px);
    text-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transform: scale(0.95);
    margin: 0 0 2rem 0;
    transform-origin: left center;
    z-index: 2;
    font-weight: 700;
}.title_welcome h1:hover {
    transform: scale(1);
}.title_welcome h1::after {
    width: 80px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    content: "";
    left: 0;
    animation: scaleIn 0.6s ease-out 1.2s forwards;
    background: rgb(104,111,103);
    height: 4px;
    bottom: -12px;
}.title_welcome .why_choose > div {
    position: relative;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    min-height: 200px;
    align-items: center;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 600px;
}.title_welcome .why_choose > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_welcome .why_choose > div::before {
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(to right, rgb(147,161,148,0.5) 0%, transparent 50%, rgb(147,161,148,0.5) 100%);
    content: "";
    position: absolute;
    width: 100%;
}.title_welcome p {
    transform: translateX(-10px);
    position: relative;
    line-height: 1.6;
    font-size: clamp(1rem, 3vw, 17px);
    font-weight: 400;
    backdrop-filter: blur(4px);
    background: rgba(0,0,0,0.5);
    max-width: 80%;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: transform 0.4s ease;
    padding: 2rem;
    margin: 0;
    color: #ffffff;
    border-left: 3px solid rgb(104,111,103);
}.title_welcome p:hover {
    transform: translateX(0);
}

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

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

@media screen and (min-width: 768px) {.title_welcome .fast_school {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_welcome .fast_school > div:first-child {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.title_welcome .why_choose > div {
    min-height: 300px;
}.title_welcome h3 {
    padding-right: 2rem;
}.title_welcome h1 {
    margin: 0 0 3rem 0;
}
}

@media screen and (min-width: 1200px) {.title_welcome {
    padding: 0;
}.title_welcome .fast_school {
    grid-template-columns: 45% 55%;
}.title_welcome .fast_school > div:first-child {
    padding: 4rem;
}.title_welcome .why_choose > div {
    transform: perspective(1500px) rotateY(-8deg) translateZ(0);
    min-height: 350px;
}.title_welcome .why_choose > div:hover {
    transform: perspective(1500px) rotateY(-2deg) translateZ(30px);
}.title_welcome h1::after {
    width: 120px;
}
}

@media (prefers-reduced-motion: reduce) {.title_welcome .fast_school,
  .title_welcome .fast_school:hover,
  .title_welcome .why_choose,
  .title_welcome .why_choose > div,
  .title_welcome .why_choose > div:hover,
  .title_welcome h1,
  .title_welcome h1:hover,
  .title_welcome p,
  .title_welcome p:hover {
    transform: none;
    transition: none;
    animation: none;
}.title_welcome .fast_school > div:first-child,
  .title_welcome .why_choose {
    opacity: 1;
}.title_welcome h1::after,
  .title_welcome .fast_school > div:first-child::before {
    transform: scaleX(1) scaleY(1);
}}.connect_with_us {
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgb(147,161,148,0.5) 100%);
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.connect_with_us::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(104,111,103,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(147,161,148,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    height: 100%;
    animation: pulse 15s infinite alternate;
    top: 0;
    content: '';
    left: 0;
    z-index: 0;
}.connect_with_us::after {
    background-image: 
        linear-gradient(45deg, rgb(147,161,148,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(147,161,148,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(147,161,148,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(147,161,148,0.5) 75%);
    z-index: 1;
    position: absolute;
    width: 100%;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    opacity: 0.05;
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    background-size: 200px 200px;
}.connect_with_us .img_shadow_box {
    filter: grayscale(40%) contrast(120%);
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    left: 0;
    top: 0;
    z-index: 2;
}.connect_with_us .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.connect_with_us h3 {
    font-size: 30px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
}.connect_with_us h3::after {
    border-radius: 10px;
    background: rgb(147,161,148);
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    content: '';
    position: absolute;
    height: 4px;
    left: 50%;
}.connect_with_us .connect_box {
    flex-wrap: wrap;
    border-radius: 19px;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.connect_with_us .connect_box::before {
    z-index: -1;
    top: -5px;
    animation: border-glow 5s infinite linear;
    background: linear-gradient(45deg, rgb(104,111,103), rgb(147,161,148), rgb(104,111,103));
    left: -5px;
    border-radius: calc(19px + 5px);
    content: '';
    position: absolute;
    right: -5px;
    bottom: -5px;
}.connect_with_us .contact_message {
    padding: 40px;
    flex: 1 1 60%;
    position: relative;
    overflow: hidden;
}.connect_with_us .contact_message::before {
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    z-index: 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    height: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    opacity: 0.3;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    width: 100%;
}.connect_with_us .contact_message #contact {
    position: relative;
    z-index: 1;
}.connect_with_us .contact_message h3 {
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 19px;
}.connect_with_us .contact_message h3::after {
    transform: none;
    left: 0;
    width: 60px;
}.connect_with_us .contact_message input[type="text"],
.connect_with_us .contact_message textarea {
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.02);
    color: #000000;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
}.connect_with_us .contact_message input[type="text"]:focus,
.connect_with_us .contact_message textarea:focus {
    border-color: rgb(147,161,148);
    box-shadow: 0 0 0 3px rgb(147,161,148,0.5);
    outline: none;
    background-color: #ffffff;
}.connect_with_us .contact_message textarea {
    height: 120px;
    resize: vertical;
}.connect_with_us .contact_message .query_list {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.connect_with_us .contact_message .query_list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us .contact_message .query_list label {
    line-height: 1.5;
    padding-left: 35px;
    font-size: calc(15px - 2px);
    position: relative;
    color: #000000;
    cursor: pointer;
}.connect_with_us .contact_message .query_list label::before {
    width: 22px;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    content: '';
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    border-radius: 10px;
    top: 2px;
}.connect_with_us .contact_message .query_list input[type="checkbox"]:checked + label::before {
    border-color: rgb(147,161,148);
    background-color: rgb(147,161,148);
}.connect_with_us .contact_message .query_list input[type="checkbox"]:checked + label::after {
    content: '';
    left: 7px;
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    top: 9px;
    height: 4px;
    position: absolute;
}.connect_with_us .contact_message .query_list a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(147,161,148);
}.connect_with_us .contact_message .query_list a:hover {
    color: rgb(104,111,103);
    text-decoration: underline;
}.connect_with_us .contact_message .connect_map {
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border-radius: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
    padding: 15px 30px;
}.connect_with_us .contact_message .connect_map::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: all 0.5s ease;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}.connect_with_us .contact_message .connect_map:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.connect_with_us .contact_message .connect_map:hover::before {
    left: 100%;
}.connect_with_us .feedback_message {
    padding: 40px;
    background: linear-gradient(135deg, rgb(104,111,103) 0%, rgb(147,161,148) 100%);
    flex: 1 1 40%;
    position: relative;
    overflow: hidden;
}.connect_with_us .feedback_message::before {
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    opacity: 0.6;
    width: 100%;
}.connect_with_us .feedback_message h4 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 19px;
}.connect_with_us .feedback_message h4::after {
    border-radius: 10px;
    height: 3px;
    width: 60px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #ffffff;
}.connect_with_us .feedback_message .query_widget {
    margin: 0;
    padding: 0;
    list-style: none;
}.connect_with_us .feedback_message .query_widget li {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
    align-items: flex-start;
}.connect_with_us .feedback_message .query_widget li svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.connect_with_us .feedback_message .query_widget li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_with_us .feedback_message .query_widget li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.connect_with_us .feedback_message .query_widget li span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}.connect_with_us .feedback_message .query_widget li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.connect_with_us .feedback_message .query_widget li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us .container {
    padding: 0 15px;
}.connect_with_us .connect_box {
    flex-direction: column;
}.connect_with_us .contact_message,
    .connect_with_us .feedback_message {
    flex: 1 1 100%;
}.connect_with_us .contact_message {
    padding: 30px;
}.connect_with_us .feedback_message {
    padding: 30px;
}
}

@media (max-width: 768px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us h3 {
    font-size: calc(30px - 4px);
    margin-bottom: 30px;
}.connect_with_us .contact_message h3,
    .connect_with_us .feedback_message h4 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}.connect_with_us .contact_message input[type="text"],
    .connect_with_us .contact_message textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_with_us .contact_message textarea {
    height: 100px;
}.connect_with_us .contact_message .connect_map {
    padding: 12px 25px;
    font-size: calc(20px - 1px);
}.connect_with_us .feedback_message .query_widget li {
    margin-bottom: 20px;
}.connect_with_us .feedback_message .query_widget li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.connect_with_us {
    padding: 30px 0;
}.connect_with_us .contact_message,
    .connect_with_us .feedback_message {
    padding: 20px;
}.connect_with_us h3 {
    font-size: calc(30px - 6px);
}.connect_with_us .contact_message .query_list label {
    font-size: calc(15px - 3px);
}}.data_overview {
    padding: 7rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(245, 245, 250, 0.95) 100%);
}.data_overview::before {
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    background-image: linear-gradient(60deg, rgb(147,161,148,0.5) 10%, transparent 70%);
    height: 100%;
    position: absolute;
    opacity: 0.08;
    top: 0;
}.data_overview::after {
    bottom: -2px;
    height: 6px;
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(147,161,148) 0%, transparent 50%, rgb(147,161,148) 100%);
    left: 0;
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
}.data_overview h3 {
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 3rem;
    position: relative;
    z-index: 3;
    color: #000000;
    text-align: center;
}.data_overview h3::after {
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, transparent, rgb(147,161,148), transparent);
    content: "";
    position: absolute;
    bottom: -15px;
}.data_overview .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}.data_overview ul {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.data_overview .extra_pro {
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(250, 250, 255, 0.8));
    display: flex;
    box-shadow: 
        0 10px 30px -10px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease-out;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    transform: translateY(0);
}.data_overview .extra_pro::before {
    top: 0;
    height: 40%;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(to bottom, rgb(147,161,148), transparent);
    width: 3px;
}.data_overview .extra_pro::after {
    width: 60%;
    background: linear-gradient(to left, rgb(147,161,148), transparent);
    right: 0;
    opacity: 0.4;
    position: absolute;
    height: 2px;
    content: "";
    bottom: 0;
}.data_overview .extra_pro span {
    order: 1;
    color: #000000;
    font-size: 1rem;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
}.data_overview .extra_pro p {
    transform: translateY(0);
    font-weight: 700;
    margin: 0 0 0.8rem;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    font-size: 3.5rem;
    order: 0;
    line-height: 1;
    color: rgb(147,161,148);
}.data_overview .extra_pro:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.05);
}.data_overview .extra_pro:hover p {
    transform: scale(1.05);
}.data_overview .extra_pro:nth-child(odd) {
    transform: translateY(10px);
}.data_overview .extra_pro:nth-child(odd):hover {
    transform: translateY(5px);
}.data_overview .extra_pro:nth-child(3n+1)::before {
    right: 0;
    background: linear-gradient(to bottom, rgb(104,111,103), transparent);
    left: auto;
}.data_overview .extra_pro:nth-child(3n+1) p {
    color: rgb(104,111,103);
}.data_overview .extra_pro:nth-child(3n+2) {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(248, 248, 255, 0.85));
}.data_overview .extra_pro:nth-child(3n+3)::after {
    background: linear-gradient(to right, rgb(147,161,148), transparent);
    right: auto;
    left: 0;
}

@media (min-width: 768px) {.data_overview {
    padding: 9rem 3rem;
}.data_overview h3 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.1);
}.data_overview ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.data_overview .extra_pro {
    padding: 3rem 2rem;
}.data_overview .extra_pro span {
    font-size: 1.1rem;
}.data_overview .extra_pro p {
    font-size: 4rem;
}
}

@media (min-width: 1200px) {.data_overview {
    padding: 10rem 4rem;
}.data_overview h3 {
    font-size: calc(34px * 1.2);
}.data_overview ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
}.data_overview .extra_pro {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                    box-shadow 0.5s ease-out;
    transform: translateY(0);
}.data_overview .extra_pro:nth-child(odd) {
    transform: translateY(20px);
}.data_overview .extra_pro:nth-child(even) {
    transform: translateY(-10px);
}.data_overview .extra_pro:hover {
    transform: translateY(-15px);
}.data_overview .extra_pro:nth-child(odd):hover {
    transform: translateY(5px);
}.data_overview .extra_pro:nth-child(even):hover {
    transform: translateY(-25px);
}
}

@media (max-width: 767px) {.data_overview {
    padding: 5rem 1.5rem;
}.data_overview h3 {
    margin-bottom: 2.5rem;
    font-size: 21px;
}.data_overview ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_overview .extra_pro {
    padding: 2rem 1rem;
}.data_overview .extra_pro p {
    font-size: 3rem;
}.data_overview .extra_pro span {
    font-size: 0.95rem;
}}.tyBox {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgb(104,111,103,0.5) 100%);
    perspective: 1000px;
    position: relative;
}.tyBox::before {
    opacity: 0.7;
    top: -10%;
    content: "";
    animation: floatGradient 15s ease-in-out infinite alternate;
    position: absolute;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgb(147,161,148,0.5) 0%, transparent 70%);
    width: 60%;
    transform: rotate(-15deg);
    right: -5%;
    height: 70%;
}.tyBox::after {
    position: absolute;
    content: "";
    z-index: 1;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    width: 70%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgb(104,111,103,0.5) 0%, transparent 70%);
    transform: rotate(10deg);
    bottom: -5%;
    opacity: 0.5;
    left: -10%;
}.tyBox .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
}.tyBox .story_visual {
    transform: rotateX(5deg);
    padding: 3rem;
    flex-direction: column;
    position: relative;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
}.tyBox .story_visual:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotateX(0deg) translateY(-5px);
}.tyBox .story_visual > div:first-child {
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
    position: relative;
}.tyBox .story_visual:hover > div:first-child {
    transform: translateZ(40px);
}.tyBox .story_visual > div:first-child::before {
    content: "";
    top: -10px;
    width: 60px;
    background: rgb(147,161,148);
    opacity: 0.1;
    left: -20px;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    height: 60px;
    transform: rotate(25deg);
}.tyBox .story_visual > div:first-child::after {
    position: absolute;
    background: rgb(104,111,103);
    width: 70px;
    opacity: 0.2;
    height: 10px;
    content: "";
    bottom: -15px;
    transform: skewX(-20deg);
    right: 30px;
}.tyBox h5 {
    position: relative;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
    transform: translateX(0);
    line-height: 1.4;
    color: #000000;
    padding-bottom: 1rem;
}.tyBox h5::after {
    width: 0;
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
    height: 3px;
}.tyBox .story_visual:hover h5::after {
    width: 80px;
}.tyBox .story_visual > div:last-child {
    transform: translateZ(15px);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}.tyBox .story_visual:hover > div:last-child {
    transform: translateZ(25px);
}.tyBox a {
    position: relative;
    transition: transform 0.5s ease;
    display: block;
    text-decoration: none;
    overflow: hidden;
}.tyBox a::before {
    z-index: -1;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    height: 100%;
    transform-origin: left;
    background: rgb(147,161,148);
    content: "";
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    opacity: 0;
    position: absolute;
}.tyBox a:hover::before {
    transform: scaleX(1);
    opacity: 0.05;
}.tyBox p {
    line-height: 1.8;
    margin: 0;
    position: relative;
    transition: transform 0.4s ease, color 0.3s ease;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}.tyBox a:hover p {
    transform: translateY(-2px);
    color: #000000;
}

@keyframes floatGradient {
    0% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
    100% {
        transform: translateY(0) rotate(-15deg);
    }
}

@media screen and (min-width: 768px) {.tyBox {
    padding: 8rem 0;
}.tyBox .story_visual {
    padding: 4rem;
    margin: 0 auto;
    max-width: 90%;
}.tyBox h5 {
    line-height: 1.3;
    font-size: calc(24px * 1.2);
}.tyBox p {
    line-height: 1.7;
    font-size: calc(16px * 1.1);
}.tyBox .story_visual > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.tyBox {
    padding: 10rem 0;
}.tyBox .story_visual {
    padding: 5rem;
    max-width: 80%;
    align-items: center;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.tyBox .story_visual > div:first-child {
    margin-bottom: 0;
}.tyBox h5 {
    font-size: calc(24px * 1.3);
}.tyBox h5::after {
    width: 0;
}.tyBox .story_visual:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.tyBox {
    padding: 4rem 0;
}.tyBox .story_visual {
    padding: 2rem;
    transform: rotateX(2deg);
}.tyBox h5 {
    font-size: 24px;
}.tyBox p {
    line-height: 1.6;
    font-size: 16px;
}.tyBox .story_visual > div:first-child {
    margin-bottom: 1.5rem;
}.tyBox .story_visual:hover > div:first-child {
    transform: translateZ(20px);
}.tyBox .story_visual:hover > div:last-child {
    transform: translateZ(10px);
}}.program_information {
    position: relative;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(255,255,255,0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.program_information::before {
    right: -10%;
    position: absolute;
    width: 40%;
    filter: blur(60px);
    top: -5%;
    background: linear-gradient(145deg, rgb(104,111,103,0.5) 0%, rgb(147,161,148,0.5) 100%);
    opacity: 0.5;
    z-index: 0;
    height: 60%;
    content: "";
    transform: rotate(-15deg);
}.program_information::after {
    width: 40%;
    bottom: -5%;
    opacity: 0.3;
    content: "";
    z-index: 0;
    background: linear-gradient(145deg, rgb(147,161,148,0.5) 0%, rgb(104,111,103) 20%, transparent 100%);
    height: 60%;
    transform: rotate(15deg);
    filter: blur(60px);
    left: -10%;
    position: absolute;
}.program_information .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.program_information h2 {
    font-weight: 700;
    opacity: 0;
    text-align: left;
    margin-bottom: 3rem;
    color: #000000;
    transform: translateX(-20px);
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    font-size: 32px;
    position: relative;
}.program_information h2::after {
    margin-top: 15px;
    transform: scaleX(0);
    display: block;
    transform-origin: left;
    animation: expandLine 0.6s ease-out 1s forwards;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    height: 4px;
    width: 80px;
    content: "";
}.program_information .program_plan {
    transform: translateY(20px);
    opacity: 0;
    grid-template-columns: 1fr;
    animation: fadeIn 0.8s ease-out 0.6s forwards;
    display: grid;
    gap: 3rem;
}.program_information .img_shadow_box {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    height: 300px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    position: relative;
    overflow: hidden;
}.program_information .img_shadow_box::before {
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
}.program_information .img_shadow_box::after {
    position: absolute;
    left: -10%;
    z-index: 2;
    top: -10%;
    mix-blend-mode: overlay;
    animation: shimmer 8s infinite alternate ease-in-out;
    height: 120%;
    width: 120%;
    content: "";
    background: linear-gradient(135deg, rgb(104,111,103,0.5) 0%, transparent 70%);
    opacity: 0.5;
}.program_information .text_box_item {
    overflow: hidden;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    border: 1px solid rgba(255,255,255,0.2);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    backdrop-filter: blur(5px);
    position: relative;
}.program_information .text_box_item::before {
    transform: scaleX(0);
    height: 5px;
    width: 100%;
    transform-origin: left;
    animation: expandLine 0.8s ease-out 1.2s forwards;
    position: absolute;
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    left: 0;
    top: 0;
    content: "";
}.program_information .description {
    color: #000000;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(15px);
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.8s forwards;
    font-size: 17px;
    position: relative;
}.program_information .description:first-of-type::first-letter {
    line-height: 0.8;
    color: rgb(147,161,148);
    padding-right: 0.1em;
    font-weight: 700;
    float: left;
    font-size: 1.8em;
}.program_information .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 1s;
}

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

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

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

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

@keyframes shimmer {
    0% {
        transform: translate(-10%, -10%) scale(1.1);
    }
    100% {
        transform: translate(5%, 5%) scale(1);
    }
}

@media (min-width: 768px) {.program_information {
    padding: 8rem 0;
}.program_information h2 {
    max-width: 80%;
    font-size: calc(32px * 1.2);
}.program_information .program_plan {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.program_information .img_shadow_box {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg);
}.program_information .img_shadow_box:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_information .text_box_item {
    padding: 3rem;
}
}

@media (min-width: 992px) {.program_information {
    padding: 10rem 0;
}.program_information h2 {
    max-width: 70%;
    font-size: calc(32px * 1.4);
}.program_information .program_plan {
    gap: 6rem;
}.program_information .img_shadow_box {
    height: 600px;
}.program_information .description {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.program_information h2 {
    text-align: center;
    font-size: calc(32px * 0.9);
}.program_information h2::after {
    margin: 15px auto 0;
}.program_information .img_shadow_box {
    order: -1;
}.program_information .text_box_item {
    padding: 1.5rem;
}.program_information .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}