:root {
  --black: #191b22;
  --yellow-dark: #ffd619;
  --yellow-brighrt: #ffe648;
  --link-blue: #434de7;
  --black-2: black;
  --white: white;
  --slate-grey: #7e828f;
  --coral: #ffe648;
  --alice-blue: #f5fbfc;
  --hover: #3898ec;
  --royal-blue: #1457ff;
  --silver: #bababa;
}

.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;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: #35b8be;
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: #35b8be;
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 18px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tooltip-close {
  z-index: 5;
  width: 24px;
  height: 24px;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tooltip-close:hover {
  background-color: rgba(0, 42, 255, .1);
}

.navigation-link {
  color: #00104b;
  border-radius: 8px;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link:hover {
  color: #fff;
  background-color: #865ddb;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.feature-card {
  color: #f4f4f6;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-icon-2 {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #434de7;
  background-color: #f2f3ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.large-icon-2.left-align {
  margin-left: 0;
}

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

.richtextbody {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.navigation.homenav {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.banner-alert {
  min-height: 56px;
  color: #fff;
  text-align: center;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  padding: 16px 5%;
  display: flex;
}

.icon-banner {
  width: 24px;
  height: 24px;
  color: #6b7094;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

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

.navigation-button {
  min-height: 48px;
  min-width: 120px;
  background-color: var(--yellow-brighrt);
  outline-offset: 0px;
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  border: 1px solid #000;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: var(--yellow-dark);
}

.logo {
  width: 124px;
}

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

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.navigation-link-2 {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link-2.w--current {
  color: #642eff;
}

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

.navigation-search {
  width: 40px;
  height: 40px;
  color: var(--black);
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-search:hover {
  border-color: var(--black);
}

.help-tooltip {
  width: 300px;
  text-align: left;
  background-color: #f4f8fa;
  border: 1px solid #d8e3f0;
  border-radius: 5px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
  position: absolute;
  top: 20px;
  left: 100%;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.help-tooltip.tour-tooltip {
  z-index: 99;
  width: 420px;
  min-height: 0;
  color: #000;
  background-color: #f4f8fa;
  border: 3px solid #2aa8ff;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7em;
  display: block;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 20px;
  box-shadow: 0 -5px 20px -5px rgba(45, 62, 80, .12), 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.div-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.tooltip-anchor {
  z-index: 100;
  width: 100%;
  height: 10px;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.tooltip-anchor.right {
  width: auto;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-right: -12px;
  padding-left: 12px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tooltip-anchor.right._2 {
  margin-right: -24px;
  top: 10%;
}

.tooltip-wrapper {
  width: 300px;
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

.small-h1 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.tooltip-diamond {
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px rgba(45, 62, 80, .06);
}

.tooltip-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 10px;
  left: -7px;
  right: auto;
}

.eye-svg {
  width: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  display: flex;
}

.tour-step-2 {
  display: none;
}

.relative-block {
  position: relative;
}

.spacer-s {
  width: 100%;
  height: 15px;
}

.input {
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, .1);
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::-ms-input-placeholder {
  color: #6e6e6e;
}

.input::placeholder {
  color: #6e6e6e;
}

.show-password-wrap {
  z-index: 4;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 3%;
}

.input-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 12px;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

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

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.form-wrapper {
  z-index: 50;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.left-align {
  text-align: left;
  align-items: flex-start;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.faint-text {
  color: #000;
}

.tooltip-navigation {
  z-index: 3;
  min-height: 50px;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.form-container {
  width: 100%;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.flex-row-outer {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-row-outer.margin-bottom {
  margin: 0 0 12px;
}

.link {
  color: var(--link-blue);
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.show-password {
  color: #000;
  background-color: #fff;
  padding: 0 7px 0 6px;
  font-size: 13.5px;
  display: flex;
  bottom: 5px;
}

.show-password.w--current {
  display: none;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.tooltip-svg {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tooltip-author {
  width: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.button {
  height: 50px;
  background-color: var(--yellow-dark);
  color: var(--black-2);
  border: 1px solid #000;
  border-radius: 10px;
  margin: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
}

.button.in-form {
  width: 100%;
  height: 48px;
  background-color: var(--yellow-dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.in-form:hover {
  background-color: var(--black);
}

.button.form-button {
  background-color: var(--yellow-brighrt);
  color: var(--white);
  border-style: none;
}

.button.in-form {
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.secondary {
  border: 2px solid var(--yellow-dark);
  color: var(--black-2);
  text-align: center;
  background-color: #fff;
  display: block;
}

.button.secondary:hover {
  color: #000;
  border-color: #000;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

.link-2 {
  color: var(--link-blue);
  border: 1px #000;
  text-decoration: none;
}

.link-2:hover {
  color: #272d88;
}

.checkbox-label {
  color: rgba(0, 0, 0, .8);
  font-weight: 300;
}

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

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

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

.form-wrapper-2 {
  z-index: 50;
  width: 100%;
  max-width: 360px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.field-label {
  color: #374252;
  margin-bottom: 3px;
  font-size: 13.5px;
  font-weight: 600;
}

.text-field {
  height: 42px;
  color: #000;
  border: 1px solid #dcdce5;
  border-radius: 6px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 2px rgba(220, 220, 229, .5);
}

.text-field:hover {
  border-color: rgba(0, 0, 0, .8);
  box-shadow: 0 1px 4px rgba(220, 220, 229, .9);
}

.text-field:focus {
  border: 1px solid #434de7;
}

.text-field::-ms-input-placeholder {
  color: #6e6e6e;
}

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

.form-button {
  width: 100%;
  height: 45px;
  background-color: var(--yellow-dark);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px rgba(34, 34, 34, .16);
}

.form-button:hover {
  background-color: var(--black);
  box-shadow: 0 5px 30px rgba(34, 34, 34, .16);
}

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.field-description {
  color: rgba(0, 0, 0, .6);
  margin-top: 3px;
  font-size: 12px;
  font-weight: 300;
}

.text-field-wrapper {
  width: 100%;
  flex-direction: column;
  margin-bottom: 12px;
  display: flex;
}

.text-field-wrapper.half {
  width: 49%;
}

.form-field-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.signup-header {
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-3 {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.small-h1-2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.link-3 {
  color: var(--link-blue);
  font-weight: 600;
  text-decoration: none;
}

.link-3:hover {
  color: #000;
}

.form-block {
  width: 100%;
}

.spacer-xs {
  width: 100%;
  height: 10px;
}

.div-block-4 {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.description {
  opacity: .6;
  color: #000;
  margin-top: 3px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
}

.link-4 {
  color: var(--link-blue);
  font-weight: 600;
  text-decoration: none;
}

.link-4:hover {
  color: #000;
}

.div-block-5 {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.small-h1-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.utility-wrap {
  width: 100%;
  max-width: 350px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.spacer-l {
  width: 100%;
  height: 30px;
}

.border-wrap {
  width: auto;
  max-width: none;
  min-width: 400px;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.div-block-7 {
  justify-content: center;
  display: flex;
}

.margin-bottom-2 {
  margin-bottom: 20px;
}

._120-font {
  font-size: 120%;
}

.form-header {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.form-wrapper-3 {
  z-index: 50;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper-3.verify {
  max-width: 500px;
  text-align: center;
}

.button-2 {
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: #374252;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px rgba(34, 34, 34, .16);
}

.button-2:hover {
  background-color: #000;
  box-shadow: 0 5px 30px rgba(34, 34, 34, .16);
}

.button-2.auto {
  width: auto;
  background-color: var(--yellow-dark);
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: inline-block;
}

.button-2.auto:hover {
  background-color: var(--black);
}

.relative {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-8 {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.f-footer-small {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 5%;
  position: relative;
}

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

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-line {
  width: 1px;
  height: 24px;
  background-color: #e4e6f1;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-link {
  width: 100%;
  color: #160042;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--yellow-brighrt);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-social {
  width: 48px;
  height: 48px;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-footer-vertical-divider {
  width: 1px;
  height: 16px;
  background-color: #e4e6f1;
}

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

.f-icon-regular:hover {
  color: var(--yellow-brighrt);
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.product-heading {
  width: 40%;
  padding-right: 3rem;
}

.feature-icon_image {
  max-width: 40%;
}

.decoration-benefits_shadow {
  max-width: 75%;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 20%;
  right: auto;
}

.decoration-benefits-blue-box {
  z-index: 2;
  max-width: 75%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 10%;
  right: auto;
}

.h2 {
  color: #1c2d45;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.decoration-benefits_lines-on-right {
  z-index: 5;
  position: absolute;
  top: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-benefits_product-images {
  width: 25rem;
  height: 15rem;
  position: relative;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: #e2e4e8;
  border-radius: 2px;
  margin-top: 6rem;
  margin-bottom: -5rem;
}

.margin-bottom-3 {
  margin: 0 0 1rem;
}

.margin-bottom-3.margin-xlarge {
  margin-bottom: 3rem;
}

.decoration-benefits_churn {
  z-index: 4;
  position: absolute;
  top: 57%;
  left: auto;
  right: 16%;
}

.home-benefits-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-benefits-wrapper.margin-top {
  margin-top: 10rem;
}

.icon-button {
  background-color: var(--yellow-brighrt);
  color: #fff;
  background-image: linear-gradient(353deg, rgba(0, 117, 254, 0), #fff);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: stretch;
  padding: 1.1em 1.7em;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.icon-button:hover {
  background-color: var(--yellow-dark);
  background-image: linear-gradient(353deg, rgba(0, 117, 254, 0), #fff);
}

.standard-paragraph {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.standard-paragraph.smaller {
  text-align: center;
  font-size: .95rem;
}

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

.flex-row-center-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-process-content_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  display: grid;
}

.button-wrapper-2 {
  text-align: center;
  flex-direction: column;
  position: relative;
}

.process-image {
  max-width: 60%;
}

.home-benefits-section {
  flex-direction: column;
  display: flex;
}

.h-small {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.padding-vertical {
  padding: 5rem 0;
}

.decoration-benefits_trust {
  z-index: 5;
  max-width: 75%;
  position: absolute;
  top: 5%;
  left: 9%;
  right: 0%;
}

.decoration-benefits_cudtomers {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: -4%;
  right: auto;
}

.features-content_icon {
  width: 7rem;
  height: 7rem;
  background-color: #f3f4ff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.features-content_icon.small {
  width: 3rem;
  height: 3rem;
  flex: none;
  margin-right: 1rem;
}

.grid-faq {
  width: 50%;
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  justify-items: stretch;
  margin-top: 0;
}

.decoration-benefits_sales {
  z-index: 2;
  position: absolute;
  top: -13%;
  bottom: 0%;
  left: -3%;
  right: auto;
}

.flex-row-left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.button-arrow {
  width: 20px;
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

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

.flex-row-outer-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-header-content {
  text-align: center;
  padding-top: 3rem;
}

.button-trigger {
  padding-top: .7rem;
  font-size: .7rem;
}

.decoration-benefits_triangle {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 16%;
}

.home-benefits-content {
  width: 50ch;
  padding-right: 10%;
}

.container-small {
  width: 100%;
  max-width: 34rem;
  margin-right: auto;
}

.decoration-benefits_moneybag {
  z-index: 5;
  position: absolute;
  top: -27%;
  left: auto;
  right: 10%;
}

.home-process-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-header-content-text {
  max-width: 60rem;
  flex-direction: column;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.h1 {
  color: #000;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.decoration-benefits_squiggle {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 1%;
  right: auto;
}

.decoration-benefits_crowd {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 23%;
  right: 0%;
}

.page-wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.container-6 {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.svg-arrow {
  width: 14vw;
  height: 14vw;
  color: #ff7526;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 80%;
  bottom: auto;
  left: 88%;
}

.svg-arrow.top-left {
  width: 115px;
  height: 115px;
  top: -3%;
  left: auto;
  right: 95%;
  transform: rotate(23deg);
}

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

.text-span {
  color: var(--yellow-brighrt);
}

.text-block-2, .text-block-3 {
  color: var(--black-2);
}

.pricing-tabs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tab-title {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.price {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.main-container {
  width: 100%;
  max-width: 1100px;
}

.main-container.no-max-width {
  max-width: none;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.frequency {
  opacity: .6;
  color: #000;
  margin-bottom: auto;
  font-size: 13px;
  font-weight: 400;
}

.price-card-name {
  color: #000;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

._4-1-grid {
  min-height: 150px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  margin-top: 0;
  margin-bottom: 0;
}

.h2-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
}

.price-large-span {
  font-size: 30px;
}

.feature-label {
  font-size: 14px;
  font-weight: 600;
}

.tabs-menu-3 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 8px;
  display: inline-block;
}

.paragraph-small {
  min-height: auto;
  color: #000;
  margin-bottom: 0;
  font-weight: 400;
}

.tab-link-3 {
  width: 200px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 12px 0;
  font-weight: 600;
}

.tab-link-3.w--current {
  color: #434de7;
  background-color: #f2f3ff;
  border: 1px #434de7;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tabs-content-3 {
  overflow: visible;
}

.paragraph-2 {
  opacity: .9;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.pricing-card {
  width: 100%;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 25px;
  display: flex;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.pricing-card.left-align {
  width: 70%;
  text-align: left;
  align-items: flex-start;
}

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

.content-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrap-center.max-width-800 {
  max-width: 800px;
}

._1-3-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: stretch;
  justify-items: stretch;
  display: grid;
}

.feature-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  align-items: center;
  display: flex;
}

.spacer-xxl {
  width: 100%;
  height: 50px;
}

.div-block-10 {
  justify-content: center;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading {
  text-align: center;
  text-decoration: none;
}

.heading-2 {
  color: var(--yellow-brighrt);
  margin-top: 10px;
}

.body {
  background-color: #f2f3ff;
}

.icon-small {
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.icon-small.wallet {
  padding: 4px;
}

.icon-small.profile {
  padding: 2px;
}

.icon-small.happy-icon {
  width: 32px;
  height: 32px;
  color: #ebb800;
  background-color: #fff;
  border-radius: 100%;
  padding: 7px;
  position: absolute;
  top: auto;
  bottom: -13%;
  left: auto;
  right: 7%;
  box-shadow: 0 12px 12px rgba(29, 1, 80, .1);
}

.general-menu {
  width: 250px;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 20px 15px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.logo-img {
  color: #000;
}

.profile-form-container-2 {
  color: #000;
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.button-3 {
  height: 45px;
  border: 3px solid var(--yellow-dark);
  background-color: var(--white);
  color: var(--black-2);
  border-radius: 10px;
  align-self: center;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button-3:hover {
  border-style: solid;
  border-color: var(--black-2);
  background-color: var(--black-2);
  box-shadow: none;
  color: #fff;
}

.div-block-17 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-1-name {
  font-size: 16px;
}

.dashboard-1-member-wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dashboard-menu-wrap {
  z-index: 10;
  width: 200px;
  height: auto;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 25px;
  display: flex;
  position: fixed;
  top: 3%;
  bottom: auto;
  left: 2%;
  right: auto;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.large-icon {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: #434de7;
  background-color: #f2f3ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
}

.large-icon.giant-icon {
  width: 70px;
  height: 70px;
  color: #fff;
  background-color: #434de7;
  padding: 14px;
}

.full-section {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  padding: 25px 20px 25px 350px;
  position: relative;
}

.full-section.grey-bg {
  background-color: #f2f3ff;
}

.dashboard-content-wrap {
  width: 100%;
  height: 100%;
  max-width: 70vw;
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  display: flex;
  position: static;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.relative-2 {
  position: relative;
}

._100 {
  width: 100%;
}

.dashboard-1-link {
  width: 80%;
  opacity: .7;
  color: #000;
  text-align: center;
  border-right: 3px solid rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dashboard-1-link:hover {
  opacity: 1;
}

.dashboard-1-link.w--current {
  opacity: 1;
  background-color: #f2f3ff;
  border-radius: 10px;
  margin-top: 2px;
  margin-bottom: 10px;
  font-weight: 600;
}

.dashboard-1-descript {
  opacity: .6;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
}

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

.radio-input {
  width: 15px;
  height: 15px;
  border-color: #b7bbd1;
  margin-top: 2px;
  margin-right: 7px;
}

.radio-input.w--redirected-checked {
  border-color: #434de7;
}

.logo-padding {
  padding-top: 5px;
}

.plain-text {
  background-color: #fff;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.subheader {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.full-section-3 {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  padding: 125px 25px 25px;
  display: block;
  position: relative;
}

.full-section-3.grey-bg {
  background-color: #f2f3ff;
}

.dashboard-3-menu-wrap {
  z-index: 10;
  width: auto;
  height: auto;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 25px;
  bottom: auto;
  left: 25px;
  right: 25px;
  box-shadow: 0 20px 30px -10px rgba(29, 1, 80, .1);
}

.dashboard-3-link {
  width: auto;
  opacity: .7;
  color: #000;
  text-align: center;
  border-right: 3px solid rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.dashboard-3-link:hover {
  opacity: 1;
}

.dashboard-3-link.w--current {
  opacity: 1;
  background-color: #f2f3ff;
  border-radius: 10px;
  font-weight: 600;
}

.input-description {
  opacity: .8;
  margin-top: 5px;
  margin-bottom: 6px;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 300;
  transition: height .2s;
  overflow: hidden;
}

.field-divider {
  width: 100%;
  height: 1px;
  background-color: #f2f3ff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio-field {
  color: #000;
  margin-top: 5px;
}

.dashboard-3-links {
  width: auto;
  display: flex;
}

.button-4 {
  height: 50px;
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button-4:hover {
  box-shadow: none;
  background-color: #000;
}

.button-4.absolute {
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-4.secondary {
  color: #434de7;
  background-color: #fff;
  border: 2px solid #434de7;
  padding-top: 13px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-4.secondary:hover {
  color: #000;
  border-color: #000;
}

.container-7 {
  max-width: 600px;
  justify-content: flex-start;
  display: block;
}

.div-block-18 {
  padding-top: 30px;
  padding-left: 350px;
}

.div-block-19 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.small-h1-4 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.profile-form-container {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.body-2 {
  flex-direction: row;
  justify-content: center;
  margin-right: 10px;
}

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

.form-block-2 {
  margin-left: 10px;
}

.div-block-21 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.html-embed {
  flex-direction: column;
  justify-content: center;
}

.text-span-3 {
  font-size: 22px;
  font-weight: 600;
}

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

.text-block-4 {
  margin-right: 10px;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-3 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-block-5 {
  padding-right: 10px;
}

.input2 {
  width: 100%;
  height: 48px;
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px rgba(29, 1, 80, .1);
}

.input2:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input2:focus {
  border: 1px solid #434de7;
}

.input2::-ms-input-placeholder {
  color: #6e6e6e;
}

.input2::placeholder {
  color: #6e6e6e;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.html-embed-3 {
  flex-direction: column;
  justify-content: center;
}

.longer {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.longerless {
  width: 100%;
  padding-right: 20px;
}

.link-5 {
  color: #f40;
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.button-5 {
  z-index: 1;
  color: #fff;
  background-color: #131617;
  border-radius: .25em;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 7px 7px #ffda54;
}

.button-5:hover {
  box-shadow: 0 0 #ffda54;
}

.lottie {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  margin-right: 15px;
}

.price-2 {
  margin-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.1;
}

.extras__left-col {
  width: 40%;
  font-weight: 400;
  position: relative;
}

.integrations-block {
  background-color: #fff;
  border: 3px solid #131617;
  border-radius: 24px;
  flex-direction: column;
  padding: 2em 2em 3em;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  box-shadow: 11px 11px rgba(255, 218, 84, .25);
}

.integrations-block:hover {
  box-shadow: 0 0 rgba(255, 218, 84, .5);
}

.faqs-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.text-mark {
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.button-arrow-2 {
  width: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.accordion-grid {
  grid-column-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 5fr;
  margin-top: 3em;
  position: relative;
}

.payment-terms {
  font-size: 12px;
}

.accordion-faq {
  cursor: pointer;
  border-bottom: 1px solid #131617;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: -1px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

.extras__right-col {
  width: 50%;
}

.f-r-see-more {
  max-width: 300px;
  color: #16192c;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.f-r-see-more:hover {
  color: #706548;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.discount-container {
  width: 120px;
  color: #fcfbf3;
  background-color: #131617;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 18px;
  font-size: .8em;
  display: inline-block;
  position: absolute;
  top: -1em;
  bottom: auto;
  left: 0;
  right: 0;
}

.feature-wrap-2 {
  background-image: none;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.text-question {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.1em;
}

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

.button-content.outer {
  z-index: 2;
  justify-content: space-between;
  position: relative;
}

.price-tab {
  width: 6em;
  color: rgba(19, 22, 23, .7);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  margin: -2px;
  padding: .5em 0;
  font-size: 1.1em;
  transition: background-color .2s, color .2s;
}

.price-tab:hover {
  color: #fff;
  background-color: #131617;
}

.price-tab.w--current {
  color: #131617;
  background-color: #ffda54;
  border-color: #131617;
}

.extra-plans {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.featured-review-see-more {
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.accordion-wrapper {
  background-color: #fff;
  border: 2px solid #131617;
  border-radius: 3px;
  margin-bottom: 3em;
  overflow: hidden;
}

.feature-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 32px;
}

.text-answer {
  margin-top: 15px;
  margin-bottom: 0;
}

.accordion-answer-wrap {
  padding-bottom: 0;
  overflow: hidden;
}

.text-large {
  color: var(--black);
  font-size: 2.5em;
  line-height: 1.3;
}

.text-large.z2 {
  z-index: 2;
  position: relative;
}

.answer-wrap {
  display: block;
}

.pricing-menu {
  width: 13em;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.text-price {
  margin-top: .5em;
  font-size: 1.1em;
}

.detail {
  color: rgba(19, 22, 23, .7);
  margin-bottom: 0;
  font-weight: 400;
}

.pricing-features {
  margin-bottom: 12px;
  font-size: 1em;
  line-height: 24px;
}

.pricing-option {
  margin-bottom: 12px;
  font-size: 1.8em;
  line-height: 1.6em;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.pricing-description {
  color: rgba(19, 22, 23, .7);
  margin-bottom: 20px;
  font-weight: 400;
}

.pricing-card-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-flow: column;
  margin-top: 3em;
  margin-left: -1em;
  margin-right: -1em;
  padding-bottom: 6em;
  padding-left: 1em;
  padding-right: 1em;
  display: grid;
  position: relative;
}

.title-cell {
  padding: 20px;
}

.button-price {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #14a2a2;
  border-radius: 100px;
  margin-top: 16px;
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button-price.dark {
  background-color: #231d4f;
}

.button-price.max-width {
  max-width: 250px;
  color: #231d4f;
  background-color: #fff;
}

.price-card-dark {
  color: #fff;
  background-color: #14a2a2;
  border-radius: 25px;
  padding: 32px 34px;
  position: relative;
  box-shadow: 15px 14px 5px rgba(11, 125, 125, .15);
}

.price-cell {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.price-cell.no {
  opacity: .5;
  filter: grayscale();
}

.price-cell.header {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.check {
  width: 22px;
  height: 22px;
  background-color: #231d4f;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  margin-right: 10px;
  padding: 6px 0 5px;
}

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

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.subtitle {
  color: rgba(35, 29, 79, .65);
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

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

.price-card {
  background-color: #fff;
  border-radius: 25px;
  padding: 32px 34px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 40px;
}

.feature-wrap-3 {
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  display: flex;
}

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

.price-illustration {
  position: absolute;
  top: auto;
  bottom: -8%;
  left: auto;
  right: -8%;
}

.price-caption {
  margin-top: 4px;
}

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

.grid-feature {
  background-color: #fff;
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr;
}

.recommend-tag {
  color: #231d4f;
  background-color: #ffd724;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 23px;
  display: flex;
}

.price-top-wrap {
  min-height: 52px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.check-grid {
  min-height: 150px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  align-content: start;
  margin-top: 32px;
  margin-bottom: 20px;
}

.check-grid-large {
  min-height: 150px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-content: start;
  margin-top: 32px;
  margin-bottom: 20px;
}

.container-8 {
  width: 100%;
  max-width: 1170px;
  justify-content: center;
}

.pricing-card-grid-2 {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 3em;
  margin-left: 10em;
  margin-right: 10em;
  padding-bottom: 6em;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.relative-3 {
  position: relative;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--yellow-dark);
}

.decoration-benefits_moneybag-copy {
  z-index: 5;
  position: absolute;
  top: 18%;
  left: auto;
  right: 23%;
}

.navigation-link-2-copy {
  color: #160042;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: none;
}

.navigation-link-2-copy:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link-2-copy.w--current {
  color: #642eff;
}

.slide {
  background-image: url('../images/slide3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  width: 100%;
  height: 30vh;
  margin-left: 10px;
  margin-right: 140px;
}

.slide-2 {
  background-image: url('../images/slide2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide4.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slide1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-2 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-26 {
  justify-content: center;
}

.form-button-2 {
  width: 100%;
  height: 45px;
  background-color: #ffd619;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px rgba(34, 34, 34, .16);
}

.form-button-2:hover {
  background-color: #191b22;
  box-shadow: 0 5px 30px rgba(34, 34, 34, .16);
}

.link-6 {
  color: #434de7;
  border: 1px #000;
  text-decoration: none;
}

.link-6:hover {
  color: #272d88;
}

.div-block-27 {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-7 {
  color: #434de7;
  border: 1px #000;
  text-decoration: none;
}

.link-7:hover {
  color: #272d88;
}

.div-block-28 {
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  display: flex;
}

.form-wrapper-4 {
  z-index: 50;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-8 {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link-8:hover {
  color: #000;
}

.small-h1-5 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.button-6 {
  height: 50px;
  color: #000;
  background-color: #ffd619;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button-6:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
}

.button-6.form-button {
  color: #fff;
  background-color: #ffe648;
  border-style: none;
}

.div-block-30 {
  justify-content: center;
  display: flex;
}

.form-wrapper-5 {
  z-index: 50;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-9 {
  color: #434de7;
  font-weight: 600;
  text-decoration: none;
}

.link-9:hover {
  color: #000;
}

.small-h1-6 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.button-7 {
  height: 50px;
  color: #000;
  background-color: #ffd619;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 10px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px rgba(29, 1, 80, .1);
}

.button-7:hover {
  box-shadow: none;
  color: #fff;
  background-color: #000;
}

.button-7.form-button {
  color: #fff;
  background-color: #ffe648;
  border-style: none;
}

.text-block-6 {
  flex-direction: row;
  justify-content: center;
}

.checkmark {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.input-wrapper-copy {
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper-copy._15p-right {
  margin-right: 15px;
}

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

@media screen and (min-width: 1280px) {
  .svg-arrow {
    width: 150px;
    height: 150px;
  }

  .full-section {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-span-2 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .container-5 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .dropdown {
    margin-left: 0;
    margin-right: 0;
  }

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

  .navigation {
    position: relative;
  }

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

  .menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

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

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

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

  .navigation-link-2 {
    width: 100%;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .product-heading {
    padding-right: 10%;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .decoration-benefits_churn {
    top: 57%;
    right: 13%;
  }

  .home-benefits-wrapper {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 4rem;
  }

  .home-process-content_wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .features-content_icon {
    width: 6rem;
    height: 6rem;
  }

  .grid-faq {
    grid-column-gap: 27px;
  }

  .home-benefits-content {
    width: 60ch;
    text-align: center;
  }

  .home-process-block {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .home-header-content-text {
    max-width: 40rem;
  }

  .svg-arrow {
    left: 92%;
  }

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

  .general-menu, .dashboard-content-wrap, .plain-text {
    padding: 4vw;
  }

  .dashboard-3-menu-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-18 {
    padding-left: 300px;
    padding-right: 10px;
  }

  .accordion-grid {
    grid-row-gap: 50px;
  }

  .f-r-see-more {
    margin-bottom: 46px;
  }

  .extra-plans {
    max-width: 100%;
  }

  .featured-review-see-more {
    font-size: 15px;
  }

  .text-large {
    font-size: 2.2em;
  }

  .pricing-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .price-card-dark {
    position: relative;
  }

  .grid-feature-button {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price-card {
    position: relative;
  }

  .grid-feature-blank {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .price-illustration {
    display: none;
  }

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

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

  .navigation-link-2-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .large-icon-2 {
    width: 36px;
  }

  .banner-alert {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .icon-banner {
    display: none;
  }

  .f-footer-link {
    color: var(--black-2);
  }

  .f-footer-link:hover {
    color: var(--yellow-dark);
  }

  .f-footer-social {
    color: var(--black-2);
  }

  .f-footer-social:hover {
    color: var(--yellow-dark);
  }

  .product-heading {
    width: 400px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding-right: 0%;
    display: flex;
  }

  .feature-icon_image {
    max-width: 35%;
  }

  .section-divider {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-benefits-wrapper {
    margin-top: 4rem;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 5rem;
  }

  .icon-button {
    padding: 12px 30px;
    font-size: 14px;
  }

  .home-process-content_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .process-image {
    max-width: 70%;
  }

  .padding-vertical {
    padding: 2rem 0 0;
  }

  .features-content_icon {
    width: 5rem;
    height: 5rem;
  }

  .grid-faq {
    width: 100%;
    grid-column-gap: 41px;
  }

  .flex-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-row-outer-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .questions-block {
    text-align: left;
  }

  .home-header-content {
    padding-top: 3rem;
  }

  .home-benefits-content {
    width: 50ch;
  }

  .home-header-content-text {
    max-width: 38rem;
  }

  .h1 {
    font-size: 3rem;
  }

  .container-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .svg-arrow {
    top: 88%;
  }

  ._4-1-grid {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .tabs-menu-3 {
    flex-direction: column;
    display: flex;
  }

  .pricing-card {
    max-width: 350px;
  }

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

  .general-menu {
    width: 37%;
  }

  .large-icon {
    width: 36px;
  }

  .div-block-18 {
    padding-left: 240px;
  }

  .extras__left-col, .extras__right-col {
    width: 100%;
  }

  .f-r-see-more {
    margin-bottom: 20px;
  }

  .extra-plans {
    display: block;
  }

  .text-large {
    font-size: 2em;
  }

  .pricing-menu {
    margin-top: 1em;
  }

  .pricing-card-grid {
    margin-top: 2em;
  }

  .price-card-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .grid-feature-button {
    grid-template-columns: 1fr 1fr;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .price-illustration {
    max-width: 20%;
    display: block;
    bottom: 0%;
  }

  .check-grid, .check-grid-large {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .pricing-card-grid-2 {
    margin-top: 2em;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  .large-icon-2.left-align {
    color: var(--yellow-dark);
  }

  .navigation-button {
    display: none;
  }

  .div-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .border-wrap {
    min-width: 0;
  }

  .div-block-7 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f-footer-menu {
    flex-direction: row;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .product-heading {
    width: 100%;
  }

  .decoration-benefits_shadow {
    max-width: 90%;
    top: 11%;
    left: 9%;
  }

  .decoration-benefits-blue-box {
    max-width: 90%;
    left: 4%;
  }

  .decoration-benefits_lines-on-right {
    max-width: 15%;
    right: -7%;
  }

  .home-benefits_product-images {
    width: 100%;
    max-width: 18rem;
    min-width: 12rem;
  }

  .margin-bottom-3 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .decoration-benefits_churn {
    max-width: 40%;
    top: 22%;
    right: -5%;
  }

  .home-benefits-wrapper {
    grid-row-gap: 3rem;
  }

  .home-benefits-wrapper.margin-top {
    grid-row-gap: 3rem;
    margin-top: 10rem;
  }

  .icon-button {
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-process-content_wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .process-image {
    max-width: 70%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .decoration-benefits_trust {
    max-width: 90%;
  }

  .decoration-benefits_cudtomers {
    max-width: 60%;
    bottom: -12%;
    left: -10%;
  }

  .features-content_icon {
    width: 4rem;
    height: 4rem;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .decoration-benefits_sales {
    max-width: 50%;
  }

  .flex-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .decoration-benefits_triangle {
    max-width: 18%;
    bottom: 18%;
    right: 7%;
  }

  .home-benefits-content {
    width: auto;
  }

  .decoration-benefits_moneybag {
    max-width: 40%;
  }

  .home-process-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-header-content-text {
    padding-left: 0;
    padding-right: 0;
  }

  .decoration-benefits_squiggle {
    max-width: 15%;
    bottom: 11%;
    left: -8%;
  }

  .decoration-benefits_crowd {
    max-width: 40%;
  }

  .svg-arrow {
    width: 20vw;
    height: 20vw;
    top: 110%;
    left: 85%;
  }

  ._4-1-grid {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h2-2 {
    font-size: 30px;
  }

  .div-block-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-13 {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .general-menu {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    position: relative;
    top: auto;
    left: auto;
  }

  .dashboard-menu-wrap {
    width: 100%;
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-top: 0;
    position: static;
  }

  .full-section {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .justify-end-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .full-section-3 {
    padding-left: 25px;
  }

  .dashboard-3-menu-wrap {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-top: 20px;
    position: static;
  }

  .dashboard-3-links {
    flex-direction: column;
  }

  .button-4.absolute {
    position: static;
  }

  .div-block-18 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-2 {
    flex-direction: column;
    display: flex;
  }

  .form {
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-2 {
    margin-bottom: 0;
    padding: 20px 0;
  }

  .form-4 {
    width: 100vw;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .form-block-3 {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .integrations-block {
    font-size: 14px;
  }

  .faqs-inner {
    padding-top: 2em;
  }

  .accordion-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .accordion-faq {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-answer-wrap {
    padding-left: 0;
  }

  .pricing-menu {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container {
    padding-left: 5%;
    padding-right: 4%;
  }

  .pricing-card-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .price-cell {
    padding: 13px;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .grid-feature-button {
    grid-template-columns: 1fr;
  }

  .pricing-card-grid-2 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .relative-3 {
    width: 100%;
  }

  .decoration-benefits_moneybag-copy {
    max-width: 18%;
    right: 16%;
  }

  .navigation-link-2-copy {
    display: block;
  }

  .div-block-29, .div-block-30 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e636-9f96be29 {
  justify-self: center;
}

#w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e642-9f96be29 {
  justify-self: end;
}

#w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e649-9f96be29, #w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e652-9f96be29, #w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e691-9f96be29, #w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e698-9f96be29, #w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e69f-9f96be29 {
  justify-self: center;
}

#w-node-_839aa0c2-8a21-6254-7e6e-cba8965f6e88-9f96be29, #w-node-_839aa0c2-8a21-6254-7e6e-cba8965f6ea6-9f96be29, #w-node-_839aa0c2-8a21-6254-7e6e-cba8965f6ea7-9f96be29, #w-node-f1176b6d-75f4-100b-e170-135926677a86-9f96be29, #w-node-f1176b6d-75f4-100b-e170-135926677aa4-9f96be29, #w-node-f1176b6d-75f4-100b-e170-135926677aa5-9f96be29, #w-node-_8fffcd0e-50d0-fa7c-b836-de294f834498-4f83448e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e642-9f96be29 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e649-9f96be29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_750a2bbb-0a02-d348-cc6b-2cfe0b89e642-9f96be29 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsoutlined';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}