.related-product {
  margin-bottom: 10px;
  padding: 15px;
  border: 3px solid transparent;
  display: inline-block;
  transition: 0.1s ease;
  text-align: center;
}
.related-product:hover {
  border: 3px solid #E1C3FF;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.1s ease;
}
.related-product__image {
  max-width: 200px;
  margin: auto;
}
.related-product__image img {
  border-radius: 10px;
}
.related-product__info {
  margin-top: 15px;
  margin-bottom: 10px;
}

.-boxed {
  border: 2px solid #eee;
  border-radius: 30px;
  padding: 20px;
}

.lead-box {
  background-color: #50247b;
  position: relative;
  border-radius: 30px;
  padding: 45px 30px 65px 30px;
  margin: 30px 20px;
}
@media screen and (max-width: 768px) {
  .lead-box {
    text-align: center;
    padding: 25px 15px 55px 15px;
  }
}
.lead-box--damab {
  background-color: #3273dc;
}
.lead-box--mamab {
  background-color: #50247b;
}
.lead-box--mab {
  background-color: #00CABE;
}
@media screen and (max-width: 768px) {
  .lead-box__accent-image {
    margin-top: -60px;
  }
}
.lead-box__content {
  align-items: center;
}
.lead-box__title {
  color: #fff;
  margin-bottom: 20px;
  margin: 0 10% 2% 10%;
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .lead-box__title {
    margin: 0 5% 4% 5%;
    font-size: 36px;
  }
}
.lead-box__info {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  position: relative;
  display: inline-block;
  background-image: url(/img/lead_magnets/how-to-draw-a-robot/accent-stripes.svg);
  background-repeat: no-repeat;
  background-position: 50% 110%;
  margin: 0 5%;
  padding: 10px 15px 25px 15px;
}
@media screen and (min-width: 768px) {
  .lead-box__info {
    padding: 20px 30px 30px 30px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1216px) {
  .lead-box__info {
    font-size: 22px;
  }
}
.lead-box__form {
  margin: -60px auto 80px auto;
  z-index: 2;
  position: relative;
  background: #F5F5F5;
  border-radius: 20px;
  max-width: 75%;
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  .lead-box__form {
    padding: 20px 30px;
  }
}
.lead-box__form input {
  width: 100%;
}
.lead-box__download {
  text-align: center;
  margin: auto;
  text-decoration: underline;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin: -60px auto 0 auto;
  z-index: 2;
  position: relative;
  display: flex;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 20px 30px;
  max-width: 50%;
  justify-content: center;
  transition: 0.1s ease;
}
.lead-box__download:hover {
  background: #19baed;
  color: #fff;
  transition: 0.1s ease;
  cursor: pointer;
}
.lead-box__download--success {
  background: #19baed;
  color: #fff;
  border-radius: 100px;
  transition: 0.1s ease;
  position: relative;
}
.lead-box__download--success:before {
  content: url(/img/icons/squiggle-down-arrow.svg);
  position: absolute;
  top: -40px;
}
.lead-box__download:hover {
  background: #50247b;
  color: #fff;
  transition: 0.1s ease;
  cursor: pointer;
}
.lead-box__timeout {
  font-style: italic;
  opacity: 0.7;
  margin-bottom: 13px;
  text-align: center;
  border: 1px dotted red;
  padding: 6px;
  border-radius: 8px;
}

.form__callout {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 120%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form__callout {
    font-size: 24px;
    text-align: left;
  }
}
.form__input--shadow {
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(225, 195, 255, 0.58);
  border-radius: 5px;
}

.cta {
  margin-top: 100px;
}

/*# sourceMappingURL=lead_mag.css.map */
