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

body {
  color: #333;
  flex-direction: column;
  font-family: Readexpro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.navigation-arrow {
  width: 24px;
  height: 24px;
  color: #5e53a2;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.navigation-card-wrapper {
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.navigation {
  width: 100%;
  min-height: 96px;
  background-color: #fef5ec;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.navigation-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-toggle {
  height: 100%;
  color: #000;
  align-items: center;
  padding: 4px 26px 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-toggle:hover, .navigation-toggle.w--open {
  color: #746bb3;
}

.navigation-link {
  color: #000;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #746bb3;
}

.navigation-link.w--current {
  color: #685bc3;
}

.navigation-link-title {
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.navigation-button {
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.navigation-button:hover {
  background-color: #4e4587;
}

.navigation-card-title {
  color: #fff;
  letter-spacing: -.01em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.navigation-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.banner-regular {
  min-height: 56px;
  grid-column-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.navigation-column {
  grid-row-gap: 9px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-icon-arrow {
  margin-right: 8px;
}

.navigation-large-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  margin-bottom: 16px;
}

.navigation-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
  position: static;
}

.logo {
  width: 240px;
}

.logo-link-large {
  margin-right: 24px;
}

.navigation-card-block {
  height: 240px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.banner-link {
  color: #e57361;
  text-decoration: underline;
}

.navigation-icon-circle {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-dropdown-small {
  height: 100%;
  position: static;
}

.navigation-title-block {
  color: #454f5f;
  padding: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.banner-detail {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-container {
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-base {
  padding: 16px;
}

.navigation-link-icon {
  width: 100%;
  grid-column-gap: 44px;
  color: #000;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-link-icon:hover {
  background-color: #f3f4f6;
}

.navigation-card-detail {
  color: #dce0e5;
  letter-spacing: -.01em;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-icon-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-link-detail {
  color: #454f5f;
  letter-spacing: -.01em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-button-secondary {
  color: #3e376d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #acb5c3;
  border-radius: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s, background-color .3s;
}

.navigation-button-secondary:hover {
  color: #fff;
  background-color: #e57361;
  border-color: rgba(0, 0, 0, 0);
}

.navigation-small-grid {
  grid-template-rows: auto;
}

.navigation-list-dropdown {
  z-index: 99;
  min-width: 100%;
}

.navigation-list-dropdown.w--open {
  min-width: auto;
  background-color: #fff;
  border-radius: 16px;
  margin-left: -238px;
  position: absolute;
  top: 100px;
  overflow: hidden;
  transform: translate(-10%);
  box-shadow: 0 4px 8px rgba(196, 202, 212, .53);
}

.container-large {
  width: 100%;
  max-width: 1280px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.cta-image {
  z-index: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.cta-button-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 16px;
  display: flex;
}

.section-cta {
  background-color: #fef5ed;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding: 80px 5%;
  position: relative;
}

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

.span-red-500 {
  color: #f3785d;
}

.paragraph-regular {
  color: #323c3e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.cta-heading-wrap {
  z-index: 1;
  max-width: 620px;
  position: relative;
}

.cta-heading {
  color: #3e376d;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 72px;
}

.paragraph-detail-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.heading-detail {
  color: #323c3e;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.button-cta-primary {
  min-height: 52px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-cta-secondary {
  min-height: 52px;
  color: #1c2122;
  text-align: center;
  border: 1px solid #1c2122;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.hide {
  display: none;
}

.text-block, .text-block-2 {
  font-weight: 700;
}

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

.footer-form-block {
  width: 100%;
  margin-bottom: 40px;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #fef5ed;
  margin-top: auto;
  padding: 60px 3% 40px;
  position: relative;
}

.detaiil-large {
  color: #4d4d4d;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-3 {
  color: #999;
  font-size: 14px;
}

.footer-submit-button {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  background-color: #3e376d;
  border-radius: 100px;
  padding: 5px;
  font-size: 18px;
  transition: background-color .3s;
  position: relative;
}

.footer-submit-button:hover {
  background-color: #2778f1;
}

.footer-logo {
  width: 100%;
  color: #1e1e48;
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.chevron-arrow {
  position: absolute;
}

.footer-bottom {
  border-top: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  display: flex;
}

.blur-effect {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.footer-form {
  border: 1px solid #e5e5e5;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  display: flex;
}

.embed-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-social-links {
  align-items: center;
  display: flex;
}

.footer-social-links.hide {
  display: none;
}

.footer-line-break {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-top: 24px;
  margin-bottom: 60px;
}

.footer-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-wrap.border-line {
  border-right: 1px solid #e5e5e5;
}

.footer-text-field {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
}

.footer-text-field::-ms-input-placeholder {
  color: #999;
}

.footer-text-field::placeholder {
  color: #999;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  color: #999;
  border: 1px solid #999;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  transition: all .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #4f9bff;
  border-color: #4f9bff;
}

.footer-link {
  color: #262626;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #5945d5;
}

.footer-title {
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-span {
  color: #4f9bff;
  font-weight: 800;
}

.detail-small {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 24px;
}

.link-blue {
  color: #5845d5;
  margin-bottom: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
}

.link-blue:hover {
  color: #2d2d2d;
}

.paragraph {
  opacity: .75;
  color: #505053;
  font-size: 16px;
  line-height: 22px;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.heading-2.center {
  color: #3e376d;
  text-align: center;
}

.section-title {
  color: #f3785d;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.content-card-02 {
  border: 1px solid #dbdbdb;
  border-left: 5px solid #3e376d;
  padding: 20px;
  transition: all .2s;
}

.content-card-02:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .07);
}

.content-grid-02 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.no-left-margin {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.no-left-margin.hide {
  display: none;
}

.icon-div {
  width: 65px;
  height: 65px;
  background-color: #3e376d;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 13px;
}

.heading-3 {
  margin-top: 0;
  font-weight: 600;
}

.content-02-title-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.content-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.button-wrapper-2 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.inner-hero-content-01 {
  max-width: 650px;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.hero-section-01 {
  width: 100%;
  height: auto;
  min-height: 70vh;
  background-color: #a0d4ae;
  background-image: url('../images/shutterstock_401695108.jpg');
  background-position: 45vw;
  background-repeat: no-repeat;
  background-size: auto 110%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-01.is--opposite {
  background-color: #a0d4ae;
  background-image: url('../images/shutterstock_211334227.jpg');
  background-position: 0;
}

.hero-section-01.is--3 {
  background-color: #fef5ed;
  background-image: url('../images/shutterstock_1066576061-2.jpg');
}

.hero-section-01.is--top {
  background-color: #3e376d;
}

.hero-content-01 {
  width: 100%;
  height: 100%;
  max-width: 1100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-content-01.is--opposite {
  align-items: flex-end;
}

.heading-1 {
  color: #3e376d;
  text-transform: capitalize;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.button {
  text-transform: none;
  background-color: #3e376d;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.spacer {
  height: 80px;
}

.heading-large {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.slider-next-button {
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  background-color: #3e376d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.paragraph-large {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.mask-feature {
  width: auto;
  overflow: visible;
}

.feature-content-spacer {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.card-features-small {
  height: 100%;
  background-color: #fff;
  border-top: 10px solid #3e376d;
  border-radius: 12px;
  padding: 40px 32px;
}

.slider-back-button {
  width: 44px;
  height: 44px;
  min-height: 44px;
  min-width: 44px;
  border: 1px solid #1355ff;
  border-top-color: #3e376d;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 8px;
  display: flex;
}

.hidden-arrow {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: none;
  top: auto;
  bottom: -80px;
  left: -60px;
  right: 0%;
}

.slider-custom-arrow {
  display: none;
}

.button-spacer {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.slider-button-wrapper {
  z-index: 9;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -72px;
  left: 0%;
  right: auto;
}

.hidden-nav {
  display: none;
  bottom: -50px;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-standard {
  max-width: 600px;
  color: #67718e;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.slider-feature {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: stretch;
}

.slider-back-block {
  z-index: 5;
  width: 50%;
  background-color: #f5f9ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  padding: 80px 80px 120px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.slide-feature {
  margin-right: 40px;
}

.h3-heading {
  color: #3e376d;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.feature-content {
  max-width: 600px;
  text-align: left;
}

.feature-icon-large {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  background-color: #e0dcfa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 8px;
  display: flex;
  box-shadow: 33px 33px 88px -12px rgba(6, 18, 55, .16);
}

.section-feature-slider {
  min-height: 800px;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-large {
  color: #3e376d;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.button-standard {
  background-color: #3e376d;
  border: 2px solid #3e376d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  color: #3e376d;
  background-color: #fff;
}

.icon {
  width: 75%;
}

.header-content-wrapper {
  z-index: 5;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
}

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

.header-grid-card {
  border: 1px solid #d1d1d6;
  border-radius: 16px;
  padding: 24px;
}

.header-illustration-wrapper {
  justify-content: flex-end;
  display: flex;
}

.header-badge-icon {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.sub-heading-large {
  letter-spacing: -.02em;
  font-size: 24px;
  line-height: 1.5;
}

.header-discount-wrapper {
  margin-top: 24px;
  font-weight: 500;
}

.header-slide-arrow-r {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #d1d1d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  right: -24px;
}

.header-slide-arrow-r:hover {
  border-color: #a1a1a5;
}

.header-slider-product {
  min-height: 360px;
  border-radius: 24px;
}

.discount-badge {
  color: #fff;
  background-color: #d0011d;
  border-radius: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 10px;
  display: inline-block;
}

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

.h1-heading.text-color-white {
  color: #fff;
}

.h1-heading.text-weight-medium {
  color: #3e376d;
  font-weight: 500;
}

.header-slide-product {
  border-radius: 24px;
  overflow: hidden;
}

.header-grid-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #1e1e20;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 24px;
}

.header-grid-image-small {
  height: 100%;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.header-large-white {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.header-term-detail {
  margin-top: 60px;
}

.header-slide-arrow-l {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 2px solid #d1d1d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  left: -24px;
}

.header-slide-arrow-l:hover {
  border-color: #a1a1a5;
}

.header-category-detail {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
}

.header-grid-category {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.feature-link-text {
  letter-spacing: -.01em;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.feature-arrow-wrapper {
  color: #1e1e20;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.feature-arrow-wrapper:hover {
  color: #d0011d;
}

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

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

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

.paragraph-large-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

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

.icon-2 {
  color: #1e1e20;
  font-size: 16px;
}

.header-discount-detail-wrapper {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.discount-badge-small {
  color: #fff;
  background-color: #d0011d;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.header-detail-wrapper {
  width: 100%;
  color: #1e1e20;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.header-slide-wrapper {
  height: 100%;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 32px;
  display: flex;
  overflow: hidden;
}

.overlay {
  background-color: rgba(62, 55, 109, .82);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.is--light {
  background-color: rgba(62, 55, 109, .51);
}

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

.content-block-large {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.heading-wrapper {
  max-width: 720px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-icon-square {
  width: 52px;
  height: 52px;
  color: #4255bd;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

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

.content-button-wrapper {
  margin-top: 44px;
}

.margin-bottom-04 {
  margin-bottom: 4px;
}

.margin-bottom-04.text-weight-semibold {
  font-weight: 600;
}

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

.button-wrapper-3 {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.content-tab-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.h1-heading-2 {
  letter-spacing: -.04em;
  font-size: 64px;
  line-height: 1.2;
}

.button-primary {
  min-height: 48px;
  color: #fff;
  background-color: #4255bd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.caption-regular {
  font-size: 12px;
  line-height: 16px;
}

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

.section-large.is--no-top-padding {
  padding-top: 30px;
}

.content-tab-link {
  color: #3e376d;
  text-align: center;
  background-color: #f4f5fb;
  border: 1px solid #afa8df;
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.content-tab-link:hover {
  color: #f7f7f7;
  background-color: #6258a5;
  border-color: #4255bd;
}

.content-tab-link.w--current {
  color: #fff;
  background-color: #3e376d;
  border-color: #3e376d;
}

.content-tab-menu {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.content-number-detail {
  border-top: 1px solid #333;
  margin-top: 24px;
  padding-top: 8px;
}

.heading-detail-section {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.content-tab-panel {
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  padding: 40px;
}

.button-arrow-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4255bd;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-arrow-link:hover {
  color: #1a1a1a;
}

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

.content-feature-wrapper {
  width: 100%;
  max-width: 550px;
  grid-row-gap: 34px;
  color: #1a1a1a;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  color: #3e376d;
}

.img-contain {
  border-radius: 25px;
  overflow: hidden;
}

.article-detail-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.large-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.large-header.is--legal-pages {
  font-size: 36px;
}

.social-link {
  width: 50px;
  height: 50px;
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  border-color: #000;
}

.image-small {
  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 20px;
  margin-right: 24px;
  overflow: hidden;
}

.heading-line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

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

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

.related-article-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-header-image {
  height: 390px;
  border-radius: 50px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 6px 40px 80px rgba(10, 37, 65, .24);
}

.blog-content {
  padding-bottom: 80px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.blog-end-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.social-wrapper {
  align-items: center;
  display: flex;
}

.social-wrapper.hide {
  display: none;
}

.avatar-circle {
  width: 50px;
  height: 50px;
  background-color: #c5d0fd;
  border-radius: 100px;
  margin-right: 20px;
}

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

.small-dots {
  width: 8px;
  height: 8px;
  background-color: #c4c4c4;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-paragraph {
  color: #313131;
  font-size: 18px;
  line-height: 32px;
}

.blog-title-medium {
  color: #313131;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

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

.blog-container.move-up {
  padding-top: 5vw;
  position: relative;
}

.header-bg {
  z-index: -1;
  min-height: 220px;
  background-color: #0c2b4a;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.author-name-large {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.avatar-cover {
  width: 100%;
  height: 100%;
}

.blog-article-wrapper {
  margin-bottom: 100px;
}

.blog-heading-wrapper {
  white-space: nowrap;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.detail-text {
  color: #bababa;
  font-size: 14px;
  line-height: 24px;
}

.title-wrapper {
  max-width: 800px;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
  margin-right: auto;
  font-size: 18px;
  line-height: 32px;
}

.author-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-heading-h4 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}

.blog-header {
  background-color: #0c2b4a;
  background-image: none;
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  display: flex;
}

.block-quote {
  background-color: rgba(201, 201, 201, .19);
  border-left-width: 4px;
  border-left-color: #c9c9c9;
  margin: 32px 0;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 4px;
}

.blog-heading-large {
  color: #313131;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

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

.rich-text p {
  color: #505053;
  font-size: 18px;
  line-height: 32px;
}

.rich-text strong {
  color: #3e376d;
}

.rich-text li {
  color: #505053;
  font-size: 18px;
  line-height: 32px;
}

.discount-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.check-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.toggle-round {
  z-index: 1;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  box-shadow: 3px 3px 8px rgba(73, 74, 125, .24);
}

.tab-content {
  height: 100%;
}

.pricing-tab-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-left: 32px;
}

.check-centre {
  height: 56px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pricing-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.check-white {
  z-index: 999;
  width: 12px;
  object-fit: fill;
  position: relative;
}

.pricing-tab-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.detail {
  letter-spacing: -.03em;
  font-size: 20px;
  line-height: 1;
}

.tabs-menu {
  min-width: 540px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  display: grid;
}

.pricing-bottom-wrapper {
  border-top: 1px solid rgba(174, 175, 197, .2);
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.date-text {
  opacity: .7;
  white-space: nowrap;
  font-size: 16px;
}

.tab-price-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.price-tag {
  letter-spacing: -.03em;
  margin-right: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.column-feature {
  height: 100%;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.discount-pill {
  color: #f97750;
  background-color: #fef1ed;
  border-radius: 50px;
  margin-top: 12px;
  padding: 6px 10px;
}

.text-block-4 {
  color: #8687a8;
  font-size: 20px;
  font-weight: 400;
}

.discount-pill-small {
  color: #f97750;
  white-space: nowrap;
  background-color: #fef1ed;
  border-radius: 10px;
  margin-top: 8px;
  padding: 6px 14px;
}

.pricing-header {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.1;
  position: relative;
}

.column-check {
  height: 100%;
  background-color: #f9f9fb;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-feature-text {
  height: 56px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.checkbox-wrapper {
  width: 50%;
  align-items: center;
  display: flex;
}

.check-large {
  width: 24px;
}

.toggle-small {
  width: 100%;
  height: 32px;
  max-width: 60px;
  cursor: pointer;
  background-color: #25cc88;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px 2px rgba(73, 74, 125, .3), 17px 17px 24px -18px rgba(56, 50, 124, .08);
}

.feature-text {
  font-size: 16px;
  line-height: 1.5;
}

.tabs {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-tab {
  color: #02044a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e7e7ee;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 38px;
  transition: all .3s;
  display: flex;
}

.price-tab:hover {
  box-shadow: 34px 34px 74px -24px rgba(56, 50, 124, .08);
}

.price-tab.w--current {
  color: #fff;
  background-color: #5f30e2;
}

.feature-grid-base {
  width: 100%;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.button-fill {
  min-height: 62px;
  color: #fff;
  text-align: center;
  background-color: #5f30e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.button-fill:hover {
  color: #fff;
  background-color: #5f30e2;
}

.title-wrap-centre {
  width: 100%;
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
  position: relative;
}

.price-type {
  letter-spacing: -.03em;
  font-size: 22px;
  line-height: 1;
}

.container-default {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.check-circle {
  width: 26px;
  height: 26px;
  border: 3px solid #aeafc5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-grid {
  height: 100%;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.cta-caption-wrapper {
  padding: 32px;
}

.heading-detail-2 {
  color: #f3785d;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.heading-wrapper-2 {
  max-width: 720px;
  color: #1e1e20;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-form {
  align-items: center;
}

.cta-checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.cta-checkbox-field {
  color: #1e1e20;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cta-checkbox-field.hide {
  display: none;
}

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

.cta-legal-link {
  color: #000;
  font-weight: 500;
}

.cta-success-message {
  color: #00a321;
  background-color: #d6ffde;
}

.cta-newsletter-block {
  border: 1px solid #ececee;
  border-radius: 8px;
  padding: 32px;
}

.cta-large-illustration {
  width: 100%;
}

.cta-caption {
  color: #87878c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.cta-checkbox {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  background-color: #fff;
  border-width: 2px;
  border-color: #d2d2d7;
  border-radius: 4px;
  margin: 0 8px 0 0;
}

.cta-checkbox:hover {
  background-color: #f9fafc;
}

.cta-checkbox.w--redirected-checked {
  background-color: #000;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.cta-checkbox.w--redirected-focus {
  box-shadow: none;
  outline-offset: -2px;
  outline: 2px solid #160042;
}

.cta-dot-point {
  width: 4px;
  height: 4px;
  min-height: 4px;
  min-width: 4px;
  background-color: #d0011d;
  border-radius: 100px;
  margin-top: 14px;
  margin-right: 14px;
}

.cta-point-wrapper {
  color: #1e1e20;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
}

.grid-two-column.margin-bottom-74 {
  margin-bottom: 74px;
}

.cta-form-button {
  min-height: 48px;
  min-width: 120px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #3e376d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-form-block-large {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 16px;
}

.cta-field-wrapper {
  margin-bottom: 16px;
  display: flex;
}

.cta-input-field {
  min-height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3e376d;
  border-radius: 8px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.cta-input-field:active, .cta-input-field:focus {
  border-color: #d0011d;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 1.5;
}

.paragraph-large-3.text-weight-medium {
  color: #3e376d;
  font-weight: 500;
}

.cta-contain {
  border-radius: 25px;
  overflow: hidden;
}

.page-content {
  padding-bottom: 80px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.page-header {
  background-color: #0c2b4a;
  justify-content: center;
  align-items: center;
  padding: 80px 3% 28px;
  display: flex;
}

.section {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.is--opposite {
  background-color: #a0d4ae;
  background-image: url('../images/shutterstock_211334227.jpg');
  background-position: 0;
}

.section.is--3 {
  background-color: #fef5ed;
  background-image: url('../images/shutterstock_1066576061-2.jpg');
}

.section.is--top {
  background-color: #3e376d;
}

.container-box {
  width: 100%;
  max-width: 1200px;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.container-box.vertical-center {
  max-width: 1232px;
  flex-direction: column;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.image-5 {
  padding-top: 0;
  padding-bottom: 4vw;
}

.p-message {
  color: #240046;
  margin-top: 0;
  margin-bottom: 4vh;
  font-size: 30px;
  line-height: 1.2;
}

.paragraph-2 {
  color: #757575;
  margin-bottom: 0;
  padding-left: 4vw;
  padding-right: 4vw;
  line-height: 1.8;
}

.p-black {
  color: #240046;
  font-weight: 700;
}

.image-4 {
  width: 128px;
  height: 100px;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
}

.sub-head {
  font-size: 30px;
  line-height: 1.2;
}

.thank-you {
  max-width: 700px;
  padding-left: 3vh;
  padding-right: 4vh;
}

.container-confirmation {
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  max-width: 1440px;
}

.section-2.flex-center {
  max-width: 1440px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5vw 0;
  display: flex;
}

.p-confirmation {
  text-align: center;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  line-height: 1.8;
}

.heading-4 {
  margin-top: 2vw;
  margin-bottom: 1vh;
}

.div-block-2 {
  display: flex;
}

.form-wrap {
  max-width: 700px;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-field-large {
  min-height: 150px;
  border: 1px solid #c4cee8;
  border-radius: 9px;
}

.text-field-large:hover {
  border-width: 2px;
}

.text-field-large:active, .text-field-large:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.display-normal {
  color: #02044a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.form-block {
  margin-left: auto;
  margin-right: auto;
}

.button-wrap-right {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-section-touch {
  min-height: 100vh;
  background-color: #3e3870;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 196px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button {
  color: #fff;
  background-color: #f3785d;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.submit-button:hover {
  background-color: #c7604a;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.text-field {
  min-height: 56px;
  border: 1px solid #c4cee8;
  border-radius: 9px;
  transition: all .2s;
}

.text-field:hover {
  border-width: 2px;
}

.text-field:active, .text-field:focus {
  border-width: 2px;
  border-color: #5f30e2;
}

.title-wrap {
  width: 100%;
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #3e376d;
}

.blog-line-large {
  width: 100%;
  height: 1px;
  background-color: #e9eced;
  margin-top: 64px;
  margin-bottom: 16px;
}

.blog-date-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-all-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-date {
  color: #49575a;
  font-size: 12px;
  line-height: 16px;
}

.heading-detail-small {
  color: #1c2122;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.heading-detail-small.text-color-gray-500 {
  color: #788d91;
}

.blog-time {
  color: #49575a;
  font-size: 12px;
  line-height: 16px;
}

.blog-line {
  width: 100%;
  height: 1px;
  background-color: #e9eced;
  margin-bottom: 16px;
}

.blog-button-wrap {
  align-self: flex-end;
}

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

.blog-category {
  color: #788d91;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.blog-card-content {
  margin-top: 14px;
}

.blog-avatar-wrap {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: .5px solid #e9eced;
  border-radius: 99px;
  overflow: hidden;
}

.blog-author-name {
  font-weight: 500;
}

.dot {
  color: #ccd4d6;
  font-size: 12px;
  line-height: 16px;
}

.caption-regular-2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.blog-page-numbers {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-image-wrap {
  height: 180px;
  background-color: #e9eced;
  border-radius: 24px;
  flex: none;
  overflow: hidden;
}

.blog-author {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-sub-heading {
  color: #323c3e;
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.page-number {
  width: 48px;
  height: 48px;
  letter-spacing: -.02em;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.page-number.default {
  color: #94a5a8;
  border: 1px solid #e9eced;
}

.page-number.disable {
  color: #ccd4d6;
}

.page-number.active {
  background-color: #e9eced;
}

.contact-secondary-button {
  min-height: 48px;
  color: #1c2122;
  letter-spacing: -.02em;
  background-color: #e9eced;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.blog-card-wrap {
  width: 100%;
}

.blog-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-heading {
  color: #3e376d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.field-label {
  color: #240046;
  font-size: 16px;
}

.text-field-contact {
  font-size: 16px;
}

.div-block-327 {
  margin-top: 10px;
}

.checkbox-field {
  align-items: flex-start;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 16px;
}

.consent-p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

.consent-link {
  color: #006eb4;
}

@media screen and (max-width: 991px) {
  .navigation {
    position: relative;
  }

  .button-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation-toggle {
    width: 100%;
    justify-content: flex-start;
  }

  .navigation-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .navigation-dropdown-small {
    width: 100%;
  }

  .navigation-title-block {
    display: none;
  }

  .navigation-base {
    padding: 0;
  }

  .navigation-list-dropdown.w--open {
    height: 400px;
    box-shadow: none;
    margin-left: 0;
    position: static;
    overflow: auto;
  }

  .menu-button {
    color: #746bb3;
    border-radius: 16px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #5e53a2;
    border-color: #fff;
  }

  .cta-image {
    opacity: .5;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-logo {
    margin-bottom: 0;
  }

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

  .footer-line-break {
    margin-bottom: 40px;
  }

  .footer-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrap.border-line {
    border-right-style: none;
  }

  .content-grid-02 {
    grid-template-columns: 1fr 1fr;
  }

  .content-02-title-div {
    text-align: center;
  }

  .content-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-01 {
    background-position: 50%;
    background-size: cover;
  }

  .hero-content-01 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-feature {
    width: 340px;
  }

  .feature-content-spacer {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .slider-feature {
    align-items: stretch;
  }

  .slider-back-block {
    width: 100%;
    border-radius: 20px;
    padding-top: 60px;
    padding-left: 40px;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-feature-slider {
    min-height: auto;
    flex-direction: column;
  }

  .header-grid-bottom, .content-tab-grid, .related-article-grid {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    width: 100%;
    min-width: auto;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .column-check {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs {
    flex-direction: column;
  }

  .price-tab {
    padding: 20px 32px;
  }

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

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .section {
    background-position: 50%;
    background-size: cover;
  }

  .p-message {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .paragraph-2 {
    font-size: 16px;
  }

  .image-4 {
    margin-top: 0;
  }

  .thank-you, .container-confirmation {
    padding-left: 2vh;
    padding-right: 0;
  }

  .section-2.flex-center {
    padding-bottom: 4vh;
  }

  .p-confirmation {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-button {
    display: none;
  }

  .banner-regular {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-large-grid, .navigation-small-grid {
    grid-template-columns: 1fr;
  }

  .cta-image {
    display: none;
  }

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

  .cta-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .footer-section {
    background-position: 0 100%, 70% 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 34px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
    margin-right: -24px;
  }

  .footer-title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .link-blue {
    font-size: 16px;
  }

  .content-grid-02 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-02-title-div {
    text-align: center;
  }

  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .mask-feature {
    width: 400px;
  }

  .hidden-arrow {
    display: none;
  }

  .h1-heading, .header-large-white {
    font-size: 48px;
  }

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

  .h1-heading-2 {
    font-size: 48px;
  }

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

  .content-tab-menu {
    flex-wrap: wrap;
  }

  .pricing-header {
    font-size: 55px;
  }

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

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .container-box.vertical-center {
    padding: 8vw 4vw 6vw;
  }

  .p-message {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .thank-you, .container-confirmation {
    padding-left: 0;
  }

  .p-confirmation {
    font-size: 16px;
  }

  .blog-heading {
    font-size: 50px;
    line-height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .cta-button-wrapper {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-submit-button {
    width: 100%;
  }

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

  .content-grid-02 {
    grid-template-columns: 1fr;
  }

  .content-02-title-div {
    text-align: left;
    align-items: flex-start;
  }

  .inner-hero-content-01 {
    padding: 40px 20px;
  }

  .hero-section-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 30px;
  }

  .mask-feature {
    width: 100%;
  }

  .card-features-small {
    padding: 24px;
  }

  .slider-back-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-heading {
    font-size: 48px;
  }

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

  .header-slide-arrow-r {
    display: none;
  }

  .header-slider-product {
    min-height: 460px;
  }

  .header-slide-arrow-l {
    display: none;
  }

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

  .header-detail-wrapper, .button-wrapper-3 {
    flex-wrap: wrap;
  }

  .content-tab-panel {
    padding: 24px;
  }

  .large-header {
    font-size: 50px;
  }

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

  .avatar-circle {
    margin-right: 12px;
  }

  .author-block {
    margin-bottom: 40px;
  }

  .pricing-tab-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
  }

  .detail {
    font-size: 16px;
  }

  .pricing-bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-price-wrap {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .pricing-header {
    text-align: center;
    font-size: 42px;
  }

  .column-check {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .checkbox-wrapper {
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
  }

  .price-tab {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-fill {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-form {
    flex-direction: column;
  }

  .cta-newsletter-block {
    padding: 24px;
  }

  .cta-form-button {
    width: 100%;
    margin-top: 12px;
  }

  .cta-field-wrapper {
    flex-direction: column;
  }

  .cta-input-field {
    margin-right: 0;
  }

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

  .container-box.vertical-center {
    padding: 6vh 2vw 8vw;
  }

  .container-box.vertical-center.div-signup {
    margin-top: 10vh;
    margin-bottom: 4vh;
  }

  .container-box.vertical-center.div-contact-form {
    padding-bottom: 12vw;
  }

  .image-5 {
    margin-bottom: 4vh;
  }

  .p-message {
    font-size: 26px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 1.6;
  }

  .image-4 {
    width: 100%;
    height: auto;
    max-width: 80px;
  }

  .sub-head {
    margin-bottom: 0;
    line-height: 1.1;
  }

  .thank-you, .container-confirmation {
    padding-left: 0;
  }

  .section-2.flex-center {
    padding-bottom: 0;
  }

  .p-confirmation {
    padding-top: 2vh;
    padding-left: 2vw;
    padding-right: 2vw;
    line-height: 1.6;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .form-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-image-wrap {
    width: 100%;
  }

  .blog-card-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field-contact {
    margin-bottom: 0;
  }

  .checkbox-label {
    font-size: 1em;
  }

  .consent-p {
    font-size: 14px;
  }
}

#w-node-b43d6c86-dba1-65bc-454d-6b15bfbef479-bfbef466, #w-node-b43d6c86-dba1-65bc-454d-6b15bfbef498-bfbef466, #w-node-_59136d48-49cc-ece7-621a-5b7f89fd07e0-6cc6ecdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59136d48-49cc-ece7-621a-5b7f89fd0800-6cc6ecdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-de0e74eb-9784-99ed-1119-d70ceb430634-6cc6ecdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de0e74eb-9784-99ed-1119-d70ceb43063d-6cc6ecdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6a340e83-7e51-2076-622e-8912be2de1e1-6cc6ecdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a340e83-7e51-2076-622e-8912be2de1ea-6cc6ecdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4ca94c8e-2117-b38c-fa1c-e26a1862c4dd-33a93d25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3a25d9c8-ca07-998f-5820-9af88c91d8bf-33a93d25, #w-node-_3a25d9c8-ca07-998f-5820-9af88c91d8c0-33a93d25, #w-node-bcee91bf-3236-2454-1c14-c621e62c44f6-33a93d25, #w-node-e2672da8-1e53-7153-ff5a-f0ced02523e8-1f2a6903, #w-node-c12703f9-65f9-c723-0c5c-f0f40b3dcb89-b1ccbf20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c12703f9-65f9-c723-0c5c-f0f40b3dcb8e-b1ccbf20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e2672da8-1e53-7153-ff5a-f0ced02523e8-86a8a2bd, #w-node-e2672da8-1e53-7153-ff5a-f0ced02523e8-65599c7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c12703f9-65f9-c723-0c5c-f0f40b3dcb8e-b1ccbf20 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ad914db-9a0e-3dbf-e2a3-4fc5489db84f-33a93d25, #w-node-_4ad914db-9a0e-3dbf-e2a3-4fc5489db853-33a93d25, #w-node-_4ad914db-9a0e-3dbf-e2a3-4fc5489db857-33a93d25, #w-node-_4ad914db-9a0e-3dbf-e2a3-4fc5489db85b-33a93d25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}