.download_brochure_section {
    margin: 131px 0
}

.download_brochure_section.remove_tos {
    margin-top: 0
}

.download_brochure_section.remove_bos {
    margin-bottom: 0
}

.download_brochure_section .section_inner {
    padding: 131px 0;
    position: relative
}

.download_brochure_section .section_inner.remove_tis {
    padding-top: 0
}

.download_brochure_section .section_inner.remove_bis {
    padding-bottom: 0
}

.download_brochure_section .section_inner.top_half_bg_color_gray:before,
.download_brochure_section .section_inner.top_half_bg_color_white:before {
    content: "";
    height: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.download_brochure_section .section_inner.top_half_bg_color_gray:before {
    background-color: var(--color_light_gray)
}

.download_brochure_section .section_inner.top_half_bg_color_white:before {
    background-color: var(--color_white)
}

.download_brochure_section .section_inner.bottom_half_bg_color_gray:after,
.download_brochure_section .section_inner.bottom_half_bg_color_white:after {
    bottom: 0;
    content: "";
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.download_brochure_section .section_inner.bottom_half_bg_color_gray:after {
    background-color: var(--color_light_gray)
}

.download_brochure_section .section_inner.bottom_half_bg_color_white:after {
    background-color: var(--color_white)
}

.download_brochure_section .section_wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
    min-height: 300px;
    position: relative
}

.download_brochure_section .section_wrapper .image_section {
    width: 208px
}

.download_brochure_section .section_wrapper .image_section .image_section_inner {
    box-shadow: 0 32px 64px -12px rgba(10, 13, 18, .14), 0 5px 5px -2.5px rgba(10, 13, 18, .04);
    height: 300px;
    position: relative;
    width: 100%
}

.download_brochure_section .section_wrapper .image_section .image_section_inner img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    position: absolute;
    top: 0;
    width: 100%
}

.download_brochure_section .section_wrapper .content_section {
    background-color: var(--color_blue);
    border: 1px solid var(--color_gray);
    box-shadow: 0 1px 3px rgba(10, 13, 18, .1), 0 1px 2px -1px rgba(10, 13, 18, .1);
    margin-left: auto;
    padding-left: 104px;
    width: calc(100% - 104px)
}

.download_brochure_section .section_wrapper .content_section .content_section_inner {
    align-items: center;
    color: var(--color_white);
    display: flex;
    flex-wrap: wrap;
    padding: 57px 50px;
    position: relative
}

.download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta .left_content {
    width: calc(100% - 167px)
}

.download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta .left_content .left_content_inner {
    max-width: 600px
}

.download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta .right_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-left: 20px;
    width: 167px
}

.download_brochure_section .section_wrapper .content_section .heading_text {
    color: var(--color_white);
    margin: 0
}

.download_brochure_section .section_wrapper .content_section .short_description {
    margin-top: 15px
}

.download_brochure_section .section_wrapper .content_section .short_description>* {
    color: var(--color_white);
    font-size: 14px;
    line-height: 20px
}

.download_brochure_section .section_wrapper .content_section .file_download_section .button_section a {
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px 12px
}

.download_brochure_section .section_wrapper .content_section .file_download_section .button_section a .icon {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .download_brochure_section .section_wrapper .image_section {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (max-width:1359px) {
    .download_brochure_section {
        margin: 110px 0
    }

    .download_brochure_section .section_inner {
        padding: 110px 0
    }
}

@media (max-width:1199px) {
    .download_brochure_section {
        margin: 90px 0
    }

    .download_brochure_section .section_inner {
        padding: 90px 0
    }

    .download_brochure_section .section_wrapper .content_section .content_section_inner {
        padding: 40px 35px
    }
}

@media (max-width:991px) {
    .download_brochure_section {
        margin: 70px 0
    }

    .download_brochure_section .section_inner {
        padding: 70px 0
    }

    .download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta {
        gap: 20px
    }

    .download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta .left_content {
        width: 100%
    }

    .download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta .right_content {
        justify-content: flex-start;
        padding-left: 0;
        width: 100%
    }
}

@media (max-width:767px) {
    .download_brochure_section {
        margin: 50px 0
    }

    .download_brochure_section .section_inner {
        padding: 50px 0
    }

    .download_brochure_section .section_wrapper .image_section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
        width: 100%
    }

    .download_brochure_section .section_wrapper .image_section .image_section_inner {
        max-width: 208px;
        width: 100%
    }

    .download_brochure_section .section_wrapper .content_section {
        margin-top: -150px;
        padding-left: 0;
        padding-top: 150px;
        text-align: center;
        width: 100%
    }

    .download_brochure_section .section_wrapper .content_section .content_section_inner {
        padding: 30px 20px
    }

    .download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta .left_content .left_content_inner {
        max-width: 100%
    }

    .download_brochure_section .section_wrapper .content_section .content_section_inner.has_cta .right_content {
        justify-content: center
    }
}

/*# sourceMappingURL=download_brochure.css.map */