* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Merriweather, sans-serif;
    color: #000000;
}
.layer-container_1328 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(162,158,154);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.join_list_0365 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.join_list_0365 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join_list_0365 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(82,94,117,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join_list_0365 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join_list_0365 .button {
    background: rgb(82,94,117);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join_list_0365 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join_list_0365 .holder {
        flex-direction: column;
    }

    .join_list_0365 {
        padding: 30px 20px;
    }

    .join_list_0365 input {
        min-width: unset;
    }

    .join_list_0365 .button {
        flex-shrink: unset;
    }

    .join_list_0365 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join_list_0365 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .layer-container_1328 .join_list_0365 .holder h2 {
        font-size: 20px;
    }
}

.layer-container_1328 .join_list_0365 {
    background: rgb(162,158,154);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer-container_1328 .join_list_0365::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg at 50% 50%, rgb(101,121,128), rgb(82,94,117), rgb(101,121,128));
    z-index: 0;
    animation: rotateBackground 15s linear infinite;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.layer-container_1328 .join_list_0365 .holder {
    flex-direction: column;
    min-width: 60%;
    width: 80%;
    border-radius: 100px;
    background: #ffffff;
    margin: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 24px 48px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.layer-container_1328 .join_list_0365 .holder:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.layer-container_1328 .join_list_0365 h2 {
    color: #000000;
    margin: 0;
    font-size: 33px;
    max-width: 80%;
    padding: 0 15px;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.layer-container_1328 .join_list_0365 .button {
    background: linear-gradient(135deg, rgb(101,121,128), rgb(82,94,117));
    border-radius: 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.layer-container_1328 .join_list_0365 .button:hover {
    background: linear-gradient(135deg, rgb(82,94,117), rgb(101,121,128));
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.layer-container_1328 .join_list_0365 input {
    border-radius: 100px;
    background: #ffffff;
    color: #000000;
    margin-right: 15px;
    border: 2px solid rgb(82,94,117,0.5);
    padding: 14px 20px;
    font-size: 14px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.layer-container_1328 .join_list_0365 input:focus {
    border: 2px solid rgb(101,121,128);
    outline: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
    .layer-container_1328 .join_list_0365 {
        padding: 30px 20px;
    }

    .layer-container_1328 .join_list_0365 .holder {
        flex-direction: column;
        width: 100%;
        padding: 30px;
    }

    .layer-container_1328 .join_list_0365 .input_holder {
        flex-direction: column;
    }

    .layer-container_1328 .join_list_0365 h2 {
        max-width: unset;
        margin-bottom: 16px;
        padding: 0 5px;
    }

    .layer-container_1328 .join_list_0365 input {
        margin: 0;
        margin-bottom: 16px;
        width: 100%;
    }

    .layer-container_1328 .join_list_0365 .button {
        width: 100%;
        padding: 14px 0;
    }
}.layer-container_1328 .about_this_8469 {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 5px solid rgb(101,121,128);
    border-bottom: 5px solid rgb(101,121,128);
}

.layer-container_1328 .about_this_8469 .holder {
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.layer-container_1328 .about_this_8469 .caption_holder {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.layer-container_1328 .about_this_8469 .holder .photo {
    flex: 1;
    min-height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.layer-container_1328 .about_this_8469 .style_element {
    flex: 1;
    background: #ffffff;
    border-radius: 18px;
    padding: 40px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.layer-container_1328 .about_this_8469 h2 {
    font-size: 34px;
    color: rgb(101,121,128);
    font-weight: 700;
    border-bottom: 2px solid rgb(101,121,128);
    padding-bottom: 10px;
}

.layer-container_1328 .about_this_8469 p {
    font-size: 15px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 0;
    flex-grow: 1;
}

@media only screen and (max-width: 992px) {
    .layer-container_1328 .about_this_8469 .caption_holder {
        flex-direction: column;
        gap: 20px;
    }
    .layer-container_1328 .about_this_8469 .holder .photo, 
    .layer-container_1328 .about_this_8469 .style_element {
        width: 100%;
        margin-bottom: 20px;
    }
    .layer-container_1328 .about_this_8469 .holder .photo {
        min-height: 300px;
    }
    .layer-container_1328 .about_this_8469 h2 {
        font-size: 21px;
    }
    .layer-container_1328 .about_this_8469 p {
        font-size: 15px;
    }
}.main_header {
    background: linear-gradient(45deg, rgb(101,121,128,0.5), rgb(82,94,117,0.5));
    position: relative;
    overflow: hidden;
}
.main_header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(82,94,117,0.5) 0%, transparent 70%);
}
.main_header .container {
    position: relative;
    z-index: 1;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.main_header .logo_holder {
    order: 1;
    margin-bottom: 15px;
}
.main_header .header_logo {
    display: block;
    transition: transform 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 80px;
    height: 80px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    order: 2;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
}
.main_header .header_menu {
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.main_header .header_menu a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(82,94,117), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before {
    left: 100%;
}
@media only screen and (min-width: 800px) {
    .main_header .header_holder {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }
    .main_header .logo_holder {
        order: 1;
        margin-bottom: 0;
    }
    .main_header .header_description {
        order: 2;
        text-align: left;
        margin-bottom: 0;
        border: none;
        width: auto;
    }
    .main_header .header_menu {
        order: 3;
        width: auto;
    }
}
@media only screen and (max-width: 799px) {
    .main_header .header_menu {
        flex-direction: column;
    }
    .main_header .header_menu a {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ffffff;
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header::before,
    .main_header .header_holder,
    .main_header .header_logo,
    .main_header .header_menu a::before {
        animation: none;
        transition: none;
    }
}footer {
    background: rgb(82,94,117);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
    padding: 50px 0;
    box-shadow: 0 0 20px rgb(101,121,128,0.5);
}
footer .logo_holder {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgb(101,121,128);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(101,121,128);
    height: 60px;
    width: 60px;
    margin-right: 15px;
}
footer .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer .menu a {
    color: rgb(82,94,117);
    text-decoration: none;
    font-size: 17px;
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
}
footer .menu a::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(101,121,128);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: transform 0.3s;
    transform: scaleX(0);
}
footer .menu a:hover::before {
    transform: scaleX(1);
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid rgb(101,121,128);
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: rgb(82,94,117);
    text-decoration: none;
    margin-left: 5px;
    border-bottom: 1px solid rgb(82,94,117);
}
footer .copyright_info a:hover {
    color: rgb(101,121,128);
    border-bottom: 1px solid rgb(101,121,128);
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid rgb(101,121,128);
}
footer .footer_info .logo_holder {
    flex: 1;
}
footer .footer_info .menu_holder {
    flex: 3;
    display: flex;
    justify-content: flex-end;
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
@media (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .menu_holder {
        justify-content: flex-start;
    }
}
@media (max-width: 800px) {
    footer .footer_info {
        padding: 20px 10px;
    }
    footer .menu_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    footer .menu a {
        margin-bottom: 10px;
    }
    footer .copyright_info {
        text-align: center;
    }
    footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.layer-container_1328 footer .footer {
    padding: 0;
}
.layer-container_1328 footer .footer_info {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}
.layer-container_1328 footer .menu_holder {
    flex-direction: row;
    justify-content: flex-end;
}
.layer-container_1328 footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(101,121,128);
}
.layer-container_1328 footer .copyright {
    background: rgb(101,121,128,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.layer-container_1328 footer .copyright_info {
    text-align: center;
}
@media (max-width: 1200px) {
    .layer-container_1328 footer .footer_info {
        flex-direction: column;
    }
    .layer-container_1328 footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: center;
        justify-content: center;
    }
    .layer-container_1328 footer .menu a {
        padding-left: 0;
        font-size: 18px;
    }
    .layer-container_1328 footer .menu a:first-child {
        margin-bottom: 10px;
    }
    .layer-container_1328 footer .footer_info {
        padding: 20px 10px;
    }
    .layer-container_1328 footer .copyright_info {
        text-align: center;
    }
    .layer-container_1328 footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}.learning_process_4637 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(162,158,154);
}

.learning_process_4637 .work_holder {
    position: relative;
    min-height: 580px;
    padding: 4.5rem 2rem;
}

.learning_process_4637 .work_holder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(
            45deg,
            #000000 0%,
            transparent 100%
        ),
        repeating-radial-gradient(
            circle at 75% 50%,
            rgb(101,121,128,0.5) 0,
            rgb(101,121,128,0.5) 1px,
            transparent 1px,
            transparent 15px
        );
    z-index: 1;
}

.learning_process_4637 .container {
    position: relative;
    z-index: 3;
    max-width: 1140px;
    margin: 0 auto;
}

.learning_process_4637 .text_holder {
    position: relative;
    max-width: 720px;
    background: rgba(255, 255, 255, 0.95);
    margin-right: auto;
    padding: 3.5rem 3rem 3rem 4rem;
    clip-path: polygon(
        30px 0,
        100% 0,
        100% 100%,
        0 100%,
        0 30px
    );
    backdrop-filter: blur(12px);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.learning_process_4637 .text_holder::before,
.learning_process_4637 .text_holder::after {
    content: '';
    position: absolute;
    background: rgb(101,121,128);
}

.learning_process_4637 .text_holder::before {
    width: 30px;
    height: 2px;
    top: 29px;
    left: 0;
    transform-origin: left;
    transform: rotate(-45deg);
}

.learning_process_4637 .text_holder::after {
    width: 2px;
    height: 30px;
    top: 0;
    left: 29px;
    transform-origin: top;
    transform: rotate(-45deg);
}

.learning_process_4637 .text_holder h4 {
    color: rgb(101,121,128);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(82,94,117,0.5);
    position: relative;
}

.learning_process_4637 .text_holder h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(101,121,128),
        rgb(82,94,117)
    );
    transform: scaleX(0.8);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.learning_process_4637 .text_holder:hover h4::after {
    transform: scaleX(1);
}

.learning_process_4637 .text_holder p {
    color: #000000;
    font-size: 12px;
    line-height: 1.85;
    margin-bottom: 1.25rem;
    font-family: Merriweather, sans-serif;
    font-weight: 400;
    position: relative;
}

.learning_process_4637 .text_holder p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .learning_process_4637 .work_holder {
        min-height: 520px;
    }

    .learning_process_4637 .text_holder {
        max-width: 600px;
        padding: 3rem 2.5rem 2.5rem 3.5rem;
    }
}

@media (max-width: 767px) {
    .learning_process_4637 .work_holder {
        min-height: 450px;
        padding: 3rem 1rem;
    }

    .learning_process_4637 .text_holder {
        max-width: 100%;
        padding: 2rem;
        clip-path: none;
    }

    .learning_process_4637 .text_holder::before,
    .learning_process_4637 .text_holder::after {
        display: none;
    }

    .learning_process_4637 .text_holder h4 {
        font-size: calc(36px * 0.85);
    }

    .learning_process_4637 .text_holder p {
        font-size: calc(12px * 0.95);
    }
}.mentorship_experience_0523 {
    padding: 100px 0;
    background-color: #ffffff;
    color: #000000;
    font-family: Merriweather, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mentorship_experience_0523 .container {
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mentorship_experience_0523 .review {
    display: flex;
    align-items: flex-start;
    background: rgb(101,121,128,0.5);
    border: 1px solid rgb(101,121,128);
    border-radius: 29px;
    padding: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mentorship_experience_0523 .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.mentorship_experience_0523 .photo {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    transition: transform 0.3s ease-in-out;
}

.mentorship_experience_0523 .review:hover .photo {
    transform: scale(1.05);
}

.worker_description {
    flex-grow: 1;
}

.mentorship_experience_0523 .name {
    font-size: 18px;
    color: rgb(101,121,128);
    margin-bottom: 8px;
    font-weight: 700;
}

.mentorship_experience_0523 .job {
    font-size: 12px;
    color: rgb(82,94,117);
    margin-bottom: 10px;
    font-weight: 400;
}

.mentorship_experience_0523 .quote {
    font-size: 12px;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
}

@media only screen and (max-width: 1200px) {
    .mentorship_experience_0523 .container {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    .mentorship_experience_0523 {
        padding: 60px 0;
    }
    .mentorship_experience_0523 .review {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .mentorship_experience_0523 .photo {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.layer-container_1328 .mentorship_experience_0523 {
    background: rgb(82,94,117);
    padding: 80px 0;
}

.layer-container_1328 .mentorship_experience_0523 .review {
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.layer-container_1328 .mentorship_experience_0523 .photo {
    width: 150px;
    height: 150px;
}

.layer-container_1328 .worker_description {
    padding: 0;
}

.layer-container_1328 .name {
    font-size: 17px;
    color: rgb(101,121,128);
}

.layer-container_1328 .job {
    font-size: 12px;
    color: rgb(82,94,117);
}

.layer-container_1328 .quote {
    font-size: 12px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .layer-container_1328 .mentorship_experience_0523 {
        padding: 60px 0;
    }
}
.layer-container_1328 .course_features_2618 {
    padding: 60px 0;
    background: rgb(101,121,128);
    color: #ffffff;
    font-family: Merriweather, sans-serif;
}

.layer-container_1328 .course_features_2618 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.layer-container_1328 .course_features_2618 .items .course {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    background: rgb(82,94,117);
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.layer-container_1328 .course_features_2618 .items .course .content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.layer-container_1328 .course_features_2618 .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
}

.layer-container_1328 .course_features_2618 .text_holder {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.layer-container_1328 .course_features_2618 .text_holder h3 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 20px;
}

.layer-container_1328 .course_features_2618 .text_holder p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
}

.layer-container_1328 .course_features_2618 .button {
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    background: rgb(101,121,128);
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

@media only screen and (max-width: 800px) {
    .layer-container_1328 .course_features_2618 {
        padding: 40px 0;
    }

    .layer-container_1328 .course_features_2618 .items .course {
        flex-direction: column;
        width: 100%;
    }
    .layer-container_1328 .course_features_2618 .items .course .content {
        flex-direction: column;
    }
    .layer-container_1328 .course_features_2618 .photo {
        width: 100%;
        height: 250px;
    }

    .layer-container_1328 .course_features_2618 .text_holder {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .layer-container_1328 .course_features_2618 .text_holder h3 {
        font-size: 22px;
    }

    .layer-container_1328 .course_features_2618 .text_holder p {
        font-size: 18px;
    }

    .layer-container_1328 .course_features_2618 .button {
        align-self: center;
    }
}
.pricing_lineup_0176 {
    background: rgb(162,158,154);
    padding: 140px 0;
    position: relative;
    isolation: isolate;
}

.pricing_lineup_0176::before,
.pricing_lineup_0176::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.pricing_lineup_0176::before {
    background: radial-gradient(circle at 20% 20%, rgb(101,121,128,0.5) 0%, transparent 50%);
}

.pricing_lineup_0176::after {
    background: radial-gradient(circle at 80% 80%, rgb(82,94,117,0.5) 0%, transparent 50%);
}

.pricing_lineup_0176 .container {
    position: relative;
    z-index: 2;
}

.pricing_holder {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.pricing_lineup_0176 .price_info {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.pricing_lineup_0176 .price_info::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid rgb(101,121,128,0.5);
    border-radius: 20px;
    transform: rotate(45deg);
    top: -40px;
    left: -60px;
    z-index: -1;
}

.pricing_lineup_0176 .price_info h2 {
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(45deg, rgb(101,121,128), rgb(82,94,117));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.pricing_lineup_0176 .section_description {
    font-size: calc(16px * 1.1);
    color: #000000;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

.pricing_lineup_0176 .price_types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    perspective: 2000px;
    grid-template-areas:
    "a b c"
    ". d .";
}
.pricing_lineup_0176 .price_type:nth-child(1) {
    grid-area: a;
}
.pricing_lineup_0176 .price_type:nth-child(2) {
    grid-area: b;
}
.pricing_lineup_0176 .price_type:nth-child(3) {
    grid-area: c;
}
.pricing_lineup_0176 .price_type:nth-child(4) {
    grid-area: d;
}

.pricing_lineup_0176 .price_type {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing_lineup_0176 .price_type:hover {
    transform: scale(1.02) translateY(-10px);
}

.pricing_lineup_0176 .price_type_holder {
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing_lineup_0176 .price_type_holder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateY(-100%);
    transition: transform 0.6s ease;
}

.pricing_lineup_0176 .price_type:hover .price_type_holder::before {
    transform: translateY(100%);
}

.pricing_lineup_0176 .photo {
    height: 280px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    transform-origin: top;
    transition: transform 0.5s ease;
}

.pricing_lineup_0176 .price_type:hover .photo {
    transform: scale(1.05);
}

.pricing_lineup_0176 .photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
}

.pricing_lineup_0176 .price_type_text {
    padding: 35px;
    position: relative;
    background: radial-gradient(
        circle at bottom right,
        #ffffff,
        rgba(255, 255, 255, 0.8)
    );
}

.pricing_lineup_0176 .price_type_text h3 {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.pricing_lineup_0176 .price_type_text h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(101,121,128);
    border-radius: 10px;
}

.pricing_lineup_0176 .price_type_text .price_amount {
    display: inline-block;
    font-size: calc(30px * 1.2);
    color: rgb(101,121,128);
    font-weight: 700;
    margin: 15px 0 25px;
    padding: 5px 20px;
    background: linear-gradient(
        to right,
        rgb(101,121,128,0.5),
        transparent
    );
    border-radius: 22px;
}

.pricing_lineup_0176 .price_type_text p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    position: relative;
}

@media (max-width: 1200px) {
    .pricing_lineup_0176 {
        padding: 100px 0;
    }

    .pricing_lineup_0176 .price_types {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        grid-template-areas:
            "a b"
            "c d";
    }
}

@media (max-width: 991px) {
    .pricing_lineup_0176 {
        padding: 80px 0;
    }
    .pricing_lineup_0176 .price_types {
        grid-template-areas:
            "a"
            "b"
            "c"
            "d";
    }

    .pricing_holder {
        gap: 60px;
    }

    .pricing_lineup_0176 .price_info h2 {
        font-size: calc(48px * 0.9);
    }

    .pricing_lineup_0176 .photo {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .pricing_lineup_0176 {
        padding: 60px 0;
    }

    .pricing_lineup_0176 .price_info::before {
        width: 80px;
        height: 80px;
        top: -20px;
        left: -40px;
    }

    .pricing_lineup_0176 .price_types {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .pricing_lineup_0176 .photo {
        height: 220px;
    }

    .pricing_lineup_0176 .price_type_text {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .pricing_lineup_0176 {
        padding: 40px 0;
    }

    .pricing_lineup_0176 .price_info h2 {
        font-size: calc(48px * 0.7);
    }

    .pricing_lineup_0176 .section_description {
        font-size: 16px;
    }

    .pricing_lineup_0176 .price_type_text .price_amount {
        font-size: 30px;
    }
}
.advantages_benefits_7836 .advantages_content h2 {
    color: rgb(82,94,117);
}

.advantages_benefits_7836 .advantage_item svg, .advantages_benefits_7836 .advantage_item svg path {
    fill: rgb(101,121,128);
}

.advantages_benefits_7836 .advantage_item p {
    color: #000000;
}

.advantages_benefits_7836 .advantage_item b {
    color: rgb(101,121,128);
}

.advantages_benefits_7836 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_benefits_7836 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_benefits_7836 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_benefits_7836 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.advantages_benefits_7836 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_benefits_7836 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_benefits_7836 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_benefits_7836 .advantage_item svg, .advantages_benefits_7836 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .layer-container_1328 .advantages_benefits_7836 .advantages_holder {
        justify-content: center;
    }
    .layer-container_1328 .advantages_benefits_7836 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_benefits_7836 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_benefits_7836 .advantages_holder {
        flex-direction: column;
    }

    .advantages_benefits_7836 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .layer-container_1328 .advantages_benefits_7836 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.layer-container_1328 .advantages_benefits_7836 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(82,94,117);
    color: #ffffff;
}

.layer-container_1328 .advantages_benefits_7836 .advantages_content {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: left;
}

.layer-container_1328 .advantages_benefits_7836 .advantages_content h2 {
    font-size: 29px;
    font-weight: 700;
    color: rgb(101,121,128);
    margin-bottom: 40px;
    border-bottom: 2px solid rgb(101,121,128);
    padding-bottom: 10px;
}

.layer-container_1328 .advantages_benefits_7836 .advantages_description {
    font-size: 15px;
    margin-bottom: 30px;
    color: #ffffff;
    border-left: 3px solid rgb(101,121,128);
    padding-left: 20px;
}

.layer-container_1328 .advantages_benefits_7836 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.layer-container_1328 .advantages_benefits_7836 .advantage_item {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgb(101,121,128);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.layer-container_1328 .advantages_benefits_7836 .advantage_image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.layer-container_1328 .advantages_benefits_7836 .advantage_item h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(101,121,128);
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(101,121,128);
    padding-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .layer-container_1328 .advantages_benefits_7836 .advantage_item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .layer-container_1328 .advantages_benefits_7836 .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .layer-container_1328 .advantages_benefits_7836 .advantage_item {
        width: 80%;
        margin-bottom: 20px;
    }

    .layer-container_1328 .advantages_benefits_7836 .advantages_content h2 {
        font-size: 28px;
    }

    .layer-container_1328 .advantages_benefits_7836 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}.welcome_5692 {
    width: 100%;
    padding: 100px 0;
    background-color: rgb(101,121,128,0.5);
    position: relative;
}
.welcome_5692 .title_page_holder {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    padding: 60px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    overflow: hidden;
}
.welcome_5692 .title_page_holder::before,
.welcome_5692 .title_page_holder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(82,94,117,0.5);
    z-index: 1;
}
.welcome_5692 .title_page_holder::before {
    width: 150px;
    height: 150px;
    top: 20px;
    left: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.welcome_5692 .title_page_holder::after {
    width: 200px;
    height: 200px;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.welcome_5692 .style_element {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    width: calc(100% - 120px);
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.welcome_5692 .style_element h1 {
    font-family: Merriweather, sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: rgb(101,121,128);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(82,94,117);
    padding-bottom: 10px;
    position: relative;
}
.welcome_5692 .style_element h1::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: rgb(82,94,117);
    bottom: -2px;
    left: 0;
    border-radius: 10px;
}
.welcome_5692 .style_element h3 {
    font-family: Merriweather, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: rgb(82,94,117);
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.welcome_5692 .style_element p {
    font-family: Merriweather, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {
    .welcome_5692 {
        padding: 50px 0;
    }
    .welcome_5692 .title_page_holder {
        padding: 30px;
    }
    .welcome_5692 .style_element {
        padding: 30px;
        width: calc(100% - 60px);
    }
    .welcome_5692 .style_element h1 {
        font-size: calc(44px - 10px);
        margin-bottom: 15px;
    }
    .welcome_5692 .style_element h3 {
        font-size: calc(22px - 5px);
        margin-bottom: 10px;
    }
    .welcome_5692 .style_element p {
        font-size: calc(12px - 2px);
        margin-bottom: 15px;
    }
}
.layer-container_1328 .welcome_5692 {
    padding: 0;
    background-color: rgb(162,158,154);
}
.layer-container_1328 .welcome_5692 .title_page_holder {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 70px;
    position: relative;
}
.layer-container_1328 .welcome_5692 .title_page_holder::before,
.layer-container_1328 .welcome_5692 .title_page_holder::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(82,94,117,0.5);
    z-index: 1;
}
.layer-container_1328 .welcome_5692 .title_page_holder::before {
    width: 120px;
    height: 120px;
    top: 40px;
    left: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.layer-container_1328 .welcome_5692 .title_page_holder::after {
    width: 170px;
    height: 170px;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.layer-container_1328 .welcome_5692 .style_element {
    background: rgb(101,121,128,0.5);
    color: #ffffff;
    border-radius: 50%;
    width: 600px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}
.layer-container_1328 .welcome_5692 .style_element h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.layer-container_1328 .welcome_5692 .style_element h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}
.layer-container_1328 .welcome_5692 .style_element p {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 80%;
    margin: 0 auto;
}
@media only screen and (max-width: 800px) {
    .layer-container_1328 .welcome_5692 {
        padding: 60px 0;
    }
    .layer-container_1328 .welcome_5692 .title_page_holder {
        padding: 40px 20px;
    }
    .layer-container_1328 .welcome_5692 .style_element {
        width: 300px;
        height: 300px;
        max-width: 100%;
    }
    .layer-container_1328 .welcome_5692 .style_element h1 {
        font-size: calc(35px - 10px);
    }
    .layer-container_1328 .welcome_5692 .style_element h3 {
        font-size: calc(18px - 5px);
    }
    .layer-container_1328 .welcome_5692 .style_element p {
        font-size: calc(12px - 2px);
    }
}.access_now_3160 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.access_now_3160 h2 {
    color: rgb(82,94,117);
}

.access_now_3160 .button {
    background: rgb(82,94,117);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.access_now_3160 .button:hover {
    background: rgb(101,121,128);
}

.access_now_3160 .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.access_now_3160 h2 {
    font-size: 31px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.access_now_3160 .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .access_now_3160 .holder {
        flex-direction: column;
    }

    .layer-container_1328 section.access_now_3160 h2 {
        font-size: 26px;
    }

    .access_now_3160 h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .access_now_3160 .button {
        font-size: 24px;
    }

    .access_now_3160 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.layer-container_1328 .access_now_3160 {
    background: linear-gradient(135deg, rgb(101,121,128), rgb(82,94,117));
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.layer-container_1328 .access_now_3160 .holder {
    flex-direction: column;
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 50px;
    border: 1px solid rgb(82,94,117);
    border-radius: 100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.layer-container_1328 .access_now_3160 .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.layer-container_1328 .access_now_3160 h2 {
    margin: 0;
    margin-bottom: 40px;
    font-size: 41px;
    width: 100%;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-right: 0;
}

.layer-container_1328 .access_now_3160 h2::after {
    content: "";
    width: 50px;
    height: 3px;
    background: rgb(82,94,117);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.layer-container_1328 .access_now_3160 .button {
    padding: 15px 25px;
    border-radius: 14px;
    background: rgb(82,94,117);
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.layer-container_1328 .access_now_3160 .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    transition: left 0.3s;
    z-index: -1;
}

.layer-container_1328 .access_now_3160 .button:hover::before {
    left: 100%;
}

.layer-container_1328 .access_now_3160 .button:hover {
    background: rgb(101,121,128);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .layer-container_1328 .access_now_3160 {
        padding: 60px 0;
    }

    .layer-container_1328 .access_now_3160 h2 {
        font-size: 20px;
    }

    .layer-container_1328 .access_now_3160 .holder {
        width: 100%;
        flex-direction: column;
    }

    .layer-container_1328 .access_now_3160 .button {
        font-size: 15px;
    }
}.locate_4506 {
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, rgb(82,94,117) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.locate_4506::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgb(101,121,128,0.5) 0%, transparent 70%);
    opacity: 0.1;
}
.locate_4506 .container {
    position: relative;
    z-index: 1;
}
.locate_4506 .contact_holder {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(101,121,128,0.5);
    border-radius: 27px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.locate_4506 h2 {
    font-size: 41px;
    font-weight: 700;
    color: rgb(101,121,128);
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 15px;
}
.locate_4506 h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, rgb(101,121,128), transparent);
}
.locate_4506 .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.locate_4506 .holder .contact_description {
    grid-column: 1 / -1;
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 40px;
    padding: 20px;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-left: 3px solid rgb(101,121,128);
    border-radius: 0 10px 10px 0;
}
.locate_4506 .holder .photo {
    width: 100%;
    height: 400px;
    border-radius: 27px;
    overflow: hidden;
    position: relative;
    border: 2px solid rgb(101,121,128);
    box-shadow: 0 0 20px rgb(101,121,128,0.5);
}
.locate_4506 .holder .info_holder {
    display: grid;
    gap: 20px;
}
.locate_4506 .holder .info_holder > div {
    display: flex;
    align-items: center;
    padding: 15px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.locate_4506 .holder .info_holder > div:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgb(101,121,128,0.5) 0%, transparent 100%);
}
.locate_4506 .holder .info_holder svg {
    width: 24px;
    height: 24px;
    fill: rgb(101,121,128);
    margin-right: 15px;
    transition: all 0.3s ease;
}
.locate_4506 .holder .info_holder div.client_service_hours_3718 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.locate_4506 .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.locate_4506 .holder .info_holder > div > div {
    margin: 5px 0;
}
.locate_4506 .holder .info_holder > div:hover svg {
    transform: rotate(15deg) scale(1.2);
}
.locate_4506 .holder .info_holder a,
.locate_4506 .holder .info_holder span {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.locate_4506 .holder .info_holder > div:hover a,
.locate_4506 .holder .info_holder > div:hover span {
    color: rgb(101,121,128);
}
.locate_4506 .contact_politics {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgb(101,121,128,0.5);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.locate_4506 .contact_politics > div {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(101,121,128,0.5);
    transition: all 0.3s ease;
}
.locate_4506 .contact_politics > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.locate_4506 .contact_politics > div h4 {
    text-overflow: ellipsis;
    overflow-x: hidden;
    font-size: 19px;
    font-weight: 700;
    color: rgb(101,121,128);
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.locate_4506 .contact_politics > div p {
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
}
.locate_4506 .holder .info_holder>div span {
    margin-left: 8px;
}
@media only screen and (max-width: 800px) {
    .locate_4506 .holder {
        grid-template-columns: 1fr;
    }
    .locate_4506 .holder .photo {
        height: 300px;
    }
    .locate_4506 .contact_politics {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .locate_4506 {
        padding: 60px 0;
    }
    .locate_4506 .contact_holder {
        padding: 30px;
    }
    .locate_4506 h2 {
        font-size: 38px;
    }
}.contact_panel_0246 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(101,121,128) 0%, rgb(82,94,117) 100%);
    position: relative;
    overflow: hidden;
}

.contact_panel_0246::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.contact_panel_0246 h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.contact_panel_0246 .form {
    background: #ffffff;
    border-radius: 11px;
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.contact_panel_0246 .form_text {
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px;
    position: relative;
    z-index: 2;
}

.contact_panel_0246 form input,
.contact_panel_0246 form .button {
    font-size: 16px;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    width: 100%;
}

.contact_panel_0246 form input {
    background: rgb(101,121,128,0.5);
    color: #000000;
    border: 1px solid rgb(82,94,117,0.5);
    transition: background 0.3s, border 0.3s;
}

.contact_panel_0246 form input:focus {
    background: #ffffff;
    border: 1px solid rgb(101,121,128);
}

.contact_panel_0246 form .button {
    background: rgb(82,94,117);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s;
}

.contact_panel_0246 form .button:hover {
    background: rgb(101,121,128);
}

.contact_panel_0246 .name_holder {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.contact_panel_0246 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 17px;
}

.contact_panel_0246 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

.contact_panel_0246 .agree a {
    color: rgb(101,121,128);
    text-decoration: none;
    transition: color 0.3s;
}

.contact_panel_0246 .agree a:hover {
    color: rgb(82,94,117);
}

@media only screen and (max-width: 600px) {
    .contact_panel_0246 {
        padding: 50px 0;
    }
    
    .contact_panel_0246 h3 {
        font-size: 32px;
    }
    
    .contact_panel_0246 .form {
        padding: 30px;
    }
}

.layer-container_1328 .contact_panel_0246 {
    background: rgb(162,158,154);
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

.layer-container_1328 .contact_panel_0246 .holder {
    justify-content: center;
    position: relative;
    z-index: 2;
}

.layer-container_1328 .contact_panel_0246 .holder::after {
    content: "";
    position: absolute;
    top: -60px;
    right: 10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border: 60px solid rgb(162,158,154);
    z-index: 1;
}

.layer-container_1328 .contact_panel_0246 .form {
    background: #ffffff;
    border-radius: 11px;
    padding: 40px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 0 auto;
    z-index: 2;
}

.layer-container_1328 .contact_panel_0246 form input {
    background: rgb(101,121,128,0.5);
    border: 1px solid rgb(82,94,117,0.5);
    border-radius: 10px;
    color: #000000;
    transition: background 0.3s, border 0.3s;
}

.layer-container_1328 .contact_panel_0246 form input:focus {
    background: #ffffff;
    border: 1px solid rgb(101,121,128);
}

.layer-container_1328 .contact_panel_0246 h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}

.layer-container_1328 .contact_panel_0246 .form_text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}

.layer-container_1328 .contact_panel_0246 .agree a {
    color: rgb(101,121,128);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
    .layer-container_1328 .contact_panel_0246 {
        padding: 80px 0;
    }
    
    .layer-container_1328 .contact_panel_0246 .holder > div {
        width: 100%;
    }
    
    .layer-container_1328 .contact_panel_0246 form .button {
        width: 100%;
    }
}.educational_rewards_0417 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.educational_rewards_0417 .holder {
    display: flex;
    width: 100%;
}

.educational_rewards_0417 h2 {
    text-align: left;
    margin-bottom: 20px;
}

.educational_rewards_0417 .photo {
    width: 50%;
    flex-shrink: 0;
}

.educational_rewards_0417 .text_holder {
    padding: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.educational_rewards_0417 ul {
    list-style: none;
}

.educational_rewards_0417 li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.educational_rewards_0417 svg, .educational_rewards_0417 path {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(101,121,128);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .educational_rewards_0417 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .educational_rewards_0417 .holder {
        flex-direction: column;
    }

    .educational_rewards_0417 .text_holder {
        width: 100%;
    }

    .educational_rewards_0417 .photo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
}

.layer-container_1328 .educational_rewards_0417 {
    background: rgb(82,94,117);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.layer-container_1328 .educational_rewards_0417::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(101,121,128,0.5);
    z-index: 0;
    transform: rotate(-2deg);
}

.layer-container_1328 .educational_rewards_0417 .holder {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
    align-items: center;
}

.layer-container_1328 .educational_rewards_0417 .text_holder {
    padding: 40px;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.layer-container_1328 .educational_rewards_0417 .text_holder:hover {
    transform: translateY(-25px);
}

.layer-container_1328 .educational_rewards_0417 .photo {
    border-radius: 28px;
    min-height: 500px;
    flex: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.layer-container_1328 .educational_rewards_0417 .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.layer-container_1328 .educational_rewards_0417 .photo:hover img {
    transform: scale(1.05);
}

.layer-container_1328 .educational_rewards_0417 h2 {
    font-size: 34px;
    font-weight: 600;
    color: rgb(101,121,128);
    margin-bottom: 20px;
}

.layer-container_1328 .educational_rewards_0417 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layer-container_1328 .educational_rewards_0417 li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000000;
}

.layer-container_1328 .educational_rewards_0417 svg,
.layer-container_1328 .educational_rewards_0417 path {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    fill: rgb(101,121,128);
    flex-shrink: 0;
}

@media only screen and (max-width: 800px) {
    .layer-container_1328 .educational_rewards_0417 {
        padding: 50px 0;
        clip-path: none;
    }

    .layer-container_1328 .educational_rewards_0417 .holder {
        flex-direction: column;
        gap: 20px;
    }

    .layer-container_1328 .educational_rewards_0417 .photo {
        min-height: 250px;
        width: 100%;
    }

    .layer-container_1328 .educational_rewards_0417 .text_holder {
        margin: 0;
        padding: 20px;
    }

    .layer-container_1328 .educational_rewards_0417 h2 {
        font-size: 21px;
    }
}.privacy_holdings_3680 {
    padding: 50px;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.privacy_holdings_3680 h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 45px;
    font-family: Merriweather, sans-serif;
    color: #000000;
    text-align: center;
    font-weight: 700;
    border-bottom: 3px solid rgb(101,121,128);
    padding-bottom: 10px;
}

.privacy_holdings_3680 h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 38px;
    font-family: Merriweather, sans-serif;
    color: rgb(82,94,117);
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid rgb(82,94,117);
    padding-bottom: 8px;
}

.privacy_holdings_3680 h3, .privacy_holdings_3680 h4, .privacy_holdings_3680 h5, .privacy_holdings_3680 h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 23px;
    font-family: Merriweather, sans-serif;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
    text-transform: uppercase;
}

.privacy_holdings_3680 ul, .privacy_holdings_3680 ol {
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
    margin: 0;
}

.privacy_holdings_3680 li {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.8;
    font-family: Merriweather, sans-serif;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.privacy_holdings_3680 section {
    background: #ffffff;
}

.privacy_holdings_3680 p, .privacy_holdings_3680 span, .privacy_holdings_3680 div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: Merriweather, sans-serif;
    color: #000000;
    font-size: 17px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .privacy_holdings_3680 {
        padding: 20px;
        border: none;
        box-shadow: none;
    }

    .privacy_holdings_3680 h1, .privacy_holdings_3680 h2 {
        text-align: left;
        font-size: calc(23px - 10px);
        border-bottom-width: 1px;
    }

    .privacy_holdings_3680 ul, .privacy_holdings_3680 ol {
        padding: 10px 0;
        border-top-width: 0;
        border-bottom-width: 0;
    }

    .privacy_holdings_3680 li {
        padding: 5px 0;
        border-bottom-width: 0;
    }

    .privacy_holdings_3680 p, .privacy_holdings_3680 span, .privacy_holdings_3680 div {
        padding-bottom: 5px;
        border-bottom-width: 0;
    }
}.id_thankdiv_8692 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(162,158,154);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.id_thankdiv_8692 .container {
    max-width: 600px;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}
.id_thankdiv_8692 h2 {
    margin-bottom: 20px;
    font-size: 47px;
    font-family: Merriweather, sans-serif;
    font-weight: 700;
    color: #000000;
    border-bottom: 2px solid rgb(101,121,128);
    padding-bottom: 10px;
    width: 100%;
}
.id_thankdiv_8692 p {
    font-size: 14px;
    font-family: Merriweather, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-top: 10px;
}
@media only screen and (max-width: 800px) {
    .id_thankdiv_8692 {
        padding: 20px;
    }
    
    .id_thankdiv_8692 .container {
        padding: 30px;
    }
    
    .id_thankdiv_8692 h2 {
        font-size: 38px;
    }
    
    .id_thankdiv_8692 p {
        font-size: 19px;
    }
}
