:root {
  --white: white;
  --grey-2: #17171b;
  --purple: #813efb;
  --grey: #99a1ba;
  --black: black;
}

body {
  color: #333;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
}

a {
  color: #fff;
  text-decoration: none;
}

.header {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3% 0;
  display: flex;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.container-flex {
  width: 80%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-flex.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph {
  max-width: 680px;
  color: #99a1ba;
  text-align: center;
  margin-bottom: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.left-align {
  text-align: left;
  margin-bottom: 0;
}

.nav-bar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  padding: 26px 3%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: -9px;
}

.nav-link {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-button {
  border: .5px solid var(--white);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 100px;
  margin-left: 26px;
  padding: 10px 42px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  transition: all .3s;
}

.nav-button:hover {
  background-color: var(--white);
  color: var(--purple);
}

.overline {
  color: var(--purple);
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.primary-cta {
  background-color: var(--white);
  color: var(--grey-2);
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
}

.primary-cta.focus-button {
  background-color: var(--purple);
  color: var(--white);
}

.hero-image-wrapper {
  margin-top: 65px;
  position: relative;
}

.hero-graphic-left {
  position: absolute;
  top: 170px;
  bottom: auto;
  left: -80px;
  right: auto;
}

.hero-graphic-right {
  position: absolute;
  top: 300px;
  bottom: 0%;
  left: auto;
  right: -80px;
}

.profile-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.people-group-image {
  margin-right: 12px;
}

.follower-number {
  color: var(--grey);
  font-size: 15px;
  line-height: 26px;
}

.follower-number._02, .tag-span {
  color: var(--white);
}

.services-section {
  background-image: linear-gradient(to bottom, #111115, var(--black));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.h2-span {
  opacity: 1;
  color: #3dc9df;
}

.services-grid {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.services-grid-block {
  background-color: var(--grey-2);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block:hover {
  border: 1px solid var(--purple);
}

.icon-block {
  width: 40px;
  height: 40px;
  background-color: var(--purple);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  display: flex;
}

.service-title {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.service-title.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.service-paragraph {
  color: var(--grey);
  font-size: 15px;
}

.tag-10 {
  color: var(--grey);
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.divider {
  width: 100%;
  height: 1px;
  max-width: 850px;
  background-color: rgba(255, 255, 255, .1);
  flex: 0 auto;
  margin-top: 160px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-section {
  justify-content: center;
  align-items: center;
  padding: 0 3% 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.content-h2.content-h2-centre {
  text-align: center;
}

.feature-image-div {
  position: relative;
}

.feature-image {
  overflow: hidden;
}

.ribbon {
  position: absolute;
  top: -20px;
  bottom: auto;
  left: auto;
  right: -8px;
}

.ribbon-2 {
  position: absolute;
  top: -50px;
  bottom: auto;
  left: -40px;
  right: auto;
}

.ribbon-3 {
  position: absolute;
  top: auto;
  bottom: -40px;
  left: auto;
  right: -40px;
}

.left-blur {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.testimonials-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: visible;
}

.name-title {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.right-blur {
  max-width: 500px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pricing-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 140px;
  display: flex;
  position: relative;
}

.tabs {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 32px;
  display: none;
}

.price-plan {
  color: var(--grey);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.tab-switcher {
  width: 60px;
  height: 30px;
  background-color: var(--purple);
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.white-circle {
  width: 24px;
  height: 24px;
  background-color: var(--white);
  border-radius: 100px;
}

.pricing-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  margin-top: 55px;
}

.pricing-block {
  width: 100%;
  opacity: 1;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.price-title {
  color: var(--grey);
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.price-number {
  color: var(--white);
  text-align: center;
  margin-bottom: 8px;
  font-size: 70px;
  font-weight: 600;
  line-height: 90px;
  display: flex;
}

.dollar-sign {
  color: var(--grey);
  padding-top: 12px;
  font-size: 20px;
  line-height: 24px;
}

.pricing-top-block {
  width: 100%;
  background-color: var(--grey-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding: 32px 25px;
  display: flex;
}

.pricing-bottom-block {
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.tick-icon {
  margin-right: 12px;
}

.feature {
  color: var(--grey);
  font-size: 15px;
  font-weight: 400;
}

.pricing-block-big {
  opacity: 1;
  background-color: rgba(255, 255, 255, .05);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.pricing-top-block-big {
  width: 100%;
  background-color: var(--grey-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 35px 25px;
  display: flex;
}

.pricing-bottom-block-big {
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-link {
  color: var(--grey);
  margin-bottom: 16px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.footer-section {
  background-image: linear-gradient(#111115, #000);
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  padding: 135px 3% 0;
  display: flex;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-block.no-padding {
  margin-top: 0;
}

.newsletter-field {
  width: 310px;
  height: 55px;
  color: var(--grey-2);
  border-radius: 100px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-left: 27px;
  font-size: 15px;
}

.newsletter-field.newsletter-small {
  width: 260px;
}

.form-title {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 26px;
}

.footer-content {
  width: 100%;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

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

.copyright {
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.copyright.white {
  color: var(--white);
  font-size: 14px;
  display: inline-block;
}

.footer-left-block {
  width: 50%;
}

.footer-right-block {
  width: 50%;
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1.5fr 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 17px;
}

.footer-base {
  background-color: #6352ba;
  justify-content: center;
  align-items: center;
  padding: 25px 3%;
  display: flex;
}

.footer-base-container {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.social-media-block {
  display: flex;
}

.social-link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  transition: opacity .2s;
  display: flex;
}

.social-link-block:hover {
  opacity: .5;
}

.hero-paragraph {
  max-width: 720px;
  color: #99a1ba;
  text-align: center;
  margin-bottom: 48px;
  font-family: Greycliffcf, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.hero-h1 {
  color: var(--white);
  font-family: Greycliffcf, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.hero-overline {
  color: #37c2d8;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.hero-button {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

.hero-button:hover {
  transform: translate(0, -2px);
}

.cta-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-block {
  background-color: var(--purple);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 105px 35px;
  display: flex;
  position: relative;
}

.content-cta {
  max-width: 580px;
  text-align: center;
  margin-bottom: 35px;
  font-size: 50px;
}

.send-button {
  background-color: var(--white);
  color: var(--grey-2);
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 15px;
  line-height: 21px;
}

.link {
  opacity: .5;
}

.form-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.services-grid-block-02 {
  background-color: var(--grey-2);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-02:hover {
  border: 1px solid var(--purple);
}

.services-grid-block-03 {
  background-color: var(--grey-2);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-03:hover {
  border: 1px solid var(--purple);
}

.services-grid-block-04 {
  background-color: var(--grey-2);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-04:hover {
  border: 1px solid var(--purple);
}

.services-grid-block-04.end-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.feature-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.feature-column-content {
  width: 50%;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  display: flex;
}

.feature-column-image {
  width: 50%;
  min-height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 50px;
  display: flex;
}

.flowb {
  font-weight: 600;
}

.title-wrap.flex-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-button-copy {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

.hero-button-copy:hover {
  transform: translate(0, -2px);
}

.columns {
  width: 600px;
}

.columns-2 {
  width: 44%;
  text-align: center;
}

.column-2 {
  padding-bottom: 10px;
}

.hero-button-2 {
  color: #fff;
  background-color: #30acc0;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

.hero-button-2:hover {
  transform: translate(0, -2px);
}

.primary-cta-2 {
  color: #17171b;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block-2 {
  width: 100%;
}

.field-label, .field-label-2 {
  color: #e0dede;
}

.text-field {
  height: 150px;
}

.contact-header {
  color: #37c2d8;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.container-flex-contact {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-flex-contact.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.columns-3 {
  width: 80%;
  text-align: center;
}

.body {
  background-image: url('../images/hero-bloom.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-paragraph-2 {
  max-width: 720px;
  color: #99a1ba;
  text-align: center;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.bold-text {
  font-family: Greycliffcf, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.hero-paragraph-3 {
  max-width: 720px;
  color: #99a1ba;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Greycliffcf, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.hero-paragraph-homepage {
  max-width: 850px;
  color: #99a1ba;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Greycliffcf, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 .";
}

.hero-paragraph-vid-desc {
  max-width: 850px;
  color: #99a1ba;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Greycliffcf, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.html-embed {
  margin-top: 47px;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 3%;
    padding-right: 3px;
  }

  .nav-link {
    color: var(--grey-2);
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-button {
    display: none;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .content-h2 {
    font-size: 38px;
  }

  .left-blur {
    z-index: -1;
  }

  .testimonials-section {
    overflow: hidden;
  }

  .right-blur {
    z-index: -1;
  }

  .feature {
    font-size: 15px;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-left-block {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-right-block {
    width: 100%;
    max-width: 550px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-block {
    padding: 15px;
  }

  .icon {
    color: #fff;
  }

  .hero-h1 {
    text-align: center;
  }

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

  .newsletter-block {
    z-index: 5;
  }

  .feature-column-content, .feature-column-image {
    padding: 25px;
  }

  .menu-button {
    border-radius: 100px;
  }

  .menu-button.w--open {
    background-color: rgba(255, 255, 255, .17);
  }
}

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

  .profile-images-wrapper {
    flex-wrap: wrap;
  }

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

  .right-blur {
    z-index: -1;
  }

  .pricing-grid {
    max-width: 430px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-block, .pricing-block-big {
    margin-bottom: 40px;
  }

  .newsletter-field {
    width: 100%;
  }

  .copyright.white {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-base-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

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

  .newsletter-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-cta {
    font-size: 42px;
  }

  .feature-wrap {
    flex-wrap: wrap;
  }

  .feature-column-content, .feature-column-image {
    width: 100%;
  }
}

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

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

  .ribbon, .ribbon-2 {
    display: none;
  }

  .ribbon-3 {
    width: 90px;
    display: none;
  }

  .right-blur {
    display: none;
  }

  .form-block {
    flex-wrap: wrap;
  }

  .newsletter-field {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .newsletter-field.newsletter-small {
    width: 100%;
  }

  .footer-right-block {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  .hero-h1 {
    font-size: 44px;
  }

  .cta-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .newsletter-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-cta {
    font-size: 38px;
  }

  .send-button {
    width: 100%;
  }

  .form-wrapper {
    flex-wrap: wrap;
  }

  .feature-column-content {
    padding: 10px;
  }

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBoldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-ExtraBold.otf') format('opentype'), url('../fonts/GreycliffCF-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-BoldOblique.otf') format('opentype'), url('../fonts/GreycliffCF-ExtraBoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-DemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-HeavyOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greycliffcf';
  src: url('../fonts/GreycliffCF-RegularOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}