:root {
  --white: white;
  --black: black;
}

.date-field {
  color: #666;
  letter-spacing: -.006em;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .04);
}

.date-field:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .08);
}

.date-field:focus {
  border: 1px solid #000;
}

.date-field::placeholder {
  color: #8f8f8f;
}

.multi-step-icon-wrap {
  color: #8f8f8f;
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.multi-step-icon-wrap.active {
  color: #fff;
  background-color: #ff4b0f;
  border-color: #ff4b0f;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.profile-process-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.profile-process-bar-inner {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  height: 4px;
}

.profile-process-bar-inner._05, .profile-process-bar-inner._04 {
  width: 0%;
}

.field-label {
  color: #000;
  letter-spacing: -.006em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.slide-embed {
  margin-bottom: 0;
  display: none;
}

.small-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.section-tiny {
  padding: 20px 5%;
}

.multi-step-form-block {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.checkbox-field-large {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 202px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.multi-step-submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px 1px .25px rgba(255, 255, 255, .12), inset -1px 1px .25px rgba(255, 255, 255, .12), 0 0 0 1px #000, 0 1px 2px rgba(0, 0, 0, .64);
}

.text-field {
  color: #000;
  letter-spacing: -.006em;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 0 0 1px rgba(0, 0, 0, .04);
}

.text-field:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .08);
}

.text-field:focus {
  border: 1px solid #000;
}

.text-field::placeholder {
  color: #8f8f8f;
}

.form-step-slide {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.step-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.multi-step-holder {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  padding: 1px;
  display: flex;
}

.multi-step-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 159px;
  height: 0;
  margin: auto auto 25px;
  display: none;
}

.horizontal-divider {
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 100px;
  height: 0;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.back-button-slide {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .06);
}

.hide {
  display: none;
}

.multi-step-divider {
  background-color: #e3e3e3;
  width: 1px;
  height: 24px;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.label-regular.text-gray-900 {
  color: #000;
}

.wrap-v-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.checkbox-content-large {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  left: 24px;
  right: 24px;
}

.multi-step-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .06);
}

.form-mask {
  flex: 1;
}

.form-slider-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.multi-step-container {
  flex-direction: column;
  width: 100%;
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-nav-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.icon-wrap-small {
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  padding: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .06);
}

.text-color-primary {
  color: #ff4b0f;
}

.form-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-checkbox {
  cursor: pointer;
  border-color: rgba(0, 0, 0, .06);
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .3s;
}

.large-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #ff4b0f;
  border-radius: 12px;
}

.large-checkbox.w--redirected-focus {
  box-shadow: none;
}

.multi-step-block {
  background-color: #f5f5f5;
  background-image: url('../images/Background-Pattern_1Background Pattern.webp');
  background-size: 198px;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 1408px;
  max-height: 63%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.checkbox-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.multi-step-nav {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 99px;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .02), 0 1px 2px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .06);
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.7;
}

.paragraph-small.text-gray-500 {
  color: #666;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.label-large {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.profile-process-bar {
  background-color: #f0f0f0;
  border-radius: 4px;
  flex: 1;
  align-items: center;
  height: 4px;
  display: flex;
}

.checkbox-label {
  color: #3d3d3d;
  letter-spacing: -.006em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.next-button-slide {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px 1px .25px rgba(255, 255, 255, .12), inset -1px 1px .25px rgba(255, 255, 255, .12), 0 0 0 1px #000, 0 1px 2px rgba(0, 0, 0, .64);
}

.field-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  border: 1.2px solid #e3e3e3;
  border-radius: 40px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #ff4b0f;
  background-image: url('../images/check-line.svg');
  background-size: 16px;
  border: 1.2px solid #ff4b0f;
  border-radius: 40px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.textarea {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.textarea-2 {
  min-height: 120px;
}

.checkbox-content-large-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  left: 24px;
  right: 24px;
}

.div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.yes_no_btn {
  background-color: #5c5c5c;
  border: 2px solid #292929;
  border-radius: 0 0 0 30px;
  flex-flow: row;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.yes_no_btn.right {
  border-top-left-radius: 0;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0;
  margin-left: 2px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 43px;
}

.submit-button {
  background-color: #333;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  margin-top: 51px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: inline-flex;
}

.textarea-3 {
  min-height: 120px;
  margin-top: 10px;
  padding-top: 10px;
}

.form {
  flex-flow: column;
  display: flex;
}

.nav-link-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  background-color: #fff;
  border-radius: 12px;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .06);
}

.nav-featured-links {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  border-radius: 10px;
  align-items: center;
  padding: 4px 8px 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-toggle:hover {
  background-color: #f5f5f5;
}

.nav-dropdown-toggle.w--current {
  color: #642eff;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.nav-footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.container-large {
  z-index: 1;
  justify-content: center;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-dropdown {
  justify-content: center;
  align-items: center;
}

.nav-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  align-items: center;
}

.nav-grid-three-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.label-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
}

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: inset 1px 1px .25px rgba(255, 255, 255, .12), inset -1px 1px .25px rgba(255, 255, 255, .12), 0 0 0 1px #000, 0 1px 2px rgba(0, 0, 0, .64);
}

.button-primary-small:hover {
  background-color: #141414;
}

.nav-user {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  flex: none;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  padding: 32px 3%;
}

.badge-gray {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 20px;
}

.nav-featured-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3d3d3d;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #000;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
}

.nav-link:hover {
  background-color: #f5f5f5;
}

.nav-avatar {
  letter-spacing: -.011em;
  background-color: #f5f5f5;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 -8px 16px rgba(197, 199, 201, .48);
}

.nav-dropdown-list-medium {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .06);
}

.nav-dropdown-list-medium.w--open {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  width: 856px;
  margin-top: 8px;
  padding: 24px;
  display: flex;
  left: -180%;
}

.nav-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.nav-link-icon {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
}

.nav-logo {
  flex: none;
}

.icon-medium {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.image {
  border-radius: 20px;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.button {
  text-align: center;
  background-color: #333;
  border-radius: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-2 {
  text-align: center;
  background-color: #333;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.errormessage {
  color: #c27777;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  display: flex;
}

.text-field-2 {
  width: 50%;
  max-width: 33%;
}

.text-field-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  .multi-step-submit-button {
    display: flex;
  }

  .step-form-grid {
    grid-template-columns: 1fr;
  }

  .form-slider.multi-step-03 {
    height: 728px;
  }

  .next-button-slide {
    display: flex;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100%;
    padding: 16px 3%;
  }

  .button-primary-small {
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #141414;
    border-radius: 8px;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-list-medium.w--open {
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding: 8px 12px;
    position: static;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .nav-logo {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .multi-step-holder {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .next-placeholder, .previous-placeholder {
    z-index: 6;
    position: fixed;
  }

  .multi-step-divider {
    display: none;
  }

  .form-slider.multi-step-03 {
    height: 880px;
  }

  .multi-step-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-grid-three-column {
    grid-template-columns: 1fr;
  }

  .nav-dropdown-list-medium.w--open {
    max-height: 400px;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .section-tiny {
    padding-left: 1%;
    padding-right: 1%;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .back-button-slide {
    flex: none;
  }

  .multi-step-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-slider {
    height: auto;
    min-height: 80vh;
  }

  .multi-step-block {
    padding: 2%;
  }

  .multi-step-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary-small {
    width: 100%;
  }

  .nav-user {
    display: none;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-field-2 {
    max-width: 60%;
  }
}

#w-node-cb8e28c0-c8af-36f5-f176-f3accd0da94c-cd0da949 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


