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

.body {
  background-color: transparent;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}

.body.body-v2 {
  background-image: url('../images/background.jpg');
}

.body.step {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/background.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.body.step.body-v2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/backgroundOrig.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/backgroundOrig.jpg');
}
.body.step.different_device {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/difdevbag.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/difdevbag.png');
}

.blue_bg {
  background-image: url('../images/blue_bg.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.blue_bg.case {
  background-position: 50% -540px;
  background-size: cover;
}

#main-container {
  background-color: #fff;
  border-radius: 7px;
  text-align: center;
  max-width: 940px;
  padding-right: 0;
  padding-left: 0;
  margin: 7vh auto 15px auto;
  float: none;
  padding: 35px 49px;
  margin-bottom: 0;
}

.body:not(.step) #main-container.opt2 {
  background-image: url('../images/free2.gif');
}

#main-container.opt2 {
  background-position: 100% 0px;
  background-size: auto;
  background-repeat: no-repeat;
  margin: 4vh auto 15px auto;
}

.arrow {
  position: absolute;
  margin-top: -47px;
  margin-left: 11px;
  padding-top: 15px;
  padding-left: 0px;
}

.button_opt,
.button {
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 25px 118px;
  border-radius: 7px;
  background-color: #fb5132;
  box-shadow: 0 1px 18px -5px #000;
  font-family: Lato, sans-serif;
  font-size: 29px;
  letter-spacing: 1px;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.button_opt:hover,
.button_opt:focus,
.button:hover,
.button:focus {
  background-color: #fcb31e;
  text-decoration: none;
  color: white;
}

.button_opt2 {
  max-width: 635px;
  margin-bottom: 21px;
  padding: 28px 17px;
  border: 2px solid #cecece;
  border-radius: 11px;
  background-color: #f8f8f8;
  font-family: Lato, sans-serif;
  color: #3c93f7;
  font-size: 21px;
  font-weight: 400;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.button_opt2:hover,
.button_opt2:focus {
  border-color: #c62c10;
  background-color: #fb5132;
  color: #fff;
  text-decoration: none;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.button_opt.segmentation {
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 10px 36px -8px rgba(0, 0, 0, .22);
  font-weight: 700;
}

.button_opt.segmentation:hover {
  background-color: #fcb31e;
}

.button.bonus {
  padding-right: 79px;
  padding-left: 79px;
  line-height: 1.1em;
  display: block;
  width: 80%;
  margin: 0 auto;
}

/*.button_opt.segmentation.video {
  padding-right: 204px;
  padding-left: 204px;
}*/

.text_title {
  padding-top: 51px;
  padding-right: 38px;
  padding-left: 38px;
  font-family: Lato, sans-serif;
  color: #373d45;
  font-size: 49px;
  line-height: 61px;
  font-weight: 900;
  letter-spacing: 2px;
}
.text_plc2 {
    padding-right: 107px;
    padding-left: 107px;
    font-family: Lato, sans-serif;
    color: #373d45;
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
}
.text_title.seg {
  padding: 26px 9px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 47px;
  letter-spacing: 0px;
}

.text_title_white {
  padding-top: 31px;
  padding-bottom: 31px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 1px;
}

.text_title_white._2 {
  margin-top: 44px;
  margin-bottom: 67px;
  padding-top: 62px;
  font-size: 65px;
}

.text_title_white.case {
  margin-top: 210px;
  margin-bottom: 23px;
  padding-top: 33px;
  padding-bottom: 24px;
  border-color: transparent;
  color: #96c9ff;
  font-size: 53px;
}

.text_question {
  margin-left: 0px;
  padding: 18px 37px;
  font-family: Lato, sans-serif;
  color: #373d45;
  font-size: 30px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.form_radio {
  padding: 15px 43px;
}

.text_form_radio {
  padding-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

/* step 3 */

.email {
  height: 69px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 21px;
  border-radius: 4px;
  font-family: Lato, sans-serif;
  color: #373d45;
  font-size: 23px;
  font-weight: 400;
  width: 100%;
}

.text_title_tomato {
  color: #fb5132;
}

.text_footer {
  margin-top: 19px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vh;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  letter-spacing: 0px;
  text-shadow: 2px 2px 5px #000;
  text-align: center;
}

.video-box {
  border: solid 8px #ffffff; margin: 30px 20px 20px 20px; box-shadow: 28px 3px 50px -20px rgba(0, 0, 0, .24), -28px -1px 50px -20px rgba(0, 0, 0, .26); background-color: #ffffff;
}

/* seedworkshop CSS */
.div_seed_top {
    background-image: url(../images/blue_bg.jpg);
    background-position: 0px 0px;
    background-size: 939px;
}
.div_seed_bottom {
    background-color: #f0f0f0;
}
.button_opt.seed {
    margin-top: 7px;
    padding-right: 226px;
    padding-left: 226px;
}
.button_opt {
    margin-top: 44px;
    margin-bottom: 44px;
    padding: 25px 118px;
    border-radius: 7px;
    background-color: #fed63b;
    box-shadow: 0 1px 18px -5px #000;
    font-family: Lato, sans-serif;
    font-size: 29px;
    letter-spacing: 1px;
    color: #393863;
}
.text_bar {
    padding-top: 27px;
    padding-bottom: 27px;
    border-radius: 7px;
    font-family: Lato, sans-serif;
    color: #373d45;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}
.free_training {
  position: static;
  display: inline-block;
  width: 661px;
  height: 150px;
  border: 1px solid #d2d2d2;
  background-image: url('../images/free_training.gif');
  background-position: 50% 0px;
  background-size: 661px 150px;
  background-repeat: no-repeat;
  box-shadow: 18px 0 35px -12px rgba(0, 0, 0, .26), -18px 4px 35px -8px rgba(0, 0, 0, .26);
  text-align: center;
}

.text_free_training {
  padding: 32px 131px 0px 157px;
  font-family: Lato, sans-serif;
  color: #505964;
  font-size: 19px;
  line-height: 25px;
}

.text_free_red {
  color: #fb5132;
}


.footer_bp {
  text-align: center;
}

.text_bp {
  padding: 16px 91px;
  font-family: Lato, sans-serif;
  font-size: 31px;
  line-height: 36px;
  font-weight: 700;
}

.button_red {
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 13px 43px;
  border-radius: 7px;
  background-color: #fb5132;
  color: transparent;
}

.button_text_white {
  padding: 2px 11px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.text_bp_nothanks {
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #373d45;
}


.div_white {
  display: block;
  margin: 22px 76px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 0 1px 14px -6px #000;
  text-align: center;
}

.title_thankyou {
  padding-top: 37px;
  padding-bottom: 50px;
  background-image: url('../images/header_thankyou.jpg');
  background-position: 50% 50%;
  background-size: 805px;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
}

.text1_thankyou {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-right: 109px;
  padding-bottom: 18px;
  padding-left: 109px;
  font-family: Lato, sans-serif;
  color: #1a88fb;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.text2_thankyou {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Lato, sans-serif;
  color: #868b91;
  font-size: 19px;
  font-weight: 700;
}

.text3_thankyou {
  color: #505964;
}

.div_thankyou {
  padding-top: 29px;
  padding-bottom: 29px;
}

.plf_logo {
  padding-top: 26px;
  padding-bottom: 26px;
}

@media (max-width: 1024px) {

  .button.bonus {
    width: 100%;
  }

  .arrow {
    margin-top: -90px;
  }

  /* step 3 */

  .email {
    width: 60vw;
  }

}
@media (max-width: 991px) {
  .blue_bg {
      background-size: auto;
      text-align: left;
  }

  .div_white {
    margin-right: 0px;
    margin-left: 0px;
    background-image: none;
  }
  .title_thankyou {
    padding-top: 37px;
    padding-bottom: 44px;
    background-color: transparent;
    background-image: url('../images/header_thankyou.jpg');
    background-position: 50% -8px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .text1_thankyou {
    padding-right: 54px;
    padding-bottom: 10px;
    padding-left: 54px;
  }
}

@media (max-width: 767px) {

  #main-container {
    padding: 20px 25px;
    margin: 25px auto;
  }

  .container>.row {
    margin-left: 0;
    margin-right: 0;
  }

  .button_opt,
  .button {
    margin-top: 44px;
    margin-bottom: 44px;
    padding: 12px 20vw;
    box-shadow: 0 1px 18px -5px #000;
    font-size: 24px;
  }

  .button.bonus {
    padding: 12px 5vw;
   }

   .button_opt2 {
     padding: 12px 5vw;
    }

  .text_title {
    font-size: 36px;
    line-height: 45px;
    padding-right: 0;
    padding-left: 0;
  }

  /* step 2 */

  .seg.text_title {
    padding: 26px 0;
    font-size: 28px;
    line-height: 35px;
  }

  .text_question {
    padding: 18px 0;
    font-size: 22px;
    line-height: 30px;
  }

  .form_radio {
    padding: 0 20px 15px 20px;
  }

  /* sideway */

  .text_title_white {
    padding-top: 40px;
    font-size: 24px;
  }

  .text_title_white._2 {
    margin-top: 44px;
    margin-bottom: 67px;
    padding-top: 62px;
    font-size: 65px;
  }

  .text_title_white.case {
    margin-top: 210px;
    margin-bottom: 23px;
    padding-top: 33px;
    padding-bottom: 24px;
    border-color: transparent;
    color: #96c9ff;
    font-size: 53px;
  }

  #segment-email .form_radio {
    padding: 15px 0 15px 0;
  }

  #email-form.form_radio {
    padding: 15px 0 15px 0;
  }

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

  /* step 3 */

  .email {
    height: 50px;
    font-size: 18px;
    width: 80vw;
  }
   .text_title_white {
      font-size: 29px;
      line-height: 30px;
  }
    .div_white {
    margin-right: 22px;
    margin-left: 22px;
  }
  .title_thankyou {
    padding-top: 28px;
    padding-bottom: 37px;
    background-position: 0px -1px;
    background-size: 607px;
    font-size: 63px;
  }
  .text1_thankyou {
    padding-bottom: 14px;
  }
  .text2_thankyou {
    padding-right: 45px;
    padding-left: 45px;
  }

}

@media (max-width: 425px) {
    .text_bp {
    padding-right: 31px;
    padding-left: 32px;
    font-size: 24px;
    line-height: 31px;
  }
  .button_red {
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 13px;
  }
  .button_text_white {
    font-size: 19px;
  }
  .container_blueprint {
    margin-top: 0px;
    padding-right: 9px;
    padding-left: 9px;
    background-size: 70px;
}

  .blue_bg {
    background-size: 150%;
  }

  #main-container {
      margin: 10px auto;
  }

  #main-container.opt2 {
    background-size: 66px;
  }

  .button_opt,
  .button {
    margin-top: 44px;
    margin-bottom: 44px;
    padding: 12px 15vw;
    box-shadow: 0 1px 18px -5px #000;
    font-size: 18px;
  }

  .button.bonus {
      padding: 12px 5vw;
   }

  .text_title {
    font-size: 28px;
    line-height: 36px;
  }
  .text_plc2 {
    padding-right: 44px;
    padding-left: 44px;
    font-size: 28px;
    line-height: 36px;
  }

  /* step 2 */

  .seg.text_title {
    padding: 20px 0 14px 0;
    font-size: 22px;
    line-height: 28px;
  }

  .text_question {
    padding: 12px 0;
    font-size: 18px;
    line-height: 24px;
  }

  /* step 3 */

  .email {
    height: 40px;
    font-size: 14px;
    width: 100%;
  }

/* different device */

  #email-form .button_opt {
    padding: 12px 3px;
    font-size: 13px;
  }
   .blue_bg.bonus {
    background-size: 966px;
  }
  .blue_bg.case {
    background-position: 50% -242px;
    background-size: auto;
  }
  .text_title_white {
    padding-top: 12px;
    font-size: 27px;
  }

  /* sideway */

  .text_title_white {
    padding-top: 40px;
    font-size: 18px;
  }
    .free_training {
    width: 274px;
    height: 160px;
    background-position: 50% 0px;
    background-size: contain;
  }
  .text_free_training {
    padding-top: 5px;
    padding-right: 48px;
    padding-left: 48px;
    font-size: 17px;
    line-height: 24px;
  }
  .logo_blueprint {
    padding-top: 16px;
    padding-left: 48px;
}
.container_blueprint {
    margin-top: 0px;
}
  .div_white {
    margin-right: 13px;
    margin-left: 13px;
  }
  .title_thankyou {
    background-size: 592px;
    font-size: 46px;
  }
  .text1_thankyou {
    padding-right: 23px;
    padding-left: 23px;
    font-size: 25px;
  }
  .text2_thankyou {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 16px;
  }
  .text3_thankyou {
    display: inline-block;
    font-size: 14px;
  }

}
