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

body {
  color: #2a2c37;
  background-color: #f5f7fa;
  font-family: DM Sans, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2.38em;
  font-weight: 700;
  line-height: 1.36;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.13em;
  font-weight: 700;
  line-height: 1.56;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.56;
}

p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.6;
}

a {
  color: #2a2c37;
  line-height: 1.56;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

form {
  font-size: 1em;
  font-weight: 500;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  display: block;
}

blockquote {
  color: #141414;
  border-left: 4px solid #2d66d3;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: #4d4e52;
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section.sg {
  border-radius: 2em;
  margin-left: 0;
  margin-right: 0;
}

.section.grey {
  color: #2a2c37;
  background-color: #eff2f6;
}

.section.dark {
  color: #fff;
  background-image: linear-gradient(50deg, #2e303e, #393c4a);
}

.container {
  z-index: 1;
  max-width: 1560px;
  padding: 8em 4em;
  position: relative;
}

.container.nav {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  display: flex;
}

.container.inner-hero {
  padding-top: 7em;
  padding-bottom: 7em;
}

.container.hero {
  min-height: 100vh;
  padding-top: 5em;
  padding-bottom: 3em;
  display: flex;
}

.container.footer {
  padding-top: 2em;
  padding-bottom: 0;
}

.container.without-top-padding {
  padding-top: 0;
}

.container.without-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.grid {
  width: 100%;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid.center-align {
  justify-content: center;
}

.grid.landscape-reverse {
  perspective: 1000px;
}

.grid.dark-with-img {
  min-height: 37.5em;
  color: #fff;
  background-image: linear-gradient(47deg, #2e303e, #393c4a);
  border-radius: 2.5em;
  align-items: center;
  padding: 2.6em;
  overflow: hidden;
}

.grid-item {
  width: 100%;
  padding: 1.5em;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.grid-item._50.tablet-100, .grid-item._50.landscape-100 {
  perspective: 1000px;
}

.grid-item._50.landscape-100.bg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.grid-item._60 {
  width: 60%;
}

.grid-item._40 {
  width: 40%;
}

.page-wrapper {
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 5.5em;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 3.5em;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 5em;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.small {
  font-size: 14px;
}

.sg-block {
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-block.colors.dark {
  color: #fff;
  background-color: #141414;
  border-radius: 40px;
}

.sg-block.dark {
  background-color: #141414;
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #eaedf6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.sg-block.typo.on-dark {
  grid-row-gap: 16px;
  border-top-color: rgba(255, 255, 255, .5);
  grid-template-rows: auto auto auto;
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.grey-bg {
  background-color: #eff2f6;
}

.paragraph.large {
  font-size: 1.13em;
  line-height: 1.72;
}

.paragraph.small {
  font-size: .88em;
  line-height: 1.56;
}

.paragraph.extra-small {
  font-size: .75em;
  line-height: 1.56;
}

.paragraph.grey {
  color: #4d4e52;
}

.paragraph.accordion {
  padding-bottom: 32px;
}

.paragraph.extra-small {
  font-size: 12px;
}

.paragraph.text-color-grey-secondary {
  color: #515361;
}

.paragraph.grey {
  color: #4d4e50;
}

.paragraph.grey.accordion {
  margin-bottom: 1.25em;
  padding-bottom: 0;
}

.paragraph.text-color-grey-secondary-copy {
  color: #fff;
}

.sg-caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.sg-colors-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.link {
  border-bottom: 1px solid #141414;
  justify-content: space-between;
  align-items: center;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
  transition: border-color .3s, color .3s;
  display: flex;
}

.link:hover {
  color: #2d66d3;
  border-bottom-color: #2d66d3;
}

.color-block {
  width: 100%;
  height: 16vw;
  color: #fff;
  background-color: #2a2c37;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  font-family: Clashdisplay, sans-serif;
  font-size: 20px;
  display: flex;
}

.color-block.grey-80 {
  background-color: #515361;
}

.color-block.grey-60 {
  background-color: #717484;
}

.color-block.grey-40 {
  background-color: #b3b5c1;
}

.color-block.grey-20 {
  color: #141414;
  background-color: #e6e7ef;
}

.color-block.grey-15 {
  color: #141414;
  background-color: #eff2f6;
}

.color-block.grey-8 {
  color: #141414;
  background-color: #f5f7fa;
}

.color-block.white {
  color: #141414;
  background-color: #fff;
}

.color-block.white-50 {
  background-color: rgba(255, 255, 255, .6);
}

.color-block.white-25 {
  background-color: rgba(255, 255, 255, .3);
}

.color-block.brand-primary {
  color: #fff;
  background-color: #eb4b4d;
}

.color-block.brand-primary-deep {
  color: #141414;
  background-color: #199f84;
}

.color-block.white-75 {
  color: #141414;
  background-color: rgba(255, 255, 255, .8);
}

.color-block.white-15 {
  background-color: rgba(255, 255, 255, .15);
}

.button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a2c37;
  border: 1px solid #2a2c37;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.2;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #505260;
  border-color: #505260;
}

.button.primary {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button.secondary {
  color: #2a2c37;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2c37;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.secondary:hover {
  color: #fff;
  background-color: #2a2c37;
}

.button.tertiary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button.tertiary:hover {
  color: #2a2c37;
  background-color: #fff;
}

.button.small {
  padding: .88em 1.25em;
}

.button.small.secondary.nav-copy {
  color: #ecb821;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ecb821;
}

.button.stretch {
  flex: 1;
}

.sg-column {
  width: 100%;
  height: 60px;
  background-color: #e6e7ef;
  border-radius: 8px;
}

.bold {
  font-weight: 700;
}

.text-link {
  color: #2a2c37;
  margin-left: .25em;
  margin-right: .25em;
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline-block;
}

.text-link:hover {
  opacity: .5;
}

.sg-filler {
  width: 100%;
  height: 100%;
  background-color: #e6e7ef;
  border-radius: 8px;
}

.navigation {
  z-index: 999;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-brand {
  width: 7em;
  min-width: 7em;
  color: #fff;
  align-items: center;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand:hover {
  opacity: .6;
}

.nav-brand.dark {
  color: #141414;
}

.menu-button {
  float: none;
}

.nav-link {
  white-space: nowrap;
  margin-left: 1.4em;
  margin-right: 1.4em;
  padding: .5em .25em;
  font-size: .88em;
  line-height: 1.1;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  color: #eb4b4d;
}

.nav-link.footer.main-color {
  color: #ecb821;
}

.nav-link.header-copy {
  color: #fff;
}

.center-wrapper {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1.5em;
  margin-right: -1.5em;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid #eaedf6;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.footer-small-link {
  border-radius: 50em;
  margin-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .75em;
  transition: padding .2s, color .2s;
  display: block;
}

.footer-small-link:hover {
  color: #777a85;
}

.footer-small-link.w--current {
  background-color: #f8f9fa;
  padding-left: 1em;
  padding-right: 1em;
}

.footer-small-link.white {
  color: #fff;
}

.footer-small-link {
  transition: opacity .2s;
}

.footer-small-link:hover {
  opacity: .7;
}

.utility-page-wrap {
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.page-overlay {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grey {
  color: #777a85;
}

.rich-text h2, .rich-text p {
  margin-bottom: 20px;
}

.rich-text h4 {
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 16px;
}

.rich-text h5 {
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.sg-grid-images {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-images {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}

.overlay-transition {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.decorative {
  font-size: 2em;
  line-height: 1.4;
}

.nav-grid {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._404-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  flex-direction: column;
  display: flex;
}

.brand-logo-wrapper {
  align-items: center;
  margin-bottom: 6px;
  margin-right: 2em;
  display: flex;
}

.error-message {
  color: #fc2b2b;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  max-width: 800px;
  background-color: #eff2f6;
  border-radius: 1.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  width: 100%;
  height: 1px;
  background-color: #c2c8d9;
  margin-bottom: 12px;
}

.text-field {
  height: 56px;
  color: #777a85;
  background-color: #515361;
  border: 1px #000;
  border-radius: .5em;
  margin-bottom: 1em;
  padding: 1em;
  font-weight: 400;
  transition: padding .3s, background-color .3s, color .3s, border-color .3s;
}

.text-field:hover {
  border-bottom-color: #141414;
}

.text-field:focus {
  color: #141414;
  border-bottom-color: #141414;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .8);
  font-weight: 500;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .8);
  font-weight: 500;
}

.text-field.text-area {
  max-height: 200px;
  min-height: 88px;
  padding-top: 16px;
}

.text-field.white {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .75);
}

.text-field.white:hover {
  border-bottom-color: #fff;
}

.text-field.white::-ms-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.text-field.white::placeholder {
  color: rgba(255, 255, 255, .5);
}

.select-field {
  height: 56px;
  color: #777a85;
  background-color: #515361;
  border: 1px #000;
  border-radius: .5em;
  margin-bottom: 1em;
  padding: 1em;
  font-weight: 400;
  transition: padding .3s, background-color .3s, border-color .3s, color .3s;
}

.select-field:hover {
  border-style: none none solid;
  border-color: #000 #000 #141414;
  padding-left: 20px;
}

.select-field:focus {
  color: #fff;
  border-bottom-color: #eaedf6;
}

.select-field.white {
  color: rgba(255, 255, 255, .5);
  border-bottom-color: rgba(255, 255, 255, .5);
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.hero-scroll-trigger-animation {
  z-index: -999;
  height: 50vh;
  position: absolute;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.flex-vertical.full-height {
  height: 100%;
  justify-content: center;
}

.flex-vertical.full-height.hero, .flex-vertical.full-height.hero-center {
  justify-content: center;
}

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

.succsess-message {
  color: #141414;
  background-color: #fff;
  border-radius: 1em;
  font-size: 1.2em;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.buttons {
  grid-column-gap: 1em;
}

.flex-horizontal.buttons.middle {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.flex-horizontal.baseline {
  align-items: baseline;
}

.menu-nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-wrapper {
  overflow: hidden;
}

.nav-link-wrapper.last {
  align-items: center;
  padding-right: 4px;
  display: flex;
}

.nav-link-wrapper.last.mobile {
  display: none;
}

.max-width {
  max-width: 600px;
}

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

.max-width._400 {
  max-width: 400px;
}

.logo-img {
  height: 100%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-logo-links-wrapper {
  display: flex;
}

.hero-image {
  width: 45vw;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.partner-logo {
  height: 2em;
  margin: .5em 1em;
}

.partners-stack {
  width: 100%;
  max-width: 1640px;
  flex-wrap: wrap;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4.8em;
  display: block;
}

._2-up-image {
  width: 100%;
  max-width: none;
  border-radius: 2em;
}

._2-up-image.transition {
  transition: none;
}

._2-up-image.absolute {
  width: 70%;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 100px);
}

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

.logo-loader {
  width: 8em;
}

.sg-dark {
  background-color: #141414;
  border-radius: 1em;
  padding: 1.5em;
}

.column-offset-right {
  padding-left: 6em;
}

.bullets-wrapper {
  width: 100%;
  margin-top: 1.2em;
  margin-bottom: 2em;
}

.bullets-item {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2a2c37;
  align-items: center;
  margin-bottom: .1em;
  padding-top: .2em;
  padding-bottom: .2em;
  display: flex;
}

.bullets-item.white {
  color: rgba(255, 255, 255, .8);
}

.bullet-tick-wrapper {
  width: .95em;
  height: .95em;
  min-height: .95em;
  min-width: .95em;
  color: #fff;
  background-color: #2a2c37;
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  margin-top: .3em;
  margin-right: .6em;
  padding: .25em;
  display: flex;
  overflow: hidden;
}

.bullet-tick-wrapper.white {
  color: #2a2c37;
  background-color: #fff;
}

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

.accordion-content {
  color: rgba(255, 255, 255, .75);
  margin-top: 1.25em;
  overflow: hidden;
}

.accordion-heading {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.accordion-icon {
  width: 1.5em;
  height: 1.5em;
}

.accordion-title {
  margin-bottom: 0;
}

.form-block {
  width: 100%;
}

.links-container {
  margin-top: .6em;
  display: flex;
}

.footer-items-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.subtitle {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(80deg, #eb4b4d, #c1679d 47%, #1a9e84 83%);
  -webkit-background-clip: text;
  background-clip: text;
}

.title-relative {
  max-width: 580px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-arrow {
  height: 60%;
  margin-top: 18%;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partner-bg {
  background-color: #eef1f5;
}

.feature-wrapper {
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

.about-img {
  width: 45%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -3%;
}

.numbers-wrapper {
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 2em;
  display: flex;
}

.numbers-item {
  width: 50%;
  margin-bottom: 1.5em;
}

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

.numbers-title {
  font-family: Syne, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.numbers-indicator {
  height: 1em;
  margin-top: .7em;
  margin-left: .9em;
}

.button-app-icon {
  justify-content: center;
  align-items: center;
  margin-right: .5em;
  display: flex;
}

.column-offset-ledt {
  padding-right: 6em;
}

.price-wrapper {
  max-width: 22em;
  color: #fff;
  background-color: #199f84;
  border-radius: 1.25em;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5em 2em 2em;
  display: flex;
  box-shadow: 0 50px 50px -30px rgba(153, 153, 153, .5);
}

.price-wrapper.red {
  background-color: #eb4b4d;
  box-shadow: 1px 1px 0 8px #fff, 0 50px 50px -30px rgba(153, 153, 153, .5);
}

.price-wrapper.black {
  background-color: #2a2c37;
}

.price-title-wrapper {
  display: flex;
}

.price-card {
  width: 19vw;
  margin-top: -.4em;
  margin-bottom: -2.5em;
  margin-left: -2em;
}

.period {
  margin-left: .6em;
}

.price-items {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-title-width {
  width: 9em;
}

.relative {
  perspective: 1000px;
  position: relative;
}

.quote-icon {
  width: 6em;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -2.8em;
}

.accordion-wrapper {
  text-align: left;
  background-color: #fff;
  border-radius: 1.25em;
  flex-direction: column;
  padding: 1.25em 1.25em 0;
  display: block;
}

.contact-us {
  margin-top: 2.6em;
  margin-left: -2em;
}

.accordion-items {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  align-items: start;
  display: grid;
}

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

.logo-wrapper {
  max-width: 100%;
}

.logo-container {
  max-width: 1560px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.subtitle-copy {
  color: #d09425;
  font-family: Varela Round, sans-serif;
}

.navigation-copy {
  z-index: 999;
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(69, 69, 69, .3);
  position: fixed;
}

.hero-image-copy {
  width: 45vw;
  max-width: none;
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.heading-heliox {
  color: #ecb821;
  font-family: Varela Round, sans-serif;
}

.body-heliox {
  color: #fff;
  background-color: #100e09;
  font-family: Varela Round, sans-serif;
}

.button-copy {
  color: #ecb821;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ecb821;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.2;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-copy:hover {
  color: #fff;
  background-color: #d09425;
  border-style: none;
}

.button-copy.primary {
  width: 156px;
  height: 156px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button-copy.secondary {
  color: #2a2c37;
  background-color: rgba(0, 0, 0, 0);
  border-color: #2a2c37;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-copy.secondary:hover {
  color: #fff;
  background-color: #2a2c37;
}

.button-copy.tertiary {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  transition: color .2s, border-color .2s, background-color .2s;
}

.button-copy.tertiary:hover {
  color: #2a2c37;
  background-color: #fff;
}

.button-copy.small {
  padding: .88em 1.25em;
}

.button-copy.small.secondary.nav-copy {
  color: #ecb821;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ecb821;
}

.button-copy.small.secondary.nav-copy:hover {
  color: #fff;
  background-color: #d09425;
}

.button-copy.stretch {
  flex: 1;
}

.button-copy.ghost {
  border-style: none;
}

.partner-bg-copy {
  background-color: rgba(69, 69, 69, .3);
  margin-top: 50px;
  margin-bottom: 50px;
}

.heading-heliox-2 {
  font-family: Varela Round, sans-serif;
}

.logo-section-heliox {
  max-width: 1200px;
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  height: 60px;
}

.feature-wrapper-copy {
  max-width: 16em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-wrapper-copy {
  max-width: 70px;
}

.clipping-div {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 20px;
}

.grid-copy {
  width: 100%;
}

.grid-copy.center-align {
  justify-content: center;
}

.grid-copy.dark-with-img {
  min-height: 37.5em;
  color: #fff;
  background-image: linear-gradient(47deg, #2e303e, #393c4a);
  border-radius: 2.5em;
  align-items: center;
  padding: 2.6em;
  overflow: hidden;
}

.grid-copy.dark-with-img-copy {
  min-height: 37.5em;
  color: #fff;
  background-color: rgba(69, 69, 69, .3);
  border-radius: 2.5em;
  align-items: center;
  padding: 2.6em;
  overflow: hidden;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.column-offset-middle {
  text-align: center;
}

.heli-logo {
  margin-bottom: 10px;
}

.bold-copy {
  margin-top: 10px;
  font-weight: 700;
}

._2col-2row {
  grid-column-gap: 120px;
  grid-row-gap: 20px;
  margin-left: auto;
  margin-right: auto;
}

.h4-heading {
  font-family: Varela Round, sans-serif;
}

.grid-content-wrapper {
  display: flex;
}

.wrap-content {
  margin-left: 10px;
}

.wrap-image-content {
  align-items: center;
  display: flex;
}

.wrap-content-only {
  margin-left: 10px;
}

.main-color {
  color: #ecb821;
}

.text-block-2 {
  color: #fff;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.links-container-copy {
  color: #fff;
  color: #fff;
  flex-direction: column;
  margin-top: .6em;
  display: flex;
}

.grid-item-copy {
  width: 100%;
  padding: 1.5em 1.5em 0;
  position: relative;
}

.grid-item-copy._80 {
  width: 80%;
}

.grid-item-copy._20 {
  width: 20%;
  position: relative;
}

.grid-item-copy._50 {
  width: 50%;
}

.grid-item-copy._50.tablet-100 {
  perspective: 1000px;
}

.grid-item-copy._33 {
  width: 33%;
}

.grid-item-copy._25 {
  width: 25%;
}

.grid-item-copy._67 {
  width: 67%;
}

.grid-item-copy._60 {
  width: 60%;
}

.grid-item-copy._40 {
  width: 40%;
}

.lottie-max40 {
  max-width: 40%;
}

.footer-wrapper-copy {
  background-color: rgba(69, 69, 69, .3);
}

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

.yellow-light {
  width: 150px;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(64px, 78px, 300px);
}

.shiningstars {
  width: 80%;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 150px);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 6em 2em;
  }

  .container.inner-hero {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.hero {
    padding-top: 6em;
  }

  .grid.dark-with-img {
    min-height: auto;
  }

  .grid-item {
    padding: 1em;
  }

  .grid-item._80.tablet-100, .grid-item._50.tablet-100 {
    width: 100%;
  }

  .grid-item._50.tablet-65 {
    width: 65%;
  }

  .grid-item._33.tablet-100, .grid-item._67.tablet-100, .grid-item._60.tablet-100, .grid-item._40.tablet-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88 {
    height: 3em;
  }

  .spacer._104 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .navigation {
    z-index: 9999;
  }

  .nav-brand {
    color: #141414;
    margin-right: 0;
    font-size: 18px;
  }

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

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

  .nav-link {
    color: #141414;
    text-align: center;
    margin: 1em 0;
    padding: .25em 0;
    display: block;
  }

  .nav-link.header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .nav-link.footer {
    color: #fff;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .nav-link.footer.w--current {
    box-shadow: none;
    color: #2d66d3;
    transition: color .3s;
  }

  .nav-link.header-copy {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .footer-links-wrapper {
    width: 100%;
    justify-content: space-between;
    margin: 1em -1em;
  }

  .footer-bottom-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
  }

  .footer-small-link {
    font-size: 14px;
  }

  .hamburger-icon {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    height: 100vh;
    background-color: #f5f7fa;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .nav-grid {
    align-items: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .flex-vertical.full-height.hero {
    height: auto;
    align-items: center;
  }

  .flex-vertical.full-height.hero-center {
    text-align: center;
    align-items: center;
  }

  .hamburger-bar {
    width: 100%;
    height: 3px;
    background-color: #141414;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .hamburger-bar._2 {
    background-color: #000;
  }

  .menu-nav-link-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .nav-link-wrapper.last {
    display: none;
  }

  .nav-link-wrapper.last.mobile {
    flex-direction: column;
    margin-top: 3em;
    display: none;
  }

  .hero-image {
    width: 70%;
    position: static;
    right: auto;
  }

  .partners-stack {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .column-offset-right {
    padding-left: 0;
  }

  .links-container {
    margin-bottom: 1em;
  }

  .footer-items-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .hero-arrow.hidden {
    display: none;
  }

  .hero-content {
    align-items: flex-start;
  }

  .column-offset-ledt {
    padding-right: 0;
  }

  .price-wrapper {
    width: 100%;
    max-width: none;
  }

  .price-wrapper.black {
    max-width: none;
  }

  .price-title-wrapper {
    justify-content: space-between;
  }

  .price-card {
    width: 40vw;
  }

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

  .price-title-width {
    width: 18em;
  }

  .card-title {
    font-size: 2.5em;
  }

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

  .grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .navigation-copy {
    z-index: 9999;
  }

  .hero-image-copy {
    width: 70%;
    position: static;
    right: auto;
  }

  .logo-section-heliox {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .grid-copy.dark-with-img, .grid-copy.dark-with-img-copy {
    min-height: auto;
  }

  .column-offset-middle {
    padding-left: 0;
  }

  ._2col-2row {
    grid-column-gap: 30px;
  }

  .wrap-content-only {
    margin-left: 0;
  }

  .wrap-icon-only {
    max-width: 80px;
  }

  .links-container-copy {
    margin-bottom: 1em;
  }

  .grid-item-copy {
    padding: 1em;
  }

  .grid-item-copy._80.tablet-100, .grid-item-copy._50.tablet-100 {
    width: 100%;
  }

  .grid-item-copy._50.tablet-65 {
    width: 65%;
  }

  .grid-item-copy._33.tablet-100, .grid-item-copy._67.tablet-100, .grid-item-copy._60.tablet-100, .grid-item-copy._40.tablet-100 {
    width: 100%;
  }

  .menu-nav-heliox {
    height: 100vh;
    background-color: #100e09;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 1.8em;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    padding: 5em 1em;
  }

  .container.nav {
    width: 100%;
  }

  .container.hero {
    padding-top: 6em;
  }

  .container.footer {
    padding-top: 3em;
  }

  .grid.landscape-reverse {
    flex-flow: wrap-reverse;
  }

  .grid-item._20.landscape-100, .grid-item._50.landscape-100 {
    width: 100%;
  }

  .grid-item._50.landscape-100.bg {
    margin-top: 240px;
    margin-bottom: 240px;
  }

  .grid-item._50.tablet-65 {
    width: 100%;
  }

  .grid-item._33 {
    width: 50%;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item._25.landscape-100 {
    width: 100%;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._56 {
    height: 2.5em;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-link.footer {
    font-size: .85em;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .footer-bottom-wrapper {
    margin-top: 0;
    padding-bottom: 1em;
  }

  .utility-page-content, .menu-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-grid {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .text-field.white, .select-field.white {
    margin-bottom: 1.5em;
  }

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

  .max-width._500 {
    max-width: 100%;
  }

  ._2-up-image {
    margin-bottom: 1em;
  }

  .about-img {
    display: none;
  }

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

  .price-title-width {
    width: 12em;
  }

  .contact-us {
    margin-top: 1em;
    margin-left: 0;
  }

  .card-title {
    font-size: 2em;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-copy.landscape-reverse {
    flex-flow: wrap-reverse;
  }

  .grid-item-copy._20.landscape-100, .grid-item-copy._50.landscape-100, .grid-item-copy._50.tablet-65 {
    width: 100%;
  }

  .grid-item-copy._33 {
    width: 50%;
  }

  .grid-item-copy._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .grid-item-copy._33.mobile-100 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-item-copy._25.landscape-100 {
    width: 100%;
  }

  .menu-nav-heliox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .container {
    padding: 5em 1em;
  }

  .container.nav {
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .container.hero {
    padding-bottom: 4em;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .spacer._32, .spacer._24 {
    height: 1.5em;
  }

  .spacer._128 {
    height: 80px;
  }

  .button {
    width: 100%;
  }

  .button.small.secondary.nav, .button.small.secondary.nav-copy {
    display: none;
  }

  .footer-links-wrapper {
    flex-flow: column wrap;
    align-items: center;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-small-link {
    margin-right: 0;
  }

  .nav-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-wrapper.last.mobile {
    font-size: 1.2em;
    display: block;
  }

  .hero-image {
    width: 100%;
    flex: none;
  }

  .partners-stack {
    padding-left: 1em;
    padding-right: 1em;
  }

  .bullets-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion-icon {
    min-height: 1.5em;
    min-width: 1.5em;
    margin-left: 1em;
  }

  .links-container {
    flex-flow: column wrap;
    display: flex;
  }

  .footer-items-wrapper {
    align-items: center;
    padding-bottom: 0;
  }

  .accordion-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-2 {
    grid-column-gap: 18px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .logo-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .social-grid {
    grid-template-rows: auto auto auto;
  }

  .hero-image-copy {
    width: 100%;
    flex: none;
  }

  .button-copy {
    width: 100%;
  }

  .button-copy.small.secondary.nav, .button-copy.small.secondary.nav-copy {
    display: none;
  }

  .logo-section-heliox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 0 .5em 0 1em;
  }

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

  .wrap-content-only {
    margin-left: 7px;
  }

  .links-container-copy {
    flex-flow: column wrap;
    display: flex;
  }

  .grid-item-copy._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

#w-node-_92aefc7a-c709-8ffc-18ff-9832b779f503-c91a0750, #w-node-_5b59df14-97de-84a0-bb0f-60c25b02ae66-c91a0750, #w-node-_1584df57-bcc2-961c-2372-fd21a013031b-c91a0750, #w-node-_8dfa7e3e-4d4d-19f1-4cdf-e4bcc984150e-c91a0750, #w-node-efc2b489-25ca-b7e5-453f-0c0b2a8a55e5-c91a0750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_194d1836-d7ff-280f-e022-a1945c9ff7de-c91a0757 {
  justify-self: center;
}

#w-node-_7138d4b1-92a4-3374-b334-cb8f3ac46fef-c91a0757, #w-node-_59972922-fb68-2cc5-ab06-382b8c13d569-c91a0757, #w-node-_77819677-a615-474c-035f-13adad00372a-c91a0757, #w-node-_1f9957f0-7f6a-d12d-833a-997e6e5c098b-c91a0757, #w-node-fe6e1bd6-ffe2-352f-bfaa-2eb57ebc5cf5-c91a0757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a69f8bd3-b919-18c9-a951-03bc9ee78445-c91a075a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ad5428c2-c900-09f6-1cc6-a3e704e4a2c7-c91a075a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d774e4b-1205-463b-7fe3-d095761ead29-c91a075c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-c91a075c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5398c589-f66a-6cda-2d0a-a81bf38523ec-c91a075c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1644f7fa-7bfe-3116-2c4d-1a7673cdaa92-c91a075c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d0301e08-7fac-dab9-9249-97e20ceee9c4-c91a075c, #w-node-_5e182a5f-62f6-3f12-fab4-6d854ab14f30-c91a075c {
  grid-area: 2 / 2 / 3 / 3;
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'), url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'), url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}