/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

.contactInfoWrapper .contactInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.5rem;
}

.contactTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5rem;
}

.contactTitle h1 {
    font-size: 10rem;
    margin: 0 !important;
}

.contactTitle .linkContainer {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
}

main .mapContainerWrapper {
    display: -ms-grid;
    display: grid;
    gap: 40px;
}

.contactInfoWrapper .mapContainer {
    height: 70rem;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.contactInfoWrapper .mapContainer img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0;
    object-position: 0;
}

.textContainer {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
    max-width: 50%;
}

.contactInfoWrapper .textContainer span {
    color: #99876d;
    font-weight: bold;
}

.contactContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem;
    gap: 2rem;
}

.contactContainer h1,
.contactContainer .formContainer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    margin-top: 0 !important
}


.formContainer {
    padding-top: 0 !important
}

@media only screen and (max-width: 1200px) {

    .contactInfoWrapper .contactInfo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .textContainer {
        max-width: unset;
    }

    .contactContainer {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .contactInfoWrapper .contactInfo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

}

@media only screen and (max-width: 800px) {
    .contactTitle {
        display: -ms-grid;
        display: grid;
        gap: 4rem;
    }

    .textContainer {
        position: relative;
        top: 0;
    }

}
