* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.contest_info_k {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
}.panel-container_y {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.top_info_W {
    flex: 1 0 auto;
}.container {
    width: 1148px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.landing_page_e {
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgb(140,161,99,0.5) 100%);
    position: relative;
    display: flex;
}.landing_page_e::before {
    z-index: 1;
    transform: skewX(-15deg);
    opacity: 0.6;
    height: 120%;
    width: 40%;
    position: absolute;
    left: -5%;
    top: -10%;
    background: linear-gradient(45deg, rgb(173,181,151,0.5) 0%, transparent 70%);
    content: '';
}.landing_page_e .method_ped_d {
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
    gap: 2rem;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    display: grid;
}.landing_page_e h1 {
    font-size: 44px;
    grid-column: 1 / -1;
    font-weight: 700;
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    transform: translateX(-5px);
}.landing_page_e h1::after {
    transform: scaleX(0);
    bottom: -10px;
    transform-origin: left;
    content: '';
    left: 0;
    background: rgb(173,181,151);
    animation: scaleWidth 1s ease-out forwards 0.8s;
    width: 80px;
    position: absolute;
    height: 4px;
}.landing_page_e .caption_holder_H {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    position: relative;
}.landing_page_e .learn_hero_v {
    padding: 2.5rem;
    border-left: 5px solid rgb(173,181,151);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    transform: perspective(1000px) rotateY(-5deg);
}.landing_page_e .learn_hero_v:hover {
    transform: perspective(1000px) rotateY(0deg);
}.landing_page_e .learn_hero_v p {
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
    padding-left: 1rem;
}.landing_page_e .learn_hero_v p::before {
    background: rgb(140,161,99);
    height: 100%;
    opacity: 0.5;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 3px;
}.landing_page_e svg {
    animation: growSvg 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.6s;
    height: 120px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    transform: scale(0);
    display: block;
    margin: 1rem auto 2rem;
    width: 120px;
}.landing_page_e svg path {
    transition: fill 0.3s ease;
}.landing_page_e svg:hover path {
    fill: rgb(173,181,151);
}.landing_page_e svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
    transform-origin: center;
}.landing_page_e svg:hover text {
    transform: scale(1.05);
    fill: #000000;
}.landing_page_e .request_reach_D {
    z-index: 1;
    text-decoration: none;
    position: relative;
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    color: #ffffff;
    padding: 1rem 2rem;
    font-size: 16px;
    font-weight: 600;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
    background: rgb(173,181,151);
}.landing_page_e .request_reach_D::before {
    transform-origin: right;
    z-index: -1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    background: rgb(140,161,99);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    top: 0;
    left: 0;
    transform: scaleX(0);
}.landing_page_e .request_reach_D:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.landing_page_e .request_reach_D:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.landing_page_e .img_header_W {
    opacity: 0;
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    transition: transform 0.5s ease;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.15);
    animation: fadeIn 1s ease-out forwards 0.6s;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    min-height: 400px;
    overflow: hidden;
}.landing_page_e .img_header_W:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}.landing_page_e .img_header_W::after {
    z-index: 1;
    background: linear-gradient(135deg, rgb(140,161,99,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}

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

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

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

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

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

@media (max-width: 992px) {.landing_page_e .method_ped_d {
    gap: 3rem;
    grid-template-columns: 1fr;
}.landing_page_e h1 {
    text-align: center;
    font-size: calc(44px * 0.85);
}.landing_page_e h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleWidth {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .landing_page_e .learn_hero_v {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.landing_page_e .img_header_W {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    order: -1;
    min-height: 350px;
}
}

@media (max-width: 768px) {.landing_page_e {
    padding: 4rem 0 2rem;
}.landing_page_e .method_ped_d {
    gap: 2rem;
    padding: 1rem;
}.landing_page_e h1 {
    font-size: calc(44px * 0.75);
    margin-bottom: 1rem;
}.landing_page_e .learn_hero_v {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.landing_page_e .learn_hero_v p {
    margin-bottom: 1.5rem;
    font-size: 17px;
}.landing_page_e svg {
    margin: 0.5rem auto 1.5rem;
    height: 90px;
    width: 90px;
}.landing_page_e .request_reach_D {
    padding: 0.8rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
}.landing_page_e .img_header_W {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    min-height: 280px;
}
}

@media (max-width: 480px) {.landing_page_e {
    padding: 3rem 0 1rem;
}.landing_page_e .method_ped_d {
    gap: 1.5rem;
}.landing_page_e h1 {
    font-size: calc(44px * 0.65);
}.landing_page_e .learn_hero_v {
    padding: 1.25rem;
}.landing_page_e svg {
    height: 80px;
    width: 80px;
}.landing_page_e .img_header_W {
    min-height: 220px;
}}header {
    overflow: visible;
    position: relative;
    z-index: 99;
    width: 100%;
    background: linear-gradient(135deg, rgb(173,181,151,0.5) 0%, rgb(140,161,99) 100%);
}header::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(145deg, rgb(140,161,99,0.5) 0%, transparent 70%);
    z-index: -1;
}header .head_sitebar_9 {
    flex-direction: row;
    z-index: 5;
    transform: none;
    justify-content: space-between;
    position: relative;
    padding: 20px 15px;
    align-items: center;
    display: flex;
}header .head_sitebar_9 .head_lesson_k {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .head_sitebar_9 .head_lesson_k:hover {
    transform: scale(1.05);
}header .head_sitebar_9 .head_lesson_k .head_learning_f {
    display: inline-block;
}header .head_sitebar_9 .head_lesson_k .head_learning_f svg {
    width: auto;
    height: 50px;
}header .head_sitebar_9 .first_expert_m {
    display: flex;
    list-style: none;
    padding: 20px 30px;
    position: relative;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
    transform: none;
    padding: 0;
    margin: 0;
}header .head_sitebar_9 .first_expert_m::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
    transform: rotate(-2deg) scale(1.03);
    z-index: -1;
    border-radius: 16px;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}header .head_sitebar_9 .first_expert_m .top_tutor_r {
    margin: 0 12px;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head_sitebar_9 .first_expert_m .top_tutor_r:hover {
    transform: translateY(-3px) scale(1.05);
}header .head_sitebar_9 .first_expert_m .top_tutor_r a {
    font-weight: 600;
    display: block;
    padding: 8px 5px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}header .head_sitebar_9 .first_expert_m .top_tutor_r a::after {
    transition: transform 0.4s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(140,161,99), transparent);
    height: 2px;
    transform: translateX(-100%);
    content: "";
}header .head_sitebar_9 .first_expert_m .top_tutor_r:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .head_sitebar_9 {
    align-items: center;
    flex-direction: column;
}header .head_sitebar_9 .head_lesson_k {
    margin-bottom: 15px;
    margin-right: 0;
}header .head_sitebar_9 .first_expert_m {
    width: 100%;
    padding: 15px;
    justify-content: center;
}header .head_sitebar_9 .first_expert_m .top_tutor_r {
    margin: 5px 15px 5px 0;
}header .head_sitebar_9 .first_expert_m .top_tutor_r a {
    padding: 5px;
    font-size: calc(16px - 2px);
}}footer {
    position: relative;
    width: 100%;
}footer .contest_info_k {
    padding: 80px 0 30px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(173,181,151) 100%);
    position: relative;
    z-index: 1;
}footer .contest_info_k::before {
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .contest_info_k::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        rgb(173,181,151) 0%, 
        rgb(140,161,99) 50%, 
        rgb(173,181,151) 100%);
    width: 100%;
    left: 0;
    animation: glowBorder 3s infinite linear;
    height: 3px;
    top: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .contest_info_k .container {
    z-index: 2;
    position: relative;
}footer .insta_feed_E {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .course_faq_R {
    gap: 30px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    padding-bottom: 30px;
    position: relative;
}footer .course_faq_R::after {
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(140,161,99,0.5) 50%, 
        transparent 100%);
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
}footer .info_item {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(0);
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    display: flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 13px;
    transition: color 0.3s ease;
    gap: 10px;
}footer .info_item svg {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
    fill: rgb(140,161,99);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(140,161,99);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}footer .head_lesson_k {
    flex-direction: column;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}footer .head_lesson_k svg {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(173,181,151,0.5));
}footer .faq_block_A {
    color: #ffffff;
    font-weight: 300;
    opacity: 0.7;
    font-size: 14px;
    max-width: 300px;
    line-height: 1.5;
}footer .first_expert_m {
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .first_expert_m h5 {
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    padding-bottom: 15px;
    position: relative;
}footer .first_expert_m h5::after {
    left: 0;
    width: 50px;
    content: '';
    border-radius: 10px;
    background: rgb(140,161,99);
    position: absolute;
    bottom: 0;
    height: 3px;
}footer .nav_block_6 {
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
}footer .nav_block_6 a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 15px;
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
}footer .nav_block_6 a::before {
    width: 6px;
    position: absolute;
    content: '';
    left: 0;
    border-radius: 50%;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
    background: rgb(140,161,99);
    opacity: 0.7;
    transition: all 0.3s ease;
}footer .nav_block_6 a:hover {
    color: rgb(140,161,99);
    opacity: 1;
    transform: translateX(5px);
}footer .nav_block_6 a:hover::before {
    box-shadow: 0 0 10px rgb(140,161,99);
    opacity: 1;
    width: 8px;
    height: 8px;
}footer .subscribe_holder {
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    gap: 15px;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    opacity: 0.8;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    outline: none;
    font-size: 13px;
    padding: 14px 15px;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(140,161,99,0.5);
    border-color: rgb(140,161,99);
}footer .email_submit_R {
    border: none;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(140,161,99) 0%, rgb(173,181,151) 100%);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    letter-spacing: 1px;
}footer .email_submit_R::before {
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
    transition: 0.6s;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    top: 0;
    content: '';
}footer .email_submit_R:hover::before {
    left: 100%;
}footer .email_submit_R:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}footer .event_cal_I {
    text-align: center;
    position: relative;
    padding-top: 30px;
}footer .event_cal_I::before {
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(140,161,99,0.5) 50%, 
        transparent 100%);
}footer .cert_display_3 {
    font-size: 15px;
    font-weight: 300;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 992px) {footer .contest_info_k {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .course_faq_R {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .contest_info_k {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .first_expert_m {
    gap: 15px;
}footer .course_faq_R {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .email_submit_R {
    width: 100%;
}
}

@media (max-width: 576px) {footer .contest_info_k {
    padding: 40px 0 30px;
}footer .head_lesson_k {
    margin: 0 auto;
    text-align: center;
    align-items: center;
}footer .faq_block_A {
    text-align: center;
    margin: 0 auto;
}footer .first_expert_m h5 {
    text-align: center;
}footer .first_expert_m h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .nav_block_6 {
    align-items: center;
}footer .nav_block_6 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.thanksArea_6 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
}.thanksArea_6::before {
    content: "";
    width: 120%;
    background: radial-gradient(circle at 20% 30%, rgb(173,181,151,0.5), transparent 60%);
    left: -20%;
    position: absolute;
    z-index: 0;
    opacity: 0.2;
    transform: rotate(-15deg);
    top: -50%;
    height: 200%;
}.thanksArea_6::after {
    right: -10%;
    position: absolute;
    width: 70%;
    z-index: 0;
    opacity: 0.15;
    height: 70%;
    bottom: -10%;
    content: "";
    background: radial-gradient(circle at 80% 80%, rgb(140,161,99,0.5), transparent 60%);
}.thanksArea_6 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}.thanksArea_6 .method_ped_d {
    background: #ffffff;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    border-radius: 16px;
    padding: 3.5rem;
}.thanksArea_6 .method_ped_d:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksArea_6 .method_ped_d > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.thanksArea_6 .method_ped_d > div:first-child::after {
    position: absolute;
    content: "";
    border-radius: 3px;
    background-size: 200% 100%;
    animation: gradientSlide 6s infinite ease-in-out;
    background: linear-gradient(90deg, rgb(173,181,151), rgb(140,161,99), rgb(173,181,151));
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(rgb(173,181,151,0.5), 0.2);
}.thanksArea_6 h5 {
    font-weight: 700;
    transform: translateZ(0);
    position: relative;
    color: #000000;
    font-size: calc(23px * 1.15);
    margin: 0;
    line-height: 1.4;
    padding-left: 1.2rem;
}.thanksArea_6 h5::before {
    transform: translateZ(0);
    content: "";
    left: 0;
    border-radius: 3px;
    height: 90%;
    background: rgb(173,181,151);
    position: absolute;
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    width: 6px;
    top: 0.1em;
}.thanksArea_6 .method_ped_d > div:last-child {
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    transform: translateZ(0);
    position: relative;
}.thanksArea_6 a {
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(8px);
    display: block;
    border-radius: 12px;
    transform: translateZ(0);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    padding: 0.5rem 1.2rem;
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    text-decoration: none;
}.thanksArea_6 a:hover {
    transform: translateY(1px);
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.thanksArea_6 a:active {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    transform: translateY(2px);
}.thanksArea_6 p {
    z-index: 1;
    position: relative;
    line-height: 1.7;
    margin: 0;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #000000;
}

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

@media (max-width: 991px) {.thanksArea_6 {
    padding: 5rem 0;
}.thanksArea_6 .method_ped_d {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.thanksArea_6 h5 {
    font-size: calc(23px * 1.05);
}.thanksArea_6 .method_ped_d > div:first-child {
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.thanksArea_6 {
    padding: 4rem 0;
}.thanksArea_6 .method_ped_d {
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    transform: none;
    padding: 2rem;
}.thanksArea_6 h5 {
    padding-left: 1rem;
    font-size: 23px;
}.thanksArea_6 h5::before {
    width: 4px;
}.thanksArea_6 a {
    padding: 0.5rem 1rem;
}.thanksArea_6 p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 575px) {.thanksArea_6 {
    padding: 3.5rem 0;
}.thanksArea_6 .container {
    padding: 0 1.5rem;
}.thanksArea_6 .method_ped_d {
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    border-radius: 12px;
    padding: 1.75rem;
}.thanksArea_6 h5 {
    font-size: calc(23px - 2px);
    padding-left: 0.8rem;
}.thanksArea_6 h5::before {
    width: 3px;
}.thanksArea_6 .method_ped_d > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.thanksArea_6 a {
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
}.thanksArea_6 p {
    line-height: 1.6;
    font-size: calc(12px - 2px);
}}.mentorship_experience_8 {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    background-color: rgb(204,207,196);
}.mentorship_experience_8::before {
    height: 40%;
    right: -5%;
    background: linear-gradient(135deg, rgb(173,181,151,0.5), rgb(173,181,151));
    transform: rotate(15deg);
    z-index: 0;
    top: -5%;
    width: 40%;
    content: "";
    opacity: 0.07;
    position: absolute;
    filter: blur(20px);
}.mentorship_experience_8::after {
    left: -5%;
    background: linear-gradient(225deg, rgb(140,161,99), rgb(140,161,99,0.5));
    bottom: -5%;
    position: absolute;
    z-index: 0;
    height: 40%;
    transform: rotate(-15deg);
    filter: blur(20px);
    content: "";
    opacity: 0.07;
    width: 40%;
}.mentorship_experience_8 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.mentorship_experience_8 .client_voices_I {
    padding: 2.5rem;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(173,181,151,0.5), 0.04);
    border-left: 4px solid rgb(173,181,151);
}.mentorship_experience_8 .client_voices_I:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 3px 8px rgba(0,0,0,0.05),
                0 25px 50px rgba(rgb(173,181,151,0.5), 0.06);
}.mentorship_experience_8 .client_voices_I::before {
    width: 80px;
    opacity: 0.05;
    border-radius: 10px;
    z-index: -1;
    background: rgb(173,181,151,0.5);
    right: 1.5rem;
    content: "";
    transform: rotate(15deg);
    position: absolute;
    top: 1.5rem;
    height: 80px;
}.mentorship_experience_8 .client_voices_I > div:first-child {
    justify-self: center;
}.mentorship_experience_8 .img_header_W {
    transform: perspective(800px) rotateY(5deg);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.5s ease;
    position: relative;
    height: 170px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 170px;
    border-radius: 2px;
}.mentorship_experience_8 .client_voices_I:hover .img_header_W {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
}.mentorship_experience_8 .img_header_W::before {
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(173,181,151,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(140,161,99,0.5), 0.2) 100%
    );
    z-index: 1;
    inset: 0;
}.mentorship_experience_8 .img_header_W::after {
    height: 200%;
    width: 200%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    transform: rotate(25deg);
    left: -50%;
    opacity: 0;
    top: -50%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    position: absolute;
    content: "";
}.mentorship_experience_8 .client_voices_I:hover .img_header_W::after {
    transform: rotate(25deg) translate(50%, 50%);
    opacity: 1;
}.mentorship_experience_8 .name {
    color: #000000;
    letter-spacing: 0.03em;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 0.75rem;
    font-size: 20px;
}.mentorship_experience_8 .name::after {
    transition: transform 0.35s ease;
    content: "";
    background: linear-gradient(to right, rgb(173,181,151), rgb(173,181,151,0.5));
    height: 3px;
    transform: scaleX(0.8);
    position: absolute;
    transform-origin: left center;
    left: 0;
    bottom: -5px;
    width: 2.5rem;
}.mentorship_experience_8 .client_voices_I:hover .name::after {
    transform: scaleX(1);
}.mentorship_experience_8 .client_voices_I > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    font-weight: 600;
    transition: color 0.3s ease, opacity 0.3s ease;
    opacity: 0.85;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(16px * 0.95);
    color: rgba(0, 0, 0, 0.5);
    padding-left: 0.5rem;
}.mentorship_experience_8 .client_voices_I:hover > div:nth-child(2) > div {
    color: rgb(173,181,151);
    opacity: 1;
}.mentorship_experience_8 .client_voices_I > div:nth-child(2) > div::before {
    width: 3px;
    transition: height 0.3s ease, top 0.3s ease;
    left: 0;
    content: "";
    top: 0.4em;
    opacity: 0.75;
    height: 0.8em;
    position: absolute;
    background-color: rgb(140,161,99);
}.mentorship_experience_8 .client_voices_I:hover > div:nth-child(2) > div::before {
    top: 0.2em;
    height: 1.2em;
}.mentorship_experience_8 .work_view_1 {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    transition: border-color 0.3s ease;
    margin: 0;
    border-left: 2px solid rgba(rgb(173,181,151,0.5), 0.3);
    padding-left: 1rem;
    position: relative;
}.mentorship_experience_8 .client_voices_I:hover .work_view_1 {
    border-left-color: rgb(173,181,151);
}.mentorship_experience_8 .work_view_1::before {
    left: -0.5rem;
    content: "";
    position: absolute;
    line-height: 1;
    opacity: 0.15;
    top: -1.5rem;
    font-size: 4rem;
    color: rgb(173,181,151,0.5);
}

@media (min-width: 768px) {.mentorship_experience_8 {
    padding: 6rem 0;
}.mentorship_experience_8 .client_voices_I {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    padding: 3rem;
}.mentorship_experience_8 .client_voices_I > div:first-child {
    grid-row: 1 / 3;
    justify-self: start;
}.mentorship_experience_8 .img_header_W {
    width: 220px;
    height: 280px;
}.mentorship_experience_8 .name {
    margin: 0 0 1rem;
    font-size: calc(20px * 1.1);
}.mentorship_experience_8 .work_view_1 {
    line-height: 1.75;
    font-size: calc(16px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.mentorship_experience_8 {
    padding: 8rem 0;
}.mentorship_experience_8 .client_voices_I {
    max-width: 90%;
    gap: 2.5rem 4rem;
    border-left-width: 6px;
    margin: 0 auto;
    padding: 4rem;
}.mentorship_experience_8 .img_header_W {
    height: 320px;
    width: 240px;
}.mentorship_experience_8 .client_voices_I > div:nth-child(2) > div {
    font-size: calc(16px * 1);
}.mentorship_experience_8 .work_view_1 {
    font-size: calc(16px * 1.1);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.mentorship_experience_8 .client_voices_I {
    padding: 2rem;
}.mentorship_experience_8 .img_header_W {
    height: 140px;
    margin-bottom: 1rem;
    width: 140px;
}.mentorship_experience_8 .name {
    font-size: calc(20px * 0.95);
}.mentorship_experience_8 .client_voices_I > div:nth-child(2) > div {
    font-size: calc(16px * 0.9);
}.mentorship_experience_8 .work_view_1 {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    padding-left: 0.75rem;
}
}

@media (hover: none) {.mentorship_experience_8 .client_voices_I {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                    0 1px 4px rgba(0,0,0,0.03),
                    0 20px 40px rgba(rgb(173,181,151,0.5), 0.04) !important;
    transform: none !important;
}.mentorship_experience_8 .img_header_W {
    transform: none !important;
}.mentorship_experience_8 .img_header_W::after {
    display: none;
}.mentorship_experience_8 .name::after {
    transform: scaleX(1);
}}.course_program_details_K {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgba(249, 249, 249, 0.95) 100%);
}.course_program_details_K::before {
    z-index: 0;
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.05;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgb(140,161,99,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(140,161,99,0.5) 25%, transparent 25%);
}.course_program_details_K .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
}.course_program_details_K .learn_challenge_Z {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.course_program_details_K .img_header_W {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    height: 380px;
}.course_program_details_K .img_header_W::after {
    opacity: 0.5;
    content: "";
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to bottom right, 
                rgb(173,181,151,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(140,161,99,0.5) 100%);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    transition: opacity 0.6s ease;
}.course_program_details_K .img_header_W:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_program_details_K .img_header_W:hover::after {
    opacity: 0.2;
}.course_program_details_K .caption_holder_H {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
    padding: 2rem;
    justify-content: center;
    flex-direction: column;
    transform: translateX(0);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program_details_K .caption_holder_H::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(173,181,151), rgb(140,161,99));
    height: 0;
    width: 5px;
    top: 0;
    content: "";
    left: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program_details_K .learn_challenge_Z:hover .caption_holder_H::before {
    height: 100%;
}.course_program_details_K h3 {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    transition: transform 0.4s ease;
    transform: translateY(0);
    font-size: calc(21px * 1.1);
    font-weight: 700;
    color: #000000;
}.course_program_details_K h3::after {
    left: 0;
    width: 60px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(173,181,151), rgb(140,161,99));
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
}.course_program_details_K .caption_holder_H:hover h3 {
    transform: translateY(-5px);
}.course_program_details_K .caption_holder_H:hover h3::after {
    width: 100px;
}.course_program_details_K .description {
    line-height: 1.7;
    position: relative;
    font-size: 12px;
    color: #000000;
    max-height: 200px;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    overflow-y: auto;
}.course_program_details_K .description::-webkit-scrollbar {
    width: 4px;
}.course_program_details_K .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_program_details_K .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(140,161,99,0.5);
}.course_program_details_K span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_program_details_K {
    padding: 8rem 0;
}.course_program_details_K .learn_challenge_Z {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_details_K .caption_holder_H {
    transform: translateX(-30px);
}.course_program_details_K .learn_challenge_Z:hover .caption_holder_H {
    transform: translateX(0);
}.course_program_details_K .img_header_W {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_program_details_K .img_header_W:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_program_details_K h3 {
    font-size: 21px;
}
}

@media (min-width: 992px) {.course_program_details_K {
    padding: 10rem 0;
}.course_program_details_K .container {
    padding: 0 3rem;
}.course_program_details_K .learn_challenge_Z {
    gap: 6rem;
}.course_program_details_K .caption_holder_H {
    padding: 3rem;
}.course_program_details_K .img_header_W {
    height: 550px;
}.course_program_details_K h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 2rem;
}.course_program_details_K .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_program_details_K {
    padding: 4rem 0;
}.course_program_details_K .container {
    padding: 0 1.5rem;
}.course_program_details_K .img_header_W {
    height: 280px;
    margin-bottom: 1rem;
}.course_program_details_K .caption_holder_H {
    padding: 1.5rem;
}.course_program_details_K h3 {
    margin-bottom: 1rem;
    font-size: calc(16px * 1.1);
    padding-bottom: 0.75rem;
}.course_program_details_K .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    max-height: 180px;
}}.education_framework_0 {
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgb(173,181,151,0.5) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 6rem 2rem;
}.education_framework_0::before {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(140,161,99,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}.education_framework_0::after {
    background: linear-gradient(45deg, rgb(173,181,151,0.5) 0%, rgb(140,161,99) 100%);
    bottom: -50px;
    filter: blur(60px);
    width: 300px;
    opacity: 0.4;
    position: absolute;
    content: "";
    height: 300px;
    right: -50px;
    z-index: -1;
    animation: float 20s infinite ease-in-out;
    transform: rotate(-15deg);
}.education_framework_0 .method_ped_d {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    z-index: 2;
    max-width: 1200px;
}.education_framework_0 h2 {
    transform: translateZ(20px);
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 1.3;
}.education_framework_0 h2::after {
    transform: scaleX(1);
    width: 80px;
    left: 0;
    bottom: -10px;
    position: absolute;
    transition: transform 0.3s ease-out;
    background: linear-gradient(to right, rgb(173,181,151), rgb(140,161,99));
    content: "";
    transform-origin: left;
    height: 4px;
}.education_framework_0:hover h2::after {
    transform: scaleX(1.5);
}.education_framework_0 .caption_holder_H {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(173,181,151);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 2.5rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.education_framework_0 .caption_holder_H:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateZ(15px) translateY(-5px);
}.education_framework_0 p {
    margin: 0;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
}

@media (min-width: 768px) {.education_framework_0 {
    padding: 8rem 3rem;
}.education_framework_0 .method_ped_d {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.education_framework_0 h2 {
    grid-column: 1;
    margin-bottom: 0;
    font-size: calc(28px * 1.2);
    max-width: 90%;
}.education_framework_0 .caption_holder_H {
    grid-column: 2;
    border-left: 5px solid rgb(173,181,151);
    padding: 3rem;
}
}

@media (min-width: 992px) {.education_framework_0 {
    padding: 10rem 4rem;
}.education_framework_0::before {
    background: radial-gradient(circle at 70% 30%, rgb(140,161,99,0.5) 0%, transparent 70%);
}.education_framework_0 .method_ped_d {
    gap: 6rem;
}.education_framework_0 h2 {
    max-width: 80%;
    font-size: calc(28px * 1.4);
}.education_framework_0 .caption_holder_H {
    padding: 3.5rem;
}.education_framework_0 p {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.education_framework_0 {
    padding: 4rem 1.5rem;
}.education_framework_0 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.education_framework_0 .caption_holder_H {
    padding: 2rem;
}.education_framework_0 p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}}

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

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-20px, -10px);
    }
}.data_exploration_d {
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.data_exploration_d::before {
    opacity: 0.3;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 75% 25%, rgb(173,181,151,0.5) 0%, transparent 60%);
    z-index: 1;
    height: 100%;
    left: 0;
}.data_exploration_d::after {
    opacity: 0.2;
    height: 300px;
    bottom: -50px;
    content: "";
    width: 300px;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    border: 2px solid rgb(140,161,99,0.5);
    border-radius: 50%;
    right: -50px;
}.data_exploration_d h3 {
    margin-bottom: 3.5rem;
    color: #000000;
    font-size: 36px;
    position: relative;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: 600;
    z-index: 2;
}.data_exploration_d h3::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(173,181,151) 0%, rgb(140,161,99) 100%);
    bottom: -12px;
    height: 3px;
    left: 50%;
    content: "";
    width: 80px;
}.data_exploration_d .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.data_exploration_d ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    margin: 0;
    display: grid;
    gap: 30px;
}.data_exploration_d .boost_growth_z {
    padding: 2rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 3;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    perspective: 1000px;
    text-align: center;
    position: relative;
}.data_exploration_d .boost_growth_z::before {
    height: 4px;
    transform-origin: left;
    left: 0;
    width: 100%;
    content: "";
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(173,181,151) 0%, rgb(140,161,99) 100%);
    top: 0;
    position: absolute;
    transform: scaleX(0.6);
}.data_exploration_d .boost_growth_z::after {
    content: "";
    opacity: 0.1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    right: 0;
    z-index: -1;
    bottom: 0;
    width: 80px;
    transform: translate(20px, 20px);
    background: radial-gradient(circle, rgb(173,181,151,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    height: 80px;
}.data_exploration_d .boost_growth_z:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) rotateX(2deg);
}.data_exploration_d .boost_growth_z:hover::before {
    transform: scaleX(1);
}.data_exploration_d .boost_growth_z:hover::after {
    transform: translate(10px, 10px);
    opacity: 0.2;
}.data_exploration_d .boost_growth_z span {
    color: #000000;
    font-size: calc(12px * 0.95);
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
    transition: transform 0.3s ease;
    display: block;
    font-family: Arial, sans-serif;
    z-index: 2;
}.data_exploration_d .boost_growth_z p {
    margin: 0;
    z-index: 2;
    position: relative;
    font-size: calc(48px * 0.8);
    color: rgb(173,181,151);
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
}.data_exploration_d .boost_growth_z:hover p {
    color: rgb(140,161,99);
    transform: scale(1.1);
}.data_exploration_d .boost_growth_z:nth-child(odd) {
    transform: translateY(10px) rotate(-1deg);
}.data_exploration_d .boost_growth_z:nth-child(odd):hover {
    transform: translateY(5px) rotate(0deg);
}.data_exploration_d .boost_growth_z:nth-child(even) {
    transform: translateY(-10px) rotate(1deg);
}.data_exploration_d .boost_growth_z:nth-child(even):hover {
    transform: translateY(-15px) rotate(0deg);
}.data_exploration_d .boost_growth_z:nth-child(3n+1)::after {
    background: radial-gradient(circle, rgb(140,161,99,0.5) 0%, transparent 70%);
}

@media (min-width: 768px) {.data_exploration_d ul {
    grid-template-columns: repeat(3, 1fr);
}.data_exploration_d .boost_growth_z {
    padding: 2.5rem 1.5rem;
}.data_exploration_d .boost_growth_z span {
    font-size: 12px;
}.data_exploration_d .boost_growth_z p {
    font-size: 48px;
}.data_exploration_d::before {
    background: radial-gradient(circle at 75% 25%, rgb(173,181,151,0.5) 0%, transparent 70%);
}
}

@media (min-width: 992px) {.data_exploration_d {
    padding: 7rem 0;
}.data_exploration_d h3 {
    margin-bottom: 4.5rem;
    font-size: calc(36px * 1.2);
}.data_exploration_d ul {
    grid-template-columns: repeat(4, 1fr);
}.data_exploration_d .boost_growth_z {
    transform: translateY(0) rotate(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.data_exploration_d .boost_growth_z:hover {
    transform: translateY(-10px);
}.data_exploration_d .boost_growth_z::after {
    width: 120px;
    height: 120px;
}.data_exploration_d .boost_growth_z span {
    letter-spacing: 0.5px;
}.data_exploration_d .boost_growth_z:nth-child(1) {
    transform: translateY(-15px) rotate(-1deg);
}.data_exploration_d .boost_growth_z:nth-child(2) {
    transform: translateY(10px) rotate(1deg);
}.data_exploration_d .boost_growth_z:nth-child(3) {
    transform: translateY(-5px) rotate(0.5deg);
}.data_exploration_d .boost_growth_z:nth-child(4) {
    transform: translateY(15px) rotate(-0.5deg);
}.data_exploration_d .boost_growth_z:nth-child(5) {
    transform: translateY(-10px) rotate(0deg);
}.data_exploration_d .boost_growth_z:nth-child(6) {
    transform: translateY(5px) rotate(-1deg);
}.data_exploration_d .boost_growth_z:nth-child(7) {
    transform: translateY(-8px) rotate(0.8deg);
}.data_exploration_d .boost_growth_z:hover {
    transform: translateY(-5px) rotate(0deg);
}
}

@media (max-width: 767px) {.data_exploration_d {
    padding: 4rem 0;
}.data_exploration_d h3 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.data_exploration_d ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.data_exploration_d .boost_growth_z {
    transform: none !important;
    padding: 1.8rem 1.2rem;
}.data_exploration_d .boost_growth_z span {
    font-size: calc(12px * 0.9);
}.data_exploration_d .boost_growth_z p {
    font-size: calc(36px * 1.1);
}.data_exploration_d .boost_growth_z:hover {
    transform: translateY(-3px) !important;
}.data_exploration_d::after {
    height: 150px;
    width: 150px;
}}.training_results_D {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(204,207,196) 40%, rgba(248, 249, 250, 0.9) 100%);
}.training_results_D::before {
    width: 200px;
    z-index: 0;
    right: -50px;
    filter: blur(120px);
    height: 200px;
    background: rgb(140,161,99,0.5);
    position: absolute;
    content: "";
    top: -50px;
}.training_results_D::after {
    bottom: -80px;
    height: 250px;
    background: rgb(173,181,151,0.5);
    width: 250px;
    filter: blur(100px);
    content: "";
    position: absolute;
    z-index: 0;
    left: -80px;
}.training_results_D .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1280px;
}.training_results_D .method_ped_d {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 40px;
}.training_results_D .caption_holder_H {
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
}.training_results_D .caption_holder_H::before {
    height: 100%;
    left: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(173,181,151), rgb(140,161,99));
    top: 0;
    content: "";
    position: absolute;
}.training_results_D .caption_holder_H h4 {
    position: relative;
    font-weight: 700;
    color: #000000;
    margin: 0 0 30px;
    font-size: 18px;
    padding-bottom: 15px;
}.training_results_D .caption_holder_H h4::after {
    width: 60px;
    background: rgb(140,161,99);
    left: 0;
    bottom: 0;
    height: 3px;
    position: absolute;
    content: "";
}.training_results_D .caption_holder_H > div {
    margin-bottom: 20px;
}.training_results_D .caption_holder_H ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.training_results_D .caption_holder_H li {
    margin-bottom: 20px;
    transform: translateX(0);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}.training_results_D .caption_holder_H li:hover {
    transform: translateX(5px);
}.training_results_D .caption_holder_H p {
    display: flex;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    align-items: flex-start;
    margin: 0;
}.training_results_D .caption_holder_H p span:first-child {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    align-items: center;
    padding: 8px;
    display: flex;
    justify-content: center;
    background: #ffffff;
    margin-right: 15px;
    flex-shrink: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}.training_results_D .caption_holder_H li:hover p span:first-child {
    background: rgb(140,161,99,0.5);
    transform: rotate(5deg);
}.training_results_D .caption_holder_H p span:last-child {
    padding-top: 4px;
}.training_results_D .caption_holder_H svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}.training_results_D .caption_holder_H li:hover svg {
    transform: scale(1.1);
}.training_results_D .caption_holder_H svg path {
    transition: fill 0.3s ease;
}.training_results_D .caption_holder_H li:hover svg path {
    fill: rgb(173,181,151);
}.training_results_D .img_header_W {
    height: auto;
    transform: translateZ(0) perspective(1000px) rotateY(-5deg);
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    width: 100%;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}.training_results_D .img_header_W:hover {
    transform: translateZ(0) perspective(1000px) rotateY(0);
}.training_results_D .img_header_W::after {
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(45deg, rgba(rgb(173,181,151,0.5), 0.2), transparent);
}

@media (min-width: 768px) {.training_results_D .method_ped_d {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.training_results_D .caption_holder_H {
    padding: 50px;
}.training_results_D .caption_holder_H > div {
    gap: 30px;
    display: flex;
}.training_results_D .caption_holder_H > div > ul {
    flex: 1;
}.training_results_D .caption_holder_H h4 {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.training_results_D {
    padding: 150px 0;
}.training_results_D .method_ped_d {
    gap: 80px;
}.training_results_D .caption_holder_H {
    padding: 60px;
}.training_results_D .caption_holder_H h4 {
    font-size: calc(18px * 1.2);
    margin-bottom: 40px;
}.training_results_D .caption_holder_H h4::after {
    width: 80px;
}.training_results_D .img_header_W {
    box-shadow: 35px 35px 70px rgba(0, 0, 0, 0.12);
}
}

@media (max-width: 767px) {.training_results_D {
    padding: 80px 0;
}.training_results_D .caption_holder_H {
    padding: 30px;
}.training_results_D .caption_holder_H h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.training_results_D .img_header_W {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12);
    transform: translateZ(0);
}.training_results_D .caption_holder_H li {
    margin-bottom: 15px;
}.training_results_D .caption_holder_H p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.training_results_D {
    padding: 60px 0;
}.training_results_D .caption_holder_H {
    padding: 25px 20px;
}.training_results_D .caption_holder_H h4 {
    font-size: calc(18px * 0.85);
}.training_results_D .caption_holder_H p {
    font-size: calc(15px * 0.9);
}.training_results_D .caption_holder_H p span:first-child {
    padding: 6px;
}.training_results_D .caption_holder_H svg {
    height: 20px;
    width: 20px;
}}.find_us_p {
    position: relative;
    background: linear-gradient(145deg, rgb(173,181,151) 0%, rgb(140,161,99) 70%, rgb(204,207,196) 100%);
    overflow: hidden;
    z-index: 1;
    padding: 100px 0;
}.find_us_p:before {
    animation: rotateGlow 20s infinite linear;
    background: radial-gradient(circle at 30% 30%, rgb(173,181,151,0.5) 0%, transparent 60%);
    width: 200%;
    content: '';
    top: -50%;
    position: absolute;
    z-index: -1;
    left: -50%;
    height: 200%;
    opacity: 0.2;
}.find_us_p:after {
    right: -30%;
    bottom: -30%;
    height: 150%;
    animation: rotateGlowReverse 25s infinite linear;
    position: absolute;
    content: '';
    opacity: 0.15;
    background: radial-gradient(circle at 70% 70%, rgb(140,161,99,0.5) 0%, transparent 50%);
    width: 150%;
    z-index: -1;
}.find_us_p .container {
    position: relative;
    margin: 0 auto;
    max-width: 1240px;
}.find_us_p .online_contact_A {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgb(173,181,151,0.5);
    padding: 60px;
    background: #ffffff;
}.find_us_p .online_contact_A:hover {
    box-shadow: 0 30px 70px rgb(140,161,99,0.5);
    transform: translateY(-15px);
}.find_us_p .message_info_z {
    margin-bottom: 50px;
    color: rgb(173,181,151);
    font-weight: 700;
    overflow: hidden;
    font-size: 36px;
    position: relative;
    display: inline-block;
}.find_us_p .message_info_z:before {
    width: 100%;
    border-radius: 10px;
    background: rgb(140,161,99);
    left: 0;
    position: absolute;
    animation: slideIn 1.5s ease forwards;
    content: '';
    transform: scaleX(0);
    height: 5px;
    bottom: -12px;
    transform-origin: left;
}.find_us_p .img_header_W {
    border-radius: 28px;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    height: 320px;
    transition: all 0.5s ease;
}.find_us_p .img_header_W:before {
    animation: scanLine 4s infinite linear;
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
}.find_us_p .img_header_W:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgb(140,161,99,0.5);
}.find_us_p .edu_coach_H {
    display: grid;
    position: relative;
    gap: 30px;
}.find_us_p .edu_coach_H p {
    display: flex;
    font-size: 12px;
    align-items: center;
    font-family: Arial, sans-serif;
    padding-left: 0;
    color: #000000;
    position: relative;
    margin: 0;
    line-height: 1.7;
}.find_us_p .edu_coach_H p svg {
    flex-shrink: 0;
    height: 24px;
    fill: rgb(140,161,99);
    transition: all 0.3s ease;
    width: 24px;
    margin: 0 15px;
}.find_us_p .edu_coach_H p svg path {
    fill: rgb(140,161,99);
    transition: fill 0.3s ease;
}.find_us_p .edu_coach_H p:hover svg {
    transform: translateX(5px);
}.find_us_p .edu_coach_H p:hover svg path {
    fill: rgb(173,181,151);
}.find_us_p .edu_coach_H p span {
    font-weight: 600;
    color: rgb(173,181,151);
}.find_us_p .edu_coach_H p a {
    color: rgb(140,161,99);
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}.find_us_p .edu_coach_H p a:after {
    content: '';
    bottom: -3px;
    transform-origin: right;
    position: absolute;
    background: rgb(140,161,99);
    height: 1px;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
}.find_us_p .edu_coach_H p a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}.find_us_p .edu_coach_H p a:hover {
    color: rgb(173,181,151);
}.find_us_p .query_form_1 {
    margin-top: 50px;
    overflow: hidden;
    border-radius: 28px;
    transition: all 0.4s ease;
    padding: 30px;
    background: rgb(204,207,196);
    position: relative;
}.find_us_p .query_form_1:before {
    top: 0;
    height: 100%;
    left: -100%;
    animation: sweep 6s infinite linear;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    width: 100%;
}.find_us_p .query_form_1:hover {
    box-shadow: 0 10px 30px rgb(173,181,151,0.5);
    background: rgb(140,161,99,0.5);
}.find_us_p .edu_guide_T {
    color: rgb(173,181,151);
    font-size: 21px;
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}.find_us_p .edu_guide_T svg {
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.find_us_p .edu_guide_T svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,181,151);
}.find_us_p .query_form_1:hover .edu_guide_T svg path {
    fill: rgb(140,161,99);
}.find_us_p .request_support_w {
    display: grid;
    gap: 20px;
}.find_us_p .ask_form_a {
    background: #ffffff;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    padding: 12px 20px;
    border-radius: 10px;
    position: relative;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
}.find_us_p .ask_form_a svg {
    transition: all 0.3s ease;
    width: 16px;
    height: 16px;
    transform: translateX(-10px);
    opacity: 0;
    margin-right: 10px;
}.find_us_p .ask_form_a svg path {
    fill: rgb(140,161,99);
}.find_us_p .ask_form_a:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(140,161,99,0.5);
}.find_us_p .ask_form_a:hover svg {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1024px) {.find_us_p {
    padding: 80px 0;
}.find_us_p .online_contact_A {
    padding: 50px;
}.find_us_p .img_header_W {
    height: 280px;
}.find_us_p .message_info_z {
    font-size: calc(36px * 0.9);
}.find_us_p .edu_coach_H {
    gap: 25px;
}.find_us_p .query_form_1 {
    padding: 25px;
}.find_us_p .edu_coach_H p svg {
    height: 22px;
    width: 22px;
}
}

@media screen and (max-width: 768px) {.find_us_p {
    padding: 60px 0;
}.find_us_p .online_contact_A {
    padding: 40px;
}.find_us_p .img_header_W {
    height: 240px;
    margin-bottom: 40px;
}.find_us_p .message_info_z {
    font-size: calc(36px * 0.85);
    margin-bottom: 40px;
}.find_us_p .edu_coach_H {
    gap: 20px;
}.find_us_p .query_form_1 {
    margin-top: 40px;
    padding: 20px;
}.find_us_p .edu_guide_T {
    font-size: calc(21px * 0.9);
}.find_us_p .ask_form_a {
    padding: 10px 15px;
}.find_us_p .edu_coach_H p svg {
    width: 20px;
    margin: 0 12px;
    height: 20px;
}.find_us_p .edu_guide_T svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
}

@media screen and (max-width: 480px) {.find_us_p {
    padding: 40px 0;
}.find_us_p .online_contact_A {
    padding: 30px;
}.find_us_p .img_header_W {
    margin-bottom: 30px;
    height: 200px;
}.find_us_p .message_info_z {
    font-size: calc(36px * 0.75);
}.find_us_p .edu_coach_H {
    gap: 15px;
}.find_us_p .query_form_1 {
    padding: 15px;
    margin-top: 30px;
}.find_us_p .edu_guide_T {
    font-size: calc(21px * 0.85);
}.find_us_p .ask_form_a {
    padding: 8px 12px;
}.find_us_p .edu_coach_H p svg {
    margin: 0 10px;
    height: 18px;
    width: 18px;
}.find_us_p .edu_guide_T svg {
    width: 18px;
    margin-right: 8px;
    height: 18px;
}}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}.about_this_4 {
    background: linear-gradient(135deg, rgb(204,207,196) 0%, rgba(245, 245, 250, 0.98) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.about_this_4::before {
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(140,161,99,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(140,161,99,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 50% 50%, rgb(140,161,99,0.5) 0.5%, transparent 5%),
        radial-gradient(circle at 30% 80%, rgb(140,161,99,0.5) 0.5%, transparent 5%);
    left: 0;
    position: absolute;
    opacity: 0.08;
    background-size: 250px 250px;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}.about_this_4 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.about_this_4 h1 {
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    color: rgb(173,181,151);
}.about_this_4 h1::after {
    width: 80px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(173,181,151), rgb(140,161,99));
    border-radius: 10px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.about_this_4 .pro_learning_m {
    position: relative;
}.about_this_4 .pro_learning_m ul {
    gap: 40px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
}.about_this_4 .expert_learnings_h {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 3px;
}.about_this_4 .expert_learnings_h::before {
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(173,181,151), rgb(140,161,99));
    height: 4px;
}.about_this_4 .expert_learnings_h:hover::before {
    transform: scaleX(1);
}.about_this_4 .expert_learnings_h::after {
    opacity: 0.1;
    background: radial-gradient(circle, rgb(140,161,99,0.5) 0%, transparent 70%);
    height: 200px;
    width: 200px;
    z-index: 0;
    border-radius: 100%;
    bottom: -100px;
    position: absolute;
    content: "";
    right: -100px;
}.about_this_4 .expert_learnings_h h4 {
    color: rgb(173,181,151);
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateX(0);
    position: relative;
    font-size: calc(22px + 2px);
    transition: transform 0.3s ease;
}.about_this_4 .expert_learnings_h:hover h4 {
    transform: translateX(10px);
}.about_this_4 .expert_learnings_h h4::after {
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    bottom: -10px;
    position: absolute;
    background-color: rgb(140,161,99);
    content: "";
    height: 2px;
}.about_this_4 .expert_learnings_h:hover h4::after {
    width: 60px;
}.about_this_4 .expert_learnings_h div {
    font-family: Arial, sans-serif;
    max-height: 200px;
    line-height: 1.8;
    font-weight: 400;
    padding-right: 10px;
    color: #000000;
    z-index: 1;
    font-size: 15px;
    overflow-y: auto;
    position: relative;
}.about_this_4 .expert_learnings_h div::-webkit-scrollbar {
    width: 4px;
}.about_this_4 .expert_learnings_h div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.about_this_4 .expert_learnings_h div::-webkit-scrollbar-thumb {
    background: rgb(140,161,99,0.5);
    border-radius: 10px;
}.about_this_4 .expert_learnings_h:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

@media (min-width: 768px) {.about_this_4 .pro_learning_m ul {
    grid-template-columns: repeat(2, 1fr);
}.about_this_4 h1 {
    margin-bottom: 70px;
    font-size: calc(48px + 4px);
}.about_this_4 .expert_learnings_h div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.about_this_4 {
    padding: 120px 0;
}.about_this_4 .expert_learnings_h {
    padding: 50px;
}.about_this_4 h1 {
    font-size: calc(48px + 8px);
}.about_this_4 .expert_learnings_h div {
    font-size: calc(15px + 1px);
    max-height: 350px;
}.about_this_4 .container {
    padding: 0 40px;
}
}

@media (max-width: 767px) {.about_this_4 {
    padding: 70px 0;
}.about_this_4 h1 {
    margin-bottom: 40px;
    font-size: calc(48px - 2px);
}.about_this_4 .expert_learnings_h {
    padding: 30px;
}.about_this_4 .expert_learnings_h div {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}
}

@media (hover: hover) {.about_this_4 h1:hover {
    transform: perspective(1000px) translateZ(10px);
}.about_this_4 .expert_learnings_h:hover div::-webkit-scrollbar-thumb {
    background: rgb(140,161,99);
}}.privacy_harbor_c {
    font-family: Arial, sans-serif;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: rgb(204,207,196);
}.privacy_harbor_c h1 {
    margin-top: 40px;
    font-size: 47px;
    color: rgb(173,181,151);
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}.privacy_harbor_c h2 {
    color: rgb(140,161,99);
    margin-bottom: 20px;
    font-size: 37px;
    font-weight: 600;
    margin-top: 35px;
}.privacy_harbor_c h3, .privacy_harbor_c h4, .privacy_harbor_c h5, .privacy_harbor_c h6 {
    color: #000000;
    margin-top: 30px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 15px;
}.privacy_harbor_c ul, .privacy_harbor_c ol {
    padding: 15px;
    padding-left: 20px;
    margin: 20px 0;
    border-radius: 10px;
    list-style: none;
    list-style-position: inside;
    background: rgb(140,161,99,0.5);
}.privacy_harbor_c li {
    padding-left: 25px;
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
}.privacy_harbor_c li::before {
    position: absolute;
    left: 0;
    content: '•';
    line-height: 1.2;
    color: rgb(173,181,151);
    top: 0;
    font-size: 1.5em;
}.privacy_harbor_c section {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background: #ffffff;
    border-radius: 29px;
}.privacy_harbor_c p, .privacy_harbor_c span, .privacy_harbor_c div {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.privacy_harbor_c {
    padding: 20px;
}.privacy_harbor_c h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: calc(22px - 10px);
}.privacy_harbor_c h2 {
    font-size: calc(22px - 5px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_harbor_c ul, .privacy_harbor_c ol {
    margin: 10px 0;
    padding: 10px;
}.privacy_harbor_c li {
    font-size: calc(14px - 2px);
    margin-bottom: 10px;
}.privacy_harbor_c p, .privacy_harbor_c span, .privacy_harbor_c div {
    margin-bottom: 8px;
    font-size: calc(14px - 2px);
}}.cookie_message_window_G {
    border-top: 3px solid rgb(173,181,151);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgb(204,207,196);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.cookie_tips_v {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}.user_default_6 {
    flex-shrink: 0;
    margin-right: 15px;
}.user_default_6 svg {
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(173,181,151);
}.user_default_6 svg:hover {
    fill: rgb(140,161,99);
}.track_toggle_I {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.cookie_message_window_G h5 {
    font-size: 21px;
    color: rgb(173,181,151);
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.cookie_message_window_G p {
    font-size: 18px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
}.policy_ack_U {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 15px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(173,181,151);
    cursor: pointer;
    color: #ffffff;
    margin-left: 10px;
}.policy_ack_U:hover {
    box-shadow: 0 0 10px rgb(140,161,99,0.5);
    background: rgb(140,161,99);
}#cookies_permission_approval_Q {
    background: rgb(173,181,151);
}#disallow_privacy_consent_4 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_message_window_G p a {
    color: rgb(173,181,151);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie_message_window_G p a:hover {
    color: rgb(140,161,99);
}
@media only screen and (max-width: 1200px) {.cookie_tips_v {
    flex-direction: column;
    align-items: center;
}.user_default_6 {
    margin-bottom: 15px;
}.track_toggle_I {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.policy_ack_U {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.cookie_tips_v {
    padding: 15px;
}.user_default_6 {
    display: none;
}.cookie_message_window_G h5 {
    font-size: 16px;
}.cookie_message_window_G p {
    font-size: 16px;
}}
#cookiePromptModal_T {
    display: none;
}#cookiePromptModal_T:checked ~ .cookie_message_window_G {
    visibility: hidden;
    opacity: 0;
}.plan_display_W {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.plan_display_W::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
    left: 0;
}.plan_display_W .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.plan_display_W .deal_board_1 {
    perspective: 1000px;
}.plan_display_W h2 {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
}.plan_display_W .payment_option_Y {
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    transform: translateZ(20px);
    opacity: 0.9;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    margin: 0 auto 50px;
    max-width: 700px;
}.plan_display_W .learning_package_V {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0;
    gap: 30px;
}.plan_display_W .learning_package_V li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_display_W .cost_summary_4 {
    height: 100%;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    display: block;
    text-decoration: none;
}.plan_display_W .study_cost_L {
    position: relative;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
    overflow: hidden;
    transform-style: preserve-3d;
}.plan_display_W .study_cost_L::before {
    content: "";
    transform: scaleX(0.92);
    top: 0;
    transform-origin: left;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(173,181,151) 0%,
        rgb(140,161,99) 100%);
    left: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.plan_display_W .study_cost_L::after {
    position: absolute;
    opacity: 0.7;
    right: 10px;
    height: 2px;
    left: 10px;
    transform-origin: bottom;
    background: linear-gradient(90deg, 
        rgb(140,161,99,0.5) 0%,
        rgb(173,181,151,0.5) 100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    bottom: -2px;
}.plan_display_W .monthly_rate_6 {
    padding: 35px 30px;
    transform: translateZ(10px);
}.plan_display_W .monthly_rate_6 h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    transform: translateZ(5px);
    display: inline-block;
    font-size: calc(23px * 1.1);
}.plan_display_W .monthly_rate_6 h4::after {
    content: "";
    left: 0;
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    width: 40px;
    transform-origin: left;
    position: absolute;
    background: rgb(173,181,151);
    bottom: -8px;
}.plan_display_W .monthly_rate_6 p {
    margin: 0 0 25px;
    font-size: 17px;
    overflow-wrap: break-word;
    overflow-y: auto;
    padding-right: 5px;
    hyphens: auto;
    line-height: 1.6;
    color: #ffffff;
    word-wrap: break-word;
    max-height: 250px;
    opacity: 0.85;
    font-weight: 400;
}.plan_display_W .monthly_rate_6 p::-webkit-scrollbar {
    width: 4px;
}.plan_display_W .monthly_rate_6 p::-webkit-scrollbar-thumb {
    background: rgb(173,181,151,0.5);
    border-radius: 10px;
}.plan_display_W .pricing_catalog_i {
    transform: translateZ(15px);
    text-align: right;
    margin-top: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    display: block;
    color: #ffffff;
    font-size: calc(23px * 1.2);
}.plan_display_W .pricing_catalog_i::before {
    margin-right: 8px;
    height: 10px;
    display: inline-block;
    transform: translateY(-2px);
    width: 10px;
    box-shadow: 0 0 15px rgb(173,181,151);
    content: "";
    background: rgb(173,181,151);
    border-radius: 50%;
}.plan_display_W .learning_package_V li:hover {
    transform: translateY(-5px) scale(1.02);
}.plan_display_W .learning_package_V li:hover .study_cost_L {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}.plan_display_W .learning_package_V li:hover .study_cost_L::before {
    transform: scaleX(1);
}.plan_display_W .learning_package_V li:hover .study_cost_L::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.plan_display_W .learning_package_V li:hover .monthly_rate_6 h4::after {
    width: 100%;
}

@media (max-width: 991px) {.plan_display_W {
    padding: 80px 0;
}.plan_display_W h2 {
    font-size: calc(32px * 0.9);
}.plan_display_W .learning_package_V {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan_display_W .monthly_rate_6 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan_display_W {
    padding: 60px 0;
}.plan_display_W h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 15px;
}.plan_display_W .payment_option_Y {
    margin-bottom: 40px;
    font-size: calc(17px * 0.95);
}.plan_display_W .learning_package_V {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.plan_display_W .monthly_rate_6 {
    padding: 25px 20px;
}.plan_display_W .monthly_rate_6 h4 {
    font-size: 23px;
}.plan_display_W .pricing_catalog_i {
    font-size: calc(23px * 1.1);
}
}

@media (max-width: 480px) {.plan_display_W {
    padding: 50px 0;
}.plan_display_W h2 {
    font-size: calc(32px * 0.7);
}.plan_display_W .payment_option_Y {
    font-size: calc(17px * 0.9);
}.plan_display_W .monthly_rate_6 {
    padding: 20px 15px;
}.plan_display_W .monthly_rate_6 p {
    line-height: 1.5;
    max-height: 200px;
    font-size: calc(17px * 0.9);
}}.contact_us_c {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(204,207,196) 0%, 
        rgb(140,161,99,0.5) 100%
    );
    overflow: hidden;
}.contact_us_c .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}.contact_us_c .message_list_J {
    align-items: stretch;
    position: relative;
    box-shadow: 0 25px 50px rgb(173,181,151,0.5);
    background: rgb(140,161,99,0.5);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
}.contact_us_c .img_header_W {
    position: relative;
    min-height: 600px;
    flex: 0 0 45%;
    transform: skew(-10deg);
    margin-left: -5%;
    z-index: 2;
}.contact_us_c .img_header_W::before {
    height: 100%;
    transform: skew(10deg);
    content: '';
    top: 0;
    opacity: 0.7;
    z-index: 1;
    width: 120%;
    background: linear-gradient(
        135deg, 
        rgb(173,181,151,0.5) 0%, 
        rgb(140,161,99,0.5) 100%
    );
    position: absolute;
    left: 0;
}.contact_us_c .support_message_N {
    justify-content: center;
    z-index: 3;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    flex-direction: column;
    flex: 0 0 55%;
}.contact_us_c h2 {
    font-size: 45px;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    position: relative;
}.contact_us_c h2::before {
    box-shadow: 0 0 15px rgb(173,181,151,0.5);
    content: '';
    width: 1rem;
    background: rgb(173,181,151);
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 1rem;
}.contact_us_c .support_message_N h3 {
    padding-bottom: 1rem;
    font-size: 36px;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}.contact_us_c .support_message_N h3::after {
    left: 0;
    height: 3px;
    content: '';
    position: absolute;
    background: rgb(173,181,151);
    bottom: 0;
    width: 50px;
}.contact_us_c .support_message_N form {
    display: grid;
    gap: 1.5rem;
}.contact_us_c .support_message_N input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(173,181,151,0.5);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 1rem 1.5rem;
    background: rgb(140,161,99,0.5);
    width: 100%;
    outline: none;
    font-size: 16px;
    position: relative;
}.contact_us_c .support_message_N input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    background: rgb(173,181,151);
    height: 2px;
    bottom: -2px;
    position: absolute;
}.contact_us_c .support_message_N input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(173,181,151);
    box-shadow: 0 0 15px rgb(173,181,151,0.5);
}.contact_us_c .support_message_N input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_us_c .support_message_N .request_form_T {
    align-items: center;
    gap: 1rem;
    display: flex;
}.contact_us_c .support_message_N .request_form_T input[type="checkbox"] {
    appearance: none;
    border: 2px solid rgb(173,181,151,0.5);
    background: rgb(140,161,99,0.5);
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_us_c .support_message_N .request_form_T input[type="checkbox"]:checked {
    background: rgb(173,181,151);
    border-color: rgb(173,181,151);
}.contact_us_c .support_message_N .request_form_T input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    content: '✔';
}.contact_us_c .support_message_N .request_form_T label {
    font-size: 16px;
    color: #ffffff;
    align-items: center;
    display: flex;
}.contact_us_c .support_message_N .request_form_T a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(173,181,151);
}.contact_us_c .support_message_N .request_form_T a:hover {
    text-decoration: underline;
}.contact_us_c .support_message_N .request_reach_D {
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    border: none;
    padding: 1rem;
    font-size: 14px;
    background: rgb(173,181,151);
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}.contact_us_c .support_message_N .request_reach_D::before {
    left: -50%;
    content: '';
    width: 200%;
    height: 200%;
    transition: all 0.5s ease;
    top: -50%;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(173,181,151,0.5), 
        transparent
    );
    opacity: 0;
    position: absolute;
}.contact_us_c .support_message_N .request_reach_D:hover::before {
    opacity: 1;
}.contact_us_c .support_message_N .request_reach_D:hover {
    box-shadow: 0 10px 20px rgb(173,181,151,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact_us_c .img_header_W {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_us_c .message_list_J {
    flex-direction: column;
}.contact_us_c .img_header_W {
    flex: 0 0 100%;
    transform: none;
    margin-left: 0;
    min-height: 300px;
}.contact_us_c .img_header_W::before {
    width: 100%;
    transform: none;
}.contact_us_c .support_message_N {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_us_c {
    padding: 3rem 0;
}.contact_us_c h2 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.8);
    padding-left: 1.5rem;
}.contact_us_c h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_us_c .support_message_N h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.contact_us_c .support_message_N input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_us_c .message_list_J {
    border-radius: 0;
}.contact_us_c .support_message_N {
    padding: 2rem 1.5rem;
}
}