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

body {
  background-color: #f1f3f4;
  font-family: 'Sf pro display', sans-serif;
  color: #252b42;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: #2e3250;
  text-decoration: underline;
}

.section.black {
  padding-bottom: 0px;
  background-color: #4b5cae;
}

.section._04 {
  position: relative;
  z-index: 10;
  padding-bottom: 0px;
}

.section.grad {
  padding-top: 70px;
  padding-bottom: 230px;
  background-image: url('../images/hero-bg.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section._01 {
  padding-top: 60px;
  padding-bottom: 70px;
}

.section._02 {
  padding-top: 74px;
  padding-bottom: 98px;
  background-image: linear-gradient(47deg, #f3aa65, #ef70a6);
}

.container {
  position: relative;
  max-width: 1234px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.navbar {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 85px;
  justify-content: space-between;
  align-items: center;
}

.brand {
  margin-bottom: 50px;
}

.section-grid {
  align-items: start;
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-grid.sect-3 {
  position: relative;
  align-items: center;
  grid-column-gap: 44px;
  -ms-grid-columns: 1fr 534px;
  grid-template-columns: 1fr 534px;
}

.section-grid.sect-3 {
  margin-bottom: 0px;
  justify-content: end;
  justify-items: stretch;
  align-items: start;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 576px;
  grid-template-columns: 1fr 576px;
}

.section-grid.sect-4 {
  margin-bottom: 0px;
  justify-content: end;
  justify-items: stretch;
  align-items: start;
  grid-column-gap: 50px;
  -ms-grid-columns: 1fr 489px;
  grid-template-columns: 1fr 489px;
}

.sect-col {
  position: relative;
}

.sect-col.left._530 {
  max-width: 530px;
}

.sect-col.left._530.tp-110 {
  padding-top: 110px;
}

.sect-col.right {
  left: -40px;
  display: flex;
  justify-content: flex-end;
}

.sect-col.tp-140 {
  padding-top: 140px;
}

.h2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: 'Sf pro display', sans-serif;
  color: #252b42;
  font-size: 40px;
  line-height: 1.12;
  font-weight: 700;
}

.h2.center {
  margin-bottom: 56px;
  color: #fff;
  text-align: center;
}

.h2._450 {
  max-width: 350px;
}

.h2._500 {
  max-width: 500px;
}

._3-col-grid {
  grid-column-gap: 23px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-col-card-wrap {
  display: flex;
  overflow: hidden;
  margin-right: -1px;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  background-color: #fff;
}

.div-block {
  color: #fff;
}

.hyper-link {
  transition: opacity 300ms cubic-bezier(.25, .46, .45, .94);
}

.hyper-link:hover {
  opacity: 0.6;
}

.privacy-link {
  display: inline-block;
  opacity: 0.8;
  font-family: 'Sf pro display', sans-serif;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
}

.divider {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: none;
  opacity: 0.7;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 1.5;
}

.hyper-logo-wrapper {
  display: flex;
  align-items: center;
}

.footer-section {
  padding-top: 102px;
  padding-bottom: 101px;
  background-image: linear-gradient(180deg, #4b5eb3, #475395);
  color: #021931;
}

.hyper-text-regular {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.icons-wrapper {
  display: flex;
  justify-content: center;
}

.social-img {
  width: 100%;
  height: 100%;
}

.footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-footer {
  max-width: 293px;
  margin-bottom: 20px;
}

.hyper-text-semibold {
  margin-right: 10px;
  font-family: 'Sf pro display', sans-serif;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.link {
  font-family: 'Sf pro display', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
  text-decoration: none;
}

.footer-hyper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.terms-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._14-34 {
  opacity: 1;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

._14-34.bm-30 {
  margin-bottom: 20px;
  font-weight: 400;
}

.social-btn {
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  margin-left: 12px;
  justify-content: center;
  align-items: center;
}

.social-btn.hdn {
  display: none;
}

.join-wrap {
  position: relative;
}

.rich-text-block {
  margin-top: 20px;
  margin-bottom: 100px;
  font-family: Inter;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Sf pro display', sans-serif;
  color: #252b42;
  font-size: 28px;
  line-height: 1.07;
  font-weight: 800;
  text-align: left;
}

.hero-wrap {
  position: relative;
  max-width: 634px;
}

.grid {
  align-items: start;
  grid-column-gap: 20px;
  -ms-grid-columns: 688px 1fr;
  grid-template-columns: 688px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.cta-wrap {
  padding: 98px 63px 67px 90px;
  border-radius: 80px;
  background-color: #fff;
  box-shadow: 0 16px 36px 0 rgba(0, 0, 0, 0.1);
}

.grid-2 {
  align-items: center;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cta-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 270px;
  background-image: linear-gradient(180deg, #4f67cb, #4b5eb3);
}

.h1 {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 1.38;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.h1._700 {
  font-weight: 700;
}

._20-150 {
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
}

._20-150._540 {
  max-width: 540px;
}

._20-150._540.bm-40 {
  margin-bottom: 40px;
  font-family: 'Sf pro display', sans-serif;
}

._20-150.bm-50 {
  margin-bottom: 50px;
}

._20-150.dark {
  color: #737373;
}

._20-150.dark._500 {
  max-width: 500px;
  margin-bottom: 70px;
}

.social-01 {
  flex: 0 0 auto;
}

.text-field {
  position: relative;
  height: 58px;
  margin-bottom: 0px;
  padding-left: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  background-color: #fff;
  font-family: 'Sf pro display', sans-serif;
  color: #737373;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.text-field:hover {
  border-style: solid;
  border-color: #e6e6e6;
}

.text-field:active {
  border-style: solid;
  border-color: #e6e6e6;
}

.text-field:focus {
  border-style: solid;
  border-color: #e6e6e6;
}

.text-field:focus-visible {
  border-style: none;
}

.text-field[data-wf-focus-visible] {
  border-style: none;
}

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

.text-field::-ms-input-placeholder {
  color: #8a8a89;
}

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

.success-message {
  border-radius: 16px;
}

.error-message {
  border-radius: 16px;
}

.form-block {
  width: 100%;
  max-width: 520px;
  margin-bottom: 0px;
}

.form-block._600 {
  max-width: 600px;
}

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

.submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 58px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  background-color: #000;
  background-image: linear-gradient(58deg, #ef70a6, #f3aa65);
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 800;
}

.form {
  position: relative;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.agile-img-2 {
  display: block;
  max-width: 657%;
}

.hero-img {
  position: relative;
  top: 215px;
  display: block;
  max-width: 560px;
}

._16-125 {
  max-width: 240px;
  color: #737373;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
}

.deco-line {
  width: 94px;
  height: 7px;
  margin-bottom: 35px;
  background-color: #f3a76a;
}

.cart-text-wrap {
  padding: 25px 25px 0px;
}

.icon {
  position: relative;
  top: -5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

._20-120 {
  color: #737373;
  line-height: 1.2;
}

.img-cta {
  max-width: 448px;
}

@media screen and (min-width: 1440px) {
  .section.grad {
    background-position: 50% 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section.grad {
    background-position: 50% 100%;
  }
}

@media screen and (max-width: 991px) {
  .section._04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.grad {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .container {
    width: auto;
  }

  .container.hero {
    display: flex;
    flex-direction: column-reverse;
  }

  .brand {
    margin-bottom: 40px;
  }

  .section-grid.sect-3 {
    position: static;
    margin-bottom: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-grid.sect-3 {
    margin-bottom: 60px;
    justify-items: start;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-grid.sect-4 {
    margin-bottom: 60px;
    justify-items: start;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sect-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sect-col.left._530.tp-110 {
    padding-top: 0px;
  }

  .sect-col.right {
    padding-top: 0px;
  }

  .sect-col.right {
    padding-top: 0px;
    align-items: center;
  }

  ._3-col-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._3-col-card-wrap {
    margin-right: -1px;
    border-radius: 60px;
  }

  .footer-section {
    padding-top: 60px;
  }

  .hero-wrap {
    padding-top: 0px;
    padding-bottom: 40px;
  }

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

  .cta-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2 {
    justify-items: center;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .agile-img-2 {
    width: auto;
    max-width: 80%;
  }

  .agile-img-2._80 {
    max-width: 70%;
  }

  .hero-img {
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .section._04 {
    padding-bottom: 60px;
  }

  .section.grad {
    padding-bottom: 60px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .navbar {
    flex-direction: column;
  }

  .brand {
    margin-bottom: 40px;
  }

  .sect-col.left._530 {
    padding-top: 60px;
  }

  .sect-col.tp-140 {
    align-items: center;
  }

  .h2 {
    margin-bottom: 20px;
    text-align: center;
  }

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

  .footer-logo-wrapper {
    margin-bottom: 40px;
    align-items: center;
  }

  .footer-hyper-wrapper {
    align-items: center;
  }

  .terms-section {
    padding-bottom: 20px;
    flex-direction: column;
  }

  .hero-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cta-wrap {
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
    flex-direction: column;
    align-items: center;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h1 {
    text-align: center;
  }

  ._20-150._540.bm-40 {
    max-width: none;
    text-align: center;
  }

  ._20-150.bm-50 {
    text-align: center;
  }

  ._20-150.dark {
    text-align: center;
  }

  .form {
    flex-direction: column;
  }

  .hero-img {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section._04 {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .section.grad {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .section._01 {
    padding-bottom: 40px;
  }

  .section._02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .navbar {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .brand {
    width: 180px;
    margin-bottom: 40px;
  }

  .section-grid.sect-3 {
    margin-bottom: 20px;
  }

  .section-grid.sect-4 {
    margin-bottom: 20px;
  }

  .sect-col.left {
    align-items: center;
  }

  .sect-col.left._530 {
    padding-top: 40px;
  }

  .sect-col.tp-140 {
    padding-top: 0px;
  }

  .h2 {
    font-size: 28px;
    text-align: center;
  }

  .h2.center {
    margin-bottom: 40px;
  }

  ._3-col-grid {
    margin-bottom: 60px;
  }

  ._3-col-card-wrap {
    padding-bottom: 20px;
    border-radius: 30px;
  }

  .footer-section {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .icons-wrapper {
    margin-bottom: 0px;
  }

  .footer-logo-wrapper {
    margin-bottom: 30px;
  }

  .logo-footer {
    max-width: 220px;
    margin-bottom: 40px;
  }

  .terms-section {
    padding-bottom: 20px;
  }

  .join-wrap {
    margin-bottom: 20px;
  }

  .h3 {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
  }

  .hero-wrap {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }

  .cta-wrap {
    padding: 40px 20px 20px;
    border-radius: 24px;
  }

  .h1 {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
  }

  ._20-150 {
    font-size: 16px;
  }

  ._20-150._540.bm-40 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  ._20-150.bm-50 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  ._20-150.dark._500 {
    margin-bottom: 40px;
  }

  .text-field {
    margin-right: 0px;
    margin-bottom: 8px;
    padding-left: 20px;
    text-align: left;
  }

  .submit-button {
    position: relative;
  }

  .form {
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .agile-img-2 {
    max-width: 100%;
  }

  .agile-img-2._80 {
    position: relative;
    left: 31px;
  }

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

  .img-cta {
    max-width: 100%;
  }
}

#w-node-e9289c71-fca8-08ac-eb14-617ef51b15b3-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3a96b1a-0978-5eb2-3f0d-af4706a152af-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d8f73e3b-f3b9-4549-69cf-217469040adc-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-d8f73e3b-f3b9-4549-69cf-217469040ade-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cdd140ab-65ae-9d1e-74be-c5f0a8db3db3-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d33ce2e9-815e-6e6d-9982-2fad1ce985cd-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04f92087-1360-8422-c394-5051bb3b63b4-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e7ab199e-3db6-0cb7-a709-9efea8f43c39-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: start;
      justify-self: start;
}

#w-node-e7ab199e-3db6-0cb7-a709-9efea8f43c3b-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0338a198-bf6c-4753-e82c-d59f03223d12-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8af6d34-3537-4e86-1246-8951fcff1ffb-4f79cba2 {
  -ms-grid-column: span 1;
      grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d8f73e3b-f3b9-4549-69cf-217469040adc-4f79cba2 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }

  #w-node-d8f73e3b-f3b9-4549-69cf-217469040ade-4f79cba2 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }

  #w-node-e7ab199e-3db6-0cb7-a709-9efea8f43c39-4f79cba2 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }

  #w-node-e7ab199e-3db6-0cb7-a709-9efea8f43c3b-4f79cba2 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e9289c71-fca8-08ac-eb14-617ef51b15b3-4f79cba2 {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}