﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.stats_tool_021 {
    flex: 0 0 auto;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
.wrapper-padding_806 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.top_navbar_538 {
    flex: 1 0 auto;
}
svg {
    width: 30px;
    height: 30px;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    margin: auto;
    width: 1128px;
    max-width: 100%;
}

header,footer {
    width: 100%;
}
@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_details_708 {
    position: relative;
    overflow: hidden;
    background-color: rgb(227,230,224);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.course_details_708 .lesson_route_421 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.course_details_708 .lesson_route_421::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 2;
}

.course_details_708 .learn_work_367 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.course_details_708 .career_classes_846 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1.1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
}

.course_details_708 .lesson_route_421:hover .career_classes_846 {
    animation-play-state: paused;
}

.course_details_708 .career_classes_846:nth-child(1) {
    animation-delay: 0s;
}

.course_details_708 .career_classes_846:nth-child(2) {
    animation-delay: -5s;
}

.course_details_708 .career_classes_846:nth-child(3) {
    animation-delay: -10s;
}

.course_details_708 .career_classes_846:nth-child(4) {
    animation-delay: -15s;
}

.course_details_708 .career_classes_846:nth-child(5) {
    animation-delay: -20s;
}

.course_details_708 .career_classes_846 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
}

.course_details_708 .container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 10;
}

.course_details_708 .knowledge_center_413 {
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    height: 80vh;
    position: relative;
}

.course_details_708 .learn_explore_381 {
    grid-column: 6 / 13;
    grid-row: 2 / 12;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 11px;
    padding: 4rem;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.course_details_708 .learn_explore_381::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60%;
    height: 60%;
    background: rgb(185,200,172,0.5);
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.3;
    z-index: -1;
}

.course_details_708 .learn_explore_381::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 70%;
    height: 70%;
    background: rgb(145,179,111,0.5);
    filter: blur(70px);
    border-radius: 50%;
    opacity: 0.3;
    z-index: -1;
}

.course_details_708 .learn_explore_381 h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}

.course_details_708 .learn_explore_381 h3::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(185,200,172,0.5);
    border-radius: 10px;
    opacity: 0.5;
    z-index: -1;
}

.course_details_708 .learn_explore_381 p {
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.course_details_708 .request_feedback_328 {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #ffffff;
    border: 1px solid rgb(185,200,172);
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    max-width: calc(100% - 2rem);
}

.course_details_708 .request_feedback_328::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(185,200,172);
    transition: left 0.3s ease;
    z-index: -1;
}

.course_details_708 .request_feedback_328:hover {
    color: #ffffff;
}

.course_details_708 .request_feedback_328:hover::before {
    left: 0;
}

.course_details_708 .knowledge_center_413::after {
    content: "";
    position: absolute;
    grid-column: 3 / 9;
    grid-row: 4 / 10;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(145,179,111,0.5);
    border-radius: 11px;
    z-index: 2;
}


.course_details_708 .photo-layer {
    position: absolute;
    grid-column: 2 / 6;
    grid-row: 3 / 11;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(10deg);
    transition: transform 0.5s ease;
}

.course_details_708 .photo-layer:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_details_708 .photo-layer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, rgb(185,200,172,0.5));
    z-index: 1;
    pointer-events: none;
}


.course_details_708 .progress-indicator {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    z-index: 100;
}

.course_details_708 .progress-indicator::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background: rgb(185,200,172);
    animation: progress-move 25s infinite;
    border-radius: 2px;
}


@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {
    .course_details_708 .knowledge_center_413 {
        width: 90%;
        height: 85vh;
    }
    
    .course_details_708 .learn_explore_381 {
        padding: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .course_details_708 .knowledge_center_413 {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: auto 1fr;
        height: auto;
        gap: 2rem;
    }
    
    .course_details_708 .photo-layer {
        grid-column: 1 / 9;
        grid-row: 1;
        height: 40vh;
        transform: none;
    }
    
    .course_details_708 .knowledge_center_413::before {
        display: none;
    }
    
    .course_details_708 .knowledge_center_413::after {
        display: none;
    }
    
    .course_details_708 .learn_explore_381 {
        grid-column: 1 / 9;
        grid-row: 2;
        padding: 2.5rem;
    }
    
    .course_details_708 .container {
        height: auto;
        padding: 5rem 0;
    }
}

@media screen and (max-width: 768px) {
    .course_details_708 .knowledge_center_413 {
        width: 90%;
        gap: 1.5rem;
    }
    
    .course_details_708 .photo-layer {
        height: 35vh;
    }
    
    .course_details_708 .learn_explore_381 {
        padding: 2rem;
    }
    
    .course_details_708 .learn_explore_381 h3 {
        font-size: calc(35px * 0.9);
    }
    
    .course_details_708 .learn_explore_381 h3::before {
        width: 40px;
        height: 40px;
        top: -15px;
        left: -20px;
    }
    
    .course_details_708 .learn_explore_381 p {
        font-size: calc(15px * 0.9);
        margin-bottom: 2rem;
    }
    
    .course_details_708 .container {
        padding: 4rem 0;
    }
}

@media screen and (max-width: 576px) {
    .course_details_708 .knowledge_center_413 {
        width: 92%;
        gap: 1rem;
    }
    
    .course_details_708 .photo-layer {
        height: 30vh;
    }
    
    .course_details_708 .learn_explore_381 {
        padding: 1.5rem;
    }
    
    .course_details_708 .learn_explore_381 h3 {
        font-size: calc(35px * 0.8);
        margin-bottom: 1rem;
    }
    
    .course_details_708 .learn_explore_381 h3::before {
        display: none;
    }

    .course_details_708 .learn_explore_381 p {
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }
    
    .course_details_708 .request_feedback_328 {
        padding: 0.8rem 1.8rem;
        font-size: calc(14px * 0.9);
    }
    
    .course_details_708 .container {
        padding: 3rem 0;
    }
    
    .course_details_708 .progress-indicator {
        width: 150px;
    }
    
    @keyframes progress-move {
        0%, 16% {
            left: 0;
        }
        20%, 36% {
            left: 30px;
        }
        40%, 56% {
            left: 60px;
        }
        60%, 76% {
            left: 90px;
        }
        80%, 96% {
            left: 120px;
        }
        100% {
            left: 0;
        }
    }
}


.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(2):last-child) .career_classes_846:nth-child(1) {
    animation-delay: 0s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(2):last-child) .career_classes_846:nth-child(2) {
    animation-delay: -12.5s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(3):last-child) .career_classes_846:nth-child(1) {
    animation-delay: 0s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(3):last-child) .career_classes_846:nth-child(2) {
    animation-delay: -8.33s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(3):last-child) .career_classes_846:nth-child(3) {
    animation-delay: -16.67s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(4):last-child) .career_classes_846:nth-child(1) {
    animation-delay: 0s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(4):last-child) .career_classes_846:nth-child(2) {
    animation-delay: -6.25s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(4):last-child) .career_classes_846:nth-child(3) {
    animation-delay: -12.5s;
}

.course_details_708 .learn_work_367:has(.career_classes_846:nth-child(4):last-child) .career_classes_846:nth-child(4) {
    animation-delay: -18.75s;
}


.course_details_708 .photo-layer .feature-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: feature-photo 25s infinite;
}

@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.course_details_708 .lesson_route_421 {
    z-index: 0;
}

.course_details_708 .knowledge_center_413 .photo-layer {
    background-color: #000000;
}

.course_details_708 .knowledge_center_413 .photo-layer .feature-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course_details_708 .career_classes_846:nth-child(1) ~ .feature-photo:nth-child(1) {
    animation-delay: 0s;
}

.course_details_708 .career_classes_846:nth-child(2) ~ .feature-photo:nth-child(2) {
    animation-delay: -5s;
}

.course_details_708 .career_classes_846:nth-child(3) ~ .feature-photo:nth-child(3) {
    animation-delay: -10s;
}

.course_details_708 .career_classes_846:nth-child(4) ~ .feature-photo:nth-child(4) {
    animation-delay: -15s;
}

.course_details_708 .career_classes_846:nth-child(5) ~ .feature-photo:nth-child(5) {
    animation-delay: -20s;
}.connect_with_us_561 {
    position: relative;
    background: rgb(227,230,224);
    padding: 90px 0;
    overflow: hidden;
}

.connect_with_us_561::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(185,200,172,0.5), rgb(145,179,111,0.5));
    filter: blur(70px);
    z-index: 1;
}

.connect_with_us_561::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(145,179,111,0.5), rgb(185,200,172,0.5));
    filter: blur(60px);
    z-index: 1;
}

.connect_with_us_561 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.connect_with_us_561 h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.connect_with_us_561 h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(185,200,172,0.5);
    top: -25px;
    left: calc(50% - 120px);
    z-index: -1;
}

.connect_with_us_561 h2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(145,179,111,0.5);
    bottom: -15px;
    right: calc(50% - 100px);
    z-index: -1;
}

.connect_with_us_561 .query_feedback_360 {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}

.connect_with_us_561 .query_feedback_360::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(185,200,172,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(145,179,111,0.5) 99%
    );
    z-index: 0;
    pointer-events: none;
}

.connect_with_us_561 .img_thumbnail_629 {
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
    transition: transform 0.5s ease;
}

.connect_with_us_561 .img_thumbnail_629::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
}

.connect_with_us_561 .img_thumbnail_629::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
    pointer-events: none;
}

.connect_with_us_561 .inquiry_box_814 {
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.connect_with_us_561 form {
    position: relative;
    z-index: 3;
}

.connect_with_us_561 form h3 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
}

.connect_with_us_561 form input[type="text"] {
    width: 100%;
    padding: 18px 25px;
    margin-bottom: 25px;
    border: none;
    background: rgb(227,230,224);
    border-radius: 12px;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
}

.connect_with_us_561 form input[type="text"]:focus {
    background: linear-gradient(rgb(227,230,224), rgb(227,230,224)) padding-box,
                linear-gradient(to right, rgb(185,200,172), rgb(145,179,111)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(185,200,172), 0.1);
    outline: none;
}

.connect_with_us_561 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}

.connect_with_us_561 .reach_card_219 {
    margin-bottom: 30px;
    position: relative;
}

.connect_with_us_561 .reach_card_219 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.connect_with_us_561 .reach_card_219 label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
}

.connect_with_us_561 .reach_card_219 label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgb(227,230,224);
    transition: all 0.3s ease;
}

.connect_with_us_561 .reach_card_219 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(185,200,172), rgb(145,179,111));
}

.connect_with_us_561 .reach_card_219 input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.connect_with_us_561 .reach_card_219 label a {
    color: rgb(185,200,172);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.connect_with_us_561 .reach_card_219 label a:hover {
    color: rgb(145,179,111);
}

.connect_with_us_561 .request_feedback_328 {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(185,200,172), rgb(145,179,111));
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
}

.connect_with_us_561 .request_feedback_328::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(145,179,111), rgb(185,200,172));
    z-index: -1;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    transform-origin: right;
}

.connect_with_us_561 .request_feedback_328:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.connect_with_us_561 svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    stroke: rgb(185,200,172);
    fill: none;
    transition: all 0.3s ease;
}

.connect_with_us_561 svg path {
    stroke: rgb(185,200,172);
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
}

.connect_with_us_561 svg:hover,
.connect_with_us_561 svg:hover path {
    stroke: rgb(145,179,111);
}

@media (max-width: 1024px) {
    .connect_with_us_561 {
        padding: 70px 0;
    }
    
    .connect_with_us_561 .inquiry_box_814 {
        padding: 45px;
    }
    
    .connect_with_us_561 .img_thumbnail_629 {
        min-height: 450px;
    }
}

@media (max-width: 768px) {
    .connect_with_us_561 {
        padding: 60px 0;
    }
    
    .connect_with_us_561 h2 {
        margin-bottom: 40px;
    }
    
    .connect_with_us_561 .query_feedback_360 {
        flex-direction: column;
    }
    
    .connect_with_us_561 .img_thumbnail_629 {
        flex: 0 0 300px;
        min-height: 300px;
        width: 100%;
    }
    
    .connect_with_us_561 .inquiry_box_814 {
        flex: 0 0 auto;
        padding: 40px 30px;
    }
    
    .connect_with_us_561 form h3 {
        margin-bottom: 25px;
    }
    
    .connect_with_us_561 form input[type="text"] {
        padding: 15px 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .connect_with_us_561 {
        padding: 50px 0;
    }
    
    .connect_with_us_561 h2 {
        font-size: calc(28px * 0.9);
        margin-bottom: 30px;
    }
    
    .connect_with_us_561 .img_thumbnail_629 {
        min-height: 220px;
    }
    
    .connect_with_us_561 .inquiry_box_814 {
        padding: 30px 20px;
    }
    
    .connect_with_us_561 form h3 {
        font-size: calc(24px * 0.9);
        margin-bottom: 20px;
    }
    
    .connect_with_us_561 form input[type="text"] {
        padding: 14px 16px;
        margin-bottom: 16px;
        font-size: calc(16px * 0.95);
    }
    
    .connect_with_us_561 .request_feedback_328 {
        padding: 16px;
    }
    
    .connect_with_us_561 .reach_card_219 label {
        font-size: calc(13px * 0.95);
    }
}.privacy_arsenal_681 {
    padding: 50px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;

    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.privacy_arsenal_681::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid rgb(185,200,172);

    z-index: -1;
}

.privacy_arsenal_681::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px dashed rgb(145,179,111);
    border-radius: 10px;
    z-index: -1;
}

.privacy_arsenal_681 h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 39px;
    color: rgb(185,200,172);
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    border-bottom: 3px double rgb(185,200,172);
    padding-bottom: 15px;
}

.privacy_arsenal_681 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 37px;
    color: rgb(145,179,111);
    font-family: Playfair Display, sans-serif;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px dashed rgb(145,179,111);
    padding-bottom: 10px;
}

.privacy_arsenal_681 h3, .privacy_arsenal_681 h4, .privacy_arsenal_681 h5, .privacy_arsenal_681 h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-weight: 400;
    border-left: 4px solid #000000;
    padding-left: 10px;
}

.privacy_arsenal_681 ul, .privacy_arsenal_681 ol {
    list-style-position: inside;
    padding-left: 0;
    padding: 15px 0;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
    margin: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    list-style: none;
}

.privacy_arsenal_681 li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.privacy_arsenal_681 li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: rgb(185,200,172);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.privacy_arsenal_681 section {
    background: none;
}

.privacy_arsenal_681 p, .privacy_arsenal_681 span, .privacy_arsenal_681 div {
    line-height: 1.75;
    margin-bottom: 20px;
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 13px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .privacy_arsenal_681 {
        padding: 30px;
        width: 100%;
    }

    .privacy_arsenal_681 h1 {
        font-size: calc(24px - 6px);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .privacy_arsenal_681 h2 {
        font-size: calc(24px - 6px);
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .privacy_arsenal_681 ul, .privacy_arsenal_681 ol {
        padding-left: 15px;
    }

    .privacy_arsenal_681 li {
        padding-left: 20px;
    }

    .privacy_arsenal_681 p, .privacy_arsenal_681 span, .privacy_arsenal_681 div {
        margin-bottom: 15px;
        padding-bottom: 8px;
    }
}.greeting_page_735 {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background-color: rgb(227,230,224);
    perspective: 1200px;
}

.greeting_page_735::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 1;
    animation: gridMove 30s infinite linear;
}

.greeting_page_735::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(185,200,172,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(145,179,111,0.5) 0%, transparent 70%);
    z-index: 1;
    mix-blend-mode: soft-light;
}

.greeting_page_735 .knowledge_center_413 {
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    z-index: 3;
}

.greeting_page_735 .learn_open_148 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.greeting_page_735 .course_page_647 {
    display: flex;
    height: 100%;
    width: fit-content;
    animation: carouselSlide 25s cubic-bezier(0.33, 1, 0.68, 1) infinite;
}

.greeting_page_735 .edu_front_234 {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}

.greeting_page_735 .edu_front_234::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 2;
}

.greeting_page_735 .edu_front_234 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    transform-origin: center;
    animation: zoomPan 20s infinite alternate ease-in-out;
}

.greeting_page_735 .info_card_310 {
    position: relative;
    max-width: 550px;
    margin-left: auto;
    margin-right: 10%;
    padding: 2.5rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    z-index: 4;
    animation: textReveal 1.2s ease-out forwards;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.greeting_page_735 .info_card_310::before {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    background-color: rgb(185,200,172);
    border-radius: 50%;
    opacity: 0.8;
    animation: blinkPulse 2s infinite alternate;
}

.greeting_page_735 .info_card_310::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 15px;
    width: 6px;
    height: 6px;
    background-color: rgb(145,179,111);
    border-radius: 50%;
    opacity: 0.8;
    animation: blinkPulse 3s infinite alternate;
}

.greeting_page_735 .info_card_310 h2 {
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.greeting_page_735 .info_card_310 h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, rgb(185,200,172), transparent);
}

.greeting_page_735 .info_card_310 h2::after {
    content: "";
    position: absolute;
    left: 55px;
    bottom: 0;
    width: 20px;
    height: 3px;
    background-color: rgb(185,200,172);
    animation: pulseWidth 2s infinite alternate;
}

.greeting_page_735 .info_card_310 p {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.7;
    letter-spacing: 0.3px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.greeting_page_735 .info_card_310 .request_feedback_328 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background: linear-gradient(
        90deg,
        rgb(185,200,172) 0%,
        rgb(145,179,111) 100%
    );
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    clip-path: polygon(
        0 0,
        90% 0,
        100% 50%,
        90% 100%,
        0 100%
    );
}

.greeting_page_735 .info_card_310 .request_feedback_328::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    z-index: -1;
    animation: buttonScan 3s infinite;
}

.greeting_page_735 .info_card_310 .request_feedback_328:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    filter: brightness(1.1);
}

.greeting_page_735 .knowledge_center_413::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 30%;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    z-index: 2;
}

.greeting_page_735 .knowledge_center_413::after {
    content: "";
    position: absolute;
    left: 5%;
    top: 30%;
    width: 150px;
    height: 150px;
    border: 1px dashed rgb(185,200,172,0.5);
    border-radius: 50%;
    animation: rotate 30s linear infinite reverse;
    z-index: 2;
}

@keyframes carouselSlide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoomPan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    25% {
        transform: scale(1.05) translate(-1%, -1%);
    }
    50% {
        transform: scale(1.08) translate(1%, 0);
    }
    75% {
        transform: scale(1.05) translate(0, 1%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}

@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes buttonScan {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blinkPulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@keyframes pulseWidth {
    0% {
        width: 20px;
    }
    100% {
        width: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .greeting_page_735 .info_card_310 {
        margin-right: 5%;
        max-width: 500px;
    }
    
    .greeting_page_735 .knowledge_center_413::before,
    .greeting_page_735 .knowledge_center_413::after {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 992px) {
    .greeting_page_735 .knowledge_center_413 {
        grid-template-columns: 1fr;
    }
    
    .greeting_page_735 .info_card_310 {
        max-width: 80%;
        margin: 0 auto;
        padding: 2rem;
    }
    
    .greeting_page_735 .info_card_310 h2 {
        font-size: calc(29px * 0.9);
    }
    
    .greeting_page_735 .knowledge_center_413::before,
    .greeting_page_735 .knowledge_center_413::after {
        left: 10%;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .greeting_page_735 {
        height: 100vh;
    }
    
    .greeting_page_735 .info_card_310 {
        max-width: 90%;
        padding: 1.8rem;
        margin-top: 20%;
    }
    
    .greeting_page_735 .info_card_310 h2 {
        font-size: calc(29px * 0.8);
    }
    
    .greeting_page_735 .info_card_310 p {
        font-size: calc(13px * 0.95);
    }
    
    .greeting_page_735 .knowledge_center_413::before,
    .greeting_page_735 .knowledge_center_413::after {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .greeting_page_735 .info_card_310 {
        padding: 1.5rem;
        max-width: 92%;
        margin-top: 25%;
    }
    
    .greeting_page_735 .info_card_310 h2 {
        font-size: calc(29px * 0.7);
        margin-bottom: 1rem;
    }
    
    .greeting_page_735 .info_card_310 p {
        font-size: calc(13px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .greeting_page_735 .info_card_310 .request_feedback_328 {
        padding: 0.8rem 2rem;
        font-size: calc(14px * 0.9);
    }
}.customer_reviews_019 {
    position: relative;
    background: linear-gradient(180deg, rgb(227,230,224) 0%, rgb(185,200,172,0.5) 30%, rgb(227,230,224) 100%);
    padding: 7rem 2rem;
    overflow: hidden;
}

.customer_reviews_019::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at top right, rgb(145,179,111,0.5) 0%, transparent 60%);
    z-index: 0;
}

.customer_reviews_019::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    top: -20%;
    left: -10%;
    background: rgb(185,200,172,0.5);
    transform: rotate(45deg);
    filter: blur(70px);
    opacity: 0.3;
    z-index: 0;
}

.customer_reviews_019 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.customer_reviews_019 h2 {
    font-size: calc(36px * 1.3);
    font-weight: 700;
    color: #000000;
    margin-bottom: 4rem;
    position: relative;
    text-align: left;
    transform: translateX(5%);
}

.customer_reviews_019 h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100px;
    height: 4px;
    background: rgb(185,200,172);
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.5s ease;
}

.customer_reviews_019:hover h2::after {
    transform: scaleX(1.5);
}

.customer_reviews_019 .client_views_524 {
    display: flex;
    flex-direction: column;
    gap: 8rem;
    position: relative;
    padding-left: 50px;
}

.customer_reviews_019 .client_views_524::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(to bottom, rgb(185,200,172), rgb(145,179,111));
    z-index: 1;
}

.customer_reviews_019 .learner_reflections_870 {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-areas: 
        "image name"
        "image description";
    gap: 0.5rem 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.customer_reviews_019 .learner_reflections_870::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid rgb(185,200,172);
    left: -50px;
    top: 40px;
    z-index: 2;
    box-shadow: 0 0 0 5px rgb(227,230,224);
    transition: all 0.3s ease;
}

.customer_reviews_019 .learner_reflections_870:hover::before {
    transform: scale(1.3);
    box-shadow: 0 0 0 8px rgb(227,230,224), 0 0 15px rgb(185,200,172);
}

.customer_reviews_019 .learner_reflections_870 img {
    grid-area: image;
    width: 100px;
    height: 100px;
    border-radius: 22px;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 5px 5px 0 rgb(185,200,172,0.5);
    transition: all 0.3s ease;
    transform: rotate(-3deg);
}

.customer_reviews_019 .learner_reflections_870:hover img {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 8px 8px 0 rgb(185,200,172);
}

.customer_reviews_019 .learner_reflections_870 p {
    grid-area: name;
    margin: 0;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    color: #000000;
    align-self: end;
    position: relative;
    padding-bottom: 0.5rem;
}

.customer_reviews_019 .learner_reflections_870 p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: rgb(145,179,111);
    transition: width 0.3s ease;
}

.customer_reviews_019 .learner_reflections_870:hover p::after {
    width: 80px;
}

.customer_reviews_019 .learner_reflections_870 .study_route_148 {
    grid-area: description;
    margin: 0;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 22px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    transform: translateX(0);
    transition: all 0.3s ease;
}

.customer_reviews_019 .learner_reflections_870:hover .study_route_148 {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.customer_reviews_019 .learner_reflections_870 .study_route_148::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 4rem;
    line-height: 1;
    color: rgb(185,200,172,0.5);
    opacity: 0.2;
}

.customer_reviews_019 .learner_reflections_870:nth-child(even) {
    margin-left: 30px;
}

.customer_reviews_019 .learner_reflections_870:nth-child(even) img {
    transform: rotate(3deg);
}

.customer_reviews_019 .learner_reflections_870:nth-child(even):hover img {
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 992px) {
    .customer_reviews_019 {
        padding: 5rem 1.5rem;
    }
    
    .customer_reviews_019 h2 {
        transform: translateX(0);
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .customer_reviews_019 h2::after {
        left: 50%;
        transform: translateX(-50%) scaleX(1);
    }
    
    .customer_reviews_019:hover h2::after {
        transform: translateX(-50%) scaleX(1.5);
    }
}

@media (max-width: 768px) {
    .customer_reviews_019 {
        padding: 4rem 1rem;
    }
    
    .customer_reviews_019 .client_views_524 {
        padding-left: 40px;
        gap: 5rem;
    }
    
    .customer_reviews_019 .client_views_524::before {
        left: 20px;
    }
    
    .customer_reviews_019 .learner_reflections_870 {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "image"
            "name"
            "study_route_148";
        gap: 1rem;
    }
    
    .customer_reviews_019 .learner_reflections_870::before {
        left: -40px;
        top: 30px;
    }
    
    .customer_reviews_019 .learner_reflections_870 img {
        justify-self: start;
    }
    
    .customer_reviews_019 .learner_reflections_870 p {
        padding-bottom: 0.7rem;
    }
    
    .customer_reviews_019 .learner_reflections_870 .study_route_148 {
        padding: 1.2rem;
    }
    
    .customer_reviews_019 .learner_reflections_870:nth-child(even) {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .customer_reviews_019 h2 {
        font-size: 36px;
    }
    
    .customer_reviews_019 .client_views_524 {
        padding-left: 30px;
        gap: 4rem;
    }
    
    .customer_reviews_019 .client_views_524::before {
        left: 15px;
    }
    
    .customer_reviews_019 .learner_reflections_870::before {
        left: -30px;
        width: 15px;
        height: 15px;
    }
    
    .customer_reviews_019 .learner_reflections_870 img {
        width: 80px;
        height: 80px;
    }
}.audience_profile_982 {
    position: relative;
    background: linear-gradient(135deg, rgb(227,230,224), rgb(185,200,172,0.5));
    padding: 5rem 0;
    overflow: hidden;
    z-index: 1;
}

.audience_profile_982::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(145,179,111,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(185,200,172,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    opacity: 0.3;
    z-index: -1;
    animation: rotateRings 30s linear infinite;
}

.audience_profile_982::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 2px solid rgb(145,179,111,0.5);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 80px 20px rgb(185,200,172,0.5);
    opacity: 0.2;
    z-index: -2;
    animation: pulsateRing 10s ease-in-out infinite alternate;
}

.audience_profile_982 .knowledge_center_413 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 3;
}

.audience_profile_982 h3 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.audience_profile_982 h3::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 3px;
    background: rgb(185,200,172);
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    box-shadow: 0 0 10px rgb(185,200,172), 0 0 20px rgb(185,200,172,0.5);
}

.audience_profile_982 h3::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(185,200,172,0.5);
    border-radius: 50%;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
    animation: orbitRotate 8s infinite linear;
}

.audience_profile_982 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.audience_profile_982 ul li {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.audience_profile_982 ul li:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.audience_profile_982 ul li::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgb(145,179,111,0.5) 0%, transparent 70%);
    opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
    animation: floatBubble 15s infinite ease-in-out alternate;
}

.audience_profile_982 ul li::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 80px;
    height: 80px;
    border: 2px solid rgb(185,200,172,0.5);
    border-radius: 50%;
    opacity: 0.3;
    animation: pulsateBubble 5s infinite alternate;
}

.audience_profile_982 ul li svg {
    width: 38px;
    height: 38px;
    margin-right: 1.5rem;
    flex-shrink: 0;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}

.audience_profile_982 ul li:hover svg {
    transform: rotate(15deg);
}

.audience_profile_982 ul li svg path {
    fill: rgb(145,179,111);
    transition: fill 0.4s ease;
}

.audience_profile_982 ul li:hover svg path {
    fill: rgb(185,200,172);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {
    .audience_profile_982 {
        padding: 4rem 0;
    }
    
    .audience_profile_982 h3 {
        font-size: calc(35px * 0.9);
    }
    
    .audience_profile_982 ul {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    
    .audience_profile_982 ul li {
        border-radius: 40px;
        padding: 1.2rem 1.8rem;
    }
}

@media (max-width: 576px) {
    .audience_profile_982 {
        padding: 3rem 0;
    }
    
    .audience_profile_982 h3 {
        font-size: calc(35px * 0.8);
        margin-bottom: 3rem;
    }
    
    .audience_profile_982 ul {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .audience_profile_982 ul li {
        border-radius: 30px;
        padding: 1rem 1.5rem;
    }
    
    .audience_profile_982 ul li svg {
        width: 32px;
        height: 32px;
        margin-right: 1rem;
    }
}.benefits_outline_961 {
    background: linear-gradient(120deg, rgb(145,179,111) 0%, rgb(185,200,172,0.5) 20%, #000000 40%, rgb(227,230,224) 60%, rgb(145,179,111) 80%, rgb(185,200,172) 100%);
    padding: 120px 30px;
    position: relative;
    overflow: hidden;
}

.benefits_outline_961::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(185,200,172,0.5) 49%, rgb(185,200,172,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(145,179,111,0.5) 49%, rgb(145,179,111,0.5) 51%, transparent 52%);
    background-size: 60px 60px;
    opacity: 0.07;
    z-index: 1;
}

.benefits_outline_961 .learning_pros_839 {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.benefits_outline_961 h2 {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.benefits_outline_961 h2::before,
.benefits_outline_961 h2::after {
    content: "";
    position: absolute;
    background: rgb(185,200,172);
}

.benefits_outline_961 h2::before {
    width: 40px;
    height: 40px;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.benefits_outline_961 h2::after {
    width: 100px;
    height: 1px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.benefits_outline_961 .learning_advantages_218 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.benefits_outline_961 .study_advantages_567 {
    position: relative;
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
}

.benefits_outline_961 .study_advantages_567::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(185,200,172) 0%, transparent 150%);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 0;
}

.benefits_outline_961 .study_advantages_567:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.05);
}

.benefits_outline_961 .study_advantages_567:hover::before {
    opacity: 0.1;
}

.benefits_outline_961 .skill_advantages_462 {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s ease;
}

.benefits_outline_961 .skill_advantages_462::before,
.benefits_outline_961 .skill_advantages_462::after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.5s ease;
}

.benefits_outline_961 .skill_advantages_462::before {
    width: 100%;
    height: 100%;
    background: rgb(185,200,172,0.5);
    opacity: 0.2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.benefits_outline_961 .skill_advantages_462::after {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: rgb(145,179,111,0.5);
    opacity: 0.1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.benefits_outline_961 .study_advantages_567:hover .skill_advantages_462 {
    transform: rotateY(180deg);
}

.benefits_outline_961 .study_advantages_567:hover .skill_advantages_462::before {
    transform: scale(1.2) rotate(45deg);
    opacity: 0.4;
}

.benefits_outline_961 .study_advantages_567:hover .skill_advantages_462::after {
    transform: scale(0.8) rotate(-45deg);
    opacity: 0.3;
}

.benefits_outline_961 .skill_advantages_462 svg {
    width: 50px;
    height: 50px;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.benefits_outline_961 .study_advantages_567:hover .skill_advantages_462 svg {
    transform: rotateY(180deg);
}

.benefits_outline_961 .skill_advantages_462 svg path,
.benefits_outline_961 .skill_advantages_462 svg rect,
.benefits_outline_961 .skill_advantages_462 svg circle,
.benefits_outline_961 .skill_advantages_462 svg line,
.benefits_outline_961 .skill_advantages_462 svg polyline,
.benefits_outline_961 .skill_advantages_462 svg polygon {
    fill: #ffffff;
    transition: all 0.5s ease;
}

.benefits_outline_961 .study_advantages_567 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
    transition: all 0.3s ease;
}

.benefits_outline_961 .study_advantages_567:nth-child(4n+1) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
}

.benefits_outline_961 .study_advantages_567:nth-child(4n+2) {
    clip-path: polygon(
        15% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 15%
    );
}

.benefits_outline_961 .study_advantages_567:nth-child(4n+3) {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        15% 100%, 
        0% 85%
    );
}

.benefits_outline_961 .study_advantages_567:nth-child(4n+4) {
    clip-path: polygon(
        0% 0%, 
        85% 0%, 
        100% 15%, 
        100% 100%, 
        0% 100%
    );
}

.benefits_outline_961 .study_advantages_567:nth-child(odd)::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(185,200,172);
    opacity: 0.5;
    transition: all 0.5s ease;
    z-index: 1;
}

.benefits_outline_961 .study_advantages_567:nth-child(4n+1)::after {
    bottom: 0;
    right: 0;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

.benefits_outline_961 .study_advantages_567:nth-child(4n+3)::after {
    bottom: 0;
    left: 0;
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%);
}

.benefits_outline_961 .study_advantages_567:hover::after {
    width: 30px;
    height: 30px;
    background: rgb(145,179,111);
}

.benefits_outline_961 .learning_advantages_218:has(.study_advantages_567:nth-child(even):last-child) {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.benefits_outline_961 .learning_advantages_218:has(.study_advantages_567:nth-child(odd):last-child) {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.benefits_outline_961 .learning_advantages_218:has(.study_advantages_567:nth-child(odd):last-child) .study_advantages_567:last-child {
    grid-column-end: span 2;
    max-width: 600px;
    justify-self: center;
}

@keyframes rotateInfinity {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.benefits_outline_961 .study_advantages_567:hover .skill_advantages_462::before {
    animation: rotateInfinity 10s linear infinite;
}

@media (max-width: 1200px) {
    .benefits_outline_961 {
        padding: 100px 25px;
    }
    
    .benefits_outline_961 h2 {
        margin-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .benefits_outline_961 {
        padding: 80px 20px;
    }
    
    .benefits_outline_961 h2 {
        margin-bottom: 60px;
    }
    
    .benefits_outline_961 .learning_advantages_218 {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }
    
    .benefits_outline_961 .study_advantages_567 {
        padding: 30px 25px;
    }
    
    .benefits_outline_961 .skill_advantages_462 {
        width: 70px;
        height: 70px;
        margin-bottom: 25px;
    }
    
    .benefits_outline_961 .skill_advantages_462 svg {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 767px) {
    .benefits_outline_961 {
        padding: 60px 15px;
    }
    
    .benefits_outline_961 h2 {
        font-size: calc(31px * 0.9);
        margin-bottom: 50px;
    }
    
    .benefits_outline_961 .learning_advantages_218 {
        grid-template-columns: 1fr;
    }
    
    .benefits_outline_961 .learning_advantages_218:has(.study_advantages_567:nth-child(odd):last-child) .study_advantages_567:last-child {
        grid-column-end: span 1;
        max-width: 100%;
    }
    
    .benefits_outline_961 .study_advantages_567 {
        padding: 25px 20px;
    }
    
    .benefits_outline_961 .skill_advantages_462 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .benefits_outline_961 .skill_advantages_462 svg {
        width: 35px;
        height: 35px;
    }
}.instructor_profile_296 {
    position: relative;
    padding: 100px 0;
    background: rgb(227,230,224);
    overflow: hidden;
}

.instructor_profile_296::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(185,200,172,0.5) 10%, 
        transparent 11%);
    background-size: 150px 100%;
    opacity: 0.3;
    animation: gradientSlide 30s linear infinite;
}

.instructor_profile_296 .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.instructor_profile_296 .learner_reflections_870 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 60px 40px 40px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.instructor_profile_296 .learner_reflections_870:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.instructor_profile_296 .img_thumbnail_629 {
    position: absolute;
    top: -60px;
    left: 40px;
    width: 120px;
    height: 120px;
    border-radius: 2px;
    transform: rotate(0deg);
    transition: all 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(185,200,172);
}

.instructor_profile_296 .learner_reflections_870:hover .img_thumbnail_629 {
    transform: rotate(-5deg);
}

.instructor_profile_296 .name {
    margin-top: 40px;
    margin-left: 0;
    font-size: calc(18px * 1.2);
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.instructor_profile_296 .learner_reflections_870:hover .name {
    transform: translateX(10px);
}

.instructor_profile_296 .learner_reflections_870 span:not(.name) {
    margin-top: 5px;
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translateX(0);
    transition: transform 0.5s ease;
}

.instructor_profile_296 .learner_reflections_870:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(185,200,172);
}

.instructor_profile_296 .career_area_894 {
    position: relative;
    margin-top: 40px;
    padding-left: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    transition: padding 0.5s ease;
}

.instructor_profile_296 .career_area_894::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 15px;
    width: 30px;
    height: 2px;
    background: rgb(185,200,172);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
}

.instructor_profile_296 .learner_reflections_870:hover .career_area_894 {
    padding-left: 20px;
}

.instructor_profile_296 .learner_reflections_870:hover .career_area_894::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {
    .instructor_profile_296 {
        padding: 80px 0;
    }
    
    .instructor_profile_296 .learner_reflections_870 {
        padding: 80px 25px 30px;
        margin: 0 15px;
    }
    
    .instructor_profile_296 .img_thumbnail_629 {
        left: 25px;
        width: 100px;
        height: 100px;
    }
    
    .instructor_profile_296 .name {
        font-size: 18px;
    }
    
    .instructor_profile_296 .career_area_894 {
        font-size: calc(18px * 0.95);
    }
    
    .instructor_profile_296 .career_area_894::before {
        left: -25px;
        width: 20px;
    }
}.learning_outcomes_657 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(125deg, rgb(227,230,224) 0%, rgb(185,200,172,0.5) 100%);
    overflow: hidden;
}

.learning_outcomes_657::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(#ffffff 1px, transparent 1px),
                      linear-gradient(to right, #ffffff 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.03;
    z-index: 0;
}

.learning_outcomes_657::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(145,179,111,0.5) 0%, transparent 60%);
    opacity: 0.2;
    z-index: 0;
}

.learning_outcomes_657 .knowledge_center_413 {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}

.learning_outcomes_657 h2 {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 80px;
    position: relative;
    text-align: center;
}

.learning_outcomes_657 h2::after {
    content: '';
    position: absolute;
    width: 140px;
    height: 4px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(185,200,172), rgb(145,179,111));
    border-radius: 10px;
}

.learning_outcomes_657 .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.learning_outcomes_657 .photo-section {
    display: flex;
    justify-content: center;
    position: relative;
}

.learning_outcomes_657 .img_thumbnail_629 {
    width: 70%;
    height: 400px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.learning_outcomes_657 .img_thumbnail_629::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(185,200,172,0.5) 0%, transparent 70%);
    z-index: 1;
}

.learning_outcomes_657 .img_thumbnail_629::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(145,179,111,0.5) 100%);
    z-index: 2;
}

.learning_outcomes_657 .photo-section::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    top: -60px;
    border: 2px solid rgb(185,200,172,0.5);
    border-radius: 18px;
    opacity: 0.2;
    z-index: -1;
}

.learning_outcomes_657 .photo-section::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    bottom: -30px;
    background: rgb(145,179,111,0.5);
    border-radius: 50%;
    opacity: 0.15;
    filter: blur(40px);
    z-index: -1;
}

.learning_outcomes_657 .text_main_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.learning_outcomes_657 .text_main_holder > div {
    flex: 0 0 calc(33.333% - 20px);
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.learning_outcomes_657 .text_main_holder > div::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(185,200,172,0.5), rgb(145,179,111,0.5)) border-box;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.3;
    z-index: -1;
}

.learning_outcomes_657 .text_main_holder > div::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: 0.5s;
    z-index: 0;
}

.learning_outcomes_657 .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.08);
}

.learning_outcomes_657 .text_main_holder > div:hover::after {
    left: 100%;
}

.learning_outcomes_657 .text_main_holder svg {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    padding: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.learning_outcomes_657 .text_main_holder > div:hover svg {
    transform: scale(1.1);
    background: rgb(185,200,172,0.5);
}

.learning_outcomes_657 .text_main_holder svg path {
    fill: rgb(145,179,111);
    transition: fill 0.3s ease;
}

.learning_outcomes_657 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}

.learning_outcomes_657 .text_main_holder p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

@media (max-width: 1200px) {
    .learning_outcomes_657 .text_main_holder > div {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 992px) {
    .learning_outcomes_657 {
        padding: 100px 0;
    }
    
    .learning_outcomes_657 .img_thumbnail_629 {
        width: 85%;
    }
}

@media (max-width: 768px) {
    .learning_outcomes_657 {
        padding: 80px 0;
    }
    
    .learning_outcomes_657 h2 {
        font-size: calc(46px * 0.8);
        margin-bottom: 60px;
    }
    
    .learning_outcomes_657 .text_main_holder > div {
        flex: 0 0 100%;
    }
    
    .learning_outcomes_657 .img_thumbnail_629 {
        width: 100%;
        height: 350px;
    }
}

@media (max-width: 576px) {
    .learning_outcomes_657 {
        padding: 60px 0;
    }
    
    .learning_outcomes_657 h2 {
        font-size: 28px;
    }
    
    .learning_outcomes_657 .img_thumbnail_629 {
        height: 280px;
    }
    
    .learning_outcomes_657 .text_main_holder > div {
        padding: 20px;
        gap: 15px;
    }
    
    .learning_outcomes_657 .text_main_holder svg {
        width: 36px;
        height: 36px;
        padding: 6px;
    }
}.location_info_075 {
    position: relative;
    background: rgb(227,230,224);
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    perspective: 1000px;
}

.location_info_075::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgb(185,200,172,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(185,200,172,0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    perspective: 1000px;
    transform: rotateX(60deg) translateZ(-100px);
    transform-origin: top;
    opacity: 0.2;
    animation: perspectiveGrid 30s linear infinite;
    z-index: -2;
}

@keyframes perspectiveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}

.location_info_075::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(185,200,172,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(145,179,111,0.5) 0%, transparent 40%);
    opacity: 0.3;
    filter: blur(50px);
    z-index: -1;
}

.location_info_075 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.location_info_075 .get_help_076 {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    padding: 60px;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    overflow: hidden;
    z-index: 2;
    backdrop-filter: blur(5px);
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
}

.location_info_075 .get_help_076::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    opacity: 0.3;
    z-index: -1;
}

.location_info_075 .get_help_076::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(227,230,224) 25%, rgb(227,230,224) 26%, transparent 26%, transparent 75%, rgb(227,230,224) 75%, rgb(227,230,224) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(227,230,224) 25%, rgb(227,230,224) 26%, transparent 26%, transparent 75%, rgb(227,230,224) 75%, rgb(227,230,224) 76%, transparent 76%);
    background-size: 60px 60px;
    opacity: 0.05;
    z-index: -1;
}

.location_info_075 h3 {
    color: rgb(185,200,172);
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 15px;
    display: inline-block;
}

.location_info_075 h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(185,200,172), transparent);
}

.location_info_075 .help_request_427 {
    color: #000000;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 50px;
    padding: 25px;
    background: rgb(227,230,224);
    border-radius: 0;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
}

.location_info_075 .help_request_427::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: rgb(185,200,172);
}

.location_info_075 .get_contactwidget_536 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
}

.location_info_075 .get_contactwidget_536::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        rgb(185,200,172) 0,
        rgb(185,200,172) 8px,
        transparent 8px,
        transparent 16px
    );
}

.location_info_075 .get_contactwidget_536 span {
    position: relative;
    padding: 25px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    z-index: 1;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
}

.location_info_075 .get_contactwidget_536 span::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(227,230,224) 100%);
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.location_info_075 .get_contactwidget_536 span::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(185,200,172,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -2;
    transform: scale(0.5);
}

.location_info_075 .get_contactwidget_536 span:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(185,200,172,0.5);
    border-color: transparent;
}

.location_info_075 .get_contactwidget_536 span:hover::before {
    opacity: 0.2;
}

.location_info_075 .get_contactwidget_536 span:hover::after {
    opacity: 0.3;
    transform: scale(1);
}

.location_info_075 .get_contactwidget_536 span p {
    color: #000000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.location_info_075 .get_contactwidget_536 span p::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgb(185,200,172);
    margin-right: 10px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.location_info_075 .get_contactwidget_536 span svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
    fill: rgb(185,200,172);
    stroke: rgb(185,200,172);
    stroke-width: 1;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.location_info_075 .get_contactwidget_536 span:hover svg {
    transform: scale(1.2);
    fill: rgb(145,179,111);
}

.location_info_075 .get_contactwidget_536 span svg path {
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke-dasharray: 100;
    stroke-dashoffset: 0;
}

.location_info_075 .get_contactwidget_536 span:hover svg path {
    stroke-dashoffset: 100;
    animation: dashAnimation 1.5s ease forwards;
}

@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.location_info_075 .get_contactwidget_536 span span {
    display: inline;
    border: none;
    clip-path: none;
    padding: 0;
    margin: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    transform: none;
}

.location_info_075 .get_contactwidget_536 span span::before,
.location_info_075 .get_contactwidget_536 span span::after {
    display: none;
}

.location_info_075 .get_contactwidget_536 span span a {
    color: rgb(185,200,172);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 5px 0;
    z-index: 2;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(185,200,172) calc(100% - 2px),
        rgb(185,200,172) 100%
    );
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.3s ease;
}

.location_info_075 .get_contactwidget_536 span span a svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0.5;
    transform-origin: center;
}

.location_info_075 .assist_experts_195 {
    grid-column: 1 / -1;
    background: rgb(227,230,224);
    padding: 35px;
    margin-top: 40px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.location_info_075 .assist_experts_195::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    z-index: -1;
}

.location_info_075 .assist_experts_195::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent rgb(185,200,172,0.5) transparent transparent;
}

.location_info_075 .assist_experts_195 h4 {
    color: rgb(185,200,172);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location_info_075 .assist_experts_195 h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 20px;
    background: rgb(185,200,172);
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
}

.location_info_075 .assist_experts_195 h4 svg {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    vertical-align: middle;
    fill: rgb(185,200,172);
    stroke: rgb(185,200,172);
    stroke-width: 1;
    animation: rotateIcon 6s linear infinite;
}

@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.location_info_075 .assist_experts_195 span {
    display: block;
    padding: 12px 15px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
}

.location_info_075 .assist_experts_195 span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: rgb(145,179,111);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
}

.location_info_075 .assist_experts_195 span:hover {
    transform: translateX(15px) scale(1.02);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.location_info_075 .assist_experts_195 span:hover::before {
    transform: scaleY(1);
}

.location_info_075 .assist_experts_195 span svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    fill: rgb(145,179,111);
    stroke: rgb(185,200,172);
    stroke-width: 0.5;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.location_info_075 .assist_experts_195 span:hover svg {
    fill: rgb(185,200,172);
    opacity: 1;
    transform: scale(1.1);
}

.location_info_075 .assist_experts_195 span svg path {
    fill-opacity: 0.7;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    transition: all 0.5s ease;
}

.location_info_075 .assist_experts_195 span:hover svg path {
    fill-opacity: 1;
    stroke-dashoffset: 0;
}

@media (max-width: 991px) {
    .location_info_075 {
        padding: 80px 0;
    }
    
    .location_info_075 .get_help_076 {
        padding: 40px;
        clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
    }
    
    .location_info_075 h3 {
        font-size: calc(29px - 0.2rem);
    }
    
    .location_info_075 .get_contactwidget_536 {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 25px;
    }
    
    .location_info_075 .help_request_427 {
        padding: 20px;
    }
    
    .location_info_075 .get_contactwidget_536 span svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 767px) {
    .location_info_075 {
        padding: 60px 0;
    }
    
    .location_info_075 .get_help_076 {
        padding: 30px;
        clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
    }
    
    .location_info_075 h3 {
        font-size: calc(29px - 0.3rem);
        margin-bottom: 30px;
    }
    
    .location_info_075 .help_request_427 {
        padding: 15px;
        margin-bottom: 35px;
    }
    
    .location_info_075 .get_contactwidget_536 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .location_info_075 .assist_experts_195 {
        padding: 25px;
    }
    
    .location_info_075 .assist_experts_195 svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 480px) {
    .location_info_075 {
        padding: 40px 0;
    }
    
    .location_info_075 .container {
        padding: 0 15px;
    }
    
    .location_info_075 .get_help_076 {
        padding: 25px 20px;
        clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
    }
    
    .location_info_075 h3 {
        font-size: calc(29px - 0.4rem);
        margin-bottom: 25px;
    }
    
    .location_info_075 .help_request_427 {
        padding: 15px;
        margin-bottom: 30px;
    }
    
    .location_info_075 .get_contactwidget_536 span {
        padding: 20px;
    }
    
    .location_info_075 .assist_experts_195 {
        padding: 20px;
        margin-top: 25px;
    }
    
    .location_info_075 .get_contactwidget_536 span svg,
    .location_info_075 .assist_experts_195 span svg {
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
}.register_now_386 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(125deg, rgb(227,230,224) 0%, rgb(145,179,111,0.5) 100%);
    overflow: hidden;
}

.register_now_386::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(185,200,172,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(185,200,172,0.5) 95%);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 1;
}

.register_now_386 .knowledge_center_413 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.register_now_386 .container p {
    position: relative;
    max-width: 800px;
    margin: 0 0 70px 0;
    padding: 40px;
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.register_now_386 .container p::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    top: 20px;
    left: 10%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
}

.register_now_386 .container p::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    top: 40px;
    left: 20%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    z-index: -2;
}

.register_now_386 .request_feedback_328 {
    position: relative;
    padding: 20px 50px;
    background: rgb(185,200,172);
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 3px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 5;
}

.register_now_386 .request_feedback_328::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(145,179,111) 0%, rgb(185,200,172) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.register_now_386 .request_feedback_328:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 5px 0 rgba(0, 0, 0, 0.5);
}

.register_now_386 .request_feedback_328:hover::before {
    opacity: 1;
}

.register_now_386 .request_feedback_328::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 30px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
}

.register_now_386 .request_feedback_328:hover::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}

.register_now_386::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(185,200,172,0.5) 0%, transparent 70%);
    top: -150px;
    right: -150px;
    opacity: 0.2;
    z-index: 1;
}

.register_now_386 .knowledge_center_413::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(145,179,111,0.5) 0%, transparent 70%);
    bottom: -150px;
    left: -150px;
    opacity: 0.2;
    z-index: 1;
}

@media (max-width: 991px) {
    .register_now_386 {
        padding: 100px 0;
    }
    
    .register_now_386 .container p {
        padding: 35px;
        margin-bottom: 60px;
        font-size: calc(22px * 1.2);
    }
    
    .register_now_386 .container p::before {
        top: 15px;
    }
    
    .register_now_386 .container p::after {
        top: 30px;
    }
    
    .register_now_386 .request_feedback_328 {
        padding: 18px 45px;
    }
}

@media (max-width: 767px) {
    .register_now_386 {
        padding: 80px 0;
    }
    
    .register_now_386 .container p {
        padding: 30px;
        margin-bottom: 50px;
        font-size: 22px;
    }
    
    .register_now_386 .container p::before {
        top: 12px;
    }
    
    .register_now_386 .container p::after {
        top: 24px;
    }
    
    .register_now_386 .request_feedback_328 {
        padding: 15px 40px;
    }
}

@media (max-width: 480px) {
    .register_now_386 {
        padding: 60px 0;
    }
    
    .register_now_386 .container p {
        padding: 25px;
        margin-bottom: 40px;
        font-size: calc(14px * 1.2);
    }
    
    .register_now_386 .container p::before {
        top: 10px;
        width: 90%;
        left: 5%;
    }
    
    .register_now_386 .container p::after {
        top: 20px;
        width: 80%;
        left: 10%;
    }
    
    .register_now_386 .request_feedback_328 {
        padding: 12px 35px;
        font-size: calc(19px * 0.9);
    }
    
    .register_now_386 .request_feedback_328::after {
        right: 20px;
        width: 15px;
        height: 15px;
    }
}header {
    position: relative;
    background: rgb(227,230,224);
    padding: 1.2rem 0;
    z-index: 100;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(185,200,172,0.5) 0%, 
        transparent 50%, 
        rgb(145,179,111,0.5) 100%);
    opacity: 0.5;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

header .head_mainwrap_370 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border-radius: 13px;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

header .head_info_415 {
    display: flex;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

header .head_info_415::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(185,200,172,0.5), 
        rgb(145,179,111,0.5), 
        rgb(185,200,172,0.5), 
        transparent);
}

header .head_info_415 svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}

header .head_info_415:hover svg {
    filter: drop-shadow(0 2px 4px rgb(185,200,172,0.5));
    transform: translateY(-2px);
}

header .main_class_068 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.6rem;
    background: rgb(227,230,224);
    border-radius: 10px;
}

header .top_prime_125 {
    color: #000000;
    font-family: Playfair Display, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

header .top_prime_125::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(185,200,172), rgb(145,179,111));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

header .top_prime_125:hover {
    color: #ffffff;
}

header .top_prime_125:hover::before {
    opacity: 1;
}

header .top_prime_125::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(185,200,172), rgb(145,179,111));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

header .top_prime_125:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {
    header {
        padding: 1rem 0;
    }
    
    header .head_mainwrap_370 {
        gap: 0.8rem;
        padding: 0.8rem;
    }
    
    header .head_info_415 svg {
        width: 140px;
    }
    
    header .main_class_068 {
        padding: 0.5rem;
    }
    
    header .top_prime_125 {
        padding: 0.4rem 0.8rem;
        font-size: calc(18px - 1px);
    }
}

@media (max-width: 767px) {
    header {
        padding: 0.8rem 0;
    }
    
    header .head_mainwrap_370 {
        padding: 0.7rem;
        gap: 0.7rem;
    }
    
    header .head_info_415 svg {
        width: 120px;
    }
    
    header .main_class_068 {
        padding: 0.4rem;
        gap: 0.3rem;
    }
    
    header .top_prime_125 {
        padding: 0.3rem 0.7rem;
        font-size: calc(18px - 2px);
    }
}

@media (max-width: 480px) {
    header {
        padding: 0.7rem 0;
    }
    
    header .head_mainwrap_370 {
        padding: 0.6rem;
        gap: 0.6rem;
    }
    
    header .head_info_415 svg {
        width: 110px;
    }
    
    header .main_class_068 {
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0.4rem;
    }
    
    header .main_class_068::-webkit-scrollbar {
        height: 2px;
    }
    
    header .main_class_068::-webkit-scrollbar-thumb {
        background: rgb(185,200,172);
        border-radius: 10px;
    }
    
    header .top_prime_125 {
        white-space: nowrap;
        flex-shrink: 0;
    }
}.appWrap_385 {
    background-color: rgb(227,230,224);
    padding: 5rem 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.appWrap_385 .container {
    max-width: 700px;
    margin: 0 auto;
    background: rgb(185,200,172,0.5);
    padding: 3rem;
    border-radius: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.appWrap_385 .container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgb(185,200,172,0.5);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    opacity: 0.1;
}
.appWrap_385 h2 {
    font-family: Playfair Display, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: rgb(185,200,172);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border-bottom: 2px solid rgb(185,200,172);
    display: inline-block;
    padding-bottom: 0.5rem;
}
.appWrap_385 p {
    font-family: Playfair Display, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}
.appWrap_385 p span {
    color: rgb(185,200,172);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .appWrap_385 {
        padding: 2rem 1rem;
    }
    .appWrap_385 .container {
        padding: 1.5rem;
    }
    .appWrap_385 h2 {
        font-size: 21px;
    }
    .appWrap_385 p {
        font-size: 18px;
    }
}
footer {
    background: rgb(145,179,111);
    color: #ffffff;
}

footer .progress_bar_027 {
    background: rgb(185,200,172);
}

footer .top_tutor_034 svg, footer .top_tutor_034 svg path {
    fill: rgb(185,200,172);
}

footer h5 {
    color: rgb(185,200,172);
}

footer .main_class_068 a {
    color: #ffffff;
}

footer .achieve_cta_392 {
    color: #ffffff;
}

footer .achieve_cta_392 a {
    color: #ffffff;
    text-decoration: underline;
}

footer .query_panel_073 div svg, footer .query_panel_073 div svg path {
    fill: #ffffff;
}

footer .query_panel_073 div span {
    color: #ffffff;
}

footer .stats_tool_021 {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .progress_bar_027 {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .linkedin_ref_620 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .top_tutor_034 svg, footer .top_tutor_034 img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 19px;
    margin-bottom: 16px;

}

footer .query_panel_073 {
    display: flex;
    flex-direction: column;
}

footer .query_panel_073 div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .query_panel_073 div img, footer .query_panel_073 div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .head_know_195 {
    display: flex;
    flex-direction: column;
}

footer .main_class_068 a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .progress_bar_027 {
    font-size: 12px;
}

@media only screen and (max-width: 1200px) {
    footer .linkedin_ref_620 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .main_class_068, footer .head_know_195, footer .linkedin_ref_620 {
        flex-direction: column;
    }

    footer .query_panel_073 {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.wrapper-padding_806 footer .stats_tool_021 {
    padding: 0;
    border-bottom: 3px solid rgb(185,200,172);
}

.wrapper-padding_806 footer .linkedin_ref_620 {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}

.wrapper-padding_806 footer .head_know_195 {
    flex-direction: row;
}

.wrapper-padding_806 footer .main_class_068 a {
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid rgb(185,200,172);
    font-size: 20px;
    color: #ffffff;
}

.wrapper-padding_806 footer .progress_bar_027 {
    background: rgb(185,200,172,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrapper-padding_806 footer .achieve_cta_392 {
    text-align: right;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 800px) {
    .wrapper-padding_806 footer .head_know_195 {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .wrapper-padding_806 footer .main_class_068 a {
        padding-left: 0;
        font-size: 18px
    }

    .wrapper-padding_806 footer .main_class_068 a:first-child {
        margin-bottom: 10px;
    }

    .wrapper-padding_806 footer .linkedin_ref_620 {
        padding: 20px 10px;
    }

    .wrapper-padding_806 footer .achieve_cta_392 {
        text-align: center;
    }

    .wrapper-padding_806 footer .achieve_cta_392 a {
        display: block;
        margin-top: 5px;
    }
}
.wrapper-padding_806 .our_team_851 .knowledge_center_413 {
    height: auto;
}

.our_team_851 {
    padding: 80px 0;
    background: rgb(185,200,172,0.5);
    position: relative;
    overflow: hidden;
}

.wrapper-padding_806 .our_team_851 .knowledge_center_413 .img_thumbnail_629 {
    display: block;
    width: 450px;
    height: 450px;
    border-radius: 21px;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.wrapper-padding_806 .our_team_851 .knowledge_center_413 .img_thumbnail_629:hover {
    transform: translateY(-50%) scale(1.05);
}

.wrapper-padding_806 .our_team_851 .how_grow_053 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 0 50px;
    background: linear-gradient(45deg, rgb(145,179,111), rgb(145,179,111,0.5));
    border-radius: 21px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    padding-right: 0;
}

.wrapper-padding_806 .our_team_851 .learning_experts_283 {
    background: rgb(185,200,172);
    padding: 40px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 400px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wrapper-padding_806 .our_team_851 h2 {
    color: #ffffff;
    margin-top: 20px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.wrapper-padding_806 .our_team_851 p {
    color: #ffffff;
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .wrapper-padding_806 .our_team_851 .knowledge_center_413 .img_thumbnail_629 {
        width: 350px;
        height: 350px;
        left: 30px;
        position: static;
        transform: translateY(0);
        margin-top: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-padding_806 .our_team_851 .learning_experts_283 {
        width: 100%;
        padding: 30px;
        box-shadow: none;
        border-radius: 0;
    }
    .wrapper-padding_806 .our_team_851 .knowledge_center_413 .img_thumbnail_629 {
        width: 280px;
        height: 280px;
    }
    .wrapper-padding_806 .our_team_851 .how_grow_053 {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 20px;
        box-shadow: none;
    }
    .wrapper-padding_806 .our_team_851 h2 {
        font-size: 18px;
    }
}