/*
 * Header
 */
.block-introduction {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (max-width: 576px) {
  .block-introduction .tpl_button {
    display: block;
  }
}
.block-introduction__overlay {
  background: linear-gradient(112deg, rgba(47, 60, 85, 0.81) 17%, rgba(47, 60, 85, 0.81) 60%, rgba(47, 60, 85, 0) 100%);
  text-align: center;
}
.block-introduction__overlay--revert {
  background: linear-gradient(260deg, #2f3c55, rgba(249, 250, 252, 0.6) 40%, rgba(249, 250, 252, 0));
  text-align: center;
}
.block-introduction__main_logo {
  height: 100px;
  width: auto;
  margin: 80px auto;
}
.block-introduction__content {
  padding: 120px 40px 80px;
}
@media only screen and (max-width: 576px) {
  .block-introduction__content {
    padding: 80px 24px 80px;
  }
}
.block-introduction__title {
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  font-family: 'Spectral';
  font-weight: 600;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .block-introduction__title {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .block-introduction__title {
    width: 100%;
  }
}
.block-introduction__description {
  color: #ffffff;
  width: 50%;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto 48px;
}
@media only screen and (max-width: 768px) {
  .block-introduction__description {
    width: 80%;
  }
}
/*# sourceMappingURL=block-introduction.css.map */