.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #292929;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #409c97;
  font-size: 54px;
  line-height: 0.8888888888888888;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b16587;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

a {
  -webkit-transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  transition: padding 200ms ease, background-color 200ms ease, color 200ms ease, opacity 200ms ease;
  text-decoration: underline;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6e2d2));
  background-image: linear-gradient(180deg, #fff, #f6e2d2);
}

.container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-textcol {
  width: 500px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-span {
  display: block;
}

.hero-subt {
  margin-top: 5px;
  margin-bottom: 30px;
  color: rgba(64, 156, 151, 0.7);
  font-size: 44px;
  line-height: 1;
}

.hero-bigtext {
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
}

.hero-imgcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-imgwrap {
  position: relative;
  left: 20px;
  width: 70vw;
  max-width: 980px;
  min-width: 820px;
  margin-top: -50px;
}

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

.hero-line {
  position: absolute;
  left: -2%;
  top: 1%;
  right: auto;
  bottom: 0%;
}

.heart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  margin-bottom: 180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heart-textcol {
  width: 50%;
}

.heart-imgcol {
  width: 50%;
  margin-left: -20px;
}

.heart-p {
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 24px;
}

.heart-item {
  position: relative;
  max-width: 560px;
}

.heart-w {
  position: relative;
  z-index: 0;
  width: 563px;
}

.heart-embed {
  position: absolute;
  left: 3%;
  top: 2%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 94%;
  height: 96%;
}

.heart-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heart-title {
  font-size: 32px;
  font-weight: 900;
}

.hear-num {
  color: #b16587;
  font-size: 110px;
  line-height: 1.1;
  font-weight: 900;
}

.form-section {
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -60px;
  padding-top: 120px;
  padding-bottom: 100px;
}

.form-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-textcol {
  width: 40%;
  max-width: 460px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.table {
  margin-top: 5px;
}

.table-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-cost {
  width: 72px;
  margin-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #bb252b;
  font-weight: 900;
  white-space: nowrap;
}

.tr-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6e2d2), to(#fff));
  background-image: linear-gradient(90deg, #f6e2d2, #fff);
}

.table-sm-p {
  margin-top: 25px;
  margin-bottom: 0px;
  color: rgba(41, 41, 41, 0.5);
  font-size: 14px;
}

.testim-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6e2d2));
  background-image: linear-gradient(180deg, #fff, #f6e2d2);
}

.testim-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-bottom: 50px;
  margin-left: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testim-list.hidden {
  overflow: hidden;
  margin-bottom: 30px;
}

.testim-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  max-width: 390px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.testim-h3 {
  margin-bottom: 0px;
  color: #b16587;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

.testim-name {
  color: #b16587;
  font-size: 24px;
}

.testim-text {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.testim-data {
  margin-top: 20px;
  font-weight: 900;
}

.share-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 290px;
  max-width: 760px;
  min-height: 290px;
  margin: 60px auto;
  padding-right: 72px;
  padding-left: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/share-bg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.share-p {
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
  font-size: 24px;
}

.share-banner-line {
  position: absolute;
  left: 0%;
  top: 2%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
}

.share-embed {
  position: relative;
  z-index: 10;
}

.footer-1-3col {
  width: 33.333333333333336%;
  padding-right: 5px;
  padding-left: 5px;
}

.footer-term-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
}

.footer-metrick-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f6e2d2;
}

.footer-sm-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-logo {
  margin-bottom: 60px;
}

.footer-mertick-title {
  color: #bb252b;
  font-size: 32px;
  font-weight: 800;
}

.footer-small-title {
  font-size: 18px;
  font-weight: 700;
}

.footer-terms-link {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-decoration: none;
}

.footer-terms-link:hover {
  color: #000;
}

.footer-terms-link.small {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 12px;
}

.footer-inner {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-3col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -5px;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 1.2;
}

.footer-soc-link {
  margin-right: 5px;
  margin-left: 5px;
}

.footer-soc-link:hover {
  opacity: 0.5;
}

.footer-text-links {
  margin-top: 10px;
}

.footer {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 20px;
}

.footer-soc-links {
  margin-top: 20px;
  margin-bottom: 64px;
}

.footer-metrick-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.footer-text-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.footer-text-link:hover {
  color: rgba(0, 0, 0, 0.3);
}

.footer-big-p {
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(41, 41, 41, 0.6);
  font-size: 28px;
  line-height: 1.2;
}

.bottom-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  width: 100%;
}

.form-block-col {
  position: relative;
  width: 71%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-block {
  position: relative;
  right: -16px;
  height: 650px;
  margin-top: -95px;
  margin-bottom: 0px;
  background-image: url('../images/form-bg.png');
  background-position: 0px 0px;
  background-size: 791px;
  background-repeat: no-repeat;
}

.form {
  padding-top: 80px;
  padding-right: 10%;
  padding-left: 3%;
}

.form-blocks {
  width: 83%;
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #f6e2d2;
}

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

.form-top-title {
  font-size: 32px;
  font-weight: 700;
}

.form-top-right {
  font-size: 26px;
  font-weight: 700;
}

.form-shadows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 64px;
  background-color: #f6e2d2;
  box-shadow: 0 -5px 10px 0 rgba(246, 226, 210, 0.25), 0 5px 10px 0 rgba(41, 41, 41, 0.3);
}

.form-shadows.fs-input {
  width: 20px;
  height: 20px;
  margin: 0px 6px 0px 0px;
  background-color: #f6e2d2;
}

.form-shadows.fs-input.w--redirected-checked {
  border-width: 0px;
  border-radius: 20px;
  background-image: url('../images/checked_1checked.png');
  background-size: 16px;
}

.form-shadows.form-btn-wrap {
  display: block;
  margin-top: 20px;
  float: right;
}

.form-shadows.pink {
  background-color: #e896be;
}

.form-bar {
  width: 0%;
  height: 18px;
  min-width: 18px;
  border-radius: 64px;
  background-color: #bb252b;
}

.radio-button-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #bb252b;
  text-align: center;
}

.radio-button {
  position: absolute;
  left: 2px;
  top: 0%;
  right: 2px;
  bottom: 0%;
  width: auto;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-width: 0px;
  border-radius: 64px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.radio-button:hover {
  background-color: #e5d3c4;
}

.radio-button.w--redirected-checked {
  border-width: 0px;
  border-radius: 48px;
  background-color: #bb252b;
}

.radio-button-label {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
}

.radio-button-label.rbl-sm {
  font-size: 12px;
}

.form-input {
  height: auto;
  min-height: 52px;
  margin-bottom: 0px;
  padding: 8px 16px 10px;
  border: 0px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 23px;
}

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

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

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

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

.form-input.pink::-webkit-input-placeholder {
  color: #b16587;
}

.form-input.pink:-ms-input-placeholder {
  color: #b16587;
}

.form-input.pink::-ms-input-placeholder {
  color: #b16587;
}

.form-input.pink::placeholder {
  color: #b16587;
}

.form-2-items {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  position: static;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 40px;
  background-color: #bb252b;
  box-shadow: 0 10px 20px -5px rgba(41, 41, 41, 0.5);
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, box-shadow 200ms ease;
  color: #f6e2d2;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
  text-shadow: 0 -3px 5px rgba(246, 226, 210, 0.25), 0 3px 5px rgba(41, 41, 41, 0.25);
}

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

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

.oferta-link {
  display: inline-block;
  color: #fff;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 48px;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu {
  display: none;
}

.navlogo {
  max-width: 460px;
  margin-left: -20px;
  padding-left: 40px;
}

.nav-btn {
  position: relative;
  z-index: 2;
  display: block;
  max-height: 90px;
  max-width: 420px;
  padding-top: 32px;
  padding-bottom: 32px;
  border: 1px solid #d15847;
  border-radius: 2px;
  background-color: #bb252b;
  color: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-btn:hover {
  background-color: #d15847;
}

.nav-btn.show-more {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.success-message {
  padding: 230px 100px;
  background-color: transparent;
  color: #f6e2d2;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.success-seciotn {
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6e2d2), to(#fbf2eb));
  background-image: linear-gradient(180deg, #f6e2d2, #fbf2eb);
}

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

.success-logo {
  margin-bottom: 60px;
}

.success-title {
  max-width: 540px;
  color: #409c97;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 900;
}

.success-p {
  max-width: 720px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
}

.hero-heading {
  position: relative;
  z-index: 1;
  max-width: 630px;
  margin-bottom: 50px;
  color: #000;
  line-height: 1.1;
}

.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-p {
  position: relative;
  z-index: 2;
  max-width: 470px;
  margin-bottom: 40px;
}

.hero-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.section-info {
  padding-top: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6e2d2), to(#fff));
  background-image: linear-gradient(180deg, #f6e2d2, #fff);
}

.share-banner-border {
  z-index: 0;
  display: none;
  width: 100%;
  max-width: none;
}

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

.description-p {
  margin-bottom: 25px;
  font-size: 24px;
  text-align: left;
}

.description-p.bold {
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.help-heading {
  margin-bottom: 60px;
  color: #b16587;
  font-size: 54px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.btn-text.hidden {
  display: none;
}

.heading {
  color: #b16587;
}

.heading-2 {
  color: #b16587;
}

.section-cards {
  padding-top: 100px;
}

.cards {
  display: -ms-grid;
  display: grid;
  margin-top: 65px;
  margin-bottom: 90px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cards-item {
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
}

.cards-title {
  margin-bottom: 30px;
}

.cards-text {
  margin-bottom: 0px;
  font-size: 24px;
}

.text-span {
  color: #b16587;
  font-size: 54px;
  font-weight: 900;
}

.red-span {
  display: inline-block;
  -webkit-transform: translate(0px, 8px);
  -ms-transform: translate(0px, 8px);
  transform: translate(0px, 8px);
  color: #b16587;
  font-size: 54px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
  }

  .hero {
    max-height: 780px;
    padding-top: 80px;
  }

  .container {
    max-width: 840px;
  }

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

  .hero-textcol {
    width: 50%;
  }

  .hero-subt {
    font-size: 32px;
  }

  .hero-bigtext {
    font-size: 20px;
  }

  .hero-imgwrap {
    width: 640px;
    min-width: 0px;
    margin-top: 0px;
  }

  .heart-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heart-textcol {
    width: 60%;
  }

  .heart-imgcol {
    width: auto;
    margin-top: 0px;
    margin-right: 40px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heart-p {
    margin-top: 20px;
    font-size: 20px;
  }

  .heart-item {
    max-width: 320px;
  }

  .heart-embed {
    display: block;
  }

  .heart-text {
    padding-top: 27px;
  }

  .heart-title {
    font-size: 24px;
  }

  .hear-num {
    font-size: 60px;
  }

  .form-inner {
    display: block;
  }

  .form-textcol {
    width: 100%;
    max-width: 100%;
  }

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

  .testim-h3 {
    font-size: 24px;
  }

  .testim-name {
    font-size: 18px;
  }

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

  .share-p {
    font-size: 20px;
  }

  .footer-sm-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-logo {
    max-width: 320px;
    margin-bottom: 40px;
  }

  .footer-mertick-title {
    font-size: 24px;
  }

  .footer-terms-link.small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-3col-row {
    margin-top: 30px;
    margin-bottom: 50px;
  }

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

  .footer {
    padding-top: 60px;
  }

  .footer-metrick-text {
    font-size: 16px;
  }

  .form-block-col {
    width: 100%;
    margin-top: 40px;
  }

  .form-block {
    right: 0px;
    margin-top: 0px;
    background-size: 720px;
  }

  .form {
    height: 590px;
    padding-top: 70px;
    padding-right: 0%;
    padding-left: 0%;
    background-position: 50% 50%;
    background-size: 710px;
  }

  .form-blocks {
    width: 70%;
    max-width: 530px;
  }

  .form-topline {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-top-title {
    font-size: 24px;
  }

  .form-top-right {
    font-size: 20px;
  }

  .form-shadows {
    padding: 4px;
  }

  .form-input {
    font-size: 20px;
  }

  .navbar {
    top: 24px;
  }

  .navlogo {
    max-width: 280px;
    margin-left: 0px;
  }

  .nav-btn {
    max-width: 310px;
    padding: 21px 40px;
  }

  .success-message {
    padding-top: 200px;
    padding-bottom: 200px;
    font-size: 40px;
  }

  .success-seciotn {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .success-logo {
    max-width: 320px;
    margin-bottom: 40px;
  }

  .success-title {
    font-size: 40px;
  }

  .success-p {
    max-width: 590px;
    font-size: 20px;
  }

  .section-info {
    padding-top: 80px;
  }

  .share-banner-border {
    display: none;
  }

  .description-p {
    font-size: 20px;
  }

  .description-p.bold {
    font-size: 24px;
  }

  .description-text {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
  }

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

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

  .cards {
    margin-top: 35px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cards-item {
    padding: 30px;
  }

  .cards-title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .cards-text {
    font-size: 20px;
  }

  .text-span {
    font-size: 48px;
  }

  .red-span {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 40px;
  }

  .hero {
    height: auto;
    max-height: none;
    min-height: 540px;
    padding-bottom: 60px;
  }

  .container {
    max-width: 640px;
  }

  .hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .hero-textcol {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .block-span {
    display: inline-block;
    margin-right: 16px;
  }

  .hero-imgcol {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-imgwrap {
    left: 10%;
    width: 100%;
  }

  .heart-row {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heart-textcol {
    width: 100%;
    text-align: center;
  }

  .heart-imgcol {
    margin-right: auto;
    margin-left: auto;
  }

  .heart-p {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heart-text {
    padding-top: 9px;
  }

  .heart-title {
    font-size: 18px;
  }

  .hear-num {
    font-size: 48px;
  }

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

  .table-sm-p {
    font-size: 12px;
  }

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

  .testim-list {
    display: block;
    margin-bottom: 0px;
  }

  .testim-col {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .testim-img {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .testim-text {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testim-data {
    margin-top: 10px;
  }

  .share-banner {
    height: auto;
    min-height: 0px;
    margin-bottom: 60px;
    padding: 39px 24px;
    border-radius: 16px;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .share-banner-line {
    display: none;
  }

  .footer-1-3col {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-metrick-item {
    margin-top: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-logo {
    max-width: 280px;
  }

  .footer-terms-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-terms-link.small {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-2 {
    max-width: 540px;
  }

  .footer-3col-row {
    display: block;
  }

  .footer-title {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-text-links {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-text-link {
    font-size: 16px;
  }

  .footer-big-p {
    font-size: 20px;
  }

  .form-block {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .form {
    height: auto;
    padding: 40px 20px;
    border: 10px solid #f6e2d2;
    border-radius: 24px;
    background-color: #b16587;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .form-blocks {
    width: 100%;
    max-width: 100%;
  }

  .form-top-right {
    font-size: 18px;
  }

  .form-shadows.form-btn-wrap {
    float: none;
  }

  .form-input {
    font-size: 16px;
  }

  .submit-button {
    display: block;
    width: 100%;
  }

  .navlogo {
    max-width: 220px;
    margin-bottom: 20px;
    padding-left: 0px;
  }

  .nav-btn {
    padding: 12px 20px;
    font-size: 13px;
  }

  .success-message {
    padding: 100px 40px;
    border-radius: 16px;
    background-color: #409c97;
    font-size: 24px;
  }

  .success-seciotn {
    padding-bottom: 64px;
  }

  .success-logo {
    max-width: 280px;
  }

  .success-title {
    font-size: 32px;
  }

  .success-p {
    margin-top: 20px;
    font-size: 18px;
  }

  .aif-span {
    display: block;
  }

  .hero-heading {
    margin-bottom: 20px;
  }

  .hero-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-p {
    max-width: 300px;
    font-size: 14px;
  }

  .section-info {
    padding-top: 30px;
  }

  .share-banner-border {
    display: none;
  }

  .description-p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .description-p.bold {
    font-size: 18px;
    line-height: 1.2;
  }

  .help-heading {
    font-size: 40px;
  }

  .heading {
    font-size: 24px;
  }

  .heading-2 {
    font-size: 24px;
  }

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

  .cards-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .text-span {
    font-size: 40px;
  }

  .red-span {
    font-size: 40px;
  }
}

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

  h2 {
    text-align: center;
  }

  .hero {
    padding-top: 70px;
    padding-bottom: 0px;
  }

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

  .block-span {
    margin-right: 10px;
  }

  .hero-subt {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .hero-p {
    margin-bottom: 5px;
  }

  .hero-bigtext {
    margin-top: 20px;
  }

  .hero-imgcol {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-imgwrap {
    left: 4%;
    width: 100vw;
    max-width: 480px;
    min-width: 360px;
  }

  .hero-img {
    width: 100%;
  }

  .hero-line {
    width: 100%;
  }

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

  .heart-imgcol {
    margin-right: auto;
    margin-left: auto;
  }

  .heart-p {
    font-size: 18px;
  }

  .testim-list {
    display: block;
  }

  .testim-h3 {
    font-size: 22px;
  }

  .share-p {
    font-size: 18px;
  }

  .footer-sm-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-mertick-title {
    font-size: 24px;
  }

  .footer-terms-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .footer-title {
    font-size: 22px;
  }

  .footer-metrick-text {
    font-size: 16px;
  }

  .form {
    border-radius: 16px;
  }

  .form-topline {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }

  .form-top-title {
    margin-bottom: 10px;
    font-size: 29px;
  }

  .form-top-right {
    font-size: 16px;
  }

  .form-shadows {
    display: block;
    border-radius: 16px;
  }

  .form-shadows.form-btn-wrap {
    padding: 10px;
  }

  .form-shadows.fs-radio {
    display: -ms-grid;
    display: grid;
    padding: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 16px;
  }

  .form-shadows.fs-radio-1 {
    display: -ms-grid;
    display: grid;
    padding: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .radio-button {
    left: 0px;
    right: 0px;
    border-width: 1px;
    border-color: #bb252b;
    border-radius: 16px;
  }

  .radio-button.w--redirected-checked {
    border-radius: 16px;
  }

  .radio-button-label.rbl-sm {
    font-size: 15px;
  }

  .form-2-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .submit-button {
    border-radius: 16px;
  }

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

  .navlogo {
    max-width: 320px;
    margin-bottom: 30px;
  }

  .nav-btn {
    margin-top: 20px;
    padding: 15px 40px;
    font-size: 12px;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .hero-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-bg {
    position: static;
  }

  .description-p.bold {
    line-height: 1.3;
  }

  .help-heading {
    font-size: 32px;
  }

  .heading {
    font-size: 22px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .cards {
    display: block;
  }

  .cards-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cards-title {
    font-size: 22px;
    text-align: left;
  }

  .cards-text {
    font-size: 18px;
  }

  .text-span {
    font-size: 32px;
  }

  .red-span {
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
    font-size: 32px;
    line-height: 1;
  }
}

#w-node-db8e160e-2613-601d-5652-83090ae07ede-87d2a959 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f28be7bd-95fd-1d27-6982-fb10b287c245-87d2a959 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_06d496a0-5280-af5c-2683-4ea3b9d4d2c9-87d2a959 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_794b3515-6b29-15fb-7229-ea3139b463db-87d2a959 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3138bbb2-9f97-1af8-79d8-c92800ba33d8-87d2a959 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 479px) {
  #w-node-a2be2a89-6721-2988-806a-63fb3a36ab45-87d2a959 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

