/*****CSS START HERE******/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Gabarito', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'EB Garamond', serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	max-width:970px;
	margin:0 auto;
}
.banner-outer {
	background: url(../images/banner-bg-n.png) no-repeat top center;
	background-size: cover;
	padding: 100px 0 350px;
}
.banner-outer h2 {
	background: linear-gradient(90deg, #F9005A -5.37%, #FA006A 31.49%, #F30C00 63.38%, #D11F5B 94.26%);
	display: inline-block;
	color: #fff;
	font-family: Gabarito;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: left;
	padding: 6px 15px;
}
.banner-outer h1 {
	font-family: Garamond;
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	margin: 20px 0;
}

p {
	font-family: Gabarito;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin: 20px 0;
}.banner-outer p {
    color: #fff;
}
.interstitium-inner {
	box-shadow: 0px 4px 44px 0px #0000001A;
	border-radius: 30px;
	padding: 20px 25px 45px;
	margin: -320px 0 0;
	position: relative;
	background: #fff;
}
 .interstitium-inner::after {
 content: "";
 position: absolute;
 background: url(../images/corner01.png) no-repeat top center;
 bottom: 0;
 left: 0;
 height: 307px;
 width: 303px;
 background-size: 100% 100%;
}
.title-outer {
	font-family: Garamond;
	font-size: 54px;
	text-transform: uppercase;
	font-weight: 700;
}
.filled-inner {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
	z-index: 1;
	margin: 40px 0 0;
	position: relative;
}
.filled-left {
	order: 2;
	width: 45%;
	text-align: right;
}
.filled-right {
	width: 51%;
}
.align-left .filled-left {
	text-align: left;
}
.align-left .filled-right {
	order: 2;
	text-align: left;
}
.secret-inner .title-outer {
    text-align: center;
    font-size: 36px;
    margin: 0 0 30px;
    line-height: 52px;
}
.secret-inner {
	padding: 70px 0 40px;
}
.fashioned-inner {
	background: #1B2B61;
	text-align: center;
	border-radius: 7px;
	padding: 20px 30px;
}
.fashioned-inner .title-outer {
	font-size: 46px;
	text-transform: inherit;
	line-height: 52px;
}
.filled-abundance {
	margin: 30px 0;
}
.story-outer {
	background:url(../images/story-bg.webp) no-repeat top center;
	background-size:cover;
	padding:80px 0 60px;
}
.story-outer .title-outer {
	text-align: center;
}
.micro-outer {
	box-shadow: 0px 4px 44px 0px #0000001A;
	border-radius: 30px 30px 0px 0px;
	padding: 20px 35px 45px;
	margin: -80px 0 0;
	position: relative;
	background: #fff;
}
.micro-outer .secret-inner {
	padding: 20px 0;
}
.secret-really {
	background: #FFEAE9;
	border-radius: 13px;
	padding: 20px 40px 30px;
	margin: 0 0 60px;
}
.secret-really h2 {
	font-size: 27px;
	font-family: Gabarito;
	color: #F30C00;
}
.filled-started {
	display: flow-root;
}
img.img-right {
	float: right;
	margin: 0px 0 20px 30px;
}
.secret-age {
	background: #E3EAFF;
	border-radius: 13px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.secret-age-content {
	width: 65%;
	padding: 0 40px 0 40px;
}
.secret-inner.orphan {
	padding-bottom: 0;
}
.worse-title {
	background: #BE2E27;
	text-align: center;
	border-radius: 7px;
	padding: 30px 15px;
}
.worse-title h2.title-outer {
	font-size: 36px;
}
.worse-outer .auto-container {
	background: #1B2B61;
	border-radius: 7px;
}
.mortgaged-inner {
	padding: 20px 35px 30px;
}
.mortgaged-inner p {
	color: #fff;
}
.secret-inner.hit-title {
	padding: 30px 0 0;
}
.secret-inner.hit-title h2.title-outer {
    font-size: 66px;
    text-transform: capitalize;
}
.worse-outer {
	padding-bottom: 80px;
}
.secret-inner.kind {
	padding: 10px 0;
}
.secret-inner.altan {
	padding: 10px 0 20px;
}
.altan h2.title-outer {
	font-size: 49px;
	text-transform: inherit;
}
.micro-here {
	box-shadow: 0px 4px 44px 0px #0000001A;
	border-radius: 0px 0px 30px 30px;
	padding: 30px 25px 45px;
	position: relative;
	background: #fff;
	margin: 0 0 -40px;
}
.sub-title {
	font-family: Garamond;
	font-size: 36px;
	font-weight: 700;
	color: #1B2B61;
	margin: 0 0 10px;
}
.micro-here .title-outer {
	font-size: 43px;
	text-transform: inherit;
}
.symbol-outer {
	background: url(../images/symbol-gb.webp) no-repeat top center;
	background-size: cover;
	padding: 110px 0;
}
.symbol-outer p {
	color:#fff;
}
.secret-inner.symbol {
	padding:  0 0;
}
.secret-inner.symbol .title-outer {
    font-size: 59px;
    line-height: 68px;
}
.worse-title.pulled-tt h2.title-outer {
	text-transform: inherit;
	font-size: 34px;
	font-family: 'Gabarito';
	font-weight: 700;
}
.worse-title.pulled-tt {
	padding: 10px 15px;
}
section.pulled-outer {
	padding: 60px 0 0;
}
.pulled-inner {
	background:#F6F6F6;
	border-radius:20px;
}
.blurted-outer {
	background: #E3EAFF;
	padding: 16px 30px;
	border-radius: 13px;
	margin: 50px 0;
}
.blurted-outer h2.title-outer {
    font-size: 43px;
    text-transform: capitalize;
    font-family: 'EB Garamond';
}
.vibrations {
	background: url(../images/vibrations-bg.webp) no-repeat top center;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
	padding: 25px 20px;
}
.vibrations h2.title-outer {
	font-family: Gabarito;
	font-size: 34px;
	font-weight: 700;
	text-transform: inherit;
}
.pulled-inner.viber {
	margin: 50px 0 0;
}
.field-energy {
	padding: 22px 20px 0;
}
.allow-outer {
	background:url(../images/story-bg.webp) no-repeat top center;
	background-size:cover;
	padding:50px 0 340px;
}
.state-inner {
	box-shadow: 0px 4px 44px 0px #0000001A;
	border-radius: 30px;
	padding: 30px;
	position: relative;
	background: #fff;
	margin: -320px 0 0;
}.allow-outer h2.title-outer {
    font-size: 45px;
}
.state-inner-img {
	text-align: center;
}
.secret-really.exactly {
	margin: 35px 0 0;
	padding-bottom: 40px;
}
section.state-outer {
	padding: 0 0 60px;
}
.genghis-outer {
	background: #1B2B61;
	padding: 70px 0 320px;
}
.genghis-outer p {
	color:#fff;
}
.genghis-outer h2.title-outer {
    font-size: 46px;
    line-height: 68px;
}
.genghis-outer .secret-inner {
	padding: 0 0 1px !important;
}
.wave-inner {
	background: #3F67EF;
	border-radius: 13px;
	margin: -260px 0 0;
	padding: 0 0 40px;
}
.wave-inner p {
	color:#fff;
}
.wave-inner .field-energy {
	padding: 40px;
}
.secret-inner.sound {
	text-align: center;
	padding: 50px 0 20px;
}
.secret-inner.sound h2.title-outer {
	font-size: 45px;
}
.code-coupon {
	text-align: center;
}
h3.coupon-tt {
	font-family: Gabarito;
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	background: #FECDCA;
	color: #F30C00;
	border: 1px dashed #F30C00;
	border-radius: 10px;
	padding: 20px 15px;
	margin: 0px 0 30px;
}
.thought-shape {
	background: url(../images/quata-bg.webp) no-repeat top center;
	padding: 78px 66px;
	text-align: center;
	width: 48.45%;
	background-size: 100% 100%;
}
.thought-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	gap: 30px;
}
.thought-shape h5 {
	font-family: Gabarito;
	font-size: 21px;
	font-weight: 400;
	margin: 20px 0;
}
.thought-shape h4 {
	font-family: Gabarito;
	font-size: 32px;
	font-weight: 700;
	color:#6C4F1F;
}
.thought-outer {
	text-align: center;
	padding: 0 0px 30px;
}
.thought-outer h3 {
	font-family: Gabarito;
	font-size: 33px;
	font-weight: 700;
	color: #1B2B61;
	margin: 0 0 50px;
}
.quata-change {
	text-align: center;
}
.quata-change {
	text-align: center;
	padding: 40px 4%;
}
img.red-quata {
	margin: 0 0 30px;
}
.quata-change .secret-age {
	text-align: left;
	background: none;
}
.quata-change .secret-age .secret-age-content {
	padding-right: 0;
	width: 78%;
}
.quata-change .secret-age .secret-age-content h2 {
	font-size: 31px;
	font-family: 'EB Garamond';
	font-weight: 700;
	line-height: 54px;
}
section.wave-outer {
	padding: 0 0 50px;
}
.frequencies-outer {
	background:url(../images/frequencies.webp) no-repeat top center;
	background-size:cover;
	padding:80px 0;
}
.frequencies-outer h2.title-outer {
    text-align: center;
    font-size: 51px;
    margin: 0 0 30px;
    line-height: 68px;
}
.secret-change.weekends {
	margin: 50px 0;
}
.nothing-outer ul {
	text-align:center;
}
.nothing-outer li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	padding: 0 20px;
}
.nothing-outer li img {
	border: 1px solid #f00;
	padding: 10px;
	border-radius: 12px;
}
.nothing-outer li h3 {
	font-family: Garamond;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin: 20px 0 0;
}
.blurted-outer h2 {
	font-family: Gabarito;
	font-size: 31px;
	font-weight: 700;
	color: #1B2B61;
	margin: 30px 0;
}
.nothing h2.title-outer {
    text-align: center;
    margin: 30px 0 0;
    font-size: 51px;
    line-height: 68px;
}
.secret-change.nothing {
	margin: 0 0 50px 0;
}
.blurted-outer.blue-bg {
	background:url(../images/blue-bg.webp) no-repeat top center;
	background-size:cover;
}
.secret-change.decided {
	padding: 30px 0 0;
}
.border-red img {
	border: 1px solid #f00;
	padding: 10px;
	width: 100%;
	border-radius: 20px;
}
.img-space {
	margin: 15px 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.nothing-main {
	padding: 0 0 60px;
}
.nothing-main .micro-outer {
	border-radius: 30px;
}
.awake-outer {
	background: url(../images/morning.webp) no-repeat top center;
	background-size: cover;
	padding: 80px 0 200px;
}
.awake-outer p {
	color:#fff;
}
.awake-outer h2.title-outer {
    font-size: 48px;
    line-height: 68px;
}
.awake-outer .secret-inner {
	padding: 0;
}
.coincidence-inner {
	background: #D3DDFF;
	border-radius: 20px;
	padding: 20px 35px;
	margin: -160px 0 40px;
}
.coincidence-inner h2 {
	font-size: 41px;
	color: #3F67EF;
	font-weight: 700;
}
.receiving-inner ul {
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}
.receiving-inner li {
	background: url(../images/frame-out.webp) no-repeat top center;
	background-size: 100% 100%;
	padding: 50px;
	width: 48.5%;
	text-align:center;
}
.receiving-inner li p {
	font-family: Gabarito;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #7C4F18;
}
.receiving-inner li h3 {
	font-family: Gabarito;
	font-size: 30px;
	font-weight: 700;
	color: #7C4F18;
}
.receiving-inner {
	padding: 50px 0;
}
.receiving-inner li span {
	margin: 25px 0 0;
	display: inline-block;
}
.receiving-inner li h2 {
	font-family: Gabarito;
	font-size: 60px;
	font-weight: 700;
	color: #C58E07;
}
.receiving-inner li h4 {
	background: #C58E07;
	color: #fff;
	display: inline-block;
	font-family: Gabarito;
	font-size: 30px;
	font-weight: 700;
	border-radius: 9px;
	padding: 6px 20px;
	margin: 20px 0 0;
}
.interstitium h2 {
	font-family: Garamond;
	font-size: 37px;
	font-weight: 700;
	color: #1B2B61;
}
section.coincidence-outer {
	padding: 0 0 60px;
}
.thrilled-outer {
	background: #050527 url(../images/thrilled.webp) no-repeat top center;
	padding: 0 0 290px;
}
.thrilled-outer h2.title-outer {
    text-align: left;
    font-size: 63px;
    line-height: 68px;
}
.thrilled-outer p {
	color:#fff;
}
.secret-inner h3 {
	background: linear-gradient(0deg, #FFB807 38%, #FFCB2C 59%, #FFE963 86%, #FFE259 98%, #FFE056 100%);
	display: inline-block;
	box-shadow: 2px 4px 8px 0px #6E717866;
	font-family: Garamond;
	font-size: 55px;
	font-weight: 700;
	color: #AD0900;
	padding: 12px 18px;
	text-align: center;
}
.universe-inner {
	margin: -300px 0 70px;
}
.lottery-inner {
	border: 3px solid #F30C00;
	border-radius: 12px;
	padding: 25px;
	margin: 80px 0;
}
.lottery-inner li {
	display: flex;
	margin: 20px 0;
}
.lottery-inner li strong {
	color: #fff;
	background: #FF0000;
	width: 30px;
	margin: 0 10px 0 0;
	float: left;
	text-align: center;
	height: 30px;
	border-radius: 5px;
	padding: 5px;
}
.lottery-inner li span {
	border: 2px solid #DBDBDB;
	width: 100%;
	padding: 0px 5px 10px;
	border-radius: 5px;
}
.lottery-enabling {
	display: flex;
	flex-wrap: wrap;
}
.lottery-enabling h2 {
	font-family: Garamond;
	font-size: 32px;
	font-weight: 700;
	margin: 3px 0 0;
}
.lottery-enabling h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 34px;
	color: #FF0000;
	font-family: 'Gochi Hand', cursive;
	margin: 10px 0 0;
}.excited-inner p {
    font-size: 29px;
    font-weight: 500;
}
.lottery-content {
	width: 90%;
	padding: 0 0 0 5px;
}
.lottery-checkbox {
	margin: 7px 0 0;
}
.container-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.container-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px !important;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
 background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
 background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
 display: block;
}
/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
	left: 8px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.excited-inner {
	background: #fff9d5 url(../images/yeelow-bg.webp) no-repeat top center;
	border-radius: 20px;
	padding: 60px 40px 30px;
}
.excited-inner h2.title-outer {
	text-transform: inherit;
	font-size: 44px;
}
img.excited {
	margin: 60px 0 0;
}
section.excited-outer {
	padding: 0 0 60px;
}
.transform-outer {
    background: #1b2b61 url(../images/transform.webp) no-repeat top center;
    padding: 90px 0 40px;
    background-size: cover;
}
.transform-inner {
	text-align: center;
}
.transform-inner h3 {
	font-family: Gabarito;
	font-size: 33px;
	font-weight: 500;
	color: #fff;
}
.transform-inner h2.title-outer {
	font-size: 52px;
	text-transform: capitalize;
	margin:20px 0
}
ul.lisa-outer {
	margin: 50px 0;
}
ul.lisa-outer li {
	background: #FFFFFF;
	padding: 20px;
	border-radius: 12px;
	box-shadow: 0px 0px 10px 0px #DFB7B5;
	margin: 30px 0;
}
.lisa-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.lisa-content h3 {
	font-family: Garamond;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	padding: 0px 10px 0 20px;
	width: 78%;
}
ul.lisa-outer li p {
	font-family: Garamond;
	font-size: 32px;
	font-weight: 400;
	line-height: 45px;
	margin: 20px 0 0;
}
section.probably-outer h2.title-outer {
	font-size: 48px;
	text-transform: capitalize;
}
.probably-outer .secret-inner h3 {
	font-size: 54px;
	text-transform: capitalize;
	width: 100%;
}
.secret-change.easy-cc {
	text-align: center;
	margin: 50px 0 0;
}
.secret-warn {
	background: #FECDCA;
	border-radius: 20px;
	padding: 20px 40px;
	margin: 40px 0;
}
.probably-outer {
	padding: 0 0 20px;
}
.secret-inner h4 {
	font-family: Gabarito;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
}

.secret-inner.power-tt h2.title-outer {
    font-size: 45px;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 0 30px;
}
.secret-inner h5 {
	font-family: Gochi Hand;
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 40px;
}
.leave-outer {
	box-shadow: 0px 4px 44px 0px #0000001A;
	margin: -130px 0 0 0;
	background: #fff;
	border-radius: 17px;
	padding: 0 0 70px;
	position:relative;
	z-index:1;
}
.leave-tt {
	background: #FFCB2C;
	border-radius: 17px;
	padding: 18px 40px;
}
.leave-tt h2 {
	font-family: Gabarito;
	font-size: 32px;
	font-weight: 800;
	line-height: 38px;
	color: #CB1007;
}
.listen-inner {
	padding: 0 40px;
}
.pitch-inner {
	background: #E0E7FF;
	padding: 22px 40px 90px;
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	align-items: center;
	margin: 30px 0 0;
}
.pitch-inner-left {
	width: 37%;
	padding: 0 20px 0 0;
}
.pitch-inner-right {
	width: 62%;
}
.pitch-inner-right h2 {
	font-family: Garamond;
	font-size: 29px;
	font-weight: 700;
	color: #284ABA;
}
.offer-outer {
	text-align: center;
}
.offer-outer h2 {
	border: 4px solid #FFE963;
	display: inline-block;
	background: linear-gradient(148.04deg, #3F67EF 19.21%, #2D53D5 76.7%), linear-gradient(0deg, #FFE963, #FFE963);
	border-radius: 30px;
	padding: 25px 30px;
	margin: -65px 0 0;
}
.offer-outer h2 span {
	text-decoration: line-through;
	color: #fff;
	font-family: Garamond;
	font-size: 56px;
	font-weight: 700;
}
.offer-outer h2 strong {
	font-family: Garamond;
	font-size: 69px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: center;
	color: #FFE963;
	margin: 0 0 0 10px;
}
ul.secure-ul {
	text-align: left;
}
ul.secure-ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 40px 0;
}
ul.secure-ul li span {
	width: 84%;
	padding: 0 0 0 40px;
}
.interstitium h4 {
	font-family: Gabarito;
	font-size: 32px;
	font-weight: 700;
	text-align: left;
}
.order-outer {
	background: url(../images/order-bg.webp) no-repeat top center;
	background-size: cover;
	padding: 380px 0 170px;
	margin: -340px 0 0;
}
.order-inner {
	text-align: center;
}
.order-inner h2.title-outer {
    margin: 20px 0 40px;
    font-size: 55px;
    text-transform: capitalize;
}
.order-inner h3 {
	font-family: Garamond;
	font-size: 58px;
	font-weight: 700;
	color: #FFCB2C;
	background: url(../images/bonuses.webp) no-repeat top center;
	text-transform: capitalize;
	padding: 22px 10px;
	background-size: 100% 100%;
	border-radius: 20px;
	margin: 30px 0;
}
ul.instant-ul li {
	padding: 90px 40px 40px;
	background: #fff;
	border: 1px solid #3F67EF;
	border-radius: 17px;
	position: relative;
	margin: 40px 0;
	box-shadow: 0px 4px 44px 0px #0000001A;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
ul.instant-ul li h3 {
	font-family: Garamond;
	text-align:center;
	font-size: 35px;
	font-weight: 700;
	color: #F30C00;
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	background: url(../images/instant-ribon.webp) no-repeat top center;
	padding: 28px 79px 17px;
	background-size: 100% 100%;
	display: inline-block;
	width: 455px;
	margin: auto;
}
.instant-outer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:20px;
}
.instant-left {
	width: 60%;
}
.instant-left h2 {
	font-family: Garamond;
	font-size: 55px;
	font-weight: 700;
	line-height: 58px;
	color: #1B2B61;
}
.instant-left h4 {
	font-family: Garamond;
	font-size: 36px;
	font-weight: 700;
	color: #F30C00;
	margin: 10px 0;
}
.instant-left p {
	line-height: 39px;
}
.instant-right {
	width: 37%;
}
.order-total {
	text-align: center;
}
.order-total h3 {
	font-family: Garamond;
	font-size: 44px;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px;
}
.order-total h2.title-outer {
	font-size: 55px;
}
.discount-outer {
	text-align: center;
	padding: 20px 0;
}
.discount-outer h3 {
	font-family: Gabarito;
	font-size: 29px;
	font-weight: 700;
	text-decoration: line-through;
}
.discount-outer h2 {
	font-family: Gabarito;
	font-size: 58px;
	font-weight: 700;
	color: #F30C00;
	margin: 10px 0;
}
.order-btn-outer a {
	background: url(../images/btn-bg.webp) no-repeat top center;
	border-radius: 20px;
	display: inline-block;
	vertical-align: top;
	width: 475px;
	background-size: 100% 100%;
}
.order-btn-left {
    float: left;
    width: 70%;
    padding: 34px 0 0px 20px;
}
.order-btn-outer {
	padding: 10px 0 0;
}
.order-btn-left h4 {
    font-family: Gabarito;
    font-size: 53px;
    font-weight: 800;
    color: #1B2B61;
    text-align: center;
    line-height: 48px;
}
img.code-img {
    margin: 40px 0 20px;
}
.order-btn-left p {
    font-family: Gabarito;
    font-size: 18px;
    font-weight: 700;
    color: #1B2B61;
    margin: 0;
    text-transform: uppercase;
}
.order-btn-img {
	float: left;
	width: 30%;
	margin:  0 0;
}
.listen-inner.mention-inner {
	padding-top: 50px;
}
.mention-inner h2.title-outer {
	text-align: center;
	text-transform: capitalize;
	font-size: 63px;
}
.mention-inner .filled-left {
	text-align: center;
}
section.mention-outer {
	padding: 0 0 40px;
}
.filled-right h2 {
    font-family: 'Gabarito';
    color: #F30C00;
    font-weight: 700;
}


.shoot-outer {
    border-radius: 13px;
    background: #3F67EF;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin:35px 0 20px;
    gap: 20px;
}

.shoot-outer p {
    color: #fff;
    line-height: 29px;
}

.shoot-content {
    width: 81%;
}
ul.zero-img {
    display: flex;
    gap: 28px;
    margin: 50px 0 30px;
}
.zero-tt h2.title-outer {
    font-size: 44px;
    text-transform: inherit;
}
.discount-outer.dis-space {
    padding: 50px 0 0;
}

.route-inner {
    text-align: center;
}
.route-inner h2.title-outer {
    font-size: 44px;
    text-transform: inherit;
}
.route-inner h3 {
    font-family: Garamond;
    font-size: 37px;
    font-weight: 700;
    color: #FFCB2C;
    background: #3F67EF;
    border-radius: 17px;
    padding: 20px 15px;
    box-shadow: 0px 4px 44px 0px #0000001A;
    margin: 35px 0 0;
}

.interstitium h3 {
    font-family: Garamond;
    font-size: 32px;
    font-weight: 700;
}
.filled-left.img-center {
    text-align: center;
}

.discover-really {
    border: 1px solid #F30C00;
    background: #F6EAE9;
    border-radius: 13px;
    padding: 15px 40px;
    margin: 40px 0;
}

.discover-really h2 {
    font-family: Garamond;
    font-size: 32px;
	display:inline-block;
    font-weight: 700;
    margin: 15px 0;
}
.interstitium.still-argue h2 {
    text-align: center;
    font-size: 44px;
    margin: 40px 0 30px;
}

.faq-outer
{
	background:url(../images/morning.webp) no-repeat top center;
	background-size:cover;
	padding:80px 0;
}




.faq-drawer {
  margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    cursor: pointer;
    font-size: 1.25em;
    font-weight: 700;
    padding: 12px 20px;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
}

.faq-drawer__title::before {
  background:url(../images/plus.png) no-repeat top center;
  content: " ";
  display: inline-block;
  float: left;
  height: 42px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 42px;
}
.faq-drawer__title span {
    padding: 0 0 0 29px;
    float: left;
    font-size: 27px;
    color: #1B2B61;
    width: 92%;
}

.faq-drawer__title:hover span
{
	color:#F30C00;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::before {
  background:url(../images/minu.png) no-repeat top center;
}

input[type="checkbox"] {
  display: none;
}.faq-drawer__content-wrapper {
    background: #fff;
    padding: 0px 40px 0px 90px;
}

.faq-drawer {
    box-shadow: 0px 0px 10px 0px #6A6A6A;
    border-radius: 13px;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

.faq-outer h2.title-outer {
    text-align: center;
    margin: 0 0 50px;
    font-size: 74px;
}
.practically-outer {
    padding: 60px 0;
}img.excited2 {
    margin: 0 0 30px;
}

.excited-inner.excited-inner2
{
	background:#fff9d5 url(../images/yeelow-bg2.png) no-repeat top center;
	background-size:110% auto;
}

footer {
    background: #1B2B61;
    padding: 40px 15px;
    text-align: center;
}
footer p {
    color: #ffffffc9;
    font-size: 16px;
    margin: 0;
}

.micro-tt h2.title-outer {
    font-size: 42px;
    text-transform: capitalize;
    text-align: center;
}
.really-tt h2.title-outer {
    font-size: 36px;
    text-transform: capitalize;
    text-align: center;
	margin:0 0 30px;
}
.story-outer h2.title-outer.strenght-tt {
    font-size: 63px;
}


section.probably-outer .easy-cc h2.title-outer {
    font-size: 54px;
    line-height: 57px;
}
section.awake-outer.wealthy h2.title-outer {
    font-size: 40px;
    text-align: left;
    line-height: 55px;
    margin: 20px 0;
}









/**************affiliate css starts*********/

/*custom container*/
.container{max-width: 1000px; padding: 0px 15px; margin: auto;}


/*hero banner*/
.aff-hero-banner {
    padding: 87px 0px 80px;
}
.aff-tp-title {
    color: #ffffff;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.13;
    font-family: 'EB Garamond', serif;
    margin-bottom: 16px;
}

.affbx-title {
    color: #FFF;
    font-size: 98px;
    font-weight: 700;
    font-family: 'EB Garamond', serif;
    line-height: 1.1;
}
.affbx-title span {
    display: block;
    font-size: 52px;
}
.affbx-logo {
    background: linear-gradient(90deg, #F9005A -5.37%, #FA006A 31.49%, #F30C00 63.38%, #D11F5B 94.26%);
    padding: 10px 25px;
}
.aff-upper-wrap {
    max-width: 500px;
}

.aff-hero-banner {
    background: url(../images/aff-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.aff-banner-listbx {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    padding: 62px 36px;
    margin-top: 75px;
}
.aff-banner-listicon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background: #F3F3F3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aff-banner-listrw {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.aff-banner-listrw:last-child {
    margin-bottom: 0;
}
.aff-bannerlist-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Gabarito', sans-serif ;
}

.aff-bannerlist-text span {
    font-weight: 700;
    color: #F30C00;
}

.aff-studies-title {
    font-size: 26px;
    font-style: normal;
    font-family: 'Gabarito', sans-serif ;
    font-weight: 700;
    line-height: 1.3;
    color: #1B2B61;
}

.aff-studies-wrap {
    padding: 80px 0px 100px;
}
.aff-studies-row {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 55px;
}
.aff-about-title {
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    font-family: 'EB Garamond', serif;
    color: #F30C00;
    text-align: center;
    text-transform: uppercase;
}
.aff-about-product-inner {
    padding: 70px 36px 40px;
    border-radius: 20px;
    border: 4px solid #F30C00;
    background: #FFF;
}
.aff-about-porduct-data p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 32px;
    font-family: 'Gabarito', sans-serif ;
}
.aff-about-porduct-data p:last-child {
    margin-bottom: 0;
}

.aff-about-porduct-data {
    padding-top: 20px;
}
.aff-about-porduct-data p span {
    color: #F30C00;
}
.aff-about-mnporduct {
    text-align: center;
    padding-top: 75px;
}

.aff-swipper-wrapper {
    padding: 70px 0px 75px;
    background: url(../images/aff-forms-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.aff-swipper-wrapper .aff-about-title {
    color: #1B2B61;
}

.aff-swiper-formtext {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    font-family: 'Gabarito', sans-serif ;
    margin-top: 20px;
}
.aff-swiper-form {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.10);
    padding: 42px 48px;
    margin-top: 44px;
}
.aff-swiper-form form label {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 5px;
    display: block;
}

.aff-swiper-form form input, .aff-swiper-form form select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    padding: 18px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.42);
}
.aff-swiper-form form input::placeholder{color: rgba(0, 0, 0, 0.42);}
.aff-swiper-form form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.swpipes-form-row {
    width: 100%;
}
.swipes-form-row-flex {
    display: flex;
    gap: 20px;
}
.aff-swipes-submit {
    border-radius: 20px;
    background: linear-gradient(90deg, #F9005A -5.37%, #FA006A 31.49%, #F30C00 63.38%, #D11F5B 94.26%);
    padding: 14px 52px;
    border: 0;
    outline: none;
    font-size: 39px;
    font-weight: 800;
    color: #fff;
    line-height: 1.26;
}
.aff-swipes-submit:hover{background: #1B2B61; transition: 0.5s ease;}
.swpipes-form-row:has(.aff-swipes-submit) {
    text-align: center;
    padding-top: 25px;
}
.click-swipe-link {
    color: #1B2B61;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.17;
    display: block;
}

.click-swipes-heading {
    font-size: 39px;
    font-weight: 800;
    line-height: 1.26;
    text-decoration-line: underline;
    color: #F30C00;
    padding-top: 24px;
    font-family: 'Gabarito', sans-serif ;
    display: inline-block;
}
.click-swipes-version {
    width: 45%;
}
.click-swipes-wrap {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.aff-about-product-outer {
    padding-bottom: 65px;
}

.aff-termsbx-top {
    padding: 30px 65px;
    background: #1B2B61;
    border-radius: 15px 15px 0px 0px;
}
.aff-termsbx-top-title {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    text-transform: capitalize;
    font-family: 'EB Garamond', serif;
    color: #fff;
}

.aff-termsbx-btm {
    padding: 32px 45px;
}
.aff-terms-mediabx {
    border: 4px solid #1B2B61;
    background: #FFF;
    border-radius: 20px;
}
.aff-termsbx-btm p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 32px;
    font-family: 'Gabarito', sans-serif ;
}
.aff-termsbx-btm p:last-child{margin-bottom: 0;}

.aff-tems-wrapper {
    padding: 75px 0px 100px;
}
.aff-terms-main .aff-termsbx-top-title {
    color: #1B2B61;
    margin-bottom: 30px;
}
.aff-terms-main {
    padding-top: 75px;
}
.aff-terms-main p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Gabarito', sans-serif ;
    line-height: 1.77;
    margin-bottom: 32px;
    color: #4F4F4F;
}
.aff-terms-main p:last-child{margin-bottom: 0;}
.aff-footer {
    background: #1B2B61;
    padding: 38px 0px 45px;
}
.footer-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.93;
    text-align: center;
    color: rgba(255, 255, 255, 0.86);
}
.footer-text p:first-child{padding-bottom: 5px;}



/**************affiliate css ends*********/



p.symbol-tt {
    font-family: Gabarito;
    font-size: 29px;
    font-weight: 700;
    line-height: 34px;
}.tomb h2.title-outer {
    font-family: Garamond;
    font-size: 34px;
    font-weight: 700;
    line-height: 52px;
}
.tomb .interstitium-inner::after
{
	display:none;
}
.popup-main {
    position: fixed;
    top: 0;
    background: #0009;
    z-index: 99;
	display:none;
    width: 100%;
    height: 100%;
}

.popup-inner {
    width: 911px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.popup-inner {
    width: 911px;
    background: #fff;
    position: absolute;
    border: 9px solid #F30C00;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    border-radius: 10px;
}.popup-inner h2.title-outer {
    font-size: 46px;
    font-weight: 700;
	margin:0 0 20px;
    color: #F30C00;
}
.popup-inner p {
    font-size: 21px;
    text-transform: uppercase;
    margin: 10px 0;
}

.popup-close {
    position: absolute;
    top: 15px;
	z-index:9;
    right: 15px;
	cursor:pointer;
}
a.popup-btn {
    background: linear-gradient(0deg, #FFB807 38%, #FFCB2C 59%, #FFE963 86%, #FFE259 98%, #FFE056 100%);
    box-shadow: 2px 4px 8px 0px #6E717866;
    border-radius: 20px;
    padding: 12px 80px;
    font-family: Gabarito;
    font-size: 39px;
    font-weight: 800;
    color: #991912;
    display: inline-block;
    margin: 40px 0 0;
}

a.popup-btn:hover
{
	background:#e2e2e2;
}






section.banner-outer.banner-outer2
{
	background:url(../images/banner-2.webp) no-repeat top center;
	background-size:cover;
}
section.banner-outer.banner-outer2 h1 {
    font-size: 48px;
    line-height: 59px;
    color: #1B2B61;
    text-transform: uppercase;
}
.banner-outer.banner-outer2 p {
    color: #000000;
}
.banner-outer.banner-outer2 h3 {
    font-size: 30px;
    font-family: 'Gabarito';
}
.secret-inner.manifestation h2.title-outer {
    font-size: 32px;
}
.fashioned-inner.involves h2.title-outer {
    font-size: 46px;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
}.filled-abundance.ability {
    padding: 0 6%;
}
.secret-inner.little {
    padding: 20px  0;
}
.secret-inner.power-tt.Khan {
    text-align: left;
    padding: 0 0 50px;
}.secret-inner.power-tt.Khan h2.title-outer {
    text-align: left;
}
section.banner-outer.banner-outer2.banner-outer3 h3 {
    font-size: 31px;
    font-weight: 400;
    margin: 20px 0;
}
.interstitium-inner.inscription {
    padding: 15px;
	overflow:hidden;
}
img.pulled-img {
    width: 100%;
}

.interstitium-khan {
    padding: 20px;
}
.tomb .interstitium-khan h2.title-outer {
    font-size: 32px;
    line-height: 45px;
}
.secret-inner.hyphy {
    padding-bottom: 0;
}
.fashioned-inner.abundance {
    margin: 40px 0 0;
}
.fashioned-inner.abundance h2.title-outer {
    text-align: left;
    font-size: 42px;
    text-transform: capitalize;
}







/*********vsl starts******/

section.banner-outer.vsl-banner {
    text-align: center;
    padding: 15px 0 0;
}



.banner-outer.vsl-banner h1 {
    font-size: 49px;
    font-weight: 700;
    line-height: 57px;
    color: #FFC219;
    text-transform: uppercase;
}
.banner-outer.vsl-banner h3 {
    font-family: Gabarito;
    font-size: 23px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 30px;
}

.banner-outer.vsl-banner h4 {
    background: #101D45;
    display: inline-block;
    padding: 10px 30px;
    font-family: Arial;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    color: #F8807A;
    margin: 30px 0;
}


.video-content-main {
    background: linear-gradient(90deg, #F9005A -5.37%, #FA006A 31.49%, #F30C00 63.38%, #D11F5B 94.26%);
    padding: 7px;
    border-radius: 8px;
    width: 850px;
    margin: auto;
    margin-bottom: -160px;
}

.video-content-ban {
    background: url(../images/video-bg.webp) no-repeat top center;
    background-size: cover;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px 40px;
    text-align: left;
    align-items: center;
    height: 473px;
}
.video-content-ban::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
}
.video-content-left {
    width: 27%;
    position: relative;
	z-index:1;
    text-align: left;
}

.video-content-right {
    width: 69%;
    z-index: 1;
    padding: 0 0 0 10px;
}

.video-content-right h5 {
    font-family: Garamond;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.video-content-right p {
    line-height: 32px;
    font-size: 22px;
}
.video-content-right a {
    background: linear-gradient(0deg, #FFB807 38%, #FFCB2C 59%, #FFE963 86%, #FFE259 98%, #FFE056 100%);
    border-radius: 20px;
    box-shadow: 2px 4px 8px 0px #6E717866;
    font-family: Gabarito;
    font-size: 39px;
    font-weight: 800;
    color: #991912;
    margin: 10px 0 0;
    padding: 8px 35px;
    display: inline-block;
}.play.overlay {
    display: block !IMPORTANT;
}
section.wave-outer.vsl-order {
    padding-top: 180px;
}

section.transform-outer.transform-cc
{
	background:url(../images/biosene.webp) no-repeat top center;
}
footer.vsl-footer {
    background: #fff;
}footer.vsl-footer p {
    color: #4F4F4F;
}

/*********vsl ends******/






/*********upvessle starts******/

.video-content-main.alex-inner {
    background: #FFE862;
}
.video-content-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.video-content-inner .video-content-left {
    text-align: center;
}

.video-content-inner .video-content-right h5 {
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.video-update-inner h6 {
    text-align: center;
    width: 100%;
    font-size: 32px;
    text-decoration: underline;
    color: #FFE862;
    font-family: 'Gabarito';
    font-weight: 700;
    margin: -15px 0;
}

.video-update-inner {
    z-index: 1;
    text-align: center;
    width: 100%;
}

.video-update-inner p {
    color: #fff !important;
    font-size: 20px;
    line-height: 22px;
    padding: 6px 0;
}

.alex-inner .video-content-ban {
    height: 447px;
    padding: 30px;
}

section.banner-outer.upsell-banner {
    background: url(../images/banner-upsell.png) no-repeat top center;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}
.video-content-main.alex-inner {
    background: #FFE862;
    margin: 50px 0 0;
    max-width: 804px;
    margin: auto;
    margin-top: 50px;
}
.order-btn-left h5 {
    font-family: Gabarito;
    font-size: 44px;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B2B61;
}
.accelerate .order-btn-left {
    padding-top: 20px;
}

.again-pop h2.title-outer {
    font-family: Garamond;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
.secret-inner.again-pop {
    text-align: left;
    padding: 60px 0 0;
}

.secret-inner h6 {
    font-family: Garamond;
    font-size: 38px;
    font-weight: 700;
    background: #1B2B61;
    color: #fff;
    border-radius: 7px;
    padding: 20px 40px;
}

section.wave-outer.upsell-order {
    padding: 70px 0 80px;
}
section.allow-outer.interstitium {
    padding: 80px 0 120px;
}
.secret-inner.again-pop.crucial {
    padding: 40px 0 0;
}

section.allow-outer.interstitium h2.title-outer {
    font-size: 47px;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
}
.filled-inner.interstitium-center .filled-right {
    width: 59%;
}
.filled-inner.interstitium-center .filled-left {
    width: 37%;
}
section.worse-outer.code-con h2.title-outer {
    font-size: 46px;
}
.worse-outer.code-con .align-left .filled-left {
    text-align: center;
}
section.worse-outer.code-con {
    padding: 0 0 20px;
}

.secret-inner.vibes-tt h2.title-outer {
    font-size: 37px;
    font-weight: 700;
    line-height: 47px;
    text-align: left;
    text-transform: capitalize;
}
.secret-inner.vibes-tt {
    padding-bottom: 0;
}
.filled-inner.interstitium-center .filled-left {
    text-align: center;
}


.micro-outer.mind-sp {
    margin: 60px 0 -80px;
    border-radius: 30px;
}
section.order-outer.chance-sp {
    margin: 0;
    padding: 130px 0 40px;
}

.order-inner.accelerate-tt h2.title-outer {
    font-size: 46px;
    margin: 0 0 0;
}

.order-inner.accelerate-tt h4 {
    font-family: Gabarito;
    font-size: 31px;
    font-weight: 400;
    margin: 25px 0 40px;
}
.order-inner.accelerate-tt h3 {
    font-family: Garamond;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 60px;
}
section.probably-family-cc h2.title-outer {
    font-size: 44px;
    font-weight: 700;
    text-transform: capitalize;
}


section.probably-family-cc {
    padding: 70px 0 0;
}
.pp-btn a {
    font-family: Gabarito;
    font-size: 24px;
    font-weight: 400;
    margin: 20px 0 0;
    color: #000;
}
.pp-btn {
    padding: 30px 0 0;
}

.believe-cc .transform-inner h3 {
    font-family: Garamond;
    font-size: 44px;
    font-weight: 700;
    margin: 40px  0 0;
}


.banner-outer.upsell-banner.upsell-banner2 {
    background: url(../images/banner-upsell2.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 80px;
}


.alex-inner2 .video-content-ban {
    background: url(../images/video-gb.webp) no-repeat top center;
    background-size: cover;
    gap: 0;
}

.alex-inner2 .video-content-right {
    width: 100%;
    padding: 0;
}

.alex-inner2 .video-content-inner {
    width: 100%;
}
.alex-inner2 .video-content-right h5 {
    font-size: 39px;
    line-height: 46px;
}

.video-content-main.alex-inner.alex-inner2 .video-content-ban::after
{
	display:none;
}
.banner-outer.upsell-banner h1 {
    text-transform: uppercase;
    margin: 40px 0 0;
    padding: 0 4%;
}
.order-btn-outer.accelerate2 h5 {
    font-size: 37px;
    line-height: 39px;
}.order-btn-outer.accelerate2 .order-btn-left {
    padding-top: 27px;
}
.real-title h2.title-outer {
    background: #1B2B61;
    color: #fff;
    border-radius: 7px;
    font-family: Garamond;
    font-size: 56px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 40px 20px;
    width: 100%;
    margin: 20px 0;
}
.filled-inner.forbs {
    margin: 0;
}

.financial-tt {
    box-shadow: 0px 4px 44px 0px #0000001A;
    border-radius: 30px;
    padding: 20px 35px 45px;
    margin: 0 0 -340px;
    position: relative;
    background: #fff;
}.financial-tt h4 {
    font-family: Gabarito;
    font-size: 36px;
    font-weight: 400;
}

.financial-tt h2.title-outer {
    font-family: Garamond;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
    text-transform: capitalize;
    margin: 20px 0 0;
}

.allow-interstitium {
    background: url(../images/aff-forms-banner.png) no-repeat top center;
    background-size: cover;
    padding: 0 0 80px;
    position: relative;
    z-index: 1;
    margin: 270px 0 0;
}

.financial-tt {
    box-shadow: 0px 4px 44px 0px #0000001A;
    border-radius: 30px;
    padding: 45px 35px 45px;
    margin: -280px 0 40px;
    background: #fff;
}
.heart-rate img {
    margin: 30px 0 0;
}

.code-connect .auto-container {
    margin-top: -70px;
    z-index: 1;
    position: relative;
	overflow:hidden;
}
.code-connect .secret-inner {
    padding: 0;
}
.code-connect .secret-inner h3 {
    width: 100%;
    font-size: 46px;
    text-transform: uppercase;
    padding: 20px 15px;
}.secret-change.heart-rate {
    padding: 0 0 45px;
}

section.worse-outer.code-connect {
    padding: 0 0 20px;
}
.secret-change h2.title-outer {
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 40px 0 0;
}

.filled-left.align-center {
    text-align: center;
}
section.address-porblem {
    padding: 0 0 80px;
}
.vitality-inner {
    box-shadow: 0px 4px 44px 0px #0000001A;
    border-radius: 17px;
	background:#fff;
}

.vitality-code {
    text-align: center;
    background: linear-gradient(0deg, #FFB807 38%, #FFCB2C 59%, #FFE963 86%, #FFE259 98%, #FFE056 100%);
    box-shadow: 2px 4px 8px 0px #6E717866;
    padding: 20px 15px;
}
.vitality-code h3 {
    font-size: 33px;
    font-family: 'Gabarito';
}
.vitality-code h2 {
    font-size: 66px;
    font-family: 'Gabarito';
    text-transform: uppercase;
    font-weight: 800;
}

.vitality-bonus {
    padding: 0 40px 40px;
}
.fair-warning {
    margin: 60px 0 50px;
}section.vitality-outer {
    margin: -200px 0 0;
    padding: 0 0 90px;
}
.vitality-code.soundwave-cc {
    background: linear-gradient(0deg, #D73D90 38%, #941258 98%);
}
.vitality-code.soundwave-cc h3 {
    font-size: 32px;
}
.vitality-code.soundwave-cc h2 {
    font-size: 56px;
}
.fair-warning h2.title-outer {
    font-size: 50px;
    text-transform: capitalize;
}

.vitality-code.soundwave-cc.soundwave-cc2 {
    background: linear-gradient(0deg, #08B32E 38%, #368610 98%);
}

.thrilled-outer2 h2.title-outer {
    font-family: Garamond;
    font-size: 59px;
    font-weight: 700;
    text-transform: capitalize;
}

section.thrilled-outer.thrilled-outer2 {
    padding: 0 0 200px;
}

.paing-outer {
    background: url(../images/paid-bg.webp) no-repeat top center;
    background-size: cover;
    padding: 20px 30px;
    text-align: center;
    border: 2px solid #3F67EF;
    border-radius: 20px;
}
.paid-main {
    margin: 50px 0;
    text-align: center;
}

.paid-main h3 {
    font-family: Garamond;
    font-size: 40px;
    color: #1B2B61;
    font-weight: 700;
}
.paid-main h2.title-outer {
    font-size: 50px;
    margin: 20px 0 50px;
}

.paing-outer p {
    color: #fff;
    font-size: 27px;
}

.paing-outer h4 {
    background: #FFD541;
    display: inline-block;
    border-radius: 10px;
    padding: 1px 31px;
    font-family: Gabarito;
    font-size: 72px;
    font-weight: 900;
    color: #1B2B61;
    margin: 20px 0 50px;
}



section.catct-main {
    text-align: center;
    padding: 20px 15px;
    background: #1B2B61;
}
section.catct-main h2.title-outer {
    color: #fff;
    font-family: Garamond;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.oppertunity-interstitium
{
	background:url(../images/oppertunity-bg.webp) no-repeat top center;
	background-size:cover;
	padding:80px 0;
}
.opere-img {
    text-align: center;
    margin: 60px 0 0;
}


section.banner-outer.upsell-banner.upsell-banner3
{
	background:url(../images/upshell-bg3.png) no-repeat top center;
	background-size:cover;
}


.video-content-main.alex-inner.alex-inner2.alex-inner3 .video-content-ban
{
	background:url(../images/upshell-videobg.webp) no-repeat top center;
	background-size:cover;
}
.order-btn-outer.accelerate3 a {
    width: 755px;
}
.order-btn-outer.accelerate3 h5 {
    font-size: 34px;
    line-height: 36px;
}
.accelerate3 .order-btn-left {
    width: 78%;
    padding: 34px 0 0px 20px;
}
.accelerate3 .order-btn-img {
    width: 22%;
}
.thought-inner.stockpile .thought-shape {
    width: 100%;
    background: url(../images/leaf-bg.webp) no-repeat top center;
    background-size: cover;
    padding: 100px 50px 120px;
}

.stockpile  h4 {
    font-size: 42px;
    font-weight: 700;
    line-height: 46px;
    color: #7D5924;
    margin: 30px 0 0;
}

.margin-b {
    margin-bottom: 40px;
}
section.worse-outer.code-connect.booster-hh .auto-container {
    margin-top: -45px;
}
section.order-outer.decided-tt {
    margin: 70px 0 0;
    padding: 70px 0;
}


section.order-outer.decided-tt h2.title-outer {
    font-size: 40px;
}

ul.instant-ul.upsell-ul .instant-left h2 {
    font-size: 44px;
    line-height: 47px;
}

.order-total.pretty h3 {
    color: #1B2B61;
    font-size: 40px;
}


.upgrade-tt h4 {
    font-family: Gabarito;
    font-size: 31px;
    font-weight: 700;
    line-height: 38px;
    margin: 0 0 30px;
}

.paing-outer.usual-bg {
    background: url(../images/img-bg.webp) no-repeat top center;
    background-size: cover;
    border-radius: 20px;
    margin: 50px 0 0;
}
.paing-outer.usual-bg h3 {
    color: #fff;
    font-family: Gabarito;
    font-size: 36px;
    font-weight: 800;
	margin:20px 0 0;
}
.paing-outer.usual-bg  h5 {
    font-family: Gabarito;
    font-size: 47px;
    font-weight: 900;
    color: #FFD541;
    text-transform: uppercase;
    margin: 6px 0 40px;
}

section.address-porblem.letting-outer {
    padding: 40px 0 80px;
}
.ineself-inner .thought-shape {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
}


.inself-right {
    text-align: left;
    width: 75%;
    padding: 0 0 0 20px;
}
.inself-right h4 {
    font-size: 31px;
    line-height: 46px;
}

.sound-logical
{
	background:url(../images/logical-bg.webp) no-repeat top center;
	padding:30px 15px;
	text-align:center;
}
.sound-logical h2.title-outer {
    font-family: Garamond;
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}


section.oppertunity-interstitium.revel-main
{
	background:url(../images/biosene.webp) no-repeat top center;
	background-size:cover;
}




















/*********upvessle ends******/





















.video-content-ban.play-video   a#playMovie1 {
	display:none;
}

video#video, #video-player-vs {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	display:none;
    object-fit: cover;
}


.play-video #video-player-vs{display: block;}

.play-video .video-content-right h5{
    display: none;
}
.play-video .video-content-right p{
    display: none;
}


.play-video .video-content-right h5{
    display: none;
}

.play-video .video-content-left {
    display: none;
}













.video-content-ban.play-video video#video
{
    display: block;
}

.popup-2 .popup-inner {
    background: url(../images/popup-bg.webp) no-repeat top center;
    background-size: cover;
    color: #fff;
}
.popup-2 .popup-inner h2.title-outer {
    color: #fff;
}

a.popup-btn.text-version {
    font-family: Gabarito;
    font-size: 27px;
    font-weight: 800;
    text-align: left;
    padding: 30px 100px 30px 40px;
    position: relative;
}


a.popup-btn.text-version::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    background: url(../images/arrow011.png) no-repeat top center;
    width: 39px;
    height: 29px;
    margin: auto;
}

a.continue-btn {
    background: linear-gradient(0deg, #297604 38%, #4CAC1F 98%);
    box-shadow: 2px 4px 8px 0px #6E717866;
    font-family: Gabarito;
    font-size: 27px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 30px 40px 30px 90px;
    display: inline-block;
    margin: 30px 0 0;
}

a.continue-btn:hover
{
	background:#297604 ;
}
.popup-close.white-close img {
    filter: brightness(0) invert(1);
    width: 20px;
    margin: 10px;
}


.popup-close.white-close img {
    filter: brightness(0) invert(1);
    width: 20px;
}

a.continue-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
    background: url(../images/arrow012.png) no-repeat top center;
    width: 28px;
    height: 31px;
    margin: auto;
}


section.banner-outer.vsl-banner.vsl-banner2 h3 {
    padding: 0;
    font-size: 28px;
}

section.banner-outer.vsl-banner.vsl-banner2 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding: 10px 27px;
}


.popup-main.upshell-popup .popup-inner .video-content-main {
    margin: 0;
    padding: 0;
    color: #fff;
}
.popup-main.upshell-popup .popup-inner {
    padding: 9px;
    background: linear-gradient(90deg, #F9005A -5.37%, #FA006A 31.49%, #F30C00 63.38%, #D11F5B 94.26%);
    border: none;
    border-radius: 10px;
}

.shell-popup h2.title-outer {
    font-size: 52px;
}

.shell-popup .popup-inner p strong {
    font-size: 20px;
	text-transform:uppercase;
}

.shell-popup .popup-inner p  {
    font-size: 18px;
	text-transform:inherit;
}
.shell-popup .popup-inner p a {
    text-decoration: underline;
    color: #FFE35A;
    text-transform: capitalize;
    margin: 20px 0 0;
    display: inline-block;
}
a.popup-btn.immediate-version {
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 20px 120px 20px 40px;
	margin:0;
    position: relative;
}
a.popup-btn.immediate-version::after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    background: url(../images/immidate-arrow.png) no-repeat top center;
    width: 70px;
    height: 70px;
    margin: auto;
}

.popup-main-pp p
{
	text-transform:inherit;
}
.popup-main-pp {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000073;
    z-index: 899;
	display:none;
}
.popup-main-pp.open-pop {
    display: block;
}
.popup-inner img.code-img {
    width: 60%;
    margin: 10px 0 0;
}


/*before you go page css here*/

.bff-hero-banner {
    padding: 48px 0px;
    text-align: center;
    background: url(../images/before-youbanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bff-hero-title {
    color: #FFC219;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.16;
    text-transform: uppercase;
    font-family: Garamond;
    margin: 28px 0 10px;
}
.bff-hero-inner p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 32px;
}
.bff-hero-inner p:last-child{margin-bottom: 0;}
.bff-discount-wrapper {
    padding: 36px 0px 0px;
}
.bff-discount-banner {
    padding: 95px 0px 80px;
}
.bff-discount-banner-btm {
    padding-top: 92px;
}
.bff-discount-btn {
    color: #F30C00;
    font-weight: 800;
    text-decoration-line: underline;
}
.bff-moneyback-image {
    width: 30%;
}

.play-video .video-content-right {
    width: 100%;
    padding: 0;
}.play-video 
 .play.overlay {
    display: none !important;
}
.play-video .video-content-ban {
    padding: 0;
}
.play-video video#video
{
	display:block;
}


.bff-moneyback-text {
    width: 70%;
    padding-left: 30px;
    max-width: 580px;
}
.bff-moneyback-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 55px 0px 0px 0px;
}
.bff-moneyback-flex p strong {
    font-size: 33px;
}
.bff-moneyback-endwrapper {
    padding: 105px 0px 80px;
}
/*before you go page css ends here*/

.bff-discount-banner .excited-inner.excited-inner2 {
    position: relative;
}

.vs-floatingstrip {
    position: absolute;
    inset: 24% 0 auto;
    margin: auto;
}

.warning-mobile-video
{
	display:none !important;
}



.play-video h6
{
	display:none;
}

.play-video .video-content-ban {
	    gap: 0;
}

.play-video p
{
	display:none;
}





/*thankyou pages css starts*/
.vs-download-wrapper {
    padding: 66px 0px 0px 0px;
    background: url(../images/vsdownload-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.vs-download-main {
    text-align: center;
}
.download-break-title {
    color: #F30C00;
    font-size: 73px;
    font-weight: 700;
    line-height: 0.8;
    text-transform: capitalize;
}
.download-mainbox {
    padding: 50px 0px 100px 0px;
}
.vs-download-btn {
    background: url(../images/btn-bg.webp) no-repeat top center;
    color: #1B2B61;
    font-family: Gabarito;
    font-size: 32px;
    line-height: 1.26;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 26px 38px;
    border-radius: 20px;
    background-size: contain;
    font-weight: 800;
    margin-top: 30px;
}
.download-mainimg {
    display: block;
    margin: auto;
}
.vs-download-wrapper .vsbg-overlay {
    z-index: 9;
    position: relative;
}
.vs-download-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(172deg, #D3E3E8 2.81%, #D9E4DE 49.95%, #DBE9DA 92.42%);
    opacity: 0.6;
    left: 0;
    top: 0;
}
.vs-download-bonus-title {
    color: #FFF;
    font-family: Garamond;
    font-size: 73px;
    font-weight: 700;
    line-height: 0.8;
    text-transform: capitalize;
    text-align: center;
}
.vs-download-bonus-box {
    border-radius: 14px;
    background: #24346D;
    padding: 44px 25px;
    margin-bottom: -10px;
    z-index: 9;
    position: relative;
}
.vs-download-bonus-inner {
    max-width: 845px;
    margin: auto;
    display: flex;
    align-items: center;
}
.vs-download-bonus-row {
    padding: 60px 20px;
    background: #fff;
    border-bottom: 1px solid #D9D9D9;
}
.vs-bonus-count {
    color: #F30C00;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.58;
    text-transform: capitalize;
    font-family: 'EB Garamond', serif;
}
.vs-bonus-textside .vs-download-btn {
    margin-top: 20px;
}
.vs-bonus-textside {
    width: 52%;
}
.vs-bonus-imgside {
    width: 48%;
    text-align: center;
    padding-left: 55px;
}
.vs-download-wrapper {
    padding: 66px 0px 110px 0px;
    background: url(../images/vsdownload-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
/*.vs-bonus-textside .title-outer {
    max-width: 390px;
}*/
.vs-download-bonus-row:last-child {
    border: 0;
    border-radius: 0px 0px 14px 14px;
}
.vs-dwnload-links a {
    color: #FDFF97;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    text-decoration-line: underline;
}
.vs-dwnload-links {
    padding: 20px 0px 40px;
    display: flex;
    justify-content: space-between;
    max-width: 505px;
    margin: auto;
    gap: 20px;
}
/*thankyou pages css ends*/


#video-player-vs-mobile {
    display: none;
}
.hide-section
{
	display: none;
}
.username{display: inline;}

.prefer-read {
    text-align: center;
    padding-top: 170px;
    padding-bottom: 70px;
}
.prefer-read a {
    font-family: Gabarito;
    font-size: 28px;
    font-weight: 700;
    color: #d69a05;
    margin: 0px 0;
    position: relative;
    z-index: 1;
}
.prefer-read + .hide-section section.wave-outer.vsl-order {
    margin-top: -210px;
}

.imgvs-rotate {
    transform: rotate(33.495deg);
}





/*affiliate page css here*/

.solid-funnelouter {
    padding: 78px 0px 148px;
}
.common-aftitle {
    font-style: normal;
    font-weight: 700;
    font-size: 57px;
    line-height: normal;
    text-transform: uppercase;
    color: #1C1C1C;
}
.funnel-flexvs {
    padding-top: 60px;
}
.funnnel-bx {
    padding: 29px 29px 72px 29px;
    background: #fff1f2;
    border-radius: 30px;
}

.funnel-boxslide {
    max-width: 312px;
}
.funnel-offername {
    font-weight: 700;
    font-size: 20px;
    color: #3F3D3A;
    display: block;
    position: relative;
    padding-bottom: 8px;
}
.funnel-offername::after {
    content: "";
    height: 2px;
    position: absolute;
    background: #F30C00;
    bottom: 0;
    width: 100%;
    max-width: 140px;
    left: 0;
}
.funnel-bxtitle {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1B2B61;
    margin: 18px 0px;
}
.funnel-bxdata {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.2;
    color: #3F3D3A;
    margin-bottom: 18px;
}
.funnelbx-btn {
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    background: linear-gradient(90deg, #F9005A -5.37%, #FA006A 31.49%, #F30C00 63.38%, #D11F5B 94.26%);
    border-radius: 5px;
    padding: 16px 28px;
    display: inline-block;
}
.funnelbx-btn:hover{color: #fff;}
.funnel-boxslide .funnnel-bx:last-child {
    margin-top: 32px;
}
.funnel-imgslide {
    padding: 0px 45px;
    align-self: center;
}
.funnel-img {
    max-width: 100%;
}
.funnel-flexvs {
    padding-top: 110px;
    display: flex;
}

.contest-inner {
    background: url(../images/facts-background.png) no-repeat;
    padding: 87px 44px 40px;
    background-size: cover;
    margin-bottom: 25px;
}
.contest-title {
    font-weight: 400;
    font-size: 74px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #9A6326;
    margin-bottom: 20px;
}
.contest-data {
    font-weight: 400;
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
    color: #3F3D3A;
    margin-bottom: 0;
}
.contest-allowed {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #3F3D3A;
    display: block;
}
.prize-boxouter {
    background: url(../images/contest-bg.png) no-repeat;
    background-size: cover;
    padding: 70px 0px 60px;
    margin-top: 65px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(62, 83, 122, 0.08);
    border-radius: 10px;
}
.prize-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #2896FC;
    margin-bottom: 25px;
}
.contest-details, .contest-date {
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #1C1C1C;
    display: block;
}
.facts-btnbox.prize {
    margin: 25px auto 0px;
}
.prize-money {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
    color: #9E9E9E;
    margin-top: 10px;
    text-align: center;
}
.prize-flexvs {
    max-width: 755px;
    margin: 65px auto 0px;
    display: flex;
    justify-content: space-between;
}
.prizevs-bx {
    max-width: 212px;
    text-align: center;
}
.prize-limit {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #3F3D3A;
    display: block;
    margin-top: 5px;
}
.clipboardvs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}
.auto-container.cstmnw {
    max-width: 1170px;
    margin: auto;
}

.facts-btnbox {
    max-width: 510px;
    background: linear-gradient(90deg, #C49230 0%, #B17C2B 15%, #9A6326 31%, #A06A27 50%, #B27E2B 78%, #C49230 100%);
    border-radius: 200px;
    padding: 16px 22px 16px 16px;
    display: flex;
    align-items: center;
}
.facts-btnbox.prize {
    margin: 25px auto 0px;
}
.facts-btnbox h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 15px;
}

.play.overlay.nw-cstmbtn a {
    background: linear-gradient(0deg, #297604 38%, #4CAC1F 98%);
    box-shadow: 2px 4px 8px 0px #6E717866;
    font-family: Gabarito;
    padding: 15px 25px;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    text-transform: uppercase;
}

.play.overlay.nw-cstmbtn a {
    background: linear-gradient(0deg, #297604 38%, #4CAC1F 98%);
    box-shadow: 2px 4px 8px 0px #6E717866;
    font-family: Gabarito;
    padding: 15px 25px;
    color: #fff;
    border-radius: 15px;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}
.play.overlay.nw-cstmbtn a img{max-width: 100% !important; width: auto !important;}