@font-face {
  font-family: Inter;
  src: url('../fonts/6a3d5cd766ff3c8ee4bbd0f3-InterVariable.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

.container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
  display: block;
}

.section-tint {
  background-color: #fff;
  padding-top: 104px;
  padding-bottom: 104px;
}

.eyebrow {
  color: #6b4fcc;
  letter-spacing: 1px;
  background-color: #eef0ff;
  border-radius: 999px;
  align-items: center;
  margin-bottom: 0;
  padding: 7px 14px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.h-display {
  color: #0c124e;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.h-section {
  color: #0c124e;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.body-lg {
  color: #0c124eb8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-text {
  color: #0c124eb8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.btn-primary {
  color: #fff;
  background-color: #6b4fcc;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: inline-flex;
}

.btn-primary:hover {
  background-color: #302164;
}

.btn-secondary {
  color: #282d67;
  background-color: #c7c6f5;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #302164;
}

.card {
  background-color: #fff;
  border: 1px solid #3a48c51f;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px -8px #0c124e0f;
}

.nav {
  background-color: #0000;
  padding-top: 32px;
  padding-bottom: 32px;
}

.nav-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  align-items: center;
  gap: 8px;
  text-decoration: none;
  display: flex;
}

.logo-mark {
  background-image: linear-gradient(135deg, #3a48c5, #6e5bf6);
  border-radius: 8px;
  width: 28px;
  height: 28px;
}

.logo-text {
  color: #0c124e;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nav-links {
  align-items: center;
  gap: 36px;
  display: flex;
}

.nav-link {
  color: #0c124ed9;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #6b4fcc;
}

.hero-grid {
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  display: flex;
}

.hero-left {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  gap: 26px;
  max-width: 560px;
  display: flex;
}

.hero-right {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.btn-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  display: flex;
}

.btn-row.centered {
  justify-content: center;
  align-items: center;
}

.hero-visual {
  background-color: #0000;
  border-radius: 32px;
  width: 100%;
  max-width: 560px;
  min-height: 560px;
  position: relative;
  overflow: hidden;
}

.trust-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px;
  display: flex;
}

.trust-item {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.trust-dot {
  background-color: #3a48c5;
  border-radius: 999px;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.trust-text {
  color: #0c124ed9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.trust-divider {
  background-color: #0c124e1a;
  align-self: stretch;
  width: 1px;
}

.trust-section {
  background-color: #fafaff;
  padding-top: 12px;
  padding-bottom: 12px;
}

.stack-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.stack-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.prob-intro-row {
  gap: 48px;
  margin-top: 28px;
  display: flex;
}

.prob-col {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  display: flex;
}

.prob-main {
  align-items: stretch;
  gap: 32px;
  margin-top: 32px;
  display: flex;
}

.prob-visual {
  background-color: #f6f7fc;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  gap: 2px;
  min-height: 230px;
  padding: 32px;
  display: flex;
  position: relative;
}

.note-1 {
  background-color: #fff8ee;
  border: 1.5px dashed #ee9f358c;
  border-radius: 12px;
  align-self: flex-start;
  padding: 12px 16px;
  display: inline-block;
  transform: rotate(-4deg);
}

.note-2 {
  background-color: #fff8ee;
  border: 1.5px dashed #ee9f358c;
  border-radius: 12px;
  align-self: flex-start;
  margin-top: -6px;
  margin-left: 90px;
  padding: 12px 16px;
  display: inline-block;
  transform: rotate(3deg);
}

.note-3 {
  background-color: #fff8ee;
  border: 1.5px dashed #ee9f358c;
  border-radius: 12px;
  align-self: flex-start;
  margin-top: -4px;
  margin-left: 30px;
  padding: 12px 16px;
  display: inline-block;
  transform: rotate(-2deg);
}

.note-loc {
  color: #ee9f35;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.note-sub {
  color: #0c124e80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.channel-row {
  background-color: #fff;
  border: 1px solid #3a48c51f;
  border-radius: 16px;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  display: flex;
}

.icon-box {
  background-color: #e9e8ff;
  border-radius: 99px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  padding: 10px;
  display: flex;
}

.icon-box.card-icon {
  margin-bottom: 0;
}

.channel-text {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.callout {
  background-color: #fafaff;
  border-left: 3px solid #ee9f35;
  border-radius: 0 18px 18px 0;
  padding: 32px;
  box-shadow: 0 8px 24px #0c124e0f;
}

.head-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.vcard {
  background-color: #fff;
  border: 1px solid #3a48c51f;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 32px 36px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 10px 30px -8px #0c124e0f;
}

.vcard:hover {
  border: 1px solid #6b4fcc;
  transform: translate(0, 5px)scale(1.01);
}

.kicker {
  color: #6b4fcc;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.card-title {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.card-title.price-quote {
  color: #0c124eb3;
  font-weight: 400;
}

.icon-lg {
  background-color: #e9e8ff;
  border: 6px solid #f6f6ff;
  border-radius: 99px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.role-card {
  background-color: #fafaff;
  border: 1px solid #3a48c51a;
  border-radius: 24px;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.role-card:hover {
  border: 1px solid #6b4fcc;
  transform: scale(1.01)translate(0, 5px);
}

.role-photo {
  background-image: linear-gradient(135deg, #dfe2f7, #ece9fc);
  background-size: cover;
  border-radius: 9.6px;
  width: 100%;
  height: 176px;
  overflow: hidden;
}

.role-content {
  flex-direction: column;
  gap: 20px;
  padding: 0;
  display: flex;
}

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

.ftile {
  background-color: #fafaff;
  border: 1px solid #3a48c51a;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 40px 36px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 8px 24px -10px #0c124e0d;
}

.ftile:hover {
  border: 1px solid #6b4fcc;
  transform: scale(1.01)translate(0, 5px);
}

.ftile-title {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.ftile-dark {
  background-color: #1a1a2e;
  border: 1px solid #1a1a2e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-top: 0;
  padding: 32px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.ftile-dark:hover {
  border: 1px solid #6b4fcc;
  transform: scale(1.01)translate(0, 5px);
}

.ftile-dark-left {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 560px;
  display: flex;
}

.title-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.body-white {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.flags-ph {
  background-color: #0000;
  flex-shrink: 0;
  width: 260px;
  height: 76px;
}

.value-section {
  background-image: linear-gradient(182deg, #fff 56%, #ebebfa 100%, #dadaf6 133%);
  padding-top: 96px;
  padding-bottom: 96px;
}

.value-section.ai {
  background-image: none;
}

.value-grid {
  grid-column-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.value-visual {
  justify-content: center;
  align-items: center;
  min-height: 460px;
  display: flex;
  position: relative;
}

.phone-ph {
  background-image: linear-gradient(160deg, #c9cdf2, #b9b6ee);
  border-radius: 34px;
  width: 230px;
  height: 440px;
  overflow: hidden;
  box-shadow: 0 30px 70px -20px #00000080;
}

.h-white {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.16;
}

.value-right {
  flex-direction: column;
  gap: 22px;
  max-width: 520px;
  display: flex;
}

.vchip-tl {
  background-color: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 14px;
  display: inline-flex;
  position: absolute;
  top: 40px;
  left: -10px;
  box-shadow: 0 10px 26px -8px #0000004d;
}

.vchip-tr {
  background-color: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 14px;
  display: inline-flex;
  position: absolute;
  top: 84px;
  right: -12px;
  box-shadow: 0 10px 26px -8px #0000004d;
}

.vchip-bl {
  background-color: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 14px;
  display: inline-flex;
  position: absolute;
  bottom: 96px;
  left: -20px;
  box-shadow: 0 10px 26px -8px #0000004d;
}

.vchip-br {
  background-color: #fff;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 14px;
  display: inline-flex;
  position: absolute;
  bottom: 44px;
  right: -10px;
  box-shadow: 0 10px 26px -8px #0000004d;
}

.vchip-text {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.vchip-ico {
  background-color: #eef0ff;
  border-radius: 6px;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

.stat-card {
  background-color: #fafaff;
  border: 1px solid #3a48c51f;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 48px 40px;
  display: flex;
}

.stat-col {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 8px;
  display: flex;
}

.stat-num {
  color: #6b4fcc;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.stat-label {
  color: #0c124eb3;
  text-align: center;
  max-width: 240px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.stat-divider {
  background-color: #0c124e1a;
  flex-shrink: 0;
  width: 1px;
  height: 90px;
}

.cta-card {
  text-align: center;
  background-color: #1a1a2e;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  padding: 88px 120px;
  display: flex;
  box-shadow: 0 24px 60px -12px #3a48c566;
}

.cta-textwrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 820px;
  display: flex;
}

.btn-white {
  color: #3a48c5;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.cta-contact {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 6px;
  display: flex;
}

.cta-contact-text {
  color: #ffffffd9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.cta-contact-text:hover {
  color: #6b4fcc;
}

.cta-dot {
  background-color: #ffffff80;
  border-radius: 999px;
  width: 5px;
  height: 5px;
}

.footer-sec {
  background-color: #1a1a2e;
  padding-top: 64px;
  padding-bottom: 40px;
}

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

.footer-links {
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  display: flex;
}

.footer-link {
  color: #ffffffb3;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #6b4fcc;
}

.footer-div {
  background-color: #ffffff1f;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 28px;
}

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

.footer-muted {
  color: #ffffff80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.logo-text-white {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.ph-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ph-hero {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.body {
  font-family: Lato, sans-serif;
}

.ico-img, .ico-img-lg {
  width: 32px;
  height: 32px;
}

.ico-img-sm {
  width: 14px;
  height: 14px;
}

.flags-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-eyebrow {
  color: #6b4fcc;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-para {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-section {
  padding-top: 10px;
  padding-bottom: 100px;
  display: block;
}

.logo-img {
  width: auto;
  height: 32px;
}

.hero-bg {
  background-image: linear-gradient(-6.6deg, #fff 41%, #dadaf6 103%);
}

.trust-num {
  color: #6b4fcc;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.trust-label {
  color: #0c124ed9;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.prob-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  gap: 32px;
  display: grid;
}

.prob-notes-img {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.pchan-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  gap: 24px;
  width: 100%;
  display: grid;
}

.pchan-card {
  background-color: #fafaff;
  border: 1px solid #3a48c51a;
  border-radius: 14px;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: auto;
  padding: 16px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 8px 24px #0c124e0f;
}

.pchan-card:hover {
  border: 1px solid #6b4fcc;
  transform: translate(10px);
}

.pchan-ico {
  background-color: #e9e8ff;
  border-radius: 99px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  display: flex;
}

.pchan-text {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pchan-ico-img {
  width: 24px;
  height: 24px;
}

.h-prob {
  color: #0c124e;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.uc-card {
  background-color: #fff;
  border: 1px solid #3a48c51f;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 32px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 24px #0c124e0f;
}

.uc-card:hover {
  border: 1px solid #6b4fcc;
  transform: translate(0, 5px)scale(1.01);
}

.uc-title {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.body-sm {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.sec-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.role-title {
  color: #0c124e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.head-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.head-left.no-margin {
  margin-bottom: 0;
}

.section-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.link {
  color: #ffffff80;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #6b4fcc;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.form-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-label {
  color: #dddde0;
  font-weight: 400;
}

.form-input {
  color: #fff;
  background-color: #ffffff08;
  border: 1px solid #ffffff21;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.form-input:hover {
  border-color: #6b4fcc73;
}

.form-input:active, .form-input:focus {
  border-color: #6b4fcc;
}

.form-input.text-area {
  min-height: 160px;
}

.form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 711px;
  display: flex;
}

.input-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input-wrapper.checkbox {
  flex-flow: row;
}

.checkbox-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dddde0;
  text-align: left;
  width: 100%;
  padding-left: 13px;
  display: flex;
}

.checkbox-link {
  color: #c7c6f5;
  text-decoration: underline;
  transition: all .2s;
}

.checkbox-link:hover {
  color: #6b4fcc;
}

.checkbox-box {
  background-color: #212135;
  border: 1px solid #ffffff29;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  transition: all .2s;
}

.checkbox-box:hover {
  border-color: #6b4fcc4d;
}

.checkbox-box:active {
  border-color: #6b4fcc;
}

.checkbox-box.w--redirected-checked {
  color: #3a48c5;
}

.success-message {
  background-color: #0000;
  border-radius: 24px;
  width: 100%;
  min-height: 711px;
  padding-top: 20px;
}

.text-block {
  margin-top: auto;
  margin-bottom: auto;
}

.success-message-wrapper {
  color: #fff;
  background-color: #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-height: 711px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  display: flex;
}

.success-text-block {
  background-color: #3a48c521;
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.error-message {
  color: #fa3434;
  border-radius: 99px;
  width: 100%;
}

.price-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fafaff;
  border: 1px solid #3a48c51a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 30px -24px #0003;
}

.price-card:hover {
  border-color: #3a48c5;
}

.pricing-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.price-label {
  color: #0c124eb3;
  margin-bottom: 0;
  font-size: 16px;
}

.price {
  color: #6b4fcc;
  font-size: 32px;
  font-weight: 700;
}

.price-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-body {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-subtext {
  opacity: .5;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .h-display {
    font-size: 54px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 800px;
  }

  .btn-primary.nav-btn {
    display: none;
  }

  .hero-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-left {
    width: 100%;
    max-width: 100%;
  }

  .trust-divider {
    display: none;
  }

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

  .role-photo {
    height: 300px;
  }

  .value-grid {
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .value-visual {
    max-width: 560px;
  }

  .value-right {
    width: 100%;
    max-width: 100%;
  }

  .stat-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .stat-divider {
    display: none;
  }

  .cta-card {
    padding-left: 64px;
    padding-right: 64px;
  }

  .hero-section {
    padding-top: 24px;
  }

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

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-tint {
    width: 100%;
  }

  .h-display {
    font-size: 48px;
  }

  .h-section {
    font-size: 28px;
  }

  .nav-links {
    display: none;
  }

  .hero-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-right {
    width: 100%;
  }

  .head-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .role-photo {
    height: 210px;
  }

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

  .ftile-dark {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .value-section {
    background-image: linear-gradient(182deg, #fff 72%, #ebebfa 100%, #dadaf6 133%);
  }

  .h-white {
    font-size: 28px;
  }

  .cta-card {
    padding: 32px;
  }

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

  .h-prob {
    font-size: 28px;
  }

  .section-head {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

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

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-tint {
    padding-top: 64px;
  }

  .h-display {
    font-size: 31px;
  }

  .h-section {
    font-size: 24px;
  }

  .btn-primary, .btn-secondary {
    width: 100%;
  }

  .hero-right {
    height: auto;
  }

  .hero-visual {
    min-height: 320px;
  }

  .trust-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .trust-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
  }

  .head-center.left-mobile {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .vcard {
    padding: 24px;
  }

  .kicker {
    font-size: 14px;
  }

  .card-title {
    font-size: 20px;
  }

  .role-card {
    padding: 24px;
  }

  .ftile-title, .title-white {
    font-size: 20px;
  }

  .flags-ph {
    width: 100%;
  }

  .value-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .value-visual {
    min-height: 380px;
  }

  .h-white {
    font-size: 24px;
  }

  .stat-card {
    padding: 28px 28px 28px 29px;
  }

  .stat-num {
    font-size: 32px;
  }

  .cta-card {
    padding: 28px;
  }

  .hero-section {
    padding-bottom: 64px;
  }

  .h-prob {
    font-size: 24px;
  }

  .uc-title {
    font-size: 18px;
  }

  .role-title {
    font-size: 20px;
  }

  .section-head {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-head.mobile-left, .section-subtext {
    text-align: left;
  }
}

#w-node-a5e96ae1-3e17-20df-5a8c-3ae266072e32-84ca1b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e2b53129-b094-b653-9213-02ac28fd577d-84ca1b93, #w-node-dd486be8-faf0-03dc-75b9-96afacbc1d6e-84ca1b93 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/6a3d5cd766ff3c8ee4bbd0f3-InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}