.front-banner-video__container {
    height: 700px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: #bdc7cf;
}

.front-banner-video__container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: rgb(0 0 0 / 39%); */
    background: linear-gradient(60deg, #0000008f 0%, rgb(0 0 0 / 0%) 90%);
    z-index: 1;
}

.front-banner-video__video {
    opacity: .8;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.front-banner-content__container {
    background-color: #fff;
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.front-banner-content__inner-container {
    width: var(--site-width);
    padding-left: var(--site-margin-sides);
    padding-right: var(--site-margin-sides);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: 18px;
    font-family: 'Inter', sans-serif;
    /* box-shadow: 0px 0px 10px #000; */
}

.front-banner-content__pre-heading {
    font-size: 15px;
    opacity: .75;
    border: 1px solid #ffffff69;
    background-color: #39393985;
    padding: 5px 27px 4px;
    border-radius: 50px;
    width: fit-content;
    color: #ffffff;
}

.front-banner-content__heading {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 76px;
    margin-top: 21px;
    /* color: #000; */
    /* box-shadow: 0px 0px 10px #000; */
}

.front-banner-content__text {
    font-size: 26px;
    font-weight: 500;
    width: 60%;
    margin-top: 27px;
    line-height: 39px;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: initial;
}

.front-banner-content__btn {
    display: inline-flex;
    align-items: baseline;
    font-size: 18px;
    color: #ffffff;
    background-color: #0096e2;
    /* border: 1px solid #0088c8; */
    border-radius: 3px;
    white-space: nowrap;
    padding: 13px 49px;
    margin-top: 39px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.front-banner-content__btn-play-icon {
    display: inline-block;
    margin-right: 10px;
    padding-top: 2px;
}

.front-banner-content__btn-play-icon svg {
    height: 18px;
    position: relative;
    fill: #fff;
    top: 3px;
}

.front-banner-content__btn-duration {
    font-size: 12px;
    opacity: .5;
    margin-left: 10px;
    margin-top: 5px;
}

.front-banner-content__btn:hover {
    color: #fff;
    background-color: #0eb2ff;
}

.front-intro {
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 100px;
}

@media screen and (max-width:900px) {
    .front-intro {
        flex-direction: column;
    }

}

.front-intro__text {
    flex: 5;
    padding-right: 30px;
}

.front-intro__text p {
    font-size: 17px;
    line-height: 26px;
}

.front-intro__img {
    flex: 3;
    text-align: center;
}

.front-intro__img svg {
    width: 300px;
}

.try-banner {
    color: #000;
    background-color: #cccccc;
    border-radius: 5px;
    padding: 49px 70px 66px;
    background-image: url(../images/try-banner-bg-img.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -63px;
}

.try-banner__heading {
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 42px;
    margin: 15px 0;
}

.try-banner__text {
    opacity: .9;
    font-size: 17px;
    line-height: 27px;
}

.try-banner__link-container {
    margin-top: 28px;
}

.try-banner__link-btn {
    padding: 9px 49px;
    color: #000000;
    border: 1px solid #000000;
    display: inline-flex;
    align-items: center;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 700;
}

.try-banner__link-btn:hover {
    background-color: #0eb2ff;
    color: #fff;
    border: 1px solid #bcbcbc;
    box-shadow: 0px 0px 15px #00000040;
}

.try-banner__link-text {
    color: #00000087;
    font-size: 14px;
    margin-left: 20px;
}

.try-banner__link-btn svg {
    width: 21px;
    fill: #000000;
    margin-left: 10px;
}

.try-banner__link-text:hover, .try-banner__link-btn:hover svg {
    color: #fff;
    fill: #fff;
}

.front-features {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 90px;
    /* border-radius: 10px; */
}
/*
.front-features__item {
    flex: 11 0 100%;
    display: flex;
    margin: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #00000008;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    align-items: center;
    flex-direction: row;
}
*/
.front-features__item {
    flex: 100%;
    display: flex;
    /* margin: 0px; */
    background-color: #ffffff;
    /* box-shadow: 0px 0px 10px #00000008; */
    border-radius: 5px;
    align-items: flex-start;
    border: 1px solid #ddd;
    flex-direction: row;
    color: #000;
}    

.front-features__item--right-aligned {
    flex-direction: row-reverse;
}

.front-features__item svg {
    width: 22px;
    margin-bottom: 10px;
    transform: scaleX(-1);
    opacity: .5;
}

.front-features__item--right-aligned svg {
    transform: scaleX(1);
}

.front-features__heading {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.front-features__text {
}

.front-features__image {
    background-size: cover;
    /* overflow: hidden; */
    min-height: 340px;
    /* height: 100%; */
    flex: 1;
    /* max-height: 230px; */
    background-position: center;
}

.front-features__content {
    flex: 0 1 50%;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
}

.front-features__image img {width: 100%}

.front-more-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.front-more-features__item {
    flex: 0 31%;
    text-align: center;
}

.front-more-features__heading {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 26px;
}

.front-more-features__image {
    width: 60px;
}


@media screen and (max-width:900px) {
    .front-banner-content__l-heading {
        font-size: 80px;
    }
}

@media screen and (max-width:700px) {

    .front-banner-content__btn {
        display: flex;
        justify-content: center;
        padding: 20px 49px;
    }

    .front-banner-content__pre-heading {
        left: 2px;
    }
    
    .front-banner-content__heading {
        font-size: 13vw;
        line-height: 13vw;
        margin-top: 25px;        
    }

    .front-banner-content__text {
        font-size: 21px;
        width: initial;
        margin-top: 27px;
        line-height: 32px;
    }

    .front-banner-content__inner-container {
        padding-left: var(--site-mobile-margin-sides);
        padding-right: var(--site-mobile-margin-sides);
        top: 130px;
        justify-content: flex-start;
    }

    .try-banner {
        padding: 140px 30px 156px;
        background-position: bottom;
    }

    .try-banner__heading {
        font-size: 50px;
        line-height: 52px;
    }

    .try-banner__link-btn {
        padding: 13px 0px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .try-banner__link-text {
        display: none;
    }

    .front-features__title {
        text-align: center;
        font-size: 35px;
    }

    .front-features__heading {
        font-size: 22px;
        margin-bottom: 7px;        
    }

    .front-features__text {
        font-size: 16px;
    } 
 
    .front-features__item {
        flex: 1 0 100%;
        text-align: center;
        /* display: flex; */
        /* justify-content: space-between; */
        align-items: stretch;
        flex-direction: column;
    }

    .front-features__content {
        padding: 20px 20px 30px 20px;
    }
    
    .front-features__item svg {
        display: none;    
    }

    .front-more-features {
        flex-direction: column;
    }

    .front-more-features__item {
        margin-bottom: 40px;
    }

    .front-more-features__image {
        width: 80px;
    }

    .front-more-features__heading {
        font-size: 22px;
        margin-bottom: 6px;
    }    
}

@media screen and (max-width:600px) {

}