.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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: #c4c4c4;
  cursor: default;
  background-color: #191a1c;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  display: flex;
}

h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: .9em;
  font-weight: 600;
  line-height: 1.5;
}

p {
  margin-bottom: 20px;
}

a {
  color: #c4c4c4;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: #fff;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 2;
}

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

label {
  color: #c4c4c4;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
  display: block;
}

blockquote {
  color: #fff;
  border-left: 5px solid #c4c4c4;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 11px 20px;
  font-size: 1.5em;
  line-height: 1.3;
}

figure {
  margin: 20px auto;
}

figcaption {
  color: #c4c4c4;
  text-align: center;
  margin-top: 12px;
  font-size: 1em;
}

.navbar {
  z-index: 1000;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#191a1c, rgba(25, 26, 28, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container.in-hero-section {
  max-width: 1920px;
  padding-right: 0;
}

.container.in-navbar {
  max-width: 1920px;
}

.brand {
  padding-left: 0;
}

.navbar-wrapper {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.nav-link {
  color: #c4c4c4;
  padding: 20px;
  font-size: 1em;
  font-weight: 400;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

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

.button {
  filter: brightness();
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #fc00ff, #00dbde);
  border-radius: 50px;
  padding: 16px 32px;
  font-weight: 600;
  transition: all .2s;
}

.button:hover {
  filter: brightness(110%);
}

.button.margin-left-20px {
  margin-left: 20px;
}

.section {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero {
  min-height: 100vh;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.section.first {
  margin-top: 84px;
}

.section._404 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.price-wrap {
  align-items: flex-end;
  margin-bottom: 40px;
  line-height: 1.4;
  display: flex;
}

.price {
  color: #fff;
  margin-right: 8px;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1;
}

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

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

.lightbox-button {
  color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.lightbox-button:hover {
  border-color: #fff;
}

.play-icon {
  width: 16px;
  flex: none;
  margin-right: 12px;
}

.hero-text-block {
  width: 100%;
  margin-bottom: 80px;
}

.hero-image-wrap {
  width: 100%;
  flex: 0 auto;
  justify-content: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logos-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

._3-columns-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

._3-columns-grid.bottom-margin-80px {
  margin-bottom: 80px;
}

.review-card {
  width: 100%;
  background-color: #333;
  border-radius: 10px;
  padding: 20px;
  display: flex;
}

.review-card-photo {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  margin-right: 20px;
}

.review-card-name {
  color: #fff;
  margin-bottom: 4px;
  margin-right: 12px;
  font-weight: 400;
}

.review-card-name-wrap {
  width: 100%;
  flex-direction: column;
  margin-bottom: 16px;
  display: flex;
}

.revie-card-content {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.star-icon {
  width: 20px;
  height: 20px;
  flex: none;
  margin-right: 4px;
}

.rating-wrap {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: flex;
}

.paragraph-smaller {
  font-size: .8em;
}

.gradient-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fc00ff, #00dbde);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-heading.centered {
  max-width: 600px;
  text-align: center;
}

.flex {
  display: flex;
}

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

.absolute-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-box-ratio-56-25 {
  width: 100%;
  border-radius: 10px;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.no-top-margin {
  margin-top: 0;
}

.module-card {
  width: 100%;
}

._2-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-card {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.feature-icon-wrap {
  width: 60px;
  height: 60px;
  background-color: #333;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.feature-icon {
  max-height: 36px;
  max-width: 36px;
}

.block-heading-centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.faq-card {
  width: 100%;
  background-color: #333;
  border-radius: 10px;
  padding: 20px;
}

.footer-wrap {
  width: 100%;
  color: #868686;
  border-top: 1px solid #333;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .8em;
  display: flex;
}

.footer-links-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.footer-link {
  color: #868686;
  text-decoration: none;
}

.subheading {
  max-width: 50ch;
}

.style-guide-wrap {
  width: 100%;
  margin-top: 60px;
}

.style-guide-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label {
  margin-bottom: 12px;
}

.form-block {
  width: 100%;
}

.text-field {
  width: 100%;
  min-height: 44px;
  color: #fff;
  background-color: #333;
  border: 1px solid #191a1c;
  margin-bottom: 24px;
  padding: 12px 20px;
  transition: all .2s;
}

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

.text-field:focus {
  border-color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #c4c4c4;
}

.text-field::placeholder {
  color: #c4c4c4;
}

.text-field.text-area {
  min-height: 88px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.5;
  display: flex;
}

.checkbox {
  width: 16px;
  height: 16px;
  border-color: #c4c4c4;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
}

.checkbox:hover {
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #00dbde;
}

.checkbox.w--redirected-focus {
  border-color: #fff;
  box-shadow: 0 0 3px 1px #00dbde;
}

.checkbox-label {
  margin-bottom: 0;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.5;
  display: flex;
}

.radio-button {
  width: 16px;
  height: 16px;
  border-color: #c4c4c4;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
}

.radio-button:hover {
  border-color: #fff;
}

.radio-button.w--redirected-checked {
  border-color: #00dbde;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00dbde;
}

.radio-button-label {
  margin-bottom: 0;
}

.select-field {
  width: 100%;
  min-height: 44px;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
}

.select-field:hover {
  border: 1px solid #c4c4c4;
}

.select-field:focus {
  border: 1px solid #fff;
}

.success-message {
  color: #fff;
  background-color: #333;
  padding: 20px;
}

.error-message {
  color: #fff;
  background-color: #ff0051;
  margin-top: 20px;
  padding: 12px 20px;
}

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

.bold-text, .bold-text-2, .bold-text-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.link {
  padding-right: 10px;
}

.link-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.pa {
  padding-left: 10px;
}

.rich-text-block, .rich-text-block-2, .rich-text-block-3 {
  padding-top: 100px;
}

.text-block-2 {
  padding-left: 16px;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }

  .review-card-name-wrap {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 1440px) {
  .hero-text-block {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #191a1c;
    background-image: none;
    position: -webkit-sticky;
    position: sticky;
  }

  .container.in-navbar {
    padding-right: 20px;
  }

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

  .nav-menu {
    width: 100%;
    background-color: #191a1c;
    justify-content: flex-start;
    padding: 0 20px 40px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .5);
  }

  .button.margin-left-20px {
    margin-left: 0;
  }

  .section.hero {
    min-height: 90vh;
  }

  .hero-wrap {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .hero-text-block {
    z-index: 1;
    position: relative;
  }

  .hero-image-wrap {
    opacity: .35;
    justify-content: flex-start;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logos-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .review-card {
    flex-direction: column;
  }

  .review-card-photo {
    margin-bottom: 20px;
  }

  ._2-column-grid {
    align-items: start;
  }

  .feature-card {
    flex-direction: column;
  }

  .feature-icon-wrap {
    margin-bottom: 20px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  .menu-button.w--open {
    background-color: #333;
  }

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

@media screen and (max-width: 767px) {
  .container.in-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text-block {
    max-width: none;
    margin-bottom: 0;
    padding: 40px;
  }

  .hero-image-wrap {
    padding: 20px;
  }

  .logos-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

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

  .review-card, .review-card-name-wrap {
    flex-direction: row;
  }

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

  .feature-card {
    flex-direction: row;
  }

  .footer-wrap {
    flex-direction: column;
  }

  .footer-links-wrap {
    margin-top: 20px;
  }
}

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

  .container.in-navbar {
    padding-right: 4px;
  }

  .button {
    width: 100%;
  }

  .hero-wrap {
    grid-row-gap: 0px;
  }

  .buttons-wrap {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .hero-image-wrap {
    min-height: 50vh;
    opacity: 1;
    position: relative;
  }

  .logos-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 20px;
  }

  ._3-columns-grid {
    grid-row-gap: 20px;
  }

  .review-card-name {
    margin-bottom: 4px;
  }

  .review-card-name-wrap {
    flex-direction: column;
  }

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

  .feature-icon-wrap {
    margin-right: 20px;
  }

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

  .footer-links-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: grid;
  }
}

#w-node-cba879e5-2068-a1f3-1f15-f8864caa36b0-7d68a74f {
  align-self: end;
}

#w-node-_18096eac-96cc-1414-0ebb-fe8633391a2c-7d68a74f, #w-node-_5ca50a38-c1bd-452a-00d1-5e79b792ae02-7d68a74f {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-cba879e5-2068-a1f3-1f15-f8864caa36b0-7d68a74f {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-cba879e5-2068-a1f3-1f15-f8864caa36b0-7d68a74f {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cba879e5-2068-a1f3-1f15-f8864caa36b0-7d68a74f, #w-node-_630878b2-637f-ab15-c8bf-c91cc66869f1-7d68a74f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5ca50a38-c1bd-452a-00d1-5e79b792ae0e-7d68a74f {
    grid-area: 1 / 1 / 2 / 2;
  }
}


