:root {
  --royal-blue: #0059f7;
}

.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 {
  background-color: #070e27;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #ccd2e9;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.navigation {
  z-index: 999;
  background-color: #090a0e;
  border-bottom: 1px solid #ffffff1a;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 94px;
  padding: 20px 3%;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 20px;
}

.nav-menu {
  color: #fff;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.header-section {
  padding: 64px 3% 40px;
}

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 72px;
}

.display-heading {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.paragraph-large {
  color: #fff;
  margin-left: 0;
  font-size: 20px;
  line-height: 1.5;
}

.paragraph-large.max-width {
  max-width: 420px;
}

.button {
  background-color: #0059f7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 14px 24px;
  display: flex;
}

.button.button-space {
  background-color: #18dec3;
  margin-top: 32px;
}

.button.button-space:hover {
  background-color: #10292e;
}

.grid-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-large {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.dashboard {
  width: 100%;
}

.button-grey {
  background-color: #162044;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 14px 24px;
  display: flex;
}

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

.logo-card {
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.content-section {
  padding: 96px 3%;
}

.content-section.mail {
  padding-top: 10px;
}

.logo-section {
  padding-top: 40px;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  overflow: visible;
}

.divider {
  background-color: #4e5a8533;
  width: 100%;
  height: 1px;
  margin-top: 64px;
}

.title-wrap {
  max-width: 480px;
  margin-bottom: 60px;
}

.feature-card {
  background-color: #06050b;
  border: 1px solid #18dec3;
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
  transition: all .3s;
}

.feature-card:hover {
  background-color: #10292e;
  box-shadow: 34px 34px 96px #070e277a;
}

.icon {
  margin-bottom: 32px;
}

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

.container-tight {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  text-align: center;
  background-color: #18dec3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 72px 48px;
  display: flex;
}

.button-arrow {
  color: #fff;
  background-color: #10292e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 196px;
  min-height: 64px;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-arrow:hover {
  background-color: #0f8a79;
}

.button-arrow.button-space {
  background-color: #10292e;
  margin-top: 32px;
}

.button-arrow.button-space:hover {
  background-color: #0f8a79;
}

.subheading {
  color: #10292e;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
}

.subheading.light, .subheading.white {
  color: #fff;
}

.arrow {
  margin-left: 4px;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-grid {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.content-grid.centre-content {
  grid-template-columns: 1fr 2fr;
  margin-top: 114px;
  margin-bottom: 114px;
}

.paragraph-medium {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.content-h3 {
  margin-bottom: 14px;
}

.cta-section {
  padding: 32px 3%;
}

.link-block {
  color: #fff;
  border-radius: 8px;
  align-items: center;
  min-height: 56px;
  margin-right: 10px;
  padding: 10px 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  background-color: #162044;
}

.light-icon {
  margin-right: 4px;
}

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.price-block {
  background-color: #081131;
  border-radius: 20px;
  margin-top: 60px;
  padding: 48px 55px;
}

.price-block.feature-price {
  background-color: #162044;
  margin-top: 0;
}

.dollar-span {
  color: #4e5a85;
}

.line-break {
  background-color: #4e5a85;
  height: 2px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.grid-feature-check {
  grid-template-columns: 1fr;
  margin-bottom: 48px;
}

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

.paragraph {
  margin-bottom: 0;
}

.check {
  margin-right: 14px;
}

.button-price {
  color: #fff;
  background-color: #4e5a85;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 178px;
  min-height: 64px;
  margin-top: 32px;
  padding: 14px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-price:hover, .button-price.button-blue {
  background-color: var(--royal-blue);
}

.cta-block-large {
  background-color: #18dec3;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 56px;
}

.cta-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid-button-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #090a0e;
  padding: 48px 3%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.text-link-legal {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .2s;
}

.text-link-legal:hover {
  color: #fff;
}

.social-link {
  margin-right: 24px;
  padding: 4px;
}

.flowbase-banner {
  height: 64px;
}

.global-component-banner {
  height: 50px;
  display: flex;
}

.global-component-footer {
  border-top: 1px solid #122b6914;
  display: flex;
}

.body {
  background-color: #090a0e;
}

.bold-text, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
  color: #fff;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  color: #18dec3;
}

.image {
  text-align: left;
}

.heading {
  color: #fff;
  margin-bottom: 10px;
}

.heading-2 {
  color: #fff;
  margin-bottom: 96px;
}

.section-6 {
  background-color: #18dec3;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-15 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-54 {
  color: #0000;
  text-align: center;
  font-weight: 700;
}

.link-62 {
  color: #10292e;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.link-62:hover {
  color: #fff;
}

.text-span {
  color: #ffb700;
}

.bold-text-7 {
  color: #18dec3;
}

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

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

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

.heading-3 {
  color: #10292e;
  font-size: 27px;
}

.play-pause-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.youtube {
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.heading-4 {
  color: #fff;
}

.bold-text-8 {
  color: #fff;
  padding-left: 0;
}

.heading-5 {
  color: #10292e;
}

.bold-text-9, .bold-text-10, .bold-text-11 {
  color: #fff;
  font-size: 34px;
}

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

.text-span-2 {
  color: #10292e;
}

.image-3 {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .container-navigation {
    min-height: auto;
    position: relative;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #162044;
    border-radius: 8px;
  }

  .menu-button.w--open {
    background-color: var(--royal-blue);
  }

  .hero-content {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-content {
    align-items: center;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-grid {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .content-h3 {
    font-size: 34px;
  }

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

  .price-block {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .container-navigation {
    position: static;
  }

  .nav-menu {
    background-color: #070e27;
    height: auto;
    padding: 20px;
  }

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

  .feature-card {
    padding: 32px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-block {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .content-grid, .content-grid.centre-content {
    grid-template-columns: 1fr;
  }

  .link-block {
    display: none;
  }

  .cta-block-large {
    padding: 42px;
  }

  .cta-grid {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .social-wrap {
    margin-bottom: 32px;
  }

  .social-link {
    margin-left: 14px;
    margin-right: 14px;
  }

  .link-wrap {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    position: sticky;
  }

  .display-heading {
    font-size: 55px;
  }

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

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

  .content-section.mail {
    padding-bottom: 10px;
  }

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

  .price-block {
    padding: 32px;
  }

  .flowbase-banner, .global-component-banner {
    display: none;
  }

  .heading-4 {
    font-size: 48px;
  }

  .image-2 {
    margin-top: 20px;
    padding-top: 0;
  }
}

#w-node-_4bf596a7-aa89-aa89-d203-44296f7c0a94-965f43e9 {
  place-self: center;
}

#w-node-_59e1b11c-59af-292a-2a44-070cd4481416-965f43e9, #w-node-f60322e9-0dad-a628-4610-9a998f3341b2-965f43e9 {
  align-self: center;
}

#w-node-f60322e9-0dad-a628-4610-9a998f3341b0-965f43e9, #w-node-_32690463-25da-ec92-a1bd-88ae99597470-965f43e9 {
  place-self: center;
}

#w-node-_32690463-25da-ec92-a1bd-88ae99597472-965f43e9 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_32690463-25da-ec92-a1bd-88ae99597470-965f43e9 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f60322e9-0dad-a628-4610-9a998f3341b0-965f43e9 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_32690463-25da-ec92-a1bd-88ae99597470-965f43e9 {
    justify-self: center;
  }
}


