/* DESKTOP STYLES*/

  .hero-container {
    background-image: url('/sites/gv/files/flmngr/harmony/hero/hero_background_image.jpg');
    background-size: cover;
    background-position: center;
    height: 105vh;
    align-items: center;
  }

  .hero-container .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .hero-container .container {
    position: relative;
    z-index: 2;
  }

  .hero-container h1,
  .hero-container h2,
  .hero-container p {
    color: #FFF;
    text-align: center;
    line-height: normal;
  }

  .hero-container .offer-box {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 4em 0;
  }
  
  .hero-container .hero-title,
  .hero-container .hero-subtitle,
  .hero-container .offer-box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .hero-container .hero-title.visible,
  .hero-container .hero-subtitle.visible,
  .hero-container .offer-box.visible {
    opacity: 1;
    transform: translateY(0);
  }

  #webform-submission-email-pl-block-content-1186-add-form--2>div.js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
    margin-top: 0px;
  }

  #edit-email {
    width: 50%;
    margin-left: 25%;
    margin-top: 20px;
    height: 50px;
    border-radius: 30px;
  }

  #edit-actions {
    position: relative;
    margin-left: 0px;
  }

  #edit-actions-submit {
    position: absolute;
    background-color: #ED002F;
    color: #FFF;
    max-width: 70px;
    height: 42px;
    right: 26%;
    bottom: 8px;
    border-radius: 30px;
  }

  /* MOBILE STYLES*/

  .hero-mobile-container .hero-mobile-copies {
    background-image: url('/sites/gv/files/flmngr/harmony/hero/hero_background_image.jpg');
    background-size: cover;
    background-position: center;
    height: 370px;
  }

  .hero-mobile-container .rapid-logo {
    position: absolute;
    z-index: 3;
    width: 80px;
    top: 8%;
    right: 5%;
  }

  .hero-mobile-container .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .hero-mobile-container h1,
  .hero-mobile-container h2 {
    color: #FFF;
    text-align: center;
    line-height: normal;
    position: relative;
    z-index: 2;
  }

  .hero-mobile-container .hero-mobile-box {
    background-color: #F1F1F1;
    position: relative;
    z-index: 2;
  }

  .hero-mobile-container .hero-mobile-box p {
    text-align: center;
  }

  #webform-submission-email-pl-block-content-1186-add-form--4>div.js-form-item.form-item.js-form-type-email.form-type-email.js-form-item-email.form-item-email {
    margin-top: 0px;
  }

  #edit-email--2 {
    width: 50%;
    margin-left: 25%;
    height: 50px;
    border-radius: 30px;
  }

  #edit-actions--3 {
    position: relative;
    margin-left: 0px;
  }

  #edit-actions-submit--2 {
    position: absolute;
    background-color: #ED002F;
    color: #FFF;
    max-width: 70px;
    height: 42px;
    right: 26%;
    bottom: 8px;
    border-radius: 30px;
  }