body {
  background-color: #fffcfa;
  font-family: 'Founders Grotesk', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
}

.mega-container {
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mega-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 135px;
  height: 60px;
  background-image: url('../images/Frame-5968.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.small {
  width: 90px;
  height: 30px;
  margin-right: 8px;
}

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.hero-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 790px;
  margin-bottom: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
}

.card-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Frame-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 104px;
  line-height: 100%;
  font-weight: 600;
}

.text-span {
  font-family: Signifier, 'Times New Roman', sans-serif;
  font-weight: 300;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 64px 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #000;
  font-size: 20px;
  font-weight: 500;
}

.nav-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.section {
  margin-bottom: 240px;
}

.section.section-title {
  margin-bottom: 140px;
}

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

.paragraphs-grid.on-breathing {
  grid-column-gap: 85px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 120%;
  font-weight: 600;
}

.heading-2.with-p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 150%;
  font-weight: 300;
}

.paragraph.with-other {
  margin-bottom: 24px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  width: 100px;
  height: 1px;
  margin-left: 16px;
  background-color: #000;
}

.small-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.big-headline {
  max-width: 1020px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 78px;
  line-height: 110%;
  font-weight: 600;
}

.big-headline.bigger {
  max-width: none;
}

.italic {
  font-family: Signifier, 'Times New Roman', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.cards-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 49px;
  grid-row-gap: 48px;
  grid-template-areas: "Area Area"
    ". ."
    "Area-2 Area-2";
  -ms-grid-columns: 1fr 49px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 48px auto 48px auto;
  grid-template-rows: auto auto auto;
}

.big-card {
  display: -ms-grid;
  display: grid;
  height: 775px;
  padding-top: 62px;
  padding-bottom: 62px;
  padding-left: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 148px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 32px;
  background-color: #f3fbf7;
}

.big-card.nft-card {
  padding-right: 83px;
  grid-column-gap: 78px;
  background-color: #fcf5ff;
}

.small-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mockup.mockup-image {
  height: 100%;
  margin-right: -61px;
  background-image: url('../images/Frame-5937-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper {
  position: relative;
  z-index: 2;
}

.phone-frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 320px;
  height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-image: url('../images/phone.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.phone-vid {
  z-index: 0;
  width: 292px;
  height: 620px;
  border-radius: 20px;
}

.bliss-highlight {
  color: #064bff;
}

.small-card {
  padding: 125px 64px;
  border-radius: 32px;
  background-color: #fbf2f0;
}

.small-card.blue {
  background-color: #f3fbfe;
}

.breathing-card {
  min-height: 600px;
  padding: 100px 80px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  background-color: #fcfcfc;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-text {
  margin-top: 32px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 500;
}

.text-block {
  margin-top: 75px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  text-align: center;
}

.sign-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 134px;
  padding-bottom: 134px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  width: 300px;
  height: 58px;
  margin-right: 26px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 3px;
  padding-left: 32px;
  border: 1px none #000;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 18px;
}

.text-field::-webkit-input-placeholder {
  font-size: 18px;
}

.text-field:-ms-input-placeholder {
  font-size: 18px;
}

.text-field::-ms-input-placeholder {
  font-size: 18px;
}

.text-field::placeholder {
  font-size: 18px;
}

.form-block {
  margin-top: 40px;
  margin-bottom: 0px;
}

.success-message {
  padding: 24px 49px;
  border-radius: 20px;
}

.error-message {
  padding: 17px;
  border-radius: 120px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.footer-text {
  margin-right: 25px;
  font-size: 24px;
  line-height: 140%;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  height: 32px;
  margin-left: 48px;
}

.image-2 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.link {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.mega-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 74px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  display: block;
  width: 170px;
  margin-bottom: 0px;
}

.rich-text-block {
  max-width: 750px;
}

.rich-text-block p {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
}

.rich-text-block h1 {
  margin-top: 60px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 140%;
}

.rich-text-block h4 {
  margin-top: 0px;
}

.rich-text-block h2 {
  margin-top: 36px;
  margin-bottom: 16px;
  line-height: 140%;
}

.rich-text-block a {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #1a26ff;
  color: #1a26ff;
}

.rich-text-block h5 {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .hero-card {
    min-height: 610px;
  }

  .heading {
    font-size: 80px;
    line-height: 120%;
    text-align: center;
  }

  .nav-link {
    color: #fff;
    text-align: center;
  }

  .nav-link.footer-link {
    color: #000;
  }

  .section.section-title {
    margin-bottom: 70px;
  }

  .paragraphs-grid {
    grid-row-gap: 23px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .small-title {
    font-size: 16px;
  }

  .big-headline {
    font-size: 54px;
  }

  .cards-grid {
    grid-template-areas: "Area"
      "."
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .big-card {
    height: auto;
    max-width: 100%;
    padding: 64px 40px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .big-card.nft-card {
    padding-right: 36px;
    padding-left: 36px;
    grid-row-gap: 42px;
  }

  .mockup {
    padding-top: 0px;
  }

  .mockup.mockup-image {
    margin-right: 0px;
  }

  .wrapper {
    position: relative;
    z-index: 0;
  }

  .phone-frame {
    overflow: hidden;
    width: 275px;
    height: 554px;
  }

  .phone-vid {
    width: 260px;
    height: 531px;
    border-radius: 20px;
  }

  .small-card {
    padding: 64px 39px;
  }

  .breathing-card {
    padding: 64px 40px;
  }

  .features-grid {
    margin-top: 64px;
    grid-column-gap: 35px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-text {
    font-size: 18px;
  }

  .text-block {
    margin-top: 64px;
  }

  .sign-up {
    padding-top: 81px;
    padding-bottom: 81px;
  }

  .nav-menu {
    background-color: #000;
  }

  .menu-button {
    padding: 16px;
  }

  .menu-button.w--open {
    border-radius: 99px;
    background-color: rgba(0, 0, 0, 0.05);
  }

  .image {
    width: 24px;
    margin-top: -8px;
  }

  .rich-text-block p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .rich-text-block h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .hero-card {
    margin-bottom: 125px;
  }

  .button.form-button {
    width: 100%;
  }

  .section {
    margin-bottom: 125px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .paragraph {
    font-size: 20px;
  }

  .paragraph.with-other {
    width: auto;
  }

  .big-headline {
    font-size: 48px;
  }

  .big-card {
    padding-right: 22px;
    padding-left: 22px;
  }

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

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .form-block {
    width: 70%;
  }

  .footer-content {
    grid-row-gap: 35px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .social-icon {
    margin-right: 16px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .mega-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .mega-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .brand {
    width: 100px;
    height: 40px;
  }

  .brand.small {
    margin-right: 0px;
    margin-bottom: 7px;
    padding-bottom: 63px;
  }

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

  .hero-card {
    min-height: 550px;
    margin-bottom: 80px;
    padding-right: 19px;
    padding-bottom: 0px;
    padding-left: 19px;
  }

  .heading {
    font-size: 54px;
    line-height: 120%;
  }

  .button {
    padding: 12px 40px;
    font-size: 16px;
  }

  .nav-link.footer-link {
    margin-bottom: 16px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .section {
    width: 100%;
    margin-bottom: 120px;
  }

  .section.section-title {
    margin-bottom: 64px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .heading-2.with-p {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .paragraph {
    font-size: 22px;
  }

  .paragraph.with-other {
    width: 100%;
  }

  .small-title {
    font-size: 14px;
  }

  .big-headline {
    font-size: 42px;
    line-height: 120%;
  }

  .italic {
    font-style: italic;
  }

  .cards-grid {
    width: 100%;
  }

  .big-card {
    padding: 40px 0px;
  }

  .big-card.nft-card {
    padding-right: 0px;
    padding-left: 0px;
  }

  .small-card-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 360px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mockup.mockup-image {
    width: 90%;
    min-height: 210px;
  }

  .phone-vid {
    border-radius: 20px;
  }

  .small-card {
    width: 100%;
    padding: 40px 0px;
  }

  .breathing-card {
    padding: 40px 20px;
  }

  .feature-text {
    font-size: 20px;
  }

  .text-block {
    margin-top: 40px;
  }

  .sign-up {
    padding-bottom: 34px;
  }

  .text-field {
    padding-left: 24px;
  }

  .form-block {
    width: 100%;
  }

  .footer-text {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    margin-left: -20px;
    padding-left: 0px;
  }

  .mega-container-2 {
    padding-right: 19px;
    padding-left: 19px;
  }

  .rich-text-block p {
    font-size: 18px;
  }

  .rich-text-block h1 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 32px;
  }
}

#w-node-e2f1643b-a0a2-38f9-d4f7-e321d7b2f091-7cddaac0 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-_42429187-c532-ed94-93b3-e6c0b271519a-7cddaac0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d48ed0de-f1c0-8818-d234-9ce68195dc21-7cddaac0 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-e2f1643b-a0a2-38f9-d4f7-e321d7b2f091-7cddaac0 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-d48ed0de-f1c0-8818-d234-9ce68195dc21-7cddaac0 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

#w-node-_8e07a69e-7b08-2371-d566-0a1c913d348a-7cddaac0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0fc1771c-8d02-64c5-8c8d-68e28050fdc2-7cddaac0 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4ee1ed71-4127-9609-667a-5afc1b063143-7cddaac0 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_842886a5-93d0-d587-afad-ab662df18c4e-68c4eef8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_58dc52e0-7912-0f79-d8cd-ec0d547bbbb7-7cddaac0 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -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-e2f1643b-a0a2-38f9-d4f7-e321d7b2f091-7cddaac0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-bec2af1c-1b09-b76e-ab0c-8271d9fcd974-7cddaac0 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-d48ed0de-f1c0-8818-d234-9ce68195dc21-7cddaac0 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cac30d4e-fef3-83e9-8a30-fe654c6d0737-7cddaac0 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_4ee1ed71-4127-9609-667a-5afc1b063143-7cddaac0 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_842886a5-93d0-d587-afad-ab662df18c48-68c4eef8 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_842886a5-93d0-d587-afad-ab662df18c4e-68c4eef8 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_42429187-c532-ed94-93b3-e6c0b271519a-7cddaac0 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGroteskWeb-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGroteskWeb-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGroteskWeb-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Founders Grotesk';
  src: url('../fonts/FoundersGroteskWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Signifier';
  src: url('../fonts/Signifier-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}