:root {
  --black: black;
  --white-smoke: #e7e9ec;
  --sky-blue: #2fb3ff;
  --blue-violet: #7d10f9;
  --sandy-brown: #f4b065;
  --medium-sea-green: #01d76b;
  --white: white;
  --medium-purple: #b088fc;
  --deep-pink: #ff2788;
  --lavender: #e5d9ff;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Healtheweba, sans-serif;
  font-size: 8.75rem;
  font-weight: 400;
  line-height: 8.75rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Healtheweba, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Healtheweba, sans-serif;
  font-size: 4.125rem;
  font-weight: 400;
  line-height: 4.125rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Healtheweba, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.25rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Healtheweba, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-50 {
  z-index: 50;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-button {
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .75em 1em;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.nav-button.is--primary {
  background-color: var(--black);
  padding-top: .69em;
  padding-bottom: .69em;
}

.nav-button.is--primary.is--contact {
  background-color: #fff;
}

.nav-button.is--secondary {
  border: 1px solid #000;
  flex: none;
}

.nav-button.is--secondary.is--nav-join {
  border-color: var(--black);
  padding-top: .69em;
  padding-bottom: .69em;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 400;
}

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.z-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.text-size-medium {
  font-size: 1.25rem;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.page-wrapper {
  z-index: 1;
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: flex;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.text-color-grey {
  color: var(--white-smoke);
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.secondary-button {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.tertiary-button {
  color: #386eec;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.margin-16 {
  margin: 1em;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.margin-bottom {
  margin-bottom: 1.5em;
}

.text-style-allcaps.is--align-right.text-color-blue {
  color: var(--sky-blue);
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 0;
}

.section.footer-section {
  background-color: var(--black);
  flex-direction: column;
  padding-top: 7.06em;
  padding-bottom: 2.5em;
  position: relative;
}

.section.styleguide__s {
  justify-content: space-between;
  display: flex;
}

.section.hero__s {
  justify-content: center;
  padding-top: 11.06em;
  padding-bottom: 5.63em;
  position: relative;
  overflow: hidden;
}

.section.hero__s.is--100vh {
  height: auto;
  min-height: 100vh;
  max-height: none;
  padding-top: 8.96em;
}

.section.is--404 {
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.footer {
  padding-top: 21rem;
  padding-bottom: 1.75rem;
}

.section.hero {
  padding-top: 8.75rem;
}

.container {
  width: 90%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.container.nav-container {
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.81em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.container.nav-container.is--404 {
  align-items: center;
}

.container.styleguide__c {
  width: 50%;
}

.container.styleguide__c.is--fixed {
  background-color: #000;
}

.container.hero__c {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.container.hero__c.columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.container.hero__c.justify-top {
  justify-content: flex-start;
  max-height: 850px;
}

.container.footer-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.container.is--404 {
  align-items: center;
  padding-right: 2em;
  display: flex;
}

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

.navbar {
  z-index: 4;
  background-color: #0000;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  position: fixed;
  inset: 0% 0% auto;
}

.heading-wrapper.top6-5 {
  margin-top: 6.5rem;
}

.paragraph-wrapper.is--contact-text {
  margin-top: .63em;
  margin-bottom: 3.94em;
}

.z-5 {
  z-index: 5;
  position: relative;
}

.z-10 {
  z-index: 10;
  position: relative;
}

.z-20 {
  z-index: 20;
  position: relative;
}

.z-30 {
  z-index: 30;
  position: relative;
}

.z-40 {
  z-index: 40;
  position: relative;
}

.z-100 {
  z-index: 100;
  position: relative;
}

.z-500 {
  z-index: 500;
  position: relative;
}

.menu-button {
  display: none;
}

.is--dark-bg {
  background-color: var(--black);
}

.is--white-bg {
  background-color: #fff;
}

.is--grey-bg {
  background-color: var(--blue-violet);
}

.text-color-white {
  color: #fff;
}

.text-color-blue {
  color: var(--sky-blue);
}

.text-color-orange {
  color: var(--sandy-brown);
}

.text-color-green {
  color: var(--medium-sea-green);
}

.h180 {
  letter-spacing: -.05em;
  font-family: indivisible, sans-serif;
  font-size: 11.25em;
  line-height: 97%;
}

.h180.text-weight-medium.is--50 {
  letter-spacing: -.02em;
}

.h160 {
  letter-spacing: -.05em;
  font-family: indivisible, sans-serif;
  font-size: 10em;
  line-height: 1;
}

.h160.text-weight-medium.is--50.hero-title.is--lines.text-color-blue {
  font-family: Healtheweba, sans-serif;
}

.h160.text-weight-medium.is--50.hero-title.is--lines.text-color-blue.bottom-1 {
  margin-bottom: 1rem;
  font-size: 9em;
  font-weight: 400;
}

.h100 {
  letter-spacing: -.02em;
  font-family: indivisible, sans-serif;
  font-size: 6.25em;
  line-height: .99;
}

.h70 {
  letter-spacing: -.02em;
  font-family: indivisible, sans-serif;
  font-size: 4.38em;
  line-height: 1;
}

.p46 {
  letter-spacing: -.03em;
  font-family: indivisible, sans-serif;
  font-size: 2.88em;
  font-weight: 400;
  line-height: 1.2;
}

.p28 {
  letter-spacing: -.03em;
  font-size: 1.75rem;
  line-height: 2rem;
}

.p28.text-size-regular.text-color-blue {
  font-family: Healthewebb, sans-serif;
}

.p28.text-heal {
  font-family: Healtheweba, sans-serif;
}

.p24 {
  letter-spacing: -.02em;
  font-family: indivisible, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
}

.p20 {
  letter-spacing: -.02em;
  font-family: indivisible, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.36;
}

.p16 {
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.25;
}

.p16.text-color-grey.is--opac-50 {
  opacity: .5;
}

.p16.show-current-text {
  opacity: 0;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: none;
}

.p14 {
  letter-spacing: -.02em;
  font-family: indivisible, sans-serif;
  font-size: .88em;
  line-height: 1.36;
}

.logo-shape-embed {
  color: var(--white);
  margin-right: 1.25em;
  display: flex;
}

.logo-naming-embed {
  color: #fff;
  align-items: flex-start;
  display: flex;
}

.nav-link-wrapper {
  margin-right: 2em;
}

.nav-arrow-embed {
  color: var(--black);
  margin-left: .63em;
  display: flex;
}

.logo-container-desktop {
  margin-top: .63em;
  display: flex;
}

.logo-container-desktop.is--404 {
  margin-top: 0;
  position: absolute;
  inset: 2.81em auto auto 2.5em;
}

.mobile-menu {
  z-index: 100;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link-wrapper-m {
  margin-right: 5.06em;
}

.nav-button-m {
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: .75em 1em;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.nav-button-m.is--primary-m {
  background-color: var(--black);
}

.nav-button-m.is--secondary-m {
  border: 1px solid #000;
  flex: none;
}

.home-hero__bottom-w.z-5 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-hero__bottom-w.top6-5 {
  margin-top: 6.25rem;
}

.footer-logo-wrap {
  align-items: flex-start;
  width: 14.69em;
  display: flex;
  position: relative;
  left: 2.5em;
}

.footer__bottom-w {
  justify-content: space-between;
  display: flex;
}

.footer__main-wrap {
  align-self: flex-end;
  width: 44em;
  margin-bottom: 6.69em;
  margin-right: 4.38em;
}

.footer__cta-wrapper {
  margin-top: 2em;
  margin-bottom: 7.25em;
  display: flex;
}

.footer__socials-wrapper {
  justify-content: space-between;
  display: flex;
}

.text-color-darkgrey {
  color: #777877;
}

.footer-link {
  border-radius: 50px;
  padding: 1.31em 1.75em;
}

.footer-link.is--primary {
  background-color: var(--white);
}

.footer-link.is--primary.is--right-m {
  align-items: center;
  margin-right: 1em;
  display: flex;
}

.footer-link.is--primary.is--contact {
  align-items: center;
  padding: .69em 1em;
  display: flex;
  position: absolute;
  inset: 2.19em 2.5em auto auto;
}

.footer-link.is--primary.is--succcess {
  align-items: center;
  margin-top: 65px;
  padding: 1.38em;
  display: flex;
}

.footer-link.is--secondary {
  color: var(--white);
  background-color: #262626;
}

.know-us__wrap, .connect__wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.links-wrap {
  justify-content: space-between;
  margin-top: 1.25em;
  display: flex;
}

.footer-link-block {
  position: relative;
}

.footer-link-block.is--right-m {
  margin-right: 3.75em;
}

.footer-link-block.is--mid {
  margin-left: 3.75em;
  margin-right: 3.75em;
}

.hero-image {
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
}

.is--align-right {
  align-self: flex-end;
}

.content-wrap {
  background-color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3.13em;
  display: flex;
}

.hover-wrapper {
  background-color: var(--white);
  margin-bottom: 1.25em;
  margin-left: .88em;
  padding: 2.31em 3.44em;
  transition: all 1s cubic-bezier(.23, 1, .32, 1);
  position: relative;
  overflow: hidden;
}

.hover-wrapper:hover {
  outline-offset: 0px;
  outline: .19em solid #000;
}

.contact__main-wrap {
  z-index: 600;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  padding-left: 5.94em;
  padding-right: 5.94em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact__fixed-wrap {
  z-index: 600;
  background-color: #000000b3;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact__form-wrap {
  width: 100%;
}

.submit-button {
  z-index: 2;
  background-color: #82d4e7;
  position: absolute;
  inset: 0%;
}

.submit-wrap {
  border-radius: 50%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 6.38em;
  height: 6.38em;
  margin-top: 1.56em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-arrow {
  z-index: 5;
  position: relative;
}

.form-wrap {
  flex-direction: column;
  display: flex;
}

.input-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  padding: 0 0 13px;
  font-family: indivisible, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
}

.input-wrap {
  margin-bottom: 3.13em;
}

.form-block {
  margin-bottom: 0;
}

.success-message {
  background-color: #0000;
  margin-top: 3.25em;
  padding: 0;
}

.success-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav_2 {
  padding-bottom: 2.81em;
  inset: auto 0% 0%;
}

.found-wrap {
  display: flex;
}

.found-arrow {
  margin-left: .94em;
}

.logo-naming-embed-foot {
  opacity: 1;
  color: #fff;
  align-items: flex-start;
  display: flex;
}

._4grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logo-card {
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: 100%;
  margin-right: 3.5rem;
  display: flex;
}

.logo-card.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.logo {
  max-width: none;
  max-height: 1.5rem;
}

.logo.height-2 {
  max-height: 2rem;
}

.logo.height-2-75 {
  max-height: 2.75rem;
}

.center-image-holder {
  height: 180px;
}

.center-image {
  height: 100%;
}

.body-background {
  background-image: url('../images/background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-holder {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 700px;
  display: flex;
  overflow: hidden;
}

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

.bg-grid {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.bg-grid.horizontal {
  grid-row-gap: 1.75rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  inset: 0%;
}

.bg-grid.vertical {
  border-right: 1px solid #7d10f91a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 120rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.vertical-line-bg {
  border-left: 1px solid #7d10f91a;
  width: 1.75rem;
  height: 100%;
}

.vertical-line-bg.hide {
  width: 1px;
}

.horizontal-line-bg {
  border-top: 1px solid #7d10f91a;
  width: 100%;
  height: 1.75rem;
}

.bg-grid-wrapper {
  z-index: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.bg-grid-wrapper.vertical {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: space-between;
  display: flex;
}

.flex.relative {
  position: relative;
}

.flex.relative.keep-tablet.height-100 {
  height: 100%;
}

.flex.align-center {
  align-items: center;
}

.flex.justify-center {
  justify-content: center;
}

.flex-part {
  width: 100%;
  height: 45.5rem;
}

.flex-part._42 {
  width: 42%;
}

.flex-part._42.height-auto {
  height: auto;
}

.flex-part._42.height-auto.relative {
  position: relative;
}

.flex-part._42.height-14 {
  height: 14rem;
  min-height: 14rem;
}

.flex-part._42.height-38-5 {
  height: 38.5rem;
  min-height: 38.5rem;
}

.flex-part._58 {
  width: 58%;
}

.flex-part._58.height-auto {
  height: auto;
}

.flex-part._58.height-14 {
  height: 14rem;
  min-height: 14rem;
}

.flex-part._58.height-38-5 {
  height: 38.5rem;
  min-height: 38.5rem;
}

.flex-part.height-auto {
  width: 50%;
  height: auto;
}

.flex-part.height-29-75 {
  height: 29.75rem;
  min-height: 29.75rem;
}

.flex-part.height-7 {
  height: 7rem;
  min-height: 7rem;
}

.flex-part.height-40-25 {
  width: auto;
  height: 40.25rem;
}

.flex-part.height-40-25.justify-center {
  justify-content: center;
  display: flex;
}

.flex-part.height-40-25.align-right, .flex-part.height-40-25.justify-right {
  justify-content: flex-end;
  display: flex;
}

.flex-part.height-40-25.justify-left {
  justify-content: flex-start;
  display: flex;
}

.outline-container {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 1.75rem;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
}

.outline-container.bg-color-green {
  background-color: var(--medium-sea-green);
}

.outline-container.bg-color-blue {
  background-color: var(--sky-blue);
}

.outline-container.center-content {
  align-items: center;
  display: flex;
}

.outline-container.bg-color-purple {
  background-color: var(--medium-purple);
}

.outline-container.bg-color-purple.bg-arrow {
  grid-column-gap: 1.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.outline-container.bg-color-purple.bg-arrow.hide {
  display: none;
}

.outline-container.height-22-75 {
  align-items: center;
  height: 22.75rem;
  min-height: 22.75rem;
  display: flex;
}

.outline-container.height-12-25 {
  align-items: center;
  height: 12.25rem;
  min-height: 12.25rem;
  display: flex;
}

.outline-container.height-29-75 {
  height: 29.75rem;
  min-height: 29.75rem;
}

.outline-container.height-29-75.spread-vertical, .outline-container.spread-vertical {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.outline-container.height-10-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 10.5rem;
  min-height: 10.5rem;
  display: flex;
}

.outline-container.height-14 {
  justify-content: center;
  align-items: center;
  height: 14rem;
  min-height: 14rem;
  display: flex;
}

.outline-container.height-14.bg-color-blue.first {
  z-index: 7;
  position: relative;
}

.outline-container.height-14.push-bottom {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
}

.outline-container.height-14.push-bottom.second {
  z-index: 6;
  position: absolute;
  inset: 0% 0% auto;
}

.outline-container.height-14.push-bottom.third {
  z-index: 5;
  position: absolute;
  top: 0%;
}

.outline-container.height-14.push-bottom.forth {
  z-index: 4;
  position: absolute;
  top: 0%;
}

.outline-container.height-14.push-bottom.fifth {
  z-index: 3;
  position: absolute;
  top: 0%;
}

.outline-container.height-14.push-bottom.sixth {
  z-index: 2;
  position: absolute;
  top: 0;
}

.outline-container.height-14.push-bottom.seventh {
  z-index: 1;
  position: absolute;
  top: 0;
}

.outline-container.height-14.justify-left {
  justify-content: flex-start;
}

.outline-container.height-7 {
  height: 7rem;
}

.outline-container.height-7.no-padding {
  padding: 0;
  overflow: hidden;
}

.video-container {
  background-image: url('../images/video-alt.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.video-container.sponsors {
  background-image: url('../images/bg-sponsors.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.text-color-pink {
  color: var(--deep-pink);
}

.margin-top-1-75 {
  margin-top: 1.75rem;
}

.font-weight-bold {
  font-weight: 700;
}

.image-wrapper {
  width: 100%;
}

.text-color-strongblue {
  color: var(--blue-violet);
}

.arrow-wrapper {
  background-color: var(--medium-purple);
  background-image: url('../images/arrow-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 1.75rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  min-width: 7rem;
  height: 7rem;
  display: flex;
}

.height-45-5 {
  height: 45.5rem;
}

.primary-link {
  background-color: var(--blue-violet);
  color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.primary-link.secondary {
  border: 1px solid var(--blue-violet);
  background-color: var(--white);
  color: var(--blue-violet);
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
}

.primary-link.secondary:hover {
  background-color: var(--blue-violet);
  color: var(--white);
}

.primary-link.secondary.third {
  background-color: var(--lavender);
  height: 5.25rem;
  min-height: 5.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.primary-link.secondary.third:hover {
  background-color: var(--blue-violet);
  font-weight: 400;
}

.grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top-3-5 {
  margin-top: 3.5rem;
}

.square-block {
  z-index: 2;
  width: 16.5rem;
  max-width: 16.5rem;
  position: relative;
}

.square-block.absolute {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  position: absolute;
}

.width-100 {
  width: 100%;
}

.arrow-right {
  height: 3.5rem;
}

.nav-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-container.menu {
  display: none;
}

.nav-logo {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
}

.nav-link {
  grid-column-gap: .5rem;
  border: 1px solid var(--blue-violet);
  background-color: var(--white);
  color: var(--blue-violet);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 3.5rem;
  max-height: 3.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Healthewebb, sans-serif;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.nav-link:hover {
  background-color: var(--blue-violet);
  color: var(--white);
  padding-left: 5rem;
  padding-right: 5rem;
}

.nav-link.w--current {
  background-color: var(--lavender);
  justify-content: flex-start;
  width: 30%;
}

.nav-link.w--current:hover {
  background-color: var(--blue-violet);
}

.nav-link.hide-landscape {
  transition-duration: .6s;
}

.nav-link.hide-landscape.no-gap {
  grid-column-gap: 0rem;
}

.nav-link.is-join {
  background-color: var(--blue-violet);
  color: var(--white);
}

.nav-link.is-join:hover {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.nav-link.sound {
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
}

.nav-link.sound:hover, .nav-link.sound.active {
  background-color: var(--lavender);
}

.nav-link.show-landscape {
  display: none;
}

.nav-link.sound-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.links-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-moving {
  margin-right: 1rem;
}

.single-marque-div {
  border-top: 1px solid #d8b189;
  border-bottom: 1px solid #d8b189;
  height: 16vh;
  display: flex;
  position: relative;
}

.scroller {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-css {
  display: none;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.scroll-text {
  color: var(--black);
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 8vw;
  line-height: 1.37;
}

.track-horizontal-arrows {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.inactive-wrapper {
  z-index: 900;
  opacity: 0;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.sticker {
  background-image: url('../images/sticker.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 12.5rem;
  height: 2.5rem;
  position: absolute;
}

.margin-top-7 {
  margin-top: 7rem;
}

.nft-image {
  position: absolute;
  inset: 0%;
}

.nft-image.front {
  z-index: 5;
}

.nft-image.back {
  z-index: 4;
}

.card-flip-wrapper {
  perspective: 1234px;
  width: 28rem;
  min-height: 40.25rem;
  position: relative;
}

.animation-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.loading-holder {
  z-index: 1000;
  background-color: var(--blue-violet);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.sticker-loading {
  z-index: 1002;
  height: 2.5rem;
  position: absolute;
}

.margin-top-14 {
  margin-top: 14rem;
}

.scroll-lottie.show-landscape {
  display: none;
}

.p5-container {
  z-index: 20;
  margin: 2px;
  position: absolute;
  inset: 0%;
}

.hero-video {
  width: 120%;
  min-width: 160%;
  height: 120%;
  min-height: 160%;
}

.loading-lottie {
  z-index: 1001;
  width: 200%;
  min-width: 200%;
  height: 200%;
  min-height: 200%;
  position: relative;
  inset: 0%;
}

.sound-icon {
  width: 1.25rem;
  min-width: 1.25rem;
  display: none;
  position: absolute;
}

.sound-icon.play {
  display: none;
}

.sound-icon.active {
  display: block;
}

.sounds-hidden-code {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7rem;
    line-height: 7rem;
  }

  h2 {
    font-size: 4.25rem;
    line-height: 4.25rem;
  }

  h3 {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }

  h4 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .section.hero__s {
    width: 100%;
    height: 100vh;
    padding-top: 126px;
    padding-bottom: 48px;
  }

  .section.hero__s.is--100vh {
    height: auto;
    min-height: 100vh;
    max-height: none;
    display: flex;
  }

  .section.footer, .section.hero {
    padding-top: 7rem;
  }

  .container {
    width: 100%;
  }

  .container.nav-container {
    align-items: center;
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero__c.columns {
    grid-template-columns: 1.1fr;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .heading-wrapper.top6-5 {
    margin-bottom: 0;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: block;
  }

  .h180.text-weight-medium.is--50, .h160.text-weight-medium.is--50 {
    font-size: 50px;
  }

  .h160.text-weight-medium.is--50.hero-title.is--lines.text-color-blue.bottom-1 {
    font-size: 5em;
  }

  .h100.text-weight-medium.text-color-white.is--50, .h100.text-weight-medium.is--50 {
    font-size: 50px;
  }

  .p28 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .p28.text-size-regular.text-color-blue {
    font-size: 24px;
  }

  .p16 {
    font-size: .75rem;
    line-height: 1rem;
  }

  .p14 {
    font-size: 14px;
  }

  .p14.text-color-grey.is--opac-50 {
    opacity: .5;
  }

  .p14.is--connect-heading-mobile {
    color: #777877;
  }

  .logo-container-desktop {
    margin-top: 0;
  }

  .logo-container-desktop.w--current {
    display: block;
  }

  .mobile-menu {
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    position: fixed;
    inset: 0%;
  }

  .menu-lot {
    width: 18px;
    margin: 10px;
    display: flex;
  }

  .mobile-menu-right-wrap {
    margin-top: 50px;
  }

  .connect-wrapper {
    margin-top: 47px;
  }

  .social-wrap {
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .mobile-nav-menu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mobile-menu-link {
    font-size: 30px;
  }

  .nav-link-wrapper-m {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .nav-button-m {
    margin-bottom: 37px;
    padding: 11px 16px;
  }

  .nav-button-m.is--primary-m {
    background-color: var(--white);
  }

  .nav-button-m.is--secondary-m {
    border-color: var(--white);
  }

  .nav-button-m.is--secondary-m.no-magins {
    margin-bottom: 0;
  }

  .arrow-embed-m {
    margin-left: 10px;
    display: flex;
  }

  .footer-logo-wrap {
    left: 20px;
  }

  .footer__main-wrap {
    width: 100%;
    margin-bottom: 29px;
    margin-right: 0;
  }

  .footer__cta-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
    margin-bottom: 37px;
    display: flex;
  }

  .footer__socials-wrapper {
    flex-direction: column;
  }

  .footer-link {
    padding: 22px 28px;
  }

  .footer-link.is--primary.is--right-m, .footer-link.is--primary.is--contact, .footer-link.is--primary.is--succcess {
    margin-bottom: 17px;
  }

  .know-us__wrap {
    align-items: flex-start;
    margin-bottom: 26px;
  }

  .hero-image, .contact__main-wrap {
    width: 100%;
  }

  .contact__fixed-wrap {
    display: none;
  }

  ._4grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-card {
    justify-content: center;
    align-items: center;
    width: 11.25rem;
    margin-right: 2.5rem;
    display: flex;
  }

  .logo {
    max-height: 1.5rem;
  }

  .logo.height-2 {
    max-height: 2rem;
  }

  .logo.height-2-75 {
    max-height: 2.75rem;
  }

  .center-image-holder {
    height: 120px;
  }

  .img-holder {
    min-height: 500px;
  }

  .bg-grid.vertical {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
  }

  .bg-grid-wrapper.vertical {
    width: 100%;
  }

  .flex {
    flex-direction: column;
  }

  .flex.relative.keep-tablet {
    flex-direction: row;
  }

  .flex.align-center.align-right-tablet {
    align-items: flex-end;
  }

  .flex.justify-center.relative-tablet {
    height: 56rem;
    min-height: 56rem;
    position: relative;
  }

  .flex-part {
    height: 28rem;
  }

  .flex-part._42 {
    width: 100%;
  }

  .flex-part._42.height-auto.relative.height-tablet {
    height: 47.25rem;
    min-height: 47.25rem;
  }

  .flex-part._42.height-38-5 {
    height: 24.5rem;
    min-height: 24.5rem;
  }

  .flex-part._58 {
    width: 100%;
  }

  .flex-part._58.height-14 {
    height: 12.75rem;
    min-height: 12.75rem;
  }

  .flex-part._58.height-38-5 {
    height: 24.5rem;
    min-height: 24.5rem;
  }

  .flex-part.height-auto {
    width: 100%;
  }

  .flex-part.height-29-75 {
    height: 19.25rem;
    min-height: 19.25rem;
  }

  .flex-part.height-29-75.tablet-order-last {
    order: 1;
  }

  .flex-part.height-40-25 {
    height: 33.25rem;
  }

  .flex-part.height-40-25.justify-center.tablet-absolute {
    z-index: 1;
    justify-content: flex-start;
    position: absolute;
    inset: 0%;
    transform: rotate(-12deg);
  }

  .flex-part.height-40-25.justify-right.tablet-absolute {
    z-index: 2;
    position: absolute;
    inset: 7rem 0% 0%;
    transform: rotate(10deg);
  }

  .flex-part.height-40-25.justify-left.tablet-absolute {
    z-index: 3;
    justify-content: center;
    position: absolute;
    inset: 21rem 0% 0%;
    transform: rotate(3deg);
  }

  .outline-container.height-22-75 {
    height: 17.5rem;
    min-height: 17.5rem;
  }

  .outline-container.height-12-25 {
    height: 8.75rem;
    min-height: 8.75rem;
  }

  .outline-container.height-29-75.spread-vertical {
    height: 24.5rem;
    min-height: 24.5rem;
  }

  .outline-container.height-14 {
    height: 10.5rem;
    min-height: 10.5rem;
  }

  .outline-container.height-7.no-padding {
    height: 5.25rem;
  }

  .text-color-strongblue.tablet-width-100 {
    width: 100%;
  }

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

  .heading {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .single-marque-div {
    height: 14vh;
  }

  .scroller {
    height: 100%;
  }

  .nft-image.back {
    display: none;
  }

  .card-flip-wrapper {
    width: 22.75rem;
    min-height: 35rem;
  }

  .margin-top-14 {
    margin-top: 7rem;
  }

  .hero-video {
    width: 160%;
    height: 160%;
  }

  .loading-lottie {
    width: 500%;
    min-width: 500%;
    height: 500%;
    min-height: 500%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 7rem;
    line-height: 7rem;
  }

  h2 {
    font-size: 4.25rem;
    line-height: 4.25rem;
  }

  h4 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .page-wrapper {
    background-size: auto 100%;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section {
    padding-top: 1.75rem;
  }

  .section.hero__s.is--100vh {
    width: auto;
    height: auto;
  }

  .section.footer {
    padding-top: 1.75rem;
  }

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

  .container.hero__c.columns {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .heading-wrapper.top6-5 {
    margin-top: 3.5rem;
  }

  .paragraph-wrapper.is--contact-text.overflow-hidden {
    margin-top: 10px;
    margin-bottom: 62px;
  }

  .p16.text-color-black {
    font-size: 12px;
    line-height: 1;
  }

  .nav-link-wrapper {
    margin-right: 1em;
  }

  .logo-container-desktop {
    padding: 0;
  }

  .social-wrap {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    justify-content: space-between;
    margin-top: 0;
  }

  .home-hero__bottom-w.top6-5 {
    margin-top: 3.5rem;
  }

  .footer-link.is--primary.is--contact {
    padding: 11px 16px;
  }

  .footer-link.is--primary.is--succcess {
    padding: 22px 27px;
  }

  .connect__wrap {
    align-items: stretch;
  }

  .hover-wrapper {
    margin-bottom: 2px;
    margin-left: 0;
    padding: 20px 34px;
  }

  .contact__main-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4grid {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 100%;
  }

  .logo-card {
    width: 11.25rem;
    margin-right: 2.75rem;
  }

  .flex.justify-center.relative-tablet {
    height: 35rem;
    min-height: 35rem;
  }

  .flex-part._42.height-auto.relative.height-tablet {
    height: 43.75rem;
    min-height: 43.75rem;
  }

  .flex-part._42.height-38-5, .flex-part._58.height-38-5 {
    height: 22.75rem;
    min-height: 22.75rem;
  }

  .flex-part.height-40-25.justify-center.tablet-absolute {
    height: 21rem;
  }

  .flex-part.height-40-25.justify-right.tablet-absolute {
    height: 21rem;
    top: 3.5rem;
  }

  .flex-part.height-40-25.justify-left.tablet-absolute {
    justify-content: center;
    height: 21rem;
    top: 12.25rem;
  }

  .outline-container {
    padding: 1.75rem;
  }

  .outline-container.height-12-25 {
    height: 10.5rem;
    min-height: 10.5rem;
  }

  .outline-container.height-10-5.bg-color-green {
    height: 8.75rem;
    min-height: 8.75rem;
  }

  .margin-top-3-5 {
    margin-top: 1.75rem;
  }

  .square-block {
    width: 12.5rem;
    max-width: 13rem;
  }

  .nav-container.menu {
    border: 1px solid var(--blue-violet);
    background-color: var(--white);
    opacity: 0;
    border-radius: 1.75rem;
    width: 100%;
    height: 33.25rem;
    margin-top: 1.75rem;
    padding: 1.75rem;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    display: none;
    transform: scale(.9);
  }

  .nav-container.menu.active {
    opacity: 1;
    display: flex;
    transform: scale(1);
  }

  .nav-link {
    width: 20%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .nav-link.hide-landscape {
    display: none;
  }

  .nav-link.sound:active {
    background-color: #0000;
  }

  .nav-link.show-landscape {
    transition-duration: .5s;
    display: flex;
  }

  .nav-link.show-landscape:hover {
    background-color: var(--white);
    color: var(--blue-violet);
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .nav-link.show-landscape.active {
    background-color: var(--blue-violet);
    color: var(--white);
  }

  .nav-link.menu {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .links-container {
    justify-content: flex-end;
  }

  .links-container.menu {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .single-marque-div {
    height: 12vh;
  }

  .margin-top-7 {
    margin-top: 1.75rem;
  }

  .nft-image.front {
    max-height: 100%;
  }

  .card-flip-wrapper {
    width: 15.75rem;
    height: 21rem;
    min-height: 21rem;
  }

  .margin-top-14 {
    margin-top: 1.75rem;
  }

  .scroll-lottie.hide-landscape {
    display: none;
  }

  .scroll-lottie.show-landscape {
    display: block;
  }

  .hero-video {
    width: 130%;
    height: 130%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 4.25rem;
    line-height: 4.25rem;
  }

  h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h160.text-weight-medium.is--50.hero-title.is--lines.text-color-blue.bottom-1 {
    font-size: 4em;
  }

  .p28.text-size-regular.text-color-blue {
    font-size: 20px;
  }

  .hover-wrapper {
    padding-right: 45px;
  }

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

  .logo-card {
    width: 10rem;
  }

  .logo.height-2 {
    max-height: 2rem;
  }

  .flex.relative.keep-tablet.height-100.stop-phone {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .flex.justify-center.relative-tablet {
    height: 28rem;
    min-height: 28rem;
  }

  .flex-part {
    height: 31.5rem;
  }

  .flex-part._42.height-auto.relative.height-tablet {
    height: 40.25rem;
    min-height: 40.25rem;
  }

  .flex-part._42.height-14.phone-height-8-75 {
    height: 8.75rem;
    min-height: 8.75rem;
  }

  .flex-part._42.height-38-5 {
    height: 29.75rem;
    min-height: 29.75rem;
  }

  .flex-part._58.height-14 {
    height: 8.75rem;
    min-height: 8.75rem;
  }

  .flex-part._58.height-38-5, .flex-part.height-29-75 {
    height: 29.75rem;
    min-height: 29.75rem;
  }

  .flex-part.height-29-75.phone-height-14 {
    height: 14rem;
    min-height: 14rem;
  }

  .flex-part.height-7 {
    height: 5.25rem;
    min-height: 5.25rem;
  }

  .flex-part.height-40-25 {
    height: 22.75rem;
  }

  .flex-part.height-40-25.justify-center.tablet-absolute {
    height: 17.5rem;
  }

  .flex-part.height-40-25.justify-right {
    justify-content: center;
  }

  .flex-part.height-40-25.justify-right.tablet-absolute {
    justify-content: flex-end;
  }

  .flex-part.height-40-25.justify-left {
    justify-content: center;
  }

  .flex-part.phone-29-75 {
    height: 29.75rem;
  }

  .flex-part.phone-height-15-75 {
    height: 15.75rem;
  }

  .outline-container {
    padding: 1.25rem;
  }

  .outline-container.center-content.bg-color-green, .outline-container.bg-color-purple.bg-arrow {
    padding: 1rem;
  }

  .outline-container.height-12-25 {
    height: 12.2rem;
    min-height: 12.25rem;
  }

  .outline-container.height-10-5.bg-color-green {
    flex-direction: column;
    align-items: flex-start;
    height: 12.25rem;
    min-height: 12.25rem;
  }

  .outline-container.height-10-5.bg-color-purple {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 14rem;
    min-height: 14rem;
  }

  .outline-container.height-14 {
    height: 12.25rem;
    min-height: 12.25rem;
  }

  .primary-link.secondary.third {
    height: 3.5rem;
    min-height: 3.5rem;
  }

  .square-block {
    width: 7rem;
    max-width: 7rem;
    height: 8.75rem;
  }

  .square-block.absolute {
    height: 8.75rem;
  }

  .square-block.absolute.stop-phone {
    height: 7rem;
    position: relative;
  }

  .nav-container.menu {
    display: none;
  }

  .nav-link {
    width: 10%;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .links-container {
    width: 100%;
  }

  .links-container.menu {
    width: 100%;
    max-width: none;
  }

  .single-marque-div {
    height: 8vh;
  }

  .scroller {
    height: 100%;
  }

  .card-flip-wrapper {
    width: 10.5rem;
    height: 17.5rem;
    min-height: 17.5rem;
  }

  .h4-phone {
    font-size: 2rem;
    line-height: 2rem;
  }

  .sticker-loading {
    height: 2.5rem;
  }

  .hero-video {
    width: 150%;
    height: 150%;
  }

  .loading-lottie {
    width: 1000%;
    min-width: 1000%;
    height: 1000%;
    min-height: 1000%;
  }
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab40-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab41-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab42-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab43-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab44-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab45-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab46-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab47-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab48-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab49-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab4a-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab4b-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab4c-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab4d-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab4e-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab4f-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab50-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab51-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab52-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab53-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab54-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab55-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab56-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab57-6639083b {
  align-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab58-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab59-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab5a-6639083b {
  align-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab5b-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab5c-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab5d-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab5e-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab5f-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab60-6639083b {
  align-self: end;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab61-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab62-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab63-6639083b {
  align-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab64-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab65-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab66-6639083b {
  align-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab67-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab68-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab69-6639083b {
  align-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab6a-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab6b-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab6c-6639083b {
  align-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab6d-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab6e-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab6f-6639083b {
  align-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab70-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab71-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc266f83-8df7-29a6-e384-aeff2119ab72-6639083b {
  align-self: center;
}

#w-node-e7faed3c-7399-78ed-8504-662bb2cabc3a-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7faed3c-7399-78ed-8504-662bb2cabc3b-6639083b {
  align-self: end;
}

#w-node-_04b095cb-fd4d-57cc-8727-88ebc84098a0-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04b095cb-fd4d-57cc-8727-88ebc84098a1-6639083b {
  align-self: end;
}

#w-node-_876ea816-3284-84df-b94c-0d4dc96cea0d-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_876ea816-3284-84df-b94c-0d4dc96cea0e-6639083b {
  align-self: end;
}

#w-node-eda2b217-5df4-6312-36e4-7d0c4f0b302d-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda2b217-5df4-6312-36e4-7d0c4f0b302e-6639083b {
  align-self: end;
}

#w-node-_2a37f2af-8afb-7289-23bb-d0c12737f119-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a37f2af-8afb-7289-23bb-d0c12737f11a-6639083b {
  align-self: end;
}

#w-node-acffe3b1-b658-6d86-c582-31793ec027d7-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acffe3b1-b658-6d86-c582-31793ec027d8-6639083b {
  align-self: end;
}

#w-node-_48a250e8-5cd9-64ca-0b19-257173cf8d27-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48a250e8-5cd9-64ca-0b19-257173cf8d28-6639083b {
  align-self: end;
}

#w-node-_758974b2-692a-ae1a-8854-fcced3464402-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_758974b2-692a-ae1a-8854-fcced3464403-6639083b {
  align-self: center;
}

#w-node-_5eb62745-7ea4-ace1-07cf-7741f0ce37e1-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eb62745-7ea4-ace1-07cf-7741f0ce37e2-6639083b {
  align-self: center;
}

#w-node-_18556d50-7a7e-1ed6-f243-8e54746129b9-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18556d50-7a7e-1ed6-f243-8e54746129ba-6639083b {
  align-self: end;
}

#w-node-b3f0177b-28cd-3d0f-d249-38b59b1d1640-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3f0177b-28cd-3d0f-d249-38b59b1d1641-6639083b {
  align-self: end;
}

#w-node-dd933dc2-0dec-67a4-3274-4c3d5d32545b-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd933dc2-0dec-67a4-3274-4c3d5d32545c-6639083b {
  align-self: center;
}

#w-node-_2c1af3cb-2e55-a4bd-9bcd-40309bc15e2d-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c1af3cb-2e55-a4bd-9bcd-40309bc15e2e-6639083b {
  align-self: center;
}

#w-node-_16ba5606-2965-3f87-4a3c-97834e5cbfbc-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16ba5606-2965-3f87-4a3c-97834e5cbfbd-6639083b {
  align-self: center;
}

#w-node-_4b5d1add-5694-969e-6402-66a216443094-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b5d1add-5694-969e-6402-66a216443095-6639083b {
  align-self: center;
}

#w-node-_6a3ebcfb-e335-cfa1-fc61-5cd95b5763c9-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a3ebcfb-e335-cfa1-fc61-5cd95b5763ca-6639083b {
  align-self: center;
}

#w-node-_94753bde-46d7-6204-6be6-0c9a0b9b8cb2-6639083b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94753bde-46d7-6204-6be6-0c9a0b9b8cb3-6639083b {
  align-self: center;
}

#w-node-cd63b02b-0362-8ddf-da33-ad8715674d7a-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_57bfb84c-4da9-812d-f4d1-2986ff736744-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4dfceed5-c7ae-e7d2-d191-446825ba2146-fb390841 {
  align-self: end;
}

#w-node-bd1c13a6-ad57-3ba6-1b4a-c66c46469da1-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_166a26f3-cc2c-de0d-655e-88d9d91178a7-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_362eebc4-d91d-46e7-b0dd-283e15089f5a-fb390841 {
  align-self: end;
}

#w-node-_6325b079-8bc0-f266-c828-569bc80607a6-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edad856f-cb05-1089-776a-9e860ecc14d5-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_344c8775-a440-b9e3-6d5a-230697dd44bf-fb390841 {
  align-self: end;
}

#w-node-_44b39a43-999e-013d-5ef1-736df79b96e1-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_44b39a43-999e-013d-5ef1-736df79b96e2-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44b39a43-999e-013d-5ef1-736df79b96e3-fb390841 {
  align-self: end;
}

#w-node-_026bcd6f-95f1-1709-a44d-3993b10e56b8-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_026bcd6f-95f1-1709-a44d-3993b10e56b9-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_026bcd6f-95f1-1709-a44d-3993b10e56ba-fb390841 {
  align-self: end;
}

#w-node-_50ecb971-9c17-2ea1-84e6-beca55aa7255-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50ecb971-9c17-2ea1-84e6-beca55aa7256-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50ecb971-9c17-2ea1-84e6-beca55aa7257-fb390841 {
  align-self: end;
}

#w-node-fc61ca97-c75a-4482-d20c-95dcdfa0c7b5-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fc61ca97-c75a-4482-d20c-95dcdfa0c7b6-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc61ca97-c75a-4482-d20c-95dcdfa0c7b7-fb390841 {
  align-self: end;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211c7-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211ca-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211cb-fb390841 {
  align-self: center;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211d0-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211d3-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211d4-fb390841 {
  align-self: center;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211d7-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211da-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211db-fb390841 {
  align-self: end;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211de-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211e1-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c336345e-8a1a-2a8a-c342-ab698c8211e2-fb390841 {
  align-self: end;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b4a-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b4f-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b50-fb390841 {
  align-self: center;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b53-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b58-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b59-fb390841 {
  align-self: center;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b5a-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b5f-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b60-fb390841 {
  align-self: center;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b61-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b66-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b67-fb390841 {
  align-self: center;
}

#w-node-ed6ff39a-01f2-bec8-f52a-6125065ff928-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ed6ff39a-01f2-bec8-f52a-6125065ff92f-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed6ff39a-01f2-bec8-f52a-6125065ff930-fb390841 {
  align-self: center;
}

#w-node-_58e3331f-9c5d-c075-e25a-9967be1290f2-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_58e3331f-9c5d-c075-e25a-9967be1290f3-fb390841 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58e3331f-9c5d-c075-e25a-9967be1290f4-fb390841 {
  align-self: center;
}

#w-node-cf4491f4-1079-e03f-117b-7a900242e893-29390843, #w-node-_41847ccf-d221-038c-fdd4-cd777089d32c-29390843, #w-node-_9f6c8fa8-5cfa-983a-b9ae-dca41426d679-29390843, #w-node-_842fd555-ea7d-19ff-c4c8-3a4e0a51f98a-29390843, #w-node-b49f823e-ab83-1a36-d96a-4a46afeaa1d1-29390843, #w-node-_7f654e18-af4f-5681-8074-6c14103623e5-29390843, #w-node-_4b4cb502-cfaf-ad60-d01b-c0fe1e1fbb3a-29390843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cc266f83-8df7-29a6-e384-aeff2119ab42-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab45-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab48-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab4b-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab4e-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab51-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab54-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab57-6639083b {
    justify-self: center;
  }

  #w-node-cc266f83-8df7-29a6-e384-aeff2119ab5a-6639083b {
    place-self: start center;
  }

  #w-node-cc266f83-8df7-29a6-e384-aeff2119ab5d-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab60-6639083b {
    justify-self: center;
  }

  #w-node-cc266f83-8df7-29a6-e384-aeff2119ab63-6639083b {
    place-self: start center;
  }

  #w-node-cc266f83-8df7-29a6-e384-aeff2119ab66-6639083b {
    justify-self: center;
  }

  #w-node-cc266f83-8df7-29a6-e384-aeff2119ab69-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab6c-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab6f-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab72-6639083b {
    place-self: start center;
  }

  #w-node-e7faed3c-7399-78ed-8504-662bb2cabc3b-6639083b, #w-node-_04b095cb-fd4d-57cc-8727-88ebc84098a1-6639083b, #w-node-_876ea816-3284-84df-b94c-0d4dc96cea0e-6639083b, #w-node-eda2b217-5df4-6312-36e4-7d0c4f0b302e-6639083b, #w-node-_2a37f2af-8afb-7289-23bb-d0c12737f11a-6639083b, #w-node-acffe3b1-b658-6d86-c582-31793ec027d8-6639083b, #w-node-_48a250e8-5cd9-64ca-0b19-257173cf8d28-6639083b, #w-node-_758974b2-692a-ae1a-8854-fcced3464403-6639083b {
    justify-self: center;
  }

  #w-node-_5eb62745-7ea4-ace1-07cf-7741f0ce37e2-6639083b {
    place-self: start center;
  }

  #w-node-_18556d50-7a7e-1ed6-f243-8e54746129ba-6639083b, #w-node-b3f0177b-28cd-3d0f-d249-38b59b1d1641-6639083b {
    justify-self: center;
  }

  #w-node-dd933dc2-0dec-67a4-3274-4c3d5d32545c-6639083b {
    place-self: start center;
  }

  #w-node-_2c1af3cb-2e55-a4bd-9bcd-40309bc15e2e-6639083b {
    justify-self: center;
  }

  #w-node-_16ba5606-2965-3f87-4a3c-97834e5cbfbd-6639083b, #w-node-_4b5d1add-5694-969e-6402-66a216443095-6639083b, #w-node-_6a3ebcfb-e335-cfa1-fc61-5cd95b5763ca-6639083b, #w-node-_94753bde-46d7-6204-6be6-0c9a0b9b8cb3-6639083b {
    place-self: start center;
  }

  #w-node-_4dfceed5-c7ae-e7d2-d191-446825ba2146-fb390841, #w-node-_362eebc4-d91d-46e7-b0dd-283e15089f5a-fb390841, #w-node-_344c8775-a440-b9e3-6d5a-230697dd44bf-fb390841, #w-node-_44b39a43-999e-013d-5ef1-736df79b96e3-fb390841, #w-node-_026bcd6f-95f1-1709-a44d-3993b10e56ba-fb390841, #w-node-_50ecb971-9c17-2ea1-84e6-beca55aa7257-fb390841, #w-node-fc61ca97-c75a-4482-d20c-95dcdfa0c7b7-fb390841, #w-node-c336345e-8a1a-2a8a-c342-ab698c8211cb-fb390841 {
    justify-self: center;
  }

  #w-node-c336345e-8a1a-2a8a-c342-ab698c8211d4-fb390841 {
    place-self: start center;
  }

  #w-node-c336345e-8a1a-2a8a-c342-ab698c8211db-fb390841, #w-node-c336345e-8a1a-2a8a-c342-ab698c8211e2-fb390841 {
    justify-self: center;
  }

  #w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b50-fb390841 {
    place-self: start center;
  }

  #w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b59-fb390841 {
    justify-self: center;
  }

  #w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b60-fb390841, #w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b67-fb390841, #w-node-ed6ff39a-01f2-bec8-f52a-6125065ff930-fb390841, #w-node-_58e3331f-9c5d-c075-e25a-9967be1290f4-fb390841 {
    place-self: start center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cc266f83-8df7-29a6-e384-aeff2119ab42-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab45-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab48-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab4b-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab4e-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab51-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab54-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab5a-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab5d-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab60-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab63-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab69-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab6c-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab6f-6639083b, #w-node-cc266f83-8df7-29a6-e384-aeff2119ab72-6639083b, #w-node-e7faed3c-7399-78ed-8504-662bb2cabc3b-6639083b, #w-node-_04b095cb-fd4d-57cc-8727-88ebc84098a1-6639083b, #w-node-_876ea816-3284-84df-b94c-0d4dc96cea0e-6639083b, #w-node-eda2b217-5df4-6312-36e4-7d0c4f0b302e-6639083b, #w-node-_2a37f2af-8afb-7289-23bb-d0c12737f11a-6639083b, #w-node-acffe3b1-b658-6d86-c582-31793ec027d8-6639083b, #w-node-_48a250e8-5cd9-64ca-0b19-257173cf8d28-6639083b, #w-node-_5eb62745-7ea4-ace1-07cf-7741f0ce37e2-6639083b, #w-node-_18556d50-7a7e-1ed6-f243-8e54746129ba-6639083b, #w-node-b3f0177b-28cd-3d0f-d249-38b59b1d1641-6639083b, #w-node-dd933dc2-0dec-67a4-3274-4c3d5d32545c-6639083b, #w-node-_16ba5606-2965-3f87-4a3c-97834e5cbfbd-6639083b, #w-node-_4b5d1add-5694-969e-6402-66a216443095-6639083b, #w-node-_6a3ebcfb-e335-cfa1-fc61-5cd95b5763ca-6639083b, #w-node-_94753bde-46d7-6204-6be6-0c9a0b9b8cb3-6639083b, #w-node-_4dfceed5-c7ae-e7d2-d191-446825ba2146-fb390841, #w-node-_362eebc4-d91d-46e7-b0dd-283e15089f5a-fb390841, #w-node-_344c8775-a440-b9e3-6d5a-230697dd44bf-fb390841, #w-node-_44b39a43-999e-013d-5ef1-736df79b96e3-fb390841, #w-node-_026bcd6f-95f1-1709-a44d-3993b10e56ba-fb390841, #w-node-_50ecb971-9c17-2ea1-84e6-beca55aa7257-fb390841, #w-node-fc61ca97-c75a-4482-d20c-95dcdfa0c7b7-fb390841, #w-node-c336345e-8a1a-2a8a-c342-ab698c8211d4-fb390841, #w-node-c336345e-8a1a-2a8a-c342-ab698c8211db-fb390841, #w-node-c336345e-8a1a-2a8a-c342-ab698c8211e2-fb390841, #w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b50-fb390841, #w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b60-fb390841, #w-node-_1a1f5d79-c4b5-9ed2-69dc-49e7a6068b67-fb390841, #w-node-ed6ff39a-01f2-bec8-f52a-6125065ff930-fb390841, #w-node-_58e3331f-9c5d-c075-e25a-9967be1290f4-fb390841 {
    align-self: center;
  }
}


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