
body {
    background: -webkit-linear-gradient(180deg, rgba(22, 125, 197, 0.09), #fff 180px, #fff);
    background: linear-gradient(180deg, rgba(22, 125, 197, 0.09), #fff 180px, #fff);
    background-repeat: no-repeat;
}

.date-badge {
    color:#7fc8f8;
    background-color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
}

.video-compare-container {
    display: inline-block;
    line-height: 0;
    position: relative;
    width: 100%;
    padding-top: 42.3%;
    min-height: 300px;
    height: auto;
    cursor: ew-resize;
}

.video-compare-container video {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.video-clipper {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.video-clipper video {
    width: 200%;
    position: absolute;
    height: 100%;
}

.customer-logo {
    max-width: 15rem;
}

.card-column {
    max-width: 35rem;
}

.timeline-card {
    padding: 0.4rem;
    border-radius: 1.6rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.slider-container {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slider {
    appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0d6efd;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0d6efd;
    cursor: pointer;
}
.c-compare {
    --h: 9;
    --m: 1rem 0;
    --w: 16;
    --thumb-w: 0.01rem;
    margin: var(--m);
    position: relative;
    max-height: calc(100% - 220px);
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-position: center;
}
.c-compare::after {
    content: "";
    display: flex;
    padding-bottom: 100%;
}
.c-compare__left,
.c-compare__right {
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    width: 100%;
}
.c-compare__left {
    clip-path: polygon(0% 0%, var(--compare_slider_position) 0%, var(--compare_slider_position) 100%, 0% 100%);
    outline: thick solid red;
    outline-offset: -2px;
}

.c-compare__right {
    clip-path: polygon(100% 0%, var(--compare_slider_position) 0%, var(--compare_slider_position) 100%, 100% 100%);
    outline: thick solid #00bf00;
    outline-offset: -2px;
}

.c-compare__range {
    cursor: ew-resize;
    background-color: transparent;
    box-sizing: border-box;
    font-family: inherit;
    height: 100%;
    margin: 0;
    outline: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.c-compare__range::-moz-range-thumb {
    cursor: ew-resize;
    height: 100%;
    width: var(--thumb-w);
}
.c-compare__range::-webkit-slider-thumb {
    cursor: ew-resize;
    height: 100%;
    width: var(--thumb-w);
}

.c-compare__range::-moz-range-track {
    background: transparent;
    background-size: 100%;
    box-sizing: border-box;
}
.c-compare__range::-webkit-slider-runnable-track {
    background: transparent;
    background-size: 100%;
    box-sizing: border-box;
    height: 100%;
}
.c-compare__range,
.c-compare__range::-webkit-slider-runnable-track,
.c-compare__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
}

/*FOOTER*/
footer {
    background: #fff;
    background: -webkit-linear-gradient(180deg, #E5E4E4FF, #fff 150px, #fff);
    background: linear-gradient(180deg, #E5E4E4FF, #fff 150px, #fff);
    background: #fff;  /* fallback for old browsers */
}
footer a {
    color: #6c757d;
    text-decoration: none;
    transition-duration: 0.2s;
}
footer a:hover {
    color: #7fc8f8;
}
.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #FFFFFF;
}
.footer-middle {
    padding-top: 2em;
    color: white;
}


