/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-client-area-block {
  background-color: #21759b;
  color: #fff;
  padding: 2px;
}

.clientAreaBlock {
  display: flex;
  background: var(--lightgreen);
  justify-content: center;
  color: var(--green);
}
.clientAreaBlock__wrapper {
  justify-content: space-between;
  display: flex;
  width: 100%;
  padding: 4rem;
  align-items: stretch;
  box-sizing: border-box;
  max-width: 90rem;
}
.clientAreaBlock__title {
  color: var(--green);
  font-size: 6.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  font-family: "Saa Series C D OT", sans-serif !important;
  margin: 0 0 2rem !important;
  padding: 0 !important;
  max-width: 50rem;
}
.clientAreaBlock__image {
  width: auto;
  height: 33rem !important;
  max-height: 50dvh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  border: var(--green) 1px solid;
}
.clientAreaBlock__left {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 14rem);
}
.clientAreaBlock__right {
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientAreaBlock__buttons {
  display: flex;
  flex-wrap: wrap;
  max-width: 40rem;
}
.clientAreaBlock__button {
  width: 12rem;
  height: 6rem;
  border: var(--green) 1px solid;
  margin: 0 1rem 1rem 0;
  border-radius: 2px;
  background: var(--greige);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 90%; /* 1.40625rem */
  letter-spacing: -0.03125rem;
  font-family: "clarendon-urw-extra-narrow", serif;
  cursor: default;
}
.clientAreaBlock__button-text {
  padding: 1rem;
  box-sizing: border-box;
}
.clientAreaBlock__button.selected {
  border: var(--orange) 1px solid;
}

@media screen and (max-width: 750px) {
  .clientAreaBlock__wrapper {
    padding: 1rem;
    flex-direction: column;
  }
  .clientAreaBlock__left, .clientAreaBlock__right {
    width: 100%;
    max-width: none;
  }
  .clientAreaBlock__title {
    font-size: 13vw;
    margin: 0 0 1rem !important;
  }
  .clientAreaBlock__button {
    width: 8rem;
    height: 3rem;
    font-size: 4vw;
    line-height: 5vw;
  }
  .clientAreaBlock__button-text {
    font-size: 0.9rem;
    line-height: 0.8rem;
    padding: 0.8rem;
    width: 8rem;
  }
  .clientAreaBlock__buttons {
    overflow: scroll;
    flex-wrap: nowrap;
  }
}

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