h1 {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #7d869e;
  line-height: 30px;
}

a {
  color: #7d869e;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 690px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fafbff;
  background-image: url('../images/wave.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: brightness(103%);
  filter: brightness(103%);
}

.body {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #232323;
  font-size: 16px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.container._2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.quote {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  line-height: 21px;
}

.logo-mailist {
  margin-top: 0px;
}

.div-block {
  display: block;
  margin-top: 30px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2._2 {
  float: left;
}

.btn-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding-right: 16px;
  padding-left: 16px;
  -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: 3px;
  background-color: #2239f6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 1px;
}

.btn-primary:hover {
  box-shadow: 0 15px 30px 0 #b6c1df;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.btn-primary.margin-top {
  margin-top: 30px;
}

.btn-primary.margin-top.v2.play-video {
  padding-right: 50px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/play-icon.svg');
  background-position: 92% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.btn-primary.margin-top.v2.chrome-ext {
  padding-left: 52px;
  background-image: url('../images/Chrome-Logo.png');
  background-position: 12px 48%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-top: 90px;
  -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;
}

.div-block-3.terms {
  width: 100%;
  max-width: 630px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}

.paragraph {
  margin-bottom: 0px;
  color: #7d869e;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.heading {
  width: 480px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 1px;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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-color: #d6e1ff;
}

.quote {
  max-width: 640px;
  font-size: 27px;
  line-height: 38px;
  font-style: italic;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-block-2 {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #7d869e;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image {
  margin-right: 16px;
}

.perks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 96px;
  -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-color: #2239f6;
  color: #fff;
}

.pre {
  font-size: 12px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.heading-2 {
  font-weight: 400;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  max-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.paragraph-2 {
  color: hsla(0, 0%, 100%, .8);
  line-height: 30px;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  padding-bottom: 60px;
  -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-color: #fff;
  color: #232323;
}

.heading-3 {
  width: 100%;
  font-size: 32px;
  text-align: center;
  letter-spacing: 1.1px;
}

.div-block-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -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;
  color: #232323;
}

.div-block-7 {
  max-width: 320px;
  margin-left: 80px;
}

.div-block-7.ext {
  margin-right: 40px;
  margin-left: 40px;
}

.paragraph-3 {
  color: #7d869e;
  line-height: 30px;
}

.div-block-7-copy {
  max-width: 320px;
  margin-right: 90px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #2740fe;
  color: #fff;
}

.footer.terms {
  background-color: #d6e1ff;
  color: #232323;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 60px;
  -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;
  opacity: 0.3;
}

.text-block-3 {
  opacity: 0.4;
}

.italic-text {
  max-width: 640px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 38px;
  letter-spacing: 1.4px;
}

.image-2 {
  margin-left: -80px;
}

.image-3 {
  margin-right: -50px;
}

.btn-primary-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-top: 30px;
  padding-right: 16px;
  padding-left: 16px;
  -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: 3px;
  background-color: #2239f6;
}

.btn-primary-margin.orange {
  background-color: #f78026;
  letter-spacing: 1px;
}

.link-3 {
  margin-right: 32px;
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #7d869e;
  text-decoration: none;
}

.link-3:hover {
  padding-bottom: 6px;
  color: #3700ff;
}

.link-3.w--current {
  border-bottom: 2px dotted #7d869e;
}

.link-3.blue {
  padding-bottom: 2px;
  float: left;
  clear: none;
  -webkit-transition-property: none;
  transition-property: none;
  color: #2239f6;
}

.link-3.blue:hover {
  padding-bottom: 0px;
  border-bottom: 2px solid #3700ff;
}

.link-3.blue._2 {
  margin-top: 15px;
  float: left;
}

.link-3.blue.extension {
  margin-top: 15px;
}

.link-3.login.or {
  margin-top: 24px;
}

.link-3.left {
  margin-top: 5px;
  margin-left: 30px;
}

.link-3.top6 {
  margin-top: 6px;
}

.rich-text {
  margin-top: 30px;
  text-align: left;
}

.rich-text h2 {
  margin-bottom: 20px;
  color: #232323;
  font-weight: 400;
}

.rich-text p {
  color: #7d869e;
  font-size: 18px;
  line-height: 31px;
  font-weight: 300;
  letter-spacing: 0.9px;
}

.rich-text ul {
  color: #7d869e;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
}

.rich-text a {
  border-bottom: 2px solid #3700ff;
  color: #3700ff;
}

.link-footer {
  padding-bottom: 3px;
  border-bottom: 2px solid hsla(0, 0%, 100%, .4);
  text-decoration: none;
}

.link-footer.white {
  margin-right: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.link-footer.white:hover {
  padding-bottom: 3px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.link-footer.gray {
  margin-right: 30px;
  border-bottom-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
}

.link-footer.gray:hover {
  padding-bottom: 3px;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.link-footer.gray.w--current {
  color: #000;
}

.image-6 {
  margin-right: 30px;
  margin-bottom: 4px;
  -webkit-filter: brightness(1000%);
  filter: brightness(1000%);
}

.image-6.inver {
  -webkit-filter: none;
  filter: none;
}

.image-7 {
  position: absolute;
  top: 90px;
  right: 0px;
  max-width: 45vw;
}

.image-7-copy {
  position: absolute;
  top: 150px;
  right: 0px;
  max-width: 50vw;
}

.social-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  padding-right: 0px;
  padding-bottom: 3px;
}

.image-8 {
  width: 24px;
}

.image-9 {
  display: none;
}

.div-block-9 {
  display: block;
}

.div-block-10 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -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-color: rgba(0, 0, 0, .5);
}

.div-block-11 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
}

.div-block-12 {
  width: 720px;
}

.text-block-4 {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

.div-block-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2-copy._2 {
  height: 54px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  margin-top: 6px;
}

.div-block-5-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #232323;
}

.exten-div {
  max-width: 320px;
  margin-right: 40px;
  margin-left: 40px;
}

.exten-div.ext {
  margin-right: 40px;
  margin-left: 40px;
}

.text-span {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.a {
  text-transform: uppercase;
}

.a:hover {
  border-bottom: 2px solid #7d869e;
}

.exit-detector {
  position: fixed;
  top: 0px;
  z-index: 9999999;
  width: 100%;
  height: 5px;
  min-height: 5px;
  background-color: transparent;
}

.exit-intent {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  -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-color: rgba(0, 0, 0, .4);
}

.div-block-12-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 40px 40px 60px;
  -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: 6px;
  background-color: #fff;
  text-align: center;
}

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

.paragraph-4 {
  max-width: 420px;
  margin-bottom: 18px;
  font-size: 18px;
}

.text-block-4-copy {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ddd;
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  ul {
    padding-left: 20px;
    color: #7d869e;
    line-height: 24px;
    font-weight: 300;
    list-style-type: square;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block {
    margin-top: 30px;
  }
  .div-block-2._2 {
    margin-top: 4px;
  }
  .btn-primary {
    padding-right: 24px;
    padding-left: 24px;
  }
  .btn-primary.margin-top {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .div-block-3.terms {
    text-align: left;
  }
  .quote {
    max-width: 430px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block-6 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .features {
    overflow: hidden;
  }
  .italic-text {
    line-height: 42px;
  }
  .image-2 {
    max-width: 50%;
  }
  .image-3 {
    max-width: 50%;
  }
  .btn-primary-margin {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .link-3 {
    margin-right: 24px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #7d869e;
    text-decoration: none;
  }
  .link-3:hover {
    -webkit-transform: translate(0px, -7px);
    -ms-transform: translate(0px, -7px);
    transform: translate(0px, -7px);
    color: #3700ff;
  }
  .image-7 {
    display: none;
  }
  .image-7-copy {
    display: none;
  }
  .social-icon-container {
    display: none;
  }
  .image-9 {
    width: 100vw;
  }
  .div-block-2-copy._2 {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .logo-mailist {
    margin-top: 6px;
  }
  .testimonial {
    padding-bottom: 20px;
  }
  .perks {
    padding-bottom: 60px;
  }
  .div-block-5 {
    -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;
  }
  .div-block-6 {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .div-block-5-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .div-block-7.ext {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-7-copy {
    max-width: 80%;
    margin-right: 0px;
    text-align: center;
  }
  .image-2 {
    max-width: 80%;
    margin-left: 0px;
  }
  .image-3 {
    max-width: 80%;
    margin-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-4 {
    display: none;
  }
  .image-4.exte {
    display: block;
  }
  .image-5 {
    display: none;
  }
  .link-3 {
    display: none;
  }
  .link-3.blue.extension {
    display: block;
  }
  .link-3.left {
    display: block;
  }
  .div-block-12 {
    width: 480px;
  }
  .div-block-5-copy-copy {
    -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;
  }
  .exten-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .exten-div.ext {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-12-copy {
    width: 480px;
  }
}

@media (max-width: 479px) {
  .logo-mailist {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .div-block {
    display: block;
    padding-bottom: 0px;
    -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: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .btn-primary {
    display: none;
  }
  .btn-primary.margin-top.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-3 {
    width: 100%;
    margin-top: 30px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .heading {
    width: auto;
    margin-top: -20px;
    font-size: 24px;
    line-height: 36px;
  }
  .testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .perks {
    padding-top: 40px;
  }
  .pre {
    overflow: visible;
    clear: none;
  }
  .features {
    padding-top: 50px;
  }
  .div-block-7 {
    max-width: 90%;
  }
  .div-block-7-copy {
    max-width: 90%;
  }
  .div-block-8 {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    opacity: 0.5;
  }
  .italic-text {
    font-size: 24px;
    line-height: 34px;
  }
  .image-2 {
    max-width: 90%;
  }
  .image-3 {
    max-width: 90%;
  }
  .link-3 {
    display: none;
  }
  .link-3.login {
    display: block;
    margin-top: 23px;
    margin-right: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .link-3.left {
    display: none;
  }
  .link-footer.white {
    margin-top: 20px;
    margin-right: 0px;
  }
  .image-6 {
    margin-right: 0px;
  }
  .social-icon-container {
    display: none;
  }
  .image-9 {
    display: block;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-12 {
    width: 300px;
  }
  .exten-div {
    max-width: 90%;
  }
  .div-block-12-copy {
    width: 300px;
  }
}

