.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.h2_select-2 {
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.section-3 {
  padding-bottom: 71px;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px 12px;
  white-space: nowrap;
}

.nav-link:hover {
  text-decoration: none;
}

.nav-link.w--current {
  color: #068466;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.no-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.no-wrap.row-justify-center {
  margin-left: -147px;
}

.row.row-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.margin-top {
  display: none;
}

.row.row-split-content {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row.row-split-content.direction-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  direction: rtl;
}

.row.row-justify-center {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.row-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.row-justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row.price-row {
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navigation-container {
  position: relative;
  z-index: 99;
}

.dropdown-link {
  padding: 6px 0px;
  opacity: 0.75;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  text-decoration: none;
}

.dropdown-link:hover {
  opacity: 1;
  color: #068466;
  text-decoration: none;
}

.dropdown-link.w--current {
  opacity: 1;
  color: #068466;
}

.dropdown-menu {
  min-width: 167px;
  padding: 8px 24px;
}

.modal {
  position: fixed;
  left: 50%;
  top: 10vh;
  z-index: 1001;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.form-input {
  height: 48px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 1px solid #ecebea;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.form-input:focus {
  border-color: #068466;
}

.form-input::-webkit-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input:-ms-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input::-ms-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input::placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input.form-input-naked {
  border-style: none;
  background-color: transparent;
}

.form-input.text-area-input {
  height: auto;
  min-height: 156px;
  padding-top: 16px;
}

.container {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.h6-small {
  font-size: 16px;
  line-height: 24px;
}

.button-2 {
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #068466;
  border-radius: 5px;
  background-color: #068466;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button-2:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button-2.form-search-button {
  margin-left: 12px;
}

.button-2.bg-gray-4 {
  border-color: #f8f6f4;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #222525;
}

.button-2.bg-gray-4:hover {
  border-color: #ecebea;
  background-color: #ecebea;
}

.button-2.bg-gray-4.update {
  background-color: transparent;
  opacity: 1;
  color: #222525;
}

.button-2.bg-gray-4 {
  border-color: #f8f6f4;
  background-color: #f8f6f4;
  box-shadow: none;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #222525;
}

.button-2.bg-gray-4:hover {
  border-color: #ecebea;
  background-color: #ecebea;
}

.button-2.button-row-last {
  margin-left: 12px;
}

.button-2.button-block {
  width: 100%;
  text-align: center;
}

.nav-functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-links.nav-links-1 {
  margin-left: 36px;
}

.text-small {
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-small.form-hint-text {
  margin-top: 6px;
  opacity: 0.75;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.text-small.form-hint-text {
  margin-top: 6px;
  opacity: 0.75;
}

.modal-search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 600px;
  margin-bottom: 0px;
  padding: 24px 24px 24px 12px;
  border: 1px solid #ecebea;
  border-radius: 6px;
  background-color: #fff;
}

.text-space-left {
  margin-left: 12px;
}

.modal-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

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

.nav-menu-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.dropdown-list {
  border: 1px solid #ecebea;
  border-radius: 6px;
  background-color: #fff;
}

.form-input-icon {
  margin-left: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subheading {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.subheading.text-primary-1 {
  font-family: 'DM Sans', sans-serif;
  color: #068466;
}

.subheading.text-primary-1 {
  font-weight: 700;
  text-decoration: none;
}

.section-title {
  max-width: 612px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  text-align: center;
}

.title {
  font-family: 'Zilla Slab', sans-serif;
  color: #222525;
  font-size: 54px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.title.plan {
  margin-bottom: 90px;
  text-align: center;
}

.image-40 {
  max-width: 40%;
}

.medium-heading {
  margin-top: 69px;
  margin-bottom: 24px;
  font-family: 'Zilla Slab', sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.icon-large {
  width: 96px;
  margin-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-thirds {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-thirds.grid-thirds-narrow {
  max-width: 786px;
  margin-right: auto;
  margin-left: auto;
}

.grid-thirds.grid-align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

.centered-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-4 {
  position: relative;
  display: block;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-4.bg-gray-4 {
  background-color: #f8f6f4;
  font-family: 'DM Sans', sans-serif;
}

.section-4.bottom-space-small {
  padding-bottom: 48px;
}

.section-4.bottom-space-small.bg-primary-3 {
  background-color: #001e42;
}

.section-4.bg-gray-4 {
  padding-top: 34px;
  padding-bottom: 93px;
  font-family: 'DM Sans', sans-serif;
}

.section-4.flashcard {
  display: none;
  overflow: hidden;
}

.display-none {
  display: none;
}

.handwriting {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.03em;
}

.handwriting.text-primary-1 {
  font-family: Caveat, sans-serif;
  color: #068466;
}

.handwriting.rotate {
  margin-bottom: 14px;
  margin-left: -61px;
  padding-top: 9px;
  -webkit-transform: translate(0px, -16px) rotate(-15deg);
  -ms-transform: translate(0px, -16px) rotate(-15deg);
  transform: translate(0px, -16px) rotate(-15deg);
  font-family: Caveat, sans-serif;
  color: #000;
  white-space: nowrap;
}

.handwriting.rotate.top {
  margin-top: 26px;
  margin-bottom: 217px;
  margin-left: 652px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.handwriting.rotate.top {
  margin-bottom: -41px;
  margin-left: 330px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 152px;
  -webkit-transform: translate(-162px, -29px) rotate(-6deg);
  -ms-transform: translate(-162px, -29px) rotate(-6deg);
  transform: translate(-162px, -29px) rotate(-6deg);
}

.handwriting.rotate.top.upgrade {
  margin-left: 106px;
  padding-top: 4px;
  padding-right: 0px;
  padding-left: 60px;
}

.medium-heading-2 {
  margin-bottom: 24px;
  font-family: 'Zilla Slab', sans-serif;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
}

.card-body {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-body.card-body-large {
  padding: 12px 36px 22px;
}

.card-body.text-center {
  text-align: center;
}

.slider-3 {
  height: auto;
  max-width: 100%;
  background-color: transparent;
}

.logo-row-image {
  margin: 12px 24px;
}

.logo-row-image.no-left-space {
  margin-left: 0px;
  opacity: 0.5;
}

.logo-row-image.opacity-50 {
  opacity: 0.4;
}

.slide-nav {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  padding: 12px 16px 0px;
  border: 1px solid #ecebea;
  border-radius: 800px;
  background-color: #f8f6f4;
  font-size: 8px;
}

.card-image-head {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #ecebea;
  border-radius: 6px;
  background-color: #fff;
}

.card:hover {
  text-decoration: none;
}

.card.no-border {
  position: relative;
}

.card.fullscreen-card {
  width: 100%;
  max-width: 400px;
  margin-right: 12px;
  margin-left: 12px;
}

.card-slide {
  padding: 12px;
}

.content-width-medium {
  width: 100%;
  max-width: 506px;
  direction: ltr;
}

.handwriting-contents {
  position: absolute;
  top: -4px;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.handwriting-contents.hidden-on-mobile {
  position: absolute;
  left: 533.234375px;
  top: 228px;
  margin-bottom: -214px;
  margin-left: 174px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.handwriting-contents.hidden-on-mobile {
  position: absolute;
  left: 533.234375px;
  top: 228px;
  margin-top: -220px;
  margin-bottom: -193px;
  margin-left: -291px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.handwriting-contents.hidden-on-mobile.pick-one {
  margin-left: -278px;
}

.handwriting-contents.pricing-plans-handwriting-contents {
  top: 12px;
  display: none;
  margin-left: -6px;
}

.handwriting-2 {
  font-family: Caveat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.03em;
}

.handwriting-2.text-primary-1.hidden-on-mobile {
  position: static;
  display: block;
  margin-top: -5px;
  margin-bottom: 33px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #222525;
}

.handwriting-2.text-primary-1.hidden-on-mobile {
  color: #f2f6ff;
}

.handwriting-2.rotate {
  margin-bottom: 259px;
  margin-left: -394px;
  -webkit-transform: translate(0px, -16px) rotate(-15deg);
  -ms-transform: translate(0px, -16px) rotate(-15deg);
  transform: translate(0px, -16px) rotate(-15deg);
  white-space: nowrap;
}

.handwriting-2.rotate {
  -webkit-transform: translate(0px, -16px) rotate(-15deg);
  -ms-transform: translate(0px, -16px) rotate(-15deg);
  transform: translate(0px, -16px) rotate(-15deg);
  white-space: nowrap;
}

.handwriting-2.rotate.plan {
  display: block;
  margin-right: -241px;
  margin-bottom: 12px;
  margin-left: -9px;
  white-space: normal;
}

.text-large {
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-row-heading {
  max-width: 506px;
  margin-bottom: 0px;
}

.large-heading {
  margin-bottom: 24px;
  padding-left: 257px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Zilla Slab', sans-serif;
  color: #f2f6ff;
  font-size: 54px;
  line-height: 1;
}

.row-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  font-family: 'Zilla Slab', sans-serif;
  color: #222525;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.nameblock {
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.margin-top {
  margin-top: 36px;
  color: #000;
}

.hover-link {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #222525;
}

.hover-link:hover {
  opacity: 1;
  text-decoration: none;
}

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

.footer-lower-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-92 {
  padding-right: 3px;
  padding-left: 27px;
  clear: none;
  font-family: 'DM Sans', sans-serif;
  color: #f2f6ff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-fullscreen {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-fullscreen.bg-gray-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f6f4;
}

.section-fullscreen.bg-gray-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.fullscreen-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullscreen-section-content.text-center {
  margin-top: -169px;
  padding-top: 0px;
}

.medium-heading-3 {
  margin-bottom: 24px;
  font-family: 'Zilla Slab', sans-serif;
  color: #222525;
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
}

.text-block-93 {
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.large-heading-2 {
  margin-bottom: 24px;
  font-family: 'Zilla Slab', sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
}

.content-width-small {
  width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  direction: ltr;
}

.handwriting-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-wide {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  text-align: center;
}

.section-title-wide.no-bottom-space {
  margin-bottom: 0px;
}

.heading-6 {
  font-family: 'Zilla Slab', sans-serif;
  font-size: 54px;
  font-weight: 500;
}

.content-width-large {
  width: 100%;
  max-width: 612px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  direction: ltr;
}

.article {
  font-size: 18px;
  line-height: 26px;
}

.link {
  float: right;
  color: #f2f6ff;
  text-align: right;
}

.form-group {
  display: block;
  overflow: visible;
  margin-bottom: 12px;
}

.form-label {
  margin-bottom: 8px;
  font-weight: 500;
}

.form-feedback {
  margin-top: 12px;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
}

.form-feedback.bg-error {
  margin-top: 12px;
}

.text-block-95 {
  font-weight: 500;
}

.card-form {
  width: 100%;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-halves {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-large-2 {
  padding-top: 12px;
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.form-input-2 {
  height: 48px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 1px solid #ecebea;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.form-input-2:focus {
  border-color: #068466;
}

.form-input-2::-webkit-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input-2:-ms-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input-2::-ms-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input-2::placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.justify-content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-halves-content {
  max-width: 506px;
  margin-right: 24px;
  margin-left: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
  direction: ltr;
}

.full-bleed-image {
  width: 100%;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Zilla Slab', sans-serif;
  color: #222525;
  font-size: 54px;
  line-height: 1px;
  font-weight: 500;
}

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

.onboarding-image {
  max-width: 150px;
  border: 2px solid #000;
  border-radius: 4px;
}

.onboarding-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 2px;
  padding-top: 15vh;
  padding-bottom: 73px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.option-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 43px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-label-wrap {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-left: 0px;
}

.input-label {
  min-height: 75px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 10px 12px 0px;
  border: 2px solid #000;
  border-radius: 4px;
  -webkit-transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  transition: background-color 200ms ease, box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease;
  transition: background-color 200ms ease, box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  color: #000;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
  text-decoration: none;
}

.input-label:hover {
  border-color: #1200ee;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.13);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.form-wrapper {
  margin-bottom: 0px;
}

.illustration-bottom-right {
  position: absolute;
  left: 24px;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 25vw;
}

.text-muted {
  opacity: 0.5;
}

.form-input-3 {
  height: 48px;
  margin-bottom: 0px;
  padding: 10px 20px;
  border: 1px solid #ecebea;
  border-radius: 5px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.form-input-3:focus {
  border-color: #068466;
}

.form-input-3::-webkit-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input-3:-ms-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input-3::-ms-input-placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.form-input-3::placeholder {
  color: rgba(34, 37, 37, 0.5);
}

.text-small-2 {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-block-97 {
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.text-block-97.levels {
  text-align: left;
}

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

.select-field {
  display: none;
}

.overlap-section-below-2 {
  width: 800px;
  height: 800px;
  max-width: 100%;
  margin-bottom: -104px;
}

.handwriting-arrow-3 {
  margin-top: 6px;
  margin-bottom: 9px;
  margin-left: 202px;
}

.handwriting-arrow-3.premium {
  -webkit-transform: translate(-105px, 0px);
  -ms-transform: translate(-105px, 0px);
  transform: translate(-105px, 0px);
}

.text-large-3 {
  font-size: 18px;
  line-height: 28px;
}

.text-large-3.dot {
  color: #068466;
}

.cta-contained-image {
  width: 480px;
}

.large-heading-3 {
  margin-bottom: 24px;
  font-family: 'Zilla Slab', sans-serif;
  color: #222525;
  font-size: 54px;
  line-height: 1;
  font-weight: 600;
}

.large-heading-3.account {
  color: #fff;
}

.cta-contained {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 6px;
}

.cta-contained.bg-primary-1 {
  background-color: #068466;
}

.button-4 {
  position: relative;
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #068466;
  border-radius: 5px;
  background-color: #068466;
  box-shadow: inset 0 0 100px 100px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.button-4:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button-4.button-block {
  width: 100%;
  text-align: center;
}

.button-4.button-block.bg-gray-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-small {
  padding-top: 72px;
  padding-bottom: 72px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-small.cta-contained-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.text-span {
  color: #068466;
}

.div-block-4 {
  padding-right: 21px;
}

.text-block-99 {
  font-family: 'DM Sans', sans-serif;
}

.large-heading-5 {
  margin-bottom: 24px;
  font-family: 'Zilla Slab', sans-serif;
  color: #222525;
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
}

.large-heading-5.no-bottom-space {
  margin-bottom: 0px;
}

.link-6 {
  margin-top: -7px;
  margin-bottom: 13px;
  opacity: 0.5;
  font-family: 'DM Sans', sans-serif;
  color: #222525;
  text-align: center;
  text-decoration: none;
}

.card-label {
  width: 100%;
  margin-bottom: -6px;
  padding: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
}

.card-label.bg-primary-2 {
  background-color: #fc9f5b;
}

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

.tiny-heading {
  font-family: 'Zilla Slab', sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.price-description {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ecebea;
  border-bottom: 1px solid #ecebea;
}

.tooltip-message {
  position: absolute;
  left: 16px;
  bottom: 100%;
  display: none;
  min-width: 200px;
  padding: 6px;
  border-radius: 6px;
  background-color: #222525;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.tooltip-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #068466;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.tooltip-container {
  position: relative;
}

.tooltip-container.text-space-left {
  margin-left: 6px;
}

.handwriting-arrow-4 {
  margin-top: 6px;
}

.link-block {
  text-decoration: none;
}

.paragraph-2 {
  margin-bottom: -23px;
}

.image-42 {
  display: block;
}

.heading-8 {
  font-family: 'Zilla Slab', sans-serif;
}

.div-block-6 {
  font-family: 'DM Sans', sans-serif;
}

.text-block-102 {
  display: none;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.tab-underline {
  top: 2px;
  margin-right: 18px;
  margin-left: 18px;
  padding: 12px 0px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease, border-color 200ms ease;
  transition: opacity 200ms ease, border-color 200ms ease;
}

.tab-underline:hover {
  opacity: 1;
  text-decoration: none;
}

.tab-underline:active {
  background-color: transparent;
}

.tab-underline.w--current {
  border-bottom-color: #068466;
  background-color: transparent;
  opacity: 1;
}

.tab-underline.tab-underline-first {
  margin-left: 0px;
}

.tab-underline.tab-underline-last {
  margin-right: 0px;
}

.tab-underline.tab-underline-last.w--current {
  opacity: 1;
}

.container-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.tabs-underline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-underline-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #ecebea;
}

.large-heading-6 {
  margin-bottom: 24px;
  font-family: 'Zilla Slab', sans-serif;
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
}

.tab-pane-tab-1 {
  text-align: center;
}

.tab-pane-tab-2 {
  text-align: center;
}

.tab-pane-tab-3 {
  text-align: center;
}

.div-block-7 {
  display: none;
  overflow: visible;
}

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

.div-block-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.text-block-104 {
  padding-top: 10px;
  padding-bottom: 10px;
  clear: none;
}

.lottie-animation {
  height: 35px;
  float: left;
  clear: none;
}

.section-6 {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-6.bg-gray-4 {
  font-family: 'DM Sans', sans-serif;
}

.text-block-105 {
  color: #f2f6ff;
  font-size: 10px;
}

@media screen and (max-width: 991px) {
  .h2_select-2 {
    margin-bottom: 0px;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0px;
  }

  .row.row-split-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .row.row-split-content.direction-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    direction: ltr;
  }

  .form-input {
    box-shadow: 1px 1px 3px 0 transparent;
  }

  .button-2.bg-gray-4 {
    opacity: 1;
  }

  .nav-menu-wrapper {
    padding: 16px;
    border: 1px solid #ecebea;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-links.nav-links-1 {
    margin-left: 0px;
  }

  .nav-menu-button-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-button-2 {
    margin-left: 12px;
    padding: 0px;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .navbar-2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .section-title.no-bottom-space {
    margin-bottom: 0px;
  }

  .medium-heading {
    padding-top: 32px;
  }

  .grid-thirds {
    max-width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-thirds.grid-align-bottom {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .handwriting.rotate {
    margin-bottom: -18px;
    margin-left: -53px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .handwriting.rotate.top {
    margin-top: 45px;
    margin-bottom: -194px;
    margin-left: 644px;
    padding-bottom: 0px;
  }

  .handwriting.rotate.top {
    margin-top: -17px;
    margin-bottom: -35px;
    margin-left: 299px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-transform: translate(-186px, -29px) rotate(-6deg);
    -ms-transform: translate(-186px, -29px) rotate(-6deg);
    transform: translate(-186px, -29px) rotate(-6deg);
  }

  .handwriting.rotate.top.upgrade {
    margin-left: -83px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .handwriting-contents.hidden-on-mobile {
    margin-bottom: -230px;
    margin-left: -579px;
  }

  .handwriting-contents.hidden-on-mobile {
    margin-top: -178px;
  }

  .cta-row-heading {
    margin-bottom: 24px;
  }

  .large-heading {
    padding-left: 403px;
  }

  .row-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

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

  .footer-lower-row {
    text-align: center;
  }

  .section-title-wide {
    margin-bottom: 60px;
  }

  .content-width-large {
    margin-right: 0px;
    margin-left: 0px;
  }

  .article {
    font-size: 16px;
    line-height: 24px;
  }

  .form-feedback {
    margin-top: 12px;
  }

  .section-halves {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-input-2 {
    box-shadow: 1px 1px 3px 0 transparent;
  }

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

  .input-label {
    -webkit-transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
    transition: background-color 200ms ease, box-shadow 400ms ease, border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
    transition: background-color 200ms ease, box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease;
    transition: background-color 200ms ease, box-shadow 400ms ease, transform 400ms cubic-bezier(.25, .1, 0, 1.58), border-color 200ms ease, -webkit-transform 400ms cubic-bezier(.25, .1, 0, 1.58);
  }

  .form-input-3 {
    box-shadow: 1px 1px 3px 0 transparent;
  }

  .overlap-section-below-2 {
    margin-bottom: -94px;
  }

  .handwriting-arrow-3 {
    right: 107px;
    margin-bottom: 49px;
    margin-left: -140px;
    padding-top: 0px;
    padding-bottom: 9px;
  }

  .handwriting-arrow-3.premium {
    margin-left: 169px;
    -webkit-transform: translate(-271px, 0px);
    -ms-transform: translate(-271px, 0px);
    transform: translate(-271px, 0px);
  }

  .cta-contained {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cta-contained.bg-primary-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-5 {
    margin-left: 351px;
  }

  .handwriting-arrow-4 {
    right: 107px;
  }

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

@media screen and (max-width: 767px) {
  .h2_select-2 {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .nav-functions {
    /* display: none; */
  }

  .modal-search-form {
    padding: 12px;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .medium-heading {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .icon-large {
    width: 82px;
  }

  .grid-thirds {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .centered-grid-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .handwriting.rotate {
    margin-bottom: -12px;
    margin-left: -7px;
  }

  .handwriting.rotate.top {
    margin-left: -58px;
  }

  .handwriting.rotate.top {
    margin-top: 27px;
    margin-left: 285px;
  }

  .medium-heading-2 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .card-body {
    padding: 16px;
  }

  .card-body.card-body-large {
    padding: 24px;
  }

  .slider-3 {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-nav {
    margin-top: 12px;
  }

  .content-width-medium {
    width: 100%;
  }

  .handwriting-contents.hidden-on-mobile {
    margin-left: -317px;
    padding-bottom: 53px;
    padding-left: 0px;
  }

  .handwriting-contents.hidden-on-mobile {
    margin-left: -317px;
    padding-bottom: 53px;
    padding-left: 0px;
  }

  .handwriting-contents.pricing-plans-handwriting-contents {
    display: none;
  }

  .handwriting-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .large-heading {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .medium-heading-3 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 38px;
  }

  .large-heading-2 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .content-width-small {
    max-width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-title-wide {
    margin-bottom: 48px;
  }

  .content-width-large {
    margin-right: 0px;
    margin-left: 0px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .overlap-section-below-2 {
    margin-bottom: -96px;
  }

  .handwriting-arrow-3 {
    margin-right: 86px;
    margin-bottom: -41px;
    margin-left: -68px;
    padding-top: 4px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .handwriting-arrow-3.premium {
    margin-left: 167px;
  }

  .cta-contained-image {
    padding-top: 57px;
  }

  .large-heading-3 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .cta-contained.bg-primary-1 {
    margin-top: -3px;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .section-small.cta-contained-content {
    padding-top: 56px;
  }

  .large-heading-5 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }

  .card-label {
    position: relative;
    top: 0px;
  }

  .price-description {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-underline {
    margin-right: 12px;
    margin-left: 12px;
    text-align: center;
  }

  .tabs-underline-menu {
    margin-bottom: 36px;
  }

  .large-heading-6 {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .h2_select-2 {
    margin-bottom: 0px;
    font-size: 10px;
    text-align: center;
  }

  .row.row-justify-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row.row-split-content {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .form-input {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .button-2.form-search-button {
    margin-top: 12px;
    margin-left: 0px;
  }

  .button-2.bg-gray-4.login {
    margin-right: -29px;
    margin-left: -16px;
  }

  .button-2.bg-gray-4.logout {
    display: none;
  }

  .button-2.button-row-last {
    margin-top: -23px;
    margin-left: 0px;
  }

  .nav-functions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-menu-wrapper {
    padding: 12px;
  }

  .modal-search-form {
    margin-right: 12px;
    margin-left: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button-2 {
    overflow: hidden;
  }

  .navbar-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .subheading {
    margin-bottom: 12px;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .title.plan {
    display: block;
    margin-top: -1px;
    margin-bottom: 23px;
  }

  .medium-heading {
    margin-top: 33px;
    padding-top: 43px;
  }

  .icon-large {
    width: 72px;
  }

  .grid-thirds {
    grid-row-gap: 24px;
  }

  .grid-thirds.grid-align-bottom {
    margin-bottom: 16px;
    padding-bottom: 0px;
  }

  .centered-grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .handwriting.rotate {
    margin-bottom: 28px;
    margin-left: -170px;
    font-size: 25px;
    text-align: center;
  }

  .handwriting.rotate.top {
    display: none;
    margin-left: -81px;
    padding-left: 0px;
  }

  .handwriting.rotate.top {
    margin-top: 420px;
    margin-bottom: 135px;
    margin-left: -152px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .card-body {
    padding: 12px;
  }

  .card-body.card-body-large {
    padding-bottom: 12px;
  }

  .card.no-border {
    margin-bottom: 64px;
  }

  .card.fullscreen-card.margin-top {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .handwriting-contents.hidden-on-mobile {
    margin-top: 100px;
    margin-bottom: -35px;
    margin-left: -266px;
    padding-bottom: 44px;
  }

  .handwriting-contents.hidden-on-mobile {
    display: none;
    margin-top: -222px;
    margin-left: -266px;
    padding-bottom: 44px;
  }

  .handwriting-contents.pricing-plans-handwriting-contents {
    display: block;
    padding-right: 178px;
  }

  .handwriting-2.text-primary-1.hidden-on-mobile {
    display: none;
    margin-left: -9px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .handwriting-2.rotate.plan {
    margin-right: -151px;
    margin-bottom: -8px;
    -webkit-transform: translate(0px, -16px) rotate(-9deg);
    -ms-transform: translate(0px, -16px) rotate(-9deg);
    transform: translate(0px, -16px) rotate(-9deg);
    font-size: 22px;
  }

  .text-large {
    font-size: 16px;
    line-height: 24px;
  }

  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .large-heading {
    display: block;
    padding-left: 317px;
  }

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

  .footer-lower-row {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-92 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -6px;
    padding-top: 17px;
  }

  .image-41 {
    margin-top: -196px;
  }

  .content-width-small {
    width: 100%;
  }

  .section-title-wide {
    margin-bottom: 36px;
  }

  .content-width-large {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-large-2 {
    margin-top: 19px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .form-input-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-halves-content {
    margin-right: 12px;
    margin-left: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .heading-7 {
    display: block;
    padding-left: 0px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .input-label-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .illustration-bottom-right {
    display: none;
    max-width: 50vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-input-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .overlap-section-below-2 {
    width: auto;
    height: auto;
    margin-bottom: -88px;
  }

  .handwriting-arrow-3 {
    display: none;
    margin-bottom: -94px;
    margin-left: -66px;
  }

  .text-large-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .cta-contained {
    padding-bottom: 0px;
  }

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-small.cta-contained-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .handwriting-arrow-4 {
    margin-bottom: 12px;
    padding-left: 24px;
    -webkit-perspective: 686px;
    perspective: 686px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .paragraph-2 {
    overflow: hidden;
    margin-bottom: -83px;
  }

  .paragraph-3 {
    overflow: hidden;
  }

  .heading-9 {
    margin-top: -6px;
  }

  .tab-underline {
    margin-right: 6px;
    margin-left: 6px;
  }

  .container-2 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .tabs-underline-menu {
    margin-bottom: 24px;
  }

  .lottie-animation {
    height: 30px;
    margin-top: 4px;
    padding-bottom: 0px;
  }

  .section-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-block-105 {
    display: none;
  }
}

#w-node-95d6fd9cfecd-66661950 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-02015db87f78-36947e05 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'AttackIO';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}