.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 {
  border-style: none;
  border-width: 4px 1px 1px;
  border-color: #8dffea #000 #000;
  background-color: #1d1d25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 37, 0.8)), to(rgba(29, 29, 37, 0.8))), url('../images/giphy.gif');
  background-image: linear-gradient(180deg, rgba(29, 29, 37, 0.8), rgba(29, 29, 37, 0.8)), url('../images/giphy.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

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

.logo-wrapper {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.headline {
  font-family: Lato, sans-serif;
  color: #f3f3f3;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.headline.dark-subheader {
  padding-right: 103px;
  padding-left: 103px;
  color: #1d1d25;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.headline.dark-subheader.footer {
  width: auto;
  max-width: 500px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  text-shadow: 0 0 11px #fff;
}

.headline.dark-subheader.inverted {
  padding-right: 19px;
  padding-left: 19px;
  color: #f8f8f8;
  font-size: 30px;
}

.headline.dark-subheader.popup {
  margin-top: 0px;
}

.headline.steps-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 18px;
  color: #1d1d25;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.headline.fblander {
  margin-bottom: 40px;
}

.header-section {
  margin-bottom: 30px;
  text-align: center;
}

.video {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

.order-now-button {
  display: inline-block;
  padding: 23px 57px;
  border-top: 2px solid #ff7cb3;
  border-radius: 9px;
  background-color: #c52886;
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-align: center;
}

.order-now-button:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a11e6d), to(#ff63c0));
  background-image: linear-gradient(0deg, #a11e6d, #ff63c0);
}

.order-now-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a11e6d), to(#ff63c0));
  background-image: linear-gradient(180deg, #a11e6d, #ff63c0);
}

.order-now-button.upsell-btn {
  margin-right: 60px;
  margin-left: 60px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 25px;
  line-height: 32px;
}

.btn-sub-text {
  font-size: 16px;
}

.trust-badges-section {
  display: none;
  background-color: #585754;
}

.secure-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 10px;
  -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;
}

.lock-icon {
  width: 12px;
  margin-right: 8px;
  padding-right: 0px;
}

.secure-checkout-text {
  margin-top: 2px;
  color: #d8d8d8;
}

.secure-checkout-text.inverted {
  color: #565563;
}

.secure-checkout-text.inverted.upsell-decline {
  text-decoration: underline;
}

.featured-by-text {
  padding-top: 18px;
  font-family: Lato, sans-serif;
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.trust-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.trust-logo {
  max-width: 180px;
  padding: 29px 24px;
}

.main-body-section {
  background-color: #585754;
}

.main-body-section.video-shaow {
  background-color: rgba(88, 87, 84, 0);
}

.container {
  padding-bottom: 30px;
  border-radius: 0px;
  background-color: #f3f3f3;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.28);
}

.container.no-padding {
  padding-bottom: 0px;
}

.container.money-back-guarantee {
  padding-bottom: 0px;
  background-color: #201a20;
}

.container.disclaimer {
  padding-bottom: 0px;
  color: #161616;
}

.bullet-headline {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.bullet-description {
  font-size: 18px;
  line-height: 23px;
}

.list-item {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  background-image: url('../images/check.png');
  background-position: 0px 40px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.list {
  padding-left: 50px;
  list-style-type: none;
}

.sub-paragraph {
  padding-right: 95px;
  padding-left: 95px;
  color: #5e5353;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.sub-paragraph.footer {
  max-width: 500px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.sub-paragraph.light {
  padding-right: 32px;
  padding-left: 32px;
  color: #cacaca;
  font-size: 19px;
}

.about {
  padding-top: 26px;
  padding-right: 38px;
  color: #6e6e6e;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
}

.about.mobile {
  display: none;
}

.bolded-headline {
  font-weight: 700;
}

.testimonial-bubble {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 12px;
  background-color: #e2e2e2;
}

.testimonial-paragraph {
  font-size: 18px;
  line-height: 23px;
}

.columns {
  padding-right: 24px;
  padding-left: 24px;
}

.testimonial-headline {
  padding-bottom: 12px;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
}

.avatar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.testimonial-name {
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.testimonial-location {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.name-wrapper {
  padding-right: 14px;
  padding-left: 14px;
}

.star {
  width: 25px;
  margin-right: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.button-wrapper.sales {
  padding-top: 34px;
  padding-bottom: 34px;
}

.image-mobile {
  display: none;
}

.step-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 78px;
  padding-left: 78px;
  -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;
}

.step-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 50px;
  padding-right: 24px;
  padding-left: 24px;
  -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: 20px;
  background-color: #cacaca;
  background-image: -webkit-gradient(linear, left top, right top, from(#ee307d), to(#ffb3de));
  background-image: linear-gradient(90deg, #ee307d, #ffb3de);
}

.step-number-text {
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.step-headline {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.step-paragraph {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0px;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/bg-image.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  text-align: center;
}

.mobile-profile-image {
  display: none;
}

.image-2 {
  display: block;
  width: 300px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
}

.popup-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: auto;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.62);
}

.popup-container {
  position: relative;
  top: 50%;
  z-index: 1;
  max-height: 720px;
  max-width: 720px;
  margin: auto;
  background-color: #f0f0f0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.popup-logo {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

.thin {
  font-weight: 300;
}

.form-wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.form-text {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.text-field {
  border-radius: 5px;
}

.text-field.required {
  margin-bottom: 0px;
}

.text-field-2 {
  border-radius: 5px;
}

.btn-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.form {
  padding: 14px 0px 0px;
}

.header-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrapper {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.intro-image {
  max-width: 400px;
  margin-right: 48px;
  margin-left: auto;
}

.intro-image.desktop {
  margin-right: auto;
}

.intro-image.mobile {
  display: none;
}

.div-block-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.intro-bullets {
  max-width: 400px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.reserved {
  padding: 10px 95px;
  border-style: solid;
  border-width: 1px;
  border-color: #53974e;
  border-radius: 7px;
  background-color: #dff5cd;
  color: #5e5353;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.reserved.footer {
  max-width: 500px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.reserved.light {
  padding-right: 32px;
  padding-left: 32px;
  color: #cacaca;
  font-size: 19px;
}

.h1-sub-header {
  color: #727272;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.upsell-body-text {
  padding-right: 60px;
  padding-left: 60px;
}

.upsell-paragraph {
  padding-top: 30px;
  font-size: 20px;
  line-height: 30px;
}

.upsell-paragraph.frame {
  padding-right: 5px;
  padding-bottom: 30px;
  padding-left: 5px;
  border: 3px solid #c52886;
}

.inner-heading {
  max-width: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(7%, hsla(0, 0%, 100%, 0)), color-stop(8%, #a52cb8), color-stop(14%, #a52cb8), color-stop(15%, rgba(165, 44, 184, 0)));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 7%, #a52cb8 8%, #a52cb8 14%, rgba(165, 44, 184, 0) 15%);
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.inner-heading.bold-text {
  display: inline;
}

.upsell-image-wrapper {
  text-align: center;
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.close-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.close-toggle-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}

.close-toggle-icon.close-icon-1 {
  position: relative;
  top: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-toggle-icon.close-icon-2 {
  position: relative;
  top: -10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-block {
  margin-bottom: 0px;
}

.div-block-5 {
  margin-top: 40px;
  padding: 10px;
  background-color: #f3f3f3;
}

.text-block {
  font-size: 16px;
  line-height: 22px;
}

.disclaimer-text {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  color: #363636;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}

.link {
  color: #5f5f5f;
  text-decoration: none;
}

.heading {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.list-item-2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

.text-span.green-price {
  color: green;
}

.bold-text {
  color: #c52886;
}

.red-price {
  color: red;
}

.green-price {
  color: green;
}

.text-span-2 {
  color: red;
}

.text-span-3 {
  color: red;
}

.text-span-4 {
  color: green;
}

.bold-text-2 {
  color: #c52886;
}

.text-span-5 {
  color: #c52886;
}

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

.bold-text-4 {
  color: #c52886;
}

.bold-text-5 {
  color: #c52886;
}

.bold-text-6 {
  color: #c52886;
}

.bold-text-7 {
  color: #c52886;
}

.bold-text-8 {
  color: #c52886;
}

.bold-text-9 {
  color: #000;
}

.order-now-button-2 {
  display: inline-block;
  padding: 23px 57px;
  border-top: 3px solid #7c0002;
  border-radius: 9px;
  background-color: #bb0003;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bb0003), to(#f6005e));
  background-image: linear-gradient(0deg, #bb0003, #f6005e);
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-align: center;
}

.order-now-button-2:hover {
  background-image: none;
}

.order-now-button-2:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#940002), to(#ff63c0));
  background-image: linear-gradient(180deg, #940002, #ff63c0);
}

.form-block-6 {
  padding-top: 10px;
}

.checkbox-label-10 {
  padding-left: 10px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.form-2 {
  padding: 33px 31px 10px;
  border-style: dashed;
  border-width: 3px;
  border-color: #1d1d1d;
  background-color: rgba(255, 249, 237, 0);
}

.form-2.upsell-confirmation-blk {
  border-style: solid;
  border-color: #c52886;
}

.checkbox-11 {
  display: inline;
  width: 20px;
  height: 20px;
  border: 2px solid #2d6cda;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkbox-11.w--redirected-checked {
  border-color: #b84b9b;
  background-color: #b84b9b;
  box-shadow: 0 0 3px 1px #b84b9b;
}

.checkbox-11.upsell_agree {
  border-style: solid;
  border-color: #c52886;
}

.email-error {
  color: red;
  font-weight: 700;
}

.email-error.hide-error {
  display: none;
}

.error-message {
  display: block;
  color: red;
}

.helpdesk-header {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #800073;
  text-align: center;
}

.helpdesk-logo {
  max-width: 110px;
}

.main-body-container {
  margin-top: 0px;
  padding-right: 50px;
  padding-bottom: 91px;
  padding-left: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px -15px #000;
}

.article-headline {
  font-family: 'Droid Sans', sans-serif;
}

.article-page-paragraph {
  padding: 20px 12px 0px;
  float: none;
  clear: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  text-align: left;
}

.intro-highlight-article {
  color: #7e106e;
  font-size: 22px;
  font-weight: 700;
}

.article-sub-header {
  font-size: 30px;
  font-weight: 700;
}

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

.lottie-loader {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .avatar-wrapper {
    -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;
  }

  .name-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-2 {
    background-position: -73px 0px;
  }

  .header-flex-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: left;
  }

  .intro-image.desktop {
    margin-right: auto;
    text-align: center;
  }

  .upsell-paragraph.frame {
    border-width: 3px;
  }

  .heading {
    font-size: 28px;
    line-height: 36px;
  }

  .checkbox-label-10 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headline.dark-subheader {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 28px;
    line-height: 36px;
  }

  .headline.dark-subheader.popup {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .order-now-button {
    line-height: 30px;
  }

  .order-now-button.upsell-btn {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .button-wrapper.sales.upsell {
    padding-right: 32px;
    padding-left: 32px;
  }

  .button-wrapper.sales.upsell {
    padding-right: 32px;
    padding-left: 32px;
  }

  .div-block-2 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .popup-background {
    display: none;
  }

  .popup-container {
    top: 360px;
    z-index: 3;
    max-width: 460px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-text {
    font-size: 22px;
  }

  .header-flex-block.heading-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-image.desktop {
    margin-right: auto;
  }

  .upsell-paragraph.frame {
    border-width: 3px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .list-item-2 {
    margin-top: 10px;
  }

  .order-now-button-2 {
    line-height: 30px;
  }

  .checkbox-label-10 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .headline {
    font-size: 35px;
    line-height: 38px;
  }

  .headline.dark-subheader {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }

  .headline.dark-subheader.inverted {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .headline.dark-subheader.popup {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
  }

  .headline.steps-header {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
  }

  .headline.fblander {
    margin-bottom: 25px;
  }

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

  .order-now-button {
    padding: 15px 25px;
    font-size: 20px;
    line-height: 24px;
  }

  .btn-sub-text {
    font-size: 14px;
  }

  .trust-logo-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .trust-logo {
    max-width: 140px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .bullet-headline {
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 20px;
    line-height: 20px;
  }

  .bullet-description {
    font-size: 18px;
  }

  .list-item {
    margin-left: 5px;
    padding-right: 10px;
  }

  .list {
    padding-right: 0px;
    padding-left: 0px;
  }

  .sub-paragraph {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 26px;
  }

  .sub-paragraph.light {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .about.mobile {
    display: block;
    padding-right: 0px;
    padding-bottom: 18px;
    text-align: center;
  }

  .about.desktop {
    display: none;
  }

  .testimonial-bubble {
    padding: 15px;
  }

  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .avatar-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .name-wrapper {
    padding-left: 10px;
  }

  .stars-wrapper {
    padding-left: 10px;
  }

  .star {
    width: 20px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-wrapper.sales.upsell {
    padding-right: 8px;
    padding-left: 8px;
  }

  .button-wrapper.sales.upsell {
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .image-mobile {
    display: block;
  }

  .image-desktop {
    display: none;
  }

  .step-title {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .step-paragraph {
    padding-right: 14px;
    padding-left: 14px;
  }

  .div-block-2 {
    padding-right: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: left;
  }

  .mobile-profile-image {
    display: block;
  }

  .image-2 {
    width: 250px;
  }

  .popup-background {
    display: none;
  }

  .popup-container {
    top: 50%;
    max-width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .popup-logo {
    width: 110px;
  }

  .thin {
    font-size: 18px;
    line-height: 24px;
  }

  .form-text {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-wrapper {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .form {
    padding-top: 10px;
  }

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

  .header-flex-block.heading-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-image {
    max-width: 100%;
  }

  .intro-image.desktop {
    display: none;
  }

  .intro-image.mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .image-wrapper {
    max-width: 100%;
  }

  .reserved {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    line-height: 24px;
  }

  .upsell-body-text {
    padding-right: 15px;
    padding-left: 15px;
  }

  .upsell-paragraph {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .upsell-paragraph.frame {
    padding-bottom: 10px;
    border-width: 3px;
  }

  .inner-heading {
    display: inline;
    font-size: 19px;
  }

  .inner-heading.bold-text {
    display: inline;
  }

  .checkbox-field {
    margin-bottom: 0px;
  }

  .form-block {
    margin-bottom: 0px;
  }

  .text-block {
    font-size: 13px;
  }

  .disclaimer-text {
    padding-right: 14px;
    padding-left: 14px;
  }

  .heading {
    font-size: 20px;
  }

  .list-item-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .order-now-button-2 {
    padding: 15px 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .checkbox-field-3 {
    padding-right: 10px;
    padding-left: 30px;
  }

  .checkbox-label-10 {
    padding-left: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .form-2 {
    padding-top: 23px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .main-body-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .article-headline {
    font-size: 39px;
  }

  .article-page-paragraph {
    font-size: 21px;
    line-height: 30px;
  }
}

