/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-hero-block {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.heroBlock {
  background: var(--green);
  display: flex;
  width: 100%;
  justify-content: center;
  outline: none !important;
}
.heroBlock__wrapper {
  width: 100%;
  display: flex;
  padding: 7rem 4rem 4rem 4rem;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  color: #f5f5f3;
  flex-direction: row !important;
  background: var(--green);
  max-width: 100rem;
  margin: 0 auto;
}
.heroBlock__title {
  color: var(--greige) !important;
  font-size: 4.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  font-family: "Saa Series C D OT", sans-serif !important;
  margin: 0 0 2rem !important;
  padding: 0 !important;
  letter-spacing: -0.1rem;
}
.heroBlock__keys {
  font-family: "Saa Series C D OT", sans-serif !important;
  display: flex;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 100%;
  justify-content: space-between;
}
.heroBlock__keys__item {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 1.5rem 0 0;
}
.heroBlock__keys__item__text {
  color: #f5f5f3 !important;
  padding: 0 0 0 1rem;
}
.heroBlock__keys__item__svg__button {
  bottom: -2.3rem;
  position: absolute;
}
.heroBlock__buttons-row {
  margin: 2.5rem 0 0 0;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.heroBlock__buttons-row__cta {
  background: var(--greige);
  color: var(--green) !important;
  padding: 0.7rem 2rem;
  border-radius: 0.2rem;
  font-size: 0.9rem;
  margin: 0 0 0.5rem;
  font-family: "Saa Series E D OT";
  text-transform: uppercase;
  border: 1px solid var(--green);
  cursor: pointer;
}
.heroBlock__buttons-row__cta:hover {
  background: var(--green);
  color: var(--greige) !important;
  border: 1px solid var(--greige);
}
.heroBlock__buttons-row__caption {
  font-family: "clarendon-urw-extra-narrow";
  font-size: 0.725rem;
  font-style: normal;
  font-weight: 100;
  line-height: 100%;
}

@media (max-width: 1250px) {
  .heroBlock__buttons-row {
    margin: 1rem 0 0 0;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    display: flex;
    align-items: flex-start;
  }
  .heroBlock__buttons-row img {
    height: 2rem;
    width: auto;
  }
  .heroBlock__buttons-row__cta {
    padding: 0.5rem 1.2rem;
    border-radius: 0.2rem;
    font-size: 0.8rem;
    margin: 0 0 0.3rem;
  }
  .heroBlock__buttons-row__caption {
    font-family: "clarendon-urw-extra-narrow";
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
  }
  .heroBlock__title {
    font-size: 6.1rem;
    letter-spacing: 0;
    margin: 0 0 1rem !important;
  }
  .heroBlock__infos {
    margin: 0 0 2rem;
  }
  .heroBlock__wrapper {
    flex-direction: column !important;
  }
}
@media (max-width: 750px) {
  .heroBlock__wrapper {
    padding: 4rem 1rem 1rem 1rem;
    flex-direction: column !important;
    overflow: hidden;
  }
  .heroBlock__module {
    width: 100%;
  }
  .heroBlock__module svg {
    width: 100%;
    height: auto;
  }
  .heroBlock__title {
    font-size: 13vw;
    letter-spacing: 0;
    margin: 0 0 1rem !important;
  }
  .heroBlock__keys {
    font-size: 3.1vw;
  }
  .heroBlock__keys svg {
    max-width: 5.4vw;
    max-height: 6vw;
  }
  .heroBlock__keys__item {
    margin: 0 0.6rem 0 0;
  }
  .heroBlock__keys__item__text {
    padding: 0 0 0 0.6rem;
  }
  .heroBlock__infos {
    flex-direction: column;
    margin: 0 0 1rem 0;
    width: 100%;
  }
  .inlineSvg {
    transform: none !important;
    margin: 1vw 0 0 4vw !important;
    width: 17vw !important;
    height: auto !important;
  }
}

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