.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;
    }
}

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

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

    @media screen and (max-width: 1199px) {
        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: 16px;
        padding-bottom: 32px;
    }
}

.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: 60px;
    display: flex;
    flex-direction: column;

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

.subsubtext {
    color: #BFBABE;
}

.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;
    }
}

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

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

.form {
    padding: 24px 24px;

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

.dw-cta {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    background-color: #2F202D;
    padding: 32px 24px;
    border: 1px solid #594D57;
    align-items: center;

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

.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;
    max-width: 345px;

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

.dw-cta-phone-container {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    height: 100%;
    align-items: center;
    align-content: center;
    color: white;
    padding-left: 12px;
    flex: 0 0 auto;

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

.dw-cta-phone-container > .phone-icon {
    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: 150px;
}

.hero-img-right {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 308px;
    
    @media screen and (max-width: 1550px) {
        display: none;
    }
}

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

.dw-videos {
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 84px;

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

.dw-reviews {
    margin-top: 64px;

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

.dw-reviews .dw-section-header {
    @media screen and (max-width: 1199px) {
        display: none;
    }
}

.dw-image {
    margin: 124px 0;

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

    @media screen and (max-width: 1590px) {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

.dw-reviews .dw-section-header__header {
    margin-bottom: 32px;
}

.dw-section-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;

    @media screen and (max-width: 1199px) {
        align-items: unset;
        gap: 8px;
    }
}

.dw-about-text {
    color: #101828;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;

    @media screen and (max-width: 1100px) {
        text-align: unset;
    }
}

.dw-section-header .dw-section-header__header,
.dw-section-header .dw-section-header__title {
    color: #101828;
}

.dw-section-header .dw-section-header__header {
    padding-right: 32px;
}

.dw-section-header-title-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.dw-videos-slider {
    margin-top: 8px;

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

.hero-image-overlay {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    top: 0;
    right: 0;
    backdrop-filter: blur(10px);
    max-height: max-content;
    margin: 24px;
    opacity: 90%;
    min-width: 246px;
    color: black;
    max-width: 245px;

    @media screen and (max-width: 1100px) {
        padding: 0.5rem;
    }

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

.hero-image-overlay > div {
    padding: 42px 32px;
    background-color: white;
}

.hero-image-overlay > div > h4 {
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 700;
}

.hero-image-overlay > div > h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.small-card {
    min-height: 341px;
    @media screen and (max-width: 768px) {
        min-height: 270px;
    }
}

.cols {
    margin-top: 96px;

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

.dw-big-cta {
    display: flex;
    flex-direction: row;
    padding: 80px 0;
    color: #101828;
    gap: 64px;
    align-items: center;

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

.dw-big-cta > .dw-text-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dw-big-cta-end {
    margin-left: auto;
    display: flex;
    align-items: center;
    flex: 0 0 auto;

    @media screen and (max-width: 1199px) {
        margin-left: unset;
        align-items: unset;
    }
}

.dw-big-cta .dw-img-contaienr > img {
    max-width: 122px;
    max-height: 122px;

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

.click-btn {
    display: block;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 18px;
    background-color: #2F202D;
    color: white !important;
    text-decoration: none !important;

    @media screen and (max-width: 374px) {
        padding: 8px 12px !important;
    }
}

.click-btn:hover {
    opacity: 0.8;
}

.cols {
    @media screen and (max-width: 1100px) {
        flex-direction: column !important;
    }
}

.cols > div {
    @media screen and (max-width: 1100px) {
        flex: 1 1 100% !important;
        max-width: 100% !important;
    }
}