/* General  */
.margin-sides {
  margin: 0 50px;
}
@media screen and (max-width: 1450px) {
  .margin-sides {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .margin-sides {
    margin: 0 10px;
  }
}

.margin-negative-sides {
  margin-left: -150px;
  margin-right: -150px;
}
@media screen and (max-width: 1450px) {
  .margin-negative-sides {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .margin-negative-sides {
    margin-left: 0;
    margin-right: 0;
  }
}

.heading {
  max-width: 650px;
  margin-bottom: 1.5rem;
}
.heading.aligncenter {
  text-align: center;
  margin: 0 auto 1.5rem auto;
  max-width: 750px;
}
.heading .heading__subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  color: #3b4ef1;
  margin-bottom: 0.5rem;
}
.heading .heading__title {
  font-weight: 700;
  color: #3b4ef1;
  font-size: calc(1.35rem + 0.9vw);
  line-height: 1.2;
  word-break: break-word;
}
@media (min-width: 1600px) {
  .heading .heading__title {
    font-size: 2.25rem;
  }
}
.heading.heading--small .heading__subtitle {
  font-size: 1.1rem;
}
.heading.heading--small .heading__title {
  font-size: calc(1.3rem + 0.45vw);
}
@media (min-width: 1600px) {
  .heading.heading--small .heading__title {
    font-size: 1.75rem;
  }
}

.bg--blue .heading__title, .bg--blue .heading__subtitle {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #ffffff;
}

section#hero .heading .heading__subtitle {
  font-size: calc(1.265rem + 0.135vw);
}
@media (min-width: 1600px) {
  section#hero .heading .heading__subtitle {
    font-size: 1.4rem;
  }
}
section#hero .heading .heading__title {
  font-size: calc(1.4rem + 1.35vw);
}
@media (min-width: 1600px) {
  section#hero .heading .heading__title {
    font-size: 2.75rem;
  }
}

/*# sourceMappingURL=style.css.map */
