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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

.div-block {
  width: 400px;
  height: 400px;
  background-color: #9644aa;
}

.button {
  position: absolute;
  left: 869px;
  top: 202px;
  padding: 40px;
}

.hero {
  display: block;
  height: 75vh;
  padding-top: 120px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/Desert-day.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/Desert-day.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body {
  background-color: #3d3d3d;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  line-height: 1.4;
}

.container {
  max-width: 1200px;
  margin-top: 64px;
  padding-right: 40px;
  padding-left: 40px;
}

.h1 {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 52px;
  line-height: 1.2;
  text-align: center;
}

.body-text {
  margin-top: 64px;
  color: #fff;
  text-align: center;
}

.body-text.dark {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #c0bebe;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
  text-align: left;
}

.cta-wrapper {
  margin-top: 32px;
  text-align: center;
}

.cta-wrapper.mini {
  text-align: left;
}

.cta-button {
  max-width: 200px;
  margin-right: 16px;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease;
  transition: box-shadow 400ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}

.cta-button:hover {
  max-width: 200px;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.showcase-image-1 {
  position: absolute;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
}

.showcase-image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 5%;
  bottom: 0%;
  z-index: 1;
}

.showcase-wrapper {
  position: relative;
  max-width: 50%;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nav-link {
  color: #fff;
  font-size: 14px;
}

.div-block-2 {
  text-align: center;
}

.image {
  position: absolute;
}

.nav-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -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;
  background-color: #3d3d3d;
}

.dropdown {
  font-size: 14px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 64px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sign-up-button {
  padding: 12px 32px;
  background-image: linear-gradient(130deg, #f3bc68, #dd1e6d);
  font-size: 14px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -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;
}

.image-2 {
  position: static;
  overflow: visible;
  max-width: 40px;
}

.section.how-it-works {
  margin-top: 60vh;
}

.section.final-cta {
  margin-top: 224px;
  padding-bottom: 0px;
  background-image: linear-gradient(132deg, #fc7743, #f31e77);
}

.section.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.hiw {
  margin-top: 25vh;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Thicccboi, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 110%;
  font-weight: 700;
  text-align: center;
}

.step-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.step-image {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.step-image-1 {
  height: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.step-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-left: 80px;
  -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;
}

.step-caption {
  color: #f05a5c;
  font-size: 16px;
}

.step-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f05a5c;
  font-size: 32px;
  line-height: 1.2;
}

.step-image-2 {
  height: auto;
}

.step-image-3 {
  height: auto;
}

.feature-card {
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;
}

.feature-card._1 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._2 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._3 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._4 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._5 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._6 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._7 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._8 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.feature-card._9 {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.grid {
  grid-column-gap: 72px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.paragraph {
  color: #727272;
  font-size: 16px;
}

.heading-3 {
  color: #fff;
}

.content-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left {
  display: block;
  overflow: visible;
  min-width: 240px;
  padding-right: 0px;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.right {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-wrapper {
  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;
}

.copyright {
  color: #fff;
  font-size: 14px;
}

.social-link {
  margin-right: 16px;
}

.back-to-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.12);
}

.text-block-2 {
  padding-left: 12px;
  font-size: 14px;
}

.image-3 {
  width: auto;
}

.floating-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: block;
  width: auto;
  height: auto;
  padding: 16px;
  border-radius: 100px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.floating-button:hover {
  width: auto;
  height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.floating-button.w--current {
  z-index: 500;
  display: block;
  width: auto;
  height: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-block-3 {
  font-size: 14px;
}

.floating-link {
  display: none;
  opacity: 1;
  color: #727272;
  font-size: 14px;
}

.floating-link:hover {
  opacity: 1;
}

.showcase-wrapper-2 {
  position: relative;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.phoneimage1 {
  position: absolute;
  left: 5%;
  z-index: 5;
}

.phoneimage2 {
  position: absolute;
  right: 5%;
  z-index: 1;
}

.heading-4 {
  margin-top: 140px;
  margin-bottom: 96px;
  text-align: center;
}

.step-row-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.step-image-alt {
  width: auto;
}

.step-desc-alt {
  display: block;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ce3f07;
}

.text-block-4 {
  color: #444;
  font-size: 32px;
  line-height: 1.5;
}

.text-block-5 {
  margin-top: 56px;
  color: #636363;
  font-size: 24px;
  line-height: 1.1;
}

.heading-5 {
  font-size: 14px;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  overflow: visible;
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Thicccboi thicccaf', sans-serif;
  color: #fbdf06;
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}

.menu-button {
  color: #fff;
}

.text-span {
  font-family: 'Thicccboi thicccaf', sans-serif;
  color: #fbdf06;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.lottie-animation {
  max-width: 100%;
}

.text-span-2 {
  font-family: 'Thicccboi thicccaf', sans-serif;
  color: #fbdf06;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.link.accent {
  color: #fbdf06;
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }

  .body-text.dark {
    font-size: 30px;
  }

  .showcase-image-1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: 640px;
  }

  .showcase-image-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 640px;
  }

  .showcase-wrapper {
    max-width: 50%;
  }

  .section.how-it-works {
    margin-top: 30vh;
  }

  .step-image {
    width: 1000px;
  }

  .step-caption {
    font-size: 21px;
  }

  .step-heading {
    font-size: 60px;
    line-height: 1.2;
  }

  .floating-button.w--current {
    display: block;
  }

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

@media screen and (max-width: 991px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .h1 {
    font-size: 48px;
  }

  .body-text.dark {
    font-size: 20px;
  }

  .showcase-image-1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .showcase-image-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .showcase-wrapper {
    max-width: 75%;
  }

  .nav-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown {
    display: block;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #e9e9e9;
  }

  .buttons-wrapper {
    display: block;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .sign-up-button {
    display: block;
    width: 250px;
    margin-left: 20px;
  }

  .navbar {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-links-wrapper {
    display: block;
  }

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

  .section.hiw {
    margin-top: 60vh;
  }

  .heading {
    margin-bottom: 40px;
  }

  .step-row {
    padding-right: 48px;
    padding-left: 48px;
  }

  .step-description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .step-heading {
    font-size: 28px;
    line-height: 1.2;
  }

  .grid {
    grid-column-gap: 40px;
  }

  .heading-3 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 1.2;
  }

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

  .left {
    padding-top: 24px;
  }

  .right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .floating-button {
    z-index: 100;
  }

  .showcase-wrapper-2 {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 64px;
  }

  .h1 {
    font-size: 32px;
  }

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

  .cta-wrapper.mini {
    text-align: center;
  }

  .showcase-image-1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: 380px;
  }

  .showcase-image-2 {
    left: 172px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 380px;
  }

  .section.how-it-works {
    margin-top: 40vh;
  }

  .heading {
    margin-bottom: 40px;
  }

  .step-row {
    margin-bottom: 80px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-row.second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature-section {
    padding: 40px 20px;
  }

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

  .feature-image-mask {
    margin-right: 0px;
  }

  .step-image {
    width: 80vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .step-heading {
    font-size: 24px;
  }

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

  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .left {
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .copyright {
    font-size: 11px;
  }

  .social-link {
    width: 24px;
  }

  .text-block {
    font-size: 11px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 85vh;
    padding-top: 64px;
  }

  .container {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .h1 {
    max-width: 100%;
    font-size: 30px;
  }

  .body-text {
    font-size: 16px;
  }

  .cta-button {
    margin-bottom: 16px;
  }

  .showcase-image-1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    height: 300px;
  }

  .showcase-image-2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 300px;
  }

  .showcase-wrapper {
    position: relative;
    max-width: 100%;
  }

  .section.how-it-works {
    margin-top: 40vh;
  }

  .heading {
    margin-top: 102px;
    margin-bottom: 40px;
    font-size: 32px;
  }

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

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

  .social-icons {
    margin-bottom: 24px;
  }

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

  .floating-button {
    z-index: 100;
  }

  .menu-button {
    color: #fff;
  }
}

@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.woff2') format('woff2'), url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.woff2') format('woff2'), url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.woff2') format('woff2'), url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.woff2') format('woff2'), url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.woff2') format('woff2'), url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.woff2') format('woff2'), url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype'), url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2'), url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.woff2') format('woff2'), url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}