@font-face {
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa/Comfortaa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa/Comfortaa-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('assets/fonts/Comfortaa/Comfortaa-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Main page content */

.section-1 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;

}

.section-1-video-container {
    width: 96.6%;
    max-width: 1842px;
    position: relative;
}

#responsiveVideo {
    width: 100%;
    height: auto;
    max-height: 978px;
    border-radius: 44px;
    object-fit: cover;
    object-position: center;
}

.video-text-container {
    position: absolute;
    z-index: 1;
    left: 48px;
    bottom: 47px;
    background-color: #ffffffc5;
    width: 419px;
    border-radius: 44px;
    padding: 25px;
}

.video-text-container img {
    width: 47px;
    height: 47px;
    object-fit: contain;
    position: absolute;
    top: 6px;
    right: 20px;
}

.video-text-1 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}

.video-text-2 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.video-text-2 a {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    color: black;
}

.section-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
    margin: 0;

}

.section-2-container {
    width: 85%;
    max-width: 1842px;
    padding: 49px 0 62px 0;
}

.section-2-container h2 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 23px;
}

.section-2-card-container {
    display: flex;
    gap: 0 18px;
}

.section-2-card {
    width: calc(100% / 3);
    background-color: white;
    padding: 56px 46px 33px 46px;
    min-height: 556px;
    display: flex;
    flex-direction: column;
    border-radius: 44px;
}

.section-2-card-title {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #C52D23;
    margin-bottom: 20px;
}

.section-2-card-text {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 28px;
}

.section-2-card-text-bullet-point {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 17px;
    line-height: 28px;
}

.section-2-card-text-bullet-point::before {
    content: "";
    flex: 0 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #000;
    margin-top: 0.6em;
}


.section-2-card-link {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: white;
    padding: 11px 31px;
    background-color: #C52D23;
    border-radius: 14px;
    margin-top: auto;
    max-width: fit-content;
}

.section-2-text-container {
    display: flex;
    flex-direction: column;
    padding: 64px 0 30px 0;
}

.section-2-text-container h3 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 14px;
}

.section-2-text-container p {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    max-width: 945px;
}

.section-2-image-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 0 8px;
}

.section-2-image-container img {
    object-fit: contain;
    max-width: 195px;
    height: auto;
}

.service-center-logos-title {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 45px;
    margin: 57px 0 29px 0;
}

.section-2-service-image-container {
    display: flex;
    gap: 0 clamp(12px, 6vw, 72px);
    align-items: flex-end;
}

.section-2-service-image-container img {
    object-fit: contain;
}

.section-6 {
    width: 100%;
    display: flex;
    padding-top: 38px;
    margin: 0;
}

.map-container {
    width: 100%;
    height: 414px;
}

.section-6 iframe {
    width: 100%;
    height: inherit;

}

.section-4 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
    padding: 130px 0 113px 0;
    margin: 0;
}

.section-4-container {
    width: 85%;
    max-width: 1842px;
}

.section-4-container h3 {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
}

.section-4-card-container {
    display: flex;
    gap: 0 18px;
}

.section-4-card {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    border-radius: 44px;
}

.section-4-card-image-container {
    height: 548px;
}

.section-4-card-image-container img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 44px;
}

.section-4-card-text {
    font-family: 'Comfortaa', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin-top: 38px;
}

@media (min-width: 2000px) {
    .section-1-video-container {
        max-width: 1920px;
    }
}