html {
	scroll-behavior: smooth;
}
body {
	background: #f2edff;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #20134c;
	line-height: 1.3;
	font-size: 18px;	
}
.top_timer {
	background: #fff;
	padding: 6px 0 5px 0;
}
.top_timer .col-12 {
	display: flex;	
	justify-content: center;
	gap: 16px;
	align-items: center;
}
.new_timer {
	font-size: 14px;
	font-weight: 700;
	color: #e50378;	
}
.new_timer span {
	color: #343434;	
}
.new_timer img {
	margin-right: 5px;
}
.top_header {
	background: #20134c;
}
.top_header .col-3:nth-child(1) {
	height: 90px;	
}
.top_header .col-3:nth-child(1) span {
	display: block;
	color: #fcd102;
	font-size: 26px;
	font-weight: 700;
	margin-top: 10px;
	text-transform: uppercase;
}
.top_header .col-6, .top_header .col-3.right {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_header .col-6 p {
	color: #fff;
	margin-bottom: 0;
	font-weight: 500;
	font-style: italic;
	line-height: 1.6;
	text-align: center;
}
.top_header .col-6 span {
	display: block;
	color: #fcd102;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}
.nav_bootom p {
	margin-bottom: 3px;
	text-align: center;
}
.nav_bootom p span {
	color: #fcd102;
}
.nav_bootom a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.nav_bootom img {
	max-width: 308px;
	width: 100%;
}
header {
	padding-top: 15px;
	background: #20134c;
}
header .container, .box_08 .container, .box_16 .container {
	max-width: 1340px;
}
.btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #e50378;
	padding: 18px 20px;
	max-width: 320px;
	width: 100%;
	border-radius: 5px;
	border: none;
	text-decoration: underline;
	text-transform: uppercase;
	transition: all 1s ease-out;
}	
.btn:hover {
	color: #fff;
	background: #473382;
	text-decoration: none;
}
.header_bg {
	background: url(images/header_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 30px 55px 45px 55px;
	border-radius: 20px;
}
.header_bg h2 {
	color: #20134c;
	font-size: 28px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 0;
}
.header_bg h3 {
	color: #20134c;
	font-size: 64px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.header_bg h3 span {
	display: block;
	color: #1b8c00;
	font-size: 46px;
}
.header_bg .secure, .box_16 .secure {
	color: #20134c;
	padding-left: 40px;
	position: relative;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 19px;
}
.header_bg .secure:before, .box_16 .secure:before {
	width: 26px;
	height: 32px;
	display: block;
	content: '';
	position: absolute;
	background: url(images/secure.png) center center no-repeat;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.ul_text {
	color: #7b5ecb;
	font-style: italic;
}
.header_bg ul {
	color: #20134c;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}
.header_bg ul li {
	padding-left: 40px;
	position: relative;
	margin-bottom: 13px;
}
.header_bg ul li:last-child {
	margin-bottom: 0;
}
.header_bg ul li:before {
	content: '';
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(images/header_ul.png) center center no-repeat; 
}
.header_bg .btn {
	margin-top: 30px;
}
.marquee {
	overflow: hidden;
	padding: 60px 0;
	background: #20134c;
}
.marquee ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
}
.marquee ul li {
	text-transform: uppercase;	
	padding: 0 80px 0 50px;
	position: relative;
}
.marquee ul li:before {
	content: '';
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);	
}
.marquee ul li:nth-child(1):before {
	background: url(images/marquee_01.png) center center no-repeat;
}
.marquee ul li:nth-child(2):before {
	background: url(images/marquee_02.png) center center no-repeat;
}
.marquee ul li:nth-child(3):before {
	background: url(images/marquee_03.png) center center no-repeat;
}
.marquee ul li:nth-child(4):before {
	background: url(images/marquee_02.png) center center no-repeat;
}
.marquee ul li:nth-child(5):before {
	background: url(images/marquee_05.png) center center no-repeat;
}
.marquee ul li:nth-child(6):before {
	background: url(images/marquee_06.png) center center no-repeat;
}
.marquee ul li:nth-child(7):before {
	background: url(images/marquee_07.png) center center no-repeat;
}
.box {
	padding: 50px 0;
}
.box h2 {
	font-size: 40px;
	font-weight: 700;	
	margin-bottom: 40px;
}
.box h2 span {
	color: #e50378;
}
.video_big_bg {
	background: url(images/video_big_bg.jpg) center center no-repeat;
	background-size: contain;
	padding: 25px 0;
}
.video_big {
	max-width: 540px;
	margin: 0 auto;
}
.box_17 h2 {
	margin-bottom: 5px;
}
.box_17 h3 {
	font-size: 21px;
	color: #20134c;
	font-weight: 700;
	margin-bottom: 25px;
}
.video_grid .slick-slide {
	margin: 0 5px 0 5px;
}
.video_grid .grid_box {
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 10px;
}
.box_03 h2 {
	margin-bottom: 20px;
	font-size: 44px;
}
.box_03 ul {	
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 30px;
}
.box_03 ul li {
	padding-left: 50px;
	font-weight: 700;
	margin-bottom: 32px;
	position: relative;
}
.box_03 ul li:last-child {
	margin-bottom: 0;
}
.box_03 ul li:before {
	content: '';
	width: 38px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.box_03 ul li:nth-child(1):before {
	background: url(images/box_03_ul_01.png) center center no-repeat; 
}
.box_03 ul li:nth-child(2):before {
	background: url(images/box_03_ul_02.png) center center no-repeat; 
}
.box_03 ul li:nth-child(3):before {
	background: url(images/box_03_ul_03.png) center center no-repeat; 
}
.box_03 ul li:nth-child(4):before {
	background: url(images/box_03_ul_04.png) center center no-repeat; 
}
.box_03 .col-6 img  {
	border-radius: 15px;
	width: 100%;
	max-width: 610px;
	margin: 0 auto;
	display: block;
}
.box_03 .btn {
	margin: 50px auto 0 auto;
}
.box_08 .container, .box_16 .container {
	background: #20134c url(images/box_03_bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 55px 35px;
	border-radius: 15px;
}
.box_08 h2 {
	color: #fff;
	margin-bottom: 60px;
}
.accordion_logo {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 1s ease-out;
}
.accordion_logo .box {
	flex: 1 0 25%;
	font-style: italic;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 30px;
}
.accordion_logo img {
	border-radius: 5px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 280px;
}
.box_08 .btn {
	border: 1px solid #fff;
	background: none;
	margin-top: 30px;
}
.box_08 .btn:hover {
	background: #473382;
	text-decoration: none;
}	
.videoslider, .videoslider.slick-dotted.slick-slider {
	margin-top: 40px;
	margin-bottom: 60px;
}
.videoslider .slick-slide {
	margin: 0 10px;
	border-radius: 10px;
	overflow: hidden;
}
.videoslider .slick-dots li button:before, .trustpilot_box .slick-dots li button:before {
	font-size: 10px;
}
.videoslider .slick-dots  {
	bottom: -110px;
}
.trustpilot_box .slick-dots  {
	bottom: -80px;
}
.videoslider .slick-dots li.slick-active button:before, .trustpilot_box .slick-dots li.slick-active button:before  {
	color: #e50378;
}
.videoslider .slick-slide img {
	max-width: 550px;
	width: 100%;
}
.real_people_slider_button, .video_grid_button, .trustpilot_box_slider_button {
	margin-bottom: 40px;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.trustpilot_box_slider_button {
	margin-bottom: 0;
}	
.real_people_slider_button button, .video_grid_button button, .trustpilot_box_slider_button button {
	border: none;
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	transition: all 1s ease-out;
	z-index: 999;
}
.trustpilot_box_slider_button button {
	border: 1px solid #472f79;
}	
.real_people_slider_button button:hover, .video_grid_button button:hover, .trustpilot_box_slider_button button:hover {
	background: #a5a5a5;
}
.real_people_slider_button svg, .video_grid_button svg, .trustpilot_box_slider_button svg {
	fill: #472f79;
	stroke: #472f79;
	width: 50px;
	height: 50px;
}
.real_people_slider .slick-slide  {
	margin: 0 20px;
}
.improvement {
	display: flex;
}
.improvement .col-3 div {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	text-align: left;
	height: 100%;
	max-width: 290px;
	margin: 0 auto;
}
.improvement .col-3 div img {
	border-radius: 5px;
	width: 100%;
	max-width: 250px;
	margin: 0 auto 25px auto;
}
.improvement .col-3 div span {
	color: #e50378;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}
.improvement .col-3 div p {
	font-size: 16px;
	margin-bottom: 0;
}
.box_22 h2 {
	margin-bottom: 30px;
	font-size: 36px;
}
.box_22 .col-6:nth-child(1) p {
	margin-bottom: 40px;
}
.box_22_slider .slick-slide {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 20px;
}
.box_22_slider p {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	width: 50%;
}
.box_22_slider p span {
	color: #e50378;
}
.box_13 {
	background: url(images/box13_bg.jpg) center center no-repeat;
	background-size: cover;
}
.box_13 h2 {
	color: #fff;
}
.box_13 h2 small {
	font-size: 24px;
}
.box_13 .left {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.box_13 .left .btn {
	margin-top: 50px;
}
.box_13 p {
	color: #fff;
	margin-bottom: 40px;
}
.box_13_ul {
	list-style: none;
	padding: 0;
}
.box_13_ul li {
	color: #fff;	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 35px;
}
.box_13_ul_text {
	width: calc(100% - 120px);
}
.box_13_ul_text span {
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.box_13_ul_text ul {
	margin-top: 0;
	list-style: disc;
	padding-left: 15px;
}
.box_13_ul_text ul li {
	display: list-item;
	margin-bottom: 20px;
}
.box_13_ul_text ul li:last-child {
	margin-bottom: 0;
}
.box_19, .box_23  {
	background: #f2edff;
}
.box_19 img {
	width: 100%;
	max-width: 1231px;
}
.table_new {
	background: #fff;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px; 
	border-radius: 15px;
}
.table_new .rows {
	display: flex;
	flex-direction: row;
}
.table_new .rows div {
	height: 70px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	color: #000000;
}
.table_new .rows:nth-child(1) div {
	font-weight: 700;
	color: #171717;
	text-transform: uppercase;
	height: 90px;
}
.table_new .rows:last-child div {
	height: 20px;
	border: none;
}
.table_new .rows:last-child div:nth-child(2) {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}	
.table_new .rows:nth-child(1) div:nth-child(2) {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}	
.table_new .rows div:nth-child(1) {
	width: 30%;
	align-items: left;
	padding-left: 13px;
}
.table_new .rows div:nth-child(2) {
	width: 25%;
	background: #e50378;
	justify-content: center;
	border-color: #e50378;
	color: #fff;
	font-weight: 700;
}
.table_new .rows div:nth-child(3), .table_new .rows div:nth-child(4) {
	width: 25%;
	justify-content: center;
}
.faq_accordion {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.faq_accordion .accordion-item {
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 20px;
	background: #fff;
}
.faq_accordion button {
	font-size: 24px;
	font-weight: 700;
	padding-right: 50px;
	color: #20134c !important;
}
.faq_accordion .accordion-body {
	padding-top: 30px;
	padding-right: 40px;
	color: #20134c;
	text-align: left;
}
.faq_accordion .accordion-body a {
	color: #e50378;
}
.faq_accordion .accordion-body p:last-child {
	margin-bottom: 0;
}
.faq_accordion button span {
	background: #fff;
}
.faq_accordion button span:after, .faq_accordion button span:before {
	background: #20134c;
}
.faq_accordion button span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	right: 0;
	position: absolute;
	border: 1px solid #20134c;
}
.faq_accordion button span:after, .faq_accordion button span:before {
	position: absolute;
	top: 50%;
	content: "";
	display: block;
	background: #20134c;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq_accordion button[aria-expanded="false"] span:before {
	height: 16px;
	width: 2px;
}
.faq_accordion button span:after  {
	height: 2px;
	width: 16px;
}
.box_14 {
	padding-top: 0;
}
.guarantee {
	position: relative;	
	padding-top: 103px;
}
.guarantee .row {
	border-radius: 15px;	
	background: #462e76;
	overflow: hidden;
}
.guarantee .col-6:nth-child(1) {
	background: url(images/box_14_bg.jpg) center center no-repeat;
	background-size: cover;
	min-height: 330px;
}
.guarantee .col-6:nth-child(2) {
	color: #fff;
	padding: 100px 100px 0 100px;
}
.guarantee_img {
	position: absolute;
	top: 110px;
	left: 50%;
	transform: translate(-50%,-50%);
}
.box_15 {
	padding-top: 0;
}
.footer_text {
	font-size: 14px;
	color: #151515;
	font-weight: 700;
	border: 1px solid #dedede;
	background: #fff;
	padding: 20px;
	max-width: 520px;
	width: 100%;
	text-align: center;
	display: block;
	border-radius: 5px;
	margin: 0 auto;
}
.footer_text span {
	color: #e50378;
}
.footer_text img {
	margin-right: 5px;
}
.box_16 {
	padding-top: 0;
}
.box_16 .container {
	background: #20134c;
	padding: 30px 30px 30px 50px;
}
.box_16 h3 {
	font-size: 65px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
	font-family: "Oswald", sans-serif;
}
.box_16 h4 {
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	font-family: "Oswald", sans-serif;
	margin-bottom: 20px;
}
.box_16 h4 span {
	color: #f2c808;
}	
.recepie {
	max-width: 400px;
	margin: 0 auto;
	position: relative;
}
.recepie .btn {
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translate(-50%,0);
}
.recepie img {
	width: 100%;
	max-width: 399px;
}
.recepie p {
	font-size: 14px;
	color: #aa9fe0;
	text-align: center;
	padding: 50px 40px 0 40px;
}
.recepie_logo {
	margin: 0 auto;
	display: block;
}
.box_16 .secure {
	color: #fcd102;
	font-size: 20px;
}
.box_16 .secure:before {
	background: url(images/secure_footer.png) center center no-repeat;
}	
.box_09  {
	background: #fff;
}
.trustpilot_box .slick-slide {
	margin: 0 10px;
}
.trustpilot_box .slick-slide img {
	max-width: 480px;
	width: 100%;
}
.accordion_logo2, .trustpilot_box_2 {
	display: none;
	transition: all 1s ease-out;
}
.accordion_logo2.active {
	display: flex;
}
.footer_img {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_img img {
	border-radius: 15px;
	width: 100%;
	max-width: 610px;
}
footer {
	background: #20134c;
	padding-bottom: 30px;
}
footer ul {
	margin: 70px auto 90px auto;
	padding: 0;
	list-style: none;
}
footer ul li {
	font-size: 15px;
	padding: 0 20px;
	display: inline-block;
}
footer ul li a {
	color: #fff;
	text-decoration: none;
}
footer ul li a:hover {
	text-decoration: underline;
}
footer p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}
.real_people_slider_button_2 {
	display: none;
}
.img_mobile {
	margin: 0 auto;
	width: 100%;
	display: none;
	border-radius: 15px;
}
header .img_mobile { 
	margin-top: 20px;
}
.footer_btn {
	position: fixed;
	background: #20134c;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
	display: none;
	z-index: 999;
}
.footer_btn .nav_bootom {
	text-align: center;
}
.guarantee_mobile {
	display: none;
	width: 130px;
	margin: 0 auto 20px auto;
}
.box_09 .container {
	max-width: 970px;
}
.table_new .rows div .br {
	display: none;
}
.video_grid_button {
	display: none;
	margin-top: 20px;
}
@media (min-width: 767px) {
	.box_22_slider .slick-slide { width: 100% !important; }
}
@media only screen and (max-width: 1399px) {
	header .container, .box_08 .container, .box_16 .container { max-width: 1140px; }
	.header_bg h3 span { font-size: 42px; }
	.box_16 h3 { font-size: 56px; }
	.box_16 h4 { font-size: 34px; }
	.header_bg .secure, .box_16 .secure { font-size: 16px; }
}	
@media only screen and (max-width: 1199px) {
	body { font-size: 16px; }
	.box h2 { font-size: 30px; }	
	header .container, .box_08 .container, .box_16 .container { max-width: 960px; }
	.top_header .col-6, header .col-6:nth-child(2), .box_16 .col-6:nth-child(2) { display: none; }
	.top_header .col-3 { width: 50%; }
	.top_header .col-3.right { justify-content: end; }
	.header_bg h2 { font-size: 22px; }
	.header_bg h3 span { font-size: 36px; }
 	.video_big { max-width: 360px; }
	.box_22_slider p, .box_17 h3 { font-size: 18px; }
	.faq_accordion button { font-size: 20px; }
	.img_mobile { display: block; }
	header .col-6, .box_16 .col-6 { margin: 0 auto; width: 100%; max-width: 540px; }
	.header_bg .btn { margin-left: auto; margin-right: auto; display: block; }
	.box_16 .img_mobile { margin-bottom: 20px; }
}	
@media only screen and (max-width: 991px) {
	header .container, .box_08 .container, .box_16 .container { max-width: 720px; }
	.new_timer, .footer_text { font-size: 12px; }	
	.header_bg { background-position-x: 30%; }
	.top_header .col-3.right { display: none; }
	.top_header .col-3:nth-child(1) { width: 100%; text-align: center; height: 70px; }
	.top_header .col-3:nth-child(1) span { margin-top: 0; }
	.box { padding: 30px 0 10px 0; }
	.marquee { padding: 40px 0; }
	.box_15, .box_16 { padding-top: 0; }
	.video_grid_button { display: flex; }
	.box_22_slider .slick-slide { justify-content: space-between; }
	.box_22_slider p { font-size: 16px; }
	.slick-slide img { width: 140px; }
	.box_13 .col-6, .guarantee .col-6 { width: 100%; }
	.improvement .col-3 { width: 50%; }
	.improvement .col-3:nth-child(1), .improvement .col-3:nth-child(2) { margin-bottom: 20px; }
	.footer_btn { display: block; }
	.guarantee_img { top: auto; bottom: 70px; max-width: 140px; }
	.guarantee .col-6:nth-child(2) { padding: 80px 30px 30px 30px; text-align: center; }
	.guarantee { padding-top: 0; }	
	footer { padding-bottom: 100px; }
	footer ul { margin: 40px auto; }
	footer ul li { display: block; margin: 10px 0; }
}
@media only screen and (max-width: 767px) {
	header .container { max-width: 100%; }
	.box_08 .container, .guarantee, .box_16 .container { width: 93%; margin: 0 auto; }
	.box h2 { font-size: 26px; margin-bottom: 20px; }
	.box_17 h2 { margin-bottom: 5px; }
	.top_timer, .footer_text { text-align: center; font-size: 11px; }
	.header_bg, .box_08 .container, .faq_accordion .accordion-item, .box_16 .container { padding: 20px; }
	.header_bg h2 { text-align: center; }
	.header_bg h3 { font-size: 40px; text-align: center; }
	.btn { font-size: 14px; }
	.video_big { width: 85%; }
	.video_big_bg { padding: 0; }
	.box_03 .col-6, .box_22  .col-6 { width: 100%; }
	.box_03 .btn { display: block; margin-bottom: 30px; }
	.accordion_logo .box { flex: 1 0 100%; }
	.videoslider, .videoslider.slick-dotted.slick-slider { margin: 20px 0; }
	.real_people_slider_button, .video_grid_button, .trustpilot_box_slider_button { padding: 0 10px; }
	.real_people_slider_button button, .video_grid_button button, .trustpilot_box_slider_button button { width: 50px;  height: 50px; }
	.real_people_slider_button svg, .video_grid_button svg, .trustpilot_box_slider_button svg { width: 32px; height: 32px; }
	.videoslider .slick-dots { bottom: -75px; }
	.trustpilot_box_slider_button { margin: 20px 0; }
	.improvement .col-3 { width: 100%; }
	.improvement .col-3:nth-child(3) {  margin-bottom: 20px; }
	.accordion_logo .box { margin-bottom: 0; }
	.box_22_slider { margin-top: 30px; }
	.slick-slide img { width: 150px; }
	.box_22_slider p { font-size: 17px; }
	.box_13 p { margin: 20px 0; }
	.box_13_ul img { width: 60px; }
	.box_13_ul_text { width: calc(100% - 80px); }
	.box_13_ul li { margin-bottom: 20px; font-size: 15px; }
	.box_13_ul_text span, .box_13_ul_text ul li { margin-bottom: 10px; }
	.table_new { padding: 10px; font-size: 12px; }
	.table_new .rows div { height: 60px; }
	.table_new .rows:nth-child(1) div { height: 80px; }
	.table_new .rows div:nth-child(1) { padding-left: 5px; }
	.table_new .rows div .br { display: block; }
	.table_new .rows div:nth-child(2), .table_new .rows div:nth-child(3), .table_new .rows div:nth-child(4) { padding: 0 5px; }
	.faq_accordion .accordion-body { padding-top: 20px; }
	.guarantee_img { top: 55%; }
	.box_16 h3 { text-align: center; font-size: 35px; }
	.box_16 h4 { text-align: center; font-size: 26px; }
	.recepie p { padding-top: 90px; font-size: 12px; }
}