:root {
  --black: black;
  --white: white;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-container-regular {
  flex-flow: column;
  width: 100%;
  max-width: 1140px;
  max-height: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-button-neutral.windows {
  border: .5px solid var(--black);
  background-color: var(--white);
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-flow: row;
  align-items: center;
  overflow: clip;
}

.f-h1-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: static;
}

.icon {
  color: #fff;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon.table {
  color: #929292;
  align-self: center;
  width: 80px;
  height: 80px;
}

.div-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.content-bento-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  align-items: stretch;
}

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

.content-bento-cell {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-small {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-color-gray-600 {
  color: #4b5563;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.bento-image-asset {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.content-bento-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-large {
  color: #030711;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-600 {
  color: #4b5563;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.action-l {
  color: #030711;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.h6-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-128 {
  margin-bottom: 128px;
}

.f-sub-heading-large {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-129 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  background-color: #f7f9fd;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.feature-title {
  color: #1e1e1e;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.2;
}

.features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.feature-card {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  padding: 40px;
  text-decoration: none;
  transition: box-shadow .3s;
}

.feature-card:hover {
  box-shadow: 0 40px 80px #e5e5e580;
}

.title-wrapper {
  margin-bottom: 40px;
}

.features-title-wrap {
  text-align: center;
  max-width: 474px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.feature-section {
  padding: 0 3%;
}

.ui-asset {
  width: 100%;
}

.features-subheading {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.5;
}

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

.features-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 1.3;
}

.feature-paragraph {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 32px;
}

.background-video {
  object-fit: scale-down;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 300px;
  min-height: 300px;
  max-height: 500px;
  display: block;
  overflow: visible;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 46%;
  max-width: 46%;
  display: flex;
}

.hero-split.customize-desktop {
  display: none;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.margin-bottom-24px.list-open {
  margin-bottom: 12px;
}

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.background-video-2 {
  width: 0;
  min-width: 1280px;
  height: 828px;
  min-height: 828px;
  overflow: visible;
}

.code-embed {
  align-self: stretch;
  display: block;
}

.column-compare {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: contain;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-block {
  color: var(--black);
  text-align: left;
}

.text-block.mac {
  color: var(--white);
}

.f-section-regular {
  flex-flow: column;
  padding: 72px 5%;
  display: flex;
  position: relative;
}

.f-header-top-wrapper {
  grid-column-gap: 12px;
  border-top: 1px solid #e4e6f1;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding-top: 32px;
  display: flex;
}

.f-header-title-dot {
  background-color: #160042;
  border-radius: 100%;
  width: 16px;
  height: 16px;
}

.f-heading-detail-small-2 {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-h1-heading-2 {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 64px;
  line-height: 1.2;
}

.code-embed-2 {
  align-self: stretch;
  max-width: 100%;
  min-height: auto;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: none;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.navbar-logo-left {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  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, .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, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.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-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 50px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.section-large {
  padding: 120px 5%;
  position: relative;
}

.faq-list-item {
  color: #6b7094;
}

.faq-item-border {
  border-top: 1px solid #e4e6f1;
  min-width: 100%;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

.faq-item-border.faq-bottom {
  border-bottom: 1px solid #e4e6f1;
}

.faq-title-wrapper-large {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

.faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.flex-wrapper-centre {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-2.text-weight-medium {
  font-weight: 500;
}

.container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-arrow {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.sub-heading-large-bold {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.margin-top-24 {
  margin-top: 24px;
}

.paragraph-small-2 {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.close-link-top-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-link-top-right:hover {
  color: #642eff;
}

.account-input-grid {
  grid-template-columns: 1fr;
}

.account-input-grid.margin-top-32 {
  margin-top: 32px;
}

.success-message {
  color: #006638;
  letter-spacing: .02em;
  background-color: #ebfff6;
  font-size: 12px;
  line-height: 16px;
}

.modal-image-tall {
  background-color: #f7f9fd;
  border-radius: 10px;
  height: 480px;
}

.modal-base-newsletter {
  color: #160042;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 690px;
  padding: 24px;
  display: block;
  position: relative;
  inset: 0%;
  box-shadow: 34px 34px 74px -24px #38327c14;
}

.form-block-2 {
  margin-bottom: 0;
}

.text-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.image-cover {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: block;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.modal-grid-newsletter {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.text-field {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .2s;
}

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

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

.text-field::placeholder {
  color: #6b7094;
}

.button-primary-3 {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  background-color: #642eff;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-3:hover {
  background-color: #7342ff;
}

.button-primary-3:active {
  background-color: #2d0896;
}

.button-primary-3:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.modal-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  background-color: #777777e6;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  display: flex;
}

.image-2 {
  border: .5px solid #e4e6f1;
  border-radius: 50px;
  box-shadow: 0 6px 5px #0003;
}

.vid-embed {
  border: 1px #000;
  border-radius: 50px;
}

.vid-embed.mobile {
  display: none;
}

.text-field-2 {
  color: #000;
  letter-spacing: -.02em;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

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

.text-field-2::placeholder {
  color: #a3a3a3;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.form-social-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-c {
  justify-content: flex-start;
  align-items: center;
}

.section-large-2 {
  background-color: #00000029;
  padding: 5%;
  position: relative;
}

.button-submit {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #000;
  border-radius: 8px;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.gradient-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #ffbc70, #ff6047 33%, #db9ff9 66%, #7ee1f1);
  -webkit-background-clip: text;
  background-clip: text;
}

.wrap-v-large {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-x-small-2 {
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.input-wrapper {
  position: relative;
}

.select-field {
  color: #a3a3a3;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.select-field:focus {
  border-color: #000;
}

.form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
}

.heading-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.form-social-link {
  color: #b8b8b8;
  background-color: #f5f5f500;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
}

.form-social-link:hover {
  color: #000;
  background-color: #f5f5f5;
}

.text-area {
  color: #000;
  letter-spacing: -.02em;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 268px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.text-area:focus {
  border-color: #000;
}

.text-area::placeholder {
  color: #a3a3a3;
}

.caption {
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.text-span, .bold-text {
  font-weight: 400;
}

.top {
  z-index: 9999;
  min-width: 100%;
  padding-bottom: 0;
  position: relative;
}

.heading {
  color: #e9e9e9;
  text-align: center;
  white-space: pre;
  word-break: normal;
  background-color: #003da0;
  padding: 6px 25%;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.text-span-2 {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-image-cover {
    box-sizing: border-box;
    object-fit: cover;
  }

  .f-header-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(345px, 2fr);
  }

  .content-bento-b, .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .features-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-card {
    padding: 32px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    align-self: stretch;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.customize {
    display: none;
  }

  .hero-split.customize-desktop {
    display: flex;
  }

  .code-embed {
    align-self: stretch;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    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 {
    padding: 12px;
  }

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

  .faq-content {
    width: 100%;
  }

  .vid-embed.mobile {
    height: 600px;
    display: block;
  }

  .vid-embed.desktop {
    min-height: 600px;
    display: none;
  }

  .heading {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

  .icon {
    width: 24px;
  }

  .content-bento-a, .content-bento-b {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-grid-three-column, .features-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hero-split.customize-desktop {
    display: flex;
  }

  .hero-heading-right, .hero-heading-left, .column-compare {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

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

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .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-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

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

  .modal-image-tall {
    height: 320px;
  }

  .modal-grid-newsletter {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    flex-flow: column;
    width: 100%;
  }

  .vid-embed {
    display: block;
  }

  .vid-embed.mobile {
    height: 400px;
    display: block;
  }

  .vid-embed.desktop {
    display: none;
  }

  .h2-heading {
    font-size: 44px;
  }

  .form-social-wrapper {
    margin-top: 24px;
  }

  .section-large-2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

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

  .heading {
    padding-left: 1%;
    padding-right: 1%;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .f-header-image-wrapper-tall {
    height: 250px;
  }

  .f-button-secondary {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
  }

  .f-header-button-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .f-h1-heading {
    line-height: 1.1;
  }

  .content-bento-cell {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-split.customize-desktop {
    display: flex;
  }

  .image {
    margin-bottom: 10%;
  }

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

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

  .faq-item-border {
    min-width: auto;
    max-width: 100%;
    padding: 24px 14px;
  }

  .faq-title-wrapper-large {
    max-width: 100%;
  }

  .faq-content-wrapper {
    max-width: none;
  }

  .container-x-small {
    max-width: 85%;
  }

  .modal-image-tall {
    height: 280px;
  }

  .modal-grid-newsletter {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }
}

#w-node-_7df66278-7e58-ee2e-6c20-6a410ae8aac6-d3ff8428 {
  align-self: stretch;
}

#w-node-_543f1518-c687-887b-1e86-53c6ac196982-d3ff8428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_543f1518-c687-887b-1e86-53c6ac1969ca-d3ff8428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93322d08-7423-1e68-8263-e692e6369bbc-d3ff8428 {
  align-self: center;
}

#w-node-c83885ed-a8ae-1549-557c-cb036eb1abd7-d3ff8428, #w-node-c83885ed-a8ae-1549-557c-cb036eb1abe0-d3ff8428, #w-node-c83885ed-a8ae-1549-557c-cb036eb1abeb-d3ff8428, #w-node-ef077e3b-f4d8-6e25-0f7a-62700653f593-3b7d0186, #w-node-e7544e26-4a6c-4d9a-1756-02ca4072084a-3b7d0186, #w-node-e7544e26-4a6c-4d9a-1756-02ca4072084f-3b7d0186, #w-node-e7544e26-4a6c-4d9a-1756-02ca40720854-3b7d0186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7a9f4062-eb8c-5e80-c4ac-959e58418048-d3ff8428 {
    order: -9999;
  }

  #w-node-_7df66278-7e58-ee2e-6c20-6a410ae8aac6-d3ff8428 {
    align-self: stretch;
  }
}


