/** Shopify CDN: Minification failed

Line 86:0 Unexpected "}"

**/

.bannerBackground {
position: relative;
}
.bannerBackground .text-center {
    text-align: center!important;
   align-items:center;
}

.bannerBoxInfo .h0 {
    font-weight: bolder;
    font-size: clamp(3.6rem,4.48vw,8.6rem);
    line-height: 6rem;
    margin: 0 0 1rem 0;
      font-family: 'arial';
    letter-spacing: -4px;
}

.bannerBackground .fullscreen-banner-wrap {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
width: 100%;
height: 100%;
overflow: hidden;
}

.bannerBackground .fullscreen-banner-wrap .banner-js {
position: absolute;
top: 0;
left: 0;
min-height: 100%;
min-width: 100%;
width: 100%;
height: 100%;
object-fit: cover;
}

.bannerBackground .fullscreen-banner-wrap video,
.bannerBackground .fullscreen-banner-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bannerBackground .bannerBox {
  padding-left:7.7rem;
/*   padding-right:35rem; */
  text-align: start;
  display: flex!important;
  flex-direction: column;
  justify-content: end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bannerBackground .large{
   min-height: 500px;
  max-height: 800px;
  height: calc(100vh);
  padding-bottom:11.5rem;
}
.bannerBackground .small{
  padding-bottom: 3rem;
  min-height: 350px;
  height: 400px;
max-height: 700px;
}
.bannerBackground .medium{
    /* min-height: 400px;
    max-height: 800px; */
    height: calc(100vh);
    padding-bottom: 3rem;
}
}
.small .media>img {
    object-position: top;
}
.bannerBackground .bannerBoxInfo, .bannerBackground {
z-index: 2;
}
.bannerBoxInfo{
  width:45%;
}

.bannerBoxInfo .h2{
   font-weight: 600;
  font-size: 5rem;
  line-height: 6rem;
/*   margin:0 0 1rem 0; */
  margin:0;
}
.bannerBoxInfo .h1{
 font-weight: 600;
  font-size: 6rem;
  line-height: 6rem;
}

.bannerBoxInfoDescription p{
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top:0rem;
  margin-bottom:2.2rem;
}
.paragraph-padding p{
 line-height: 2.5rem;
  margin-top:0rem; 
}



.btn-scroll.is-animated {
    animation: animated-button 1.5s linear infinite;
    will-change: opacity,transform;
    animation-name: btn-scroll;
}
@keyframes btn-scroll {
0% {
    transform: translate3d(-50%, -25px, 0);
    opacity: 1;
}
100% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
}
}

.btn-scroll {
display:none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    font-size: 5rem;
    line-height: 11rem;
    text-align: center;
    transition: all ease .3s;
    z-index: 1;
}
.display-scroll-btn{
  display:block;
}

@media screen and (max-width: 1190px) {
.bannerBackground .bannerBox {
    padding-left: 4rem;
  padding-right:4rem;
}
  .bannerBoxInfo{
  width:100%;
}
}
@media screen and (max-width: 767px) {
  .remove-padding-mobile{
    padding-bottom:0!important;
  }
  .bannerBoxInfo .h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .bannerBackground .bannerBox {
  padding-left:2rem;
    padding-right:2rem;
}
.bannerBoxInfoTitle {
 font-size: 3rem;
  line-height:4rem;
}
  .bannerInfoDescription p {
    margin-top: 0rem;
    margin-bottom: 2rem;
}
}


.bannerBoxInfo .caption{
  font-weight: 600;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


.bannerBackground:hover .video-controls{
  opacity:1;
  transition: opacity .5s ease;
}