.main_picture_section[b-rwpe6uknl2] {
    position: relative;
    text-align: center;
    min-height: 100svh;
    overflow: hidden;
    background-color: var(--Home_page_overlay_color);
    isolation: isolate;
}

.main-image[b-rwpe6uknl2] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    transform: scale(1.01);
    transition: opacity 180ms ease-out;
    will-change: opacity;
}

.main-image.is-loaded[b-rwpe6uknl2] {
    opacity: 1;
}

.overlay[b-rwpe6uknl2] {
    background-color: transparent;
    position: relative;
    width: 100%;
    min-height: 100svh;
    justify-content: center;
    z-index: 0;
    isolation: isolate;
}

.overlay[b-rwpe6uknl2]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--Home_page_overlay_color);
    pointer-events: none;
    z-index: 1;
}

.overlay[b-rwpe6uknl2]  .news {
    position: relative;
    z-index: 2;
}

.content[b-rwpe6uknl2] {
    position: relative;
    z-index: 2;
    color: var(--Home_page_content_color);
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0px auto;
    max-width: 71.25em;
}

    .content h1[b-rwpe6uknl2], .content h2[b-rwpe6uknl2], .content p[b-rwpe6uknl2] {
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .content h1[b-rwpe6uknl2] {
        font-size: 2.0rem;
        letter-spacing: 2px;
    }

    .content h2[b-rwpe6uknl2] {
        font-size: 1.4rem;
        letter-spacing: 2px;
    }

.line-below[b-rwpe6uknl2] {
    border: none;
    border-top: 1px solid white;
}

.content p[b-rwpe6uknl2] {
    font-weight: normal;
    letter-spacing: 1.5px;
    font-size: 1.0rem;
}

.service[b-rwpe6uknl2] {
    width: min(calc(100% - 40px), 56rem);
    max-width: 100%;
    text-align: center;
}

.subtitle[b-rwpe6uknl2], .title[b-rwpe6uknl2] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.subtitle[b-rwpe6uknl2] {
    letter-spacing: 3px;
    font-size: 0.8rem;
    color: var(--Home_page_subtitle_text_color);
}

.title[b-rwpe6uknl2] {
    font-size: 1.5rem;
    color: var(--Home_page_title_text_color);
    letter-spacing: 6px;
    line-height: 1.43;
}

.description[b-rwpe6uknl2] {
    font-size: 1.0rem;
    line-height: 1.43;
    font-style: italic;
}

.text[b-rwpe6uknl2] {
    font-size: 0.95rem;
    line-height: 1.8;
}

    .text a[b-rwpe6uknl2] {
        text-decoration: none;
        color: var(--Home_page_text_a_text_color);
    }

.service_image[b-rwpe6uknl2] {
    position: relative;
    min-height: 52vh;
    width: 100%;
    overflow: hidden;
}

    .service_image img[b-rwpe6uknl2] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 30%;
        display: block;
        z-index: 1;
    }

.half_services[b-rwpe6uknl2] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 600px;
    margin: 0 auto;
}

.half_service[b-rwpe6uknl2] {
    width: 100%;
    text-align: center;
}

@media (min-width: 320px) {
    .content h1[b-rwpe6uknl2] {
        font-size: 2.1rem;
    }

    .content h2[b-rwpe6uknl2] {
        font-size: 1.6rem;
    }

    .content p[b-rwpe6uknl2] {
        font-size: 1.05rem;
    }

    .title[b-rwpe6uknl2] {
        font-size: 1.6rem;
    }
}

@media (min-width: 480px) {
    .content h1[b-rwpe6uknl2] {
        font-size: 2.4rem;
    }

    .content h2[b-rwpe6uknl2] {
        font-size: 1.7rem;
    }

    .content p[b-rwpe6uknl2] {
        font-size: 1.1rem;
    }

    .content[b-rwpe6uknl2] {
        padding-left: 30px;
        padding-right: 30px;
    }

    .service[b-rwpe6uknl2], .half_service[b-rwpe6uknl2] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .subtitle[b-rwpe6uknl2] {
        font-size: 0.9rem;
    }

    .title[b-rwpe6uknl2] {
        font-size: 1.8rem;
    }

    .description[b-rwpe6uknl2] {
        font-size: 1.1rem;
    }

    .text[b-rwpe6uknl2] {
        font-size: 1.0rem;
    }
}

@media (min-width: 768px) {
    .content h1[b-rwpe6uknl2] {
        font-size: 2.8rem;
        letter-spacing: 8px;
    }

    .content h2[b-rwpe6uknl2] {
        font-size: 2.0rem;
    }

    .content p[b-rwpe6uknl2] {
        font-size: 1.15rem;
        margin-top: 40px;
    }

    .content[b-rwpe6uknl2] {
        padding-left: 80px;
        padding-right: 80px;
    }

    .service[b-rwpe6uknl2] {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title[b-rwpe6uknl2] {
        font-size: 2.0rem;
    }

    .text[b-rwpe6uknl2] {
        font-size: 1.05rem;
    }

    .half_services[b-rwpe6uknl2] {
        display: flex;
        flex-direction: unset;
        justify-content: space-between;
        margin-top: 20px;
        max-width: 100%;
    }

    .half_service[b-rwpe6uknl2] {
        width: 45%;
        text-align: center;
    }

        .half_service .title[b-rwpe6uknl2] {
            font-size: 1.8rem;
        }
}

@media (min-width: 1024px) {
    .content h1[b-rwpe6uknl2] {
        font-size: 3.2rem;
    }

    .content h2[b-rwpe6uknl2] {
        font-size: 2.3rem;
        margin-top: 40px;
    }

    .content p[b-rwpe6uknl2] {
        font-size: 1.2rem;
    }

    .text[b-rwpe6uknl2] {
        font-size: 1.1rem;
        max-width: 80%;
    }

    .main_picture_section[b-rwpe6uknl2] {
        margin: 15px 0px;
    }
}

@media (min-width: 1280px) {
    .content h1[b-rwpe6uknl2] {
        font-size: 3.4rem;
    }

    .content h2[b-rwpe6uknl2] {
        font-size: 2.5rem;
    }

    .content p[b-rwpe6uknl2] {
        font-size: 1.25rem;
    }
}

@media (min-width: 1440px) {
    .content h1[b-rwpe6uknl2] {
        font-size: 3.6rem;
    }

    .content h2[b-rwpe6uknl2] {
        font-size: 2.7rem;
    }

    .content p[b-rwpe6uknl2] {
        font-size: 1.3rem;
        margin-top: 60px;
    }
}

@media (min-width: 2560px) {
    .text[b-rwpe6uknl2] {
        max-width: 60%;
    }

    .half_services[b-rwpe6uknl2] {
        max-width: 60%;
    }
}
