





















.hero-arrow-down-icon {

  color: var(--gainsboro);
  margin-top: 6px;
}















.hero-slider-section {

  background-color: var(--black-2);
  height: 100vh;
}

.hero-slider-nav {

  display: none;
}

.hero-slider-arrow {

  width: 128px;
  margin-top: 88px;
  display: none;
}

.hero-slide {

  justify-content: center;
  align-items: center;
  display: inline-block;
}

.hero-slide.hero-slide-1 {

  background-image: linear-gradient(#1a1f2e80, #1a1f2e80), url('../images/newsroom_back.jpg'), url('../images/grovemade-239360.jpg');
  background-position: 0 0, 50% 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, cover, cover;
  background-attachment: scroll, scroll, scroll;
}

.hero-slide.hero-slide-1.prex-2023 {

  background-image: url('../images/hero-home.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}



.hero-slide-info {

  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}



































.hero-slide-header {

  text-shadow: 1px 1px 4px var(--black-2);
  margin-bottom: 8px;
  font-size: 100px;
  font-weight: 700;
}





.hero-description {

  float: left;
  clear: left;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px #00000059;
  width: 68vw;
  max-width: 130vh;
  margin-top: 0;
  padding-left: 2px;
  font-size: 27px;
  font-weight: 300;
}



.hero-device {

  position: absolute;
  bottom: 7%;
  right: -2%;
}

.hero-device-image {

  float: none;
  min-height: 30vh;
  max-height: 64vh;
  display: inline-block;
}











.button.hero-slider-button {

  margin-top: 24px;
}















@media screen and (max-width: 991px) {
  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  .hero-slider-section {

    height: 560px;
  }

  .hero-slider-arrow {

    width: 80px;
  }

  .hero-slide.hero-slide-1.crm-b2c, .hero-slide.hero-slide-1.prex-2023 {

    background-image: linear-gradient(#0000001a, #0000001a), url('../images/colorful-petals-lines-26433.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero-slide-info {

    max-width: 66.66%;
  }

  

  

  

  

  

  

  

  

  .hero-slide-header {

    font-size: 70px;
  }

  

  

  .hero-description {

    float: none;
    clear: none;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 24px;
    font-weight: 400;
    display: block;
  }

  .hero-device {

    z-index: 200;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    bottom: 1%;
  }

  .hero-device-image {

    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  

  

  

  

  

  

  

  

  

  .hero-slider-section {

    height: 400px;
  }

  .hero-slider-arrow {

    margin-top: 56px;
  }

  .hero-slide.hero-slide-1 {

    background-image: linear-gradient(to bottom, null, null), url('../images/grovemade-239360.jpg');
    background-attachment: scroll, fixed;
  }

  

  

  

  

  

  

  

  

  

  

  .hero-slide-header {

    margin-top: 40px;
    font-size: 60px;
  }

  

  

  .hero-description {

    float: none;
    clear: left;
    text-align: center;
    width: 100vw;
    margin-top: 40px;
    font-size: 24px;
  }

  

  

  

  

  

  
}

@media screen and (max-width: 479px) {
  

  

  

  

  

  .hero-slider-nav {

    font-size: 9px;
    display: none;
  }

  .hero-slider-arrow {

    display: none;
  }

  .hero-slide-info {

    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  

  

  

  

  

  

  

  

  

  

  .hero-slide-header {

    font-size: 40px;
  }

  

  

  .hero-description {

    clear: none;
    margin-top: 40px;
    padding-left: auto;
    font-size: 24px;
  }

  .hero-device-image {

    flex: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .button.hero-slider-button.crm-b2c.special, .button.hero-slider-button.webinar-outreach.special {

    flex-direction: row;
    align-items: baseline;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  

  
}






