.btn,
.section-title,
.text-bold {
    font-weight: 700
}

.flex-column,
.flex-container .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.caption .caption-text__title,
.caption .caption-text__title-big,
.section-find-dealer {
    font-weight: 700;
    line-height: 1.2;
    font-family: Gravity;
    overflow-wrap: normal
}

.section-find-dealer {
    min-height: 0;
}

.flip-x{
    transform: rotate(180deg);
}

    .flex-column, .flex-container .flex-box, .flex-row {
    -webkit-box-direction: normal
}

@media all and (min-width:768px) {
    .flex-box-sm-max-6 {
        max-width: 50%;
    }
}

@font-face {
    font-family: Gravity-Bold;
    src: url("../../dist/fonts/gravity/Gravity-Bold.otf") format("opentype");
    src: url("../../dist/fonts/gravity/Gravity-Bold.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/gravity/Gravity-Bold.woff2") format("woff2"), url("../../dist/fonts/gravity/Gravity-Bold.woff") format("woff"), url("../../dist/fonts/gravity/Gravity-Bold.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gravity;
    src: url("../../dist/fonts/gravity/Gravity-Regular.otf") format("opentype");
    src: url("../../dist/fonts/gravity/Gravity-Regular.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/gravity/Gravity-Regular.woff2") format("woff2"), url("../../dist/fonts/gravity/Gravity-Regular.woff") format("woff"), url("../../dist/fonts/gravity/Gravity-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gravity-Book;
    src: url("../../dist/fonts/gravity/Gravity-Book.otf") format("opentype");
    src: url("../../dist/fonts/gravity/Gravity-Book.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/gravity/Gravity-Book.woff2") format("woff2"), url("../../dist/fonts/gravity/Gravity-Book.woff") format("woff"), url("../../dist/fonts/gravity/Gravity-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gravity-Light;
    src: url("../../dist/fonts/gravity/Gravity-Light.otf") format("opentype");
    src: url("../../dist/fonts/gravity/Gravity-Light.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/gravity/Gravity-Light.woff2") format("woff2"), url("../../dist/fonts/gravity/Gravity-Light.woff") format("woff"), url("../../dist/fonts/gravity/Gravity-Light.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DINOT;
    src: url("../../dist/fonts/dinot/DINOT.otf") format("opentype");
    src: url("../../dist/fonts/dinot/DINOT.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/dinot/DINOT.woff2") format("woff2"), url("../../dist/fonts/dinot/DINOT.woff") format("woff"), url("../../dist/fonts/dinot/DINOT.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DIN;
    src: url("../../dist/fonts/DIN-Light-Regular.otf") format("opentype");
    src: url("../../dist/fonts/DIN-Light-Regular.eot?#iefix") format("embedded-opentype"), url("../../dist/fonts/DIN-Light-Regular.woff2") format("woff2"), url("../../dist/fonts/DIN-Light-Regular.woff") format("woff"), url("../../dist/fonts/DIN-Light-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

.h1, h1 {
    font-size: 1.52em;
}

.h2, h2 {
    font-size: 1.2em;
}

.h3, h3 {
    font-size: 1em;
}

.h4, h4 {
    font-size: 0.8em;
}

.h5, h5 {
    font-size: 0.6em;
}

.h6, h6 {
    font-size: 0.5em;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

@media screen and (max-width:768px) {
    .flex-container {
        padding: 0 2rem
    }
}

.flex-container .flex-box {
    min-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;  
}

.sr-only,
ul {
    padding: 0
}

@media all and (max-width:767px) {
    .flex-container .flex-box-xs-12 {
        min-width: 100%
    }

    .flex-container .flex-box-xs-9 {
       min-width: 75%
    }

    .flex-container .flex-box-xs-8 {
        min-width: 66.66667%
    }

    .flex-container .flex-box-xs-6 {
        min-width: 50%
    }

    .flex-container .flex-box-xs-4 {
        min-width: 33.33333%
    }

    .flex-container .flex-box-xs-3 {
        min-width: 25%
    }

    .flex-container .flex-box-xs-2 {
        min-width: 16.66667%
    }
}

@media all and (min-width:768px) {
    .flex-container .flex-box {
        min-width: 0;
        padding: 1rem
    }

    .flex-container .flex-box-sm-12 {
        width: 100%
    }

    .flex-container .flex-box-sm-10{
        width: 83.333%
    }

    .flex-container .flex-box-sm-9 {
        width: 75%
    }

    .flex-container .flex-box-sm-8 {
        width: 66.66667%
    }

    .flex-container .flex-box-sm-6 {
        width: 50%
    }

    .flex-container .flex-box-sm-4 {
        width: 33.33333%
    }

    .flex-container .flex-box-sm-3 {
        width: 25%
    }

    .flex-container .flex-box-sm-2 {
        width: 16.66667%
    }
}

@media all and (min-width:1024px) {
    .flex-container .flex-box-md-12 {
        width: 100%
    }

    .flex-container .flex-box-md-9 {
        width: 75%
    }

    .flex-container .flex-box-md-8 {
        width: 66.66667%
    }

    .flex-container .flex-box-md-6 {
        width: 50%
    }

    .flex-container .flex-box-md-4 {
        width: 33.33333%
    }

    .flex-container .flex-box-md-3 {
        width: 25%
    }

    .flex-container .flex-box-md-2 {
        width: 16.66667%
    }
}

@media all and (min-width:1440px) {
    .flex-container .flex-box-lg-12 {
        width: 100%
    }

    .flex-container .flex-box-lg-9 {
        width: 75%
    }

    .flex-container .flex-box-lg-8 {
        width: 66.66667%
    }

    .flex-container .flex-box-lg-6 {
        width: 50%
    }

    .flex-container .flex-box-lg-4 {
        width: 33.33333%
    }

    .flex-container .flex-box-lg-3 {
        width: 25%
    }

    .flex-container .flex-box-lg-2 {
        width: 16.66667%
    }
}

.overlay-dark,
.overlay-light {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.flex-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

body {
    font-family: Gravity-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #4c4c4c;
    font-size: 1.4em;
    overflow-y: scroll;
    overflow-x: hidden;    
}

@media screen and (min-width: 768px) {

    body{
        font-size: 1.6em;
    }
}


@media screen and (min-width: 1024px) {

    body {
        font-size: 1.8em;
    }
}

@media screen and (min-width: 1440px) {

    body {
        font-size: 2em;
    }
}

    .object-fit-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.overlay-dark {
    opacity: .503;
    background: #000
}

.overlay-light {
    opacity: .8;
    background: #fff
}

.sticky-navbar {
    z-index: 9998;
    background: #fff;
    color: #767474 !important;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .1)
}

p {
    margin-top: 1.8em;
    line-height: 1.875;
    text-align: left
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.separator,
section {
    position: relative
}

.text-lead {
    font-size: 1em;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

@media (min-width:1024px) {
    .section-home .container {
        padding-left: 6.5em;
        padding-right: 6.5em
    }
}

.caption-carousel,
.section-intro,
.section-our-background .caption .row .counter-item {
    text-align: center
}

    .section-intro .highlight {
        color: #ffd40d
    }

    .section-intro .btn{
        min-width: 140px;
    }

.section-find .highlight {
    margin: 0 .5em 0 0
}

.highlight {
    color: #f5af08
}

a {
    color: #459fed
}

    a:hover {
        color: #147ad1;
        text-decoration: underline
    }

img {
    max-width: 100%;
    height: auto
}

section {
    padding: 2.95em 0
}

@media (min-width:768px) {
    section {
        padding: 4em 0;
    }
}

    @media (min-width:1024px) {
        section {
            padding: 6.4em 0;
            min-height: 40em
        }
    }

    .section-gray {
        background: #333
    }

    .btn-primary-inverted.active,
    .btn-primary-inverted:active,
    .btn-primary.active,
    .btn-primary:active,
    .btn-secondary.active,
    .btn-secondary:active,
    .open > .btn-primary-inverted.dropdown-toggle,
    .open > .btn-primary.dropdown-toggle,
    .open > .btn-secondary.dropdown-toggle {
        background-image: none
    }

    .parallax {
        height: auto;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }

    @media only screen and (max-device-width:1024px) {
        .parallax {
            background-attachment: scroll
        }
    }

    .frame-img {
        width: 100%;
        max-height: 150px
    }

    .separator:after {
        left: 50%;
        width: 127px;
        height: 3px;
        background-color: #f5af08;
        margin-left: calc(-127px / 2);
        content: '';
        position: absolute;
        bottom: -20px
    }

    .section-title {
        line-height: 1.333;
        font-size: 2em;
        font-family: Gravity;
        color: #484848
    }

    @media screen and (min-width:1440px) {
        .section-title {
            font-size: 2.4em
        }
    }

    .section-title__small {
        text-transform: uppercase;
        font-size: 1.5em;
        font-family: DIN
    }

    .section-title.separator {
        margin-bottom: 3em
    }

    .btn {
        border-radius: 6px;
        -webkit-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        cursor: pointer;
        line-height: 1.4em;
        font-family: "Adobe Caslon Pro", serif;
        font-size: 1em;
        font-style: italic;
        padding: .75em 3em
    }

    @media (max-width:768px) {
        .btn {
            padding: 1.5rem 3rem
        }
    }

    @media (max-width:374px) {
        .btn + .btn {
            margin-top: 1em;
            margin-left: 0
        }
    }

    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .btn + .btn {
        margin-left: 1em;
    }

    .btn-primary {
        color: #3b3d41;
        background-color: #eeaa07;
        border-color: #eeaa07
    }

        .btn-primary.focus,
        .btn-primary:focus {
            color: #3b3d41;
            background-color: #c48c06;
            border-color: #7a5704
        }

        .btn-primary.active,
        .btn-primary:active,
        .btn-primary:hover,
        .open > .btn-primary.dropdown-toggle {
            color: #3b3d41;
            background-color: #c48c06;
            border-color: #ba8506
        }

            .btn-primary.active.focus,
            .btn-primary.active:focus,
            .btn-primary.active:hover,
            .btn-primary:active.focus,
            .btn-primary:active:focus,
            .btn-primary:active:hover,
            .open > .btn-primary.dropdown-toggle.focus,
            .open > .btn-primary.dropdown-toggle:focus,
            .open > .btn-primary.dropdown-toggle:hover {
                color: #3b3d41;
                background-color: #a17305;
                border-color: #7a5704
            }

        .btn-primary.disabled.focus,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:hover,
        .btn-primary[disabled].focus,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:hover,
        fieldset[disabled] .btn-primary.focus,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:hover {
            background-color: #f5af08;
            border-color: #f5af08
        }

    .btn-primary-inverted {
        color: #3b3d41;
        background-color: #fff;
        border-color: #fff
    }

        .btn-primary-inverted.focus,
        .btn-primary-inverted:focus {
            color: #3b3d41;
            background-color: #e6e6e6;
            border-color: #bfbfbf
        }

        .btn-primary-inverted.active,
        .btn-primary-inverted:active,
        .btn-primary-inverted:hover,
        .open > .btn-primary-inverted.dropdown-toggle {
            color: #3b3d41;
            background-color: #e6e6e6;
            border-color: #e0e0e0
        }

            .btn-primary-inverted.active.focus,
            .btn-primary-inverted.active:focus,
            .btn-primary-inverted.active:hover,
            .btn-primary-inverted:active.focus,
            .btn-primary-inverted:active:focus,
            .btn-primary-inverted:active:hover,
            .open > .btn-primary-inverted.dropdown-toggle.focus,
            .open > .btn-primary-inverted.dropdown-toggle:focus,
            .open > .btn-primary-inverted.dropdown-toggle:hover {
                color: #3b3d41;
                background-color: #d4d4d4;
                border-color: #bfbfbf
            }

        .btn-primary-inverted.disabled.focus,
        .btn-primary-inverted.disabled:focus,
        .btn-primary-inverted.disabled:hover,
        .btn-primary-inverted[disabled].focus,
        .btn-primary-inverted[disabled]:focus,
        .btn-primary-inverted[disabled]:hover,
        fieldset[disabled] .btn-primary-inverted.focus,
        fieldset[disabled] .btn-primary-inverted:focus,
        fieldset[disabled] .btn-primary-inverted:hover {
            background-color: #fff;
            border-color: #fff
        }

    .btn-secondary {
        color: #3b3d41;
        background-color: #e9e8e4;
        border-color: #e9e8e4
    }

        .btn-secondary.focus,
        .btn-secondary:focus {
            color: #3b3d41;
            background-color: #d2d0c8;
            border-color: #b0ac9e
        }

        .btn-secondary.active,
        .btn-secondary:active,
        .btn-secondary:hover,
        .open > .btn-secondary.dropdown-toggle {
            color: #3b3d41;
            background-color: #d2d0c8;
            border-color: #cecbc2
        }

            .btn-secondary.active.focus,
            .btn-secondary.active:focus,
            .btn-secondary.active:hover,
            .btn-secondary:active.focus,
            .btn-secondary:active:focus,
            .btn-secondary:active:hover,
            .open > .btn-secondary.dropdown-toggle.focus,
            .open > .btn-secondary.dropdown-toggle:focus,
            .open > .btn-secondary.dropdown-toggle:hover {
                color: #3b3d41;
                background-color: #c2bfb4;
                border-color: #b0ac9e
            }

        .btn-secondary.disabled.focus,
        .btn-secondary.disabled:focus,
        .btn-secondary.disabled:hover,
        .btn-secondary[disabled].focus,
        .btn-secondary[disabled]:focus,
        .btn-secondary[disabled]:hover,
        fieldset[disabled] .btn-secondary.focus,
        fieldset[disabled] .btn-secondary:focus,
        fieldset[disabled] .btn-secondary:hover {
            background-color: #e9e8e4;
            border-color: #e9e8e4
        }

    ::-webkit-input-placeholder {
        font-family: DINOT;
        font-style: italic;
        color: #363737
    }

    ::-moz-placeholder {
        font-family: DINOT;
        font-style: italic;
        color: #363737
    }

    :-ms-input-placeholder {
        font-family: DINOT;
        font-style: italic;
        color: #363737
    }

    :-moz-placeholder {
        font-family: DINOT;
        font-style: italic;
        color: #363737
    }

    .caption {
        -ms-flex-item-align: center;
        align-self: center;
        width: 100%
    }

    @media (min-width:769px) {
        .caption {
            width: 60%;
            margin: 0 auto;
        }
    }

    .caption-dark,
    .caption-dark .section-title {
        color: #fff
    }

    .caption-light {
        color: #4c4c4c
    }

        .caption-light .caption-text__title {
            color: #3e3e3e
        }

        .caption-light .caption-text__title-big {
            color: #4d4d4d
        }

    .caption p,
    .caption__list > li > a {
        color: inherit
    }

    .caption__list > li {
        padding: .25em 0;
        text-transform: uppercase
    }

    .caption .contact-form {
        padding: 1em
    }

        .caption .contact-form label {
            font-family: DINOT;
            font-size: 1.5em;
            color: #ffcd07
        }

        .caption .contact-form .form-horizontal {
            padding: 3em 0 1em
        }

    @media (max-width:767px) {
        .caption .contact-form .form-horizontal {
            padding: 2em 0 1em
        }
    }

    .caption .contact-form .form-horizontal input,
    .caption .contact-form .form-horizontal select {
        border: 2px solid #ccc;
        height: 2.25em;
        border-radius: 1em
    }

    .caption .contact-form .form-control {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 1em
    }

    .caption .caption-text__title-big {
        font-size: 2em;
        margin-bottom: 1em
    }

@media screen and (min-width:1440px) {
    .caption .caption-text__title-big {
        font-size: 2.4em
    }
}

    @media (min-width:1024px) {
        .section-find-dealer {
            min-height: 0
        }
    }

    .caption .caption-btns {
        margin-top: 2em
    }

    .section-intro {
        padding: 12.5em 0
    }

    .section-find-dealer {
        padding: 1em;
        background-color: #f5af08;
        font-family: DINOT;
        color: #333
    }

@media screen and (max-width:767px) {
    .section-find-dealer .flex-container{
        padding: 0;
    }
}

.section-find-dealer .find-dealer-text{
    font-size: 1.5em;
}

@media screen and (max-width:767px){
    .section-find-dealer .find-dealer-text {
        font-size: 1.3em;
    }

    .section-find-dealer img {
        width: 2em;
    }
}

.section-variants,
.section-variants .flex-container {
    padding: 0
}

    @media (min-width:768px) {
        .section-variants,
        .section-variants__commercial,
        .section-variants__residential {
            min-height: 32.15em;
        }

            .section-variants__commercial .caption,
            .section-variants__residential .caption {
                padding: 0 5% !important
            }
    }

    .section-variants__commercial,
    .section-variants__residential {
        padding: 5em 1em !important;
        position: relative
    }

@media (min-width:768px) {
    .section-variants__commercial,
    .section-variants__residential {
        padding: 10em 1em !important;
    }
}

    .section-variants__commercial p,
    .section-variants__residential p {
        font-family: Gravity-Light
    }

    .section-seasons {
        padding: 7.5em 0
    }

        .section-seasons p {
            font-size: .9em
        }

        .section-seasons .figures-wrapper .flex-box {
            padding: 1.5em;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .section-seasons .figures-wrapper .flex-box div {
                color: #fff;
                text-align: center;
                font-size: 1.8em;
                margin-top: .5em
            }

    .section-question, .section-question-map {
        padding: 7.5em 0
    }

        .section-question .flex-container, .section-question-map .flex-container {
            justify-content: center
        }

        .section-question img, .section-question-map img {
            width: 5.75em;
            height: 5.75em
        }

        .section-question-map .caption .text-bold {
            margin-top: 2em;
            margin-bottom: .5em;
        }

        .section-question-map .caption .caption-text__title-big {
            color: #b6b6b6;
        }

        .section-downloads .caption,
        .section-faq .caption,
        .section-inspiration .caption,
        .section-our-background .caption,
        .section-our-control-options .caption,
        .section-our-technology .caption,
        .section-question-map .caption,
        .section-question .caption,
        .section-smart-home-control .caption,
        .section-specifications .caption,
        .section-publication .caption {
            width: 100%
        }

    .section-smart-home-control .caption-btns a {
        display: inline-block
    }

    .section-smart-home-control .caption-btns {
        margin-top: 1.5em;
    }

        .section-smart-home-control .caption-btns a > img {
            height: 7vh;
        }

    .section-smart-home-control .flex-box {
        align-self: flex-start;
        padding-top: 1em;
    }

    .section-smart-home-control .mobile-img-wrapper img {
        height: 40vh;
    }

    @media screen and (min-width:1024px) {
        .section-smart-home-control .mobile-img-wrapper img {
            height: 55vh;
        }
    }

    @media screen and (min-width:768px) {
        .section-question, .section-question-map {
            min-height: 20em
        }

        .section-smart-home-control .caption-btns a + a {
            margin-left: .5em
        }

        .section-questionnaire {
            min-height: 30em
        }

        .section-specifications {
            min-height: 47.5em
        }

        .section-our-control-options {
            min-height: 4.75em
        }
    }

    @media screen and (max-width:767px) {
        .section-smart-home-control .caption-btns a + a {
            margin-left: 0;
            margin-top: .5em
        }
    }

    .section-specifications .caption-text__title-big {
        color: #bebfbf
    }

    .section-question .caption {
        -ms-flex-item-align: start;
        align-self: flex-start;
        color: #6d6d6d
    }

        .section-question .caption .text-light {
            font-weight: 300;
            color: #818180;
            margin-top: 4rem;
            font-family: Gravity-Book
        }

    .section-our-background .caption .row {
        padding: 1.5em 0
    }

    .section-our-background .caption .row .counter-item .counter-num {
        font-weight: 700;
        font-size: 4em;
        font-family: DINOT
    }

@media screen and (min-width:768px) {
    .section-our-background .caption .row .counter-item .counter-num {
        font-size: 5em;
    }
}

    .section-our-background .caption .row .counter-item .counter-description {
        font-size: 1.5em
    }

    .section-zipscreen-family {
        padding: 0
    }

@media screen and (max-width:767px) {
    .flex-box-sm-4{
        order: 1;
    }
}

    .section-zipscreen-family .caption {
        padding: 2.5em 0 7.5em;
        position: relative
    }

    .caption-carousel {
        padding: 7.5em 0 0 !important;
        position: relative;
        z-index: 1000
    }

    @media screen and (max-width:769px) {
        .section-zipscreen-family .caption {
            margin: 0
        }
    }

    @media screen and (min-width:1024px) {
        .section-zipscreen-family .caption {
            margin: 0 20%
        }
    }

    .section-questionnaire__title {
        font-size: 1.8em;
        font-family: DINOT;
        font-weight: 700;
        text-align: left;
        margin-bottom: 1em
    }

    .section-questionnaire .caption {
        line-height: 1.2;
        color: #868585;
        width: 100%
    }

    .section-questionnaire .radio-container {
        font-size: 1.2em;
    }

    .section-questionnaire .questionnaire-questions p {
        line-height: inherit;
        margin: .5em 0;
        font-weight: 300
    }

    .section-questionnaire .questionnaire-questions .radio-container .flex-box {
        padding: 1em
    }

    .section-questionnaire #questionnaireResult p {
        margin: 0
    }

    .section-questionnaire #questionnaireResult .caption-btns {
        text-align: left
    }

    .section-questionnaire .results-loader {
        max-width: 80px;
        max-height: 80px;
        margin-top: 1em;
        text-align: center
    }

    .section-questionnaire .flex-result-container {
        text-align: left
    }

    .section-our-technology,
    .section-specifications {
        background-color: #3e3e3e
    }

    @media (max-width:767px) {
        .section-specifications .caption-btns {
            margin-top: 0;
        }
    }

    .section-our-technology .tab-content p:first-child {
        margin-top: 0
    }

    @media (min-width:768px) {
        .section-faq, .section-zipscreen-family__alternating-content {
            padding: 3.2em 0;
        }
    }

    .section-faq h2 {
        color: #8e8d8d;
        line-height: 1.25;
        font-weight: 400
    }

        .section-faq h2 a {
            color: inherit
        }

    .section-faq .panel {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .section-faq .panel-heading {
        background-color: #e1e1e1
    }

    .section-faq .panel-group .panel-heading + .panel-collapse > .panel-body {
        border: none
    }

    .section-faq .panel-title {
        padding: .5em 1em;
        margin: .5em;
        line-height: 1.667
    }

    .section-faq .panel-body {
        padding: 1em;
        font-size: .9em;
        color: #afafaf;
        line-height: 1.667
    }

    .section-our-control-options .flex-box p,
    .section-our-team p,
    .section-smart-home-control p {
        font-size: 1em
    }

    .section-faq .panel-heading a:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f068";
        float: right;
        color: inherit
    }

    .navbar,
    .section-zipscreen-family__alternating-content .flex-box h2 {
        font-weight: 700
    }

    .section-faq .panel-heading a.collapsed:after {
        content: "\f067"
    }

    .section-downloads {
        padding-top: 0;
        min-height: 0;
    }

        .section-downloads .caption button {
            padding: 1.5em 1em;
            background: 0 0;
            border: 2px solid #f5af08;
            border-radius: 10px;
            width: 100%;
            color: #4c4c4c
        }

    @media (max-width:767px) {
        .section-downloads .caption button h2 {
            margin: 0;
        }
    }

    .section-our-control-options .flex-box img,
    .section-zipscreen-family__alternating-content .flex-box img {
        border: 3px solid #f5af08
    }


    .section-our-team {
        padding: 5em 0
    }

    @media (min-width:1024px) {
        .section-our-team {
            padding: 10em 0
        }
    }

    .section-our-control-options .flex-box img {
        width: 7.25em;
        height: 7.25em
    }

    .section-map-search,
    .section-map-search .flex-container {
        padding: 0
    }

        .section-map-search .side_bar-wrapper {
            position: absolute;
            left: 0;
            z-index: 1;
            border-right: 0.5em solid #eeaa07;
            -webkit-transform: translate(-98%, 0);
            -moz-transform: translate(-98%, 0);
            -ms-transform: translate(-98%, 0);
            -o-transform: translate(-98%, 0);
            transform: translate(-98%, 0);
            -webkit-transition: -webkit-transform 500ms ease;
            -webkit-transition-delay: 0s;
            -moz-transition: -moz-transform 500ms ease 0s;
            -o-transition: -o-transform 500ms ease 0s;
            transition: transform 500ms ease 0s;
        }


    @media (max-width:767px) {
        .section-map-search .side_bar-wrapper {
            width: 100%;
        }
    }

    @media (min-width:768px) {
        .section-map-search .side_bar-wrapper {
            position: static;
            transform: translateX(0);
            border-right: 0;
        }

            .section-map-search .side_bar-wrapper:after {
                display: none;
            }

            .section-map-search .side_bar-wrapper .side_bar-wrapper-btn {
                display: none;
            }
    }

    .section-map-search .side_bar-wrapper.side_bar-wrapper--open {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

        .section-map-search .side_bar-wrapper.side_bar-wrapper--open .side_bar-wrapper-btn {
            right: -1em;
            left: auto;
            z-index: 2;
        }

    .section-map-search .side_bar-wrapper .side_bar-wrapper-btn {
        left: 100%;
        font-size: 1.2em;
        position: fixed;
        top: 5em;
        padding: 1em;
        background-color: #eeaa07;
        cursor: pointer;
        color: #fff;
    }

    .section-map-search #side_bar {
        padding: 1em .5em 2em;
        background: #555;
        color: #eeeded;
        height: 40em;
        overflow: scroll;
    }

        .section-map-search #side_bar .mapItem {
            font-size: .9em;
            padding: .5em;
            margin: .5em;
            border-bottom: 1px solid #707070;
            line-height: 1.875;
            text-align: left
        }

            .section-map-search #side_bar .mapItem.highlighted {
                background: #867044
            }

            .section-map-search #side_bar .mapItem a {
                color: inherit
            }

            .section-map-search #side_bar .mapItem P {
                margin: .25em
            }

        .section-map-search #side_bar .highlight {
            text-align: center;
            padding-bottom: .5em;
            font-weight: 700
        }

    .section-map-search .flex-box {
        padding: 0
    }

    .header__map-search .caption-btns {
        margin: 0
    }

    .section-zipscreen-family__alternating-content .flex-box hr {
        border-top: 3px solid #f0f0f0
    }

    .section-our-background {
        text-align: center
    }

        .section-our-background .flex-container .flex-box {
            margin: 1em 0
        }

            .section-our-background .flex-container .flex-box img {
                max-width: 5em
            }

    @media (max-width:992px) {
        .section-our-background .flex-container .flex-box img {
            max-width: 4em;
        }
    }

    .section-our-background .flex-container .flex-box h2,
    .section-our-background .flex-container .flex-box h3 {
        text-transform: uppercase;
        text-align: center
    }

    .section-our-background .counter-wrapper {
        margin-bottom: 2.5em
    }

    .section-our-background .figures-wrapper {
        align-items: flex-start;
        margin-top: 2.5em
    }

    header {
        position: relative
    }

        header .caption {
            padding: 10em 0 7.5em
        }

        header .arrow-down {
            position: absolute;
            left: 50%;
            top: 95%;
            -webkit-transform: translate(-50%, -95%);
            transform: translate(-50%, -95%);
            width: 2.7em;
            height: 1.9em
        }

        header.video-bg {
            height: auto;
            position: relative;
            padding: 0
        }

            header.video-bg .embed-responsive {
                display: block;
            }

            header.video-bg img {
                display: none;
            }

    @media screen and (max-width:768px) {
        header {
            min-height: 20vh;
        }

            header.video-bg .embed-responsive {
                display: none;
            }

            header.video-bg img {
                display: block;
                margin-top: 75px
            }
    }

    header.video-bg .overlay-dark {
        opacity: .2
    }

    header.video-bg .caption {
        width: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    header.video-bg #heroVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    header.video-bg #videoBtnController {
        background: 0 0;
        border: none;
        outline: 0
    }

        header.video-bg #videoBtnController .play {
            width: 5em;
            height: 5em;
            background: url(../images/play.svg) center center no-repeat;
            background-size: contain;
            cursor: pointer;
            display: none
        }

        header.video-bg #videoBtnController .pause {
            width: 5em;
            height: 5em;
            background: url(../images/pause.svg) center center no-repeat;
            background-size: contain;
            cursor: pointer;
            display: inline-block
        }

    .navbar-dark {
        color: #fff
    }

    .navbar-light {
        color: #767474
    }

    .navbar {
        text-shadow: none
    }

        .navbar .nav > li {
            font-size: .8em
        }

            .navbar .nav > li > a {
                color: inherit
            }

    @media (min-width:992px) {
        .navbar {
            height: auto;
            -webkit-transition: padding-top .3s, padding-bottom .3s;
            transition: padding-top .3s, padding-bottom .3s;
            border: none
        }

            .navbar .nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .navbar .nav > li.current {
                    color: #000;
                    background-color: #ffcd07;
                    text-shadow: 0 3px 2.79px rgba(1, 1, 1, .2)
                }

                .navbar .nav > li > a {
                    color: inherit;
                    line-height: 1.3;
                    text-transform: uppercase;
                    padding: 4rem 2.4rem 2rem;
                    height: 100%;
                    display: inline-block;
                    min-width: 100px;
                    text-align: center
                }

                    .navbar .nav > li > a:focus,
                    .navbar .nav > li > a:hover {
                        color: #000;
                        background-color: #ffcd07;
                        text-shadow: 0 3px 2.79px rgba(1, 1, 1, .2)
                    }
    }

    @media (max-width:768px) {
        .navbar .navbar-header {
            background-color: #fff
        }

        .navbar .navbar-collapse {
            background-color: #fff;
        }
    }

.navbar .navbar-collapse.collapse.in {
    color: #4c4c4c;
}

.navbar-collapse.collapsing {
    transition: all .35s ease !important;
}

        .navbar .navbar-collapse.collapse.in > li.current {
            background-color: #ffcd07
        }

    .navbar .navbar-header {
        position: relative;
        z-index: 1200
    }

        .navbar .navbar-header .navbar-toggle {
            margin-right: 0;
            padding: 1em
        }

            .navbar .navbar-header .navbar-toggle > .icon-bar {
                background-color: #4c4c4c
            }

    .navbar .toggle-search-button,
    .navbar .toggle-search-button:focus,
    .navbar .toggle-search-button:hover {
        background: 0 0;
        border: none;
        color: inherit
    }

    .navbar .navbar-header div[data-placeholder-label=Logo] > a {
        height: auto;
        float: left;
        padding: 16px 15px;
        font-size: 19px;
        line-height: 18px
    }

        .navbar .navbar-header div[data-placeholder-label=Logo] > a > img {
            height: 2em;
            display: block
        }

    @media (min-width:769px) {
        .navbar .navbar-header div[data-placeholder-label=Logo] > a {
            margin-right: 1.5em;
            padding: 2em 0 1em;
            margin-left: -15px
        }

        .navbar .toggle-search-button {
            margin: 1.5em .5em 1em
        }
    }

    .navbar .toggle-search-button {
        padding: .5em
    }

    footer {
        background-color: #333;
        color: #BCBDC0;
        line-height: 2.5;
    }

        footer .footer-above {
            padding: 2em
        }

            footer .footer-above img {
                height: 3em
            }

    @media screen and (min-width:1024px) {
        footer .footer-content {
            padding: 1em
        }
    }

    footer .footer-content .footer-col {
        margin-bottom: 2.5em
    }

        footer .footer-content .footer-col h4 {
            color: #ffcd07;
            text-transform: uppercase;
            margin-bottom: 1em
        }

        footer .footer-content .footer-col p {
            margin-top: .5em;
            text-align: center
        }

            footer .footer-content .footer-col p a {
                color: inherit;
                font-size: .8em;
            }

    footer .footer-content .btn-social {
        display: inline-block;
        background-color: #5f6061;
        border-radius: 100%;
        text-align: center;
        font-size: 1em;
        line-height: 2;
        width: 2em;
        height: 2em;
        color: #2c2c2c
    }

        footer .footer-content .btn-social:hover {
            color: #f5af08
        }

    footer .footer-below {
        padding: 2em 0;
        background-color: #2c2c2c;
        font-size: .8em;
    }

    @media screen and (max-width:767px) {
        footer .footer-below img {
            display: none;
        }
    }

    footer .footer-below img {
        max-height: 2.25em;
    }

    @media screen and (max-width:425px) {
        footer .footer-below img {
            display: none
        }
    }

    select:not(:-internal-list-box) {
        color: #fff
    }

    .navbar-form {
        margin: 0
    }

    .carousel-inner > .item > .carousel-item {
        overflow: hidden;
        width: 100%;
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center
    }

        .carousel-inner > .item > .carousel-item p {
            font-family: Gravity-Light
        }

    @media screen and (max-width:425px) {
        .carousel-inner > .item > .carousel-item {
            background-size: auto 100%
        }

            .carousel-inner > .item > .carousel-item img {
                height: 40vh;
                margin: 0 auto;
            }

        .caption-carousel .section-title.separator {
            margin-bottom: 1em;
        }
    }

    .carousel-indicators > li,
    .carousel-indicators > li.active {
        width: 1.2em;
        height: 1.2em;
        border-radius: 100%;
        margin: 0 .4em
    }

    .carousel-indicators > li {
        border: none;
        background: #a1a1a1
    }

        .carousel-indicators > li.active {
            background: #f5af08;
            border: none
        }

    .nav-pills,
    .nav-tabs {
        margin-bottom: 3em;
        font-family: DIN
    }

    input[type=radio] {
        position: absolute;
        opacity: 0
    }

        input[type=radio] + .radio-label {
            text-align: left;
            display: flex;
            line-height: 1.2
        }

            input[type=radio] + .radio-label:before {
                content: '';
                background: #fff;
                flex-shrink: 0;
                border-radius: 100%;
                border: 2px solid #555;
                display: inline-block;
                width: 1.4em;
                height: 1.4em;
                position: relative;
                top: 0;
                margin-right: 1em;
                vertical-align: top;
                cursor: pointer;
                text-align: center;
                -webkit-transition: all 250ms ease;
                transition: all 250ms ease
            }

        input[type=radio]:checked + .radio-label:before {
            background-color: #555
        }

        input[type=radio]:focus + .radio-label:before {
            outline: 0;
            border-color: #555
        }

        input[type=radio] + .radio-label:empty:before {
            margin-right: 0
        }

    .nav-tabs {
        border-bottom: none;
        color: #bebfbf
    }

        .nav-tabs > li {
            float: none;
            display: inline-block;
            border: none;
            background: 0 0;
            position: relative;
            font-size: 1.5em
        }

            .nav-tabs > li a:active,
            .nav-tabs > li a:focus,
            .nav-tabs > li a:hover,
            .nav-tabs > li > a {
                color: inherit;
                border: none;
                padding-left: .5em;
                padding-right: .5em;
                background-color: transparent;
                position: relative
            }

                .nav-tabs > li a:active::after,
                .nav-tabs > li a:focus::after,
                .nav-tabs > li a:hover::after,
                .nav-tabs > li > a::after {
                    content: '';
                    width: 1px;
                    height: calc(100% - 1.5em);
                    position: absolute;
                    top: .75em;
                    right: -.1em;
                    background: #bebfbf
                }

            .nav-tabs > li.active:before {
                content: '';
                border-bottom: 3px solid #ffcd07;
                position: absolute;
                bottom: -2px;
                width: 100%;
                left: 0
            }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:active,
            .nav-tabs > li.active > a:focus,
            .nav-tabs > li.active > a:hover {
                background: 0 0;
                border: none;
                color: inherit
            }

            .nav-tabs > li:last-child > a::after {
                content: none
            }

    .nav-pills {
        border-bottom: none;
        color: #bebfbf;
        min-width: 14.5em
    }

        .nav-pills > li {
            border: none;
            background: 0 0;
            font-size: 1em
        }

            .nav-pills > li a:active,
            .nav-pills > li a:focus,
            .nav-pills > li a:hover,
            .nav-pills > li > a {
                color: inherit;
                background: 0 0;
                padding: 1em;
                position: relative;
                border-bottom: 3px solid #bebfbf;
                text-align: left
            }

    .lb-loader,
    .lightbox {
        text-align: center;
        line-height: 0
    }

    .nav-pills > li.active {
        color: #ffcd07
    }

        .nav-pills > li.active::after {
            content: url(../images/arrow-right.svg);
            position: absolute;
            top: 1em;
            right: 0
        }

        .nav-pills > li.active > a,
        .nav-pills > li.active > a:active,
        .nav-pills > li.active > a:focus,
        .nav-pills > li.active > a:hover {
            background: 0 0;
            color: inherit
        }

    .nav-pills > li:last-child > a::after {
        border: none
    }

    body.lb-disable-scrolling {
        overflow: hidden
    }

    .lightboxOverlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: #000;
        opacity: .8;
        display: none
    }

    .lightbox {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 10000;
        font-weight: 400
    }

        .lightbox .lb-image {
            display: block;
            height: auto;
            max-width: inherit;
            max-height: none;
            border-radius: 3px;
            border: 4px solid #fff
        }

        .lightbox a img {
            border: none
        }

    .lb-outerContainer {
        position: relative;
        width: 12.5em;
        height: 12.5em;
        margin: 0 auto;
        border-radius: 4px;
        background-color: #fff
    }

    .lb-loader,
    .lb-nav {
        position: absolute;
        left: 0
    }

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both
    }

    .lb-loader {
        top: 43%;
        height: 25%;
        width: 100%
    }

    .lb-cancel {
        display: block;
        width: 16em;
        height: 16em;
        margin: 0 auto
    }

    .lb-nav {
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 10
    }

    .lb-container > .nav {
        left: 0
    }

    .lb-nav a {
        outline: 0;
        background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
    }

    .lb-next,
    .lb-prev {
        height: 100%;
        cursor: pointer;
        display: block
    }

    .lb-nav a.lb-next,
    .lb-nav a.lb-prev {
        position: fixed;
        left: 0;
        top: 50%;
        width: auto;
        background: 0 0;
        margin-top: -.75em;
        cursor: pointer;
        opacity: 1;
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
        color: #fff;
        text-decoration: none
    }

        .lb-nav a.lb-next:hover,
        .lb-nav a.lb-prev:hover {
            opacity: .8;
            text-decoration: none
        }

        .lb-nav a.lb-next:before,
        .lb-nav a.lb-prev:before {
            content: "\f053";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 2.1428em;
            background: rgba(0, 0, 0, .8);
            padding: 5px 10px
        }

    .lb-nav a.lb-next {
        right: 0;
        left: auto
    }

        .lb-nav a.lb-next:before {
            content: "\f054"
        }

    .lb-dataContainer {
        margin: 0 auto;
        padding-top: 5px;
        width: 100%;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

        .lb-dataContainer:after {
            content: "";
            display: table;
            clear: both
        }

    .lb-data .lb-close,
    .lb-data .lb-number {
        display: block;
        background: #000;
        position: fixed;
        top: 0
    }

    .lb-data {
        padding: 0 4px;
        color: #ccc
    }

        .lb-data .lb-details {
            width: 85%;
            float: left;
            text-align: left;
            line-height: 1.1em
        }

        .lb-data .lb-caption {
            font-size: 1em;
            font-weight: 700;
            line-height: 1em
        }

        .gallery-item > a > div::before,
        .lb-data .lb-close:before {
            font-family: 'Font Awesome 5 Free';
            font-weight: 900
        }

        .lb-data .lb-number {
            clear: left;
            font-size: .8571em;
            color: #fff;
            left: 0;
            line-height: 1;
            padding: 15px
        }

        .lb-data .lb-close {
            opacity: 1;
            -webkit-transition: opacity .2s;
            transition: opacity .2s;
            color: #fff;
            width: auto;
            height: auto;
            right: 0;
            font-size: 2.1428em;
            line-height: 1.5em;
            text-decoration: none;
            padding: 3px 10px 5px;
            cursor: pointer
        }

            .lb-data .lb-close:hover {
                text-decoration: none;
                opacity: .8
            }

            .lb-data .lb-close:before {
                content: "\f00d"
            }

    .gallery {
        display: grid;
        margin: .5em;
        grid-gap: .5em;
        grid-auto-flow: column
    }

    .gallery-item > a,
    .gallery-item > a:hover div {
        display: inline-block
    }

    .gallery-item {
        width: 100%;
        height: 100%;
        min-height: 10em
    }

        .gallery-item > a {
            background-size: cover;
            width: 100%;
            height: 100%;
            color: #fff
        }

            .gallery-item > a > div {
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                display: none;
                text-align: center
            }

                .gallery-item > a > div::before {
                    color: inherit;
                    font-size: 1em;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    content: "\f00e"
                }

    @media screen and (min-width:768px) {
        .gallery-item {
            min-height: 12.5em
        }

        .gallery.highlight-left .gallery-item:nth-child(3n+1),
        .gallery.highlight-right .gallery-item:nth-child(3n+3) {
            grid-column: span 2;
            grid-row: span 2
        }
    }

    .rotatebox {
        width: 100%;
        min-height: 15em;
        padding-right: 0
    }

    @media screen and (min-width:769px) {
        .rotatebox {
            padding-right: 1em
        }
    }

    .rotatebox .images {
        min-width: 100%;
        min-height: 15em;
        position: relative
    }

        .rotatebox .images img {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #3e3e3e
        }

    .rotatebox .slider.ui-slider-horizontal {
        height: 3px;
        border: none;
        background: #a6a6a6
    }

    .rotatebox .slider .ui-slider-handle {
        width: 1.5em;
        height: 1.5em;
        border-radius: 100%;
        top: -1.5rem;
        background: #707070;
        border: 1px solid #a6a6a6
    }

    .search-results {
        padding-top: 7.5em;
        padding-bottom: 7.5em;
        position: relative
    }

        .search-results h1 {
            margin-bottom: 2em
        }

    .content-wrapper {
        padding: 7.5em 0;
        position: relative
    }

    .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 100;
        width: 100%
    }

    @media screen and (max-width:767px) {
        .overlay-blind-pattern {
            display: none;
        }
    }

    .overlay-blind-pattern {
        background-image: url(../images/blind-frame-pattern.png);
        background-repeat: repeat;
        width: 100%;
        height: calc(100% - 7.5em);
        transition-property: height
    }

    .animatable {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -ms-animation-play-state: paused;
        -o-animation-play-state: paused;
        animation-play-state: paused
    }

    .animated {
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -ms-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -ms-animation-play-state: running;
        -o-animation-play-state: running;
        animation-play-state: running
    }

    @-webkit-keyframes blind-out {
        0% {
            max-height: 50em;
        }

        100% {
            max-height: 0
        }
    }

    @keyframes blind-out {
        0% {
            max-height: 50em
        }

        100% {
            max-height: 0
        }
    }

    .animated.blind-out {
        -webkit-animation-name: blind-out;
        -moz-animation-name: blind-out;
        -o-animation-name: blind-out;
        animation-name: blind-out
    }

    .carousel .icon-next,
    .carousel .icon-prev {
        height: 2.5em;
        font-size: 2.5em;
    }

    @media screen and (min-width:1024px) {
        .carousel .icon-next,
        .carousel .icon-prev {
            width: 2.5em;
        }
    }

    .navbar-form {
        padding-left: 0;
        padding-right: 0
    }

    @media screen and (max-width:769px) {
        .toggle-search-button {
            display: none
        }
    }

    .navbar-search-container {
        display: none;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        background: #333;
        z-index: 1000
    }

        .navbar-search-container.active {
            display: flex
        }

    @media screen and (max-width:769px) {
        .navbar-search-container {
            display: inline-block !important;
            position: relative;
            background: 0 0
        }
    }

    .navbar-search-container .container {
        position: relative
    }

    .navbar-search-container .navbar-search {
        margin-left: -.75em
    }

    @media screen and (min-width:769px) {
        .navbar-search-container .navbar-search {
            margin: 1.5em .5em 1em 0;
            position: absolute;
            right: 0;
            display: flex
        }
    }

    .navbar-search-container .quick-search-field {
        height: 2em;
        padding: 0 2.5em 0 .5em;
        color: #363737
    }

    .navbar-search-container .navbar-search-submit {
        background: #ffcd07;
        border: 1px solid #ffcd07 !important
    }

    @media screen and (max-width:769px) {
        .navbar-search-container .navbar-search-submit {
            position: absolute;
            right: .75em;
            top: 0;
            font-size: 1em;
            text-align: center;
            width: 2em;
            height: 2em;
            padding: 0 6px 2px
        }

        .navbar-search-container .navbar-search-close {
            display: none
        }
    }

    .navbar-search-container .navbar-search-close,
    .navbar-search-container .navbar-search-submit {
        font-size: 1em;
        width: 2em;
        height: 2em;
        padding: 0;
        text-align: center;
        border-radius: 0
    }

    .small-img__commercial {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0
    }

    .small-img__residential {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0
    }

    @media screen and (max-width:767px) {
        .small-img__commercial, .small-img__residential {
            height: 50%;
        }

            .small-img__residential {
                top: 50%;
            }
    }

    .section-variants__flex-box {
        z-index: 200;
        transition: .6s
    }

    .broad-text {
        width: 100%;
        padding: 0 7%;
    }

    @media screen and (max-width:769px) {
        .broad-text {
            padding: 0;
        }
    }

    .caption-text__title-big h3 {
        font-size: .7em;
    }
