body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f8fafc;
}


.bg-video {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.bg-video .pic {
    height: 100vh;
}
.home-banner {
    min-height: 100vh;
    padding: 300px 0 150px 0;
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
}
@media (max-width: 1199.98px) {
    .home-banner {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}
@media (max-width: 991.98px) {
    .home-banner {
        min-height: 0;
        padding-bottom: 50px;
    }
}
@media (max-width: 767.98px) {
    .home-banner {
        padding-top: 120px;
    }
}
.home-banner .triangles {
    width: 100%;
    height: 1919px;
    height: 100vw;
    position: absolute;
    right: 0;
    top: -100px;
    z-index: 1;
}
@media (max-width: 991.98px) {
    .home-banner .triangles {
        top: -30px;
    }
}
.home-banner .triangles div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center no-repeat;
    background-size: contain;
}
.home-banner .triangles .top {
    background-image: url(../images/tri-top.webp?b3f250fbda7fe29ddcb8c034da6f7f4c);
}
.home-banner .triangles .right {
    background-image: url(../images/tri-right.webp?580b1081f4cb010817f93c9aa0d940c8);
}
.home-banner .triangles .left {
    background-image: url(../images/tri-left.webp?27540a8f9db13360a93d1b1594135f85);
}
.home-banner .container {
    position: relative;
    z-index: 2;
}
.home-banner .title {
    max-width: 1100px;
    margin: auto;
    position: relative;
    z-index: 3;
    font-weight: bolder;
}
.home-banner .slider {
    margin-top: -50px;
}
@media (max-width: 767.98px) {
    .home-banner .slider {
        margin-top: 20px;
    }
}
.home-banner .slider .slick-track {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-banner .slider img {
    margin: auto;
    max-height: 850px;
    max-width: 90%;
    width: auto;
    height: auto;
}
@media (max-width: 575.98px) {
    .home-banner .slider img {
        max-width: 100%;
    }
}
.home-banner .text {
    margin-top: 50px;
}
@media (max-width: 767.98px) {
    .home-banner .text {
        margin-top: 20px;
    }
}