﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.green_edu_z8 {
    flex: 0 0 auto;
}.wrapper-border_FJ {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}.site_prime_wr {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1113px;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}a {
    color: inherit;
    text-decoration: none;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    background: rgb(208,185,200);
    width: 18px;
    padding: 0px;
}

::-webkit-scrollbar-button {
}::-webkit-scrollbar-track {
    border-radius: 11px;
    background: #ffffff;
}::-webkit-scrollbar-track:active {
    background: rgb(181,149,171);
}::-webkit-scrollbar-thumb {
    border-radius: 11.6vh;
    box-shadow: -3px -3px 1px -2px rgba(0, 0, 0, 0.3);
    transition: box-shadow, border-radius 4.2s ease-in;
    background: radial-gradient(ellipse at center, rgb(255, 255, 255, 0.5) 16%, rgb(181,149,171) 51%, rgb(181,149,171,0.5) 79%, rgb(208,185,200) 21%, rgb(208,185,200,0.5) 17%, rgb(231,219,227) 48%);
    animation: glow_scrollbar 5.2s ease-in 5;
}::-webkit-scrollbar-thumb:hover {
    background: radial-gradient(circle at bottom right, #ffffff 47%, rgb(181,149,171,0.5) 2%, rgb(208,185,200) 10%);
}::-webkit-scrollbar-corner {
    border: 1px dashed rgb(181,149,171,0.5);
    border-radius: 1px;
    background: rgb(181,149,171);
}html {
    scrollbar-color: rgb(208,185,200) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_beneficiaries_5j {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    padding: 120px 0;
}.course_beneficiaries_5j::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background-color: rgb(208,185,200,0.5);
    transform: translateX(-50%);
    content: '';
    left: 50%;
    width: 6px;
}.course_beneficiaries_5j .learn_academy_z1 {
    position: relative;
    z-index: 10;
    padding: 0 30px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}.course_beneficiaries_5j h3 {
    position: relative;
    background-color: #f9f9f9;
    display: inline-block;
    border: 3px solid rgb(208,185,200,0.5);
    border-radius: 50px;
    margin-bottom: 80px;
    padding: 0 30px;
    font-size: 36px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
}.course_beneficiaries_5j ul {
    list-style: none;
    position: relative;
    align-items: center;
    gap: 50px;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
}.course_beneficiaries_5j ul li {
    border-radius: 20px;
    background-color: #ffffff;
    display: flex;
    z-index: 2;
    padding: 30px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    gap: 20px;
    max-width: 500px;
    width: 100%;
    position: relative;
    transition: all 0.4s ease;
    text-align: left;
}.course_beneficiaries_5j ul li::before {
    border-radius: 50%;
    transform: translateX(-50%);
    border: 6px solid rgb(208,185,200,0.5);
    height: 50px;
    left: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    content: '';
    top: -25px;
    position: absolute;
    z-index: 5;
    width: 50px;
    background-color: #ffffff;
}.course_beneficiaries_5j ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.course_beneficiaries_5j ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.course_beneficiaries_5j ul li:hover::before {
    background-color: rgb(208,185,200,0.5);
    border-color: #ffffff;
}.course_beneficiaries_5j ul li svg {
    height: 60px;
    background-color: rgb(208,185,200,0.5);
    width: 60px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 12px;
}.course_beneficiaries_5j ul li:hover svg {
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.course_beneficiaries_5j ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.course_beneficiaries_5j ul li:hover svg path {
    fill: rgb(208,185,200);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_beneficiaries_5j ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.course_beneficiaries_5j ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_beneficiaries_5j ul li:nth-child(2) {
    animation-delay: 0.3s;
}.course_beneficiaries_5j ul li:nth-child(3) {
    animation-delay: 0.5s;
}.course_beneficiaries_5j ul li:nth-child(4) {
    animation-delay: 0.7s;
}.course_beneficiaries_5j ul li:nth-child(5) {
    animation-delay: 0.9s;
}.course_beneficiaries_5j ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.course_beneficiaries_5j {
    padding: 90px 0;
}.course_beneficiaries_5j h3 {
    margin-bottom: 60px;
}.course_beneficiaries_5j ul {
    gap: 60px;
}.course_beneficiaries_5j ul li {
    padding: 25px;
}.course_beneficiaries_5j ul li svg {
    padding: 10px;
    height: 50px;
    width: 50px;
}
}

@media (max-width: 768px) {.course_beneficiaries_5j ul li,
    .course_beneficiaries_5j ul li:nth-child(even) {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.course_beneficiaries_5j ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.course_beneficiaries_5j {
    padding: 70px 0;
}.course_beneficiaries_5j h3 {
    padding: 0 20px;
    margin-bottom: 50px;
    font-size: calc(36px * 0.85);
}.course_beneficiaries_5j ul {
    gap: 50px;
}.course_beneficiaries_5j ul li {
    padding: 20px;
}.course_beneficiaries_5j ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.course_beneficiaries_5j ul li svg {
    height: 45px;
    padding: 8px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.course_beneficiaries_5j ul li {
    opacity: 1;
    animation: none;
}.course_beneficiaries_5j ul li:hover {
    transform: none;
}.course_beneficiaries_5j ul li:hover svg {
    transform: none;
}}.pricing_card_set_AU {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_card_set_AU::before {
    right: 0;
    left: 0;
    background: #000000;
    top: 0;
    z-index: 1;
    opacity: 0.85;
    position: absolute;
    content: "";
    bottom: 0;
}.pricing_card_set_AU .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 2;
}.pricing_card_set_AU .deal_board_6J {
    text-align: center;
}.pricing_card_set_AU h2 {
    margin-bottom: 1.5rem;
    font-size: 36px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}.pricing_card_set_AU h2::after {
    content: "";
    bottom: -10px;
    position: absolute;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(208,185,200), rgb(181,149,171));
    left: 50%;
}.pricing_card_set_AU .study_sub_lj {
    max-width: 800px;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 3rem;
    opacity: 0.9;
}.pricing_card_set_AU .monthly_rate_AM {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    list-style: none;
    perspective: 1000px;
    gap: 1.5rem;
    display: grid;
    padding: 0;
}.pricing_card_set_AU .monthly_rate_AM li {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.pricing_card_set_AU .value_deals_g2 {
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    display: block;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
}.pricing_card_set_AU .value_deals_g2::before {
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,185,200), rgb(181,149,171));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    height: 5px;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}.pricing_card_set_AU .value_deals_g2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}.pricing_card_set_AU .value_deals_g2:hover::before {
    transform: scaleX(1);
}.pricing_card_set_AU .study_packages_tw {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 1.5rem;
    height: 100%;
}.pricing_card_set_AU .indv_sub_7k {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    color: #ffffff;
    height: 100%;
}.pricing_card_set_AU .indv_sub_7k h4 {
    margin-top: 0;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}.pricing_card_set_AU .indv_sub_7k h4::after {
    left: 0;
    background: rgb(208,185,200);
    width: 40px;
    content: "";
    height: 2px;
    bottom: -8px;
    position: absolute;
}.pricing_card_set_AU .indv_sub_7k p {
    opacity: 0.85;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 14px;
    overflow-y: auto;
    overflow-wrap: break-word;
    color: #ffffff;
    text-align: left;
    scrollbar-width: thin;
    word-wrap: break-word;
    white-space: normal;
    max-height: 200px;
    scrollbar-color: rgb(208,185,200) rgba(255,255,255,0.1);
}.pricing_card_set_AU .indv_sub_7k p::-webkit-scrollbar {
    width: 4px;
}.pricing_card_set_AU .indv_sub_7k p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}.pricing_card_set_AU .indv_sub_7k p::-webkit-scrollbar-thumb {
    background: rgb(208,185,200);
}.pricing_card_set_AU .plan_pricing_Ty {
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    overflow: hidden;
    font-size: calc(22px * 1.2);
    background: linear-gradient(135deg, rgb(208,185,200), rgb(181,149,171));
    margin-top: auto;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    color: #ffffff;
}.pricing_card_set_AU .plan_pricing_Ty::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    transition: all 0.8s ease;
    width: 100%;
}.pricing_card_set_AU .value_deals_g2:hover .plan_pricing_Ty::before {
    left: 100%;
}

@media (max-width: 992px) {.pricing_card_set_AU {
    padding: 80px 0;
}.pricing_card_set_AU .monthly_rate_AM {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.pricing_card_set_AU .study_packages_tw {
    padding: 2rem 1.25rem;
}
}

@media (max-width: 768px) {.pricing_card_set_AU {
    padding: 60px 0;
}.pricing_card_set_AU .monthly_rate_AM {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_card_set_AU h2 {
    font-size: calc(36px * 0.9);
}.pricing_card_set_AU .study_sub_lj {
    margin-bottom: 2rem;
    font-size: 14px;
}.pricing_card_set_AU .indv_sub_7k p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.pricing_card_set_AU {
    padding: 50px 0;
}.pricing_card_set_AU h2 {
    font-size: calc(36px * 0.8);
}.pricing_card_set_AU .study_packages_tw {
    padding: 1.5rem 1rem;
}.pricing_card_set_AU .plan_pricing_Ty {
    font-size: 22px;
    padding: 0.5rem 1rem;
}
}

@media (hover: none) {.pricing_card_set_AU .value_deals_g2:hover {
    transform: none;
}}.cookie_warning_dialog_sO {
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(208,185,200);
    background: rgb(231,219,227);
    width: 100%;
    position: fixed;
}.track_cookies_TO {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie_warning_dialog_sO h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookie_modal_alert_i4 {
    display: none;
}#cookie_modal_alert_i4:checked ~ .cookie_warning_dialog_sO {
    opacity: 0;
    visibility: hidden;
}.cookie_warning_dialog_sO p {
    font-size: 18px;
}.cookies_terms_53 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies_terms_53 svg, .cookies_terms_53 svg path, .cookies_terms_53 img {
    height: 100px;
    width: 100px;
    fill: rgb(208,185,200);
}.track_switch_AK {
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 24px;
    white-space: nowrap;
    text-align: center;
    min-width: 120px;
    border-bottom: 2px solid rgb(208,185,200);
    cursor: pointer;
    text-decoration: none;
    color: rgb(208,185,200);
    line-height: 35px;
}.cookie_warning_dialog_sO p a {
    text-decoration: none;
    color: rgb(208,185,200);
}
@media only screen and (max-width: 1200px) {.cookie_warning_dialog_sO {
    padding: 20px;
}}

.wrapper-border_FJ .cookie_warning_dialog_sO {
    padding: 40px 0;
    box-shadow: rgb(181,149,171,0.5) 0px 0px 40px 39px;
    background: rgb(181,149,171);
    border: none;
}.wrapper-border_FJ .track_switch_AK {
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
    background: rgb(208,185,200);
    color: #ffffff;
    margin-left: 30px;
    border: none;
}.wrapper-border_FJ .track_alert_ro h5, .wrapper-border_FJ .track_alert_ro p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookies_terms_53 {
    display: none;
}.track_cookies_TO {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_warning_dialog_sO h5 {
    text-align: center;
}.cookie_warning_dialog_sO p {
    text-align: center;
}.track_alert_ro {
    margin-bottom: 20px;
}body .wrapper-border_FJ .track_switch_AK {
    margin-left: 0;
    margin-bottom: 10px;
}}.secure_safehouse_9w {
    overflow: hidden;
    width: 100%;
    padding: 40px;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    height: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}.secure_safehouse_9w h1 {
    margin-bottom: 25px;
    margin-top: 40px;
    text-transform: uppercase;
    color: rgb(208,185,200);
    font-weight: 700;
    border-bottom: 2px solid rgb(208,185,200);
    font-size: 46px;
    padding-bottom: 10px;
}.secure_safehouse_9w h2 {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 1px solid rgb(181,149,171);
    margin-top: 30px;
    padding-bottom: 5px;
    color: rgb(181,149,171);
}.secure_safehouse_9w h3, .secure_safehouse_9w h4, .secure_safehouse_9w h5, .secure_safehouse_9w h6 {
    margin-top: 25px;
    font-size: 23px;
    font-weight: 600;
    color: rgb(208,185,200);
    margin-bottom: 15px;
}.secure_safehouse_9w li {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 15px;
}.secure_safehouse_9w section {
    padding: 20px;
    border-radius: 10px;
    background: rgb(231,219,227);
    margin-top: 20px;
}.secure_safehouse_9w p, .secure_safehouse_9w span, .secure_safehouse_9w div {
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
}

@media only screen and (max-width: 800px) {.secure_safehouse_9w {
    padding: 20px 10px;
}.secure_safehouse_9w h1 {
    font-size: calc(23px * 0.8);
}.secure_safehouse_9w h2 {
    font-size: calc(23px * 0.8);
}.secure_safehouse_9w h3, .secure_safehouse_9w h4, .secure_safehouse_9w h5, .secure_safehouse_9w h6 {
    font-size: calc(23px * 0.8);
}.secure_safehouse_9w p, .secure_safehouse_9w span, .secure_safehouse_9w div {
    font-size: calc(12px * 0.9);
}}.education_experience_ej {
    perspective: 1000px;
    background: rgb(231,219,227);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.education_experience_ej::before {
    left: 0;
    width: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(181,149,171,0.5) 0deg,
        rgb(208,185,200,0.5) 90deg,
        rgb(231,219,227) 180deg,
        rgb(208,185,200,0.5) 270deg,
        rgb(181,149,171,0.5) 360deg
    );
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    filter: blur(60px);
    content: "";
}.education_experience_ej .learner_feedback_UA {
    display: flex;
    gap: 0;
    z-index: 2;
    transform-style: preserve-3d;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}.education_experience_ej .gallery_slider_r8 {
    border-radius: 22px;
    height: 400px;
    filter: saturate(0.8);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
    transform: rotateY(10deg) translateZ(50px);
}.education_experience_ej .gallery_slider_r8::after {
    left: 0;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(208,185,200,0.5) 100%
    );
    position: absolute;
    transition: opacity 0.6s ease;
    width: 100%;
    content: "";
    top: 0;
    border-radius: 22px;
}.education_experience_ej .gallery_slider_r8:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.education_experience_ej .gallery_slider_r8:hover::after {
    opacity: 0;
}.education_experience_ej .exp_highlights_tB {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 60%;
    padding: 2.5rem;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 22px;
}.education_experience_ej .exp_highlights_tB::before {
    opacity: 0.1;
    left: -50%;
    content: "";
    transform: scale(0);
    background: radial-gradient(
        circle at center,
        rgb(181,149,171,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.8s ease;
    width: 200%;
    position: absolute;
    height: 200%;
    top: -50%;
}.education_experience_ej .exp_highlights_tB:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.education_experience_ej .exp_highlights_tB:hover::before {
    transform: scale(1);
}.education_experience_ej .name {
    font-size: 31px;
    margin-bottom: 0.5rem;
    color: rgb(208,185,200);
    position: relative;
    display: inline-block;
    font-weight: 700;
}.education_experience_ej .name::after {
    position: absolute;
    height: 3px;
    background: rgb(181,149,171);
    content: "";
    transition: width 0.4s ease-in-out;
    bottom: -5px;
    width: 0;
    left: 0;
}.education_experience_ej .exp_highlights_tB:hover .name::after {
    width: 100%;
}.education_experience_ej .exp_highlights_tB > div:nth-child(2) {
    letter-spacing: 1px;
    opacity: 0.9;
    color: rgb(181,149,171);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2rem;
}.education_experience_ej .employee_history_pW {
    font-size: 15px;
    padding-left: 2rem;
    position: relative;
    color: #000000;
    line-height: 1.7;
    border-left: 3px solid rgb(208,185,200,0.5);
    font-style: italic;
    font-weight: 400;
}.education_experience_ej .employee_history_pW::before {
    color: rgb(181,149,171,0.5);
    left: -10px;
    content: "";
    position: absolute;
    top: -20px;
    opacity: 0.3;
    font-size: 5rem;
    font-family: serif;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(208,185,200,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.education_experience_ej .gallery_slider_r8:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.education_experience_ej .learner_feedback_UA {
    flex-direction: column;
}.education_experience_ej .gallery_slider_r8,
    .education_experience_ej .exp_highlights_tB {
    transform: none;
    width: 100%;
}.education_experience_ej .gallery_slider_r8 {
    margin-bottom: 2rem;
    height: 300px;
}.education_experience_ej .gallery_slider_r8:hover,
    .education_experience_ej .exp_highlights_tB:hover {
    transform: translateY(-10px);
}}.course_features_Iq {
    display: flex;
    overflow: hidden;
    background-color: rgb(231,219,227);
    position: relative;
    min-height: 100vh;
    flex-direction: column;
}.course_features_Iq .skill_up_9R {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}.course_features_Iq .career_progress_xI {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
}.course_features_Iq .skill_up_9R:hover .career_progress_xI {
    animation-play-state: paused;
}.course_features_Iq .learn_plan_KV {
    position: relative;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    height: 100%;
}.course_features_Iq .learn_plan_KV::before {
    bottom: 0;
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(208,185,200,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(181,149,171,0.5) 100%
    );
    z-index: 1;
    content: "";
    opacity: 0.8;
    transition: opacity 0.5s ease;
    position: absolute;
    right: 0;
}.course_features_Iq .learn_plan_KV:hover::before {
    opacity: 0.4;
}.course_features_Iq .learn_plan_KV img {
    transform: scale(1.05);
    filter: brightness(0.85) contrast(1.1);
    width: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out;
    height: 100%;
}.course_features_Iq .learn_plan_KV:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.course_features_Iq .container {
    z-index: 2;
    padding: 4rem 2rem;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
    position: relative;
}.course_features_Iq .learn_academy_z1 {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin-right: 5%;
}.course_features_Iq .career_class_R2 {
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    padding: 3rem;
    overflow: hidden;
    transform: translateY(0);
    border-radius: 25px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
}.course_features_Iq .career_class_R2::before {
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(208,185,200) 0%,
        rgb(181,149,171) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
}.course_features_Iq .career_class_R2::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(208,185,200,0.5) 100%
    );
    width: 50%;
    height: 1px;
    bottom: 0;
    right: 0;
    position: absolute;
    content: "";
}.course_features_Iq .career_class_R2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}.course_features_Iq .career_class_R2 h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 37px;
    color: #ffffff;
}.course_features_Iq .career_class_R2 h3::after {
    height: 2px;
    position: absolute;
    content: "";
    width: 40%;
    bottom: -8px;
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(208,185,200);
}.course_features_Iq .career_class_R2:hover h3::after {
    width: 60%;
}.course_features_Iq .career_class_R2 p {
    opacity: 0.8;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}.course_features_Iq .career_class_R2 .inquiry_inquiry_xm {
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(
        45deg,
        rgb(208,185,200) 0%,
        rgb(181,149,171) 100%
    );
    text-decoration: none;
    border-radius: 10px;
    padding: 0.85rem 2rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0 4px 15px rgb(208,185,200,0.5);
    z-index: 1;
    overflow: hidden;
}.course_features_Iq .career_class_R2 .inquiry_inquiry_xm::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(181,149,171) 0%,
        rgb(208,185,200) 100%
    );
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    height: 100%;
}.course_features_Iq .career_class_R2 .inquiry_inquiry_xm:hover {
    box-shadow: 0 8px 20px rgb(208,185,200,0.5);
    transform: translateY(-2px);
}.course_features_Iq .career_class_R2 .inquiry_inquiry_xm:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course_features_Iq::before {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    height: 100%;
    top: 0;
}

@media (max-width: 992px) {.course_features_Iq .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.course_features_Iq .learn_academy_z1 {
    max-width: 540px;
    margin-right: 0;
}.course_features_Iq .career_class_R2 {
    padding: 2.5rem;
}.course_features_Iq .career_class_R2 h3 {
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.course_features_Iq .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}.course_features_Iq .career_class_R2 {
    padding: 2rem;
}.course_features_Iq .career_class_R2 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.8);
}.course_features_Iq .career_class_R2 p {
    margin-bottom: 1.5rem;
}.course_features_Iq .career_class_R2 .inquiry_inquiry_xm {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.course_features_Iq .career_progress_xI {
    animation-duration: 20s;
}.course_features_Iq .container {
    padding: 3rem 1rem;
}.course_features_Iq .career_class_R2 {
    padding: 1.5rem;
}.course_features_Iq .career_class_R2 h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1rem;
}.course_features_Iq .career_class_R2 p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.25rem;
}.course_features_Iq .career_class_R2 .inquiry_inquiry_xm {
    padding: 0.65rem 1.5rem;
    font-size: calc(18px * 0.9);
}}

.course_features_Iq .career_progress_xI::before {
    position: fixed;
    animation: set-slide-count 0.1s forwards;
    height: 1px;
    width: 1px;
    content: "";
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course_features_Iq .learn_plan_KV:nth-child(1) {
    --slide-color: rgb(208,185,200);
}.course_features_Iq .learn_plan_KV:nth-child(2) {
    --slide-color: rgb(181,149,171);
}.course_features_Iq .learn_plan_KV:nth-child(3) {
    --slide-color: rgb(208,185,200);
}.course_features_Iq .learn_plan_KV:nth-child(4) {
    --slide-color: rgb(181,149,171);
}.course_features_Iq .learn_plan_KV:nth-child(5) {
    --slide-color: rgb(208,185,200);
}.course_features_Iq .learn_plan_KV::after {
    position: absolute;
    width: 100%;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    content: "";
    mix-blend-mode: soft-light;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(208,185,200)) 150%
    );
    top: 0;
    height: 100%;
    left: 0;
}.course_features_Iq .learn_plan_KV:hover::after {
    opacity: 0.5;
}.tyDiv_dg {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(181,149,171,0.5) 0%, rgb(208,185,200,0.5) 40%, rgb(231,219,227) 100%);
    perspective: 1000px;
}.tyDiv_dg::before {
    position: absolute;
    animation: rotateGradient 30s infinite linear;
    content: "";
    opacity: 0.2;
    left: -50%;
    background: radial-gradient(circle at center, rgb(208,185,200,0.5) 0%, transparent 70%);
    top: -50%;
    width: 200%;
    height: 200%;
}.tyDiv_dg::after {
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(181,149,171,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(181,149,171,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(208,185,200,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(208,185,200,0.5) 0%, transparent 7%);
    pointer-events: none;
    inset: 0;
}.tyDiv_dg .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.tyDiv_dg .learn_academy_z1 {
    flex-direction: column;
    overflow: hidden;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    display: flex;
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    gap: 2.5rem;
}.tyDiv_dg .learn_academy_z1::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    width: 100%;
    animation: shimmer 4s infinite;
    top: 0;
    height: 100%;
    pointer-events: none;
    left: -100%;
    position: absolute;
    content: "";
}.tyDiv_dg .learn_academy_z1:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) scale(1.01);
}.tyDiv_dg .learn_academy_z1 > div:first-child {
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    opacity: 0;
    transform: translateX(-2rem);
    position: relative;
}.tyDiv_dg .learn_academy_z1 > div:last-child {
    opacity: 0;
    transform: translateY(2rem);
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    position: relative;
}.tyDiv_dg h5 {
    padding-bottom: 1rem;
    color: rgb(208,185,200);
    position: relative;
    display: inline-block;
    font-size: calc(21px * 1.1);
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}.tyDiv_dg h5::after {
    left: 0;
    width: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(208,185,200) 0%, rgb(181,149,171) 100%);
    bottom: 0;
    position: absolute;
}.tyDiv_dg p {
    z-index: 1;
    color: #000000;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 16px;
    margin: 0;
    line-height: 1.7;
}.tyDiv_dg a {
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 1.5rem;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: block;
}.tyDiv_dg a::before {
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(208,185,200,0.5) 0%, transparent 100%);
    opacity: 0;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
}.tyDiv_dg a:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.tyDiv_dg a:hover::before {
    opacity: 0.15;
}.tyDiv_dg a:hover p {
    transform: translateY(-3px);
    color: #000000;
}.tyDiv_dg a::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(181,149,171) 0%, rgb(208,185,200) 100%);
    content: "";
    bottom: 0;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    left: 0;
    transform: scaleX(0);
    width: 100%;
}.tyDiv_dg a:hover::after {
    transform: scaleX(1);
}

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

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.tyDiv_dg {
    padding: 5rem 0;
}.tyDiv_dg .learn_academy_z1 {
    gap: 2rem;
    padding: 2.5rem;
}.tyDiv_dg h5 {
    font-size: 21px;
}.tyDiv_dg p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 767px) {.tyDiv_dg {
    padding: 4rem 0;
}.tyDiv_dg .learn_academy_z1 {
    padding: 2rem;
    gap: 1.5rem;
}.tyDiv_dg h5 {
    font-size: calc(21px * 0.9);
}.tyDiv_dg h5::after {
    height: 2px;
}.tyDiv_dg a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.tyDiv_dg {
    padding: 3rem 0;
}.tyDiv_dg .learn_academy_z1 {
    padding: 1.5rem;
    gap: 1.2rem;
}.tyDiv_dg h5 {
    font-size: calc(21px * 0.85);
    padding-bottom: 0.75rem;
}.tyDiv_dg p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}.tyDiv_dg a {
    padding: 1rem;
}.tyDiv_dg a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.tyDiv_dg .learn_academy_z1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.tyDiv_dg a:hover {
    transform: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.tyDiv_dg a:hover p {
    transform: none;
}}.get_in_touch_dX {
    background: #000000;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.get_in_touch_dX::before {
    height: 100%;
    opacity: 0.2;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(208,185,200,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(181,149,171,0.5) 0%, transparent 40%);
    left: 0;
    content: '';
    z-index: 1;
    top: 0;
    position: absolute;
}.get_in_touch_dX::after {
    width: 100%;
    opacity: 0.1;
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(208,185,200,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(181,149,171,0.5) 95.5%, transparent 96%);
}.get_in_touch_dX .gallery_slider_r8 {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    opacity: 0.7;
    left: 0;
    width: 50%;
}.get_in_touch_dX .gallery_slider_r8::before {
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    content: '';
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    position: absolute;
}.get_in_touch_dX .gallery_slider_r8::after {
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}.get_in_touch_dX .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.get_in_touch_dX h3 {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    text-shadow: 
        0 0 5px rgb(208,185,200),
        0 0 10px rgb(208,185,200),
        0 0 15px rgb(208,185,200);
    font-weight: 700;
    color: #ffffff;
}.get_in_touch_dX .contact_message_qw {
    display: flex;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
    overflow: hidden;
    border-radius: 11px;
    background: rgba(30, 30, 30, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(208,185,200,0.5),
        0 0 20px rgb(181,149,171,0.5);
}.get_in_touch_dX .inquiry_box_jc {
    position: relative;
    padding: 50px;
    flex: 3;
}.get_in_touch_dX form h3 {
    text-align: left;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(208,185,200);
    font-size: 22px;
}.get_in_touch_dX input[type="text"],
.get_in_touch_dX textarea {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 17px;
    margin-bottom: 20px;
    color: #ffffff;
    width: 100%;
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(208,185,200,0.5), 0.3);
    border-radius: 10px;
    font-family: Arial, sans-serif;
}.get_in_touch_dX input[type="text"]:focus,
.get_in_touch_dX textarea:focus {
    border-color: rgb(208,185,200);
    outline: none;
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(208,185,200,0.5);
}.get_in_touch_dX input[type="text"]::placeholder,
.get_in_touch_dX textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.get_in_touch_dX textarea {
    height: 140px;
    resize: none;
}.get_in_touch_dX .feedback_card_w3 {
    position: relative;
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.get_in_touch_dX .feedback_card_w3 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch_dX .feedback_card_w3 label {
    font-size: 12px;
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}.get_in_touch_dX .feedback_card_w3 label::before {
    position: absolute;
    top: 2px;
    box-shadow: 0 0 5px rgb(208,185,200,0.5);
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    border-radius: 10px;
    height: 20px;
    content: '';
    transition: all 0.3s ease;
    width: 20px;
    border: 1px solid rgb(208,185,200);
}.get_in_touch_dX .feedback_card_w3 input[type="checkbox"]:checked + label::before {
    box-shadow: 0 0 8px rgb(208,185,200);
    background: rgb(208,185,200);
}.get_in_touch_dX .feedback_card_w3 input[type="checkbox"]:checked + label::after {
    height: 12px;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    left: 7px;
    position: absolute;
    top: 5px;
    content: '';
    border-width: 0 2px 2px 0;
}.get_in_touch_dX .feedback_card_w3 a {
    text-decoration: none;
    text-shadow: 0 0 3px rgb(208,185,200);
    color: rgb(208,185,200);
    transition: all 0.3s ease;
}.get_in_touch_dX .feedback_card_w3 a:hover {
    text-shadow: 0 0 5px rgb(181,149,171);
    color: rgb(181,149,171);
}.get_in_touch_dX .inquiry_inquiry_xm {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
    background: rgb(208,185,200);
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 17px;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 15px rgb(208,185,200,0.5);
}.get_in_touch_dX .inquiry_inquiry_xm::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: left 0.7s ease;
    top: 0;
    left: -100%;
    position: absolute;
    height: 100%;
}.get_in_touch_dX .inquiry_inquiry_xm:hover {
    box-shadow: 0 0 20px rgb(181,149,171);
    transform: translateY(-3px);
    background: rgb(181,149,171);
}.get_in_touch_dX .inquiry_inquiry_xm:hover::before {
    left: 100%;
}.get_in_touch_dX .reach_list_J3 {
    backdrop-filter: blur(5px);
    flex-direction: column;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    position: relative;
    padding: 50px;
    display: flex;
    flex: 2;
}.get_in_touch_dX .reach_list_J3::before {
    width: 100%;
    opacity: 0.1;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(208,185,200,0.5) 0%, transparent 100%);
}.get_in_touch_dX .reach_list_J3 h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 22px;
    text-shadow: 0 0 5px rgb(208,185,200);
    position: relative;
}.get_in_touch_dX .reach_list_J3 h4::after {
    position: absolute;
    content: '';
    height: 2px;
    background: rgb(208,185,200);
    bottom: -10px;
    left: 0;
    box-shadow: 0 0 5px rgb(208,185,200);
    width: 50px;
}.get_in_touch_dX .request_reach_zx {
    list-style: none;
    padding: 0;
    margin: 0;
}.get_in_touch_dX .request_reach_zx li {
    display: flex;
    transition: transform 0.3s ease;
    align-items: flex-start;
    margin-bottom: 25px;
}.get_in_touch_dX .request_reach_zx li:hover {
    transform: translateX(5px);
}.get_in_touch_dX .request_reach_zx svg {
    height: 24px;
    margin-top: 2px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
}.get_in_touch_dX .request_reach_zx svg path {
    fill: rgb(208,185,200);
    transition: fill 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(208,185,200));
}.get_in_touch_dX .request_reach_zx li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(181,149,171));
    fill: rgb(181,149,171);
}.get_in_touch_dX .request_reach_zx span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}.get_in_touch_dX .request_reach_zx a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.get_in_touch_dX .request_reach_zx a:hover {
    text-shadow: 0 0 5px rgb(208,185,200,0.5);
    color: rgb(208,185,200);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(208,185,200,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.get_in_touch_dX .gallery_slider_r8 {
    opacity: 0.3;
    height: 40%;
    width: 100%;
}.get_in_touch_dX .contact_message_qw {
    max-width: 700px;
    flex-direction: column;
}.get_in_touch_dX .inquiry_box_jc,
    .get_in_touch_dX .reach_list_J3 {
    width: 100%;
    padding: 40px;
}
}

@media (max-width: 768px) {.get_in_touch_dX {
    padding: 80px 0;
}.get_in_touch_dX h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.get_in_touch_dX .inquiry_box_jc,
    .get_in_touch_dX .reach_list_J3 {
    padding: 30px;
}.get_in_touch_dX form h3,
    .get_in_touch_dX .reach_list_J3 h4 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.get_in_touch_dX {
    padding: 60px 0;
}.get_in_touch_dX h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.get_in_touch_dX .inquiry_box_jc,
    .get_in_touch_dX .reach_list_J3 {
    padding: 25px 20px;
}.get_in_touch_dX input[type="text"],
    .get_in_touch_dX textarea {
    margin-bottom: 15px;
    padding: 12px;
}.get_in_touch_dX .inquiry_inquiry_xm {
    width: 100%;
    padding: 12px;
}}.company_overview_BN {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.company_overview_BN::before {
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(15, 23, 42, 0.85) 0%,
        rgba(30, 58, 138, 0.75) 50%,
        rgba(15, 23, 42, 0.85) 100%);
    content: "";
    left: 0;
    backdrop-filter: blur(5px) saturate(120%);
    width: 100%;
    position: absolute;
}.company_overview_BN::after {
    position: absolute;
    background: radial-gradient(circle, 
        rgb(208,185,200,0.5) 0%, 
        transparent 70%);
    height: 100%;
    right: -50%;
    content: "";
    animation: orbitGlow 15s infinite linear;
    z-index: 2;
    width: 100%;
    top: -50%;
}.company_overview_BN .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.company_overview_BN .content_box_Gq {
    margin: 0 auto;
    background: linear-gradient(to right, 
        rgba(30, 41, 59, 0.6), 
        rgba(30, 41, 59, 0.8));
    position: relative;
    padding: 45px 50px;
    max-width: 950px;
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(208,185,200);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 100%, 
        2% 100%
    );
}.company_overview_BN .content_box_Gq:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.company_overview_BN .content_box_Gq > div:first-child {
    margin-bottom: 15px;
    position: relative;
}.company_overview_BN .content_box_Gq > div:first-child::before {
    position: absolute;
    height: 60px;
    z-index: -1;
    content: "";
    border-radius: 50%;
    left: -35px;
    border: 2px solid rgb(208,185,200,0.5);
    width: 60px;
    animation: pulsate 4s infinite ease-in-out;
    top: -25px;
}.company_overview_BN .content_box_Gq > div:first-child::after {
    bottom: -8px;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(208,185,200), transparent);
    content: "";
    width: 100px;
    height: 2px;
}.company_overview_BN h5 {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    color: rgb(208,185,200);
    margin: 0;
    font-weight: 700;
}.company_overview_BN h5::after {
    animation: orbit 10s infinite linear;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: -15px;
    right: -40px;
    width: 30px;
    border: 2px solid rgb(181,149,171,0.5);
    z-index: -1;
}.company_overview_BN p {
    font-size: calc(13px * 1.2);
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 600;
}.company_overview_BN p b {
    position: relative;
    background-clip: text !important;
    display: inline-block;
    -webkit-background-clip: text !important;
    font-size: calc(18px * 1.1);
    background: linear-gradient(120deg, #ffffff, rgb(181,149,171));
    font-weight: 700;
    color: transparent;
}.company_overview_BN p b::after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    width: 100%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(208,185,200), transparent);
}.company_overview_BN ol {
    counter-reset: custom-counter;
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}.company_overview_BN li {
    position: relative;
    letter-spacing: 0.3px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #ffffff;
    text-align: justify;
    font-size: 13px;
}.company_overview_BN li::before {
    display: none;
}.company_overview_BN li::after {
    content: "";
    transition: all 0.3s ease;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(208,185,200);
    width: 8px;
    opacity: 0;
    top: 12px;
    transform: scale(0);
    left: -20px;
}.company_overview_BN .content_box_Gq:hover li::after {
    opacity: 1;
    transform: scale(1);
}

@keyframes pulsate {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 0.3; }
}

@keyframes orbit {
    from { transform: rotate(0deg) translateX(10px) rotate(0deg); }
    to { transform: rotate(360deg) translateX(10px) rotate(-360deg); }
}

@keyframes orbitGlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 992px) {.company_overview_BN {
    padding: 80px 0;
}.company_overview_BN .content_box_Gq {
    padding: 35px 30px;
    transform: perspective(800px) rotateY(-1deg);
}.company_overview_BN h5 {
    font-size: calc(18px * 0.9);
}.company_overview_BN p {
    font-size: 13px;
}.company_overview_BN p b {
    font-size: 18px;
}
}

@media (max-width: 768px) {.company_overview_BN {
    padding: 60px 0;
}.company_overview_BN .content_box_Gq {
    padding: 25px 20px;
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 100%, 
            3% 100%
        );
}.company_overview_BN .content_box_Gq > div:first-child::before {
    height: 40px;
    left: -10px;
    top: -15px;
    width: 40px;
}.company_overview_BN h5::after {
    width: 20px;
    right: -25px;
    height: 20px;
    top: -10px;
}.company_overview_BN h5 {
    letter-spacing: 1px;
}.company_overview_BN li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.company_overview_BN {
    padding: 50px 0;
}.company_overview_BN .container {
    padding: 0 15px;
}.company_overview_BN .content_box_Gq {
    padding: 20px 15px;
    border-left-width: 3px;
}.company_overview_BN h5 {
    font-size: calc(18px * 0.85);
}.company_overview_BN p b {
    font-size: calc(18px * 0.9);
}.company_overview_BN li {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.company_overview_BN .content_box_Gq > div:first-child::after {
    width: 70px;
}}.title_screen_6N {
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(181,149,171,0.5) 0%, rgb(208,185,200) 100%);
    justify-content: center;
    overflow: hidden;
}.title_screen_6N::before {
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
}.title_screen_6N::after {
    background: rgb(208,185,200);
    position: absolute;
    height: 10px;
    content: "";
    width: 100%;
    bottom: -5px;
    filter: blur(8px);
    left: 0;
    opacity: 0.6;
}.title_screen_6N .master_studyfast_yg {
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
    position: relative;
    transition: transform 0.5s ease-out;
    gap: 3rem;
    z-index: 1;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
}.title_screen_6N .master_studyfast_yg:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_screen_6N .master_studyfast_yg > div:first-child {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    backdrop-filter: blur(12px);
    animation: slideUp 0.8s ease-out 0.2s forwards;
    padding: 2rem;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    background: rgba(255,255,255,0.08);
}.title_screen_6N .master_studyfast_yg > div:first-child::before {
    position: absolute;
    top: 0;
    background: rgb(181,149,171);
    content: "";
    height: 100%;
    width: 4px;
    transform-origin: bottom;
    left: 0;
    animation: scaleIn 0.6s ease-out 0.9s forwards;
    transform: scaleY(0);
}.title_screen_6N h3 {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    z-index: 1;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    position: relative;
}.title_screen_6N .master_studyfast_yg > div:nth-child(2) {
    position: relative;
}.title_screen_6N .master_studyfast_yg > div:nth-child(2) > div {
    align-items: flex-start;
    position: relative;
    display: flex;
    flex-direction: column;
}.title_screen_6N .expert_learnings_kt {
    transform: translateY(30px);
    width: 100%;
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.6s forwards;
}.title_screen_6N h1 {
    text-shadow: 0 4px 6px rgba(0,0,0,0.2);
    margin: 0 0 2rem 0;
    font-size: clamp(2rem, 8vw, 38px);
    font-weight: 700;
    z-index: 2;
    line-height: 1.2;
    transition: transform 0.4s ease;
    color: #ffffff;
    transform: scale(0.95);
    position: relative;
    transform-origin: left center;
}.title_screen_6N h1:hover {
    transform: scale(1);
}.title_screen_6N h1::after {
    transform-origin: left;
    background: rgb(181,149,171);
    bottom: -12px;
    animation: scaleIn 0.6s ease-out 1.2s forwards;
    transform: scaleX(0);
    height: 4px;
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
}.title_screen_6N .expert_learnings_kt > div {
    overflow: hidden;
    display: flex;
    max-width: 600px;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    justify-content: center;
    min-height: 200px;
    align-items: center;
    position: relative;
}.title_screen_6N .expert_learnings_kt > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_screen_6N .expert_learnings_kt > div::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(208,185,200,0.5) 0%, transparent 50%, rgb(208,185,200,0.5) 100%);
    top: 0;
    z-index: 1;
}.title_screen_6N p {
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.5);
    max-width: 80%;
    transform: translateX(-10px);
    font-weight: 400;
    margin: 0;
    transition: transform 0.4s ease;
    position: relative;
    color: #ffffff;
    padding: 2rem;
    line-height: 1.6;
    backdrop-filter: blur(4px);
    font-size: clamp(1rem, 3vw, 16px);
    z-index: 2;
    border-left: 3px solid rgb(181,149,171);
}.title_screen_6N 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_screen_6N .master_studyfast_yg {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_screen_6N .master_studyfast_yg > div:first-child {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.title_screen_6N .expert_learnings_kt > div {
    min-height: 300px;
}.title_screen_6N h3 {
    padding-right: 2rem;
}.title_screen_6N h1 {
    margin: 0 0 3rem 0;
}
}

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

@media (prefers-reduced-motion: reduce) {.title_screen_6N .master_studyfast_yg,
  .title_screen_6N .master_studyfast_yg:hover,
  .title_screen_6N .expert_learnings_kt,
  .title_screen_6N .expert_learnings_kt > div,
  .title_screen_6N .expert_learnings_kt > div:hover,
  .title_screen_6N h1,
  .title_screen_6N h1:hover,
  .title_screen_6N p,
  .title_screen_6N p:hover {
    animation: none;
    transform: none;
    transition: none;
}.title_screen_6N .master_studyfast_yg > div:first-child,
  .title_screen_6N .expert_learnings_kt {
    opacity: 1;
}.title_screen_6N h1::after,
  .title_screen_6N .master_studyfast_yg > div:first-child::before {
    transform: scaleX(1) scaleY(1);
}}.training_results_DS {
    background: linear-gradient(135deg, rgb(231,219,227) 0%, rgb(181,149,171,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.training_results_DS::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 2px,
    transparent 2px,
    transparent 10px
  );
}.training_results_DS::after {
    width: 80%;
    top: -50%;
    height: 200%;
    transform: rotate(-15deg);
    content: "";
    right: -20%;
    background: radial-gradient(circle at center, rgb(181,149,171,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
}.training_results_DS .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.training_results_DS .learn_academy_z1 {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    gap: 40px;
}.training_results_DS .content_box_Gq {
    backdrop-filter: blur(10px);
    flex: 1;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}.training_results_DS .content_box_Gq:hover {
    transform: translateY(-5px);
}.training_results_DS .content_box_Gq::before {
    height: 100%;
    position: absolute;
    width: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(208,185,200), rgb(181,149,171));
    content: "";
}.training_results_DS h4 {
    font-weight: 700;
    color: #000000;
    position: relative;
    letter-spacing: -0.01em;
    font-size: calc(20px * 1.1);
    margin-bottom: 25px;
    line-height: 1.4;
}.training_results_DS h4::after {
    width: 70px;
    margin-top: 15px;
    display: block;
    background: rgb(208,185,200);
    content: "";
    height: 3px;
}.training_results_DS .content_box_Gq > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.training_results_DS ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.training_results_DS li {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}.training_results_DS li:hover {
    transform: translateX(5px);
}.training_results_DS li p {
    display: flex;
    margin: 0;
    font-size: 17px;
    gap: 15px;
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
}.training_results_DS li p span:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,219,227) 100%);
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 17px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 40px;
    padding: 8px;
}.training_results_DS li:hover p span:first-child {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}.training_results_DS li p span:last-child {
    position: relative;
    padding-left: 5px;
    font-weight: 400;
}.training_results_DS li p span:last-child::before {
    width: 0;
    content: "";
    height: 1px;
    left: 0;
    bottom: -5px;
    background: rgb(181,149,171);
    transition: width 0.3s ease;
    position: absolute;
}.training_results_DS li:hover p span:last-child::before {
    width: 100%;
}.training_results_DS svg {
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
}.training_results_DS li:hover svg {
    transform: rotate(15deg);
}.training_results_DS svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,185,200);
}.training_results_DS li:hover svg path {
    fill: rgb(181,149,171);
}.training_results_DS .gallery_slider_r8 {
    object-fit: cover;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    max-height: 450px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.training_results_DS .gallery_slider_r8:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

@media screen and (min-width: 768px) {.training_results_DS {
    padding: 150px 0;
}.training_results_DS .learn_academy_z1 {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.training_results_DS .content_box_Gq {
    padding: 40px;
}.training_results_DS .content_box_Gq > div {
    flex-direction: row;
    gap: 30px;
}.training_results_DS h4 {
    font-size: 20px;
}.training_results_DS .gallery_slider_r8 {
    max-height: 550px;
    max-width: 45%;
}
}

@media screen and (min-width: 992px) {.training_results_DS {
    padding: 180px 0;
}.training_results_DS .learn_academy_z1 {
    gap: 80px;
}.training_results_DS h4 {
    font-size: calc(29px * 0.75);
    margin-bottom: 35px;
}.training_results_DS li p {
    font-size: calc(17px * 1.05);
}.training_results_DS .gallery_slider_r8 {
    max-width: 48%;
    max-height: 650px;
}
}

@media screen and (max-width: 767px) {.training_results_DS {
    padding: 80px 0;
}.training_results_DS h4 {
    font-size: calc(20px * 1.2);
}.training_results_DS li p {
    font-size: calc(17px * 0.95);
    line-height: 1.5;
}.training_results_DS li p span:first-child {
    width: 32px;
    height: 32px;
}.training_results_DS svg {
    width: 20px;
    height: 20px;
}.training_results_DS .gallery_slider_r8 {
    max-height: 350px;
}
}

@media screen and (max-width: 480px) {.training_results_DS {
    padding: 60px 0;
}.training_results_DS .content_box_Gq {
    padding: 20px;
}.training_results_DS h4 {
    margin-bottom: 20px;
}.training_results_DS li {
    margin-bottom: 15px;
}.training_results_DS li p {
    gap: 10px;
}.training_results_DS .gallery_slider_r8 {
    max-height: 280px;
}}header {
    margin-top: 0;
    padding: 0;
    background: rgb(181,149,171);
    position: relative;
    overflow: visible;
    z-index: 100;
}header::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    z-index: 0;
    left: 0;
    content: '';
}header::after {
    z-index: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(181,149,171,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(181,149,171,0.5) 50%, transparent 100%);
    width: 100%;
}header .first_class_Zj {
    position: relative;
    padding: 1.3rem 2.5rem;
    z-index: 5;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .main_nav_7C {
    transition: all 0.3s ease;
    z-index: 2;
    margin-right: 2rem;
    overflow: hidden;
    padding: 0.5rem 0.7rem;
    border-left: 3px solid rgb(208,185,200);
    flex: 0 0 auto;
    position: relative;
}header .main_nav_7C::before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
}header .main_nav_7C:hover {
    transform: translateX(5px);
    box-shadow: 5px 0 15px -5px rgb(208,185,200);
}header .main_nav_7C:hover::before {
    transform: scaleX(1);
    opacity: 1;
}header .main_skill_DA {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .main_skill_DA::after {
    transition: all 0.3s ease;
    width: 10px;
    right: -5px;
    content: '';
    opacity: 0;
    background: rgb(208,185,200);
    position: absolute;
    height: 10px;
    bottom: -5px;
}header .main_skill_DA:hover::after {
    opacity: 1;
}header .main_skill_DA img {
    max-height: 40px;
    filter: brightness(1.1);
}header .nav_lesson_t5 {
    position: relative;
    margin: 0;
    list-style: none;
    z-index: 2;
    display: flex;
    padding: 0;
}header .nav_lesson_t5::before {
    height: 1px;
    width: 40px;
    top: 50%;
    background: rgb(208,185,200);
    position: absolute;
    transform: translateY(-50%);
    content: '';
    right: -20px;
}header .top_nav_sl {
    margin: 0 1px;
    position: relative;
}header .top_nav_sl a {
    height: 45px;
    overflow: hidden;
    padding: 0 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
    justify-content: center;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    border-left: 1px solid transparent;
    z-index: 1;
    border-right: 1px solid transparent;
    text-decoration: none;
}header .top_nav_sl a::before {
    transition: transform 0.3s ease;
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    top: 0;
    position: absolute;
    background: rgb(208,185,200);
    width: 100%;
}header .top_nav_sl a:hover {
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.2);
}header .top_nav_sl a:hover::before {
    transform: translateX(0);
}header .top_nav_sl a::after {
    height: 2px;
    content: '';
    background: rgb(208,185,200);
    left: 0;
    transform-origin: right;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    top: 0;
}header .top_nav_sl a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .top_nav_sl::before {
    position: absolute;
    transform: translateY(-50%) scale(0);
    width: 5px;
    content: '';
    background: rgb(208,185,200);
    top: 50%;
    left: -10px;
    transition: transform 0.3s ease;
    height: 5px;
}header .top_nav_sl:hover::before {
    transform: translateY(-50%) scale(1);
}header .first_class_Zj::before {
    height: 1px;
    left: 20px;
    content: '';
    position: absolute;
    width: 30px;
    background: rgb(208,185,200);
    top: 20px;
}header .first_class_Zj::after {
    position: absolute;
    content: '';
    height: 30px;
    top: 20px;
    left: 20px;
    background: rgb(208,185,200);
    width: 1px;
}.site_prime_wr {
    position: relative;
    z-index: 1;
    background: rgb(231,219,227);
    padding-top: 2rem;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .top_nav_sl:last-child::after {
    content: '|';
    right: -10px;
    animation: typingCursor 1s infinite;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: rgb(208,185,200);
    font-weight: 700;
}

@media (min-width: 1400px) {header .first_class_Zj {
    max-width: 1320px;
    margin: 0 auto;
}header .top_nav_sl {
    margin: 0 2px;
}header .top_nav_sl a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .first_class_Zj {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_nav_7C {
    margin-right: 0;
    margin-bottom: 0;
}header .nav_lesson_t5 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .nav_lesson_t5::before {
    display: none;
}header .top_nav_sl a {
    height: 40px;
    padding: 0 1rem;
    font-size: calc(12px - 1px);
}header .top_nav_sl::before {
    display: none;
}header .first_class_Zj::before,
    header .first_class_Zj::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .first_class_Zj {
    padding: 0.8rem 1.5rem;
}header .main_nav_7C {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .main_skill_DA img {
    max-height: 35px;
}header .nav_lesson_t5 {
    overflow-x: auto;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
}header .nav_lesson_t5::-webkit-scrollbar {
    height: 3px;
}header .nav_lesson_t5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,185,200);
}header .top_nav_sl {
    flex: 0 0 auto;
    margin: 0;
}header .top_nav_sl a {
    padding: 0 0.8rem;
    letter-spacing: 0.5px;
    height: 35px;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}header .top_nav_sl:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .first_class_Zj {
    padding: 0.7rem 1.2rem;
}header .main_nav_7C {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .top_nav_sl a {
    height: 32px;
    padding: 0 0.6rem;
    font-size: calc(12px - 3px);
}}.user_feedback_r2 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(231,219,227) 0%, rgba(240, 245, 255, 0.9) 100%);
}.user_feedback_r2::before {
    background: repeating-linear-gradient(
        rgba(rgb(208,185,200,0.5), 0.03) 1px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    opacity: 0.7;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    pointer-events: none;
}.user_feedback_r2::after {
    right: -20%;
    width: 70vw;
    height: 70vw;
    top: -50%;
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at center,
        rgba(rgb(181,149,171,0.5), 0.08) 0%,
        rgba(rgb(181,149,171,0.5), 0.03) 40%,
        transparent 70%
    );
}.user_feedback_r2 h2 {
    position: relative;
    font-size: 38px;
    text-align: center;
    color: #000000;
    opacity: 0;
    margin-bottom: 60px;
    font-weight: 700;
    transform: translateY(0);
    z-index: 2;
    animation: titleReveal 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.user_feedback_r2 h2::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(181,149,171), transparent);
    height: 3px;
    width: 120px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    content: "";
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    bottom: -15px;
}.user_feedback_r2 .container.learn_academy_z1 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.user_feedback_r2 .feedback_ratings_tJ {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    display: grid;
    perspective: 1000px;
}.user_feedback_r2 .learner_feedback_UA {
    animation: reviewAppear 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    transform: translateZ(0) translateY(20px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10px;
    position: relative;
    flex-direction: column;
    padding: 30px;
    display: flex;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform-style: preserve-3d;
    height: 100%;
    background: #ffffff;
    animation-delay: calc(0.15s * var(--index, 0));
}.user_feedback_r2 .learner_feedback_UA:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 0 0 1px rgba(rgb(208,185,200,0.5), 0.02);
    transform: translateZ(10px) translateY(-5px) rotateX(0);
}.user_feedback_r2 .learner_feedback_UA::before {
    color: rgba(rgb(181,149,171,0.5), 0.1);
    font-family: serif;
    content: "";
    position: absolute;
    font-size: 120px;
    z-index: 0;
    left: 20px;
    line-height: 1;
    top: -20px;
}.user_feedback_r2 .learner_feedback_UA h3 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
    font-weight: 600;
    color: rgb(208,185,200);
    margin-bottom: 10px;
    font-size: calc(24px - 2px);
    position: relative;
    z-index: 2;
}.user_feedback_r2 .learner_feedback_UA:hover h3 {
    transform: translateX(5px);
}.user_feedback_r2 .learner_feedback_UA .description {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
    flex-grow: 1;
}.user_feedback_r2 .learner_feedback_UA div {
    width: 60px;
    overflow: hidden;
    border: 3px solid rgba(rgb(181,149,171,0.5), 0.2);
    border-radius: 50%;
    transform: translateY(0) scale(1);
    margin-top: auto;
    height: 60px;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
}.user_feedback_r2 .learner_feedback_UA:hover div {
    transform: translateY(-5px) scale(1.05);
    border-color: rgba(rgb(181,149,171,0.5), 0.4);
}.user_feedback_r2 .learner_feedback_UA div::after {
    height: 100%;
    position: absolute;
    box-shadow: inset 0 0 0 1px rgba(rgb(208,185,200,0.5), 0.1);
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 50%;
    z-index: 3;
    content: "";
}.user_feedback_r2 .learner_feedback_UA img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.user_feedback_r2 .learner_feedback_UA:hover img {
    transform: scale(1.1);
}.user_feedback_r2 .learner_feedback_UA:nth-child(2n) {
    transform: translateZ(0) translateY(20px) rotateX(-2deg);
}.user_feedback_r2 .learner_feedback_UA:nth-child(2n):hover {
    transform: translateZ(10px) translateY(-5px) rotateX(0);
}.user_feedback_r2 .learner_feedback_UA:nth-child(3n)::before {
    right: 20px;
    left: auto;
}.user_feedback_r2 .learner_feedback_UA:nth-child(3n) div {
    margin-left: auto;
}.user_feedback_r2 .learner_feedback_UA:nth-child(3n+1) {
    border-top: 3px solid rgb(208,185,200);
}.user_feedback_r2 .learner_feedback_UA:nth-child(3n+2) {
    border-top: 3px solid rgb(181,149,171);
}.user_feedback_r2 .learner_feedback_UA:nth-child(3n+3) {
    border-top: 3px solid rgba(rgb(208,185,200,0.5), 0.5);
}

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

@keyframes lineExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes reviewAppear {
    0% {
        transform: translateZ(0) translateY(50px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.user_feedback_r2 {
    padding: 90px 0;
}.user_feedback_r2 h2 {
    font-size: calc(38px - 2px);
    margin-bottom: 50px;
}.user_feedback_r2 .feedback_ratings_tJ {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}
}

@media (max-width: 991px) {.user_feedback_r2 {
    padding: 80px 0;
}.user_feedback_r2 h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.user_feedback_r2 .feedback_ratings_tJ {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_feedback_r2 .learner_feedback_UA {
    padding: 25px;
}
}

@media (max-width: 767px) {.user_feedback_r2 {
    padding: 60px 0;
}.user_feedback_r2 h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 35px;
}.user_feedback_r2 .feedback_ratings_tJ {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.user_feedback_r2 .learner_feedback_UA {
    padding: 20px;
}.user_feedback_r2 .learner_feedback_UA::before {
    font-size: 100px;
}
}

@media (max-width: 480px) {.user_feedback_r2 {
    padding: 50px 0;
}.user_feedback_r2 h2 {
    font-size: calc(38px - 8px);
    margin-bottom: 30px;
}.user_feedback_r2 .learner_feedback_UA {
    padding: 20px 15px;
}.user_feedback_r2 .learner_feedback_UA::before {
    top: -15px;
    font-size: 80px;
}.user_feedback_r2 .learner_feedback_UA h3 {
    font-size: calc(24px - 4px);
}.user_feedback_r2 .learner_feedback_UA .description {
    font-size: calc(12px - 1px);
}}footer {
    position: relative;
    width: 100%;
}.green_edu_z8 {
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: #000000;
}.green_edu_z8::before {
    content: "";
    transform: rotate(45deg);
    width: 500px;
    opacity: 0.4;
    right: -100px;
    height: 500px;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    top: -100px;
}.green_edu_z8::after {
    height: 300px;
    position: absolute;
    width: 300px;
    bottom: -50px;
    transform: rotate(30deg);
    left: -50px;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(181,149,171,0.5) 15px,
        rgb(181,149,171,0.5) 30px
    );
    opacity: 0.2;
}footer .donate_btn_Dw {
    position: relative;
    z-index: 1;
}footer .help_form_3B {
    border-left: 4px solid rgb(208,185,200);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
    border-radius: 0 13px 13px 0;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    margin-bottom: 60px;
    gap: 20px;
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
    fill: rgb(208,185,200);
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    font-weight: 300;
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 14px;
}footer .info_item a:hover {
    color: rgb(208,185,200);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}footer .main_nav_7C {
    position: relative;
}footer .main_nav_7C::after {
    content: "";
    background-color: rgb(208,185,200);
    position: absolute;
    width: 30%;
    height: 3px;
    left: 0;
    bottom: -30px;
}footer .main_nav_7C svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .digital_res_SY {
    max-width: 330px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .nav_lesson_t5 {
    position: relative;
}footer .nav_lesson_t5 h5 {
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}footer .nav_lesson_t5 h5::after {
    background-color: rgb(208,185,200);
    content: "";
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    position: absolute;
}footer .header_mentor_XS {
    margin-bottom: 30px;
}footer .header_mentor_XS a {
    padding: 8px 0;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.7);
}footer .header_mentor_XS a:hover {
    color: #ffffff;
    border-bottom-color: rgb(208,185,200,0.5);
    padding-left: 10px;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    padding: 35px;
}footer .subscribe_holder::before {
    content: "";
    background: linear-gradient(135deg, rgb(208,185,200,0.5), transparent);
    opacity: 0.1;
    left: 0;
    bottom: 0;
    border-radius: 13px;
    right: 0;
    top: 0;
    position: absolute;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    position: relative;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(208,185,200);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .updates_fieldset_pF {
    border: none;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: rgb(208,185,200);
    text-transform: uppercase;
}footer .updates_fieldset_pF::after {
    content: "";
    transform: rotate(45deg);
    transition: all 0.7s ease;
    left: -100px;
    position: absolute;
    width: 30px;
    height: 300px;
    top: -100px;
    background-color: rgba(255, 255, 255, 0.2);
}footer .updates_fieldset_pF:hover {
    background-color: rgb(181,149,171);
}footer .updates_fieldset_pF:hover::after {
    left: 120%;
}footer .guide_section_D7 {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .faq_block_qs {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .updates_fieldset_pF {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .green_edu_z8 {
    padding: 60px 0 30px;
}footer .help_form_3B {
    padding: 20px;
    margin-bottom: 40px;
    grid-template-columns: 1fr;
}footer .nav_lesson_t5 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .nav_lesson_t5 h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .guide_section_D7 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .green_edu_z8 {
    padding: 50px 0 20px;
}footer .help_form_3B {
    padding: 15px;
    margin-bottom: 30px;
}footer .main_nav_7C::after {
    width: 50px;
}footer .nav_lesson_t5 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .header_mentor_XS a, footer .info_item p, footer .info_item a {
    font-size: calc(14px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .updates_fieldset_pF {
    padding: 12px 15px;
}
}