.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  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;
}

body {
  color: #1d1c1a;
  letter-spacing: -.4px;
  background-color: #fff;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

p {
  margin-bottom: 1em;
}

a {
  color: #156ab9;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #156ab9;
}

a[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #156ab9;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2.2em;
}

li {
  margin-bottom: .3em;
}

label {
  margin-bottom: 5px;
  display: block;
}

strong {
  font-weight: bold;
}

.h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.1;
}

.h3 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: static;
}

.container {
  width: 90%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-align-end {
  align-items: flex-end;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-align-center {
  align-items: center;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.col {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.col.col-lg-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex-basis: 58.33%;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex-basis: 16.67%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex-basis: 41.67%;
}

.col.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col.col-lg-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex-basis: 91.67%;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex-basis: 66.67%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex-basis: 33.33%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex-basis: 83.33%;
}

.col.col-lg-1 {
  max-width: 8.33333%;
  flex-basis: 8.33%;
}

.col.col-shrink {
  flex: 0 auto;
}

.col.col-lg-first {
  order: -1;
}

.col.col-lg-last {
  order: 1;
}

.btn {
  color: #fff;
  background-color: #6468ca;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .15);
}

.btn:focus-visible {
  outline-offset: 2px;
  outline-width: 3px;
  outline-color: #6468ca;
}

.btn[data-wf-focus-visible] {
  outline-offset: 2px;
  outline-width: 3px;
  outline-color: #6468ca;
}

.btn.cc-light {
  color: #323a45;
  background-color: #fff;
}

.btn.cc-secondary {
  color: #1d1c1a;
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #6468ca;
}

.btn.cc-secondary:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.btn.cc-secondary[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.btn.cc-secondary.cc-light {
  color: #fff;
  border-color: #fff;
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px rgba(255, 255, 255, .15);
}

.btn.cc-full {
  width: 100%;
}

.card {
  height: 100%;
  background-color: #3f3e3b;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 19px 20px rgba(0, 0, 0, .2);
}

.card-body {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.form-success {
  min-height: 320px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.form-success_flex {
  width: 100%;
  height: 100%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-error {
  color: #e31700;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

.input {
  height: 100%;
  min-height: 45px;
  color: #1d1c1a;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #6468ca;
  border-radius: 8px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input:hover {
  border-color: #156ab9;
}

.input:focus {
  background-color: #f6f6ff;
  border-color: #156ab9;
}

.input:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.input[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.input::-ms-input-placeholder {
  color: #888680;
}

.input::placeholder {
  color: #888680;
}

.input.cc-select {
  background-image: var(--image-e0dfbd7);
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: #fff;
}

.input-label {
  z-index: 1;
  color: #302f2c;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 6px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-radio {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #888680;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #dfddd6;
  border-color: #156ab9;
}

.input-radio.w--redirected-checked {
  background-color: #156ab9;
  border-width: 1px;
  border-color: #156ab9;
}

.input-radio.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #156ab9;
  outline: 2px solid #156ab9;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px #302f2c;
}

.input-radio.cc-light:hover {
  background-color: #888680;
}

.input-check {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0);
  border-color: #888680;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 rgba(0, 0, 0, 0);
}

.input-check:hover {
  background-color: #dfddd6;
  border-color: #156ab9;
}

.input-check.w--redirected-checked {
  background-color: #156ab9;
  background-size: 16px;
  border-color: #156ab9;
}

.input-check.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #156ab9;
  outline: 2px solid #156ab9;
}

.input-check.cc-light:hover {
  background-color: #888680;
}

.utility_form {
  text-align: left;
  flex-direction: column;
}

.utility_container {
  width: 90%;
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.page-wrap {
  color: #302f2c;
  position: relative;
}

.page-wrap.cc-utility {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px dotted #302f2c;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.styles__card-preview {
  width: 100%;
  min-height: 120px;
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.styles__visual-div {
  text-align: center;
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 16px;
  position: relative;
}

.styles__global-embed-code {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.styles__row-example {
  height: 200px;
  border: 1px dashed #302f2c;
  margin-top: 4px;
  padding: 20px;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.styles__utility-wrap {
  margin-bottom: 20px;
  padding: 1px;
}

.styles__utility-wrap.cc-margin {
  background-image: var(--image-4c4c46d2);
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-padding {
  background-image: var(--image-i547317e7);
  background-position: 0 0;
  background-size: 4px;
}

.styles__nav {
  z-index: 2;
  text-transform: uppercase;
  background-color: #1d1c1a;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.styles__nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.styles__nav-link {
  color: #fff;
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover, .styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  background-color: #156ab9;
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: #302f2c;
  text-decoration: none;
}

.styles__nav-version {
  color: #fff;
  text-transform: none;
  background-color: #156ab9;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  display: inline-block;
}

.styles__card {
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.styles__nav-logo {
  width: 64px;
  color: #156ab9;
  line-height: .8;
}

.styles_utility-card {
  background-color: rgba(0, 115, 230, .1);
  border: 1px solid #0073e6;
  padding: 20px;
}

.eyebrow {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .8rem;
  font-weight: 700;
}

.paragraph-0-9 {
  font-size: .9rem;
  line-height: 1.4;
}

.paragraph-1-25 {
  font-size: 1.25rem;
}

.paragraph-1-5 {
  font-size: 1.5rem;
}

.u-bg-accent {
  background-color: #6468ca;
}

.u-bg-black {
  background-color: #1d1c1a;
}

.u-bg-darkgray {
  background-color: #302f2c;
}

.u-bg-midgray {
  background-color: #888680;
}

.u-bg-lightcolour {
  background-color: #fffce9;
}

.u-bg-white {
  background-color: #fff;
}

.u-text-primary {
  color: #156ab9;
}

.u-text-black {
  color: #1d1c1a;
}

.u-text-darkgray {
  color: #302f2c;
}

.u-text-midgray {
  color: #888680;
}

.u-text-lightgray {
  color: #dfddd6;
}

.u-text-white {
  color: #fff;
}

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

.u-text-right {
  text-align: right;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-visible {
  overflow: visible;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.u-d-none {
  display: none;
}

.u-d-block {
  display: block;
}

.u-sr-only {
  width: 1px;
  height: 1px;
  white-space: nowrap;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-h-100 {
  height: 100%;
}

.u-w-100 {
  width: 100%;
}

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.u-img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.u-link-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mt-2 {
  margin-top: 2em;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-mt-auto {
  margin-top: auto;
}

.u-mt-1 {
  margin-top: 1em;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mr-1 {
  margin-right: 1em;
}

.u-m-0 {
  margin: 0;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-pb-3 {
  padding-bottom: 3em;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-pt-1 {
  padding-top: 1em;
}

.u-pt-2 {
  padding-top: 2em;
}

.u-pt-3 {
  padding-top: 3em;
}

.u-p-1 {
  padding: 1em;
}

.u-p-0 {
  padding: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-border {
  width: 100%;
  height: 1px;
}

.u-position-relative {
  position: relative;
}

.section_anime {
  z-index: 10;
  width: 120%;
  height: 100dvh;
  background-image: linear-gradient(270deg, #000 94%, rgba(255, 252, 233, 0));
  margin-left: -10%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home_head-anime {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  position: relative;
}

.home_anime-cont {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.home_anime-text {
  width: 100%;
  text-shadow: 0 0 14px rgba(255, 255, 255, .26);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.u-hidden {
  display: none;
}

.home_header {
  padding-top: 8rem;
  padding-bottom: 4rem;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h1-display {
  max-width: 90%;
  text-align: center;
  letter-spacing: -.5px;
  margin: 0 auto .2em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.home_headline {
  grid-row-gap: 2em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home_subhead {
  max-width: 37.2rem;
  margin-left: auto;
  margin-right: auto;
}

.section_intro {
  flex-direction: row;
  align-items: center;
  padding-top: 4.9rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.home_illus-wrap {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.intro_content {
  height: 100%;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-2 {
  width: 75%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-3 {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home_cta-wrp {
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home_cta-text {
  font-size: 1.25rem;
  font-weight: 600;
  display: inline-block;
}

.home_cta-block {
  width: 100%;
  grid-column-gap: 1em;
  text-align: center;
  align-items: center;
  display: inline-block;
}

.home_cta-emoji {
  max-width: 1.7rem;
  margin-top: -6px;
  margin-left: .5rem;
}

.benefits_content {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.benefits-img {
  border-radius: 16px;
}

.benefits-img.u-aspect-1x1 {
  box-shadow: 3px 8px 20px 1px rgba(0, 0, 0, .2);
}

.container_benefits {
  width: 90%;
  max-width: 67rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefits_wrp {
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.sectin_header {
  opacity: 1;
  background-color: #fffce9;
  position: relative;
  overflow: hidden;
}

.icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 1em;
}

.cta_dark-wpr {
  max-width: 53rem;
  grid-row-gap: 1em;
  color: #fff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  display: flex;
}

.section_benefits {
  background-image: linear-gradient(#302f2c, #181818);
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: static;
}

.section_nav {
  background-color: #fffce9;
}

.nav_wrp {
  justify-content: center;
  padding-top: 1rem;
  display: flex;
}

.icon-wrp-2rem {
  width: 2rem;
  height: 2rem;
  margin-top: 2rem;
  margin-bottom: .5em;
}

.contact_wrp {
  max-width: 53rem;
  grid-row-gap: 1em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact_from {
  grid-row-gap: 1em;
  flex-direction: column;
  margin-top: -1em;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.input_text-area {
  height: 100%;
  min-height: 6rem;
  color: #1d1c1a;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #6468ca;
  border-radius: 8px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.input_text-area:hover {
  border-color: #156ab9;
}

.input_text-area:focus {
  background-color: #f6f6ff;
  border-color: #156ab9;
}

.input_text-area:focus-visible {
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.input_text-area[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.input_text-area::-ms-input-placeholder {
  color: #888680;
}

.input_text-area::placeholder {
  color: #888680;
}

.logo {
  width: 100%;
  max-width: 9.5rem;
}

.intro_bg-img-wrp {
  z-index: -1;
  width: 100%;
  min-width: 34rem;
  opacity: .46;
  justify-content: flex-start;
  margin-top: -6rem;
  margin-left: 7.8rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.intro_img-wrp {
  margin-left: -2.5rem;
  position: static;
}

.success-message {
  background-color: #888680;
}

.footer_wrp {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.intro_relative-wrp {
  position: relative;
}

.fs_modal-1_message {
  color: #9b9b9b;
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-1_close:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

.fs_modal-1_image {
  width: 100%;
  object-fit: cover;
}

.fs_modal-1_wrapper {
  z-index: 999;
  width: 100%;
  max-width: 60rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-1_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_embed {
  margin-bottom: 0;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_message {
  color: #9b9b9b;
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fs_modal-2_close:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  width: 100%;
  object-fit: cover;
}

.fs_modal-2_wrapper {
  z-index: 999;
  width: 100%;
  max-width: 30rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: rgba(0, 0, 0, .73);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.form-2 {
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.input-required {
  font-weight: 300;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.checkbox:focus {
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.input-checkbox {
  width: 16px;
  height: 16px;
  border-color: #1d1c1a;
  margin-right: 10px;
}

.input-checkbox.w--redirected-focus {
  box-shadow: none;
  outline-offset: 2px;
  outline: 3px solid #6468ca;
}

.form_success-msg {
  color: #fff;
  text-align: left;
  background-color: #6468ca;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-md-first {
    order: -1;
  }

  .col.col-md-last {
    order: 1;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .home_anime-text {
    font-size: 5rem;
  }

  .h1-display {
    font-size: 3.6rem;
  }

  .intro_content {
    margin-top: 2rem;
  }

  .intro_bg-img-wrp {
    display: none;
  }

  .intro_img-wrp {
    margin-left: 0;
  }

  .fs_modal-1_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-1_wrapper {
    grid-template-columns: 1fr;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .8rem;
  }

  .h1 {
    font-size: 3.6rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-sm-first {
    order: -1;
  }

  .col.col-sm-last {
    order: 1;
  }

  .btn {
    padding: .5em 1em;
  }

  .card-body {
    padding: 20px;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: underline;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #302f2c;
  }

  .styles__nav-btn.w--open {
    background-color: #302f2c;
    border-radius: 4px;
  }

  .styles__nav-menu {
    background-color: #302f2c;
    padding: 12px 5% 20px;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .paragraph-1-5 {
    font-size: 1.3rem;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .home_anime-text {
    font-size: 4rem;
  }

  .home_header {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .h1-display {
    font-size: 2.6rem;
  }

  .section_intro {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .benefits_wrp {
    grid-row-gap: 3rem;
  }

  .footer_wrp {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container {
    width: 86%;
  }

  .col {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex-basis: 91.67%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex-basis: 83.33%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex-basis: 33.33%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex-basis: 25%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex-basis: 58.33%;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex-basis: 66.67%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex-basis: 75%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex-basis: 16.67%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex-basis: 41.67%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex-basis: 8.33%;
  }

  .col.col-xs-first {
    order: -1;
  }

  .styles__row-example {
    height: auto;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .u-m-0 {
    margin: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .home_anime-text {
    font-size: 2rem;
  }

  .home_header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h1-display {
    font-size: 2.3rem;
  }

  .section_intro {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home_cta-emoji {
    display: none;
  }

  .container_benefits {
    width: 86%;
    grid-row-gap: 1rem;
  }

  .cta_dark-wpr {
    text-align: center;
    padding-top: 4rem;
  }

  .section_benefits {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}


@font-face {
  font-family: 'General Sans';
  src: url("/assets/fonts/generalsans-medium.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url("/assets/fonts/generalsans-regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: var(--image-5c2f0f5c) format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}