body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

a {
    cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    margin-top: 0;
}

p {
    margin-top: 0;
    color: inherit;
}

.h-display {
    font-size: 54px;
}

.h-display-2 {
    font-size: 28px;
}

@media only screen and (min-width: 576px) {
    .h-display-2 {
        font-size: 45px;
    }
    h1,
    .h1 {
        font-size: 45px;
        font-weight: 800;
    }
}

@media only screen and (min-width: 768px) {
    .h-display {
        font-size: 75px;
    }
    .h-display-2 {
        font-size: 54px;
    }
}

@media only screen and (min-width: 992px) {
    .h-display-2 {
        font-size: 75px;
    }
}

@media (max-width: 768px) {
    .fdb-block .col-fill-left,
    .fdb-block .col-fill-right {
        position: relative;
        width: 100%;
    }
}

h1,
.h1 {
    font-size: 34px;
    font-weight: 800;
}

h2,
.h2 {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.h-number {
    font-weight: 800;
    color: #E7504B;
    letter-spacing: 0.15em;
}

.btn {
    border-radius: 0 !important;
}

.btn-link {
    text-decoration: underline;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-link i {
    font-size: 20px;
    vertical-align: middle;
}

.btn-primary {
    background-color: #E85652;
    border-color: #E85652;
    font-weight: 900;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active {
    background-color: #d2211c;
    border-color: #d2211c;
}

.btn-secondary {
    background-color: transparent;
    color: #E85652;
    text-transform: uppercase;
    font-weight: 800;
}

.line {
    background-color: #E85652;
    height: 2px;
    width: 45px;
}

#quote-block {
    background-color: #F7F6F9;
}

#quote-block .tns-ovh {
    overflow: initial;
}

.fdb-block .fdb-box {
    border-radius: 0;
}

.tns-nav {
    text-align: center;
    padding-top: 20px;
}

.tns-nav button {
    display: inline-block;
    outline: none;
    border: none;
    height: 10px;
    width: 10px;
    margin: 10px 5px 0;
    background-color: #fff;
    border-radius: 50%;
}

.image-fill {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.easeBox {
    transform: translateY(var(--ty));
}

.anchor {
    position: absolute;
    bottom: 100%;
    height: 100vh;
    width: 1px;
    pointer-events: none;
}

[data-scroll] {
    opacity: 0;
    transition: opacity .1s linear;
}

[data-scroll].is-inview {
    opacity: 1;
}

.img-parallax-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.img-parallax {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    min-height: 120%;
    object-fit: cover;
}

#title{
    cursor: pointer;
}

.modal-transparent .modal-content{
    background: none;
    border: none;
}
.modal-transparent .modal-header{
    border: none;
}
.modal-transparent .modal-header .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
}


.tns-horizontal.tns-subpixel > .tns-item
{
    vertical-align: middle;
}