#outerPageContainer{ width: 100%;}

.font-primary--regular {
  font-family: "GalanoGrotesque-Regular" !important;
}
.font-primary--medium {
  font-family: "GalanoGrotesque-Medium" !important;
}
.font-primary--bold {
  font-family: "GalanoGrotesque-SemiBold" !important;
  line-height: 1.1;
}
.text-align--center{
  text-align: center;
}
.text-align--left{
  text-align: left;
}
.text-transform--uppercase{
  text-transform: uppercase;
}
.color--white{
  color: #FFF !important;
}
.color--black{
  color: #000 !important;
}
.background-color--black{
 background-color: #000;
}
.background-color--white{
  background-color: #FFF;
}
.background-color--beige{
  background-color: #F7F3ED;
}
.border-bottom--black{
   border-bottom: 1px solid #000;
}
.border-bottom--white{
  border-bottom: 1px solid #FFF;
}

.container img,
.container video {
  display: block;
}
.container img {
  max-width: 100% !important;
}
.container a {
  text-decoration: none !important;
  color: #000;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
width: 100%;
  max-width: 1366px;
  margin: 0 auto;
    position: relative;
    letter-spacing: 0.05em;
    font-size: 62.5%;
}

/*----------------------------
HERO
-------------------------------*/
.hero {
    position: relative;
  display: flex;
  flex-direction: column;
  background: #001a29;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero__inner {
  position: absolute;
  bottom: 0%;
  width: 100%;
  padding:2em;
  box-sizing: border-box;
  text-align: center;
}
.hero__title {
    text-align: center;   
    width: 100%;
    margin: 0;
    font-size: 11vw;
}
.hero__title img{
    margin: 0 auto;
    max-width: 253px !important;
}
.hero__desc {
  text-align:center;
  font-size: 3.5vw;
  line-height: 1.4;
  margin:1em 0;
}
.hero__link {
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 3.5vw;
    transition: 0.5s;
    background: #fff;
    color: #000 !important;
   display: inline-block;
   margin: 0 auto;
}
.hero:hover .hero__link {
  color: #FFF !important;
  background: #000;
}

@media screen and (min-width: 768px) {
    
.hero__inner {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0;
    width: 100%;
    margin: 0 2.5% ;
    box-sizing: border-box;
    padding-bottom: 4em;
}
    .hero__title{margin-bottom: 0;font-size: 4em;}
    .hero__title img{ margin: 0;}
    .hero__desc{font-size: 1.5vw; margin-bottom: 1em; margin-top: 1em}
    .hero__link{font-size: 1.4vw; padding: 12px 30px;}
}
@media screen and (min-width: 1024px) {
  .hero {
    margin-bottom: 100px;
}
  .hero__title{font-size: 40px;}
    .hero__desc{font-size: 14px;}
    .hero__link{font-size: 14px;}
}


/*-------------------------
CAROUSEL
---------------------------*/


.owl-carousel.feature__carousel {
  margin-bottom: 40px;
  text-align: center;
  max-width: 1088px;
}

.owl-carousel.feature__carousel .feature__slide--link{
  border-bottom: 1px solid #000;
  padding: 2px;
margin: 1em 0 0.1em;
display: inline-block;
font-size: 4vw;
}
.owl-carousel.feature__carousel .owl-nav .owl-next,
.owl-carousel.feature__carousel .owl-nav .owl-prev {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  height: 150px;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.owl-carousel.feature__carousel .owl-nav .owl-prev {
  background: url("images/arrow-left-black-v1.png") transparent no-repeat center;
  left: 0;
    padding: 0;
    margin: 0;
}

.owl-carousel.feature__carousel .owl-nav .owl-next {
  background: url("images/arrow-right-black-v1.png") transparent no-repeat center;
  right: 0;
    padding: 0;
    margin: 0;
}

.owl-carousel .owl-item .feature__slide img{
  max-width: 200px !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
.owl-carousel .owl-item .feature__slide img{opacity: 0.2; transition: 0.5s;}
.owl-carousel .owl-item.active .feature__slide img{ opacity: 1;}
}
@media screen and (min-width: 768px) {
  .owl-carousel.feature__carousel .feature__slide--link{ font-size: 1.6vw;}
  }
  @media screen and (min-width: 1024px) {
    .owl-carousel.feature__carousel{
      margin-bottom: 100px ;
    }
    .owl-carousel.feature__carousel .feature__slide--link{ font-size: 16px;}

  }
/*------------------------
BRAND CAROUSEL
--------------------------*/
.container__heading{
  font-size: 7vw;
  text-transform: uppercase;
  padding: 1em 1em 0 1em;
  margin: 0;
  max-width: 1088px;
}
@media screen and (min-width: 768px) {
  .container__heading{
    font-size:3vw;
    width: 100%;
    padding: 1em 0 0;
  }

}
@media screen and (min-width: 1024px) {
  .container__heading{
    font-size:30px;
  }

}
.owl-carousel.brand__carousel {
  padding: 40px 0;
  text-align: center;
  max-width: 1088px;
  margin-bottom: 40px;
}

.owl-carousel.brand__carousel .brand__slide--link{
  border-bottom: 1px solid #000;
  padding: 2px;
margin: 1em 0 0 0;
display: inline-block;
font-size: 4vw;
}
.owl-carousel.brand__carousel .owl-nav .owl-next,
.owl-carousel.brand__carousel .owl-nav .owl-prev {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  height: 150px;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
}

.owl-carousel.brand__carousel .owl-nav .owl-prev {
  background: url("images/arrow-left-black-v1.png") transparent no-repeat center;
  left: 0;
    padding: 0;
    margin: 0;
}

.owl-carousel.brand__carousel .owl-nav .owl-next {
  background: url("images/arrow-right-black-v1.png") transparent no-repeat center;
  right: 0;
    padding: 0;
    margin: 0;
} 

.owl-carousel .owl-item .brand__slide img{opacity: 0; transition: 0.5s;}
.owl-carousel .owl-item.active .brand__slide img{ opacity: 1;}

@media screen and (min-width: 1024px) {
  .owl-carousel.brand__carousel {
  margin-bottom: 100px;
  }

}

/*------------------------
PROMO BANNERS
-------------------------*/
.promo-banners {
    position: relative;
  display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-flow: row wrap;
    max-width: 1088px;
    width: 100%;
    margin-bottom: 40px;
}
.promo-banner {
  flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .promo-banner__info{
position: absolute;
bottom: 0;
padding: 4em 3em;
  }
.promo-banner img{ width: 100%; margin: 0 auto}

.promo-banner__link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-flow: row wrap;
}
.promo-banner__link {
  padding: 12px 0;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'GalanoGrotesque-SemiBold';
  font-size: 3.5vw;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid transparent;
  width: 100%;
  text-align: center;
    transition: 0.5s;
    background: #fff;
    color: #000 !important;
}

.promo-banner .promo-banner__link:hover {
  background: #000;
  color:#FFF !important;
}
.promo-banners .promo-banner__title {
  font-size: 8vw;
}
.promo-banners .promo-banner__desc {
  font-size: 3.5vw;
}
@media screen and (min-width: 768px) {
  .promo-banners{
    margin-bottom:40px ; 
  }
    .promo-banner__link{ width: auto; padding: 12px 30px;}
    .promo-banner__info{
      width: 50%;
      padding: 0;
      top:50%;
      transform: translateY(-50%);
      bottom: auto;
    }
    .promo-banners .promo-banner__title {
      font-size: 3vw;
    }
    .promo-banners .promo-banner__desc {
      font-size: 1.4vw;
    }
    .promo-banner__link{
      font-size: 1.4vw;
      padding: 12px;
      margin: 0.7em;
    }

}
@media screen and (min-width: 1024px) {
  
.promo-banners {margin-bottom: 100px;}
  .promo-banners .promo-banner__title{font-size: 30px;}
  .promo-banners .promo-banner__desc {font-size: 14px;}
  .promo-banner__link{font-size: 14px; padding: 12px 30px;}
}
/*------------------------
one
-------------------------*/
.promo-banners.one .promo-banner__title {
  margin-bottom: 5px;
    margin: 0;
}
.promo-banners.one .promo-banner__desc {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  .promo-banners.one .promo-banner__desc {
    margin-bottom: 1em;
  }
}
/*------------------------
TWO
-------------------------*/
.promo-banners.two .promo-banner__title {
  margin-bottom: 5px;
    margin: 0;
}
.promo-banners.two .promo-banner__desc {
  margin: 1em 0 0 0;
}


@media screen and (min-width: 768px) {
  .promo-banners.two .promo-banner__info{right: 0}
  .promo-banners.two .promo-banner__desc {
    margin-bottom: 1em;
  }
}

/*------------------------
THREE
-------------------------*/
.promo-banners.three .promo-banner__title {
  margin-bottom: 5px;
    margin: 0;
}
.promo-banners.three .promo-banner__desc {
  margin: 1em 0 0 0;
}
@media screen and (min-width: 768px) {
  .promo-banners.three .promo-banner__desc {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .promo-banners.three {margin-bottom: 60px;}
}

/*------------------------
ACCOUNT BANNERS
-------------------------*/
.account-banners {
  position: relative;
display: flex;
  justify-content: center;
  flex-direction: column;
  flex-flow: row wrap;
  max-width: 1088px;
  width: 100%;
  margin-bottom: 40px;
}
.account-banner {
flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.account-banner__info{
width: 100%;
}
.container .account-banner img{ 
  max-width: 135px !important;
  width: 100%; 
  margin: 0 auto;
}

.account-banner__link-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
flex-flow: row wrap;
}
.account-banner__link {
padding: 12px 0 0 0;
text-decoration: none !important;
font-size: 4vw;
display: inline-block;
border-bottom: 1px solid #000;
  transition: 0.5s;
  color: #000 !important;
}

.account-banners .account-banner__title {
font-size: 7vw;
margin: 0;
}
.account-banners .account-banner__title small{
  font-size: 0.5em;
}
.account-banners .account-banner__desc {
font-size: 3.5vw;
line-height: 1.5;
width: 80%;
margin: 0.5em auto;
}
.account-banners .account-banner__desc:nth-child(3) {
margin-top: 2em;
}

@media screen and (min-width: 768px) {
.account-banners{
  margin-bottom:40px ; 
}

  .account-banners .account-banner__title {
    font-size: 3vw;
  }
  .account-banners .account-banner__desc {
    font-size: 1.4vw;
  }
  .account-banner__link{
    font-size: 1.4vw;
  }

}
@media screen and (min-width: 1024px) {

.account-banners {margin-bottom: 60px;}
.account-banners .account-banner__title{font-size: 30px;}
.account-banners .account-banner__desc {font-size: 14px;}
.account-banner__link{font-size: 14px; }
}


/*-----------------------
DESKTOP MOBILE ONLY
-----------------------*/

.mobile-only { 
  display: block !important 
}
.desktop-only {
  display: none !important
}
@media (min-width: 768px) { 
 .mobile-only { 
   display: none !important 
  }
 .desktop-only {
    display: block !important;
  }
}