:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-black: #000000;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--lp-p: rgb(33, 33, 33);
	--lp-ribbon-green: rgb(30, 160, 166);
	--lp-section-gray: rgb(238, 238, 238);
	--lp-green-price: rgb(20, 100, 95);
	--lp-gray-price: rgb(64, 64, 64);
	--lp-h4-supply: rgb(44, 44, 44);
	--lp-footer-p: rgb(138, 185, 211);
	--lp-yellow: rgb(255, 253, 0);
	--lp-green: rgb(0, 70, 74);
	--lp-light-green: rgb(84, 182, 141);1667
	--lp-dark-green: rgb(0, 100, 102);
	--lp-font-sans-serif: 'Source Sans Pro', system-ui, -apple-system,
		'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
		'Liberation Sans', sans-serif, 'Apple Color Emoji',
		'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--lp-footer-gradient: radial-gradient(
		circle,
		#076b88,
		#044f79,
		#044f79,
		#09235b,
		#0f0d50
	);
}
html,
body {
	font: 1rem/1.5 var(--lp-font-sans-serif);
}
a {
	color: var(--bs-blue);
	cursor: pointer;
}
u {
	text-decoration: underline;
}
strike {
	text-decoration-color: red;
	text-decoration-line: line-through;
	text-decoration-thickness: auto;
}
.row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.def-image {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	aspect-ratio: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#video-desktop {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	background: #013f40;
	padding-bottom: 40px;
}
#video-mobile {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	background: #013f40;
	padding-bottom: 40px;
	display: none;
}

.load-video{
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	position: absolute;
	width: 100%;
	height: 100%;
}
#video-desktop h1 {
	color: var(--bs-white);
	font-size: 4.5rem;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	letter-spacing: -0.05rem;
	line-height: 130%;
}
#video-desktop h1 span {
	color: #2ef4ff !important;
}
#video-mobile h1 {
	color: var(--bs-white);
	font-size: 4.5rem;
	text-align: center;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
	font-weight: 700;
	letter-spacing: -0.05rem;
	line-height: 130%;
}
#bundle {
	background: #006466;
	padding-top: 40px;
	padding-bottom: 40px;
}
#bundle > div > div > div > h2 {
	color: var(--bs-white);
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 150%;
	margin-bottom: 40px;
}
.bonus-img-wrap {
	border-radius: 10px;
	margin-left: 48px;
	margin-right: 48px;
	border-style: solid;
	border-color: var(--lp-light-green);
	background: var(--lp-light-green);
	border-width: 5px;
}
.bonus-img-wrap p {
	color: var(--bs-white);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 150%;
	padding-top: 20px;
	padding-bottom: 20px;min-height: 112px;
}
p.bonus-price {
	letter-spacing: 0;
	line-height: 150%;
	color: var(--bs-white);
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
}
p.bonus-price span {
	font-weight: 700;
	color: #ffe400;
}
p.bonus-desc {
	letter-spacing: 0;
	line-height: 150%;
	color: var(--bs-white);
	font-size: 1.25rem;
	font-weight: 400;
	text-align: justify;
}
#free-shipping {
	background: #013f40;
	padding-top: 40px;
	padding-bottom: 40px;
}
#free-shipping > div > div > div > h2 {
	color: var(--bs-white);
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 150%;
}
#free-shipping > div > div > div > p {
	color: var(--bs-white);
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 150%;
}
#free-shipping > div > div > div > p > span {
	font-weight: 700;
	color: #97fbc7;
}
#benefits {
	background: #edeeed;
	padding-top: 40px;
	padding-bottom: 40px;
}
#benefits > div > div.row > div > h1 {
	color: #126e73;
	font-family: poppins, sans-serif;
	font-weight: 800;
	font-size: 3.5rem;
	letter-spacing: -0.05rem;
	line-height: 130%;
	text-align: center;
	margin-bottom: 40px;
}
#benefits > div > div > div > p > i {
	border: 5px solid #18848a;
	background: #fff;
	padding: 10px;
	border-radius: 100px;
	width: 68px;
	margin-right: 10px;
	font-weight: 900;
	color: #18848a;
	font-size: 40px;
}
#benefits > div > div > div > p {
	font-size: 1.5rem;
	line-height: 130%;
	color: #000;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0;
	margin-bottom: 40px;
}
#bulk {
	background: var(--lp-section-gray);
	padding-top: 40px;
	padding-bottom: 40px;
}
.bulk {
	width: 100%;
	max-width: 1170px;
	padding-left: 19px;
	padding-right: 19px;
	background: #fff;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-width: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}
#bulk > div > div > div > h3 {
	text-transform: capitalize;
	text-align: left;
	color: #2c2c2c;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.05rem;
	line-height: 130%;
}
hr.gray-divider {
	width: 15%;
	border-color: #f0f0f0;
	border-top-width: 4px;
}
p.bulk-order {
	text-align: left;
	color: #2c2c2c;
	font-size: 1.3rem;
	line-height: 165%;
	font-weight: 300;
	letter-spacing: 0;
}
p.bulk-order > span {
	color: #fc3232;
	font-style: italic;
	font-weight: 700;
}
p.life-changing {
	text-align: left;
	color: #013f40;
	font-size: 1.4rem;
	line-height: 165%;
	font-weight: 700;
	letter-spacing: 0;
}
#bulk > div > div > div > ol {
	margin-left: 0.2em;
	margin-top: 1em;
	list-style: decimal;
	font-size: 1.4rem;
	line-height: 165%;
	font-weight: 300;
	letter-spacing: 0;
}
#bulk > div > div > div > ol > li > strong {
	text-align: left;
	color: #013f40;
	font-size: 1.4rem;
	line-height: 165%;
	font-weight: 700;
	letter-spacing: 0;
}
#bulk > div > div > div > ol > li > i {
	font-style: oblique;
}
p.smart {
	text-align: left;
	color: #2c2c2c;
	font-size: 1.4rem;
	line-height: 165%;
	font-weight: 300;
	letter-spacing: 0;
}
p.smart > span {
	color: #fc3232;
	font-weight: 700;
}
p.or {
	font-weight: 700;
	letter-spacing: -0.05rem;
	line-height: 130%;
	font-size: 1.25rem;
	color: var(--lp-p);
	text-align: center;
}
#testimonial {
	padding-top: 40px;
	padding-bottom: 40px;
}
.top-testi,
.bottom-testi {
	display: block;
	text-align: center;
}
.testimonial-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}
div.references-img{
	align-items: center;
	justify-content: center;
	display: flex;
}
#testimonial
	> div.container-lg.testimonial-wrap
	> div
	> div.col-lg-11
	> h3 {
	text-align: left;
	color: var(--lp-green);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.05rem;
	line-height: 130%;
}
p.verified {
	color: #cc7900;
	text-align: left;
	letter-spacing: 0;
	line-height: 150%;
	font-weight: 700;
	font-size: 1rem;
}
#testimonial
	> div.container-lg.testimonial-wrap
	> div
	> div.col-lg-11
	> div
	> p:nth-child(1) {
	text-align: left;
	color: var(--bs-black);
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 150%;
}
#testimonial
	> div.container-lg.testimonial-wrap
	> div
	> div.col-lg-11
	> div
	> p:nth-child(2) {
	text-align: left;
	color: var(--bs-black);
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 150%;
	text-indent: 0;
}
#testimonial
	> div.container-lg.testimonial-wrap
	> div
	> div.col-lg-11
	> div
	> p:nth-child(2)
	> strong {
	font-weight: 700;
}
#testimonial > div > div > div > h2 {
	text-align: center;
	color: var(--bs-black);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 40px;
}
#testimonial > div > div > div > h2 > u {
	text-decoration-color: #97fbc7 !important;
	text-decoration: underline;
	text-decoration-thickness: 2.2px;
	text-underline-offset: 3px;
}
.testi-right-img img {
	border-radius: 10px;
	width: 68px;
	border-style: solid;
	border-color: #136e73;
	border-width: 3px;
}
.test-block {
	background-image: url('../assets/images/9060844de026ef59fd959f8a87d28f21.jpg');
	background-repeat: no-repeat;
	background-size: 29px 25px;
	background-position: 0 3px;
	text-indent: 45px;
}
p.mobile-only,
img.mobile-only {
	display: none !important;
}
#top-testi1 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/3cc658d853a81f8b352e97dc8f2a09eb.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#top-testi1:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#top-testi2 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/d8e9078e0f7401f9af4f34b0f4678b37.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#top-testi2:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#top-testi3 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/2d942ecff56f086587c76f316c7ddfc6.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#top-testi3:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#top-testi4 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/769bec784d49fe2da229ffb33f6eef23.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#top-testi4:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#bottom-testi1 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/93a0a4c918c42c251260c25defd8037e.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#bottom-testi1:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#bottom-testi2 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/5e85b5f78d1fb0e532b098aaac53a5f1.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#bottom-testi2:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#bottom-testi3 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/7f7d7856c4f28db942b382da18cc6e20.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#bottom-testi3:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#bottom-testi4 {
	width: 170px;
	height: 198px;
	box-sizing: border-box;
	padding-left: 171px;
	background: url(../assets/images/31e18a8ff8d71e43f11578638db497b3.jpg)
		left top no-repeat;
	border-bottom: 22px solid #fff;
	border-top: 6px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
	max-width: 100%;
	background-size: 100%;
	transform: rotate(-4deg);
}
#bottom-testi4:hover {
	background-position: 0 100%;
	background-size: 100%;
}
#ribbon1,
#ribbon2,
#ribbon3 {
	padding-top: 20px;
	padding-bottom: 20px;
	background: var(--lp-ribbon-green);
	position: relative;
	z-index: 9;
}
#ribbon1 h2,
#ribbon2 h2,
#ribbon3 h2 {
	text-align: center;
	color: var(--bs-white);
	font-size: 2.813rem;
	font-weight: 700;
	line-height: 125%;
	text-transform: capitalize;
}
#timer1,
#timer2,
#timer3 {
	background: var(--lp-section-gray);
	margin-top: -1px;
}
#timer3 {
	margin-top: -1px;
}
#offer1,
#offer2,
#offer3 {
	background: var(--lp-section-gray);
	padding-top: 40px;
	padding-bottom: 40px;
}
#offer1-mobile,
#offer2-mobile,
#offer3-mobile {
	display: none;
}
#offer1-mobile,
#offer2-mobile,
#offer3-mobile {
	background: var(--lp-section-gray);
}
#offer1
	> div
	> div.row.offer1
	> div.col-lg-4.col-offer1A
	> img:nth-child(3),
#offer2
	> div
	> div.row.offer2
	> div.col-lg-4.col-offer2A
	> img:nth-child(3),
#offer3
	> div
	> div.row.offer3
	> div.col-lg-4.col-offer3A
	> img:nth-child(3) {
	/*margin-top: 60px;*/
	margin-top:7px;

}
#dcountdown1,
#dcountdown2,
#dcountdown3,
#dcountdown4,
#dcountdown5,
#dcountdown6 {
	text-align: center;
	font-family: source sans pro, sans-serif;
	font-size: 42px !important;
	line-height: 42px;
	color: #fffd00;
	font-weight: 700;
	letter-spacing: 5px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	max-width: 800px;
	margin: 0 auto;
	background: #1ea0a6;
	height: 62px;
}
img.rating {
	display: block;
	text-align: center;
	margin: 0 auto;
}
div.offer1A > div > h3,
div.offer1B > div > h3,
div.offer1C > div > h3,
div.offer2A > div > h3,
div.offer2B > div > h3,
div.offer2C > div > h3,
div.offer3A > div > h3,
div.offer3B > div > h3,
div.offer3C > div > h3 {
	text-align: center;
	color: var(--bs-black);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 150%;
}
div.offer1A > div > p,
div.offer1B > div > p,
div.offer1C > div > p,
div.offer2A > div > p,
div.offer2B > div > p,
div.offer2C > div > p,
div.offer3A > div > p,
div.offer3B > div > p,
div.offer3C > div > p {
	color: var(--lp-p);
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 150%;
	text-align: center;
}
.offer1,
.offer2,
.offer3 {
	margin-bottom: 20px;
}
.col-offer1A,
.col-offer1B,
.col-offer1C,
.col-offer2A,
.col-offer2B,
.col-offer2C,
.col-offer3A,
.col-offer3B,
.col-offer3C {
	transition: all 0.1s ease-in-out;
}
.col-offer1A,
.col-offer2A,
.col-offer3A {
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-style: solid;
	border-color: #c1c4ca;
	border-width: 3px;
	flex: 0 0 31.5%;
	max-width: 31.5%;
}
.col-offer1MA,
.col-offer2MA,
.col-offer3MA {
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-style: solid;
	border-color: #c1c4ca;
	border-width: 3px;
	flex: 0 0 96%;
	max-width: 96%;
}
.col-offer1B,
.col-offer2B,
.col-offer3B {
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.1);
	background: #fffeda;
	border-style: solid;
	border-color: #02645e;
	border-width: 3px;
	flex: 0 0 31.5%;
	max-width: 31.5%;
}
.col-offer1MB,
.col-offer2MB,
.col-offer3MB {
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.1);
	background: #fffeda;
	border-style: solid;
	border-color: #02645e;
	border-width: 3px;
	flex: 0 0 96%;
	max-width: 96%;
}
.col-offer1C,
.col-offer2C,
.col-offer3C {
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-style: solid;
	border-color: #c1c4ca;
	border-width: 3px;
	flex: 0 0 31.5%;
	max-width: 31% !important;
}
.col-offer1MC,
.col-offer2MC,
.col-offer3MC {
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0 20px 40px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-style: solid;
	border-color: #c1c4ca;
	border-width: 3px;
	flex: 0 0 96%;
	max-width: 96%;
}
.offer-mobile-col3,
.offer-mobile-col1,
.offer-mobile-col2 {
	max-width: 49%;
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}
.col-offer1A h2,
.col-offer1B h2,
.col-offer1MA h2,
.col-offer1MB h2,
.col-offer2A h2,
.col-offer2B h2,
.col-offer2MA h2,
.col-offer2MB h2,
.col-offer3A h2,
.col-offer3B h2,
.col-offer3MA h2,
.col-offer3MB h2 {
	text-align: center;
	color: var(--lp-green-price);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.06rem;
}
.col-offer1C h2,
.col-offer1MC h2,
.col-offer2C h2,
.col-offer2MC h2,
.col-offer3C h2,
.col-offer3MC h2 {
	text-align: center;
	color: var(--lp-gray-price);
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: -0.06rem;
}
.col-offer1A h4,
.col-offer1B h4,
.col-offer1C h4,
.col-offer1MA h4,
.col-offer1MB h4,
.col-offer1MC h4,
.col-offer2A h4,
.col-offer2B h4,
.col-offer2C h4,
.col-offer2MA h4,
.col-offer2MB h4,
.col-offer2MC h4,
.col-offer3A h4,
.col-offer3B h4,
.col-offer3C h4,
.col-offer3MA h4,
.col-offer3MB h4,
.col-offer3MC h4 {
	text-align: center;
	color: var(--lp-h4-supply);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.06rem;
}
.col-offer1C h3,
.col-offer1B h3,
.col-offer1MC h3,
.col-offer1MB h3,
.col-offer2C h3,
.col-offer2B h3,
.col-offer2MC h3,
.col-offer2MB h3,
.col-offer3C h3,
.col-offer3B h3,
.col-offer3MC h3,
.col-offer3MB h3 {
	color: var(--lp-green-price);
	font-size: 5.5rem;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	display: table;
	text-align: center;
	margin: 0 auto;
}
.col-offer1A h3,
.col-offer1MA h3,
.col-offer2A h3,
.col-offer2MA h3,
.col-offer3A h3,
.col-offer3MA h3 {
	color: var(--lp-gray-price);
	font-size: 5.5rem;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
	display: table;
	text-align: center;
	margin: 0 auto;
}
.col-offer1A h3 span,
.col-offer1B h3 span,
.col-offer1MA h3 span,
.col-offer1MB h3 span,
.col-offer2A h3 span,
.col-offer2B h3 span,
.col-offer2MA h3 span,
.col-offer2MB h3 span,
.col-offer3A h3 span,
.col-offer3B h3 span,
.col-offer3MA h3 span,
.col-offer3MB h3 span {
	color: var(--lp-green-price);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 150%;
	font-size: 1rem;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.col-offer1C h3 span,
.col-offer1MC h3 span,
.col-offer2C h3 span,
.col-offer2MC h3 span,
.col-offer3C h3 span,
.col-offer3MC h3 span {
	color: var(--lp-gray-price);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 150%;
	font-size: 1rem;
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
p.one-bottle {
	text-align: center;
	letter-spacing: 0;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 0;
}
a.one-bottle-link {
	color: #0000ea;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}
img.center-img {
	margin: 0 auto;
	display: block;
}
img.mobile-img-only {
	display: block;
}
p.strike-price {
	font-size: 1.75rem;
	text-align: center;
	letter-spacing: 0;
	font-weight: 700;
	display: block;
}
p.strike-price strike {
	font-weight: 400;
}

p.bottle-count {
	text-align: center;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08rem;
}
#money-back,
#money-back2 {
	padding-top: 40px;
	padding-bottom: 40px;
}
#money-back > div > div > div > h2,
#money-back2 > div > div > div > h2 {
	text-align: center;
	color: var(--lp-green);
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 50px;
}
#money-back > div > div > div.col-lg-9 > p,
#money-back2 > div > div > div.col-lg-9 > p {
	text-align: left;
	color: var(--bs-black);
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 150%;
}
#money-back > div > div > div.col-lg-9 > p strong,
#money-back2 > div > div > div.col-lg-9 > p strong {
	font-weight: 700;
}
img.fda-icons {
	display: block;
	margin: 40px auto 0;
}
#faq {
	background-image: radial-gradient(
		circle,
		#008683,
		#007a7a,
		#006f70,
		#006366,
		#00585c
	);
	padding-top: 40px;
	padding-bottom: 40px;
}
#faq > div > div > div > h2 {
	text-align: center;
	color: var(--bs-white);
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 20px;
}
img.mobile-only {
	display: none;
}
img.desktop-only {
	display: block;
}
img {
	max-width: 100%;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content {
	border-radius: 20px !important;
	border-style: solid;
	border-color: rgb(30, 160, 166);
	border-width: 4px;
}
#lastchancemodal {
	border-radius: 20px !important;
}
.congrats-section {
	background: #1ea0a6;
	color: #fff;
	padding: 20px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	text-align: center;
}
.congrats-section h5 {
	font-size: 1.1rem;
	margin-top: 15px;
}
.modal-img {
	padding: 20px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.modal-img img {
	display: block;
	margin: 0px auto;
}

div.modal-img > div > div > div {
	flex: 1;
	width: auto;
	padding: 0;
}
h5.modal-disclaimer {
	font-style: oblique;
	color: var(--bs-black);
	text-align: center;
	font-weight: 700;
	padding: 0px 20px;
}

#lastchancemodal > div > div > div.modal-buttons {
	padding: 0px 20px;
	margin: 10px auto;
}

#lastchancemodal > div > div > div.modal-buttons > a.btn.btn-primary {
	width: 100%;
	background: rgb(252, 251, 60);
	color: #000;
	border-radius: 0;
	border: none;
	font-weight: 900;
	padding: 20px;
	font-size: 2rem;
}
#lastchancemodal
	> div
	> div
	> div.modal-buttons
	> a.btn.btn-primary:hover {
	background: rgb(252, 212, 10);
}

#lastchancemodal
	> div
	> div
	> div.modal-buttons
	> a.btn.btn-secondary {
	width: 100%;
	background: rgb(119, 119, 119);
	border-radius: 0;
	border: none;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 900;
	padding: 20px;
	font-size: 2rem;
}

#lastchancemodal > div > div > div.modal-img > div {
	padding: 0px !important;
}

h2.plus {
	color: rgb(30, 160, 166);
	font-size: 8rem;
	font-weight: 900;
	text-align: center;
}

section#offer1, section#offer2, section#offer3 
{
	display: block !important;
}
section#offer1-mobile, section#offer2-mobile, section#offer3-mobile {
	display: none;
	display: none !important;
}




@media only screen and (min-width: 0px) and (max-width: 768px) {
	
section#offer1, section#offer2, section#offer3 
{
	display: none !important;
}

section#offer1-mobile, section#offer2-mobile, section#offer3-mobile {
	display: block;
	display: block !important;
}	
	
	
	#offer1,
	#offer2,
	#offer3 {
		display: none;
	}
	p.mobile-only,
	img.mobile-only {
		display: block !important;
	}
	p.mobile-only {
		min-height: auto;
	}
	h2.plus {
		font-size: 5rem;
	}
	h5.modal-disclaimer {
		font-size: 0.8rem;
	}

	#lastchancemodal
		> div
		> div
		> div.modal-buttons
		> a.btn.btn-primary {
		font-size: 1.2rem;
	}
	#lastchancemodal
		> div
		> div
		> div.modal-buttons
		> a.btn.btn-secondary {
		font-size: 1.2rem;
	}
	#video-mobile > div > div > div {
		height: 100%;
		min-height: 600px;
		padding: 0px;
	}
	#Sx4YDo1mt4xj4hVV {
		padding-top: 150% !important;
	}
	#offer1-mobile,
	#offer2-mobile,
	#offer3-mobile {
		display: block;
	}
	img.mobile-only {
		display: block;
	}
	p.desktop-only,
	img.desktop-only,
	div.desktop-only {
		display: none;
	}
	#money-back > div > div > div > h2,
	#money-back2 > div > div > div > h2 {
		font-size: 2rem;
	}
	#money-back > div > div > div.col-lg-9 > p,
	#money-back2 > div > div > div.col-lg-9 > p {
		font-size: 1rem;
	}
	#bundle > div > div > div > h2 {
		font-size: 2rem;
	}
	p.bulk-order {
		font-size: 1rem;
	}
	#bulk > div > div > div > ol {
		font-size: 1rem;
	}
	#bulk > div > div > div > ol > li > strong {
		font-size: 1rem;
	}
	p.smart {
		font-size: 1rem;
	}
	#free-shipping > div > div > div > p {
		font-size: 1rem;
	}
	#benefits > div > div > div > p > i {
		border: 3px solid #18848a;
		background: #fff;
		padding: 10px;
		border-radius: 100px;
		margin-right: 10px;
		font-size: 15px !important;
		width: 40px;
	}
	#benefits > div > div > div > p {
		font-size: 0.7rem;
	}
	#benefits > div > div.row > div > h1 {
		font-size: 2.25rem;
	}
	#faq > div > div > div > h2 {
		font-size: 2.25rem;
	}
	#top-testi1 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/3cc658d853a81f8b352e97dc8f2a09eb.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(-4deg);
	}
	#top-testi2 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/d8e9078e0f7401f9af4f34b0f4678b37.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(4deg);
		margin-top: 0;
	}
	#top-testi3 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/2d942ecff56f086587c76f316c7ddfc6.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(-4deg);
		margin-top: 30px;
	}
	#top-testi4 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/769bec784d49fe2da229ffb33f6eef23.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(4deg);
		margin-top: 30px;
	}
	#testimonial
		> div.container-lg.testimonial-wrap
		> div
		> div.col-lg-11
		> h3 {
		font-size: 1.328rem;
	}
	#testimonial
		> div.container-lg.testimonial-wrap
		> div
		> div.col-lg-11
		> div
		> p:nth-child(1) {
		font-size: 1.063rem;
	}
	#testimonial
		> div.container-lg.testimonial-wrap
		> div
		> div.col-lg-11
		> div
		> p:nth-child(2) {
		font-size: 1.063rem;
		text-align: right;
	}
	.testi-right-img img {
		margin: 0 auto 40px;
		display: block;
		position: relative;
	}
	#bottom-testi1 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/93a0a4c918c42c251260c25defd8037e.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(-4deg);
	}
	#bottom-testi2 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/5e85b5f78d1fb0e532b098aaac53a5f1.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(4deg);
		margin-top: 0;
	}
	#bottom-testi3 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/7f7d7856c4f28db942b382da18cc6e20.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(-4deg);
		margin-top: 30px;
	}
	#bottom-testi4 {
		width: 130px;
		height: 150px;
		box-sizing: border-box;
		padding-left: 141px;
		background: url(../assets/images/31e18a8ff8d71e43f11578638db497b3.jpg)
			left top no-repeat;
		border-bottom: 22px solid #fff;
		border-top: 6px solid #fff;
		border-right: 6px solid #fff;
		border-left: 6px solid #fff;
		-webkit-box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		box-shadow: -1px 6px 15px -3px rgb(0 0 0/48%);
		max-width: 100%;
		background-size: 100%;
		transform: rotate(4deg);
		margin-top: 30px;
	}
	.bonus-img-wrap {
		border-radius: 0;
		margin-left: 0;
		margin-right: 0;
		border-style: solid;
		border-color: var(--lp-light-green);
		background: 0 0;
		border-width: 0;
	}
	#testimonial > div > div > div > h2 {
		font-size: 1.625rem;
	}
	.bonus {
		border-radius: 10px;
		margin-left: 15px;
		margin-right: 15px;
		border-style: solid;
		border-color: var(--lp-light-green);
		background: 0 0;
		border-width: 5px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 0;
	}
	div.bonus > div.bonus-img-wrap > p.mobile-only {
		padding-top: 10px;
		padding-bottom: 10px;
		background: #013e3f;
		padding-left: 10px;
		padding-right: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	p.bonus-desc {
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
	}
	#bundle > div > div > div > div > img {
		margin: -20px auto 0;
		display: block;
	}
	#free-shipping > div > div > div.col-lg-2 > img {
		margin: 0 auto;
		display: block;
	}
	.col-sm-6 {
		width: 50% !important;
	}
	#free-shipping > div > div > div > h2 {
		font-size: 1.75rem;
	}
	#video-desktop {
		display: none;
	}
	#video-mobile {
		display: block;
	}
	#video-mobile {
		padding-top: 20px;
		background: #013f40;
		padding-bottom: 40px;
		height: auto;
	}
	#video-mobile h1 {
		font-size: 1.625rem;
	}
	#video-mobile h1 span {
		color: #2ef4ff !important;
	}
	.col-offer1MA,
	.col-offer1MB,
	.col-offer1MC,
	.col-offer2MA,
	.col-offer2MB,
	.col-offer2MC,
	.col-offer3MA,
	.col-offer3MB,
	.col-offer3MC {
		flex: 0 0 94%;
		max-width: 94%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.col-offer1MA h2,
	.col-offer1MB h2,
	.col-offer1MC h2,
	.col-offer2MA h2,
	.col-offer2MB h2,
	.col-offer2MC h2,
	.col-offer3MA h2,
	.col-offer3MB h2,
	.col-offer3MC h2 {
		font-size: 1.5rem;
	}
	.col-offer1A h4,
	.col-offer1B h4,
	.col-offer1C h4,
	.col-offer1MA h4,
	.col-offer1MB h4,
	.col-offer1MC h4,
	.col-offer2A h4,
	.col-offer2B h4,
	.col-offer2C h4,
	.col-offer2MA h4,
	.col-offer2MB h4,
	.col-offer2MC h4,
	.col-offer3A h4,
	.col-offer3B h4,
	.col-offer3C h4,
	.col-offer3MA h4,
	.col-offer3MB h4,
	.col-offer3MC h4 {
		font-size: 1.25rem;
	}
	.col-offer1MC h3,
	.col-offer1MA h3,
	.col-offer1MB h3,
	.col-offer2MC h3,
	.col-offer2MA h3,
	.col-offer2MB h3,
	.col-offer3MC h3,
	.col-offer3MA h3,
	.col-offer3MB h3 {
		font-size: 2.875rem;
	}
	.col-offer1MC h3,
	.col-offer1MC h3 span,
	.col-offer2MC h3,
	.col-offer2MC h3 span,
	.col-offer3MC h3,
	.col-offer3MC h3 span {
		color: var(--lp-green-price);
	}
	p.strike-price {
		font-size: 1.125rem;
	}
	p.bottle-count {
		font-size: 1.125rem;
	}
	p.one-bottle,
	a.one-bottle-link {
		font-size: 0.85rem;
	}
	div.references > div > ol {
		font-size: 0.575rem !important;
	}
	div.references-img {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.mayo-img {
		width: 33%;
		margin: 0 auto;
		display: block;
	}
	.def-image {
		margin: 0 auto;
		display: block;
	}
	.timer1 > .col-lg-12,
	.timer2 > .col-lg-12,
	.timer3 > .col-lg-12,
	.timer4 > .col-lg-12,
	.timer5 > .col-lg-12,
	.timer6 > .col-lg-12 {
		padding: 0;
	}
	#ribbon1 h2,
	#ribbon2 h2,
	#ribbon3 h2 {
		font-size: 1rem;
	}
	img.mobile-img-only {
		display: block;
	}
	div.offer-mobile-col1 > img {
		margin-bottom: -10px !important;
	}
	div.offer-mobile-col3 > img {
		margin-bottom: 0 !important;
	}
	#bulk > div > div > div > h3 {
		color: #013f40;
		line-height: 140%;
		font-size: 1.54rem;
	}
	.footer-links a {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	

}
@media only screen and (min-width: 768px) {
	.col-offer1A:hover,
	.col-offer1B:hover,
	.col-offer1C:hover,
	.col-offer2A:hover,
	.col-offer2B:hover,
	.col-offer2C:hover,
	.col-offer3A:hover,
	.col-offer3B:hover,
	.col-offer3C:hover {
		transform: scale(1.04);
		z-index: 200;
	}
}
div.references {
	margin-top: 40px;
	margin-bottom: 40px;
}
div.references > div > ol {
	margin-left: 2em;
	margin-top: 1em;
	list-style: decimal;
	font-size: 0.875rem;
}
div.references > div > h4 {
	text-align: center;
	color: #7a7a7a;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 100%;
}
footer {
	background-image: var(--lp-footer-gradient);
}
footer .disclaimer {
	padding-top: 40px;
	padding-bottom: 0;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
footer .footer-link-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
footer p {
	color: var(--lp-footer-p);
	font-weight: 300;
}
.footer-links a {
	color: var(--bs-white);
	text-align: center;
	display: grid;
	font-weight: 300;
}
@keyframes x1550scrollleftelevate {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
	10% {
		transform: translateY(0px);
	}
}
#floating-button {
	-webkit-animation: x1550scrollleftelevate 1.55s infinite ease normal,
		disable-pointer-events;
	animation: x1550scrollleftelevate 1.55s infinite ease normal,
		disable-pointer-events;
	animation-delay: 100ms;
	animation-fill-mode: both;
	position: fixed;
	z-index: 1000;
	left: 50%;
	margin-left: -161px;
	bottom: 50px;
	opacity: 0;
}
a.float-button {
	border-radius: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: var(--lp-yellow);
	border-style: solid;
	border-color: var(--lp-light-green);
	border-width: 5px;
	display: block;
	margin: 0 auto;
	max-width: 360px;
	text-align: center;
	font-weight: 600;
	color: var(--lp-green);
	font-size: 1.5rem;
	transition: background 0.2s ease;
	text-decoration: none;
}
a.float-button:hover {
	background: var(--lp-dark-green);
	color: var(--bs-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#video-desktop h1 {
		font-size: 3rem;
	}
	#ribbon1 h2,
	#ribbon2 h2,
	#ribbon3 h2 {
		font-size: 2rem;
	}
	.col-offer1A,
	.col-offer2A,
	.col-offer3A,
	.col-offer1B,
	.col-offer2B,
	.col-offer3B,
	.col-offer1C,
	.col-offer2C,
	.col-offer3C {
		margin-left: 5px;
		margin-right: 5px;
	}
	.col-offer1A h2,
	.col-offer1B h2,
	.col-offer1MA h2,
	.col-offer1MB h2,
	.col-offer2A h2,
	.col-offer2B h2,
	.col-offer2MA h2,
	.col-offer2MB h2,
	.col-offer3A h2,
	.col-offer3B h2,
	.col-offer3MA h2,
	.col-offer3MB h2 {
		font-size: 2.2rem;
	}
	.col-offer1A h4,
	.col-offer1B h4,
	.col-offer1C h4,
	.col-offer1MA h4,
	.col-offer1MB h4,
	.col-offer1MC h4,
	.col-offer2A h4,
	.col-offer2B h4,
	.col-offer2C h4,
	.col-offer2MA h4,
	.col-offer2MB h4,
	.col-offer2MC h4,
	.col-offer3A h4,
	.col-offer3B h4,
	.col-offer3C h4,
	.col-offer3MA h4,
	.col-offer3MB h4,
	.col-offer3MC h4 {
		font-size: 1.5rem;
	}
	#bulk > div > div > div > h3 {
		font-size: 2rem;
	}
	#bulk > div > div > div.col-lg-3 > img:nth-child(1),
	#bulk > div > div > div.col-lg-3 > img:nth-child(3) {
		margin: 0 auto;
	}
	#money-back > div > div > div.col-lg-3 > img,
	#bundle > div > div > div:nth-child(2) > div > img,
	#bundle > div > div > div:nth-child(3) > div > img,
	#free-shipping > div > div > div.col-lg-2 > img,
	#money-back2 > div > div > div.col-lg-3 > img {
		display: block;
		margin: 0 auto;
	}
	#benefits > div > div > div {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	#benefits > div > div:nth-child(1) > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#benefits > div > div > div > p > i {
		border: 4px solid #18848a;
		background: #fff;
		padding: 10px;
		border-radius: 100px;
		width: 60px;
		margin-right: 10px;
		font-weight: 900;
		color: #18848a;
		font-size: 30px;
	}
	#benefits > div > div > div > p {
		font-size: 1.1rem;
	}
	.mobile-only {
		display: none;
	}
	#top-testi1,
	#top-testi2,
	#top-testi3,
	#top-testi4,
	#bottom-testi1,
	#bottom-testi2,
	#bottom-testi3,
	#bottom-testi4 {
		margin-left: 40px;
		margin-right: 40px;
	}
	.references-img {
		-ms-flex: 0 0 25% !important;
		flex: 0 0 25% !important;
		max-width: 25% !important;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	body
		> main
		> section:nth-child(24)
		> div
		> div
		> div:nth-child(5)
		> img {
		text-align: center;
		display: block;
		width: 60px;
		margin: 0 auto;
	}
}
.col-offer1A,
.col-offer2A,
.col-offer3A,
.col-offer1B,
.col-offer2B,
.col-offer3B,
.col-offer1C,
.col-offer2C,
.col-offer3C {
	margin-left: 5px;
	margin-right: 5px;
}
@media only screen and (max-width: 768px) {
	#shuffle {
		display: none !important;
	}
}
div.saleverify-outer.saleverify-transition-slade-up-toggle {
	bottom: 0;
}
.ActiveNotify {
	bottom: 170px !important;
	transition: bottom 0.3s ease-in-out;
	height: 127px;
}
div.saleverify-outer.saleverify-type-fixed {
	position: fixed !important;
}
div.saleverify-outer.saleverify-transition-fade-toggle,
div.saleverify-outer.saleverify-transition-slade-toggle {
	opacity: 1;
}
div.saleverify-outer.saleverify-transition-slade {
	-webkit-transition-property: right, left, top, bottom, opacity,
		-webkit-transform;
	transition-property: right, left, top, bottom, opacity,
		-webkit-transform;
	transition-property: right, left, top, bottom, transform, opacity;
	transition-property: right, left, top, bottom, transform, opacity,
		-webkit-transform;
}
div.saleverify-outer.saleverify-transition-slade-up-toggle {
	-webkit-transform: translate(0%, 100%);
	-ms-transform: translate(0%, 100%);
	transform: translate(0%, 100%);
}
div.saleverify-outer.saleverify-position-bottom {
	bottom: 0;
	margin-bottom: 8px;
}
@media only screen and (min-width: 200px) {
	div.saleverify-outer.saleverify-position-left {
		left: 0;
	}
	div.saleverify-outer.saleverify-position-left {
		margin-left: 8px;
	}
	div.saleverify-outer.saleverify-type-fixed {
		position: relative;
	}
	div.saleverify-outer.saleverify-type-absolute,
	div.saleverify-outer.saleverify-type-fixed {
		z-index: 999999;
	}
	div.saleverify-outer.saleverify-transition-slade-up-toggle {
		bottom: 0;
		opacity: 0;
	}
	div.saleverify-outer,
	div.saleverify-outer div {
		display: block;
	}
	div.saleverify-outer {
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: relative;
		width: 100%;
		max-width: 356px;
	}
	.saleverify-outer,
	.saleverify-outer * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.saleverify-outer > .saleverify-middle.saleverify-shadow {
		-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	}
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle,
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle
		> .saleverify-inner
		.saleverify-icon-outer {
		border-radius: 10px;
	}
	div.saleverify-outer > .saleverify-middle {
		background-color: #fff;
		overflow: hidden;
		max-width: 100%;
		width: 100vw;
	}
	div.saleverify-outer > .saleverify-middle > .saleverify-inner {
		position: relative;
		font-family: proxima nova, -apple-system, BlinkMacSystemFont,
			segoe ui, Roboto, Helvetica, Arial, sans-serif,
			apple color emoji, segoe ui emoji, segoe ui symbol;
		padding: 10px;
		width: 100%;
		min-height: 80px;
		color: #242454;
		font-size: 14px;
		margin: 0 auto;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-header-top {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 10px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-header-top
		.saleverify-type {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #98a6ad;
		margin-left: 2px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-header-top
		.saleverify-type
		.img {
		width: 12px;
		height: auto;
		margin-right: 5px;
		margin-top: -3px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner.saleverify-icon
		.saleverify-ago {
		margin-left: 180px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-ago {
		margin-bottom: 7px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner.saleverify-icon
		.saleverify-layout-content {
		text-align: left;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout-content {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		line-height: 1.3;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner.saleverify-icon
		.saleverify-layout-content
		.saleverify-message {
		width: auto;
		word-break: break-word;
		color: inherit;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout-content
		.saleverify-message {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow-y: auto;
		width: 332px;
		text-align: left;
		padding-bottom: 12px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout-content
		.saleverify-message
		> p {
		margin: 0;
		color: inherit;
		text-align: inherit;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		line-height: 1.4em !important;
		padding: 0;
		letter-spacing: initial;
	}
	div.saleverify-outer b,
	div.saleverify-outer strong {
		font-weight: 700;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout
		> div:last-child {
		margin-left: 10px;
		margin-right: 0;
	}
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle,
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle
		> .saleverify-inner
		.saleverify-icon-outer {
		border-radius: 10px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout
		.saleverify-icon-outer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 80px;
		height: 80px;
		background-color: #edf6ff;
		border-radius: 8px;
		overflow: hidden;
	}
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle,
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle
		> .saleverify-inner
		.saleverify-icon-outer {
		border-radius: 10px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout
		.saleverify-icon-outer
		.saleverify-icon-inner-svg,
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout
		.saleverify-icon-outer
		.saleverify-icon-inner-url,
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout
		.saleverify-icon-outer
		.saleverify-icon-inner-stored {
		width: 80px;
		height: auto;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout
		.saleverify-icon-outer
		.saleverify-icon-inner-url-image,
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-layout
		.saleverify-icon-outer
		.saleverify-icon-inner-stored-image {
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-branding {
		position: absolute;
		left: 10px;
		bottom: 6px;
		font-size: 10px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		line-height: 1;
		opacity: 0.8;
		color: #98a6ad;
		margin: 0;
		margin-left: -3px;
		padding: 3px;
		width: auto;
		background: 0 0;
		border-radius: 5px;
		text-decoration: none;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-branding-icon {
		width: 13px;
		height: 13px;
		margin-right: 5px;
		color: #21bac4;
		display: inline-block;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-branding-text {
		color: inherit;
		display: inline;
		vertical-align: middle;
		font-size: 10px;
	}
	div.saleverify-outer
		> .saleverify-middle
		> .saleverify-inner
		.saleverify-branding
		strong {
		color: inherit;
		font-size: inherit;
		line-height: inherit;
		font-weight: 700;
	}
}
@media screen and (max-width: 567px) {
	.saleverify-outer.saleverify-type-fixed.saleverify-position-bottom {
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle,
	div.saleverify-outer
		> .saleverify-middle.saleverify-rounding-gentle
		> .saleverify-inner
		.saleverify-icon-outer {
		border-radius: 0 !important;
	}
}
.id-6Z-nDBQg-2[data-animation-trigger='scroll'][data-animation-state='running'][data-animation-type='fade-in'] {
	top: auto !important;
	bottom: 60px !important;
	z-index: 999999 !important;
}
.hidden {
	display: none;
}
.visuallyhidden {
	opacity: 0;
}
.bmpui-ui-skin-modern
	.bmpui-ui-controlbar
	.bmpui-controlbar-top.controlbar-divided {
	float: right !important;
	right: 0 !important;
	bottom: 0 !important;
	position: absolute !important;
}
@media only screen and (min-width: 0px) and (max-width: 770px) {
	#vidalytics_embed_Sx4YDo1mt4xj4hVV {
		padding-top: 0 !important;
	}
	#vidalytics_embed_Sx4YDo1mt4xj4hVV > div {
		position: relative !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 770px) {
	#id-6Z-AYQ8v-8
		> div
		> div.row.id-6Z-yXYnm-68
		> div.col-md-5.innerContent.col_left.id-6Z-yXYnm-69 {
		width: 40% !important;
		float: left !important;
	}
	#id-6Z-AYQ8v-8
		> div
		> div.row.id-6Z-yXYnm-68
		> div.col-md-2.innerContent.col_right.id-6Z-yXYnm-71 {
		width: 18% !important;
		float: left !important;
	}
	.id-6Z-yXYnm-21 {
		width: 40% !important;
		float: right !important;
	}
	#id-6Z-aZGdm-321,
	#id-6Z-aZGdm-324,
	#id-6Z-aZGdm-327,
	#id-6Z-aZGdm-796,
	#id-6Z-aZGdm-919,
	#id-6Z-aZGdm-922,
	#id-6Z-aZGdm-913,
	#id-6Z-aZGdm-916,
	#id-6Z-aZGdm-925,
	#id-6Z-aZGdm-937 {
		width: 48% !important;
		float: left !important;
	}
	#id-6Z-aZGdm-322,
	#id-6Z-aZGdm-325,
	#id-6Z-aZGdm-328,
	#id-6Z-aZGdm-797,
	#id-6Z-aZGdm-920,
	#id-6Z-aZGdm-923,
	#id-6Z-aZGdm-914,
	#id-6Z-aZGdm-917,
	#id-6Z-aZGdm-926,
	#id-6Z-aZGdm-938 {
		width: 48% !important;
		float: right !important;
	}
	#id-6Z-KYGk6-1183 > p > span > span > b {
		font-size: 46px !important;
	}
	#id-6Z-KYGk6-1183 {
		margin-top: -40px;
		margin-bottom: -40px;
	}
	#id-6Z-aZGdm-222,
	#id-6Z-aZGdm-218,
	#id-6Z-GGRnp-294 {
		clip-path: polygon(100% 0, 0 0, 50% 100%);
		max-width: 800px;
		margin: 0 auto;
		background: #1ea0a6;
		height: 62px;
		box-shadow: none;
	}
	#id-6Z-aZGdm-222 *,
	#id-6Z-aZGdm-218 *,
	#id-6Z-GGRnp-294 * {
		font-family: source sans pro, sans-serif;
		font-size: 26px !important;
		line-height: 26px;
		color: #fffd00;
		margin-top: -1px;
	}
	#id-6Z-P46Gl-22
		> span
		> span.elCountdownGroupTime
		> span:nth-child(1)
		> span.elCountdownAmount.elCountdownAmountContainer,
	#id-6Z-P46Gl-22
		> span
		> span.elCountdownGroupTime
		> span.elCountdownAmount,
	#id-6Z-P46Gl-22
		> span
		> span.elCountdownGroupTime
		> span:nth-child(3)
		> span.elCountdownAmount.elCountdownAmountContainer {
		color: #008990;
		font-size: 32px !important;
	}
	div.elParagraphWrapper.id-6Z-aZGdm-798 > p > i,
	div.elParagraphWrapper.id-6Z-aZGdm-802 > p > i,
	div.elParagraphWrapper.id-6Z-aZGdm-810 > p > i,
	div.elParagraphWrapper.id-6Z-aZGdm-806 > p > i,
	div.elParagraphWrapper.id-6Z-aZGdm-814 > p > i,
	div.elParagraphWrapper.id-6Z-aZGdm-818 > p > i {
		border: 5px solid #18848a;
		background: #fff;
		padding: 10px;
		border-radius: 100px;
		width: 68px;
		margin-right: 10px;
		font-size: 20px !important;
		width: 50px;
	}
	div.elParagraphWrapper.id-6Z-aZGdm-798 > p > span > span > span,
	div.elParagraphWrapper.id-6Z-aZGdm-802 > p > span > span > span,
	div.elParagraphWrapper.id-6Z-aZGdm-810 > p > span > span > span,
	div.elParagraphWrapper.id-6Z-aZGdm-814 > p > span > span > span,
	div.elParagraphWrapper.id-6Z-aZGdm-818 > p > span > span > span {
		font-size: 16px;
		font-weight: 600;
		float: right;
		width: 85px;
		clear: both;
	}
	div.elParagraphWrapper.id-6Z-aZGdm-806 > p {
		margin-top: -20px;
	}
	div.elParagraphWrapper.id-6Z-aZGdm-806 > p > span > span > span {
		font-size: 16px;
		font-weight: 600;
		float: right;
		width: 85px;
		clear: both;
		margin-top: 0;
	}
	div.elParagraphWrapper.id-6Z-aZGdm-814 > p > span > span > span {
		margin-top: 10px;
	}
}
div.elParagraphWrapper.id-6Z-pVRaa-18 > p > span > span > i {
	color: #97fbc7;
	font-style: normal;
}
u.id-6Z-pVRaa-10,
u.id-6Z-pVRaa-13 {
	text-decoration-color: #ffe400 !important;
	text-decoration: underline;
	text-decoration-thickness: 2.2px;
	text-underline-offset: 3px;
}
u.id-6Z-aZGdm-56 {
	text-decoration-color: #97fbc7 !important;
	text-decoration: underline;
	text-decoration-thickness: 2.2px;
	text-underline-offset: 3px;
}
div.elParagraphWrapper.id-6Z-bEepG-83 > p > i,
div.elParagraphWrapper.id-6Z-bEepG-87 > p > i,
div.elParagraphWrapper.id-6Z-bEepG-92 > p > i,
div.elParagraphWrapper.id-6Z-bEepG-96 > p > i,
div.elParagraphWrapper.id-6Z-bEepG-101 > p > i,
div.elParagraphWrapper.id-6Z-bEepG-105 > p > i {
	border: 5px solid #18848a;
	background: #fff;
	padding: 10px;
	border-radius: 100px;
	width: 68px;
	margin-right: 10px;
}
.id-6Z-AYQ8v-17 {
	width: 50%;
	display: block;
	float: left;
}
.id-6Z-AYQ8v-17 h1 {
	text-align: right !important;
}
#id-6Z-P46Gl-22 > span {
	width: 50%;
	display: block;
	float: right;
}
#id-6Z-P46Gl-22 > span > span.elCountdownGroupTime {
	text-align: left;
	float: left;
}
#id-6Z-P46Gl-22
	> span
	> span.elCountdownGroupTime
	> span:nth-child(1)
	> span.elCountdownAmount.elCountdownAmountContainer,
#id-6Z-P46Gl-22
	> span
	> span.elCountdownGroupTime
	> span.elCountdownAmount,
#id-6Z-P46Gl-22
	> span
	> span.elCountdownGroupTime
	> span:nth-child(3)
	> span.elCountdownAmount.elCountdownAmountContainer {
	color: #008990;
	font-size: 50px;
}
#id-6Z-KYGk6-2190 {
	background-image: radial-gradient(
		circle,
		#076b88,
		#044f79,
		#044f79,
		#09235b,
		#0f0d50
	);
}
#id-6Z-KYGk6-1363 {
	background-image: radial-gradient(
		circle,
		#008683,
		#007a7a,
		#006f70,
		#006366,
		#00585c
	);
}
i.id-6Z-AYo6e-332 {
	font-style: normal;
	font-weight: 600;
	color: #2ef4ff !important;
}
.yellowunder2 {
	text-decoration-color: #ffe400 !important;
	text-decoration: underline;
	text-decoration-thickness: 2.2px;
	text-underline-offset: 3px;
}
li > u {
	text-decoration-color: #ffe400 !important;
	text-decoration: underline;
	text-decoration-thickness: 2.2px;
	text-underline-offset: 3px;
}
#id-6Z-AYQ8v-68
	> div
	> div
	> div
	> div
	> div.elHeadlineWrapper.id-6Z-AYQ8v-75
	> h1
	> span
	> span
	> i {
	font-style: normal !important;
	color: #2ef4ff !important;
}
sup {
	vertical-align: super;
	font-size: 50% !important;
	margin-left: 3px;
}
#id-6Z-KYGk6-1896
	> ul
	> span
	> li.id-6Z-KYGk6-1916
	> i.fa-fw.fa.fa-check.fa_icon.id-6Z-KYGk6-1917 {
	font-family: source sans pro, sans-serif;
}
.accordion_container {
	width: 100%;
}
.accordion_head:hover {
	background: #e6feff;
}
.accordion_head {
	background-color: #fff;
	cursor: pointer;
	font-family: source sans pro, sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 30px;
	color: #000;
	margin-top: 10px;
	padding: 18px 40px 18px 28px;
	font-weight: 700;
	width: 100%;
}
.accordion_head.active {
	background: #fff !important;
	color: #000 !important;
}
.plusminus i {
	color: #2e2e2e !important;
}
.accordion_head.active > .plusminus i {
	color: #000 !important;
}
.accordion_body {
	width: 100%;
}
.accordion_body p {
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	padding: 15px 20px 30px 28px;
	font-size: 24px;
	line-height: 34px;
	text-align: left;
	width: 100%;
}
.accordion_body p img,
.accordion_body img {
	width: 100% !important;
}
.plusminus {
	float: right;
}
@media only screen and (max-width: 767px) {
	h1.subhead {
		font-weight: 900;
		font-size: 27px;
		line-height: 35px;
	}
	#id-6Z-QdzB8-58 {
		margin-top: 0 !important;
	}
	.accordion_head,
	.accordion_body p {
		font-size: 18px;
		line-height: 24px;
	}
}
ol > li {
	font-family: source sans pro, sans-serif;
}
#id-6Z-KYGk6-239
	> div
	> div.row.id-6Z-KYGk6-242
	> div.col-md-6.innerContent.col_right.id-6Z-KYGk6-244
	> div
	> div.elParagraphWrapper.id-6Z-KYGk6-272
	> p
	> span
	> span
	> i {
	color: #70ffc3 !important;
	font-style: normal !important;
}
.id-6Z-KYGk6-772.id-6Z-KYGk6-772 .fa_prepended,
div.elParagraphWrapper.id-6Z-KYGk6-778 > p > i,
div.elParagraphWrapper.id-6Z-KYGk6-790 > p > i,
div.elParagraphWrapper.id-6Z-KYGk6-794 > p > i,
div.elParagraphWrapper.id-6Z-KYGk6-798 > p > i,
div.elParagraphWrapper.id-6Z-KYGk6-786 > p > i {
	border: 5px solid #18848a;
	background: #fff;
	padding: 10px;
	border-radius: 100px;
	width: 68px;
	margin-right: 10px;
}
.id-6Z-KYGk6-851,
.id-6Z-KYGk6-854 {
	font-style: normal !important;
	color: #ffe400 !important;
}
u.id-6Z-AYo6e-23 {
	font-weight: 600;
	text-decoration-color: #ffe400;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}
u.id-6Z-AYo6e-16 {
	font-weight: 600;
	text-decoration-color: #ffe400;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
u.id-6Z-KYGk6-858 {
	font-weight: 400;
	text-decoration-color: #ffe400;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
i.id-6Z-AYo6e-620,
i.id-6Z-KYGk6-881 {
	font-style: normal !important;
	color: #2ef4ff !important;
}
.id-6Z-KYGk6-905,
.id-6Z-KYGk6-917 {
	font-style: normal !important;
	font-weight: 400;
}
strike.id-6Z-KYGk6-901,
strike {
	text-decoration-color: red;
}
@media only screen and (min-width: 769px) {
	#id-6Z-KYGk6-1142,
	#id-6Z-KYGk6-1143,
	#id-6Z-KYGk6-1144 {
		transition: all 0.1s ease-in-out;
	}
	#id-6Z-KYGk6-1142:hover,
	#id-6Z-KYGk6-1143:hover,
	#id-6Z-KYGk6-1144:hover {
		transform: scale(1.04);
		z-index: 200;
	}
	.column {
		display: inline-block;
		padding: 0.75rem;
		width: 48%;
		vertical-align: top;
	}
	body
		> div.containerWrapper
		> div
		> div
		> div.pageRoot.id-6Z-AYQ8v-0
		> div.container.fullContainer.id-6Z-KYGk6-1861
		> div
		> div.row.id-6Z-KYGk6-2113
		> div
		> div
		> div
		> div.elCustomHtmlJsCodeWrapper
		> span
		> ol
		> div
		> div.column.pb-0.pt-1.id-6Z-KYGk6-2118
		> li {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		text-size-adjust: 100%;
		font-weight: 400;
		line-height: 1.5;
		font-family: source sans pro, sans-serif;
		user-select: none;
		color: #7a7a7a !important;
		font-size: 0.75rem !important;
		list-style-position: outside;
		box-sizing: inherit;
		padding-bottom: 0 !important;
		padding-top: 0.25rem !important;
		padding-left: 10px;
		padding-right: 10px;
	}
	body
		> div.containerWrapper
		> div
		> div
		> div.pageRoot.id-6Z-AYQ8v-0
		> div.container.fullContainer.id-6Z-KYGk6-1861
		> div
		> div.row.id-6Z-KYGk6-2113
		> div
		> div
		> div
		> div.elCustomHtmlJsCodeWrapper
		> span
		> ol
		> div
		> div.column.pb-0.pt-1.id-6Z-KYGk6-2154
		> li {
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
		text-size-adjust: 100%;
		font-weight: 400;
		line-height: 1.5;
		font-family: source sans pro, sans-serif;
		user-select: none;
		color: #7a7a7a !important;
		font-size: 0.75rem !important;
		list-style-position: outside;
		box-sizing: inherit;
		padding-bottom: 0 !important;
		padding-top: 0.25rem !important;
		padding-left: 10px;
		padding-right: 10px;
	}
	body
		> div.containerWrapper
		> div
		> div
		> div.pageRoot.id-6Z-AYQ8v-0
		> div.container.fullContainer.id-6Z-KYGk6-1861
		> div
		> div.row.id-6Z-KYGk6-2113
		> div
		> div
		> div
		> div.elCustomHtmlJsCodeWrapper
		> span
		> ol {
		list-style-position: outside !important;
		list-style-type: decimal !important;
		margin-left: 2em;
		margin-top: 1em;
		list-style: decimal !important;
	}
	.stickyClone {
		top: auto !important;
		bottom: 0 !important;
	}
	.popupVideoBox {
		position: relative;
		border: 1px solid #000;
		width: 200px;
		height: 113px;
		background-size: contain;
		margin: 0 auto;
		overflow: hidden;
	}
	#id-6Z-aZGdm-162 * {
		font-family: source sans pro, sans-serif;
		font-size: 42px !important;
		line-height: 42px;
		color: #fffd00;
	}
	#id-6Z-aZGdm-162 {
		clip-path: polygon(100% 0, 0 0, 50% 100%);
		max-width: 800px;
		margin: 0 auto;
		background: #1ea0a6;
		height: 62px;
	}
	.stickyClone,
	body
		> div.containerWrapper
		> div
		> div
		> div.pageRoot.id-6Z-AYQ8v-0
		> div.container.fullContainer.stickyTop.id-6Z-nDBQg-2.stickyClone,
	.id-6Z-nDBQg-2[data-animation-trigger='scroll'][data-animation-state='running'][data-animation-type='fade-in'] {
		top: auto !important;
		bottom: 60px !important;
		z-index: 999999 !important;
	}
}

.BannerVideoMain {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 648px;
}
.BannerVideoMain .play-button {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	border: 0;
	box-shadow: none;
	background: #0000001a;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	padding: 0;
}
.BannerVideoMain .play-button span {
	max-width: 450px;
	max-height: 450px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	opacity: 0.9;
	animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.08, 1.08);
	}
	100% {
		transform: scale(1, 1);
	}
}
.BannerVideoMain .play-button img {
	max-width: 100%;
}
.BannerVideoMain iframe {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	overflow: hidden;
}

.BannerVideoMain .play-button .play-button-inn {
	border: 0;
	box-shadow: none;
	background: #00000070;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.play-button-inn p {
	font-size: 20px;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.BannerVideoMain {
	background: #fff;
	border: solid 4px #fff;
}
.video-desktop-full {
	padding-bottom: 0 !important;
}

.accordion_head.active .fa-chevron-down:before {
	content: '\f410';
}
.accordion_body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.accordion_body.active {
	max-height: 1000px;
	transition: max-height 0.4s ease-in;
}
#countdown,
#countdown1,
#countdown2,
#countdownshow,
#countdownshow1,
#countdownshow2 {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 42px !important;
	line-height: 42px;
	color: #fffd00;
	font-weight: 700;
	letter-spacing: 5px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	max-width: 800px;
	margin: 0px auto;
	background: #1ea0a6;
	height: 62px;
}

#countdown,
#countdown1,
#countdown2 {
	display: block;
}
#countdownshow,
#countdownshow1,
#countdownshow2 {
	display: none;
}
#video-desktop .container-lg {
	max-width: 1200px;
}
.video-desktop-full .container-lg {
	max-width: 100% !important;
	padding: 0 !important;
	background: #000;
}
.video-desktop-full h1.headline {
	display: none;
}
.video-desktop-full .BannerVideoMain {
	border: none;
	height: 100vh;
    margin: 0 auto;
}

.video-desktop-full {
	background: #000 !important;
}
.video-desktop-full {
	text-align: center;
}
.hide-video-info-top {
	position: absolute;
	width: 100%;
	z-index: 9;
	height: 60px;
}
.hide-video-info-bottom {
	position: absolute;
	width: 100%;
	z-index: 9;
	height: 60px;
	bottom: 0;
}
.hidediv .ds24b-light {
	display: none !important;
}
.ds24b-light {
	z-index: 9999;
}

.bonus.BottmBonuses {
	margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.BannerVideoMain {
		height: 510px !important;
	}
}

@media only screen and (max-width: 767px) {
	.BannerVideoMain {
		height: 662px !important;
	}
	.BannerVideoMain .play-button span {
		max-width: 250px;
		max-height: 250px;
	}
	.video-desktop-full {
		height: auto !important;
		padding-top: 0px !important;
	}
	.bonus-price {
		font-size: 1.5rem !important;
	}
	.bonus.BottmBonuses {
		//margin-top: 0;
		margin: 2px auto;
		width: 94% !important;
	}

	
}
