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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fontspring Demo Integralcf;
  src: url('../fonts/Fontspring-DEMO-integralcf-extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --waves-library--white: white;
  --waves-library--black: #131313;
  --waves-library--background: #faebe3;
  --white: white;
  --black: black;
  --waves-library--dark-elevation: #ede0d8;
}

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

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

@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: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: none;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fontspring Demo Integralcf, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.waves---heading-2-no-margins.waves---center-heading {
  object-fit: fill;
  font-family: Fontspring Demo Integralcf, sans-serif;
  line-height: 1.3;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-image-features-3 {
  border-radius: 24px;
  width: 100%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---section-medium {
  padding-top: 20px;
  padding-bottom: 20px;
}

.background-video {
  overflow: visible;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fontspring Demo Integralcf, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.waves---heading-3-no-margins.large {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 1.2;
}

.waves---heading-3-no-margins.pt-4 {
  margin-top: 1rem;
}

.waves---heading-3-no-margins.cardheading {
  font-size: 20px;
}

.waves-icon-32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big-2.center {
  text-align: center;
}

.waves---limit-510 {
  text-align: left;
  max-width: 1000px;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---main-container-2.graybg {
  background-color: #f6f6f6;
  max-width: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.waves---section-medium-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.waves---section-medium-2.hide {
  display: none;
}

.waves-tile-features-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 4px 4px #0000000a, 0 4px 8px #0009;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---limit-511 {
  max-width: 510px;
}

.waves---section-medium-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-select-white:focus {
  border-color: var(--waves-library--black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-white {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-white:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--waves-library--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.waves-image-contact-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves---section-medium-4 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves-text-field-background.field-cta-1 {
  min-width: 260px;
}

.waves-form-cta-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.waves---form-block-cta-1 {
  margin-top: 40px;
  margin-bottom: 32px;
}

.waves---left-cta-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---master-cta-1 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.waves---section-medium-5 {
  padding-top: 60px;
  padding-bottom: 100px;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---section-medium-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---brand {
  max-width: none;
  height: 100%;
  display: inline-block;
  overflow: clip;
}

.waves---nav-brand-link {
  height: 96px;
}

.waves-master-nav-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-3 {
  z-index: 103;
  background-color: var(--waves-library--white);
  border-bottom: 1px solid #13131333;
  height: 80px;
}

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

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

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

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-brand-footer-1 {
  vertical-align: baseline;
  height: 100%;
}

.waves-brand-link-footer-1 {
  height: 96px;
}

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

.waves-footer-1 {
  background-color: var(--waves-library--white);
  padding-top: 0;
  padding-bottom: 64px;
}

._2col-one {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.col-inside {
  max-width: 50%;
}

.col-inside.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  object-fit: contain;
}

._2col-two.colorbg {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #7754f61f;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.purpletext {
  color: #7754f6;
}

.body {
  font-weight: 500;
}

.image-wrapper {
  border-radius: 4px;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.field-label {
  color: #6b7280;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.text-field {
  color: #9ca3af;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  height: 48px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:hover {
  border-color: #3b82f6;
}

.text-field:focus {
  border-color: #2563eb;
}

.text-field::placeholder {
  color: #d1d5db;
}

.html-embed {
  display: block;
}

@media screen and (max-width: 991px) {
  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .waves---heading-2-no-margins.waves---center-heading {
    font-size: 33px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---grid-features-5, .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .waves---left-cta-1 {
    align-items: center;
  }

  .waves---master-cta-1 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---heading-2-no-margins.waves---center-heading {
    font-size: 28px;
  }

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

  .waves---heading-3-no-margins.large {
    font-size: 28px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2, .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: 340px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-text-field-background.field-cta-1 {
    min-width: 0;
  }

  .waves-form-cta-1 {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .waves---form-block-cta-1 {
    width: 100%;
    max-width: 320px;
  }

  .waves---master-cta-1 {
    text-align: center;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-medium-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  ._2col-one {
    flex-flow: column;
  }

  .col-inside {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .col-inside.textonly {
    flex-flow: column;
  }

  ._2col-two.colorbg {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-2-no-margins.waves---center-heading {
    font-size: 23px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves---section-medium {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-3-no-margins.large {
    font-size: 24px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---main-container-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .waves---section-medium-2, .waves---section-medium-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    padding: 24px 16px;
  }

  .waves---section-medium-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .waves-text-field-background.field-cta-1 {
    min-width: 100%;
  }

  .waves-text-field-background.field-cta-1.phoneinput {
    min-width: 90vw;
  }

  .waves-form-cta-1 {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---form-block-cta-1 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-medium-5, .waves---section-medium-6 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }
}

#w-node-f88409d5-2c93-534a-22bc-570e05dc976b-29e454aa, #w-node-_6c34f0ef-667a-ceb7-1591-6bc8be240c8b-29e454aa, #w-node-_6c34f0ef-667a-ceb7-1591-6bc8be240c90-29e454aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Integralcf';
  src: url('../fonts/Fontspring-DEMO-integralcf-extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}