/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image, body.frontend .section-form-with-image {
  background: #F6F5F4;
  margin-top: 40px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .hsfc-Step__Content, body.frontend .section-form-with-image .hsfc-Step__Content {
  background-color: #F6F5F4 !important;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image, body.frontend .section-form-with-image {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner, body.frontend .section-form-with-image .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .left-inner, body.frontend .section-form-with-image .inner .left-inner {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .left, body.frontend .section-form-with-image .inner .left {
    width: 50%;
  }
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .left .container, body.frontend .section-form-with-image .inner .left .container {
    max-width: unset;
    padding: 0;
  }
}
@media screen and (max-width: 1366px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .left, body.frontend .section-form-with-image .inner .left {
    padding: 50px 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .right, body.frontend .section-form-with-image .inner .right {
  display: none;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .right, body.frontend .section-form-with-image .inner .right {
    display: block;
    width: 50vw;
    align-self: stretch;
  }
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .right .image, body.frontend .section-form-with-image .inner .right .image {
    height: 100%;
    width: 100%;
  }
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner .right .image img, body.frontend .section-form-with-image .inner .right .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner, body.frontend .section-form-with-image .inner {
    padding-left: 12px;
    margin-left: calc((100% - 1330px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1365px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner, body.frontend .section-form-with-image .inner {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-form-with-image .inner, body.frontend .section-form-with-image .inner {
    margin-left: calc((100% - 960px) / 2);
  }
}

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