/* Hero Block style */
section.hero {
    position: relative;
    width: 100%;
    float: left;
    min-height: 100vh;
    background: linear-gradient(139.37deg, rgba(0, 0, 0, 0.5) 41.16%, rgba(151, 191, 19, 0.5) 97.37%);
}
.hero-overlay .container {
    max-width: 82%;
}
section.hero .hero-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
}
section.hero .hero-bg video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}
.hero-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
}
.hero-mobile-bg {
    display: none;
}

.hero-outer-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: linear-gradient(139.37deg, rgba(0, 0, 0, 0.5) 41.16%, rgba(151, 191, 19, 0.5) 97.37%);
}
.hero-text-slides-js li{
    display: none;
}
.hero-text-slides p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.hero-text-slides p span {
    color: #97BF13;
}
.hero-text-slides h2,
.hero-text-slides h1 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 56px;
}
.hero-text-slides h2 span,
.hero-text-slides h1 span{
    color: #97BF13;
}
.hero-text-slides a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.hero-text-slides a span{
    color: #97BF13;
}



.hero-text-slides {
    position: relative;
    width: 850px;
    max-width: 90%;
    margin: 0 auto;
}
.hero-text-nav {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 140px;
    top: 2px;
    z-index: 99;
    height: 25px;
    display: none;
}
.hero-slider-prev, .hero-slider-next {
    background-image: url(../../images/slide-left.svg);
    background-position: center;
    height: 23px;
    width: 20px;
    position: static;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
}
.hero-slider-next {
    background-image: url(../../images/slide-right.svg);
    float: right;
}
.hero-text-slides button.slick-prev.slick-arrow,
.hero-text-slides button.slick-next.slick-arrow{
    display: none !important;
}
.hero-text-nav-counter {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 70px;
    display: none;
}
.hero-text-nav-counter span{
    font-weight: 700;
}
.banner-button-bottom {
    background-image: url(../../images/banner-button.svg);
    bottom: 40px;
    width: 29px;
    height: 60px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-size: contain;
}
.become-partner {
    height: 50px;
    width: 190px;
    text-align: center;
    position: absolute;
    right: -74px;
    top: 45%;
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    line-height: 17px;
    color: #111111;
    transform: rotate(-90deg);
    font-weight: 700;
}
.become-partner:hover {
    color: #97BF13;
}

ul.hero-banner-social-links {
    position: absolute;
    right: 10px;
    bottom: 10%;
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.hero-banner-social-links li {
    display: block;
    margin-bottom: 20px;
}
ul.hero-banner-social-links li img {
    display: block;
    max-width: 22px;
}

section.hero .slick-track {
    display: flex !important;
}
section.hero .slick-slide {
    height: inherit !important;
}
section.hero .slick-slide > div {
    height: 100%;
    display: flex;
    align-items: center;
}

@media only screen and ( max-width: 768px) {
    section.hero {
        /*min-height: 370px;*/
        /*height: auto;*/
        height: 310px;
    }

    .hero-mobile-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        display: block;
    }
}

@media only screen and ( max-width: 560px) {
    .hero-text-nav-counter {
        margin-bottom: 50px;
    }
    .hero-text-slides h2,
    .hero-text-slides h1 {
        font-size: 30px;
    }
}