@media (max-width:900px) {
    .hero {
        background-image:none !important;
    }
}
.headline h3 {
	-webkit-text-stroke: 0.5px white;
}
em {
   color: unset;
}

/* width */
.testimonialsWrapper::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.testimonialsWrapper::-webkit-scrollbar-track {
  background: #d1b6a7;
	border-radius: 99px;
}

/* Handle */
.testimonialsWrapper::-webkit-scrollbar-thumb {
  	background: #e58c6c;
	border-radius: 99px;
}

/* Handle on hover */
.testimonialsWrapper::-webkit-scrollbar-thumb:hover {
  background: #b76a4f;
}
#buy .extendedATC {
	display:none;
}
.guarantee {
	display:none;
}
#faq {
	display:block;
}
.ebook{
	background-image:url(../../vsl/img/bg_ebook.jpg);
}
@media(min-width:1200px){
	.pull-left{
		left:-10rem
	}
	.ebook-text{
		padding-right:4rem;
	}
}
@media(min-width:1025px) and (max-width:1199px){.pull-left{left:-5rem}
	.ebook-text{
		padding-right:8rem
	}
}
.ebook-divider{
	width:40px;
	height:40px;
	background:#f9f1ed;
	transform:rotate(45deg);
	margin:auto;top:-4rem;
	position:relative;
	margin-bottom:-2rem;
}

.buy-button {
    background: rgb(92,64,193);
    background: linear-gradient(0deg, rgba(92,64,193,1) 3%, rgba(109,77,222,1) 25%, rgba(137,108,240,1) 75%, rgba(109,77,222,1) 97%);
    color: #F5F5F5;
    border: none;
    font-size: 2.0rem;
    letter-spacing: 1.2px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    width: 80%;
    margin: 10px 10%;
    text-decoration: none;
    display: inline-block;
    filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}
@media screen and (max-width: 767px) {
	.buy-button {
		width: 90%;
		margin: 10px 5%;
		font-size: 1.5rem;
	}
}