.masthead__slider h1,
.marketing__slider h1,
.masthead__slider h2,
.marketing__slider h2 {
  color: #0A2B2B;
  padding-bottom: 5px;
}

.masthead__slider .intro,
.marketing__slider .intro {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.masthead__slider .br-btn,
.marketing__slider .br-btn {
  margin-top: 20px;
  margin-right: 20px;
}

.masthead__slider,
.marketing__slider {
  position: relative;
  background: #eeeee9;
}

.marketing__slider {
  background: transparent;
}

.marketing__slider.margins--false {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 50px;
}

.masthead__slider .swiper-container {
  padding-bottom: 20px;
}

.masthead__slider .swiper-pagination {
  z-index: 40;
  bottom: 0;
  height: 10px;
  display: flex;
  flex-wrap: nowrap;
}

.marketing__slider .swiper-pagination {
  left: 40px;
  right: 40px;
  display: flex;
  position: static;
  padding-top: 20px;
  justify-content: center;
}

.marketing__slider .swiper-pagination-bullet,
.differentiators__slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: #0A2B2B;
}

@media screen and (min-width: 768px) {
  .marketing__slider.margins--false {
    padding-top: 100px;
  }

  .marketing__slider .swiper-pagination {
    display: none;
  }
}

.masthead__slider .swiper-pagination-bullet {
  z-index: 100;
  opacity: 1;
  width: 100%;
  height: 10px;
  display: block;
  border-radius: 0;
  position: relative;
  background: #7f7d7d;
  margin: 0 !important;
  transition: all 300ms ease;
}

.masthead__slider .swiper-pagination-bullet:focus {
  background: #297d6b;
}

.masthead__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d6a859;
}

.masthead__slider .swiper-slide,
.marketing__slider .swiper-slide,
.differentiators__slider .swiper-slide {
  padding: 40px 0;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.marketing__slider {
  background: #0A2B2B;
  padding: 40px 0;
}

.marketing__slider .swiper-slide {
  padding: 0;
}

.marketing__slider .br-container {
  position: relative;
}

.marketing__slider .swiper-controls {
  z-index: 20;
  left: 0;
  right: 0;
  height: 0;
  bottom: 0;
  margin: 0 auto;
  position: absolute;
}

.masthead__slider .content-container{
  padding: 20px;
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 10px;
}
.masthead__slider .swiper-wrapper{
  transform: none !important;
}



.masthead__slider .button-container{
  display: flex;
  margin-top: 10px;
}

.masthead__slider h1,
.masthead__slider p,
.marketing-item .collection-container h3,
.marketing-item .collection-container .button-item a,
.masthead__slider .button-item a{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.masthead__slider h1{
  font-size: 55px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
  font-family: 'merlo_neue_round';

}

.masthead__slider .text-dark h1,
.masthead__slider .text-dark p{
  color: #0A2B2B;
}

.masthead__slider .text-white h1,
.masthead__slider .text-white p{
  color: #EEEEE9;
}

.masthead__slider .text-gray h1,
.masthead__slider .text-gray p{
  color: #424242;
}
.marketing-item .collection-container .button-item a,
.masthead__slider .button-item a{
  border-radius: 4px;
  border: none;
  padding: 15px 50px;
  min-width: 235px;
  max-width: 240px;
  font-weight: bold;  
}



.masthead__slider .button-dark .button-item a{
  background-color: #0A2B2B;
  color: #EEEEE9;
}

.marketing-item .collection-container .button-item a,
.masthead__slider .button-white .button-item a{
  background-color: #EEEEE9;
  color: #0A2B2B;
}

.masthead__slider .button-gray .button-item a{
  background-color: #424242;
  color: #EEEEE9;
}

.masthead__slider .vertical-align-top{
  top: 50px;
}
.masthead__slider .vertical-align-bottom .content-container{
  bottom: 0;
}
.masthead__slider .align-center{
  text-align: center;  
  margin: auto;
}

.masthead__slider .align-center .text-container-list{
  left: 0;
  right: 0;
  margin: auto;
}
.masthead__slider .align-center .button-container{
  justify-content: center;
}

.masthead__slider .button-item:nth-child(2) .br-btn{
  margin-right: 0;
  margin-left: 20px;
}

.marketing-item{
  display: flex;
  padding: 0;
  min-height: 450px;
}

.marketing-item .product-item-container, .marketing-item .collection-container{
  flex: 1;
}

.marketing-item .product-item-container{
  display: flex;  
}
.marketing-item .collection-container{
  position: relative;
  margin-left: 10px;
}
.marketing-item .product-item-container .product-item{
  background-size: cover;
  background-repeat: no-repeat; 
  height: 100%;
  width: 50%;
  margin-right: 20px;
  background-position: center center;
}

.marketing-item .collection-background-container{
  background-size: cover;
  background-position: center;
}

.marketing-item .product-item-container .product-item:nth-child(2){
  margin-right: 10px;
}
.marketing-item .collection-cta-container{
  position: absolute;
  left: 30px; 
  bottom: 30px;
}
.marketing-item  .collection-container h3{
  font-family: 'merlo_neue_round';
  font-size: 55px;
  font-weight: 600;
  color: #eeeee3;  
  margin-bottom: 20px;
  width: 50%;
  line-height: 1em;
}

.text-container-list{
  max-width: 550px; 
}

@media screen and (min-width: 768px) {
  .marketing__slider .swiper-slide .br-container {
    background: rgb(222, 222, 217);
    background: linear-gradient(
      -90deg,
      rgba(222, 222, 217, 0) 120px,
      rgba(222, 222, 217, 1) 120px,
      rgba(222, 222, 217, 1) 100%
    );
  }

  .marketing__slider.alignment--right .swiper-slide .br-container {
    background: rgb(222, 222, 217);
    background: linear-gradient(
      90deg,
      rgba(222, 222, 217, 0) 120px,
      rgba(222, 222, 217, 1) 120px,
      rgba(222, 222, 217, 1) 100%
    );
  }
  
  .masthead__slider .button-container{
    bottom: 0;
  }

  
  
}

.masthead__slider .slide__foreground,
.marketing__slider .slide__foreground {
  padding: 0 40px;
  position: relative;
  transition: opacity 300ms ease 0ms;

  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.marketing__slider .slide__foreground {
  padding: 60px;
}

.marketing__slider.alignment--right .swiper-slide .slide-content {
  order: 1;
}
.marketing__slider.alignment--right .swiper-slide .slide-image {
  order: 0;
}

.masthead__slider .slide-content,
.marketing__slider .slide-content {
  z-index: 20;
  width: 50%;
  max-width: 100%;
  padding: 80px 40px;
  background: #eeeee9;
  position: relative;
}

.masthead__slider .slide-content {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.marketing__slider .slide-content {
  width: 580px;
  padding: 0 40px;
  margin-bottom: 60px;
  background: transparent;
}

.masthead__slider .slide-image,
.marketing__slider .slide-image {
  z-index: 0;
  top: 0;
  right: 0;
  margin-left: -40px;

  max-width: 100%;
  min-height: 550px;
  max-height: 880px;
  position: relative;
  width: calc(50% + 40px);
  height: calc(100vh - 260px);
}


.marketing__slider .slide-image {
  margin-left: 0;
  width: 100%;
  height: auto;
  min-height: 350px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35);
}

.masthead__slider .swiper-button-prev,
.masthead__slider .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: auto;
  transition: all 0.2s linear;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(//cdn.shopify.com/s/files/1/2341/3995/files/arrow-green.svg?v=1585675751);
}

.masthead__slider .swiper-button-prev.tab-focused,
.masthead__slider .swiper-button-prev:hover,
.masthead__slider .swiper-button-prev:focus {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.35);
}

.masthead__slider .swiper-button-next.tab-focused,
.masthead__slider .swiper-button-next:hover,
.masthead__slider .swiper-button-next:focus {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35);
}

.masthead__slider .swiper-button-prev {
  left: 20px;
  transform: rotate(180deg);
}

.masthead__slider .swiper-button-next {
  right: 20px;
}

.marketing__slider .swiper-buttons {
  left: 100px;
  bottom: 60px;

  width: 220px;
  display: none;
  position: absolute;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .marketing__slider .swiper-buttons {
    display: flex;
  }
}

.marketing__slider .swiper-button-prev,
.marketing__slider .swiper-button-next {
  top: 0;
  left: auto;
  right: auto;
  margin-top: 0;
  position: static;
  background-image: url(//cdn.shopify.com/s/files/1/2404/6643/files/tentree_rightArrow.svg?v=1592499563);
  background-repeat: no-repeat;
  background-size: auto;
}

.marketing__slider .swiper-button-prev {
  transform: rotate(-180deg);
}

.hero-container{
  padding: 0 80px;
  width: 750px; 
}

@media screen and (min-width: 1200px) {
  .hero-container{
    padding: 0 110px ;
  }
}
/* Media Queries */
@media screen and (max-width: 1200px) {
  .masthead__slider .swiper-button-prev {
    left: 10px;
  }
  .masthead__slider .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .masthead__slider .swiper-container {
    padding-bottom: 0;
  }

  .marketing__slider {
    padding: 40px 0 0;
    margin: 0;
  }

  .masthead__slider .swiper-slide,
  .marketing__slider .swiper-slide {
    padding: 0;
    min-height: initial;
  }

  .masthead__slider .slide__foreground,
  .marketing__slider .slide__foreground {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .marketing__slider .slide__foreground {
    padding-bottom: 40px;
  }

  .masthead__slider .slide-content,
  .masthead__slider .slide-image,
  .marketing__slider .slide-content,
  .marketing__slider .slide-image {
    width: 100%;
    height: auto;
    position: static;
    min-width: initial;
    min-height: initial;
  }

  .masthead__slider .slide-image{
    min-height: 500px;
  }

  .masthead__slider .slide-content,
  .marketing__slider .slide-content {
    order: 1;
    padding: 40px;
    text-align: center;
  }

  .marketing__slider .slide-content {
    margin-bottom: 0;
  }

  
  .marketing__slider .br-btn {
    margin-left: 10px;
    margin-right: 10px;
    
  }

  .masthead__slider .br-btn{
    margin-left: 0;
    margin-right: 5px;
    padding: 10px;
  }

  .masthead__slider .slide-image,
  .marketing__slider .slide-image {
    order: 0;
    margin-left: 0;
    padding-top: 75%;
  }

  .masthead__slider .swiper-pagination {
    bottom: auto;
    top: 0;
  }

  .marketing__slider .slide__foreground {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marketing__slider .swiper-wrapper {
    background: linear-gradient(
      180deg,
      rgba(222, 222, 217, 0) 20px,
      rgba(222, 222, 217, 1) 20px,
      rgba(222, 222, 217, 1) 100%
    );
  }

  .marketing__slider .swiper-pagination {
    position: absolute;
    bottom: 35px;
  }

  .swiper-buttons {
    display: none;
  }

  .product-item-container{
    width: 100%;
  }

  .marketing-item{
    flex-direction: column-reverse;
  }

  .marketing-item .product-item-container,
  .marketing-item .collection-container
  {
    height: 300px;
    margin-top: 10px;    
  }

  .marketing-item .product-item-container .product-item:first-child{
    margin-right: 5px;    
  }
  .marketing-item .product-item-container .product-item:nth-child(2){
    margin-left: 5px;
    margin-right: 0;
  }
  .marketing-item .collection-container{
    margin-left: 0;
    
  }
  .masthead__slider h1,
  .marketing-item  .collection-container h3{
    font-size: 40px;    
  }

  .hero-container{
    padding: 20px !important;
    width: 550px;
  }

  .masthead__slider .button-item a{
    min-width: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .masthead__slider .button-item:nth-child(2) .br-btn{
    margin-left: 10px;
  }
  .marketing-item .collection-container h3{
    width: 70%;
  }
  
}

.masthead__slider .play-button-wrapper,
.marketing__slider .play-button-wrapper {
  opacity: 0.75;
  top: 50%;
  left: 50%;
  z-index: 50;
  width: 65px;
  margin-left: 198px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.masthead__slider .play-button-wrapper:hover,
.marketing__slider .play-button-wrapper:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .marketing__slider .slide-image,
  .masthead__slider .slide-content {
    box-shadow: none;
  }

  .masthead__slider .play-button-wrapper,
  .marketing__slider .play-button-wrapper {
    top: 0;
    margin-top: 35%;
    margin-left: 0;
  }
}

.swiper-lazy {  
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Differentiators Slider */

.wave-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 7%;
  overflow: hidden;

}

 .wave-container svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0a2b2b;
  transform: translate3d(0,0,0);
}

.slider-background {
  background-color: #eeeee9;
}

.differentiators-container{
  background-color: #0a2b2b;
}

.differentiators__slider .swiper-slide {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 450px;
}

.differentiators__slider .swiper-slide-active, 
.differentiators__slider .slide-description {
  width: 300px;
}

.differentiators__slider .swiper-slide img.slide-animation {
  margin-bottom: 20px;
  width: 150px!important;
}

.differentiators__slider .swiper-slide .slide-animation.swiper-lazy {
  position: inherit;
  width: auto;
}

.differentiators__slider .br-btn {
  display: none;
}

@media screen and (max-width: 1024px) {
  .differentiators__slider .swiper-slide:not(.swiper-slide-next) {
    opacity: 0.3;
    transform: scale(0.9);
    transition: all 0.3s ease;
  }

  .differentiators__slider .swiper-slide:not(.swiper-slide-next) img.slide-animation {
    margin-bottom: 180px;
  }
  
  .differentiators__slider .swiper-slide:not(.swiper-slide-next) .slide-title,
  .differentiators__slider .swiper-slide:not(.swiper-slide-next) .slide-description {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .differentiators__slider .swiper-pagination {
    display: none;
  }

  .differentiators__slider .slide-description {
    min-height: 110px;
  }
  .masthead__slider .swiper-slide{
    min-height: 80vh;
  }
  .marketing-item{
    min-height: 450px;
  }
}

.index-section{
  background-color: #eeeee9;
}

.overlay-container{
  height: 100%;
  width: 100%;
  position: absolute; 
  z-index: 1;
  opacity: 0.2;
  background: linear-gradient(to bottom left, transparent, #424242);
  pointer-events: none;
}

.hero-link-container{
  z-index: 10;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  width: 70px;    
}

.align-center .hero-link-container{
  margin-left: auto;
  margin-right: auto;
}