@import url(https://use.typekit.net/jki1pqn.css);@import url(https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700&display=swap);@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.banner-main{display:grid;width:100%;min-height:100dvh;color:#fff;text-align:center}.banner-main .slider{overflow:hidden}.banner-main .slider,.banner-main .slider iframe{position:absolute;top:0;left:0;width:100%;height:100%}.banner-main .overlay{background:rgba(0,0,0,.3);mix-blend-mode:multiply}.banner-main .container{display:grid;-ms-flex-line-pack:center;align-content:center;padding-top:8rem}.banner-main .container .image{width:100%;height:30dvh}.banner-main .container .image img{width:100%;height:100%;object-fit:contain;object-position:center center}.banner-main .container .image+.text{margin-top:2rem}.banner-main .container .text p{font-size:1.65rem;font-weight:600}.banner-main .container .buttons{margin-top:4rem;margin-bottom:0}.banner-main .container .buttons .btn.white-btn{color:#000;background:hsla(0,0%,100%,.8)}.banner-main .container .buttons .btn.white-btn svg{margin-left:0}.banner-main .container .buttons .btn.white-btn svg path{fill:hsla(0,0%,100%,.8)}.banner-main .container .buttons .btn+.btn{margin-left:2rem}.banner-main .scrolldown-btn{position:absolute;left:50%;transform:translate(-50%);display:grid;bottom:3rem;width:2.5rem;height:4rem;border:1px solid #fff;border-radius:2rem;cursor:pointer}.banner-main .scrolldown-btn:after,.banner-main .scrolldown-btn:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:-4rem;height:3rem;width:1px;background:hsla(0,0%,100%,.7)}.banner-main .scrolldown-btn:after{top:.5rem;height:.7rem;background:#fff;animation:scroll-btn 1s cubic-bezier(.95,.05,.795,.035) 0s infinite alternate-reverse}@media only screen and (max-width:768px){.banner-main .overlay{background:linear-gradient(0deg,#0a1a2f,rgba(10,26,47,0))}.banner-main .container{-ms-flex-line-pack:end;align-content:end;padding-bottom:5dvh}.banner-main .container .title{margin-top:2dvh;margin-bottom:2dvh}.banner-main .container .title h1,.banner-main .container .title h2{font-size:5.2625rem}.banner-main .container .text{max-width:100%;padding-right:5rem}.banner-main .scrolldown-btn{display:none}}@keyframes scroll-btn{0%{top:.5rem}to{top:1rem}}