.section-slider_item{height:100dvh;background-size:cover;background-position:center;justify-content:flex-end;position:relative;}
.section-hero_content{max-width:65%;}
.section-hero_content p{margin-top:0;}
.section-hero p{font-family:'Roboto Mono';margin-bottom:0px;margin-top:0;text-transform:uppercase;font-size:11px;}
.section-hero_content p{font-size:22px;line-height:1.3;font-family:'Spectral';text-transform:none;}
img.section-hero_img-bottom{width:100%;margin-top:15px;}
.section-slider_item-content a{color:white;text-decoration:none;display:block;}
.section-slider_item-title{font-size:25px;line-height:27.5px;margin-bottom:20px;margin-top:0;font-weight:400;/* width: 100%; *//* display: block; */}
.section-slider_item-subtitle{font-size:10px;line-height:15px;font-family:'Roboto Mono';text-transform:uppercase;font-weight:300;margin-bottom:40px;}
.section-slider_item-content{max-width:22.5%;margin-bottom:20px;width:100%;overflow:hidden;color: white;}
span.section-slider_item-btn{font-family:'Roboto Mono';font-size:12px;font-weight:300;transition:all .3s;display:block;}
span.section-slider_item-btn:before{content:"> ";position:relative;transition:all .3s;left:0;}
span.section-slider_item-btn:after{content:" <";position:relative;transition:all .3s;right:0;}
span.section-slider_item-btn:hover:before{left:5px;}
span.section-slider_item-btn:hover:after{right:5px;}
.fp-watermark{display:none;}
.fp-arrow{border:1px solid white!important;width:40px;height:40px;background-image:url(../images/arrow-slider.svg);background-repeat:no-repeat;background-position:center;transition:all .3s;}
.fp-arrow.fp-next{transform:scaleX(-1);}
.fp-arrow:hover{background-position:10px;}
#fp-nav ul li a span:last-child{width:5px!important;height:20px!important;border-radius:0!important;background-color:#bfbfbb;margin:-2px 0 0 -2px!important;text-transform:uppercase;color:black;opacity:1!important;display:block!important;transition:all .3s;}
#fp-nav ul li{margin-bottom:4px;width:5px;height:20px;margin-top:0;margin-left:0;margin-right:0;outline:none;}
#fp-nav ul li a.active span:last-child{background-color:#4e4e4e;}
.fp-sr-only{color:black!important;text-transform:uppercase;}
#fp-nav ul li .fp-tooltip{opacity:1!important;width:auto!important;transition:opacity .2s ease-in;height:auto!important;color:#bfbfbb;text-transform:uppercase;font-family:'Roboto Mono';top:10px;font-size:12px;transition:all .3s;}
div#fp-nav *{outline:none!important;}
#fp-nav ul li a.active + .fp-tooltip{color:#4e4e4e;}
#fp-nav.fp-right{right:20px;top:35%;pointer-events:all;}
.section-hero .container{display:flex;flex-direction:column;justify-content:space-between;height:100dvh;padding:20px;}
.section-slider_bg-video{object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1;}
.logged-in .section-hero .container{padding-top:50px;}
.logo-area{display:none}
html{margin-top:0!important;}
section footer{height:100dvh;display:flex;align-items:flex-end;width:100%;}
section footer .container{width:100%;}
.section-slider{background-color:black;}
.section-slider_wrap-items{height:100vh;}
.section-stories .fp-overflow{display:flex;gap:20px;height:100dvh;padding-top:20px;}
.section-stories_item{flex:1;max-width:50%;}
.logged-in .section-stories .fp-overflow{padding-top:53px;}
.section-stories_item h3{font-size:25px;font-weight:300;line-height:27.5px;}
.section-stories_item p{font-size:10px;text-transform:uppercase;font-family:'Roboto Mono';}
.link-btn{font-size:12px;font-family:'Roboto Mono';border:1px solid;padding:6px 8px;color:#1E1E1E!important;transition:all .2s;}
.link-btn:before{content:"> ";position:relative;transition:all .2s;left:0;}
.link-btn:after{content:" <";position:relative;transition:all .2s;right:0;}
.link-btn:hover:before{left:4px;}
.link-btn:hover:after{right:4px;}
.section-stories .fp-arrow{background-color:#1e1e1e;border:none!important;}
.fp-prev{left:20px;}
.fp-next{right:20px;}
.section-stories_wrap-thumb{padding-top:70%;position:relative;overflow:hidden;}
.section-stories_wrap-thumb img{position:absolute;top:0;height:100%;object-fit:cover;transition:all .3s;}
.section-stories_wrap-thumb img:hover{transform:scale(.95);}
#wrap-sections {
    height: auto !important;
}
@media screen and (max-width:1024px){
    .section-hero_content{max-width:90%;}
    .section-slider_item-content{max-width:100%;}
}
@media (min-width: 769px) {
    .section-slider_bg-video-desktop {
        display: block;
    }

    .section-slider_bg-video-mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .section-slider_bg-video-desktop {
        display: none;
    }

    .section-slider_bg-video-mobile {
        display: block;
    }
}
@media screen and (max-width:767px){
    #fp-nav ul li .fp-tooltip{display:none;}
}
@media screen and (max-width:480px){
    .section-hero_content p{font-size:18px;}
}