:root {
  --royal-blue: #0059f7;
  --secondary-color: #9e199a;
  --mascotcolor: #162044;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: #f4f7ff;
  font-family: Sora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #273464;
  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: #273464;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

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

.navigation {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #e2e7fa;
  align-items: center;
  min-height: 94px;
  padding: 20px 3%;
  display: flex;
  position: relative;
  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% 20px;
}

.container {
  max-width: 1100px;
  margin: 40px auto;
}

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

.display-heading {
  color: #162044;
  text-align: left;
  letter-spacing: -.01em;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 80px;
  line-height: 1.2;
}

.paragraph-large {
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.paragraph-large.max-width {
  text-align: center;
  min-width: 50%;
  max-width: 100%;
}

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

.button.button-space {
  margin-top: 32px;
}

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

.container-large {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-blue {
  background-color: var(--royal-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin-right: 25px;
  padding: 0 40px 0 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: 10px 3% 20px;
}

.logo-section {
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.divider {
  background-color: #e2e7fa;
  width: 100%;
  height: 1px;
  margin-top: 0;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.feature-card {
  border: 1px solid #e2e7fa;
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
  transition: all .3s;
}

.feature-card:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 37px 37px 96px #070e2714;
}

.icon {
  margin-bottom: 32px;
}

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

.container-tight {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.button-arrow.button-space {
  max-width: 250px;
  margin-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.arrow {
  margin-left: 4px;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 92px;
  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: 1.2fr 1fr;
  margin-top: 0;
}

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

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

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

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

.link-block {
  color: #7e8bb6;
  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 {
  color: #fff;
  background-color: #162044;
}

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

.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: #fff;
  border-radius: 20px;
  margin-top: 60px;
  padding: 48px 55px;
}

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

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

.line-break {
  background-color: #e2e7fa;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-break.line-dark {
  background-color: #cbd5fa;
}

.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: #0059f7;
  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: #16204400;
  width: 100%;
  padding: 48px 3%;
}

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

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

.text-link-legal {
  color: #070e2799;
  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;
}

.dashboard {
  text-align: center;
  margin-top: 60px;
}

.flowbase-banner {
  height: 64px;
}

.text-block-2 {
  color: var(--royal-blue);
  padding-right: 40px;
  font-size: 20px;
  font-weight: 800;
}

.container-2 {
  margin-top: 60px;
  margin-bottom: 0;
}

.form {
  text-align: left;
  width: 80%;
  padding-left: 25%;
}

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

.heading {
  font-size: 50px;
}

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

.paragraph-2 {
  color: #0009;
  text-align: center;
  font-size: 22px;
}

.button-2 {
  color: #605c60;
  background-color: #0000;
  margin-right: 41px;
  font-size: 20px;
}

.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;
}

.body {
  aspect-ratio: auto;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.heading-3 {
  font-size: 50px;
}

.image {
  color: #79b7f1;
  text-align: center;
}

.heading-4 {
  color: #162044;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-3 {
  font-size: 25px;
}

.heading-5 {
  font-size: 50px;
}

.heading-6 {
  color: #4e80ee;
  margin-top: 40px;
}

.heading-7 {
  color: #2a3461;
  text-align: center;
  -webkit-text-stroke-color: #4e80ee;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
}

.heading-8 {
  margin-bottom: 20px;
}

.bold-text {
  color: #fff;
}

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

.div-block, .div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-field, .text-field-2 {
  border-radius: 15px;
}

.submit-button {
  text-align: center;
  background-color: #4e80ee;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 32%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.heading-9 {
  color: #4e80ee;
}

.bold-text-2 {
  font-size: 24px;
}

.image-3 {
  z-index: auto;
  float: left;
  position: absolute;
  inset: auto auto 0% 10%;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.bold-text-3 {
  text-align: left;
  align-self: flex-start;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  align-self: flex-start;
}

.heading-10 {
  margin-top: 60px;
}

.blue-text {
  color: #3b82f6;
  margin-top: 20px;
}

.textarea {
  border-radius: 14px;
}

@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;
  }

  .display-heading {
    line-height: 1.05;
  }

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

  .button-blue {
    transition: all .3s;
  }

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

  .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;
  }

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

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

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

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

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

  .menu-button {
    background-color: #98a6c7;
  }

  .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;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .display-heading {
    font-size: 55px;
  }

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

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

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

  .price-block {
    padding: 32px;
  }

  .flowbase-banner {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}

#w-node-_59e1b11c-59af-292a-2a44-070cd4481416-3c7bb693, #w-node-f60322e9-0dad-a628-4610-9a998f3341b2-3c7bb693, #w-node-_32690463-25da-ec92-a1bd-88ae99597472-3c7bb693 {
  align-self: center;
}

#w-node-c5b30691-27e1-5834-3338-349cb0a30d7d-3c7bb693, #w-node-_12a20ea5-c16b-a58b-16c2-2fd0daa46fb3-3c7bb693, #w-node-_7b88590f-8e92-c540-7467-9eff89f869c9-3c7bb693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e36a4018-9205-299e-b076-06170228e887-0228e884 {
  align-self: center;
}

#w-node-e36a4018-9205-299e-b076-06170228e890-0228e884 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f60322e9-0dad-a628-4610-9a998f3341b0-3c7bb693, #w-node-e36a4018-9205-299e-b076-06170228e890-0228e884 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}