body #main-layout {
	max-width: 1440px;
	margin: 0 auto;
	float: initial;
}

.hero-banner {
	padding-top: 80px;
	background: url(../_img/banner-bg.jpg?v=1) no-repeat 45% 0;
	overflow: hidden;
	line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
	.hero-banner {
		background-position: 75% 0px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner {
		padding: 20px 0px 20px;
		background: none;
	}
}

.hero-banner .row {
	position: relative;
	margin: 0px;
}

.hero-banner .row:after {
	width: 100%;
	height: 2px;
	background: url(../_img/border-line.png) no-repeat 0 0;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.hero-banner .row:after {
		background: url(../_img/mobile-line.png) no-repeat 0 0 / cover;
		height: 5px;
		left: -20px;
		right: -20px;
		bottom: -15px;
		width: auto;
		display: block;
	}
}

.hero-banner .left {
	max-width: 556px;
	position: relative;
	padding-left: 25px;
}

@media only screen and (max-width: 1023px) {
	.hero-banner .left {
		padding-left: 0px;
	}
}

.hero-banner h1 {
	margin-bottom: 21px;
}

@media only screen and (max-width: 767px) {
	.hero-banner h1 {
		margin-bottom: 25px;
	}
}

.hero-banner .left p {
	letter-spacing: -0.01em;
}

@media only screen and (max-width: 767px) {
	.hero-banner .left p {
		margin-bottom: 0px;
	}
}

.hero-banner .left img {
	margin-top: 50px;
	margin-left: 6px;
}

.banner-img {
	position: relative;
	margin-bottom: -100px;
}

@media only screen and (max-width: 767px) {
	.banner-img {
		display: none;
	}
}

.banner-img .badge {
	position: absolute;
	right: 43px;
	top: -90px;
}

.plus-img {
	position: absolute;
	right: -330px;
	bottom: 30px;
	width: auto;
}

@media only screen and (max-width: 1023px) {
	.plus-img {
		right: -150px;
		bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.plus-img {
		display: none;
	}
}

.hero-banner .small-text {
	position: relative;
	font-size: 12px;
	margin-left: -25px;
	margin-right: -15px;
	width: auto;
	margin-bottom: 10px;
	padding-top: 10px;
}

@media only screen and (max-width: 1023px) {
	.hero-banner .small-text {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner .small-text {
		margin-left: -20px;
		margin-right: -20px;
		padding: 0 20px;
		font-size: 9px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-banner .mobile-img {
		margin: -20px -20px -50px;
		width: auto;
		float: none;
	}

	.hero-banner .mobile-img img {
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		float: none;
	}
}

/* FortiFlora Campaign Modal
---------------------------------------- */
.bootstrap-custom-container .modal-backdrop {
	background-color: #fff;
}

.fortiflora-campaign-modal {
	border: 0;
	border-radius: 16px;
	overflow: hidden;
}

.fortiflora-campaign-modal__header {
	padding: 0 !important;
	border-bottom: 0;
	position: relative;
}

.fortiflora-campaign-modal__image {
	width: 100%;
	height: auto;
	display: block;
}

.fortiflora-campaign-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
	filter: invert(1) grayscale(1) brightness(2);
	opacity: 1;
}

/* ---------------------------------------- */

.section1 {
	padding: 72px 0px 0;
	position: relative;
	background: url(../_img/bg-2.jpg?v=1) no-repeat 0% 95% / cover;
}

@media only screen and (max-width: 767px) {
	.section1 {
		padding: 57px 0px 0;
	}
}

.section1 .row {
	position: relative;
}

.section1 .row:after {
	width: 100%;
	height: 2px;
	background: url(../_img/border-line.png) no-repeat 0 0;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.section1 .row:after {
		left: -20px;
		right: -20px;
		width: auto;
		display: block;
		height: 3px;
		background-size: cover;
	}
}

.section1 h2 {
	font-size: 25px;
	text-align: center;
	padding: 0 42px;
	padding-bottom: 15px;
	line-height: 1.2;
	color: #fff;
}

@media only screen and (max-width: 1023px) {
	.section1 h2 {
		padding: 0 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.section1 h2 {
		font-size: 17px;
		padding-bottom: 70px;
	}
}

.section1 h2 strong {
	float: none;
	width: auto;
	display: inline;
	color: #999cce;
}

.aleternet-image {
	width: 100%;
	position: relative;
}

.aleternet-image .inner {
	max-width: 540px;
	margin: 0 auto;
	float: none;
}

@media only screen and (max-width: 1023px) {
	.aleternet-image .inner {
		max-width: 500px;
	}
}

@media only screen and (max-width: 767px) {
	.aleternet-image .inner {
		max-width: 200px;
	}
}

.aleternet-image:after,
.aleternet-image:before {
	clear: both;
	content: '';
	display: table;
}

.section1 .top-img {
	position: absolute;
	left: -42px;
	top: 20px;
	width: auto;
}

@media only screen and (max-width: 1023px) {
	.section1 .top-img {
		display: none;
	}
}

.section1 .bottom-img {
	position: absolute;
	right: -100px;
	bottom: 40px;
	width: auto;
}

@media only screen and (max-width: 1023px) {
	.section1 .bottom-img {
		display: none;
	}
}

.text-image {
	padding: 51px 0px 60px;
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.text-image {
		padding: 0px;
	}
}

.text-image:after {
	content: '';
	background: url(../_img/right-arc.png) no-repeat 0 0;
	width: 160px;
	height: 270px;
	display: block;
	position: absolute;
	right: -120px;
	top: 70px;
}

@media only screen and (max-width: 767px) {
	.text-image:after {
		background: url(../_img/left-arc.png) no-repeat 0 0;
		left: -69px;
		right: auto;
		top: 8px;
	}
}

.text-image:nth-child(2n+2):after {
	background: url(../_img/left-arc.png) no-repeat 0 0;
	width: 171px;
	height: 288px;
	left: -140px;
	right: auto;
	top: 90px;
}

@media only screen and (max-width: 767px) {
	.text-image:nth-child(2n+2):after {
		background: url(../_img/right-arc.png) no-repeat 0 0;
		left: auto;
		right: -63px;
		top: 30px;
	}

	.text-image:last-child:after {
		top: 45px;
	}
}

.text-image .img {
	width: 160px;
	text-align: center;
	margin-right: -160px;
}

@media only screen and (max-width: 767px) {
	.text-image .img {
		width: 100%;
		margin: 0px 0 15px;
	}
}

.text-image .img img {
	float: none;
	display: inline-block;
}

.text-image .content {
	width: 100%;
	padding-left: 200px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.text-image .content {
		padding: 0px 15px;
		text-align: center;
		padding-bottom: 40px !important;
	}
}

.text-image .content p {
	margin-bottom: 0px;
}

.text-image .content strong {
	color: #999cce;
	float: none;
	width: auto;
	display: inline;
}

.text-image:nth-child(2n+2) .img {
	order: 2;
	margin-right: auto;
	margin-left: -160px;
}

@media only screen and (max-width: 767px) {
	.text-image:nth-child(2n+2) .img {
		margin-left: 0px;
		order: 1;
	}
}

.text-image:nth-child(2n+2) .content {
	padding-left: 0px;
	padding-right: 174px;
	order: 1;
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.text-image:nth-child(2n+2) .content {
		order: 2;
		padding: 0px;
		text-align: center;
	}

	.text-image:nth-child(1) .content {
		min-height: 145px;
		padding-bottom: 0px !important;
	}

	.text-image:nth-child(4) .content {
		padding-bottom: 0px !important;
	}
}

.text-image:last-child {
	padding-top: 30px;
}

.bottom-text {
	padding-top: 34px;
	padding-bottom: 106px;
}

@media only screen and (max-width: 767px) {
	.bottom-text {
		padding-bottom: 48px;
	}
}

.bottom-text h2 {
	font-size: 35px;
}

@media only screen and (max-width: 767px) {
	.bottom-text h2 {
		font-size: 19px;
		padding-bottom: 0px;
	}
}

.bottom-text h2 span {
	color: #999cce;
}

.section2 {
	padding: 56px 0px 0;
}

@media only screen and (max-width: 767px) {
	.section2 {
		padding-top: 30px;
	}
}

.section2 .row {
	position: relative;
}

.section2 .row:after {
	width: 100%;
	height: 2px;
	background: url(../_img/border-line.png) no-repeat 0 0;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.section2 .row:after {
		left: -20px;
		right: -20px;
		width: auto;
		display: block;
		height: 3px;
		background-size: cover;
	}
}

.section2 .inner {
	max-width: 850px;
	float: none;
	margin: 0 auto;
}

.section2 .box {
	width: 33.3%;
	text-align: center;
	padding: 0 20px;
}

@media only screen and (max-width: 1023px) {
	.section2 .box {
		padding: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.section2 .box {
		width: 100%;
	}
}

.section2 .box img {
	float: none;
	display: inline-block;
	margin: -30px 0px -40px;
}

.section2 .box h4 {
	font-size: 18px;
	color: #999cce;
	line-height: 1.2;
	position: relative;
	letter-spacing: 0.01em;
}

.section2 .box h4 br {
	float: none;
	width: auto;
	display: inherit
}

.section2 .content {
	text-align: center;
	font-size: 25px;
	line-height: 1;
	padding: 74px 15px 60px;
	letter-spacing: 0.01em;
}

@media only screen and (max-width: 767px) {
	.section2 .content {
		font-size: 17px;
		line-height: 1.31;
		padding-bottom: 74px;
	}
}

.section2 .content p {
	margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
	.section2 .content p {
		margin-bottom: 4px;
	}
}

.section2 .content strong {
	font-weight: normal;
}

.section2 .content h3 {
	color: #999cce;
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.section2 .content h3 {
		font-size: 18px;
	}
}

.section3 {
	padding: 60px 0 0px;
}

.section3 .inner {
	display: flex;
	align-items: flex-start;
	padding-bottom: 0px;
	flex-wrap: wrap;
}

.section3 .inner:nth-child(2) {
	padding-bottom: 10px;
	position: relative;
}

@media only screen and (max-width: 1023px) {
	.section3 .inner:nth-child(2) {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section3 .inner:nth-child(2) {
		padding-top: 0px;
	}
}

.section3 .inner:nth-child(2):after {
	width: 100%;
	height: 2px;
	background: url(../_img/border-line.png) no-repeat 0 0;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

@media only screen and (max-width: 767px) {
	.section3 .inner:nth-child(2):after {
		width: 200px;
		margin: 0 auto;
		height: 1px;
	}
}

.section3 .img {
	width: 50%;
	padding-top: 33px;
	padding-left: 40px;
}

@media only screen and (max-width: 767px) {
	.section3 .img {
		width: 100%;
		padding: 0px;
		order: 2;
		text-align: center;
		padding-top: 20px;
	}
}

.section3 .img img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.section3 .img img {
		max-width: 200px;
		display: inline-block;
		float: none;
	}
}

.section3 .content {
	width: 50%;
	padding: 0 22px;
}

@media only screen and (max-width: 767px) {
	.section3 .content {
		width: 100%;
		padding: 0px;
	}
}

.section3 .content h2 {
	font-size: 35px;
	color: #999cce;
	text-align: center;
	line-height: 1.1;
	padding: 0 0px 14px;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
	.section3 .content h2 {
		font-size: 23px;
		padding: 0px 0 15px;
	}
}

.section3 .content ul {
	list-style: none;
	padding: 0 25px;
}

@media only screen and (max-width: 767px) {
	.section3 .content ul {
		padding: 0px;
	}
}

.section3 .content ul li {
	text-align: center;
	font-size: 20px;
	padding: 10px 0px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.section3 .content ul li {
		font-size: 15px;
	}
}

.section3 .content ul li:after {
	content: '';
	display: block;
	width: 227px;
	height: 2px;
	background-color: #999cce;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.section3 .content ul li:last-child:after {
	display: none;
}

.section3 .content.wide-text+.img {
	padding-top: 10px;
	padding-left: 0px;
}

@media only screen and (max-width: 767px) {
	.section3 .content.wide-text+.img {
		padding-bottom: 70px;
	}
}

.section3 .content.wide-text+.img img {
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.section3 .content.wide-text+.img img {
		max-width: 226px;
		margin-top: 20px;
	}
}

.section3 .content.wide-text {
	padding: 0px;
}

.section3 .content.wide-text h2 {
	padding: 0px 0px 10px;
}

.section3 .content.wide-text ul {
	padding: 0px 27px;
}

@media only screen and (max-width: 767px) {
	.section3 .content.wide-text ul {
		padding: 0px 20px;
	}
}

.section3 .content.wide-text ul li {
	line-height: 1.2;
}

.section3 .content.wide-text ul li sup {
	font-weight: normal;
	font-size: 100%;
	line-height: 1;
	top: 0;
}

.section3 .content.wide-text ul li:last-child {
	padding-bottom: 0px;
}

.section4 {
	padding: 52px 0;
	position: relative;
}

.section4 h3 {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 30px;
	color: #999cce;
	letter-spacing: 0.01em;
	margin-bottom: 39px;
}

@media only screen and (max-width: 767px) {
	.section4 h3 {
		font-size: 19px;
		margin-bottom: -10px;
	}
}

.section4 .inner {
	position: relative;
	padding-bottom: 25px;
}

.section4 .inner:after {
	content: ' ';
	width: 100%;
	height: 2px;
	background: url(../_img/border-line.png) no-repeat 0 0;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.section4 .inner .col-2 {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 37px;
	position: relative;
	line-height: 1.2;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.section4 .inner .col-2 {
		width: 100%;
		padding: 0px 40px;
	}
}

.section4 .inner .col-2:nth-child(2n+1) {
	clear: both;
}

.section4 .inner .col-2:after {
	content: ' ';
	border-right: 2px solid #999cce;
	position: absolute;
	height: 309px;
	right: 0;
	top: 50px;
}

@media only screen and (max-width: 767px) {
	.section4 .inner .col-2:after {
		display: none;
	}
}

.section4 .inner .col-2:before {
	content: ' ';
	border-top: 2px solid #999cce;
	position: absolute;
	width: 309px;
	right: 0;
	left: 0;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.section4 .inner .col-2:before {
		width: 154px;
	}
}

.section4 .inner .col-2:nth-child(2n+2):after {
	display: none;
}

.section4 .inner .col-2:nth-child(2):before,
.section4 .inner .col-2:first-child:before {
	display: none;
}

@media only screen and (max-width: 767px) {
	.section4 .inner .col-2:nth-child(2):before {
		display: block;
	}
}

.section4 .inner .col-2 img {
	float: none;
	margin: 0 auto -26px;
}

.section4 .inner .col-2 h4 {
	position: relative;
	font-size: 25px;
	color: #999cce;
	letter-spacing: 0.01em;
	margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
	.section4 .inner .col-2 h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

.section5 {
	padding: 15px 0;
}

.section5 h3 {
	text-align: center;
	font-size: 30px;
	color: #999cce;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.section5 h3 {
		font-size: 19px;
		line-height: 1.2;
	}
}

.section5 .slider-sec {
	position: relative;
}

.section5 .slider-sec:after {
	content: ' ';
	width: 100%;
	height: 2px;
	background: url(../_img/border-line.png) no-repeat 0 0;
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.section5 .slider-sec .swiper-container {
	margin: 0 auto;
	display: inherit;
	float: none;
	padding: 65px 40px 110px;
	max-width: 544px;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .swiper-container {
		max-width: 265px;
		padding: 30px 20px 60px;
	}
}

.section5 .slider-sec .swiper-container .swiper-slide {
	background-image: url(../_img/slider-bg.jpg?v=1);
	background-size: 474px;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 55px rgba(153, 156, 206, 0.25);
	opacity: 0;
	min-height: 550px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .swiper-container .swiper-slide {
		min-height: 275px;
		box-shadow: 0px 0px 35px rgba(153, 156, 206, 0.25);
		background-size: cover;
	}
}

.section5 .slider-sec .swiper-container .swiper-slide-active {
	opacity: 1;
}

.section5 .slider-sec .slider-content {
	float: none;
	max-width: 385px;
	margin: 0 auto;
	width: auto;
	position: relative;
	top: 23px;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .slider-content {
		max-width: 180px;
	}
}

.section5 .slider-sec .slider-content h6 {
	font-size: 25px;
	color: #999cce;
	letter-spacing: 0.01em;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .slider-content h6 {
		font-size: 12px;
	}
}

.section5 .slider-sec .slider-content span {
	font-size: 25px;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .slider-content span {
		font-size: 12px;
	}
}

.section5 .slider-sec .slider-content ul {
	margin: 21px 0 47px;
	float: none;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .slider-content ul {
		margin-top: 7px;
		margin-bottom: 40px;
	}
}

.section5 .slider-sec .slider-content ul li:before {
	content: ' ';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	left: 1px;
	top: 10px;
}

.section5 .slider-sec .slider-content ul li {
	font-size: 20px;
	position: relative;
	padding: 0 0 22px 17px;
	line-height: 1.2;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .slider-content ul li {
		font-size: 10px;
		padding-bottom: 10px;
	}
}

.section5 .slider-sec .swiper-button-prev::after,
.section5 .slider-sec .swiper-button-next::after {
	display: none;
}

.section5 .slider-sec .swiper-button-prev {
	background-image: url('../_img/left-arrow.jpg');
	width: 32px;
	height: 76px;
	margin: 0;
	top: 44%;
	left: 137px;
}

@media only screen and (max-width: 1100px) {
	.section5 .slider-sec .swiper-button-prev {
		left: 60px;

	}
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .swiper-button-prev {
		left: 0px;
		width: 16px;
		height: 37px;
		background-size: cover;
	}
}

.section5 .slider-sec .swiper-button-next {
	background-image: url('../_img/left-arrow.jpg');
	width: 32px;
	height: 76px;
	margin: 0;
	top: 44%;
	right: 137px;
	transform: rotate(180deg);
}

@media only screen and (max-width: 1100px) {
	.section5 .slider-sec .swiper-button-next {
		right: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .swiper-button-next {
		right: 0px;
		width: 16px;
		height: 37px;
		background-size: cover;
	}
}

.section5 .slider-sec .swiper-pagination-bullets {
	text-align: center;
	float: none;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 75px;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .swiper-pagination-bullets {
		bottom: 40px;
	}
}

.section5 .slider-sec .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ffffff;
	float: none;
	opacity: 1;
	margin: 0 4px;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
		margin: 0 2px;
	}
}

.section5 .slider-sec .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	vertical-align: -1.5px;
}

@media only screen and (max-width: 767px) {
	.section5 .slider-sec .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		position: relative;
		top: -0.7px;
	}
}

.fortiflora-carousel-section {
	display: block;
	float: left;
	margin-top: 60px;
	width: 100%;
}

.fortiflora-carousel-section h2 {
	display: block;
	float: left;
	color: #999cce;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 15px;
	width: 100%;
}

@media(min-width:768px) {
	.fortiflora-carousel-section h2 {
		font-size: 35px;
	}
}

.fortiflora-carousel-section h2 sup {
	vertical-align: middle;
	line-height: 10px;
}

.fortiflora-carousel-section .fortiflora-carousel-container {
	display: block;
	float: left;
	position: relative;
	margin-top: 25px;
	padding: 56px 0px 20px;
	width: 100%;
	overflow: hidden;
}

.fortiflora-carousel-container .fortiflora-carousel {
	display: grid;
	float: left;
	margin-left: -51%;
	gap: 0px 0.5%;
	grid-template-columns: repeat(10, 1fr);
	width: 406%;
}

.fortiflora-carousel .fortiflora-testimony {
	display: block;
	position: relative;
	border-radius: 20px;
	background-image: url('../_img/slider-bg.jpg?v=1');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding: 94px 8% 30px;
	box-shadow: 0px 0px 20px rgba(179, 182, 231, 0.5);
	scale: 0.8;
	opacity: 0.5;
	transition: all 0.15s;
}

.fortiflora-carousel .fortiflora-testimony.active {
	scale: 1;
	opacity: 1;
}

.fortiflora-testimony img {
	display: block;
	position: absolute;
	top: -56px;
	left: 50%;
	border: 5px solid #e4cf90;
	border-radius: 50%;
	transform: translateX(-50%);
	width: 140px;
}

.fortiflora-testimony h3 {
	display: block;
	float: left;
	color: #999cce;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	width: 100%;
}

.fortiflora-testimony p {
	display: block;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	font-style: italic;
	width: 100%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.fortiflora-testimony span {
	display: block;
	float: left;
	color: #999cce;
	font-size: 19px;
	font-weight: normal;
	text-align: right;
	width: 100%;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.fortiflora-carousel-container .carousel-btn {
	display: block;
	position: absolute;
	top: 50%;
	margin: -36px;
	border: none;
	background-color: transparent;
	background-image: url(../_img/carousel-arrows.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	outline: none;
	padding: 0px;
	width: 36px;
	height: 72px;
}

.fortiflora-carousel-container .carousel-btn.prev {
	left: 29%;
	background-position: left top;
}

.fortiflora-carousel-container .carousel-btn.next {
	right: 29%;
	background-position: right top;
}

.fortiflora-carousel-container .carousel-markers-container {
	display: block;
	float: none;
	margin: auto;
	width: 200px;
}

.carousel-markers-container .carousel-markers {
	display: grid;
	float: left;
	margin-top: 30px;
	grid-template-columns: repeat(10, 10px);
	justify-content: space-between;
	width: 100%;
}

.carousel-markers span {
	display: block;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 10px;
	transition: all 0.15s;
}

.carousel-markers span.active {
	background-color: #fff;
}

@media(max-width:767px) {
	.fortiflora-carousel-section .fortiflora-carousel-container {
		padding: 225px 0px 40px;
	}

	.fortiflora-carousel-container .fortiflora-carousel {
		transform: scaleY(2);
	}

	.fortiflora-carousel .fortiflora-testimony {
		border-radius: 10px;
		padding: 54px 8%;
		opacity: 0;
	}

	.fortiflora-carousel .fortiflora-testimony.active {
		transform: scaleX(2);
	}

	.fortiflora-testimony img {
		top: -24px;
		border-width: 3px;
		width: 70px;
	}

	.fortiflora-testimony h3 {
		font-size: 10px;
	}

	.fortiflora-testimony p {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 6.5px;
		line-height: 8px;
	}

	.fortiflora-testimony span {
		font-size: 7.5px;
	}

	.fortiflora-carousel-container .carousel-btn {
		margin: -18px;
		width: 18px;
		height: 36px;
	}

	.fortiflora-carousel-container .carousel-btn.prev {
		left: 9%;
	}

	.fortiflora-carousel-container .carousel-btn.next {
		right: 9%;
	}

	.carousel-markers-container .carousel-markers {
		margin-top: 200px;
	}
}

.btn-container {
	display: block;
	float: none;
	margin: auto;
	width: 250px;
}

.fortiflora-testimony .btn-container {
	width: 130px;
}

@media(max-width:767px) {
	.fortiflora-testimony .btn-container {
		scale: 0.5;
		position: absolute;
		left: 50%;
		transform: translateX(-100%);
		bottom: 5px;
	}
}

.btn-container a,
.btn-container button {
	display: block;
	float: left;
	margin-top: 20px;
	border: 2px solid #999cce;
	border-radius: 5px;
	background-color: #999cce;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	padding: 0px;
	width: 100%;
	cursor: pointer;
	transition: background-color 150ms;
}

.btn-container a:hover,
.btn-container button:hover {
	background-color: transparent;
}

.banner-quiz {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 72px auto 0;
	padding: 0 15px;
	text-align: center;
}

.banner-quiz img {
	display: block;
	float:none;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.background-popup {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 500;
}

.background-popup .popup {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(90%, 600px);
}

.background-popup .popup video {
	display: block;
	float: left;
	border: 2px solid #999cce;
	width: 100%;
}