.section-1 {
    position: relative;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px;
}
.section-1 .video-container, .section-1 .hero-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-1 .container-fluid {
    position: relative;
    z-index: 8;
}
.section-1 video {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.hero-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: right;
}
.title-container-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    margin-bottom: 64px;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}
h1, h2, h3 {
    font-weight: 700;
}
h2, h3 {
    text-transform: uppercase;
}
h2.tk-klavik-basic {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0;
}
h3 {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 16px;
}
.section-1 .subtitle {
    font-size: 24px;
    max-width: 1103px;
    margin: 0 auto;
    line-height: 1;
    font-weight: 300;
}
.details {
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
}

.section-2 li {
    font-weight: 300;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 14px;
}

.slide-text-container .tk-proxima-nova {
    font-weight: 300;
}
.section-2 {
    margin-bottom: 60px;
}
.footer-separator {
    margin-top: 60px;
}
.section-2 .separator {
    margin-top: 60px;
    margin-bottom: 60px;
}
.separator img {
    width: 100%;
}
.section-2 .title-container img {
    max-width: 40px;
}
.section-2 span {
    color: #ED193F;
}
.section-2 .details.white-span span {
    color: #FFFFFF;
}
.col-lg-4 .title-container, .col-lg-4 .details {
    max-width: 617px;
}
.title-container .details {
    margin-bottom: 0;
}
.title-container {
    margin-bottom: 24px;
}
.title-container h3 span {
    text-transform: none;
}
span.white {
    color: #FFFFFF;
}
li span.white {
    font-weight: 300 !important;
}
.section-2 ul {
    padding-left: 24px;
}
.section-2 li::marker {
    color: #ED193F;
}
.section-2 .contact-us-container {
    max-width: 270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-2 .contact-us-container a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s ease;
}
.section-2 .col-lg-7 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.section-2 .title-container.mt-3 {
    margin-bottom: 8px;
    margin-top: 40px !important;
}
.section-2 .col-lg-7 span {
    font-weight: 700;
}
.section-2 .contact-us-container a:hover, .section-2 .contact-us-container a:focus {
    color: #ED193F;
}
.contact-us-container .right-arrow {
    margin-left: 4px;
}s
.contact-us-container a:last-child {
    font-size: 12px;
}
.contact-us-container a:last-child img {
    max-width: 21px;
}
.slide-container {
    padding-left: 15px;
}
.slide-text-container {
    background-color: #232323;
    padding: 8px;
}
.slide-container .img-container {
    min-height: 110px;
    text-align: center;
    margin-bottom: 24px;
}
.products-learn-more-cta {
    padding-left: 0;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
}
.section-4.row {
    margin-top: 100px;
}
.section-4.row .product-title {
    font-weight: 700;
}
.product-swiper a {
    transition: all 0.2s ease;
}
.product-swiper a:hover, .product-swiper a:focus {
    color: #FFFFFF;
    text-decoration: underline;
}
.product-swiper .product-title + p {
    min-height: 84px;
}
.section-2 .col-lg-5, .section-2 .col-lg-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-4.row .col-lg-3 {
    display: flex;
    align-items: center;
}
.product-swiper .slide-container {
    position: relative;
}
.product-swiper .slide-container .slider-product-link {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.product-swiper .slide-container:hover a {
    text-decoration: underline;
}
@media only screen and (max-width: 991px){
    .section-2 .row {
        margin-top: 24px;
    }
    .section-2 .col-lg-5 img {
        width: 100%;
    }
    .section-1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-1 .subtitle {
        font-size: 17px;
        line-height: 20px;
    }
    h2 {
        font-size: 40px;
    }
    .title-container-container {
        margin-top: 32px;
        margin-bottom: 32px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .section-2 .contact-us-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-2 .contact-us-container a {
        display: inline-block;
        margin-bottom: 8px;
    }
    .section-4.row h3 {
        text-align: center;
    }
    .slide-text-container {
        min-height: 230px;
    }
    .product-swiper .product-title + p {
        min-height: 130px;
    }
    .product-swiper {
        margin-top: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .swiper-slide {
        width: auto;
        flex-shrink: unset;
    }
    .product-swiper .swiper-wrapper {
        justify-content: flex-end;
    }
    .slide-container {
        max-width: 539px;
    }
}