@font-face {
  font-family: inter;
  src: url('../fonts/Inter-Italic.woff2') format("woff2"), url('../fonts/Inter-Italic.woff') format("woff"), url('../fonts/Inter-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2"), url('../fonts/Inter-Medium.woff') format("woff"), url('../fonts/Inter-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Interdisplay;
  src: url('../fonts/InterDisplay-Medium.woff2') format("woff2"), url('../fonts/InterDisplay-Medium.woff') format("woff"), url('../fonts/InterDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.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;
}

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

figure {
  margin-bottom: 0;
}

.container {
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container.flexbox-space-between {
  justify-content: space-between;
  display: flex;
}

.container.flexbox.gap-32px {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container._2col-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.flexbox-center-v {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-phonenumber {
  color: #111;
  background-image: url('../images/call.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 11px 15px 11px 47px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .175s ease-in-out;
  display: flex;
}

.link-phonenumber:hover {
  background-color: #ebebeb;
}

.link-phonenumber:focus-visible, .link-phonenumber[data-wf-focus-visible] {
  background-color: #ebebeb;
  border-color: #2563eb;
}

.navbar {
  border-bottom: 1px solid #eaeaeb;
  padding-top: 8px;
  padding-bottom: 7px;
}

.navbar.sticky {
  z-index: 20;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
}

.step-w {
  min-height: calc(150vh - 60px);
  padding-top: 48px;
  padding-bottom: 48px;
}

.flexbox {
  display: flex;
}

.flexbox.center {
  justify-content: center;
  align-items: center;
}

.flexbox.center.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flexbox.space {
  justify-content: space-between;
  align-items: center;
}

.flexbox.back-button-w {
  justify-content: space-between;
  align-items: center;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flexbox.right {
  justify-content: flex-end;
}

.flexbox.y-center {
  align-items: center;
}

.flexbox.y-center.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flexbox.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.h6.color-e6e6e6 {
  color: #e6e6e6;
}

.h2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 56px;
}

.h2.padding-top-48px {
  padding-top: 48px;
}

._7col {
  max-width: 668px;
}

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

.margin-top-12px-w {
  height: 0;
  margin-top: 12px;
}

.body2 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.body2.heading {
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 600;
}

.font-weight600 {
  font-weight: 600;
}

.radio-w {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  max-width: 468px;
  margin: 8px auto 0;
  padding: 19px 19px 19px 59px;
  display: flex;
  position: relative;
}

.radio-w.withouticon {
  padding-left: 19px;
}

.radio-button-label {
  color: #111;
  order: -1;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.radio-button {
  background-color: #fff;
  border: 1px solid #949494;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  right: 20px;
}

.radio-button.w--redirected-checked {
  background-color: #0a9142;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: auto;
  border-width: 4px;
  border-color: #0a9142;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 #0003;
}

.spacer-24px {
  height: 0;
  margin-top: 24px;
}

.radio-button-icon {
  position: absolute;
  left: 24px;
}

._5col {
  width: 100%;
  max-width: 468px;
}

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

.next-button {
  text-align: center;
  background-color: #2563eb;
  border-radius: 16px;
  width: 100%;
  max-width: 168px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.next-button.hidden {
  display: none;
}

.next-button.start {
  max-width: 368px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-w {
  margin-top: 32px;
}

.testimonial-img-w {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  margin-bottom: 12px;
  display: flex;
}

.testimonial-fig {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.testimonial-author {
  font-size: 16px;
  line-height: 24px;
}

._5stars-rating {
  color: #3330;
  background-image: url('../images/stars.svg');
  background-position: 0 0;
  background-size: auto;
  width: 91px;
  height: 23px;
}

.testimonial {
  color: #222;
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  position: relative;
}

.main {
  background-color: #fcfcfc;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.h4.margin-top-48px {
  margin-top: 48px;
}

.body4 {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

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

.input-field-w {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  max-width: 468px;
  height: 64px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px;
  transition: all .175s ease-in-out;
}

.input-field {
  color: #111;
  background-color: #fff0;
  border: 0 #000;
  height: 24px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

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

.input-label {
  color: #333;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.info {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.footnote {
  margin-top: 12px;
  margin-bottom: 0;
}

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

.footnote.color-e6e6e6 {
  color: #e6e6e6;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2563eb;
  border-radius: 16px;
  width: 100%;
  max-width: 368px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.error-message {
  color: #e90101;
  text-align: center;
  margin-top: 12px;
}

.second-button {
  color: #2563eb;
  background-color: #efefef00;
  margin-top: 12px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.display-none {
  display: none;
}

.correct-message {
  color: #008a16;
  text-align: center;
  margin-top: 12px;
}

.logo.veterans {
  width: 100%;
  max-width: 140px;
  height: auto;
}

._6col {
  max-width: 568px;
}

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

.body1 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 36px;
}

.body1.text-align-center, .body1.longer-text {
  text-align: center;
}

.flexbox-center-h {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.flexbox-center-h.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 24px;
}

.li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.li.green {
  background-image: url('../images/check-circle-green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  padding-left: 32px;
}

.review__badge {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #111;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.review__badge-trustpilot {
  color: #1a1a1a00;
  background-image: url('../images/trustpilot-stars.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 107px;
  height: 20px;
  padding-left: 12px;
  padding-right: 12px;
}

.review__badge-trustpilot-logo {
  text-align: right;
  background-image: url('../images/trustpilot-logo-star.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 86px;
  height: 26px;
}

.review__badge-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.review__badge-google {
  color: #fff0;
  background-image: url('../images/g-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.review__badge-google.stars {
  color: #fff0;
  background-image: url('../images/google-stars.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 76px 16px;
  width: 76px;
  height: 16px;
  display: block;
}

.social-portrait-stack-w {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: flex;
}

.social-portrait-stack-img {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.body3 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.body3.font-weight-semibold {
  font-weight: 600;
}

.body3.heading {
  margin-top: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 600;
}

.body3.margin-bot-16px {
  margin-bottom: 16px;
}

.testimonial-img {
  border-radius: 100px;
}

.form-w {
  background-color: #ddd0;
  position: relative;
}

.progress-bar-w {
  opacity: 0;
  background-color: #ccdaff;
  border-radius: 100px;
  width: 100%;
  max-width: 768px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 20px 0% auto;
}

.progress-bar-w.visible-start {
  opacity: 1;
}

.progress-bar {
  background-color: #2563eb;
  border-radius: 100px;
  width: 7.692%;
  height: 6px;
}

.back-button {
  color: #222;
  background-color: #3898ec00;
  background-image: url('../images/back.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  padding: 8px 32px 8px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: all .175s ease-in-out;
  display: inline-flex;
}

.back-button:hover {
  background-image: url('../images/back.svg'), linear-gradient(#ededed, #ededed);
  background-position: 6px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.margin-top-20px-w {
  height: 0;
  margin-top: 20px;
}

.body {
  background-color: #fcfcfc;
}

.spacer {
  background-color: #eaeaeb;
  border: none;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

._9col {
  max-width: 868px;
}

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

._8col {
  max-width: 768px;
}

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

.legal-pages-nav-w {
  border-right: 1px solid #eaeaeb;
  width: 100%;
  max-width: 268px;
  padding-top: 48px;
  padding-bottom: 48px;
  position: sticky;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.h5.margin-top-48px {
  margin-top: 48px;
}

.legal-link {
  color: #222;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: color .175s ease-in-out;
  display: block;
}

.legal-link:hover {
  color: #2563eb;
}

.legal-link.w--current {
  color: #2563eb;
  font-weight: 600;
}

.legal-links-list {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
}

.legal-pages-nav-inner-w {
  z-index: 10;
  position: sticky;
  top: 100px;
}

.legal-text-w {
  border-right: 1px solid #eaeaeb;
  max-width: 868px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 32px;
}

.link {
  color: #0073dd;
  text-decoration: none;
}

.h3 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.h3.padding-top-48px {
  padding-top: 48px;
}

.footer {
  color: #e6e6e6;
  background-color: #121212;
  padding-top: 40px;
  padding-bottom: 40px;
}

.eho-w {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #e6e6e6;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.h7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.footer-nav {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  color: #e6e6e6;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .175s;
  display: block;
}

.footer-link:hover {
  color: #0073dd;
}

.tcpa {
  color: #666;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.link-phonenumber-blue {
  color: #fff;
  background-color: #2563eb;
  background-image: url('../images/phone-white.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #0000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 11px 15px 11px 47px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .175s ease-in-out;
  display: flex;
}

.link-phonenumber-blue:hover {
  background-color: #1e52c4;
}

.link-phonenumber-blue:focus-visible, .link-phonenumber-blue[data-wf-focus-visible] {
  background-color: #ebebeb;
  border-color: #2563eb;
}

.spacer-32px {
  height: 0;
  margin-top: 32px;
}

.img {
  width: 100%;
  height: auto;
}

.client-portrait {
  border-radius: 100px;
  width: 100%;
  max-width: 100px;
  height: auto;
}

.client-logo {
  width: 100%;
  max-width: 268px;
  height: auto;
}

.lottie {
  background-color: #fcfcfc;
}

.flexbox-v {
  flex-flow: column;
  display: flex;
}

.flexbox-v.center {
  justify-content: center;
  align-items: center;
}

.flexbox-v.center.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flexbox-v.center.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flexbox-v.center.gap-4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flexbox-v.space {
  justify-content: space-between;
  align-items: center;
}

.flexbox-v.back-button-w {
  justify-content: space-between;
  align-items: center;
  max-width: 808px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.flexbox-v.right {
  justify-content: flex-end;
}

.flexbox-v.y-center {
  align-items: center;
}

.flexbox-v.y-center.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flexbox-v.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

._10col {
  max-width: 968px;
}

@media screen and (max-width: 991px) {
  .body1 {
    font-size: 20px;
    line-height: 32px;
  }

  .li {
    text-align: center;
  }

  .review__badge, .review__badge-2 {
    color: #111;
  }

  .legal-pages-nav-w {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container._2col-grid {
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .container.flexbox-space-between {
    align-items: center;
  }

  .link-phonenumber {
    background-position: 12px;
    background-size: 20px;
    padding-left: 39px;
    padding-right: 12px;
    font-size: 14px;
  }

  .step-w {
    min-height: calc(100vh - 60px);
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .h6 {
    font-size: 14px;
    line-height: 20px;
  }

  .h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .body2 {
    margin-top: 11px;
    font-size: 16px;
    line-height: 24px;
  }

  .radio-w {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 48px;
  }

  .radio-button-label {
    padding-right: 32px;
  }

  .spacer-24px {
    margin-top: 12px;
  }

  .radio-button-icon {
    left: 16px;
  }

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

  .logo {
    max-height: 27px;
  }

  .logo.veterans {
    object-fit: contain;
    max-width: none;
    max-height: 32px;
    display: block;
  }

  .body1 {
    margin-top: 12px;
  }

  .body1.longer-text {
    font-size: 16px;
    line-height: 24px;
  }

  .flexbox-center-h.gap-1rem {
    grid-column-gap: .256rem;
    grid-row-gap: .256rem;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .li {
    font-size: 14px;
  }

  .li.green {
    background-position: 0%;
    background-size: 24px 24px;
    padding-left: 28px;
    font-size: 14px;
  }

  .li.green.hidenonmobile {
    display: none;
  }

  .review__badge {
    color: #111;
    font-size: 11px;
  }

  .review__badge-trustpilot-logo {
    width: 72px;
  }

  .review__badge-2 {
    color: #111;
  }

  .body3 {
    font-size: 16px;
    line-height: 24px;
  }

  .progress-bar-w {
    top: 12px;
  }

  .back-button {
    margin-left: -24px;
  }

  .h5 {
    font-size: 26px;
    line-height: 32px;
  }

  .h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

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

  .link-phonenumber-blue {
    background-position: 12px;
    background-size: 20px;
    padding-left: 39px;
    padding-right: 12px;
    font-size: 14px;
  }

  .spacer-32px {
    margin-top: 16px;
  }

  .client-portrait {
    max-width: 72px;
  }

  .client-logo {
    max-width: 168px;
  }
}


@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter-Italic.woff2') format('woff2'), url('../fonts/Inter-Italic.woff') format('woff'), url('../fonts/Inter-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Bold.woff2') format('woff2'), url('../fonts/InterDisplay-Bold.woff') format('woff'), url('../fonts/InterDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-SemiBold.woff2') format('woff2'), url('../fonts/InterDisplay-SemiBold.woff') format('woff'), url('../fonts/InterDisplay-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Interdisplay';
  src: url('../fonts/InterDisplay-Medium.woff2') format('woff2'), url('../fonts/InterDisplay-Medium.woff') format('woff'), url('../fonts/InterDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}