@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeIn{animation-name:fadeIn}.homeHero{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;background-color:#000;padding-top:40vh;padding-top:0;justify-content:center}@media(max-height:700px){.homeHero{justify-content:flex-start}}.homeHero:before{content:"";top:0;right:0;left:0;bottom:0;position:absolute;background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.4) 45%,rgba(0,0,0,.6));z-index:1}@media(min-width:1024px){.homeHero{height:100vh}}.homeHero__video{z-index:0;position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;transform:translateX(-50%) translateY(-50%)}.homeHero__video .video__container{height:100vh!important}.homeHero__video .video__container .video{position:absolute;display:block;left:50%;top:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width:1366px){.homeHero__video .video__container .video{width:112%}}@media screen and (max-width:1366px) and (min-height:1000px){.homeHero__video .video__container .video{width:140%}}@media screen and (max-width:1024px){.homeHero__video .video__container .video{width:140%}}@media screen and (max-width:1024px) and (min-height:1340px){.homeHero__video .video__container .video{width:248%}}@media screen and (max-width:960px){.homeHero__video .video__container .video{width:155%}}@media screen and (max-width:960px) and (min-height:1000px){.homeHero__video .video__container .video{width:248%}}@media screen and (max-width:960px) and (min-height:1270px){.homeHero__video .video__container .video{width:300%}}@media screen and (max-width:600px) and (orientation:portrait){.homeHero__video .video__container .video{width:330%}}@media screen and (max-width:600px) and (min-height:800px){.homeHero__video .video__container .video{width:400%}}.homeHero__video .video__container .vidyard-player-container{top:-2%}@media screen and (max-height:500px){.homeHero__video .video__container .vidyard-player-container{top:-3%}}.homeHero__video .video__texts:before{display:none}.homeHero__content{display:flex;flex-direction:column;z-index:1;margin-bottom:0;margin-top:-10%;max-width:65%}.homeHero__content img{width:100%;padding-right:0}@media(min-width:1919px){.homeHero__content{max-width:489px}}@media(max-height:700px) and (max-width:1919px){.homeHero__content{margin-top:25vh}}@media(max-height:700px) and (min-width:1919px){.homeHero__content{margin-top:17vh}}@media(min-width:1024px){.homeHero__content{max-width:100%;flex-direction:row;position:relative;display:flex;align-items:center;margin-bottom:24px}.homeHero__content img{width:50%;padding-right:32px}}.homeHero__contentAccent{background:#15bef0;height:.75rem;width:100%;margin:1rem 0}@media(min-width:1024px){.homeHero__contentAccent{margin:0 auto;height:150%;width:.45em}}.homeHero__textContainer{color:#fff;text-align:center;padding:0 0 2rem}@media(min-width:1024px){.homeHero__textContainer{padding:0;border:none;width:50%}}.homeHero__textTop{font-size:1.5rem;line-height:1;display:block}@media(max-height:600px){.homeHero__textTop{font-size:1.1rem}}.homeHero__textBottom{font-size:2.1rem;line-height:1;display:block}@media(max-height:600px){.homeHero__textBottom{font-size:1.6rem}}.homeHero__searchForm{width:100%;display:flex;justify-content:center}.homeHero__search{position:relative;z-index:6;margin-top:0;border:none;border-radius:2.5rem;height:2.5rem;width:100%;padding-left:3rem;background-repeat:no-repeat}.homeHero__searchContainer{position:relative;display:inline-block;width:60%;max-width:466.6666666667px}@media(min-width:1024px){.homeHero__searchContainer{margin-top:2rem;width:100%}}@media(max-height:600px){.homeHero__searchContainer{margin-top:.6rem}}.homeHero__searchContainer:before{content:"";position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:25px;height:25px;background-image:url("../../src/img/icons/search-icon.png");z-index:9}.homeHero__dot{display:none}