/* Minification failed. Returning unminified contents.
(1596,42): run-time error CSS1034: 
(1596,42): run-time error CSS1042: Expected function, found ','
(1596,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(2055,37): run-time error CSS1046: Expect comma, found '0'
(2055,41): run-time error CSS1046: Expect comma, found '/'
 */
.nextbase-grid {
}

    .nextbase-grid .container-fluid,
    .nextbase-grid .container {
        padding-left: 0;
        padding-right: 0;
    }

    .nextbase-grid .row {
        margin-left: 0;
        margin-right: 0;
    }

.homepage-intro-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: unset;
}

.homepage-intro {
    background-size: cover;
    height: 300px;
    margin: 0 auto;
}

.homepage-intro-text {
    z-index: 4;
}

.homepage-heading {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .homepage-intro-container {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        max-width: unset;
    }

    .homepage-intro {
        background-size: cover;
        height: 485px;
        margin: 0 auto;
        max-width: unset;
    }

    .homepage-heading {
        margin-top: 100px;
    }
}

@media (min-width: 1024px) {
    .homepage-intro-container {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        max-width: unset;
    }

    .homepage-intro {
        background-size: cover;
        height: 675px;
        margin: 0 auto;
        max-width: unset;
    }

    .homepage-heading {
        margin-top: 250px;
    }
}

.hero-video-wrapper {
    width: 100%;
    margin: auto;
    padding-top: 56.26%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero picture {
    width: 100%;
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.hero video,
.hero iframe {
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.videoWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 200%;
    height: 200%;
    z-index: 0;
}

    .videoWrapper iframe,
    .videoWrapper video {
        position: relative;
    }

.hero h1 {
    text-shadow: 1px 1px 2px #000;
}

.hero h2 {
    text-shadow: 1px 1px 2px #000;
}

.carousel-indicators > li {
    display: inline-block;
}

    .carousel-indicators > li:only-child {
        display: none;
    }

.ui-autocomplete {
    z-index: 9999 !important;
}

.no-transition {
    transition: none;
}

.compare-table .compare-select:not(.disabled) span {
    display: none;
}

.compare-table .compare-select:not(.disabled):hover span {
    display: block;
    position: absolute;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.promoCarousel .slick-prev:before,
.promoCarousel .slick-next:before,
.compareCarousel .slick-prev:before,
.compareCarousel .slick-next:before,
.resourceCarousel .slick-prev:before,
.resourceCarousel .slick-next:before,
.statsCarousel .slick-prev:before,
.statsCarousel .slick-next:before,
.quotesCarousel .slick-prev:before,
.featureCarousel .slick-prev:before,
.featureCarousel .slick-next:before{
    content: "";
}

.compareCarousel .nav-model-item.slick-active,
.resourceCarousel .nav-model-item.slick-active {
    opacity: 0.25;
}

.compareCarousel .nav-model-item.productSelected,
.resourceCarousel .nav-model-item.productSelected {
    opacity: 1;
}

.compareCarousel,
.resourceCarousel {
    min-height: 75px;
}

.compareCarousel,
.resourceCarousel,
.statsCarousel,
.featureCarousel,
.quotesCarousel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

    .homepageProductCarousel.slick-initialized,
    .promoCarousel.slick-initialized,
    .compareCarousel.slick-initialized,
    .resourceCarousel.slick-initialized,
    .statsCarousel.slick-initialized,
    .featureCarousel.slick-initialized,
    .quotesCarousel.slick-initialized {
        visibility: visible;
        opacity: 1;
    }

.slick-list:focus,
.slick-slide:focus,
.slick-slide,
.slick-slide a {
    outline: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (max-width: 375px) {
    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }
}

.price-box-span {
    display: inline-block;
}

    .price-box-span.previous-price {
        line-height: 1.2rem;
    }

        .price-box-span.previous-price span {
            display: block;
        }

.resource-listing {
    background-color: #f5f5f7 !important;
}

    .resource-listing:nth-of-type(odd) {
        background-color: #fff !important;
    }

.quotesCarousel.slick-initialized .slick-slide {
    display: flex !important;
}

.arrow-container {
    height: 25px;
    width: 100%;
}

    .arrow-container .slick-arrow {
        position: relative;
        display: unset;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }

    .arrow-container .slick-prev {
        margin-right: 10px;
    }


.bottom-arrow-container {
    height: 25px;
    width: 100%;
}

    .bottom-arrow-container .slick-arrow {
        position: relative;
        display: unset;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }

    .bottom-arrow-container .slick-prev {
        margin-right: 10px;
    }

@media (max-width: 767px) {
    .quotes-section-image {
        background-position: center;
    }

    .slick-cloned .quotes-section-image {
        display: none;
    }
}

@media (min-width: 437px) and (max-width: 767px) {
    .quotes-slick-prev {
        margin-top: -10px;
    }

    .quotes-slick-next {
        margin-top: -10px;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #006cff;
}

.rte-legacy h1,
.rte-legacy h2,
.rte-legacy h3,
.rte-legacy h4,
.rte-legacy h5,
.rte-legacy h6 {
    color: #000000;
}

.link-white a {
    color: #ffffff;
    text-decoration: underline;
}

.annotation {
    display: none;
}

@media (min-width: 768px) {
    .hero {
        max-width: none;
    }
}

.out-of-stock {
    height: 40px;
    align-items: center;
    display: flex;
    width: 100%;
    font-weight: bold;
}

.out-of-stock-center .out-of-stock {
    justify-content: center;
}

.resource-item-description {
    color: #212529;
}

.slick-slide .promo-item-col .promo-item-image {
    height: 170px;
}

@media (max-width: 375px) {
    .slick-slide .promo-item-col .promo-item-image {
        height: 180px;
    }
}

@media (min-width: 376px) and (max-width: 424px) {
    .slick-slide .promo-item-col .promo-item-image {
        height: 85px;
    }
}

@media (min-width: 425px) and (max-width: 500px) {
    .slick-slide .promo-item-col .promo-item-image {
        height: 120px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    .slick-slide .promo-item-col .promo-item-image {
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .slick-slide .promo-item-col .promo-item-image {
        height: 120px;
    }
}

.promo-item-image picture {
    height: 80%;
}

.homepage-product-carousel {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

    .homepage-product-carousel .nav-container {
        padding-left: 50px;
        padding-right: 50px;
    }

.orderstatus {
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 10px;
}

    .orderstatus.orderstatus-bg--dark-grey {
        color: white;
        background-color: #667684;
    }

    .orderstatus.orderstatus-bg--red,
    .orderstatus.orderstatus-bg--inconsistentcaptured,
    .orderstatus.orderstatus-bg--error {
        color: white;
        background-color: #d42054;
    }

    .orderstatus.orderstatus-bg--orange,
    .orderstatus.orderstatus-bg--refunded {
        color: white;
        background-color: #ff9800;
    }

    .orderstatus.orderstatus-bg--deep-orange {
        color: white;
        background-color: #ff5722;
    }

    .orderstatus.orderstatus-bg--yellow {
        color: #655b12;
        background-color: #ffeb3b;
    }

    .orderstatus.orderstatus-bg--amber {
        color: #544c0f;
        background-color: #ffc107;
    }

    .orderstatus.orderstatus-bg--green,
    .orderstatus.orderstatus-bg--captured {
        color: white;
        background-color: #4caf50; /* #2bc37c; */
    }

    .orderstatus.orderstatus-bg--light-green {
        color: white;
        background-color: #8bc34a;
    }

    .orderstatus.orderstatus-bg--lime {
        color: white;
        background-color: #cddc39;
    }

    .orderstatus.orderstatus-bg--blue {
        color: white;
        background-color: #2196f3;
    }

    .orderstatus.orderstatus-bg--light-blue,
    .orderstatus.orderstatus-bg--authorized,
    .orderstatus.orderstatus-bg--inconsistentauthorized {
        color: white;
        background-color: #03a9f4;
    }

    .orderstatus.orderstatus-bg--indigo {
        color: white;
        background-color: #3f51b5;
    }

    .orderstatus.orderstatus-bg--pink {
        color: white;
        background-color: #e91e63;
    }

    .orderstatus.orderstatus-bg--purple {
        color: white;
        background-color: #9c27b0;
    }

    .orderstatus.orderstatus-bg--deep-purple,
    .orderstatus.orderstatus-bg--pendingexternalsystem {
        color: white;
        background-color: #673ab7;
    }

    .orderstatus.orderstatus-bg--cyan {
        color: white;
        background-color: #00bcd4;
    }

    .orderstatus.orderstatus-bg--brown {
        color: white;
        background-color: #795548;
    }

#cookieBanner {
    z-index: 99999;
}

.homepage-footer {
    padding-bottom: 120px !important;
}

@media (max-width: 768px) {
    .hero.hero-product-listing {
        background-position: unset;
        background-size: unset;
        height: auto;
    }

        .hero.hero-product-listing .hero-container {
            padding-bottom: 25px;
        }
}

@media (min-width: 768px) {
    .hero.hero-product-listing {
        height: 300px;
    }
}

@media (max-width: 568px) {
    .hero.hero-product {
        height: 420px;
    }

        .hero.hero-product .hero-midline {
            padding-bottom: 100px;
        }

    .hero-product-main-image.hero-product-main-image-scrolling .scroller {
        position: relative;
        top: -125px;
    }
}

.promo-item-col .product-carousel-item {
    padding-bottom: 18%;
    padding-top: 18%;
}

@media (max-width: 425px) {
    .promo-item-col .product-carousel-item {
        padding-bottom: 15%;
        padding-top: 15%;
    }
}

@media (max-width: 768px) {
    .promo-item-col .product-carousel-item {
        padding-bottom: 30%;
        padding-top: 30%;
    }
}

.product-item-col {
    width: 49.4%;
}

@media (min-width: 1279px) {
    .product-item-col {
        width: 16.3%;
    }
}

@media (min-width: 425px) and (max-width: 1278px) {
    .product-item-col {
        width: 32%;
    }
}

.promo-item-col {
    width: 100%;
    display: inline-flex;
}

@media (min-width: 1279px) {
    .promo-item-col {
        width: 19.6%;
        display: inline-flex;
    }
}

@media (max-width: 768px) {
    .promo-item-col {
        width: 49.4%;
        display: inline-flex;
    }
}

@media (min-width: 769px) and (max-width: 1278px) {
    .promo-item-col {
        width: 19.4%;
        display: inline-flex;
    }
}

.panel-grid-item .item-selected {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #006cff transparent transparent;
}

.panel-grid-item.panel-grid-item__selected .grid-item-container {
    outline: 2px solid #006cff;
}

.panel-grid-item.panel-grid-item__selected .item-selected {
    display: inline;
}

.panel-grid-item.panel-grid-item__selected
.grid-item-container
.item-selected
.icon-selected {
    position: absolute;
    top: 3px;
    right: -44px;
    color: #fff;
}

.modal-border {
    border-bottom: 1px solid #cccccc;
}

@media (min-width: 768px) {
    .modal-border {
        border-bottom: 0;
        border-right: 1px solid #cccccc;
    }
}

/* .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80' width='40' height='40'%3E%3Crect width='100' height='10' fill='white'%3E%3C/rect%3E%3Crect y='30' width='100' height='10' fill='white'%3E%3C/rect%3E%3Crect y='60' width='100' height='10' fill='white'%3E%3C/rect%3E%3C/svg%3E");
} */

.menu-icon {
    height: 18px;
    width: 18px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: -2px;
    padding: 10px 0;
    transition: all 0.3s ease;
}

    .menu-icon span {
        position: relative;
        height: 2px;
        width: 18px;
        display: block;
        background-color: white;
    }

        .menu-icon span.middle {
            transition: background-color 0.3s ease 0.3s;
        }

            .menu-icon span.middle:before,
            .menu-icon span.middle:after {
                content: "";
                position: absolute;
                left: 0;
                height: 2px;
                width: 18px;
                background-color: white;
                transition-delay: 0.3s, 0s;
                transition-duration: 0.3s;
                transition-timing-function: ease;
            }

            .menu-icon span.middle:before {
                top: -6px;
                transition-property: top, transform;
            }

            .menu-icon span.middle:after {
                bottom: -6px;
                transition-property: bottom, transform;
            }

.navbar-toggler:not(.collapsed) .middle {
    background-color: transparent;
    transition-delay: 0s;
}

    .navbar-toggler:not(.collapsed) .middle:before {
        top: 0;
        transform: rotate(-45deg);
    }

    .navbar-toggler:not(.collapsed) .middle:after {
        bottom: 0;
        transform: rotate(45deg);
    }

    .navbar-toggler:not(.collapsed) .middle:before,
    .navbar-toggler:not(.collapsed) .middle:after {
        transition-delay: 0s, 0.3s;
    }

.navbar-close-area {
    display: none;
    width: 100vw;
    height: calc(100vh - 50px);
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: -1;
}

.navbar-collapse.show .navbar-close-area {
    display: block;
}

.menu-icons .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.custom-select {
    border-color: #adadad;
}

@media (max-width: 768px) {
    .bootstrap-select .dropdown-menu {
        max-width: 90% !important;
        font-size: 0.8rem;
    }
}

.input-validation-error,
.input-validation-error + button {
    border-color: #b00 !important;
}

.field-validation-error {
    color: #b00;
}

.navbar-collapse {
    width: auto;
}

    .navbar-collapse.show {
        width: unset;
    }

/* Footer accordions */
.footer .main-link {
    cursor: pointer;
}

.footer-link-button:not(.collapsed) svg .circle,
.footer-link-button:not(.collapsed) svg:hover .circle {
    fill: #ffc107;
}

.footer-link-button:not(.collapsed) svg .plus {
    display: none;
}

/* FAQ items */
.faq-item-button:not(.collapsed) svg .plus {
    display: none;
}

/* Product List Item compare button */
@media (max-width: 1279px) {
    .product-list-item.single .product-buttons .product-secondary-button,
    .product-list-item.multiple .product-buttons .product-secondary-button {
        position: relative;
        padding: 15px 0 5px !important;
        margin-bottom: 10px;
    }

        .product-list-item.single .product-buttons .product-secondary-button:active,
        .product-list-item.multiple
        .product-buttons
        .product-secondary-button:active {
            box-shadow: none;
        }

        .product-list-item.single .product-buttons .product-secondary-button:after,
        .product-list-item.multiple .product-buttons .product-secondary-button:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 0.075rem;
            margin: 0;
            background-color: #ffc107;
        }

    .product-list-item.single .product-buttons .product-secondary-button {
        box-shadow: none;
        border: none;
        padding-top: 12px !important;
    }

        .product-list-item.single .product-buttons .product-secondary-button:hover {
            color: #212529;
            background-color: transparent;
        }
}

/* Product Listing */
@media (max-width: 768px) {
    .product-group-container:nth-child(even) > .row {
        flex-direction: column-reverse;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .product-group-container .product-group-body-container {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 568px) {
    .product-group-container:last-child > .row {
        margin-bottom: 0;
    }
}

/* SketchFab container height */
@media (max-width: 768px) {
    .sketchfab-container .embed-responsive {
        max-height: 30vh;
    }
}

/* Lifestyle block Mobile */
@media (max-width: 768px) {
    .lifestyle-block .zoom-show-text {
        pointer-events: none;
    }
}

.quiz-hero {
    height: 100vh;
}

    .quiz-hero .highlight-bg {
        position: relative;
    }

        .quiz-hero .highlight-bg:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 75%;
            width: 75%;
            max-width: 100%;
            height: 48%;
            max-height: 60%;
            -webkit-transform: translateX(-50%) translateY(-64%) rotate(-15deg);
            -ms-transform: translateX(-50%) translateY(-64%) rotate(-15deg);
            transform: translateX(-50%) translateY(-64%) rotate(-15deg);
            background: transparent;
            background: -webkit-radial-gradient( closest-side at 44% 87%, #006cff 0, #8000ff 100% ) 0 0 no-repeat padding-box;
            background: -o-radial-gradient( closest-side at 44% 87%, #006cff 0, #8000ff 100% ) 0 0 no-repeat padding-box;
            background: -ms-radial-gradient( closest-side at 44% 87%, #006cff 0, #8000ff 100% ) 0 0 no-repeat padding-box;
            background: radial-gradient(closest-side at 44% 87%, #006cff 0, #8000ff 100%) 0 0 no-repeat padding-box;
            border-radius: 88px;
            opacity: 1;
            filter: blur(50px);
            transition: all 0.5s;
        }

        .quiz-hero .highlight-bg > div {
            position: relative;
        }

        .quiz-hero .highlight-bg.hover:hover:before {
            -webkit-transform: translateX(-50%) translateY(-64%) rotate(-15deg) scale(1.2, 1.06);
            -ms-transform: translateX(-50%) translateY(-64%) rotate(-15deg) scale(1.2, 1.06);
            transform: translateX(-50%) translateY(-64%) rotate(-15deg) scale(1.2, 1.06);
        }

        .quiz-hero .highlight-bg.highlight-bg-blue:before {
            background: -webkit-radial-gradient( closest-side at 44% 87%, #8000ff 0, #006cff 100% ) 0 0 no-repeat padding-box;
            background: -o-radial-gradient( closest-side at 44% 87%, #8000ff 0, #006cff 100% ) 0 0 no-repeat padding-box;
            background: -ms-radial-gradient( closest-side at 44% 87%, #8000ff 0, #006cff 100% ) 0 0 no-repeat padding-box;
            background: radial-gradient(closest-side at 44% 87%, #8000ff 0, #006cff 100%) 0 0 no-repeat padding-box;
        }

        .quiz-hero .highlight-bg.highlight-bg-mobile {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transform-style: preserve-3d;
            max-width: 400px;
            margin: 50px auto;
            max-height: 350px;
        }

            .quiz-hero .highlight-bg.highlight-bg-mobile + div {
                transform-style: preserve-3d;
            }

    .quiz-hero .quiz-intro-container {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        max-width: unset;
    }

    .quiz-hero .quiz-intro {
        background-size: cover;
        margin: 0 auto;
        height: 100vh;
        min-height: 550px;
    }

@media (min-width: 768px) {
    .quiz-hero .quiz-intro {
        background-size: cover;
        height: 100vh;
        margin: 0 auto;
    }
}

.quiz-hero .quiz-heading {
    margin-top: 40px;
}

.quiz-hero .hero-midline {
    margin-bottom: 100px !important;
}

@media (min-width: 768px) {
    .quiz-hero .quiz-intro-container {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        max-width: unset;
    }

    .quiz-hero .quiz-intro {
        background-size: cover;
        height: 100vh;
        margin: 0 auto;
        max-width: unset;
    }

    .quiz-hero .quiz-heading {
        margin-top: 100px;
    }
}

@media (min-width: 1024px) {
    .quiz-hero .quiz-intro-container {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        max-width: unset;
    }

    .quiz-hero .quiz-intro {
        background-size: cover;
        height: 100vh;
        margin: 0 auto;
        max-width: unset;
    }

    .quiz-hero .quiz-heading {
        margin-top: 250px;
    }
}

.quiz-question .hero-container {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .quiz-question .quiz-background {
        display: block !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        margin: 0 auto;
        max-width: unset;
    }
}

@media (max-width: 767px) {
    .quiz-question .hero-container {
        height: 165px;
        min-height: 165px;
    }

    .quiz-question .hero-container .quiz-question-image {
        height: 165px;
        min-height: 165px;
    }
}

.quiz-question .quiz-question-image {
    position: relative;
    width: auto;
    padding: 0;
}

@media (min-width: 768px) {
    .quiz-question .quiz-question-image {
        margin-top: 90px;
        max-width: 650px;
    }
}

@media (min-width: 1280px) {
    .quiz-question .quiz-question-image {
        margin-top: 90px;
        max-width: 650px;
    }
}

.quiz-question .quiz-question-image picture {
    position: relative;
}

@media (max-width: 767px) {
    .quiz-next {
        padding: 8px;
    }
}


#quizHelp {
    background: #006cff;
}

.iconClose .a {
    fill: #f7f7f7;
    opacity: 0.5;
}

.iconClose .b {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 2px;
}

.iconClose .c {
    filter: url(#a);
}

.iconHelp .a,
.b {
    fill: #0058d0;
}

.iconHelp .b {
    mix-blend-mode: overlay;
    isolation: isolate;
}

.iconHelp .c {
    fill: #fff;
    font-size: 15px;
    font-family: Poppins-Bold, Poppins;
    font-weight: 700;
    letter-spacing: -0.005em;
}

.iconTime .a {
    fill: #fff;
}

.quiz-slider .slider-horizontal {
    margin-bottom: 50px !important;
    width: 80% !important;
}

@media (min-width: 768px) {
    .quiz-slider .slider.slider-horizontal {
        width: 100% !important;
    }
}

.quiz-slider .slider .slider-selection {
    background: rgb(0, 235, 255);
    background: linear-gradient( 90deg, rgba(0, 235, 255, 1) 11%, rgba(0, 108, 255, 1) 87% );
}

.slider-tick.in-selection {
    display: none;
}

.quiz-slider .slider .slider-handle {
    background: #006cff;
}

@media (min-width: 768px) {
    .quiz-slider .slider .slider-tick-label {
        font-weight: normal;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        vertical-align: top;
        word-wrap: break-word !important;
        white-space: pre-wrap !important;
    }

    .quiz-slider .slider-horizontal {
        width: 85% !important;
    }
}
.quiz-buttons {
    display: flex;
    justify-content: space-around !important;
}

    .quiz-buttons .btn {
        flex: 0 0 auto !important;
        width: 80%;
    }

@media (min-width: 1024px) {
    .quiz-buttons .btn {
        width: 30%;
    }
}

.quiz-buttons .btn input {
    visibility: hidden;
    display: none;
}

.quiz-buttons .btn-light-gray:not(:disabled):not(.disabled).active,
.quiz-buttons .btn-light-gray:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #006cff;
    border-color: #006cff;
}

.quiz-buttons.btn-group > .btn-group:not(:last-child) > .btn,
.quiz-buttons.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.quiz-buttons.btn-group > .btn-group:not(:first-child) > .btn,
.quiz-buttons.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.quiz-icons {
    display: flex;
    justify-content: space-around !important;
}

    .quiz-icons .btn {
        flex: 0 0 auto !important;
        width: 80%;
    }

@media (min-width: 1024px) {
    .quiz-icons .btn {
        width: 30%;
    }
}

.quiz-icons .btn input {
    visibility: hidden;
    display: none;
}

.quiz-icons .btn-light-gray:not(:disabled):not(.disabled).active,
.quiz-icons .btn-light-gray:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #006cff;
    border-color: #006cff;
}

.quiz-icons.btn-group > .btn-group:not(:last-child) > .btn,
.quiz-icons.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.quiz-icons.btn-group > .btn-group:not(:first-child) > .btn,
.quiz-icons.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.quiz-answer-hero .hero.hero-product .hero-product-bg,
.quiz-answer-hero .hero.hero-product .hero-product-main-image {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    padding-top: 40px;
    transition: all 0.3s ease;
    z-index: 1;
    max-width: 380px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .quiz-answer-hero .hero.hero-product .hero-product-bg,
    .quiz-answer-hero .hero.hero-product .hero-product-main-image {
        padding-top: 0;
        max-width: 95%;
        bottom: -10px;
    }
}

@media (min-width: 1280px) {
    .quiz-answer-hero .hero.hero-product .hero-product-bg,
    .quiz-answer-hero .hero.hero-product .hero-product-main-image {
        bottom: -150px;
        max-width: 90%;
        padding-top: 0;
    }
}

.quiz-answer-hero .hero.hero-product .hero-product-main-image {
    z-index: 2;
}

.quiz-answer-hero .hero-topline {
    top: 100px;
    z-index: 2;
}

.quiz-table .table-row {
    border-radius: 1px;
    box-shadow: 0px 0px 1px 0px rgb(247, 247, 247);
}

.quiz-table .table-footer .table-row {
    border-radius: 0;
    box-shadow: none;
}

.quiz-table .row-data {
    color: #f7f7f7;
    opacity: 0.7;
}

    .quiz-table .row-data.price,
    .quiz-table .row-header,
    .quiz-table .row-heading {
        color: #f7f7f7;
        opacity: 1;
    }

.quiz-table .table-footer .table-row,
.quiz-table .table-footer .table-row .table-row-inner,
.quiz-table .table-head .table-row,
.quiz-table .table-head .table-row .table-row-inner {
    background-color: transparent !important;
}

.quiz-table .table-row,
.quiz-table .table-row .table-row-inner {
    background-color: transparent !important;
}

@media (max-width: 767px) {
    .bg-quiz {
        background-color: white !important;
    }

    .quiz-answer-container {
        margin-top: .5rem !important;
    }
}

.textWithImageCollageText,
.textWithImageText {
    width: 90%;
}

@media (min-width: 768px) {
    .textWithImageCollageText,
    .textWithImageText {
        width: 50%;
    }
}

@media (min-width: 1280px) {
    .textWithImageCollageText,
    .textWithImageText {
        width: 50%;
    }
}

.blueGradient {
    background: rgb(0, 108, 255);
    background: linear-gradient( 90deg, rgba(0, 108, 255, 1) 53%, rgba(0, 235, 255, 1) 100% );
}

#quizHelp b,
#quizHelp strong {
    font-weight: 800;
}

.product-cart-block .cart-button,
.add-to-basket-form .cart-button {
    color: black;
}

.image-grid-item-image.position-relative:hover {
    cursor: pointer;
}

.hero-highlight-cart {
    height: 200px;
}

@media only screen and (max-width: 640px) {
    .hero-highlight-cart {
        height: 120px;
    }
}
/* Basket banner */
@media (max-width: 568px) {
    .basket-banner.fixed-bottom {
        padding-top: 10px;
        padding-bottom: 5px;
    }

        .basket-banner.fixed-bottom .features-toggle {
            display: none;
        }

        .basket-banner.fixed-bottom .price-box {
            padding-left: 8.5vw;
        }

    .basket-banner__features-listing > .row {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .table th.total-column {
        width: 15%;
    }

    .table .remove-column {
        display: none;
    }
}

@media (min-width: 768px) {
    .table th.total-column {
        width: 10%;
    }

    .table th.remove-column {
        width: 5%;
    }
}

.table th.total-column {
    border: none;
}

.table th.remove-column {
    border: none;
}

@media (max-width: 767px) {
    .quantity-form-control {
        width: 75% !important;
    }
}

.addons-item .addons-item-frame .item-selected {
    display: none;
}


.addons-item .addons-item-frame {
    border: 1px solid #353948;
}

.addons-item.addons-item-selected .addons-item-frame {
    border: 1px solid #006cff;
}

    .addons-item.addons-item-selected .addons-item-frame .item-selected {
        display: block;
        z-index: 2;
        position: absolute;
        top: 0;
        right: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 50px 50px 0;
        border-color: transparent #006cff transparent transparent;
    }

        .addons-item.addons-item-selected
        .addons-item-frame
        .item-selected
        .icon-selected {
            display: block;
            position: absolute;
            top: 3px;
            right: -44px;
            color: #ffffff;
        }


.btn.btn-link-white {
    text-decoration: underline !important;
    position: relative;
    display: inline-block;
    padding: 0;
    color: #ffffff;
    font-weight: lighter;
    vertical-align: baseline;
}



.perk-item-logo-large {
    border-radius: 16px;
    opacity: 1;
    width: 50px;
    height: 50px;
    position: relative;
}



.registrationNumberInputContainer {
    margin-top: 2px;
    width: 100%;
    display: block;
    font-size: 0.75rem;
    line-height: 1 !important;
}

    .registrationNumberInputContainer > div:first-of-type {
        color: #006cff;
    }

    .registrationNumberInputContainer div {
        width: 100%;
        display: block;
    }

        .registrationNumberInputContainer div input {
            width: 120px;
            text-transform: uppercase;
            display: block;
            margin-top: 5px;
        }


@media (min-width: 1280px) {
    .registrationNumberInputContainer {
        margin-top: 2px;
        width: 100%;
        display: flex;
        font-size: 0.75rem;
        line-height: 1 !important;
    }

        .registrationNumberInputContainer > div:first-of-type {
            color: #006cff;
            width: 160px;
            display: flex;
        }

        .registrationNumberInputContainer div {
        }

            .registrationNumberInputContainer div input {
                width: 120px;
                text-transform: uppercase;
                margin-top: 0;
                display: flex;
            }
}


.model-header {
    padding: 2.3rem 1rem 0 2.3rem;
}

.modal-body {
    padding: 0 2.3rem 1rem 2.3rem;
}

.modal-content {
    margin: 10px;
}


@media (min-width: 768px) {
    .model-lg.model-lg-fixed {
        max-width: 768px;
    }
}

@media (min-width: 1280px) {
    .model-lg.model-lg-fixed {
        width: 800px;
        max-width: 800px;
    }
}

.modal-bottom-border {
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}


@media (min-width: 768px) {
    .modal-bottom-border {
        margin-left: 180px;
        margin-bottom: 0;
    }
}

.addons-image {
    object-fit: scale-down;
    width: 120px;
    height: 120px;
}

.no-side-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}


.product-upgrade-container {
    background-color: #474F6C;
    border: 1px solid #707070;
    box-shadow: 0px 25px 30px rgb(0, 0, 0, 0.15);
    padding-bottom: 20px;
}

    .product-upgrade-container .intro-text {
        font-size: 17px;
    }

    .product-upgrade-container .each-text {
        margin-top: -10px;
        margin-left: 10px;
    }

    .product-upgrade-container .product-upsell-image {
        height: 150px;
        width: auto;
        display: block;
        margin: 0 auto;
        margin-top: -15%;
    }

@media only screen and (max-width: 1024px) {
    .product-upgrade-container .product-upsell-image {
        height: 150px;
        width: auto;
        display: block;
        margin: 0 auto;
        margin-top: -5%;
    }
}

.font-size-30 {
    font-size: 1.875rem;
}

.upload-progress {
    height: 30px;
    margin-top: -2px;
    margin-right: 10px;
}

.why-buy-banner {
    background-color: #172740;
    padding: 20px;
}

    .why-buy-banner h2 .bold-headline {
        color: #FFCC33;
        font-weight: bolder;
        font-size: 1.650rem !important;
    }

    .why-buy-banner .icon-text {
        width: 48%;
        padding-top: 5px;
    }

    .why-buy-banner .item {
        width: 20%;
        vertical-align: top;
    }

        .why-buy-banner .item img {
            vertical-align: top;
        }

        .why-buy-banner .item:hover, .why-buy-banner .item:focus, .why-buy-banner .item:active {
            font-weight: bold;
        }

            .why-buy-banner .item:hover .icon, .why-buy-banner .item:focus .icon, .why-buy-banner .item:active .icon {
                display: none;
            }

            .why-buy-banner .item:hover .hover-icon, .why-buy-banner .item:focus .hover-icon, .why-buy-banner .item:active .hover-icon {
                display: inline !important;
            }

@media only screen and (max-width: 1280px) {
    .why-buy-banner .icon-text {
        width: 100%;
        padding: 0rem 0.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .why-buy-banner .item {
        width: 50%;
        padding-bottom: 20px;
    }
}

.why-buy-banner .item picture, .why-buy-banner .item img {
    height: 65px;
    width: 65px;
}

#coiOverlay .h1, #coiOverlay .h2, #coiOverlay .h3, #coiOverlay .h4, #coiOverlay .h5, #coiOverlay .h6,
#coiOverlay h1, #coiOverlay h2, #coiOverlay h3, #coiOverlay h4, #coiOverlay h5, #coiOverlay h6 {
    color: #000000 !important;
}

.enhance-dashcam-block {
    background: rgba(88,88,88,.05);
}

    .enhance-dashcam-block h2 {
        font-size: 1.150rem !important;
    }

.btn-backorder {
    background-color: #ffe8a7;
    border-color: #ffe8a7;
}

.btn-backorder:hover, .btn-backorder:active, .btn-backorder.active, .btn-backorder.focus, .btn-backorder:focus {
    background-color: #d7c591;
    border-color: #d7c591;
}

.backorder-text{
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .backorder-text {
        text-align: center;
    }
}

/* Commercial page */
.image-caption {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media only screen and (min-width: 700px) and (max-width: 768px) {
    .image-caption-left {
        padding-right: 15% !important;
    }

    .image-caption-right {
        padding-right: 25% !important;
    }
}

@media only screen and (min-width: 625px) and (max-width: 700px) {
    .image-caption-left {
        padding-right: 10% !important;
    }

    .image-caption-right {
        padding-right: 22.5% !important;
    }
}

@media only screen and (min-width: 520px) and (max-width: 625px) {
    .image-caption-right {
        padding-right: 17.5% !important;
    }
}

@media only screen and (min-width: 450px) and (max-width: 520px) {
    .image-caption-right {
        padding-right: 12.5% !important;
    }
}

.call-us-now-banner {
    background-image: linear-gradient(to right, #0B1734, #0B1734, #366DF6, #0B1734, #0B1734);
}

.call-us-now-banner p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 700 !important;
}

.call-us-now-banner h2 {
    margin-top: 1rem;
}

.banner-overlay .icon-chevron-down {
    display: none;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: 20px;
    fill: none;
    stroke: #FFCC33;
    stroke-width: 2;
    stroke-linecap: round;
}

.banner-container {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    font-size: 20px;
    padding: 10px;
    padding-right: 50px;
    padding-left: 25px;
    height: 100%;
}

@media only screen and (min-width: 450px) {
    .banner-overlay {
        padding: 10px;
        padding-right: 50px;
    }
}

.banner-overlay-text-container {
    overflow: auto;
    display: none;
    height: 100px;
}

.banner-overlay-description-container {
    height: 100px;
    display: none;
}

.banner-overlay-title {
    display: none;
}

@media only screen and (min-width: 450px) {
    .banner-overlay-title {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 450px) {
    .banner-overlay-text {
        padding: 0px 10px;
    }
}

.banner-overlay-text-container::-webkit-scrollbar {
    width: 5px;
}

.banner-overlay-text-container::-webkit-scrollbar-track {
    background: #707070;
}

.banner-overlay-text-container::-webkit-scrollbar-thumb {
    background: #9D9D9D;
    border-radius: 20px;
}
    .banner-overlay-text-container::-webkit-scrollbar-thumb:hover {
        background: #E0E0E0;
    }

.slick-current .banner-overlay {
    background: rgba(0, 0, 0, 0.7);
    height: auto;
}

@media only screen and (min-width: 780px) and (max-width: 846px) {
    .slick-current .banner-overlay {
        height: 65%;
    }
}

@media only screen and (min-width: 1079px) and (max-width: 1439px) {
    .slick-current .banner-overlay {
        height: 40%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1719px) {
    .slick-current .banner-overlay {
        height: 27.5%;
    }
}

@media only screen and (min-width: 1720px) {
    .slick-current .banner-overlay {
        height: 20%;
    }
}

.slick-current .banner-overlay .icon-chevron-down {
    display: block;
}

.slick-current .banner-overlay .icon-chevron-down {
    display: block;
}

.slick-current .banner-overlay .banner-overlay-description-container {
    display: block!important;
}

.slick-current .banner-overlay .banner-overlay-title {
    display: block;
}

.slick-current .banner-overlay.show {
    display: block;
    height: 100%;
}

.slick-current .banner-overlay.show .icon-chevron-down {
    display: block;
}

.slick-current .banner-overlay.show .banner-overlay-description-container {
    display: none!important;
}

@media only screen and (max-width: 425px) {
    .slick-current .banner-overlay .banner-overlay-description-container {
        display: none !important;
    }
}

.slick-current .banner-overlay.show .banner-overlay-text-container {
    display: block!important;
    height: 80%;
}

@media only screen and (max-width: 425px) {
    .slick-current .banner-overlay.show .banner-overlay-text-container {
        height: 75%;
    }
}

.arrow-container .features-slick-next {
    margin-top: -40%;
}

.arrow-container .features-slick-prev {
    margin-top: -40%;
    margin-right: 75vw;
}

@media only screen and (max-width: 450px) {
    .arrow-container .features-slick-next {
        margin-top: -50%;
    }
}

@media only screen and (max-width: 450px) {
    .arrow-container .features-slick-prev {
        margin-top: -50%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .arrow-container .features-slick-next {
        margin-top: -70%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .arrow-container .features-slick-prev {
        margin-top: -70%;
    }
}

.bottom-arrow-container .features-slick-next {
    margin-top: -48%;
}

.bottom-arrow-container .features-slick-prev {
    margin-top: -48%;
    margin-right: 75vw;
}

@media only screen and (max-width: 450px) {
    .bottom-arrow-container .features-slick-next {
        margin-top: -90%;
    }
}

@media only screen and (max-width: 450px) {
    .bottom-arrow-container .features-slick-prev {
        margin-top: -90%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .bottom-arrow-container .features-slick-next {
        margin-top: -80%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .bottom-arrow-container .features-slick-prev {
        margin-top: -80%;
    }
}

.banner-below {
    background-color: #F5F5F7;
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba( 256, 256, 256, 0.7);
}

.slick-current .img-gradient:after {
    background: none;
}

.slick-current .banner-below {
    display: block!important;
}

@media only screen and (max-width: 568px) {
    .hero.hero-product .hero-product-bg {
        height: 400px;
    }
}

/* Commercial page - 4 to 7 */
.product-spec-description {
    background-color: #F5F5F7;
    text-align: center;
}
    .product-spec-description h2.title {
        font-size: 2.25rem !important;
    }

    .product-spec-description .product-buttons {
        display: flex;
        justify-content: center;
        margin-bottom: 22px;
    }

    .product-spec-description .product-secondary-button {
        box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
        border: 1px solid #060910;
        margin-right: 1rem;
    }

.product-spec-image {
    font-size: 0.65rem !important;
}

    .product-spec-image span {
        display: block;
        text-align: right;
    }

        .product-spec-image span.label {
            font-weight: bold;
            margin-top: 5px;
        }

    .product-spec-image .specs {
        position: absolute;
        top: 8px;
        right: 16px;
    }

.text-icon-banner {
    background-image: linear-gradient(to right, #356FF6, #51A8F9, #6FE7FC);
    background-position-y: center;
}

    .text-icon-banner .textbox-wrapper {
        width: 80%;
    }

    .text-icon-banner .textbox {
        border: #0066FF solid 1px;
        margin-top: -1.5%;
        height: 114%;
    }

    .text-icon-banner .heading {
        font-size: 1.75rem !important;
        margin-bottom: 0.25rem !important;
    }

    .text-icon-banner .subheading {
        font-size: 1.5rem !important;
    }

.w-80 {
    width: 80%;
}

@media only screen and (max-width: 450px) {
    .text-icon-banner .textbox {
        height: 100%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .text-icon-banner .textbox {
        height: 103%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .text-icon-banner .textbox {
        height: 106%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .text-icon-banner .textbox {
        height: 110%;
    }
}

@media only screen and (min-width: 1280x) and (max-width: 1720px) {
    .text-icon-banner .textbox {
        height: 116%;
    }
}

.testimonial-banner .image {
    position: relative;
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
}

.testimonial-banner .image-logo {
    position: absolute;
    top: 5%;
    left: 5%;
}

.testimonial-banner .image-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    height: auto;
}

    .testimonial-banner .image-caption div {
        padding: 15px;
    }

.testimonial-banner .author .image {
    margin-top: -30%;
    border-radius: 50%;
}

.client-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.client-logos .logo-wrapper {
    width: 20%;
    padding: 1px;
}

@media only screen and (max-width: 450px) {
    .client-logos .logo-wrapper {
        width: 50%;
    }
}

@media only screen and (min-width: 451px) and (max-width: 768px) {
    .client-logos .logo-wrapper {
        width: 33%;
    }
}

.client-logos .logo {
    border: #000 solid 1px;
}

@media only screen and (max-width: 768px) {
    .client-logos .logo-heading-wrapper {
        position: inherit !important;
        padding-bottom: 25px;
    }
}

.client-logos .logo-heading-wrapper {
    margin: auto;
    position: absolute;
}

.client-logos .logo-heading {
    border: #FFCC33 solid 5px;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
}

.client-logos .logo-heading div {
    font-weight: bold;
    padding: 10px 5px;
    width: fit-content;
    width: -moz-fit-content;
    background-color: #fff;
}


/*** Video Scroll Component TYPE 1 ***/
/* .video-scroll-component {
    position: relative;
    width: 100vw;
    max-width: 1032px;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.3s ease;
}

.video-scroll-component.-in-view {
    max-width: 100vw;
}

.video-scroll-component__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.video-scroll-component video {
    position: absolute;
    width: 100vw;
    max-width: none;
    height: 100vh;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.video-scroll-component__inner {
    overflow: hidden;
    height: 100%;
}

.video-scroll-component.-in-view .video-scroll-component__inner {
    overflow: auto;
    height: 100%;
    scroll-behavior: smooth;
}

.video-scroll-component__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150vh;
    text-align: center;
    color: white;
    z-index: 1;
} */

/*** Video Scroll Component TYPE 2 ***/
.video-scroll-component {
    position: relative;
    width: 100%;
    max-width: 1002px;
    height: auto;
    margin: 0 auto;
    /* overflow: auto; */
    overflow: hidden;
    transition: max-width 0.3s ease;
    scroll-snap-stop: always;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.video-scroll-component::before,
.video-scroll-component::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease;
    pointer-events: none;
    background-color: #f5f5f7;
    z-index: 3;
}
.video-scroll-component::before {
    top: 0;
    transform-origin: 0 0;
}
.video-scroll-component::after {
    bottom: 0;
    transform-origin: 0 100%;
}
.video-scroll-component.-in-view {
    max-width: 100vw;
}
.video-scroll-component.-in-view::before,
.video-scroll-component.-in-view::after {
    transform: translateX(-50%) scaleY(0);
}
.video-scroll-component.-out-of-view {
    max-width: 1002px;
}

.video-scroll-component__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    z-index: 2;
    transition: opacity 0s linear;
}

.video-scroll-component__video-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment: fixed; */
    pointer-events: none;
}
/* .video-scroll-component.-in-view .video-scroll-component__video-wrapper {
    position: fixed;
} */
.video-scroll-component__video-wrapper.-fixed {
    position: fixed;
    top: auto;
    bottom: 0;
}
.video-scroll-component__video-wrapper.-absolute-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}
.video-scroll-component.-out-of-view .video-scroll-component__video-wrapper {
    top: auto;
    bottom: 0;
}
/* background-color: #f5f5f7; */

.video-scroll-component video {
    position: absolute;
    width: 100vw;
    max-width: none;
    height: 100vh;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* opacity: 0; */ /* debug */
}

.video-scroll-component__inner {
    overflow: hidden;
    height: 100%;
}

.video-scroll-component.-in-view .video-scroll-component__inner {
    overflow: auto;
    height: 100%;
    scroll-behavior: smooth;
}

.video-scroll-component__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150vh;
    max-width: 668px;
    text-align: center;
    color: white;
    z-index: 3;
    opacity: 0;
    transition: opacity 0s linear;
}

@media (min-width: 1280px) {
    .footer .copyright-line {
        font-size: 0.6rem;
    }
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: wait;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0,174,239,.15);
    border-right: 6px solid rgba(0,174,239,.15);
    border-bottom: 6px solid rgba(0,174,239,.15);
    border-top: 6px solid rgba(0,174,239,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

 .footer-padding{
    padding-top: 1.8rem!important;
    padding-bottom: 95px!important;
}
