.d-none {
    display: none !important;
}
.landing-page {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    /*background-color: #ffb716;*/
    background-size: cover;
    background-position: center center;
    padding: 50px;
}
.landing-slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.landing-slider-item {
    height: 100vh;
    position: relative;
}
.landing-slider-item-back,
.landing-slider-item-video {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.landing-slider-item-back.tablet,
.landing-slider-item-back.phone,
.landing-slider-item-video.tablet,
.landing-slider-item-video.phone {
    display: none;
}
.landing-page video {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: black;
    object-fit: cover;
}
.landing-video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(0,0,0,0.1);
}
.landing-logo {
    position: relative;
    z-index: 1;
    max-width: 425px;
}
.landing-icons {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    max-width: calc(100% - 575px);
}
.landing-slogan {
    position: absolute;
    color: white;
    font-size: 180px;
    font-weight: 800;
    text-transform: uppercase;
    left: 130px;
    bottom: 185px;
    line-height: 0.85;
    width: 500px;
    z-index: 1;
}
.landing-menu {
    position: absolute;
    bottom: 185px;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    z-index: 1;
}
.landing-link-item {
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    background-color: #d42227;
    padding: 10px;
    margin-bottom: 15px;
    border: 3px solid #d42227;
}
.landing-link-item:last-child {
    margin-bottom: 0;
}
.landing-link-item.invert {
    background-color: transparent;
    color: #d42227;
}
.landing-link-item.invert.white {
    border-color: white;
    color: white;
}
.landing-link-item.icon {
    padding-left: 50px;
    position: relative;
}
.landing-link-item.icon .lnr,
.landing-link-item.icon img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.landing-link-item.icon .lnr {
    font-size: 1.4em;
    vertical-align: text-bottom;
    margin-right: 1em;
}
.landing-link-item.invert.white.icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: inline-block;
    width: 1.4em;
    vertical-align: text-bottom;
    margin-right: 1em;
}
.landing-link-item:hover,
.landing-link-item:focus {
    background-color: #ed1423;
    color: white;
    border-color: #ed1423;
}
.landing-link-item.invert.white:hover,
.landing-link-item.invert.white:focus {
    background-color: rgba(255,255,255,0.1);
}
@media only screen and (min-height:1000px) and (min-width:1401px) {
    .landing-slogan {
        top: 300px;
        bottom: auto;
    }
}
@media only screen and (max-width:1500px) {
    .landing-slogan {
        font-size: 120px;
        width: 370px;
    }
}
@media only screen and (max-height:750px) and (min-width:1301px) {
    .landing-slogan {
        font-size: 90px;
        width: 280px;
        bottom: auto;
        position: absolute;
    }
}
@media only screen and (max-height:600px) and (min-width:1301px) {
    .landing-logo {
        max-width: 215px;
    }
    .landing-icons {
        max-width: calc(100% - 320px);
    }
    .landing-slogan {
        font-size: 65px;
        width: 230px;
        bottom: auto;
        position: absolute;
        left: 90px;
    }
}
@media only screen and (max-height:1400px) and (max-width:1400px) {
    .landing-page {
        padding: 50px 20px;
        background-position: center center !important;
    }
    .landing-slider-item-back.tablet,
    .landing-slider-item-video.tablet {
        display: block;
        width: 1450px;
        height: 1450px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .landing-logo {
        max-width: 250px;
    }
    .landing-icons {
        max-width: calc(100% - 320px);
    }
    .landing-slogan {
        position: relative;
        font-size: 90px;
        width: 325px;
        left: 25px;
        bottom: 0;
        margin-top: 15px;
        padding-left: 20px;
    }
    .landing-menu {
        bottom: 70px;
        width: 225px;
        font-size: 12px;
    }
    .landing-link-item {
        letter-spacing: 1px;
        border-width: 1px;
        margin-bottom: 10px;
        padding: 7px;
    }
}
@media only screen and (max-height:900px) and (min-width:1025px)  {
    .landing-slogan {
        font-size: 100px;
        width: 370px;
    }
}
@media only screen and (max-height:500px) and (min-width:1025px)  {
    .landing-slogan {
        font-size: 55px;
        width: 200px;
    }
}
@media only screen and (max-height:750px) and (min-width:1025px) and (max-width:1300px) {
    .landing-slogan {
        font-size: 90px;
        width: 280px;
        bottom: auto;
        top: 270px;
        position: absolute;
    }
}
@media only screen and (max-height:600px) and (min-width:1025px) and (max-width:1300px) {
    .landing-logo {
        max-width: 215px;
    }
    .landing-icons {
        max-width: calc(100% - 320px);
    }
    .landing-slogan {
        font-size: 65px;
        width: 230px;
        bottom: auto;
        top: 165px;
        position: absolute;
        left: 42px;
    }
}
@media only screen and (max-width:1024px) {
    .landing-logo {
        max-width: 315px;
    }
    .landing-icons {
        max-width: calc(100% - 390px);
    }
    .landing-icons .row-10 {
        margin: 0 -5px;
    }
    .landing-icons .col-10 {
        padding: 5px;
    }
    .landing-icons img {
        height: 35px;
    }
    .landing-slogan {
        left: 40px;
    }
}
@media only screen and (max-height:700px) and (max-width:1024px) {
    .landing-slider-item-back.tablet,
    .landing-slider-item-video.tablet {
        width: 1050px;
        height: 1050px;
    }
}
@media only screen and (min-height:700px) and (max-width:500px) {
    .landing-slider-item-back.tablet,
    .landing-slider-item-video.tablet {
        width: 1050px;
        height: 1050px;
    }
}
@media only screen and (max-height:500px) and (min-width:770px) and (max-width:1024px) {
    .landing-page {
        padding: 20px;
    }
    .landing-logo {
        max-width: 215px;
    }
    .landing-icons {
        max-width: calc(100% - 300px);
    }
    .landing-menu {
        width: 225px;
        font-size: 12px;
    }
    .landing-link-item {
        letter-spacing: 1px;
        border-width: 1px;
        margin-bottom: 10px;
    }
    .landing-slogan {
        font-size: 45px;
        max-width: 160px;
    }
}
@media only screen and (max-width:769px) {
    .landing-page {
        padding: 20px 20px 50px;
    }
    .landing-logo {
        max-width: 115px;
    }
    .landing-icons {
        right: 10px;
        max-width: calc(100% - 155px);
    }
    .landing-icons .row-10 {
        margin: 0 -2px;
    }
    .landing-icons .col-10 {
        padding: 2px;
    }
    .landing-icons img {
        height: 19px;
    }
    .landing-slogan {
        font-size: 65px;
        width: 100%;
        padding: 0 20px;
        max-width: 270px;
        left: 0;
    }
}
@media only screen and (max-height:700px) and (max-width:700px) {
    .landing-slider-item-back.phone,
    .landing-slider-item-video.phone {
        display: block;
        width: 750px;
        height: 750px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media only screen and (max-height:500px) and (max-width:769px) {
    .landing-slogan {
        font-size: 45px;
        max-width: 160px;
    }
}
@media only screen and (max-height:500px) and (max-width:500px) {
    .landing-slider-item-back.phone,
    .landing-slider-item-video.phone {
        width: 500px;
        height: 500px
    }
}