.text-lightblue {
    color: #00A1B1;
}

.text-darkblue {
    color: #002e5a;
}

.object-fit-cover {
    object-fit: cover;
}

.container-fixed {
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 2rem;
}

.image-text h3,
.big-image-text h3,
.big-text-image h3 {
    font-family: 'AtlasGrotesk-Black', sans-serif;
}

/* ========= Image text ========= */
.image-text {
    position: relative;
}

.image-text::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    background-color: #FFF;
    display: none;
}

@media (min-width: 768px) {
    .image-text::after {
        display: block;
    }
}

.image-text .text-column {
    padding: 3rem;
}

@media (min-width: 768px) {
    .image-text .text-column {
        padding-block: 8rem;
        padding-right: 6rem;
        padding-left: 15px;
    }
}

.image-text .text-column::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #EEF0F3;
    z-index: 1;
}

@media (min-width: 768px) {
    .image-text .text-column::after {
        width: 100vw;
        right: calc(0px - 33.3333%);
    }
}

.image-text .text-column .middle-section-text {
    z-index: 2;
}

@media (min-width: 768px) {
    .image-text .overflow-image {
        z-index: 2;
        margin-right: calc(-50vw + 50%);
        width: calc(100% + 15vw) !important;
        flex: 1;
        max-width: none;
    }
}

/* ========= Big image text ========= */
.big-image-text {
    position: relative;
}

.big-image-text .overflow-image {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .big-image-text .overflow-image {
        z-index: 2;
        margin-left: calc(-50vw + 50%);
        width: calc(100% + 15vw) !important;
        flex: 1;
        max-width: none;
        margin-top: 0;
    }
}

.big-image-text .text-column {
    padding: 3rem;
}

@media (min-width: 768px) {
    .big-image-text .text-column {
        padding-block: 6rem;
        padding-left: 6rem;
        padding-right: 15px;
    }
}

.big-image-text .text-column .middle-section-text {
    z-index: 2;
}

.big-image-text .text-column::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #EEF0F3;
    z-index: 1;
}

@media (min-width: 768px) {
    .big-image-text .text-column::after {
        left: calc(0px - 33.3333%);
        width: 100vw;
    }
}

/* ========= Big text image ========= */
.big-text-image {
    position: relative;
}

.big-text-image::after {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    height: 100%;
    width: 40%;
    background-color: #FFF;
}

@media (min-width: 768px) {
    .big-text-image::after {
        display: block;
    }
}

.big-text-image .overflow-image {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .big-text-image .overflow-image {
        z-index: 2;
        margin-right: calc(-50vw + 50%);
        width: calc(100% + 15vw) !important;
        flex: 1;
        max-width: none;
        margin-top: 0;
    }
}

.big-text-image .text-column {
    padding: 3rem;
}

@media (min-width: 768px) {
    .big-text-image .text-column {
        padding-block: 6rem;
        padding-right: 6rem;
        padding-left: 15px;
    }
}

.big-text-image .text-column .middle-section-text {
    z-index: 2;
}

.big-text-image .text-column::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #EEF0F3;
    z-index: 1;
}

@media (min-width: 768px) {
    .big-text-image .text-column::after {
        right: calc(0px - 33.3333%);
        width: 100vw;
    }
}

.centered-arrow-background {
    text-align: center;
    padding-block: 7.5rem;
    background-image: url('/images/pages/arrows-background.webp');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -7.5rem;
    position: relative;
    z-index: 2;
}

hr.border-blue {
    border-color: #1B3156;
    margin-block: 3rem;
}

.select select {
    text-transform: uppercase !important;
    appearance: none;
}

footer {
    margin: 0 !important;
}