@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #e50171;
  --secondary: #1d0071;
  --white: #fff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Mont, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Mont, Verdana, sans-serif;
}

a {
  text-decoration: underline;
}

.multi-step-form-block {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.form-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #d9dbe9;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  overflow: visible;
}

.form-content.relative {
  position: relative;
}

.multi-step-form-radio-trigger {
  color: #170f49;
  border: 2px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger:hover {
  border-color: #bfbaff;
}

.title-container {
  text-align: center;
  max-width: 518px;
}

.title-container.margin-btm {
  margin-bottom: 40px;
}

.slider-content-wrap {
  width: 80%;
}

.steps-bar {
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.form-step-progress-bar {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar.complete-step {
  background-color: var(--primary);
}

.form-step-progress-bar.current-step {
  background-color: var(--primary);
  width: 50%;
}

.cloneable-container-default {
  background-color: var(--secondary);
  border-radius: 20px;
  min-height: 624px;
  padding-top: 75px;
  padding-bottom: 100px;
  transform: translate(0);
}

.section {
  background-color: #f3f7fa;
  padding: 72px 3%;
}

.section.cloneables-listing {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.benef {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #f3f7fa;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.section.mid {
  background-color: #f3f7fa00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.privacy {
  padding-top: 120px;
}

.form-step-progress-mobile {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.container-default {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  padding-left: 24px;
  padding-right: 24px;
}

.multi-step-form-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-form-wrapper.preview-page {
  max-width: none;
}

.step-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.step-title-wrap.mid {
  justify-content: center;
  align-items: center;
}

.form-step-number {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 16px;
  display: flex;
}

.form-step-number.completed {
  background-color: var(--primary);
  color: #fff;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 700;
}

.step-title {
  margin-bottom: 8px;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 700;
}

.step-paragraph {
  margin-bottom: 2px;
  line-height: 17px;
}

.address-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 30%;
  min-width: 150px;
  height: 45px;
  margin-bottom: 0;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.select-field.full {
  box-shadow: none;
  color: #333;
  width: auto;
  min-width: 0;
}

.wrapper-address-selection {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.gpa-input {
  background-image: url('../images/search-mobile.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  font-family: Mont, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 2px 5px #96969633;
}

.gpa-input::placeholder {
  color: #d4d4d4;
}

.field-wrapper-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.label-icon-wrappper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.label-icon-wrappper.margin-bottom {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 5px;
}

.label {
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
  line-height: 14px;
}

.form-icon {
  width: 20px;
  height: 20px;
}

.field-wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.field-wrapper.last {
  margin-bottom: 30px;
}

.field-input {
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  font-family: Mont, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.field-input::placeholder {
  color: #d4d4d4;
}

.btn-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-size-1 {
  font-family: Mont, Verdana, sans-serif;
}

.heading-size-1.white {
  color: #fff;
  margin-bottom: 20px;
}

.pgraph.white {
  color: #fff;
}

.pgraph.white.left {
  text-align: left;
  padding-left: 0;
}

.ms-switch-wrap {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-checkbox {
  display: none;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 2%;
}

.ms-switch-option {
  font-family: Mont, Verdana, sans-serif;
}

.ms-switch-select {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  width: 48.5%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1.5%;
  box-shadow: 0 1px 5px #0003;
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-switch-bg {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-radio-group {
  margin-bottom: 30px;
}

.ms-radio-wrap {
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ms-checkbox {
  border-width: 1.5px;
  border-color: #12133140;
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#2962ff, #2962ff);
  border-color: #2962ff;
}

.ms-checkbox.w--redirected-checked {
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--primary);
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-radius: 33%;
}

.submit-btn {
  background-color: var(--primary);
  border-radius: 10px;
  width: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
}

.tiptool-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-report {
  background-color: #e50071;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 1px;
  display: flex;
}

.image-flex {
  padding: 20px;
}

.report-value {
  color: #101828;
  text-align: right;
  font-family: Mont, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.info-valuation-p {
  color: #424242;
  text-align: left;
  margin-top: 0;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 400;
}

.f-steps-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 75%;
  margin-top: 22px;
  margin-bottom: 22px;
  padding: 10rem 2rem 7.5rem 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #00000014;
}

.f-steps-form-wrapper.success {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}

.text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.raport-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;
  padding: 11px 11px 11px 0;
  display: flex;
}

.raport-title-wrapper.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.raport-title-wrapper.grid.full {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 2.25fr;
  width: 100%;
  padding-right: 0;
}

.consultation-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1f0a5c;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 3rem 10px;
  display: flex;
}

.info-valuation-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.field-report {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 30px;
  padding: 5px 10px;
  display: grid;
}

.report-results {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 95%;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-report {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.report-title {
  color: #344054;
  text-align: left;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.text-block-31 {
  color: #475467;
  text-align: center;
  font-family: Mont, Verdana, sans-serif;
}

.text-block-31.white {
  color: #fff;
}

.block-report {
  flex: 1;
}

.text-span-107 {
  color: #000;
  font-size: 18px;
}

.heading-66 {
  color: #000;
  font-family: Mont, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 30px;
}

.header-section {
  color: #4b4b4b;
  text-align: center;
  margin-top: 20px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.header-section.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.report-name-field {
  color: #344054;
  text-align: left;
  width: 100%;
  font-family: Mont, Verdana, sans-serif;
  font-size: 11px;
}

.image-66 {
  filter: brightness(700%);
}

.reults-report-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 90%;
  margin-bottom: 10px;
  display: flex;
}

.left-block {
  background-color: #fff;
  border-radius: 10px;
  width: 70%;
  padding: 3%;
}

.left-block.no-top {
  width: 60%;
  padding-top: 0%;
  padding-right: 0%;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form-img-right {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-success-message {
  z-index: 2147483647;
  color: #fff;
  background-color: #fff;
  border-radius: 15px;
  flex: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  position: static;
  inset: 0%;
  overflow: scroll;
  box-shadow: 0 2px 5px #0003;
}

.f-error-message {
  color: #fff;
  background-color: #ff5858ed;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.f-form-steps-item.is---7 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 99%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.f-form {
  background-color: #ededed00;
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-form-steps-wrap.is---2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
  position: relative;
}

.next-btn {
  background-color: var(--primary);
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
  display: inline-flex;
  overflow: visible;
}

.next-btn:hover {
  opacity: .85;
  transform: scale(1.02);
}

.text-span-110 {
  color: #101828;
  font-size: 18px;
  font-weight: 600;
}

.heading-67 {
  color: #344054;
  font-family: Mont, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 55px;
}

.text-block-32 {
  color: #344054;
  text-align: center;
  font-family: Mont, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-32.white {
  color: #fff;
}

.success-title {
  color: #6b6b6b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.right-block-2 {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 60%;
  height: 100%;
}

.f-form-button-3 {
  color: #e50071;
  letter-spacing: .03125rem;
  cursor: pointer;
  background-color: #fafafa;
  border: 1px #3620f7;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 10px 18px;
  font-family: Mont, Verdana, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.f-form-button-3.next {
  color: #f7f7f7;
  text-align: center;
  background-color: #e50071;
  border-color: #3620f714;
  width: 200px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.image-67 {
  border-radius: 10px;
  padding: 0%;
}

.wrapper-next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.back-btn {
  color: #667085;
  background-color: #3898ec00;
  background-image: url('../images/back-menu-1.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: static;
  inset: 5% auto auto 5%;
}

.ms-radio-dot {
  border-color: #12133140;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-right: 10px;
  position: relative;
}

.ms-radio-dot.w--redirected-checked {
  border: 6px solid var(--primary);
}

.legal-text {
  color: #777;
  font-family: Mont, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.checkobx-leggal-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.red-dot {
  color: red;
}

.phone-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.verifi-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.verifi-section.hidden {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.verifi-section.hidden.mid {
  justify-content: center;
  align-items: center;
}

.back-btn-2 {
  color: #667085;
  background-color: #3898ec00;
  background-image: url('../images/back-menu-1.svg');
  background-position: 3%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 30px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: static;
  inset: 5% auto auto 5%;
}

.field {
  border-radius: 6px;
  width: auto;
  min-width: 200px;
  height: 45px;
}

.field._100 {
  width: auto;
  min-width: 300px;
}

.code-embed {
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.line-up {
  background-color: #eaecf0;
  border-radius: 20px;
  width: 2px;
  height: 100px;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.number {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.number-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap-reverse;
  justify-content: center;
  align-items: flex-end;
  min-width: 140vh;
  display: flex;
}

.paragraph-5 {
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
}

.main-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1248px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.main-container._2 {
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
  position: static;
}

.main-container.footer {
  flex-flow: wrap;
}

.number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 105px;
  display: flex;
}

.number-tile.tile-03, .number-tile.tile-02 {
  border: 1px #000;
}

.heading-5 {
  color: #e50071;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 700;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.heading-53 {
  color: #eef0f2;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.link-2 {
  color: #f7f7f7;
  font-family: Mont, Verdana, sans-serif;
  text-decoration: none;
}

.link-2.second {
  color: #000;
}

.link-2.phone {
  font-size: 15px;
}

.link-2.phone.second {
  color: #000;
}

.div-block-57 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.section-23 {
  background-color: #fff;
  padding: 50px 0;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 18px;
}

.heading-2.second {
  color: #000;
}

.icon-cta {
  width: 24px;
  height: 24px;
}

.paragraph-26 {
  color: #eef0f2;
  font-family: Mont, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.paragraph-26.bigger {
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.contact-card {
  color: #fff;
  background-color: #1f0a5c;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.contact-card.white {
  background-color: #f7f7f7;
  position: relative;
}

.div-block-55 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: #1f0a5c;
  background-image: url('../images/sygnet-icon.webp');
  background-position: 110% 120%;
  background-repeat: no-repeat;
  background-size: 20%;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 44px;
  display: flex;
}

.paragraph-3 {
  font-family: Mont, Verdana, sans-serif;
}

.paragraph-3.second {
  color: #000;
}

.div-block-56 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 60%;
  display: block;
}

.wrapper-box {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  display: flex;
}

.block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.heading-6 {
  text-align: left;
  margin-bottom: 5px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.heading-6.mid {
  text-align: center;
}

.f-paragraph {
  opacity: .51;
  text-align: center;
  max-width: 60ch;
  margin-bottom: 0;
  font-family: Mont, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.f-paragraph.left {
  opacity: .65;
  text-align: left;
  max-width: 70ch;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.checklist-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.image-5 {
  object-fit: cover;
  border-radius: 5px;
  flex: 1;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-4 {
  font-family: Mont, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.checklist-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 12px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.plus-line {
  background-color: var(--primary);
  border-radius: 1px;
  width: 18px;
  height: 2px;
}

.plus-line.vertical {
  background-color: var(--primary);
  position: absolute;
  transform: rotate(-90deg);
}

.faq-h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.expandable-single {
  cursor: pointer;
  background-color: #fff;
  border-radius: 18px;
  padding: 8px 24px 8px 32px;
}

.master-expandable {
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  max-width: 65%;
  margin-top: 3rem;
  padding: 30px 70px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.expandable-top {
  border-bottom: 1.5px solid #e2e2e2;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-benefit {
  z-index: 3;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.image-wrapper-bg {
  display: flex;
  position: relative;
}

.sygnet-bg {
  z-index: 1;
  width: 50%;
  position: absolute;
  inset: auto auto -15% -9%;
}

.higlight-text {
  color: var(--primary);
}

.heading-wrapper {
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.sub-heading {
  color: var(--primary);
  margin-top: 5px;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
}

.sub-heading.white {
  color: #e9e9e9;
}

.number-big {
  color: var(--primary);
  font-size: 25px;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.section-24 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-24.footer {
  background-color: #212121;
  padding-bottom: 10px;
}

.text-span-89 {
  font-weight: 600;
}

.footer-title {
  color: #f7f7f7;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 10px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.footer-divider {
  background-color: #1b1b1b1a;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.left-footer-bottom {
  grid-column-gap: 32px;
  display: flex;
}

.footer-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding-top: 10px;
  display: flex;
}

.footer-main {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 386px;
  display: flex;
}

.footer-text {
  color: #f7f7f7;
  text-align: left;
  font-family: Mont, Verdana, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.legal-link {
  color: #f7f7f7;
  font-family: Mont, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #f7f7f7;
  text-align: center;
  margin-top: 10px;
  font-family: Mont, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-link-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  display: flex;
}

.brand-navbar {
  max-width: 150px;
  display: block;
}

.div-block-59 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.client {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.client.bg-sky-blue {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-two {
  max-width: none;
}

.client-main-block {
  display: flex;
}

.client-image-category {
  grid-column-gap: 2.375rem;
  grid-row-gap: 2.375rem;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  place-items: center;
  margin-right: 38px;
}

.navbar {
  background-color: #fff;
  height: 68px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-navbar {
  border-bottom: 1px solid #eaecf0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  box-shadow: 0 2px 15px -7px #00000030;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-brand-navbar.w--current {
  flex: none;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.color-neutral-800.mg-bottom-8px {
  font-family: Mont, Verdana, sans-serif;
}

.text-200.color-accent-1.list {
  color: #b1b1b1;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._04.mg-bottom-32px {
  border-radius: 10px;
  flex: 1;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  display: flex;
}

.card.content-left.pd-40px---64px {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
}

.container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
}

.inner-container._574px {
  max-width: 574px;
}

.inner-container._574px.center {
  flex: 1;
  max-width: none;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.avatar-image {
  border-radius: 20px;
}

.heading-h4-size {
  color: var(--secondary);
  font-family: Mont, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.text-center {
  text-align: center;
}

.div-block-60 {
  width: auto;
  display: flex;
}

.component-43 {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: -22px 11px 30px -19px #c3c3c31a;
}

._43-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 51px;
  margin: 19px 35px 18px;
  display: flex;
}

._43-right {
  color: #625077;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 0 20px;
  font-weight: 600;
  line-height: 140%;
}

._43-text-block-2 {
  color: #666;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 115%;
}

._43-right-bottom {
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

._43-right-bottom-text {
  color: #490796;
  font-size: 16px;
  font-weight: 700;
}

.stars-2 {
  margin-top: 8px;
}

.righ-div {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.avatar-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.name-warapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.code-embed-2 {
  position: absolute;
  inset: 5% 5% auto auto;
}

.code-embed-2.second {
  top: -20%;
  right: -5%;
}

.image-agent {
  opacity: 1;
  border-radius: 10px;
}

.apartment-image {
  object-fit: cover;
  border-radius: 10px;
  min-height: 300px;
}

.price-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 9px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  min-height: 50px;
  padding: 4px 10px;
  display: flex;
  position: absolute;
  inset: auto auto 15% -10%;
  box-shadow: 0 2px 5px #0003;
}

.price-chart {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.price-desc {
  color: #525252;
  font-family: Mont, Verdana, sans-serif;
  font-size: 12px;
}

.price-desc.big {
  font-size: 14px;
  font-weight: 700;
}

.price-desc.small {
  font-size: 8px;
  line-height: 12px;
}

.brands-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 300px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.brand-image {
  width: 33%;
}

.next-btn-purple {
  background-color: var(--secondary);
  border-radius: 8px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 15px 30px;
  font-family: Mont, Verdana, sans-serif;
  font-weight: 600;
  display: inline-flex;
  overflow: visible;
}

.next-btn-purple:hover {
  opacity: .85;
  transform: scale(1.02);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.preloader {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.preloder-text-wrapper {
  z-index: 3;
  position: relative;
}

.preloader-v7-loader {
  width: 60px;
}

.preloader-v7-bg {
  z-index: 1;
  background-color: var(--secondary);
  width: 100%;
  height: 100%;
  margin-top: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.preloader-v7-bg-primary {
  z-index: 2;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  margin-top: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.sub-heding-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.sub-heading-block {
  flex: 1;
  width: 45%;
}

.small-text {
  text-align: center;
  font-family: Mont, Verdana, sans-serif;
  font-size: 11px;
}

.link.legal {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.footer-wrapper {
  grid-column-gap: 20%;
  grid-row-gap: 20%;
  width: 100%;
  display: flex;
}

.fs-message_hide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #171717;
  background-color: #f6f6f6;
  border: 1px dashed #ababab;
  border-radius: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  margin-top: .75rem;
  padding: 1rem;
  display: none;
}

.fs-combobox_option {
  color: #000;
  border-radius: .25rem;
  align-items: center;
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.fs-combobox_option.w--current {
  color: #fff;
  background-color: #6e30f7;
  border-bottom-color: #6e30f7;
}

.fs-combobox_dropdown-toggle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.fs-combobox_dropdown-toggle:focus-visible, .fs-combobox_dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 1px solid #acacac;
}

.fs-combobox_list {
  border-radius: .25rem;
  margin-top: 4rem;
  padding: .25rem 1rem;
  inset: 0% 0% auto;
  overflow: auto;
}

.fs-combobox_list.w--open {
  background-color: #fff;
  border: 1px solid #ddddddde;
  max-height: 400px;
  overflow: scroll;
}

.fs-combobox_select {
  color: #111;
  background-color: #ececec;
  margin-bottom: 0;
  display: block;
}

.fs-combobox_select.helper {
  font-family: Mont, Verdana, sans-serif;
}

.fs-combobox_input {
  border: 1px #000;
  border-radius: .25rem;
  margin-bottom: 0;
  padding: .25rem;
}

.fs-combobox_input.helper {
  font-family: Mont, Verdana, sans-serif;
}

.fs-combobox_reset {
  color: #000;
  cursor: pointer;
  border-radius: .25rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  width: 1.25rem;
}

.fs-combobox_icon {
  flex-direction: column;
  width: 1rem;
  margin-right: .5rem;
  display: flex;
}

.fs-combobox_arrow {
  color: #000;
  border-radius: .25rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: stretch;
  width: 1.5rem;
  display: flex;
}

.fs-combobox_empty {
  color: #000;
  border-radius: .25rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  padding: .75rem 1rem;
  font-size: .875rem;
}

.fs-combobox_dropdown {
  background-color: #fff;
  border-radius: .25rem;
  min-width: 18rem;
  padding: .5rem .75rem .5rem .5rem;
}

.fs-combobox_dropdown.helper {
  border: 2px solid #dadada;
  border-radius: 6px;
  width: 100%;
  min-width: 0;
}

.cloneable-container-default-copy {
  background-color: var(--secondary);
  border-radius: 20px;
  min-height: 624px;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(0);
}

.container-default-copy {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 24px;
  padding-right: 24px;
}

.cloneable-container-default-copy-copy {
  background-color: #f3f7fa00;
  border-radius: 20px;
  min-height: 624px;
  padding-top: 0;
  padding-bottom: 0;
}

.annadyla {
  background-color: #f3f7fa;
  padding: 72px 3%;
}

.annadyla.cloneables-listing {
  background-color: #111521;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.annadyla.benef {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #f3f7fa;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.annadyla.mid {
  background-color: #f3f7fa00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.annadyla.privacy {
  padding-top: 120px;
}

.martazabicka {
  background-color: #f3f7fa;
  padding: 72px 3%;
}

.martazabicka.cloneables-listing {
  background-color: #ececec;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.martazabicka.benef {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #f3f7fa;
  flex-flow: column;
  padding-top: 20px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.martazabicka.mid {
  background-color: #f3f7fa00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.martazabicka.privacy {
  padding-top: 120px;
}

@media screen and (min-width: 1440px) {
  .number-wrap {
    width: 80%;
    min-width: 0;
  }

  .main-container._2 {
    max-width: none;
  }

  .heading-53 {
    font-size: 32px;
  }

  .footer-grid {
    width: 100%;
    display: flex;
  }

  .footer-column, .footer-link-wrap {
    max-width: none;
  }

  .client-main-block {
    display: flex;
  }

  .nav-menu, .link-brand-navbar {
    flex: 1;
  }

  .footer-wrapper {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .multi-step-form-radio-trigger {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .cloneable-container-default {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.cloneables-listing {
    padding-left: 1%;
    padding-right: 1%;
  }

  .address-wrapper {
    justify-content: center;
    align-items: center;
  }

  .select-field.full {
    width: 250px;
  }

  .gpa-input {
    width: 280px;
  }

  .field-input {
    width: 250px;
  }

  .f-steps-form-wrapper {
    width: 80%;
  }

  .f-steps-form-wrapper.success {
    flex-flow: column;
    padding-top: 0;
  }

  .report-title {
    line-height: 30px;
  }

  .left-block, .left-block.no-top, .left-block.no-top, .f-error-message {
    width: 100%;
  }

  .f-form-steps-item.is---7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .success-title {
    padding-top: 0;
  }

  .right-block-2 {
    width: 100%;
  }

  .number-wrap {
    min-width: 0;
  }

  .master-expandable {
    max-width: 70%;
  }

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

  .footer-main {
    width: 100%;
  }

  .footer-link-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .client {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .client-all-image-box {
    width: 100%;
    max-width: 250px;
  }

  .icon-hamburger {
    width: 28px;
    height: 28px;
    margin: auto;
    display: block;
  }

  .wrap-menu-inside {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button {
    border-radius: 8px;
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #56bcf666;
    padding: 0;
  }

  .nav-menu {
    text-align: center;
    background-color: #f3f7fa;
    padding: 24px;
  }

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
  }

  .fs-message_hide {
    flex-direction: column;
    align-items: flex-start;
  }

  .cloneable-container-default-copy, .cloneable-container-default-copy-copy {
    padding-left: 32px;
    padding-right: 32px;
  }

  .annadyla.cloneables-listing, .martazabicka.cloneables-listing {
    padding-left: 1%;
    padding-right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .multi-step-form-block {
    min-height: auto;
  }

  .form-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .slider-content-wrap {
    width: 100%;
  }

  .steps-bar {
    justify-content: space-between;
    padding-bottom: 24px;
  }

  .form-step-progress-bar {
    display: none;
  }

  .cloneable-container-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.cloneables-listing {
    padding-left: 2%;
    padding-right: 2%;
  }

  .form-step-progress-mobile {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-mobile.full-bar {
    background-color: var(--primary);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-mobile.step-3 {
    background-color: var(--primary);
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-mobile.step-1 {
    background-color: var(--primary);
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-mobile.step-2 {
    background-color: var(--primary);
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .form-step-number {
    margin-left: 10px;
    margin-right: 10px;
  }

  .steps-bar-wrapper {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .address-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .select-field.full, .wrapper-address-selection, .gpa-input {
    width: 100%;
  }

  .field-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .field-input {
    width: auto;
  }

  .f-steps-form-wrapper {
    width: 100%;
  }

  .f-steps-form-wrapper.success {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-67 {
    font-size: 28px;
  }

  .line-up {
    width: 100%;
    height: 1px;
  }

  .number-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .number-tile {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .number-tile.tile-03 {
    border-right-style: none;
  }

  .number-tile.tile-02 {
    border-left-style: none;
    border-right-style: none;
  }

  .div-block-57 {
    width: 100%;
  }

  .div-block-55 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-56 {
    width: 90%;
  }

  .wrapper-box {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .faq-paragraph {
    font-size: 15px;
    line-height: 135%;
  }

  .faq-h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .master-expandable {
    max-width: 90%;
  }

  .footer-title {
    font-size: 18px;
  }

  .left-footer-bottom {
    margin-bottom: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-link-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 32px;
  }

  .menu-button.w--open {
    background-color: #fd41bf66;
  }

  .nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #fff;
    flex-flow: row;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .card.content-left.pd-40px---64px {
    padding: 44px 32px;
  }

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

  .heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .fs-combobox_dropdown {
    min-width: auto;
  }

  .fs-combobox_dropdown.helper {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .cloneable-container-default-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .cloneable-container-default-copy-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .annadyla.cloneables-listing, .martazabicka.cloneables-listing {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 479px) {
  .form-content {
    padding-top: 20px;
  }

  .multi-step-form-radio-trigger {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .steps-bar {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-step-progress-bar {
    display: none;
  }

  .cloneable-container-default {
    padding: 20px 0 100px;
  }

  .section.cloneables-listing {
    background-color: var(--secondary);
  }

  .section.mid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-step-progress-mobile {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-mobile.full-bar {
    width: 100%;
  }

  .form-step-progress-mobile.step-3 {
    background-color: var(--primary);
    width: 78%;
  }

  .form-step-progress-mobile.step-1 {
    background-color: var(--primary);
    width: 25%;
  }

  .container-default {
    padding-top: 6rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .address-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .select-field {
    width: auto;
    overflow: clip;
  }

  .wrapper-address-selection {
    align-self: auto;
    width: 100%;
  }

  .gpa-input {
    width: auto;
  }

  .field-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .field-input {
    width: auto;
  }

  .heading-size-1.white {
    font-size: 26px;
    line-height: 36px;
  }

  .pgraph.white {
    font-size: 13px;
  }

  .ms-radio-wrap {
    align-items: flex-start;
    display: flex;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .icon-report {
    width: 30px;
    height: 30px;
  }

  .report-value {
    font-family: Mont, Verdana, sans-serif;
    font-size: 11px;
  }

  .f-steps-form-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-steps-form-wrapper.success {
    flex-flow: column;
    margin-top: 0;
    padding: 0 0 2rem;
  }

  .raport-title-wrapper {
    width: 95%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .raport-title-wrapper.grid.full {
    margin-bottom: 0;
    padding-right: 0;
  }

  .field-report {
    border-style: solid;
    border-width: 1.5px;
  }

  .report-results {
    height: auto;
    padding-bottom: 30px;
  }

  .wrapper-report {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .report-title {
    font-size: 12px;
  }

  .text-span-107 {
    font-size: 17px;
  }

  .heading-66 {
    font-size: 1.6rem;
  }

  .header-section {
    font-size: 1.65rem;
    line-height: 36px;
  }

  .header-section.small {
    font-size: 16px;
  }

  .report-name-field {
    font-size: 10px;
  }

  .reults-report-section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 95%;
  }

  .left-block {
    padding-left: 1%;
    padding-right: 1%;
  }

  .f-success-message {
    padding-left: 5px;
    padding-right: 5px;
  }

  .f-form-steps-item.is---7 {
    background-color: var(--white);
    border-radius: 1rem;
  }

  .f-form {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .f-form.is--form {
    padding-left: 0;
    padding-right: 0;
  }

  .next-btn.w--current {
    margin-top: 20px;
  }

  .text-span-110 {
    font-size: 15px;
  }

  .heading-67 {
    font-size: 25px;
  }

  .line-up {
    height: 2px;
  }

  .section-2.number {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-wrap {
    flex-flow: column wrap-reverse;
  }

  .main-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .number-tile, .number-tile.tile-03, .number-tile.tile-02 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-53 {
    font-size: 1.8rem;
  }

  .div-block-57 {
    width: 100%;
  }

  .section-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-23.mar {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-card {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-55 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-position: 110% 102%;
    background-size: 100px;
    border-radius: 10px;
    flex-flow: column;
    max-width: 100%;
    padding: 27px 8px;
  }

  .div-block-56 {
    width: 100%;
  }

  .wrapper-box {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block {
    flex: none;
    order: 1;
    width: 100%;
  }

  .heading-6 {
    font-size: 1.8rem;
  }

  .f-paragraph {
    font-size: 15px;
  }

  .faq-paragraph {
    font-size: 13px;
  }

  .faq-h3 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .expandable-single {
    padding: 16px;
  }

  .master-expandable {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-wrapper {
    margin-bottom: 0;
  }

  .image-68 {
    order: -1;
  }

  .section-24.footer {
    padding-top: 40px;
  }

  .left-footer-bottom {
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .footer-column {
    max-width: none;
  }

  .legal-link {
    font-size: 12px;
  }

  .text-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-navbar {
    width: 100%;
  }

  .client-all-image-box {
    max-width: 120px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-brand-navbar {
    justify-content: flex-start;
    width: 45vw;
    max-width: 150px;
    height: auto;
    padding: 0;
    display: flex;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.pd-40px---64px {
    padding: 40px 24px;
  }

  .container-default-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .avatar-image {
    width: 100%;
  }

  .div-block-60 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .component-43 {
    grid-template-columns: .5fr 2.25fr .5fr;
  }

  ._43-text-block-2 {
    font-size: 10px;
  }

  .price-card {
    left: 0%;
  }

  .brand-image {
    width: 25%;
  }

  .fs-message_hide {
    padding: 1rem;
  }

  .cloneable-container-default-copy {
    padding: 20px 0 100px;
  }

  .container-default-copy {
    padding-top: 6rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cloneable-container-default-copy-copy {
    padding: 20px 0 100px;
  }

  .annadyla.cloneables-listing {
    background-color: #111521;
  }

  .annadyla.mid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .martazabicka.cloneables-listing {
    background-color: #111521;
  }

  .martazabicka.mid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#w-node-d8962d27-0bf8-6d0f-dbba-bdb66c2e8041-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0840-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0841-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0842-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0843-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0844-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0845-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0846-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0847-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0848-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0849-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084a-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084b-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084d-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084e-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084f-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0850-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0851-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0852-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0853-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0854-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0855-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0856-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0857-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0858-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085a-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085b-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085c-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085d-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085e-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085f-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0860-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0861-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0862-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0863-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0864-ef48dfca, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0865-ef48dfca, #w-node-e56e266c-8b7d-667b-3bc3-cab9369b2f87-ef48dfca, #w-node-_75d6cc37-cead-fd4a-9ef0-6a69eea95c02-9a68bb0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75d6cc37-cead-fd4a-9ef0-6a69eea95c0e-9a68bb0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_75d6cc37-cead-fd4a-9ef0-6a69eea95c02-5b863107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75d6cc37-cead-fd4a-9ef0-6a69eea95c0e-5b863107 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d8962d27-0bf8-6d0f-dbba-bdb66c2e8041-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0840-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0841-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0842-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0843-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0844-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0845-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0846-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0847-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0848-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0849-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084a-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084b-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084d-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084e-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084f-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0850-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0851-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0852-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0853-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0854-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0855-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0856-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0857-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0858-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085a-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085b-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085c-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085d-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085e-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085f-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0860-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0861-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0862-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0863-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0864-48a1508e, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0865-48a1508e, #w-node-e56e266c-8b7d-667b-3bc3-cab9369b2f87-48a1508e, #w-node-d8962d27-0bf8-6d0f-dbba-bdb66c2e8041-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0840-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0841-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0842-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0843-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0844-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0845-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0846-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0847-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0848-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0849-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084a-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084b-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084d-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084e-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084f-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0850-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0851-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0852-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0853-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0854-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0855-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0856-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0857-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0858-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085a-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085b-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085c-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085d-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085e-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085f-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0860-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0861-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0862-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0863-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0864-ad5fd495, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0865-ad5fd495, #w-node-e56e266c-8b7d-667b-3bc3-cab9369b2f87-ad5fd495, #w-node-d8962d27-0bf8-6d0f-dbba-bdb66c2e8041-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0840-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0841-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0842-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0843-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0844-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0845-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0846-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0847-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0848-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0849-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084a-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084b-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084d-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084e-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c084f-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0850-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0851-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0852-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0853-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0854-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0855-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0856-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0857-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0858-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085a-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085b-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085c-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085d-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085e-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c085f-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0860-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0861-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0862-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0863-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0864-ad520757, #w-node-d4c51e7b-b77a-333f-cb82-5e02913c0865-ad520757, #w-node-e56e266c-8b7d-667b-3bc3-cab9369b2f87-ad520757, #w-node-d8962d27-0bf8-6d0f-dbba-bdb66c2e8041-1008c91b, #w-node-d8962d27-0bf8-6d0f-dbba-bdb66c2e8041-7ffc6919 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-accde497-a686-4f50-aec7-890b6b8bdd12-ef48dfca, #w-node-accde497-a686-4f50-aec7-890b6b8bdd12-48a1508e, #w-node-accde497-a686-4f50-aec7-890b6b8bdd12-ad5fd495, #w-node-accde497-a686-4f50-aec7-890b6b8bdd12-ad520757 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}