#contact {
    padding-top: 226px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/contact/contact-back.jpg);
	background-image: -webkit-image-set(url(../../images/contact/contact-back.jpg) 1x, url(../../images/contact/contact-back@2x.jpg) 2x);
}
.c-inner {
    column-gap: 66px;
}
.c-inner:before {
    content: attr(data-heading);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 11.458333vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: -9vw;
    white-space: nowrap;
    text-align: center;
}
.c-map {
    width: 40vw;
    height: auto;
    aspect-ratio: 1 / 0.94270833;
    border-radius: 20px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.17));
    flex-shrink: 0;
}
.wpgmza_map {
    max-height: 100%;
}
.c-details {
    flex-grow: 1;
}
.cd-main {
    margin-bottom: 22px;
}
.cd-main h2 {
    font-size: 44px;
    line-height: 1.61363636;
    margin-top: 0;
    margin-bottom: 9px;
    letter-spacing: 0.1em;
	font-family: "bebas-neue-pro", sans-serif;
    text-transform: uppercase;
}
.cd-main p {
    font-size: 1.25em;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 300;
}
.cd-main a {
    text-decoration: underline;
}
.cd-main strong {
    font-weight: 500;
}
.c-details .button {
    width: 261px;
    height: 61px;
    border-radius: 15px;
    letter-spacing: 0.1em;
    font-size: 1.5em;
}
.c-addresses {
    margin-top: 43px;
    padding-top: 30px;
    padding-bottom: 18px;
    border-top: 1px dashed #A3A3A6;
    column-gap: 130px;
}
.c-addresses p {
    font-size: 1.25em;
    line-height: 1.7;
    margin-bottom: 0;
    font-weight: 300;
}
.c-addresses strong {
    font-weight: 500;
}
.c-details .d-link {
    font-size: 1.5em;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
    .c-inner {
        column-gap: 30px;
    }
    .c-map {
        width: 50%;
    }
    .c-addresses {
        flex-direction: column;
        row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    #contact {
        background-image: none;
        padding-top: 191px;
    }
    .c-inner {
        row-gap: 7px;
        flex-direction: column;
    }
    .c-inner:before {
        align-self: center;
        font-size: 72px;
        line-height: 60px;
        top: -100px;
        white-space: normal;
    }
    .c-map {
        width: calc(100% + 30px);
        align-self: center;
        margin: 0 -15px;
        border-radius: 0;
        filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.17));
    }
    .cd-main {
        margin-bottom: 20px;
    }
    .cd-main h2 {
        font-size: 2.125em;
        line-height: 2.11764706;
        margin-bottom: 0;
    }
    .c-addresses {
        margin-top: 34px;
        padding-top: 24px;
        padding-bottom: 24px;
        row-gap: 20px;
    }
}