:root {
  --main-blues: #011f53;
  --light-blue: #f7fcfd;
  --light-blues: #2176e9;
  --primary-dark-blue: #001a42;
  --primary-white: white;
  --best-yellow: #ffdc5f;
  --primary-light-blue: #189cf4;
  --primary-medium-blue: #0174c7;
  --cool-yellow: #ffb700;
  --light-gray: #f0f2f6;
  --cream-color: #fff9e6;
  --green-cute: #19ceaf;
}

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

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

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

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

body {
  color: var(--main-blues);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom, .padding-bottom.padding-xxsmall {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_heading-tags, .fs-styleguide_other-tags {
  background-color: #fff;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.fs-styleguide_heading-styles {
  background-color: #fff;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.pb0s {
  padding-bottom: 0;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.fs-styleguide_webflow-elements {
  background-color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  flex: none;
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_text-classes {
  background-color: #fff;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: rgba(0, 0, 0, .05);
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.heading-style-h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper.bg-light-blue {
  background-image: linear-gradient(to bottom, var(--light-blue), white);
}

.fs-styleguide_icons, .fs-styleguide_colors {
  background-color: #fff;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  z-index: 5;
  color: #fff;
  text-align: center;
  background-color: #001a42;
  border-radius: 8px;
  padding: 1rem 2.5rem 1rem 3rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  box-shadow: 0 0 rgba(7, 31, 87, 0), 0 1px .4px rgba(7, 31, 87, .03), 0 2px .8px rgba(7, 31, 87, .04), 0 3px 1.6px rgba(7, 31, 87, .043), 0 5px 2.9px rgba(7, 31, 87, .047), 0 9px 5.3px rgba(7, 31, 87, .047), 0 15px 10.4px rgba(7, 31, 87, .05), 0 31px 22.8px rgba(7, 31, 87, .055);
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  width: 100%;
  min-height: 4rem;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: 700;
  display: flex;
}

.button.is-large.cta_opener {
  z-index: 50;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-smaller {
  padding: .5rem 1.5rem;
}

.fs-styleguide_buttons {
  background-color: #fff;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.page-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_video {
  background-color: #f7f7f7;
  overflow: hidden;
}

.influencer-list {
  margin-top: 5px;
  margin-bottom: 10px;
}

.icon-list-item {
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.feature-wrap {
  width: 100%;
  align-items: center;
  line-height: 1.45;
  display: flex;
}

.check {
  width: 28px;
  height: 28px;
  color: var(--light-blues);
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-right: .5rem;
  display: flex;
}

.section_footer {
  background-color: var(--primary-dark-blue);
  color: var(--primary-white);
}

.logo-wrapper {
  position: relative;
  overflow: hidden;
}

.items-holder {
  grid-column-gap: 5.75rem;
  flex-direction: row;
  display: flex;
  position: relative;
}

.logo-wrappers {
  width: 100%;
  max-width: 66.25rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-gradient-right {
  width: 20%;
  background-image: linear-gradient(267deg, var(--primary-white), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-gradient-left {
  width: 20%;
  background-image: linear-gradient(83deg, var(--primary-white), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.items {
  grid-column-gap: 5.75rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-block.g1, .img-block.cnn {
  height: 35px;
}

.section_logo-wrapper {
  background-color: var(--primary-white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.feature-stars {
  color: #fa0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-num {
  color: #010101;
  margin-left: .5rem;
}

.border-bottom {
  border-bottom: .0625rem solid rgba(35, 42, 58, .07);
  justify-content: space-between;
  align-items: center;
  padding-top: .3rem;
  padding-bottom: .3rem;
  display: flex;
}

.border-bottom.last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.star-reviews-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--main-blues);
  justify-content: center;
  align-items: center;
  display: flex;
}

.listicle-reviews {
  width: 100%;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-weight: 500;
}

.review-fb-inner {
  background-color: var(--primary-white);
  border-radius: 12px;
  padding: 10px 40px 10px 20px;
  position: relative;
}

.fb-icon {
  width: 20px;
  margin-right: 4px;
}

.fb-icon.negative-margin {
  margin-right: -4px;
}

.fb-left {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  position: relative;
}

.facebook-reviews-sec {
  text-align: left;
  margin-top: .5rem;
  display: block;
}

.fb-review {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(65px, 65px) 1fr;
  margin-bottom: 25px;
}

.fb-icons-right {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 3px 10px;
  display: flex;
  position: absolute;
  left: auto;
  right: 10px;
  box-shadow: 0 6px 4px -6px rgba(0, 0, 0, .45);
}

.layout2_image {
  object-fit: cover;
  border-radius: 100px;
}

.cta-bubble {
  background-color: var(--best-yellow);
  color: var(--primary-dark-blue);
  text-align: center;
}

.cta-bubble.padding-global {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.cirlce-sc {
  z-index: 5;
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -15px;
  bottom: auto;
  left: auto;
  right: -15px;
  transform: rotate(25deg);
}

.circle-img {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.div-block-418 {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-cta {
  font-size: 1.25rem;
}

.padding-section-tiny {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section_reviews_new {
  background-color: #fff9e6;
  overflow: hidden;
}

.verified-buyer {
  grid-column-gap: .5rem;
  color: #77c44f;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.avatar-name-2-2 {
  text-align: left;
  font-weight: 500;
  line-height: 1;
}

.review-info-2 {
  height: 100%;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.review-item-image-wrapper {
  height: 14.375rem;
}

.review-card {
  border-radius: .375rem;
  overflow: hidden;
}

.review-stars {
  width: 5rem;
}

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

.testimonial-check {
  width: 1rem;
}

.list-block-1-info-sc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.headline-feature {
  color: var(--primary-light-blue);
  text-decoration: underline;
}

.div-block-284 {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.div-block-285 {
  margin-right: 10px;
  display: flex;
}

.image-6 {
  width: 25px;
}

.text-block-5 {
  text-align: left;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
}

.rt_title-2 {
  border-right: 1px solid var(--primary-medium-blue);
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}

.sticky_footer {
  z-index: 8000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .75);
  display: flex;
  overflow: visible;
}

.div-block-277 {
  color: var(--primary-dark-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.button-fluid-2 {
  width: 100%;
  background-color: var(--primary-light-blue);
  color: var(--primary-white);
  text-align: center;
  text-transform: uppercase;
  border-radius: .5rem;
  align-items: center;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s;
  display: inline-block;
  position: relative;
}

.button-fluid-2.dark-blue {
  background-color: var(--primary-dark-blue);
}

.message-bar {
  width: 100%;
  max-width: 680px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.trusted-text {
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.trusted-text.sticky {
  color: var(--primary-medium-blue);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

.sticky-topzeras {
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: var(--primary-white);
  border-top: 1px solid #dadada;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.sub-headline {
  font-size: 1.25rem;
}

.div-block-419 {
  background-color: var(--primary-light-blue);
}

.div-block-523 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  display: flex;
}

.price-texts {
  color: var(--cool-yellow);
  font-size: 1.5rem;
  font-weight: 700;
}

.price-texts.compare {
  color: var(--primary-white);
  font-weight: 400;
  text-decoration: line-through;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.div-block-524 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-525 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.headline-top {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.text-span {
  border-bottom: 2px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.second-healine {
  letter-spacing: -.05rem;
  text-transform: capitalize;
  font-size: 1.95rem;
  font-weight: 900;
  line-height: 1.2;
}

.heading-style-h5-copy-copy {
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.5;
}

.oferta-exclusiva {
  display: inline-block;
}

.iamge-bonus {
  width: 75%;
  display: inline-block;
}

.image-7 {
  width: 100%;
}

.image-7.br8 {
  border-radius: 8px;
}

.review-fb-inner-2 {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px 40px 10px 20px;
  position: relative;
}

.section-brazilians {
  background-color: var(--light-gray);
}

.section-headlines {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-headlines.left-aligned {
  text-align: left;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.milestone-line-top {
  width: 4px;
  height: 0%;
  background-color: #19ceaf;
  margin-bottom: auto;
}

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

.milestone-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.timeline-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 80px) 1fr;
}

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

.milestone-line-bottom {
  width: 4px;
  height: 100%;
  background-color: var(--light-blues);
  margin-top: auto;
}

.year-text {
  color: var(--light-blues);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .85rem;
  font-weight: 600;
}

.card-timeline-large {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 3rem;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.card-timeline-large.last-child {
  padding-bottom: 0;
}

.milestone-circle {
  width: 40px;
  height: 40px;
  border: 2px solid var(--light-blues);
  background-color: #f5f9ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
}

.milestone-line {
  width: 4px;
  height: 100%;
  background-color: var(--light-blues);
}

.milestone-inner-circle {
  width: 24px;
  height: 24px;
  background-color: var(--light-blues);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-image {
  width: .75rem;
  height: .75rem;
}

.heading-h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.paragraph-large {
  letter-spacing: -.02em;
  font-size: 1rem;
  line-height: 1.5;
}

.grid-22 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.grid-smaller {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bg-bluesnews {
  background-color: var(--light-blues);
  color: var(--primary-dark-blue);
  text-align: center;
  border-radius: 4px;
}

.accordion1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accordion1_arrow-wrapper {
  transition: transform .2s;
}

.accordion1_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1rem;
  position: relative;
}

.accordion1_item-content {
  min-height: 0;
  transition: max-height .2s;
  display: none;
  overflow: hidden;
}

.accordion1_item-content.is-active-accordion {
  display: block;
}

.accordion1_item-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion1_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-bottom: 1px dashed #010101;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
}

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

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

.trustpilot-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.trustpilot-header {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.trustpilot-logo {
  width: 80px;
}

.trustpilot-summary {
  font-weight: 500;
}

.trustpilot-stars {
  width: 140px;
}

.testimonial17_content-copy-2 {
  width: 100%;
  grid-row-gap: .25rem;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.review2_component-copy {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-516 {
  border-bottom: 1px solid #efefef;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
}

.icon.is-tiny {
  height: 1.125rem;
}

.icon.is-tiny.is-primary {
  color: #3d348b;
}

.icon.is-tiny {
  width: 1.125rem;
  height: 1.125rem;
}

.swiper-wrapper {
  width: 100%;
  height: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.swiper-wrapper.auto {
  height: auto;
  overflow: visible;
}

.review3_left {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -3rem;
  right: auto;
  transform: rotate(-180deg);
}

.icon-review {
  width: 1.5rem;
}

.div-blocksss-447-copy-copy-copy {
  width: 100%;
  height: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.star-reviews {
  width: auto;
  height: 1rem;
}

.swiper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-size-tiny-2 {
  font-size: .75rem;
}

.review3_right {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -3rem;
}

.div-block-483 {
  position: relative;
}

.testimonial17_client-info-2 {
  width: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial17_rating-wrapper-2 {
  color: #faa540;
  margin-bottom: .5rem;
  display: flex;
}

.swiper-slide {
  z-index: 1;
  height: auto;
  text-align: left;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.swiper-slide.rounded {
  border-radius: 8px;
  overflow: hidden;
}

.display-inlineflex-2 {
  align-items: center;
}

.display-inlineflex-2.gap-tiny {
  grid-column-gap: .5rem;
}

.reviews4_component-pagination {
  z-index: 5;
  min-height: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: -2rem;
  left: 0%;
  right: 0%;
}

.display-flex-horitzontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.display-flex-horitzontal.gap-tiny {
  grid-column-gap: .5rem;
}

.plyr_cover-img {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-482 {
  padding-top: .5rem;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial17_rating-wrapper {
  color: #faa540;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

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

.plyr_component.is-full-screen {
  height: 100%;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.plyr_pause-trigger {
  display: none;
}

.testimonial17_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  margin-right: .25rem;
  display: flex;
}

.plyr_embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-weight-semibold-2 {
  font-weight: 500;
}

.testimonial17_client-info {
  width: 100%;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plyr_cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.plyr_cover-icon {
  width: 30%;
  height: 30%;
  color: #010101;
}

.div-block-517 {
  border-radius: 8px;
  overflow: hidden;
}

.section_testimonial-block {
  width: 100%;
  grid-row-gap: 0rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.display-inlineflex-3 {
  align-items: center;
}

.display-inlineflex-3.gap-tiny {
  grid-column-gap: .5rem;
}

.plyr_cover-button {
  z-index: 6;
  width: 4em;
  height: 4em;
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.review-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.div-reviews-containers {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-image {
  width: 100%;
  height: 100%;
}

.logo-img-5 {
  height: 1.5rem;
}

.logo-slide-wrapper {
  height: auto;
  min-width: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.logo-img-9 {
  height: auto;
}

.logo-img {
  height: 15px;
}

.logo-img-6 {
  height: 25px;
}

.logo-img-8 {
  height: auto;
  max-height: 1.5rem;
}

.logo-img-2 {
  height: 32px;
}

.logo-img-3 {
  height: 17px;
}

.star-icon {
  height: 10px;
  margin-bottom: 4px;
}

.logo-container {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-center-el {
  width: 100%;
  height: 100%;
  max-width: 35%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle, #f7fcfd 53%, rgba(247, 252, 253, 0));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-holder {
  width: 560px;
  min-width: 560px;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-img-4 {
  height: 24px;
}

.logos {
  width: 100%;
  height: 117px;
  background-color: #f7fcfd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-img-7 {
  height: 32px;
  max-height: 1.5rem;
}

.section-hero, .section-steps {
  overflow: hidden;
}

.top-reviews {
  background-image: linear-gradient(to bottom, var(--light-blue), rgba(255, 255, 255, 0));
  overflow: hidden;
}

.middle-reviews {
  background-color: var(--light-blue);
  overflow: hidden;
}

.top-reviews-copy, .section-stepszera, .top-reviews-copy {
  background-image: linear-gradient(to bottom, var(--light-blue), rgba(255, 255, 255, 0));
  overflow: hidden;
}

.reviews-smaller {
  background-color: var(--light-blue);
}

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

.navigation {
  width: 100%;
  min-height: 88px;
  background-color: #fff;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  box-shadow: 0 0 rgba(7, 31, 87, 0), 0 1px .4px rgba(7, 31, 87, .03), 0 2px .8px rgba(7, 31, 87, .04), 0 3px 1.6px rgba(7, 31, 87, .043), 0 5px 2.9px rgba(7, 31, 87, .047), 0 9px 5.3px rgba(7, 31, 87, .047), 0 15px 10.4px rgba(7, 31, 87, .05), 0 31px 22.8px rgba(7, 31, 87, .055);
}

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

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

.navigation-button {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  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: #282556;
}

.logo {
  width: 160px;
}

.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 {
  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:hover {
  color: #160042;
  background-color: #f3f5fb;
}

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

.features-darkerblue {
  background-color: var(--main-blues);
  color: var(--primary-white);
}

.heading-title-wrap {
  width: 100%;
  max-width: 550px;
}

.feature-card-column {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.feature-card-column.blue {
  color: #70c9d7;
}

.feature-card-column.purple {
  color: #8870d7;
}

.feature-card-column.red {
  color: #d77070;
}

.feature-card-column.green {
  color: #70d789;
  flex-direction: row;
}

.feature-card-column.yellow {
  color: #d7c970;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

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

.feature-card-b {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary-white);
  color: var(--main-blues);
  text-align: left;
  border: 1px solid #e4e4e7;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.feature-line-v {
  width: 1px;
  height: 48px;
  background-color: #e4e4e7;
}

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

.overline {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline.text-color-purple {
  color: #8870d7;
}

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

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

.heading-wrap-r {
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

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

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

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

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

.sectionbluezera {
  background-color: var(--main-blues);
  color: var(--primary-white);
}

.sticy-newnew {
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: var(--primary-white);
  border-top: 1px solid #dadada;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.5rem;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.text-features-card {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-tiny {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-link {
  color: #000;
}

.contact-form-link:hover {
  text-decoration: none;
}

.contact-grid {
  grid-column-gap: 120px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  align-items: start;
}

.tos-checkbox {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 50%;
  flex: none;
  margin-top: 0;
  margin-right: 16px;
}

.tos-checkbox:hover {
  border-color: #000;
}

.tos-checkbox.w--redirected-checked {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
}

.green-text {
  color: #00866b;
}

.tos-checkbox-label {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 19px;
}

.contact-field-label {
  color: var(--main-blues);
  font-size: .85rem;
}

.contact-submit-button {
  width: 100%;
  height: 50px;
  max-width: 156px;
  color: #fff;
  background-color: #00866b;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.contact-submit-button:hover {
  color: #fff;
  background-color: #203d35;
}

.contact-form-block {
  max-width: 500px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 60px 40px;
}

.tos-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 24px;
  display: flex;
}

.contact-field {
  height: 60px;
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0 1rem;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field:hover {
  border-color: #000;
}

.contact-field:focus {
  border-color: #00866b;
}

.contact-field::-ms-input-placeholder {
  color: #dde1e6;
}

.contact-field::placeholder {
  color: #dde1e6;
}

.contact-field.message {
  height: 120px;
  background-image: none;
  background-position: 18px 20px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
  padding-top: 16px;
}

.contact-field.email, .contact-field.name {
  background-image: none;
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
}

.error-message {
  color: #fff;
  background-color: #522723;
  padding: 16px;
}

.contact-heading {
  color: #203d35;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 900;
  line-height: 94px;
}

.contact-form {
  margin-bottom: 0;
}

.contact-form-section {
  background-color: #ecf3f1;
  padding: 140px 3%;
}

.success-message {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.contact-container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.contact-button-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.data-form.success {
  display: none;
}

.data-form.success.is-active {
  display: block;
}

.input-fields {
  margin-bottom: .5rem;
}

.buybox1_trust-icon {
  grid-column-gap: .25rem;
  color: rgba(0, 0, 0, .76);
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  font-weight: 400;
  display: flex;
}

.text-size-tiny-copy {
  font-size: 1rem;
  font-weight: 600;
}

.image-8 {
  width: 180px;
}

.div-block-526 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-tops {
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text-block-6 {
  text-align: right;
  text-transform: uppercase;
  margin-top: .15rem;
  font-size: .7rem;
}

.loading-spinner {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-hero.mobile-is-visible {
  display: none;
}

.box-icon-arrow-hero {
  width: 50px;
  height: 50px;
  justify-content: center;
  margin-left: -7px;
  display: flex;
}

.down-hero {
  justify-content: space-between;
  display: flex;
}

.down-hero.margin-top-24px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 24px;
}

.button-hero {
  display: none;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-medium.desktop-is-visible {
  display: block;
}

.paragraph-medium.mobile-is-visible {
  display: none;
}

.button-primary {
  text-align: center;
  background-color: #001a42;
  border-radius: 8px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  box-shadow: 0 7px 25px -5px rgba(7, 31, 87, .32);
}

.icon-arrow-hero {
  width: 25px;
}

.imput {
  max-width: 70%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  margin: 40px auto 20px;
  display: flex;
  overflow: hidden;
}

.radio-button-label {
  margin-bottom: 0;
  position: relative;
}

.error-message-2 {
  color: #011f53;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.form {
  height: 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-form {
  display: inline-block;
}

.logos-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.slide {
  margin-left: auto;
  margin-right: auto;
}

.slide._3 {
  margin-top: 60px;
}

.slide._2, .slide._1 {
  margin-top: 90px;
}

.slide._4 {
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
}

.slider-form {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-form {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.logo-form {
  max-width: 60px;
}

.logo-form._1 {
  max-width: 95px;
}

.logo-form._2 {
  max-width: 100px;
}

.mask {
  height: auto;
  margin: auto;
}

.form-block {
  max-width: 90%;
  background-color: #f7fcfd;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.yes-or-not {
  width: 100%;
  max-width: 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.content-bottom-from {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(170, 177, 192, .27);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.text-radio-button {
  z-index: 2;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-nav-2 {
  display: none;
}

.prev-slide {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 9px 8px -6px rgba(0, 26, 66, .34);
}

.next-slide {
  color: #2176e9;
  font-size: 14px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 9px 8px -6px rgba(0, 26, 66, .34);
}

.sub-bottom {
  width: auto;
  background-color: #2176e9;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 60px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
}

.sub-bottom:active {
  background-color: #011f53;
}

.success-message-2 {
  max-width: 80%;
  color: #011f53;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.bottom-form {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}

.text-field {
  min-height: 45px;
  color: #011f53;
  border: 1px solid #011f53;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field::-ms-input-placeholder {
  color: #67718e;
}

.text-field::placeholder {
  color: #67718e;
}

.box-progress-bar {
  height: 36px;
  background-color: rgba(103, 113, 142, .56);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.paragraph-x-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.paragraph-x-small.weight-400 {
  font-weight: 400;
  display: inline-block;
}

.progress {
  width: 0;
  height: 36px;
  background-color: #011f53;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.arrow-form {
  display: inline-block;
}

.arrow-form._2 {
  color: #011f53;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -16%;
}

.arrow-form._1 {
  color: #011f53;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -16%;
  right: auto;
}

.description-form {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

.content-form {
  min-height: 38rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.radio-button {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-style: none;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button.w--redirected-checked {
  background-color: #011f53;
  border-style: none;
}

.button-yes-or-not {
  color: #f7fcfd;
  background-color: #2176e9;
  border-radius: 8px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 6px rgba(103, 113, 142, .2);
}

.show-tablet {
  display: none;
}

.box-stars-partner {
  height: 100%;
  min-width: 300px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-responsive {
  width: 100%;
}

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

.splide__slide {
  height: 30px;
  align-items: stretch;
  display: flex;
}

.content-stars-partner {
  height: 100%;
  min-width: 300px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.stars-partner {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.partners {
  background-color: #f7fcfd;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.no-cursor-hover-logos {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-height-100 {
  height: 100%;
}

.bg-stars {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f7fcfd 13%, #f7fcfd 80%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.splide__list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.description-stars {
  max-width: 175px;
}

.wrapper-splide {
  position: relative;
}

.image-stars {
  max-width: 100px;
  min-width: 80px;
}

.step-form {
  margin-bottom: 0;
  display: none;
}

.step-form.is-active {
  display: block;
}

.contact-form-test {
  margin-bottom: 0;
}

.data-forms {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-527 {
  background-color: #f7fcfd;
  border-radius: 8px;
  overflow: hidden;
}

.data-form-progress {
  height: 8px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(170, 177, 192, .27);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-progresss {
  background-color: var(--main-blues);
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-hero-paddings {
  padding-bottom: 2rem;
  overflow: hidden;
}

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

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .logo-wrappers {
    max-width: 100vw;
  }

  .img-block {
    max-width: none;
  }

  .feature-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .star-reviews-2 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .listicle-reviews {
    font-size: .85rem;
  }

  .verified-buyer {
    font-size: .75rem;
  }

  .rt_title-2 {
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-277 {
    flex-direction: row;
  }

  .message-bar {
    flex-direction: column;
    display: flex;
  }

  .sticky-topzeras {
    height: auto;
    display: flex;
  }

  .sticky-topzeras.is-active {
    display: flex;
  }

  .grid-22, .grid-smaller {
    grid-template-columns: 1fr;
  }

  .swiper-wrapper.auto {
    height: auto;
  }

  .review3_left {
    left: 1rem;
  }

  .review3_left:hover {
    background-position: 50%;
  }

  .div-blocksss-447-copy-copy-copy {
    width: 100%;
    max-width: 100%;
  }

  .review3_right {
    right: 1rem;
  }

  .review3_right:hover {
    background-position: 50%;
  }

  .div-block-483 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .div-block-482 {
    flex-direction: column;
    display: flex;
  }

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

  .padding-global-2.m-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .review-title {
    font-size: 1.75rem;
  }

  .logo-slide-wrapper {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .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 {
    width: 100%;
  }

  .feature-card-b {
    padding: 1rem;
  }

  .grid-three-column {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-wrap-r {
    flex-direction: column;
    align-items: flex-start;
  }

  .sticy-newnew {
    height: auto;
    display: flex;
  }

  .sticy-newnew.is-active {
    display: flex;
  }

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

  .contact-heading {
    margin-bottom: 60px;
  }

  .contact-form-section {
    background-position: 0 0;
  }

  .arrow-hero.mobile-is-visible {
    max-width: 90%;
    display: block;
  }

  .arrow-hero.desktop-is-visible, .box-icon-arrow-hero {
    display: none;
  }

  .down-hero.margin-top-24px {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
  }

  .button-hero {
    display: block;
  }

  .paragraph-medium.desktop-is-visible {
    display: none;
  }

  .paragraph-medium.mobile-is-visible {
    display: block;
  }

  .button-primary {
    background-color: #2176e9;
  }

  .title-section.desktop-is-visible {
    display: none;
  }

  .slide {
    height: 100%;
    margin-right: 1vw;
  }

  .slide._4 {
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    height: 60vh;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .show-tablet {
    display: block;
  }
}

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

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    width: 100%;
  }

  .button.is-large {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .page-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section_video {
    min-height: 100vh;
  }

  .check {
    margin-top: 2px;
  }

  .section_logo-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .star-reviews-2 {
    width: 1rem;
    height: 1rem;
  }

  .fb-left {
    width: 45px;
    height: 45px;
  }

  .fb-review {
    grid-template-columns: minmax(45px, 45px) 1fr;
  }

  .cirlce-sc, .circle-img {
    width: 65px;
    height: 65px;
  }

  .circle-text {
    font-size: 1.5rem;
  }

  .padding-section-tiny {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .review-item-image-wrapper {
    height: 20rem;
  }

  .rt_title-2 {
    font-size: 14px;
    line-height: 30px;
  }

  .sticky_footer {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .sticky-topzeras {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .div-block-524 {
    text-align: center;
    align-items: center;
  }

  .headline-top {
    font-size: 1rem;
  }

  .second-healine {
    font-size: 1.5rem;
  }

  .milestone-block {
    display: flex;
  }

  .timeline-row {
    grid-template-columns: minmax(20px, 60px) 1fr;
  }

  .card-timeline-large {
    margin-bottom: 32px;
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

  .testimonial17_content-copy-2 {
    padding: 1.5rem;
  }

  .review3_left, .review3_right {
    background-image: none;
  }

  .div-block-483 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .swiper-slide {
    width: 100%;
  }

  .grid {
    grid-row-gap: 2.5rem;
  }

  .padding-global-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .testimonial17_rating-icon {
    width: 1rem;
    height: 1rem;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .review-title {
    font-size: 1.25rem;
  }

  .logo-center-el {
    max-width: 100%;
  }

  .section-hero, .section-steps, .top-reviews, .middle-reviews, .top-reviews-copy, .section-stepszera, .top-reviews-copy {
    min-height: 100vh;
  }

  .navigation {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .sticy-newnew {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-heading {
    margin-bottom: 40px;
    font-size: 50px;
    line-height: 60px;
  }

  .contact-form-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-size-tiny-copy {
    font-size: .85rem;
  }

  .section-tops {
    min-height: 100vh;
  }

  .slider-form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block {
    width: auto;
    max-width: 100%;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .yes-or-not {
    max-width: 300px;
  }

  .section-hero-paddings {
    min-height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.15rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .check {
    margin-top: 0;
  }

  .border-bottom.last-child {
    padding-bottom: 0;
  }

  .review-fb-inner {
    padding-right: 20px;
  }

  .fb-review {
    grid-template-columns: minmax(50px, 50px) 1fr;
  }

  .cirlce-sc {
    z-index: 2;
    width: 55px;
    height: 55px;
    text-align: center;
  }

  .circle-img {
    width: 55px;
    height: 55px;
  }

  .button-cta {
    font-size: 1rem;
  }

  .avatar-name-2-2 {
    margin-top: .625rem;
    margin-left: 0;
  }

  .review-info-2 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .list-block-1-info-sc {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
  }

  .rt_title-2 {
    margin-left: 0;
    line-height: 18px;
  }

  .sticky_footer {
    padding: 15px 15px 25px;
  }

  .div-block-277 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .message-bar {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .trusted-text {
    font-size: 14px;
  }

  .trusted-text.sticky {
    margin-left: 0;
  }

  .sticky-topzeras {
    height: auto;
    padding: 10px;
  }

  .sub-headline {
    font-size: .85rem;
  }

  .price-texts {
    font-size: 1.25rem;
  }

  .headline-top {
    font-size: .85rem;
    font-weight: 600;
  }

  .second-healine {
    font-size: 1.25rem;
  }

  .heading-style-h5-copy-copy {
    font-size: .75rem;
  }

  .review-fb-inner-2 {
    padding-right: 20px;
  }

  .milestone-block {
    align-items: flex-start;
  }

  .milestone-line-bottom {
    height: 100%;
  }

  .card-timeline-large {
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-h2 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .review2_component-copy {
    overflow: visible;
  }

  .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-wrapper.auto {
    height: auto;
  }

  .review3_left {
    width: 1.5rem;
    height: 1.5rem;
    left: 1rem;
  }

  .icon-review {
    width: 1.25rem;
  }

  .star-reviews {
    height: .85rem;
  }

  .review3_right {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }

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

  .plyr_component.is-full-screen {
    max-height: 280px;
  }

  .padding-global-2.m-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .review-title {
    font-size: 1.25rem;
  }

  .logo-img-9 {
    height: 40px;
  }

  .logo-img-6 {
    height: 22px;
  }

  .logo-img-2 {
    height: 28px;
  }

  .logo-img-3 {
    height: 15px;
  }

  .logo-center-el {
    font-size: 1rem;
    display: flex;
  }

  .logo-img-7 {
    height: 25px;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-button {
    display: none;
  }

  .h6-heading {
    white-space: pre-wrap;
  }

  .feature-card-b {
    flex-direction: column;
  }

  .feature-line-v {
    display: none;
  }

  .sticy-newnew {
    height: auto;
    padding: 10px;
  }

  .text-features-card {
    font-size: 1rem;
    line-height: 1.2;
  }

  .contact-grid {
    grid-row-gap: 32px;
  }

  .contact-submit-button {
    max-width: none;
  }

  .contact-form-block {
    padding: 32px 24px;
  }

  .tos-checkbox-wrap {
    margin-bottom: 20px;
  }

  .contact-button-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-size-tiny-copy {
    text-align: left;
    font-size: .65rem;
  }

  .text-block-6 {
    font-size: .6rem;
  }

  .arrow-hero.mobile-is-visible {
    max-width: 60%;
  }

  .down-hero.margin-top-24px {
    margin-top: 15px;
  }

  .paragraph-medium {
    white-space: normal;
  }

  .paragraph-medium.mobile-is-visible {
    font-size: 15px;
    line-height: 20px;
  }

  .icon-arrow-hero {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .imput {
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .slide._3 {
    margin-top: 105px;
  }

  .slide._1 {
    margin-top: 90px;
  }

  .slider-form, .title-form {
    max-width: 100%;
  }

  .logo-form._1, .logo-form._2 {
    max-width: 80px;
  }

  .mask {
    max-width: 90vw;
  }

  .form-block {
    height: 550px;
    margin-left: 0;
    margin-right: 0;
    padding: 60px 0 100px;
  }

  .yes-or-not {
    max-width: 250px;
  }

  .content-bottom-from {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .prev-slide, .next-slide {
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3 {
    font-size: 1.5rem;
    line-height: 34px;
  }

  .text-field {
    min-height: 40px;
  }

  .content-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-yes-or-not {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .data-form-progress {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }
}

#w-node-e6c75403-3cb2-8d7e-f419-36457032621e-e04ec0f6, #w-node-e6c75403-3cb2-8d7e-f419-364570326231-e04ec0f6, #w-node-e6c75403-3cb2-8d7e-f419-364570326245-e04ec0f6, #w-node-e6c75403-3cb2-8d7e-f419-364570326257-e04ec0f6, #w-node-e6c75403-3cb2-8d7e-f419-36457032626a-e04ec0f6, #w-node-e6c75403-3cb2-8d7e-f419-36457032627c-e04ec0f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e04ec112 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e04ec112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e04ec112 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e04ec112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e04ec112 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e04ec112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e04ec112 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e04ec112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e04ec112 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-e04ec112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e04ec112 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e04ec112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e04ec112, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e04ec112 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e04ec112 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e04ec112 {
  justify-self: start;
}

#w-node-e6c75403-3cb2-8d7e-f419-36457032621e-2daa0401, #w-node-e6c75403-3cb2-8d7e-f419-364570326231-2daa0401, #w-node-e6c75403-3cb2-8d7e-f419-364570326245-2daa0401, #w-node-e6c75403-3cb2-8d7e-f419-364570326257-2daa0401, #w-node-e6c75403-3cb2-8d7e-f419-36457032626a-2daa0401, #w-node-e6c75403-3cb2-8d7e-f419-36457032627c-2daa0401 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c3b6fdfd-6c9c-9905-d589-bc3a979aef5e-2daa0401 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_209f98b6-6dd3-ed97-3adc-42d6e3aa09e5-e04ec0f6, #w-node-_209f98b6-6dd3-ed97-3adc-42d6e3aa09e5-2daa0401 {
    order: -9999;
  }
}


