.dw-hero {
    position: relative;
    margin-top: calc(80px);
    background-color: #2F202D;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    color: white;

    @media screen and (max-width: 1500px) {
        /*margin-top: 69px;*/
    }

    @media screen and (max-width: 1366px) {
        /*margin-top: 36px;*/
    }

    @media screen and (max-width: 1100px) {
        margin-top: 68px;
    }

    @media screen and (max-width: 374px) {
        margin-top: 33px;
    }
}

.dw-hero-text {
    margin-bottom: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dw-hero-text > h1 {
    margin-bottom: 24px;
}

.dw-hero-text > p {
    margin-bottom: 16px;

    @media screen and (max-width: 1199px) {
        margin-bottom: 8px;
    }
}

.dw-hero > .inner {
    display: flex;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 64px;

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.dw-hero > .inner > .col-12:first-child {
    padding-left: 0 !important;

    @media screen and (max-width: 1590px) {
        padding-left: 15px !important;
    }
}

.dw-hero > .inner > .col-12 > .dw-cta {
    @media screen and (max-width: 1199px) {
        display: none;
    }
}

.dw-hero > .inner > .col-12:nth-child(2n) > .dw-cta {
    display: none;
    max-width: 664px;
    margin: 0 auto;
    margin-top: 24px;

    @media screen and (max-width: 1199px) {
        display: flex;
    }
}

.inner > .col-xl-6:first-child {
    /*padding-top: 60px;*/
    padding-bottom: 0;
    display: flex;
    flex-direction: column;

    @media screen and (max-width: 1199px) {
        padding-top: 0;
    }
}

.dw-cta {
    background-color: #2F202D;
    padding: 32px 24px;

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        align-items: unset;
        padding: 16px;
    }
}

.dw-cta .dw-text-container {
    display: flex;
    flex-direction: column;
}

.dw-cta > .img-container > img {
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
}

.dw-cta > .img-container {
    margin-right: 24px;

    @media screen and (max-width: 1199px) {
        margin-bottom: 16px;
        flex: 1;
        width: 100%;
    }
}

.dw-cta-text {
    display: flex;
    flex-direction: column;
}

.dw-cta-email-container,
.dw-cta-phone-container {
    display: flex;
    flex-direction: row;
    /*margin-left: auto;*/
    align-items: center;
    align-content: center;
    color: white;
    flex: 0 0 auto;

    @media screen and (max-width: 1199px) {
        flex: 1;
        width: 100%;
        margin-left: unset;
        padding: 0;
        /*margin-top: 16px;*/
    }
}

.icon-circle {
    margin-right: 12px;
    background-color: #594D57;
    border-radius: 50%;
    padding: 11px;
    display: inline-flex;
}

.dw-cta-phone-container > a {
    white-space: pre-wrap;
    word-break: break-word;
}

.hero-img-left {
    position: absolute;
    z-index: 0;
    top: 53px;
}

.hero-img-right {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 192px;

    @media screen and (max-width: 1550px) {
        display: none;
    }
}

.dw-body {
    max-width: calc(1560px + 32px);
    margin: 0 auto;
    padding: 0 16px;
    margin-top: 48px;
    margin-bottom: 60px;

    display: flex;
    flex-direction: column;
    gap: 80px;

    @media screen and (max-width: 1199px) {
        gap: 64px;
        margin-top: 32px;
    }
}

.form-container {
    max-width: 664px;
    margin-left: auto;
    background-color: white;
    color: #101828;
    border-radius: 8px;

    @media screen and (max-width: 1199px) {
        margin-left: unset;
        margin: 0 auto;
        margin-top: 40px;
    }
}

.form {
    padding: 24px 24px;

    @media screen and (max-width: 1199px) {
        padding: 16px;
    }
}

.form-topbar {
    padding: 16px 24px;
    border-bottom: 1px solid #E4E7EC;

    @media screen and (max-width: 1199px) {
        padding: 16px;
    }
}

.contact-button-new {
    border: 2px solid #FFFFFF;
    padding: 10px 16px;
    color: white;
    display: inline-block;
    margin: 0;
    border-radius: 8px;
    transition: background-color 0.2s ease-out;
}

.contact-button-new:focus {
    outline: none;
}

.contact-button-new:hover {
    background-color: rgba(255,255,255,0.33);
}

.hero-image {
    border-radius: 100%;
    max-width: 170px;

    @media screen and (max-width: 1199px) {
        margin-right: 16px;
        max-width: 60px;
    }
}

.person-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;

    @media screen and (max-width: 1199px) {
        flex-direction: column;
        margin-top: 24px;
        margin-bottom: 16px;
        max-width: 664px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

.person-image {
    display: flex;
    flex-direction: row;
    align-items: center;

    @media screen and (max-width: 1199px) {
        width: 100%;
    }
}

.person-container .text-container {
    padding-left: 32px;
}

.contact-points {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 500px));
    gap: 24px;
    justify-content: start;

    @media screen and (max-width: 1600px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media screen and (max-width: 950px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contact-points .contact-point {
    max-width: 500px;
    color: #101828;
    padding: 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid #E4E7EC;

    @media screen and (max-width: 1600px) {
        max-width: unset;
        padding: 16px;
    }
}

.contact-points .contact-point .contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: auto;

    @media screen and (max-width: 1600px) {
        margin-top: 16px;
        gap: 12px;
    }
}

.contact-points .contact-point .margined {
    margin-bottom: 32px;

    @media screen and (max-width: 1600px) {
        margin-bottom: 16px;
    }
}

.contact-points .contact-point .contact-info .contact-info-point {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contact-points .contact-point .contact-info .contact-info-point a {
    color: #101828;
    text-decoration: none;
    word-break: break-word;
}

.contact-points .contact-point .contact-info .contact-info-point img {
    margin-right: 12px;
}

.contact-points .contact-point .contact-info .contact-info-point a:hover {
    text-decoration: underline;
}

.krs {
    @media screen and (max-width: 1199px) {
        margin-bottom: -32px !important;
    }
}

.krs-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
}

.krs-entry {
    border: 1px solid #E4E7EC;
    background-color: #F9FAFB;
    padding: 32px;
    flex: 1 1 49%;
    min-width: 500px;

    @media screen and (max-width: 1600px) {
        min-width: unset;
        padding: 16px;
    }
}

.krs-header {
    margin-bottom: 32px !important;

    @media screen and (max-width: 1199px) {
        margin-bottom: 24px !important;
    }
}

.krs-entry h3 {
    color: black;
}

.krs-entry p,
.krs-entry h1,
.krs-entry h2,
.krs-entry h4,
.krs-entry h5,
.krs-entry h6 {
    margin-bottom: 0;
    color: black;

    @media screen and (max-width: 1100px) {
        font-size: 14px;
    }
}

.header-top {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.header-top .header-top-p {
    margin: 0;
    padding-left: 12px;
    color: #101828;
    font-weight: 700;
    font-size: 12px;
}

.map {
    background-color: #F2F4F7;
    padding: 124px 100px;

    width: 1760px;
    max-width: 100vw;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;

    @media screen and (max-width: 1500px) {
        padding: 32px 16px;
    }

    @media screen and (max-width: 1199px) {
        flex-direction: column-reverse;
        gap: 24px;
    }
}

.map > .map-left {
    flex: 0 0 30%;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
    max-height: 750px;
    scrollbar-width: none;
    cursor: s-resize;

    @media screen and (max-width: 1199px) {
        cursor: unset;
        padding-right: 0;
        overflow-y: unset;
        max-height: unset;
    }
}

.map > .map-left .map-box {
    border: 1px solid #E4E7EC;
    color: black;
    background-color: white;
    padding: 24px;
}

.map > .map-right {
    flex: 0 0 70%;
    min-height: 750px;

    @media screen and (max-width: 1600px) {
        min-height: 500px;
    }

    @media screen and (max-width: 1199px) {
        min-height: 450px;
    }

    @media screen and (max-width: 750px) {
        min-height: 250px;
    }
}

.map-pointer-button {
    border: 2px solid #2F202D;
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    transition: background-color 0.2s ease-out;
    color: #2F202D;
}

.map-pointer-button:focus {
    outline: none;
}

.map-pointer-button:hover {
    background-color: rgba(47, 32, 45, 0.85);
    color: white;
}

.map-pointer-button:hover img {
    filter: invert(100%);
}

.center-mobile {
    @media screen and (max-width: 1199px) {
        max-width: 664px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

.gm-style-iw button:focus {
    outline: 0;
}

.seo {
    @media screen and (max-width: 1199px) {
        margin-top: -32px;
    }
}

.seo img {
    width: 100%;
}