@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap';
:root {
	--primary-color: #8b51ae;
  	--secondary-color: #f29fff;
  	--third-color: #f29fff;
  	--fourth-color: #8b51ae;
  	--primary-color-light: #3c72a3;
  	--primary-color-dark: #311144;
  	--secondary-color-light: #9bc3df;
  	--secondary-color-dark: #f29fff;
 	--contrast-color: #ffff7d;
 	--text-color: #231F20;
  	--light-color: #F1F1F1;
	--bs-font-sans-serif: 'Poppins', sans-serif;
}
.heading-1 {
	font-size: 2rem;
	font-size: min(max(2rem,4vw),5rem);
	font-size: clamp(2rem,4vw,5rem);
}
.heading-2 {
	font-size: 1.75rem;
	font-size: min(max(1.75rem,3vw),3rem);
	font-size: clamp(1.75rem,3vw,3rem);
}
.heading-3 {
	font-size: 1.5rem;
	font-size: min(max(1.5rem,2.5vw),2.75rem);
	font-size: clamp(1.5rem,2.5vw,2.75rem);
}
.heading-4 {
	font-size: 1rem;
	font-size: min(max(1rem,1.5vw),1.75rem);
	font-size: clamp(1rem,1.5vw,1.75rem);
}
.p-2-5 {
	padding: 2.5rem;
}
.p-4rem {
	padding: 4rem;
}
@media(max-width:520px) {
	.p-2-5 {
		padding: 2rem;
	}
	.p-4rem {
		padding: 3.5rem;
	}
}
@media(max-width:500px) {
	.padding-btn-upsell {
		padding: 1rem;
	}
}
.theme-border-radius {
	border-radius: 3.125rem;
}
.theme-border-radius-sm {
	border-radius: 2.1875rem;
}
.border-primary-new {
	border: 2px solid var(--new-primary);
}
.border-primary-new-thick {
	border: 6px solid var(--new-primary);
}
.hero {
	min-height: calc(100vh - 58px);
	min-height: calc(100svh - 58px);
	background: linear-gradient(var(--new-light),#fff);
}
.hero-background {
	background: linear-gradient(180deg,#2A324B 0.45%,#48BEFF 199.14%);
}
.hero-img img {
	margin-top: -3%;
	max-height: 40vh;
	width: auto;
}
@media(max-height:650px) {
	.hero-img img {
		margin-top: -2%;
	}
}
.red-gradient-bg {
	background: linear-gradient(127deg,var(--new-primary) -16.14%,var(--new-primary-dark) 33.43%);
}
.red-dark-bg {
	background-color: var(--new-primary-dark);
}
.blue-dark-bg {
	background: linear-gradient(180deg,#2A324B 0.45%,#48BEFF 199.14%);
}
.blue-light-bg {
	background-color: var(--new-blue-dark);
}
.gold-gradient {
	background: linear-gradient(180deg,#2A324B 0.45%,#48BEFF 199.14%);
	color: #fff;
}
.faqs-bg::after {
	content: "";
	position: absolute;
	top: 11%;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--new-blue-light);
	border-radius: 3.125rem;
}
@media(max-width:768px) {
	.faqs-bg::after {
		top: 0;
	}
}
.btn-new {
	font-size: 1rem;
	line-height: 1.5;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1rem 5rem;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border-radius: 10rem;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-primary-new {
	cursor: pointer;
	background-color: #ffd814;
	border: none;
	color: #000;
	border: 1px solid #fcd200;
	font-weight: 600;
}
.btn-primary-new:hover {
	background-color: #f7ca00;
	text-decoration: none;
	color: #000;
}
.nav-link {
	color: #fff;
}
.nav-link:hover {
	color: rgba(255,255,255,.85);
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPSdyZ2JhKDAsIDMzLCAzNywgNDEpJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==");
}
.navbar-toggler {
	color: #212529;
	border: 0;
}
@media(min-width:768px) {
	.nav-link {
		color: #212529;
	}
	.nav-link:hover {
		color: rgba(33,37,41,.85);
	}
}
.reference-text {
	font-size: 12px;
}
.money-back-badge {
	margin-top: -40%;
}
.arrows-down-position {
	margin-bottom: -6.5rem;
}
@media(max-width:575px) {
	.arrows-down-position {
		margin-bottom: -3.5rem;
	}
}
.z-1 {
	z-index: 1;
}
.cursor-pointer {
	cursor: pointer;
}
.text-red-new {
	color: var(--new-primary);
}
.accordion {
	--bs-accordion-bg: #fcfcfd;
	--bs-accordion-active-bg: var(--new-light);
	--bs-accordion-active-color: black;
	--bs-accordion-border-width: 0;
	--bs-accordion-btn-focus-box-shadow: none;
}
.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 2.1875rem;
	border-top-right-radius: 2.1875rem;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 2.1875rem;
	border-bottom-left-radius: 2.1875rem;
}
.accordion-button {
	background-color: #edeff4!important;
}
.usps-icon-number {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid #38415e;
	margin-top: -4.5rem;
	background: var(--new-blue-dark);
}
@media(max-width:768px) {
	.usps-icon-number {
		margin-top: -2.75rem;
	}
}
.video-section {
	position: relative;
}
.video-wrapper {
	max-width: 1080px;
	margin: 0 auto;
}
#video-container {
	border-radius: 30px;
}
#video-container iframe {
	border-radius: 30px;
}
div[id^=backdrop_] {
	display: none!important;
}
.player-wrapper {
	z-index: 1;
	height: 0;
}
.player-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 1080px;
}
.stream {
	position: relative;
	z-index: 1;
	padding-bottom: 56.25%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
	float: none;
	box-sizing: border-box;
	border-radius: 30px;
	box-shadow: rgba(42,50,75,.25) 0 14px 28px,rgba(42,50,75,.22) 0 10px 10px;
}
.video-wrapper .glass {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
}
.video-wrapper .play,
.video-wrapper .playpause,
.video-wrapper .soundbutton {
	background: rgba(0,48,73,.6);
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-position: center;
	visibility: hidden;
	z-index: 3;
	border-radius: 30px;
}
.video-wrapper .soundbutton {
	visibility: visible;
}
.video-wrapper .play > img,
.video-wrapper .playpause > img,
.video-wrapper .soundbutton > img {
	width: 75%;
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translateX(-50%);
}
.pw-1-4 .play > img,
.pw-1-4 .playpause > img,
.pw-1-4 .soundbutton > img,
.pw-1-4-cf .play > img,
.pw-1-4-cf .playpause > img,
.pw-1-4-cf .soundbutton > img {
	top: 50%;
	transform: translate(-50%,-50%);
}
.video-wrapper video::-webkit-media-text-track-display {
	font-size: 80%;
}
@media(min-width:1024px) {
	.video-wrapper video::-webkit-media-text-track-display {
		font-size: 140%;
	}
}
.video-wrapper .stream_container {
	position: relative;
}
.video-wrapper .player-wrapper > div,
.video-wrapper .player-wrapper iframe,
.video-wrapper .player-wrapper video {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
}
@media(orientation:landscape) {
	.video-wrapper .player-wrapper {
		padding-bottom: 56.25%;
	}
}
@media(orientation:portrait) {
	.video-wrapper .player-wrapper {
		padding-bottom: 56.25%;
	}
}
@media(max-width:575px) {
	.video-wrapper {
		border: none;
		box-shadow: none;
	}
}
#video-section {
	min-height: 320px;
}
.thumb img {
	border-radius: 30px;
}
.smartplayer-mobile {
	border-radius: 30px!important;
}
.pw-1-4,
.stream-1-4 {
	padding-bottom: 178.218%!important;
	padding-top: 0!important;
}
.pw-1-4-cf,
.stream-1-4-cf {
	padding-bottom: 179.7752808988764%!important;
	padding-top: 0!important;
}
.countdown {
	display: none;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 30px;
}
.countdown > div {
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}
.countdown .text {
	font-size: 0.875rem;
	margin-top: 0.25rem;
}
.countdown div > span {
	padding: 1rem;
	border-radius: 1.5rem;
	background: var(--new-blue-dark);
	display: inline-block;
	width: 80px;
	color: #fff;
}
.loading {
	width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding-bottom: calc(56.25%);
	text-align: center;
	color: #fff;
	background: var(--new-blue-light);
	position: absolute;
	display: flex;
	justify-content: center;
	border-radius: 30px;
	letter-spacing: 0.5px;
}
.loading-spinner {
	width: 136px;
	height: 136px;
	position: absolute;
	top: 50%;
	margin: -68px auto 0;
	border-color: #fff transparent;
	border-style: solid;
	border-width: 4px;
	border-radius: 50%;
	-webkit-animation: 1.5s linear infinite rotate;
	animation: 1.5s linear infinite rotate;
	display: flex!important;
}
.loading-text {
	width: 100%;
	height: 100%;
	align-items: center;
	position: absolute;
	display: flex;
	justify-content: center;
}
.svg-spin {
	animation: 2s linear infinite spin;
	-webkit-animation: 2s linear infinite spin;
	-moz-animation: 2s linear infinite spin;
	-ms-animation: spin 2s linear infinite;
	-o-animation: 2s linear infinite spin;
	transform-origin: center;
}
@keyframes rotate {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes spin {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
.exitModal {
	background: rgba(0,0,0,.85);
}
.modal-label {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(255,216,20,.8);
	border: 0;
	border-radius: 5px;
	padding: 0.75rem 1rem;
	cursor: pointer;
}
.negative-ml-3rem {
	margin-left: -3rem;
}
.full-screen {
	max-width: 100%;
}
.full-screen .video-wrapper {
	width: 100%;
	padding: 0;
	margin-left: auto!important;
	max-width: 177vh;
}
.full-screen .player-wrapper,
.full-screen .stream {
	padding-top: 0;
	max-height: 100vh;
	position: relative;
	min-height: 0;
}
.full-screen .video-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.full-screen .stream {
	border: none;
	box-shadow: none;
	margin: 0;
}
.full-screen #smartplayer {
	border-radius: 0!important;
	cursor: pointer;
}
.full-screen .vsl-doctor,
.full-screen .vsl-header,
.full-screen .vsl-update {
	display: none;
}
@media(max-width:991px) {
	.vsl-doctor {
		display: none;
	}
}

/* CUSTOM CSS */
:root {
	--main-color: #216c56;
}
h1 {
	font-weight: bold;
}
header {
	background-color: var(--main-color);
	padding: 1rem 0 6rem;
	color: white;
}
header span, header i {
	color: #ffd814;
}
header hr, section hr {
	max-width: 160px;
	border-width: 3px;
}
.steps-box {
	position: relative;
	max-width: fit-content;
}
.steps-box::before {
	content: '';
	position: absolute;
	height: 2px;
	background-color: white;
	width: 100%;
	top: calc(50% - 1px);
}
.step {
	position: relative;
	background-color: var(--main-color);
	padding: 4px 16px;
	border: 2px solid white;
	border-radius: 100px;
}
.step:first-child {
	color: yellow;
}
.stock-box span {
	color: var(--main-color);
}
.products .order-1 > div, .products .order-2 > div, .products .order-3 > div {
	background-color: white;
}
.accordion-item:first-of-type,.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 2.1875rem !important;
	border-top-right-radius: 2.1875rem !important;
}
.theme-border-radius-sm {
	border-radius: 2.1875rem !important;
}

/* new product layout */
.product {
	border-radius: 6px;
	box-shadow: 0 0 0 3px #d6f4ef inset, 0 0 10px #6c757d;
	overflow: hidden;
}
.product-header {
	background-color: #d6f4ef;
}
.cta-vshape {
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	max-width: 100%;
	margin: 0 auto;
	margin-top: -1px;
	background-color: #d6f4ef;
	height: 30px;
	width: 100%;
}
.product .price h4 {
	font-size: 4rem;
	line-height: 1;
}
.product .discount {
	font-size: .9rem !important;
	border-top: 1px solid #ccc;
}
.product__button_alt {
	display: block;
	background: linear-gradient(to top, #a78a19, #debd15);
	width: 100%;
	max-width: 250px;
	border-radius: 12px;
	padding: 2px !important;
	margin: 0 auto;
	border: none;
}
.product__button_alt > div {
	position: relative;
	background: linear-gradient(to top, #fccd15 50%, #ffd814 51%);
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1;
	color: black;
	padding: .75rem .5rem;
	border-radius: 10px;
}
.product__button_alt:hover > div {
	background: linear-gradient(to bottom, #fccd15 50%, #ffd814 51%);
}
.order-1 .product {
	box-shadow: 0 0 0 3px #1f8775 inset, 0 0 10px #6c757d;
}
.order-1 .product-header, .order-1 .cta-vshape {
	background: linear-gradient(90deg, #1f8775, #64d8c4, #1f8775);
}
.order-1 .product__button_alt {
	scale: 1.15;
	margin: .25rem auto;
}
.zoom {
	transition: 0.4s ease-in-out;
}
.zoom:hover {
	transform: scale(1.04);
	z-index: 200;
}
.aff-fnl {
	display: none;
}
@media (min-width: 376px) {
	.product .price h4 {
		font-size: 5rem;
	}
}

/* guarantee block */
:root {
	--black-color: 0, 0, 0;
	--black-color-hue: 170deg;
	--black-color-saturation: 70%;
	--black-color-lightness: 30%;
}

.monay__container {
	font-family: 'Roboto', sans-serif;
	width: 817.7199px;
	border: 7.0045px solid hsl(var(--black-color-hue), var(--black-color-saturation), var(--black-color-lightness));
	border-radius: 12.517px;
	padding: 37.911px 49.904px;
	background-color: #f2f8ff;
	margin: 0 auto;
	position: relative;
}

.monay__container:before {
	height: 14.976px;
	width: 278.8523px;
	background-color: #f2f8ff;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	position: absolute;
}

.monay__container:after {
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 12.517px;
	border: 6px dashed #ffc60d;
	content: "";
	position: absolute;
}

.money__line {
	left: 12.4673px;
	right: 12.4673px;
	height: 7.99476px;
	top: -7.59392px;
	position: absolute;
	background-color: #fff;
}

.money__line:after,.money__line:before {
	width: 273.8897px;
	height: 7.00445px;
	top: .5011px;
	bottom: .5011px;
	content: "";
	position: absolute;
	background-color: hsl(var(--black-color-hue), var(--black-color-saturation), var(--black-color-lightness));
}

.money__line:before {
	left: 0;
	border-radius: 0 7.0045px 7.0045px 0;
}

.money__line:after {
	right: 0;
	border-radius: 7.0045px 0 0 7.0045px;
}
.money__top {
	font-size: 116.8961px;
	padding-left: 20px;
	font-weight: 700;
	color: hsl(var(--black-color-hue), var(--black-color-saturation), var(--black-color-lightness));
	line-height: 1;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.money__top img {
	width: 236.5px;
	height: 209.8835px;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	position: absolute;
}

.money__top span {
	margin-right: 280px;
	width: 100%;
}

.money__top span:first-child {
	text-align: right;
}

.money__bottomlist li:last-child,.money__list li:last-child,.money__top span:last-child,.qual__icons li:last-child,.qual__images li:last-child,.qual__stars span:last-child,.review__stars span:last-child {
	margin: 0;
}

.money__second {
	font-size: 89px;
	margin-top: 10.9925px;
	font-weight: 700;
	text-align: center;
	color: hsl(var(--black-color-hue),var(--black-color-saturation),var(--black-color-lightness));
	letter-spacing: -.01251em;
}

.money__list {
	margin-top: 31.028px;
	position: relative;
	z-index: 3;
}

.money__list p {
	color: hsl(var(--black-color-hue),var(--black-color-saturation),var(--black-color-lightness));
	margin-bottom: 0;
}

.money__list li,.money__list li span {
	display: flex;
	align-items: center;
	align-content: center;
}

.money__list li {
	margin-bottom: 25.965px;
	letter-spacing: -.0174867em;
	font-size: 18.26px;
	font-weight: 400;
}

.monay__bottom,.money__list li span {
	justify-content: center;
}

.money__list li span {
	width: 55.491px;
	height: 55.491px;
	min-width: 55.491px;
	font-size: 35.95px;
	margin-right: 15.965px;
	font-weight: 700;
	color: #fff;
	border-radius: 50%;
	background-color: hsl(var(--black-color-hue),var(--black-color-saturation),var(--black-color-lightness));
}

.monay__bottom {
	margin-top: 27.9254px;
}

.money__bottomlist li {
	margin-right: 20.0898px;
}

.money__bottomlist li img {
	width: 159.6543px;
	height: auto;
	display: block;
}

@media screen and (max-width: 1100px) {
	.section__money {
		padding-top:7.46vw;
		padding-bottom: 6.51vw;
	}

	.monay__container {
		width: 82.09vw;
		border: .7vw solid hsl(var(--black-color-hue),var(--black-color-saturation),var(--black-color-lightness));
		border-radius: 1.25vw;
		padding: 3.81vw 5.01vw;
	}

	.monay__container:after {
		left: .6vw;
		top: .6vw;
		right: .6vw;
		bottom: .6vw;
		border-radius: 1.25vw;
		border: .6vw dashed #ffe400;
	}

	.monay__container:before {
		height: 1.5vw;
		width: 27.89vw;
	}

	.money__line {
		left: 1.25vw;
		right: 1.25vw;
		height: .8vw;
		top: -.75vw;
	}

	.money__line:after,.money__line:before {
		width: 27.46vw;
		height: .7vw;
	}

	.money__line:before {
		border-radius: 0 .7vw .7vw 0;
	}

	.money__line:after {
		border-radius: .7vw 0 0 .7vw;
	}

	.money__top {
		font-size: 11.73vw;
		padding-left: .5vw;
	}

	.money__top img {
		width: 23.7vw;
		height: 21.06vw;
		bottom: -.6vw;
	}

	.money__top span {
		margin-right: 26vw;
	}

	.money__second {
		font-size: 5.51vw;
		margin-top: 1.1vw;
	}

	.money__list {
		margin-top: 3.11vw;
	}

	.money__list li {
		margin-bottom: 2.61vw;
		font-size: 1.9vw
	}

	.money__list li span {
		width: 5.56vw;
		height: 5.56vw;
		min-width: 5.56vw;
		font-size: 3.61vw;
		margin-right: 1.6vw;
	}

	.monay__bottom {
		margin-top: 2.81vw;
	}

	.money__bottomlist li {
		margin-right: 2.01vw;
	}

	.money__bottomlist li img {
		width: 16.02vw;
	}
}

@media screen and (max-width: 576px) {
	.section__money {
		margin-top: 2rem;
		padding-top: 12.85vw;
		padding-bottom: 8.47vw
	}

	.monay__container {
		width: 93.9vw;
		border: 1.54vw solid hsl(var(--black-color-hue),var(--black-color-saturation),var(--black-color-lightness));
		border-radius: 3.22vw;
		padding: 0 4.11vw;
		padding-bottom: 6.68vw;
		padding-top: 4.37vw;
	}

	.monay__container:after,.money__list li i,.money__list li span {
		display: none;
	}

	.monay__container:before {
		height: 1.8vw;
		width: 43.01vw;
		top: -1.67vw;
		background-color: #fff;
	}

	.money__line {
		left: 3.21vw;
		right: 3.21vw;
		height: 1.54vw;
		top: -1.54vw;
		z-index: 3;
	}

	.money__line:after,.money__line:before {
		width: 25.97vw;
		height: 1.54vw;
		top: 0;
		bottom: 0;
	}

	.money__line:before {
		left: 0;
		border-radius: 0 3.22vw 3.22vw 0;
	}

	.money__line:after {
		right: 0;
		border-radius: 3.22vw 0 0 3.22vw;
	}

	.money__top {
		font-size: 13.39vw;
		padding-left: 2vw;
		position: relative;
		z-index: 4;
	}

	.money__top img {
		width: 34.06vw;
		height: 29.79vw;
		bottom: -1.03vw;
	}

	.money__top span {
		margin-right: 36vw;
	}

	.money__second {
		font-size: 9.81vw;
		margin-top: 2.06vw;
	}

	.money__list {
		margin-top: 6.43vw;
		padding-left: 0;
	}

	.money__list li {
		margin-bottom: 6.43vw;
		font-size: 4.64vw;
		letter-spacing: -.025em;
		display: block;
		text-align: center;
	}

	.money__list li b:first-child {
		font-size: 5.53vw;
		width: 100%;
		display: block;
		text-align: center;
	}

	.monay__bottom {
		margin-top: 6.94vw;
	}

	.money__bottomlist li {
		margin-right: 2.31vw;
	}

	.money__bottomlist li img {
		width: 20.93vw;
	}
}