/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
  color: #1b2647;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "Mulish", sans-serif;
}

h1 {
  font-size: 65px;
  font-weight: 800;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 75px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

body {
  margin: 0px;
}

.page {
  position: relative;
  height: 100%;
}
.page__gradient {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.page__gradient .is-visible {
  transform: scale(1);
}
.page__gradient-svg {
  height: inherit;
  width: inherit;
}
.page__main-block {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
}
@media only screen and (max-width: 991px) {
  .page__main-block img {
    max-width: 80vw;
  }
}

.main-block__title {
  text-align: center;
}
.main-block__title span {
  color: #e19856;
}/*# sourceMappingURL=style.css.map */