.background__image--cover {
  height: 100%;
  width: 100%;
  background-image: url("/static/img/f2498107-sword-element-02.svg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 4rem;
}

.cover__grid {
  display: grid;
  grid-template-areas:
    "logo"
    "content"
    "image";
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.cover__grid--feedback {
  grid-template-areas:
    "logo"
    "image"
    "content";
}

.cover-wrapper{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  max-width: 90%;
}

.cover__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.logo__sword {
  height: 100%;
}

.logo__client {
  height: 100%;
}

.logo__separator {
  width: 12px;
  height: 39px;
  margin: 0 1rem;
}

.cover__image {
  grid-area: image;
}

.cover__grid--feedback .cover__image {
  margin: 1rem 0 2rem;
}

.cover__image img {
  height: 100%;
  width: 100%;
}

.cover-video {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 30px;
}

.cover__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 430px;
  margin: 2rem auto 1rem;
}

.cover__grid--feedback .cover__content {
  margin: 0;
}

.cover__title {
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #1d3861;
}

.cover__title--highlighted {
  color: #fd585a;
}

.cover__info {
  max-width: 320px;
  margin: 1.5rem 0 2rem;
  color: #1d3861;
  line-height: 1.375rem;
}

.cover__logo img{
  height: 100%;
  object-fit: scale-down;
  object-position: left;
}

.cover__info--title {
  margin-top: 1rem;
  font-weight: bold;
}

.cover__info--bold {
  font-weight: bold;
}

.cover__details {
  max-width: 400px;
  font-size: 0.75rem;
  color: #a5b1c1;
  margin-top: 1rem;
  line-height: 1.125rem;
}
.form-line{
  width: 100%;
}

.cover__details_coverage {
  margin-left: auto;
  padding-left: 15px;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color :#1d3861;
  font-weight: bold;
}

.cover__details_coverage-modal{
  color :#1d3861;
  font-weight: bold;

}

.cover__details--highlighted {
  font-weight: bold;
  color: #1d3861;
}

.cover__form {
  position: relative;
  width: 100%;
  max-width: 320px;
}

.cover__label {
  font-weight: bold;
  line-height: 1.375rem;
  color: #1d3861;
}

.cover__input {
  width: 100%;
  margin-top: 0.7rem;
}

.cover__button {
  margin-top: 1rem;
}
.cover__button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .background__image--cover {
    padding-bottom: 0;
  }
  .cover-wrapper{
    text-align: left;
    max-width: 1000px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cover-video{
    padding-top: 0;
  }

  .cover__grid {
    grid-template-areas:
      "logo image"
      "content image";
    text-align: left;
    padding: 3rem 0;
  }

  .cover__content {
    align-items: flex-start;
    margin: 10% 0 0 0 ;
  }

  .cover__grid--feedback .cover__content {
    margin-top: -100px;
  }

  .form-line {
    display: inline-flex;
    width: 100%;
  }

  .cover__logo {
    justify-content: flex-start;
    height: 40px;
  }

  .cover__image {
    height: 580px;
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .cover__title {
    font-size: 3.125rem;
    line-height: 3.4rem;
  }
}
