/* Utils */
.margin-100 {
  margin: 100px auto;
}
.margin-150 {
  margin: 150px auto;
}
/* Remove header */
.bmd-layout-header {
  display: none !important;
}
#content {
  margin-top: 0 !important;
}
#content > .main-content {
  display: none !important;
}
input[name="email"] {
  flex: 1 !important;
  height: 53px;
}

/* Cosmos header */
#cosmos-header {
  position: relative;
  z-index: 10;
}
#cosmos-header img {
  width: auto;
  height: 80px;
}

/* Cosmos Hero Banner */
.cosmos-hero-banner {
  background-image: url('/Static/cosmos/cosmos-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 894px;
}

/* Cosmos Hero Content */
.cosmos-hero-content h1 {
  font-size: 64px;
  line-height: 76.8px;
}
.cosmos-form-container {
  background-color: #fff;
  width: 90%;
  bottom: 2rem;
  left: 2rem;
  z-index: 999;
}
.cosmos-form-container #cosmos-form {
  margin-bottom: 0 !important;
}
.cosmos-form-container #cosmos-form .email-field {
  height: 65px;
}
.cosmos-form-container .btn {
  letter-spacing: 2px;
}

/* How to Road Map */
.road-map {
  position: relative;
}
.road-map > .container {
  margin-bottom: 100px;
}
.road-map .circle {
  width: 190px;
  height: 190px;
  line-height: 21px;
  border-radius: 50%;
  font-size: 16px;
  letter-spacing: 1.2px;
  color: #000;
}
.road-map .road-map-trail-two {
  margin-top: 42px;
  margin-bottom: 42px;
}

/* Rewards partner */
#reward-partner {
  padding: 3rem 15px !important;
  margin-bottom: 66px;
}

/* Generali Vitality Challenge */
.generali-vitality-challenge .title {
  font-weight: 300;
  font-size: 36px;
  line-height: 42px;
}
.generali-vitality-challenge .content {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
}
.generali-vitality-challenge .amazon {
  max-height: 32px;
}
.generali-vitality-challenge .spotify {
  max-height: 32px;
}
.generali-vitality-challenge .zalando {
  max-height: 20px;
}

/* Benefit Banner */
.benefit-banner {
  background-color: #ececec !important;
}
.benefit-banner .iframe-container {
  min-height: 900px;
  background-color: #ececec !important;
}

/* interestBannerContainer */
#interestBannerContainer #interestBannerDetails {
  position: relative;
}
#interestBannerContainer #btn-container {
  display: flex !important;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 1rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.125rem !important;
  min-width: 725px;
}
#interestBannerContainer #btn-container > input {
  margin-right: 1.5rem !important;
}
#interestBannerContainer #get-started {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .cosmos-form-container {
    bottom: -2rem;
  }
}

/* Mobile Design */
@media (max-width: 767px) {
  .cosmos-form-container {
    bottom: 0;
  }

  #cosmos-header img {
    height: 40px;
  }

  .cosmos-hero-content h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .cosmos-hero-content .banner-container {
    text-align: center;
  }

  .cosmos-hero-content .cosmos-form-container .d-flex {
    flex-direction: column;
  }

  .cosmos-hero-content .cosmos-form-container .mr-4 {
    margin-right: 0 !important;
  }

  .cosmos-hero-content .cosmos-form-container .button-container {
    text-align: center;
    margin-top: 2rem;
  }

  .cosmos-hero-content .cosmos-form-container button {
    width: 90%;
  }
}
