/* blocks/journey-form/journey-form.scss */
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 600;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.ttf) format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.ttf) format("truetype");
  font-display: swap;
}
:root {
  --font-primary:
    BROmega,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-base: 1rem;
  --line-height-normal: 1.6;
}
.journey-form {
  margin: 50px 0 50px;
}
@media screen and (min-width: 992px) {
  .journey-form {
    margin: calc(1.6875rem + 4.0384615385vw) 0;
  }
}
@media screen and (min-width: 992px) and (min-width: 1560px) {
  .journey-form {
    margin: 5.625rem 0;
  }
}
.journey-form__container {
  max-width: 60rem;
}
.journey-form__title {
  margin: 0 auto 0.8125rem;
  color: #212121;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  max-width: 800px;
}
.journey-form__title {
  font-size: 24px;
}
@media screen and (min-width: 450px) {
  .journey-form__title {
    font-size: calc(24px + 8 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .journey-form__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .journey-form__title {
    line-height: 1.3;
  }
}
.journey-form__subtitle {
  margin: 0 auto 2.5rem;
  color: #212121;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  max-width: 700px;
}
.journey-form__subtitle {
  font-size: 18px;
}
@media screen and (min-width: 450px) {
  .journey-form__subtitle {
    font-size: calc(18px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .journey-form__subtitle {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .journey-form__subtitle {
    line-height: 1.3;
    margin: 0 auto 3.125rem;
  }
}
.journey-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  .journey-form__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.journey-form__process-card-wrapper {
  background: #F3F3F1;
  padding: 0.5rem;
  border-radius: 12px;
}
@media screen and (min-width: 992px) {
  .journey-form__process-card-wrapper {
    padding: 1rem;
    max-width: 19.375rem;
  }
}
.journey-form__process-card {
  height: 100%;
  background:
    linear-gradient(
      -155deg,
      #FFFFFF 60%,
      #C4F2E0 90%,
      #8ADDBD 100%);
  border-radius: 10px;
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .journey-form__process-card {
    padding: 1.5rem 1.75rem;
  }
}
.journey-form__process-title {
  margin: 0 0 2rem;
  color: #0A2333;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.journey-form__process-title {
  font-size: 22px;
}
@media screen and (min-width: 450px) {
  .journey-form__process-title {
    font-size: calc(22px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .journey-form__process-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .journey-form__process-title {
    margin-bottom: 3rem;
  }
}
.journey-form__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
  position: relative;
  z-index: 1;
}
.journey-form__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 3.125rem;
}
.journey-form__step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.journey-form__step-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #13835B;
  position: absolute;
  left: 0;
  top: 0;
}
.journey-form__step-number {
  margin: 0;
}
.journey-form__step-label {
  line-height: 1.3;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.journey-form__step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.journey-form__step-text {
  font-weight: 400;
  color: #212121;
  line-height: 1.6;
  font-size: 1rem;
  white-space: nowrap;
}
.journey-form__step-connector {
  position: absolute;
  left: 15px;
  top: 2.25rem;
  width: 2px;
  background: #13835B;
  height: 32px;
  max-height: 32px;
  border-radius: 4px;
}
.journey-form__form-card {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 14px;
  width: 100%;
  min-height: 611px;
}
@media screen and (min-width: 992px) {
  .journey-form__form-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.journey-form__form-wrapper {
  width: 100%;
  overflow: visible;
  min-height: 600px;
}
.journey-form__form-wrapper iframe {
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 991.5px) {
  .journey-form__form-wrapper div[data-tf-widget] {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 992px) {
  .journey-form__form-wrapper form,
  .journey-form__form-wrapper iframe,
  .journey-form__form-wrapper div[data-tf-live] {
    width: 100%;
    display: block;
  }
  .journey-form__form-wrapper div[data-tf-widget] {
    max-height: none !important;
    min-height: 600px;
  }
  .journey-form__form-wrapper iframe {
    max-height: none !important;
  }
  .journey-form__form-wrapper div[data-tf-live],
  .journey-form__form-wrapper div[data-tf-widget],
  .journey-form__form-wrapper .tf-v1-widget {
    overflow: visible !important;
  }
}
