@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500;600;700&display=swap');

:root{
  --slider-desktop-height: 525px!important;
  --slider-mobile-height: 500px!important;
  --slider-primary-color: hsl(301deg 32% 36%);
  --slider-button-hover-color: hsl(301deg 54% 24%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.main-content--slider {
  padding: 2rem 0 2rem 0;
  background-color: #fff;
  position: relative;
  z-index: 100;
  margin-top: 100vh;
}

.main-content--slider .banner-full-width-gradient {
  margin-bottom: -2rem;
}

.hero-slider {
  height: var(--slider-mobile-height);
  overflow: hidden;
  /** Autoplay toggle button in the top left corner */
  /** Custom previous and next arrows in the top right corner */
  /** Default slide navigation dots */
  /** Slide content */
}

.hero-container {
  position: relative;
}

.hero-overlay--grey {
  background-color: hsl(223.3deg 82.09% 11.01% / 88%)
}

.hero-title,
.hero-description,
.hero-btn,
.hero-img-tint,
.hero-background-video,
.hero-background-image {
   -webkit-transform: translate3d(0,0,0); /**Fixes a bug with the transition3d that makes the elements hidden on slide for a second only on mobile */
}

.hero-slider .slick-dots li.slick-active button:focus .slick-dot-icon,
.hero-slider .slick-dots li button:focus .slick-dot-icon::before {
  color: var(--slider-primary-color);
}


.hero-arrow,
.hero-pause,
.hero-play {
  width: 32px;
  height: 32px;
}


.hero-arrow {
  display: flex;
  padding: 0.2rem;
}


.hero-slider, .hero-slider .slick-track {
  position: relative;
  -webkit-backface-visibility: hidden;
}

.hero-slider .slick-autoplay-toggle-button,
.hero-custom-container {
  position: absolute;
  background: none;
  border: 0;
  z-index: 10;

  opacity: 1;

  color: black;
}

.hero-custom-container {
  bottom: 50px;
  color: #fff;
  width: 100%;

  display: flex;
  justify-content: center;
}

.hero-custom-view,
.hero-custom-view:hover,
.hero-custom-view:focus {
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

.hero-custom-view-svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.hero-slider .slick-autoplay-toggle-button {
  bottom: auto;
  left: 3rem;
  font-size: 32px;
  display: flex;
  padding: 0.3rem;
  cursor: pointer;
}

.hero-slider .slick-autoplay-toggle-button,
.hero-custom-prev-button,
.hero-custom-next-button {
  top: 2rem;
}

.hero-slider .slick-autoplay-toggle-button svg,
.hero-custom-prev-button svg,
.hero-custom-next-button svg {
/*  fill: #454545;*/
 display: none;
}

.hero-slider .slick-autoplay-toggle-button:where(:hover, :focus) {
  background-color: rgba(0, 0, 0, 0.05);
}

.hero-slider .la, .hero-slider .las,
.hero-slider .slick-dots li.slick-active button .slick-dot-icon{
  color: var(--slider-primary-color);
}

.hero-slider .slick-dots li button .slick-dot-icon {
  color: #fff;
  opacity: 1;
}

.hero-custom-prev-button,
.hero-custom-next-button {
  position: absolute;
  right: 3rem;
  z-index: 1;
  display: block;
  float: left;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 32px;
  cursor: pointer;
}

.hero-custom-prev-button:where(:hover, :focus),
.hero-custom-next-button:where(:hover, :focus) {
  background-color: rgba(0, 0, 0, 0.05);
}

.hero-custom-prev-button {
  right: 6rem;
}

.hero-slider .slick-dots {
  bottom: 0.5rem;
}

.hero-slider .slick-slide {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--slider-mobile-height);
  height: auto;
  /** Float text overlay */
}

.hero-background-image {
  width: 100%;
  display: inline !important;
  height: var(--slider-mobile-height);
  object-fit: cover;
}

.slick-slide > div {
  width: 100%;
}

.hero-overlay {
  width: 25%;
  transition: width .2s ease-in-out;
  padding:1.5rem 2rem 1.5rem 2rem ;
  z-index: 2;
  position: absolute;
  top:35px; right:12%;
}

.hero-overlay-2 {
  width: 25%;
  transition: width .2s ease-in-out;
  padding:1.5rem 2rem 1.5rem 2rem ;
  z-index: 2;
  position: absolute;
  top:245px; right:12%;
}



.hero-overlay p, .hero-overlay-2 p{
  margin-bottom: 0rem;
  line-height: 20px;
  font-weight: 100;
  color: white;
}

.hero-overlay__grid {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.hero-overlay__grid picture {
  display: contents;
}

.hero-overlay,
.hero-background-image {
  grid-column: 1/2;
  grid-row: 1/2;
}

.hero-background-image {
  z-index: 1;
}

.hero-overlay--center-align,
.hero-overlay--left-align{
  display: flex;
  flex-direction:column;
/*  top: 0;
  bottom: 0;*/
}

.hero-overlay--left-align {
  align-items: flex-start;
}

.hero-overlay--center-align {
  align-items: center;
  text-align: center;
}

.hero-title {
  font-size: clamp(2.4rem, 2.2vw, 3.2rem);
  padding: 0;
  font-weight: 500;
  margin-bottom:0rem;
  color: white;
  text-transform: uppercase;
}


.hero-description {
   margin: 1rem 0 2rem 0;
}

.hero-description > div > span {
  font-size: 24px !important;
}



/** Generic ghost button styles */
.hero-btn{
  display: inline-block;
  /*margin-top: 10px;*/
  padding: 5px 20px;
  font-family: 'Oswald',sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: white;
  border-radius: .25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s linear;
  margin: auto;
  color: #000;
  font-weight: 500;
}

.hero-btn:hover, .hero-btn:focus {
  background-color: var(--slider-button-hover-color);
  color: #fff;
  background-color: hsl(223.3deg 64.75% 28.94%);
  box-shadow: none;
}

.hero-btn:focus {
  box-shadow: none;
  outline: 4px dashed black;
  outline-offset: 2px;
}


.slick-dots li button .slick-dot-icon:before {
    top: -15px!important;
    font-size: 40px!important;
 }

.slick-dots li.slick-active button .slick-dot-icon:before {
margin-top:0!important;
}

.slick-slider.slick-dotted {
  margin-bottom: 0!important;
}

/* ----------------------------------------------------------------
Styles to make the slider display correctly in edit view in LiveSite; target ".iw-fullscreen-edit" if you want to change the look in edit view
-------------------------------------------------------------------*/



/* --------------------------
Media Breaks
-------------------------- */

@media (max-width: 1340px) {
.hero-overlay, .hero-overlay-2 {
  width: 35%;
}

}


@media (max-width: 957px) {
.hero-overlay, .hero-overlay-2 {
  width: 45%;
}

}


@media (max-width: 744px) {
.hero-overlay {
  width: 70%;
  right: 60px;
}

@media (max-width: 744px) {
.hero-overlay-2 {
  width: 70%;
  right: 60px;
  top:260px;
}

}


@media (min-width: 991px) {

  .hero-slider {
    height: var(--slider-desktop-height);
  }

  .hero-overlay {

  }

  .hero-slider .slick-slide {
    min-height: var(--slider-desktop-height);
  }

  .hero-background-image {
    height: var(--slider-desktop-height);
  }

  .hero-overlay--grey {
    background-color: hsl(223.3deg 82.09% 11.01% / 88%)
   /* clip-path: polygon(50% -1%, 0% -13%, 100% 0%, 84% 73%, 100% 100%, 0% 100%, 0% 0%);*/
  }
  
}

@media screen and (max-width: 768px) {

  .hero-custom-container {
    bottom: 10%;
  }

}

@media (max-width:600px) {

  .hero-description > div > span {
    font-size: 18px !important;
  }
  

}