#product-tabs{
	background: #f4f4f4;
}

#product-tabs-tab .nav-item:last-child a.active, #product-tabs-tab .nav-link.active{
	background: #f4f4f4;
    border-color: #939598 #939598 #f4f4f4 #939598;
}

#product-tabs h5, #product-tabs h4, #product-tabs h3, #product-tabs h2, #product-tabs h1{
	color: #000000;
	letter-spacing: 0px;
}

#product-tabs .title{
	font-size: 36px;
}

#product-tabs .title sup{
    font-size: 1.2em;
	font-weight: 400;
    line-height: 1em;
    top: 15px;
}

#product-tabs p strong{
	font-family: 'GilroySemibold';
	font-weight: 600;
}

.section{
	padding: 40px 0px 40px 0px;
}

.top-link{
	display: none;
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section{
		padding: 30px 0px 30px 0px;
	}
	
}

@media screen and (max-width:767px){
	
	.section{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .title{
		font-size: 26px;
		text-align: center;
	}
	
}

/**/

.section-1{
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-1:before {
    content: "";
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-1 *{
	position: relative;
	z-index: 2;
}

.section-1:after{
    content: "";
    background: url(/wp-content/uploads/2022/09/white-pattern.png) repeat-x center center/contain transparent;
    position: absolute;
    bottom: -26px;
    left: calc(50% + -50vw);
    height: 26px;
    width: 100vw;
    z-index: 3;
}

.section-1 .d-flex{
	min-height: 450px;
}

.section-1 .image{
	flex-basis: 470px;
	position: relative;
}

.section-1 .image img{
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
}

.section-1 .inner-wrap{
	align-self: center;
	flex-basis: 665px;
}

@media screen and (min-width:1200px){

}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-1{
		padding: 0;
	}
	
	.section-1:after{
		height: 35px;
	}
	
}

@media screen and (max-width:991px){
	
	.section-1{
		padding: 40px 0px 0px 0px;
	}
	
	.section-1:after{
		height: 41px;
	}
	
	.section-1 .d-flex {
		min-height: auto;
		align-items: center;
		flex-direction: column;
	}
	
	.section-1 .image {
		flex-basis: auto;
		padding-top: 20px;
		position: relative;
		order: 2;
	}
	
	.section-1 .image img {
		position: relative;
		top: 0;
		right: 40px;
		max-width: 100%;
	}
	
	.section-1 .inner-wrap {
		align-self: center;
		flex-basis: auto;
	}
	
}

@media screen and (max-width:767px){
	
	.section-1 {
		padding: 30px 0px 0px 0px;
	}
	
	.section-1:after {
		height: 46px;
	}
	
	.section-1 .image img{
		right: 15px;
	}
	
}

/**/

.section-2{
	background: #43978a;
	padding-top: 80px;
	position: relative;
}

.section-2:before{
	content: "";
	background: #43978a;
	position: absolute;
	top: 0;
	left: calc(50% + -50vw);
	height: 100%;
	width: 100vw;
	z-index: 1;
}

.section-2 *{
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.section-2 .row *{
	color: #ffffff;
	text-align: center;
}

.section-2 .image > img{
    position: absolute;
    bottom: -40px;
    left: 0;
    max-width: none;
}

#product-tabs .section-2 .title{
	color: #ffffff;
}

.section-2 .quote .d-flex{
	align-items: center;
	justify-content: flex-end;
}

.section-2 .quote{
	background: #ffffff;
	border-radius: 10px 10px 10px 40px;
	margin-bottom: 20px;
	padding: 15px;
}

#product-tabs .section-2 .quote > p{
	color: #43978a;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-2 .quote img{
	margin-left: 10px;
}

#product-tabs .section-2 .small{
	color: #000000;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 0;
	text-align: right;
}

@media screen and (min-width:1200px){
	
	.section-2 .quote{
		max-width: 500px;
	}
	
	.section-2 .d-flex .inner-wrap{
		flex-basis: 50%;
		padding-right: 30px;
	}
	
	.section-2 .d-flex .image{
		flex-basis: 50%;
	}
	
}

@media screen and (max-width:1199px){
	
	.section-2{
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.section-2 .d-flex{
		flex-direction: column;	
	}
	
	.section-2 .d-flex .inner-wrap{
		flex-basis: auto;
		padding-right: 0px;
	}
	
	.section-2 .d-flex .image{
		flex-basis: auto;
	}
	
	.section-2 .image > img {
		display: table;
		position: relative;
		bottom: 0;
		left: 0;
		margin: 0px auto;
		max-width: 100%;
		width: 480px;
	}
	
	.section-2 .quote .d-flex {
		flex-direction: row;
	}

	.section-2 .quote {
		display: table;
		max-width: 480px;
		margin: 30px auto 30px;
		padding: 15px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-2{
		padding-top: 40px;
	}
	
}

@media screen and (max-width:767px){
	
	#product-tabs .section-2 .small {
		line-height: 1.4em;
		text-align: right;
	}
	
	.section-2 .quote img {
		max-width: 170px;
	}
	
	.section-2 .image > img{
		left: 40px;
		max-width: none;
    	width: 450px;
	}
	
}

/**/

.section-3{
	position: relative;
}

.section-3:after {
    content: "";
    background: url(/wp-content/uploads/2022/09/white-pattern.png) repeat-x center center/contain transparent;
    position: absolute;
    top: -26px;
    left: calc(50% + -50vw);
    height: 26px;
    width: 100vw;
	transform: rotate(-180deg);
    z-index: 3;
}

.section-3 .title{
	margin-bottom: 20px;
	text-align: center;
}

.section-3 .inner-wrap{
	flex-basis: 650px;
	padding-left: 30px;
}

.section-3 .image{
	flex-basis: 549px;
	position: relative;
}

.section-3 .image img{
	position: absolute;
	top: -65px;
	right: 0;
	max-width: none;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-3:after{
		top: -21px;
	}
	
	.section-3 .d-flex{
		flex-direction: column;
	}
	
	.section-3 .image {
		order: 2;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-3{
		padding-bottom: 0;
	}
	
	.section-3:after{
		top: -18px;
	}
	
	.section-3 .sub-title{
		font-size: 16px;
		text-align: center;
	}
	
	.section-3 .d-flex{
		flex-direction: column;
	}
	
	.section-3 .inner-wrap {
		flex-basis: auto;
		padding-left: 0;
		order: 1;
	}
	
	.section-3 .image {
		flex-basis: auto;
		margin: 0px auto;
		position: relative;
		order: 2;
		text-align: center;
	}
	
	.section-3 .image img {
		max-width: 540px;
		position: relative;
		top: 0px;
		right: auto;
	}
}

@media screen and (max-width:767px){
	
	.section-3{
		padding-bottom: 0;
	}
	
	.section-3:after{
		top: -16px;
	}
	
	.section-3 .sub-title{
		font-size: 16px;
		text-align: center;
	}
	
	.section-3 .d-flex{
		flex-direction: column;
	}
	
	.section-3 .inner-wrap {
		flex-basis: auto;
		padding-left: 0;
		order: 1;
	}
	
	.section-3 .image {
		flex-basis: auto;
		position: relative;
		order: 2;
	}
	
	.section-3 .image img {
		max-width: 540px;
		position: relative;
		top: 0;
		right: 200px;
	}
	
}

/**/

.section-4{
	background: #22342f;
	padding-top: 60px;
	padding-bottom: 0px;
	position: relative;
}

.section-4:after {
	content: "";
    background: url(/wp-content/uploads/2022/09/green-pattern.png) repeat-x center center/contain transparent;
    position: absolute;
    top: -3px;
    left: calc(50% + -50vw);
    height: 15px;
    width: 100vw;
    z-index: 3;
}

.section-4:before{
	content: "";
	background: #22342f;
	position: absolute;
	top: 0;
	left: calc(50% + -50vw);
	height: 100%;
	width: 100vw;
	z-index: 1;
}

.section-4 * {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.section-4 .d-flex.one {
	margin: 0px auto;
    max-width: 950px;
}

#product-tabs .section-4 .title {
    color: #ffffff;
    margin: 0px auto 40px;
	max-width: 550px;
	text-align: center;
}

.section-4 .quote {
    background: #ffffff;
    border-radius: 8px 10px 7px 40px;
    margin-bottom: 15px;
    padding: 10px 12px 12px 15px;
}

#product-tabs .section-4 .quote > p{
	color: #43978a;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
}

#product-tabs .section-4 .quote span{
	color: #43978a;
}

.section-4 .inner-wrap {
    flex-basis: 690px;
	padding-bottom: 40px;
}

.section-4 .image {
    position: relative;
    flex-basis: 409px;
}

.section-4 .image img {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: none;
}

.section-4 .quote .d-flex {
    align-items: flex-end;
    justify-content: flex-end;
	margin-top: -20px;
}

.section-4 .quote img{
	margin-left: 10px;
}

#product-tabs .section-4 .small {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0;
    max-width: 197px;
    text-align: right;
    line-height: 1.5em;
}

.section-4 .two{
	padding-top: 20px;
}

.section-4 .two .image > img{
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: none;
}

#product-tabs .section-4 .sub-title{
	color: #ffffff;
}

.section-4 li{
	font-size: 18px;
	margin-bottom: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-4 .two .image > img{
		bottom: 0;
		right: 10px;
    	max-width: 504px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-4{
		padding-top: 30px;
	}
	
	.section-4:after{
		top: -5px;
	}
	
	#product-tabs .section-4 .inner-wrap {
    	flex-basis: auto;
		padding-bottom: 0;
	}
	
	.section-4 .d-flex.one{
		flex-direction: column;
	}
	
	.section-4 .two {
		flex-direction: column;
		padding-top: 10px;
	}
	
	#product-tabs .section-4 .title{
		margin-bottom: 30px;
	}
	
	#product-tabs .section-4 .one .image{
		display: none;
	}
	
	#product-tabs .section-4 .image {
		position: relative;
		flex-basis: auto;
	}
	
	#product-tabs .section-4 .image img {
		position: relative;
		max-width: 100%;
		bottom: -5px;
		left: 10px;
		right: auto;
	}
	
}

@media screen and (max-width:767px){
	
	.section-4{
		padding-top: 30px;
	}
	
	.section-4:after{
		top: -5px;
	}
	
	#product-tabs .section-4 .inner-wrap {
    	flex-basis: auto;
		padding-bottom: 0;
	}
	
	.section-4 .d-flex.one{
		flex-direction: column;
	}
	
	.section-4 .two {
		flex-direction: column;
		padding-top: 10px;
	}
	
	#product-tabs .section-4 .title{
		margin-bottom: 30px;
	}
	
	#product-tabs .section-4 .one .image{
		display: none;
	}
	
	#product-tabs .section-4 .image {
		position: relative;
		flex-basis: auto;
	}
	
	#product-tabs .section-4 .image img {
		position: relative;
		max-width: 100%;
		left: 10px;
		bottom: 0px;
		right: auto;
	}
	
}

/**/

.section-5{
	padding: 110px 0px 50px 0px;
	position: relative;
}

.section-5:before {
    content: "";
    background: #f4f4f4;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-5 *{
	position: relative;
	z-index: 2;
}

.section-5:after {
    content: "";
    background: url(/wp-content/uploads/2022/09/white-pattern.png) repeat-x center center/contain transparent;
    position: absolute;
    top: -26px;
    left: calc(50% + -50vw);
    height: 26px;
    width: 100vw;
    transform: rotate(-180deg);
    z-index: 3;
}

.section-5 .inner-wrap{
    flex-basis: 1081px;
    padding-left: 40px;
    padding-right: 200px;
}

.section-5 .image{
	flex-basis: 549px;
	position: relative;
}

.section-5 .image img{
    position: absolute;
    top: -65px;
    right: 0;
    max-width: none;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-5 {
		padding: 40px 0px 0px 0px;
	}
	
	.section-5:after{
		top: -20px;
	}
	
	.section-5 .d-flex{
		align-items: center;
	}
	
	.section-5 .inner-wrap{
		flex-basis: 600px;
		padding-right: 0;
		padding-left: 0;
	}
	
	.section-6 .d-flex .image {
		flex-basis: auto;
		padding-top: 30px;
	}
	
	.section-5 .image {
		flex-basis: 600px;
		position: relative;
	}
	
	.section-5 .image img {
		position: relative;
		top: 0;
		right: 50px;
		max-width: 100%;
	}
	
}


@media screen and (min-width:768px) and (max-width:991px){

	.section-5{
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.section-5:after{
		top: -16px;
	}
	
	.section-5 .d-flex{
		flex-direction: column;
	}
	
	.section-5 .image{
		display: none;
	}
	
	.section-5 .inner-wrap {
		flex-basis: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media screen and (max-width:767px){

	.section-5{
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.section-5:after{
		top: -16px;
	}
	
	.section-5 .d-flex{
		flex-direction: column;
	}
	
	.section-5 .image{
		display: none;
	}
	
	.section-5 .inner-wrap {
		flex-basis: auto;
		padding-left: 0;
		padding-right: 0;
	}
	
}

/**/

.section-6{
	background: #f4f4f4;
	padding-top: 80px;
	position: relative;
}

.section-6:before{
	content: "";
	background: #f4f4f4;
	position: absolute;
	top: 0;
	left: calc(50% + -50vw);
	height: 100%;
	width: 100vw;
	z-index: 1;
}

.section-6 *{
	position: relative;
	z-index: 2;
}

.section-6 .row *{
	text-align: center;
}

.section-6 .image > img{
    position: absolute;
    bottom: -40px;
    left: 0;
    max-width: none;
}

.section-6 li{
	margin-bottom: 10px;
}

@media screen and (min-width:1200px){
	
	.section-6 .d-flex .inner-wrap{
		flex-basis: 50%;
		padding-right: 30px;
	}
	
	.section-6 .d-flex .image{
		flex-basis: 50%;
	}
	
}

@media screen and (max-width:1199px){
	
	.section-6{
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	.section-6 .d-flex{
		flex-direction: column;	
	}
	
	.section-6 .d-flex .inner-wrap{
		flex-basis: auto;
		padding-right: 0px;
	}
	
	.section-6 .d-flex .image{
		flex-basis: auto;
	}
	
	.section-6 .image > img {
		display: table;
		position: relative;
		bottom: 0;
		left: 0;
		margin: 0px auto;
		max-width: 100%;
		width: 480px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-6{
		padding-top: 0px;
	}
	
	.section-6 li::marker {
	  font-size: 150%;
	  color: #43978a;
	}
	
}

@media screen and (max-width:767px){
	
	.section-6 {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.section-6 .d-flex .image{
		margin-bottom: 0px;
	}
	
	.section-6 .image > img {
		right: 15px;
		left: auto;
	}
	
	.section-6 h3{
		padding-top: 25px;
		text-align: center;
	}
	
	.section-6 li::marker {
	  font-size: 150%;
	  color: #43978a;
	}
	
}

/**/

.section-7{
	background: #ffffff;
	position: relative;
}

.section-7:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-7 *{
	position: relative;
	z-index: 2;
}

.section-7 .s-header{
	align-items: center;
	margin: 0px auto 0px auto;
	max-width: 880px;
	padding-bottom: 20px;
}

.section-7 .title{
	text-align: center;
}

.section-7 .s-header p{
	color: #000000;
}

.section-7 .s-header .inner-wrap{
	flex-basis: 510px;
}

.section-7 .s-header .image{
	flex-basis: 370px;
}

.section-7 .row > div{
	margin-bottom: 30px;
}

.section-7 .row > div:nth-child(odd) .wrap{
	background: #22342f;
	border-radius: 20px;
	height: 100%;
	padding: 40px 20px 40px 20px;
}

.section-7 .row > div:nth-child(even) .wrap{
	background: #43978a;
	border-radius: 20px;
	height: 100%;
	padding: 40px 20px 40px 20px;
}

#product-tabs .section-7 .sub-title{
	color: #ffffff;
	font-size: 36px;
	text-align: center;
}

.section-7 p{
	color: #ffffff;
}

.section-7 .row img {
	display: block;
    margin: 10px auto 20px auto;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-7{
		padding-bottom: 0;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-7{
		padding-bottom: 0;
	}
	
}

@media (max-width:767px){
	
	.section-7{
		padding-top: 20px;
		padding-bottom: 0;
	}
	
	.section-7 .s-header {
		align-items: flex-start;
		flex-direction: row-reverse;
		padding-bottom: 0;
	}
	
	#product-tabs .section-7 .sub-title {
		font-size: 30px;
		line-height: 1.2em;
		max-width: 100%;
		margin: 0px auto 20px;
		letter-spacing: 0;
	}

	.section-7 .s-header .inner-wrap {
		flex-basis: 250px;
		padding-left: 30px;
	}
	
	.section-7 .s-header .image {
		flex-basis: 120px;
		position: relative;
	}
	
	.section-7 .s-header .image img{
		max-width: 320px;
		position: absolute;
		right: -105px;
		left: auto;
	}
	
	.section-7 .row > div {
		margin-bottom: 20px;
	}
	
	.section-7 .row > div:nth-child(odd) .wrap,
	.section-7 .row > div:nth-child(even) .wrap{
		padding: 20px;
	}
	
}

/**/

.section-8{
	padding-top: 80px;
	padding-bottom: 70px;
    position:relative;
}

.section-8:after {
    content: "";
    background: url(/wp-content/uploads/2022/10/white-pattern-2.png) repeat-x center center/contain transparent;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 26px;
    width: 100vw;
    z-index: 3;
}

.section-8:before {
    content: "";
    background: #43978a;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-8 .container{
    position:relative;
    z-index:2
}

#product-tabs .section-8 .title{
	color: #ffffff;
    text-align:center
}

.section-8 .title .highlight{
    color:#2a255b
}

.section-8 p{
	color: #ffffff;
    margin:0 auto 50px;
    max-width:760px;
}

#product-tabs .section-8 .icons{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:flex-start;
    list-style:none;
    margin-left:auto;
	margin-top: 40px;
	margin-bottom:0;
    padding-left:0;
    position:relative
}

#product-tabs .section-8 .icons li{
    background:#fff;
    border-radius:30px;
    box-shadow:0 0 15px #000;
    flex-basis:187px;
    height:170px;
	list-style: none;
    margin:0 15px 30px;
    padding:15px 10px;
    text-align:center;
    position:relative;
    z-index:3;
}

.section-8 .icons .icon{
    display:flex;
    width:92px;
    height:92px;
    margin:0 auto 10px;
    align-items:center;
    justify-content:center;
}

#product-tabs .section-8 .icons p{
	color: #000000;
    font-size:14px;
    line-height:1.2rem;
    font-weight:700;
	margin-bottom: 0;
	text-align: center;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.section-8 {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	
	.section-8:after{
		top: -5px;
	}
	
	.section-8:before{
		top: 6px;
	}
	
    .section-8 p{
        font-size:1.1rem;
        line-height:1.5em;
    }
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
    .section-8{
        padding-top:40px;
        padding-bottom:40px;
    }
	
	.section-8:after{
		top: -8px;
	}
	
    .section-8 .title{
        font-size:2rem;
    }
	
    .section-8 p{
        font-size:1.2rem;
        line-height:1.5em;
    }
    
}

@media screen and (max-width: 767px){
	
    .section-8{
        padding-top: 30px;
		padding-bottom: 10px;
    }
	
	.section-8:after{
		height: 6px;
	}
	
	.section-8 .container{
		padding: 0px 5px 0px 5px;
	}
    
    .section-8 .title{
        font-size:1.8rem;
    }
	
    #product-tabs .section-8 .icons {
		display: flex;
		margin: 20px auto 10px auto;
		padding-left: 0;
		width: 100%;
	}
	
    #product-tabs .section-8 .icons li {
		border-radius: 10px;
		box-shadow: 0px 0px 5px #3e8c80;
		flex-basis: auto;
		height: 102px;
		margin: 0 5px 10px;
		padding: 10px 5px;
		width: 100px;
	}
	
    .section-8 .icons .icon{
        display:flex;
        width:50px;
        height:50px;
        margin:0 auto 10px;
        align-items:center;
        justify-content:center;
    }
	
    .section-8 .icons p{
        font-size:.65rem;
        line-height:1.1em;
        font-weight:600;
        letter-spacing:-.05em;
    }
	
    .section-8 .icon img {
		height: auto;
		max-height: 50px;
		max-width: 50px;
		width: auto;
	}
	
	#product-tabs .section-8 .icons p {
		font-size: 11px;
		line-height: 1em;
	}
	
}

/**/

.section-9-h{
	padding: 20px 0px 0px 0px;
	position: relative;
}

.section-9-h:after {
    content: "";
    background: url(/wp-content/uploads/2022/09/white-pattern.png) repeat-x center center/contain transparent;
    position: absolute;
    top: -26px;
    left: calc(50% + -50vw);
    height: 26px;
    width: 100vw;
    transform: rotate(-180deg);
    z-index: 3;
}

@media screen and (min-width:1200px){

	.section-9-h .inner-wrap{
		max-width: 50%;
	}

}

.section-9{
	background: #22342f;
	border-radius: 0px 0px 60px 0px;
	margin: 40px auto 40px;
	padding: 0px;
	position: relative;
}

.section-9:before{
    content: "";
    background: #22342f;
    position: absolute;
    top: 0px;
    left: calc(50% + -100vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-9 .sub-title{
	font-size: 36px;
}

.section-9 .d-flex{
	align-items: center;
	position: relative;
	z-index: 2;
}

.section-9 .image{
    flex-basis: 570px;
    border-radius: 0px 0px 40px 0px;
    overflow: hidden;
	order: 2;
}

.section-9 .inner-wrap{
	flex-basis: 826px;
    padding-right: 30px;
	order: 1;
}

#product-tabs .section-9 .inner-wrap *{
	color: #ffffff;
}

#product-tabs .section-9 p{
	margin-bottom: 10px;
}

#product-tabs .section-9 li{
	font-size: 16px;
	margin-bottom: 10px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-9{
		padding: 30px 30px 30px 0px;
	}
	
	.section-9-h:after{
		top: -14px;
	}
	
	.section-9 .d-flex{
    	align-items: flex-start;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-9{
		padding: 30px 30px 30px 0px;
	}
	
	.section-9 .d-flex{
    	align-items: flex-start;
	}
	
	.section-9-h:after{
		top: -18px;
	}
	
}

@media screen and (max-width:767px){
	
	.section-9{
		left: -15px;
		margin-top: 20px;
		margin-bottom: 20px;
		width: calc(100% + 15px);
	}
	
	.section-9-h:after{
		top: -16px;
	}
	
	.section-9 .d-flex{
		flex-direction: column;
	}
	
	.section-9 .inner-wrap {
		flex-basis: auto;
		padding: 20px 20px 20px 20px;
		order: 1;
	}
	
	#product-tabs .section-9 .sub-title{
		font-size: 28px;
	}
	
	.section-9 .image{
		flex-basis: auto;
		order: 2;
	}
	
	.section-9 .image img{
		max-width: 100%;
		position: relative;
		right: 0px;
	}
	
}

/**/

.section-10{
	background: #43978a;
	border-radius: 0px 0px 0px 40px;
	margin: 40px auto 40px;
	padding: 0px;
	position: relative;
}

.section-10:before{
    content: "";
    background: #43978a;
    position: absolute;
    top: 0px;
    right: calc(50% + -100vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-10 .sub-title{
	font-size: 36px;
}

.section-10 .d-flex{
	align-items: center;
	position: relative;
	z-index: 2;
}

.section-10 .image{
    flex-basis: 500px;
    border-radius: 0px 0px 0px 40px;
    overflow: hidden;
	order: 1;
}

.section-10 .inner-wrap{
	flex-basis: 740px;
    padding-left: 30px;
	order: 2;
}

#product-tabs .section-10 .inner-wrap *{
	color: #ffffff;
}

@media screen and (min-width:1200px){
	
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-10{
		padding: 30px 0px 30px 30px;
	}
	
	.section-10 .d-flex{
    	align-items: flex-start;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-10{
		padding: 30px 10px 30px 30px;
	}
	
	.section-10 .d-flex{
    	align-items: flex-start;
	}
	
}

@media screen and (max-width:767px){
	
	.section-10{
		margin-top: 20px;
		margin-bottom: 30px;
		right: -5px;
    	width: calc(100% + 30px);
	}
	
	.section-10 .d-flex{
		flex-direction: column;
	}
	
	.section-10 .inner-wrap {
		flex-basis: auto;
		padding: 20px 40px 0px 20px;
		order: 1;
	}
	
	#product-tabs .section-10 .sub-title{
		font-size: 28px;
	}
	
	.section-10 .image{
		flex-basis: auto;
		order: 2;
	}
	
	.section-10 .image img{
		max-width: 100%;
		position: relative;
		right: 0px;
	}
	
}

/**/

.section-11{
	position: relative;
}

.section-11:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-11 *{
	position: relative;
	z-index: 2;
}

.section-11 .d-flex{
	min-height: 450px;
}

.section-11 .image{
	flex-basis: 470px;
	position: relative;
}

.section-11 .image img{
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
}

.section-11 .inner-wrap{
	align-self: center;
	flex-basis: 665px;
}

@media screen and (min-width:1200px){

}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-11:after{
		height: 35px;
	}
	
}

@media screen and (max-width:991px){
	
	.section-11{
		padding: 0px 0px 0px 0px;
	}
	
	.section-11:after{
		height: 41px;
	}
	
	.section-11 .d-flex {
		min-height: auto;
		align-items: center;
		flex-direction: column;
	}
	
	.section-11 .image {
		flex-basis: auto;
		padding-top: 20px;
		position: relative;
		order: 2;
	}
	
	.section-11 .image img {
		position: relative;
		top: 0;
		right: 40px;
		max-width: 100%;
	}
	
	.section-11 .inner-wrap {
		align-self: center;
		flex-basis: auto;
	}
	
}

@media screen and (max-width:767px){
	
	.section-11 {
		padding: 30px 0px 0px 0px;
	}
	
	.section-11:after {
		height: 45px;
	}
	
}

/**/

#faq-tab{
	margin-top: -20px;
	position: relative;
}

#faq-tab:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#faq-tab *{
	position: relative;
	z-index: 2;
}

#faq-tab .card{
	background: none;
}

#product-tabs #faq-tab .title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

#product-tabs #faq-tab .title sup {
    font-size: 18px;
    font-weight: 600;
    top: 0;
}

#product-tabs #faq-tab ul li {
    font-size: 18px;
}

#faq-tab .card{
	border: none;
	border-radius: 10px;
}

#product-tabs ol li{
	list-style: decimal;
	font-size: 18px;
    line-height: 160%;
	margin-bottom: 10px;
}

body #faq-accordion .card-header, body #faq-accordion .card-header:first-child{
	background-color: #e9e9e9;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	border: none;
	font-weight: 800;
}

body #faq-accordion .card-header a{
	display: block;
	background-color: #e9e9e9;
	margin-top: -3px
}

body #faq-accordion .card-header a:hover,
body #faq-accordion .card-header a[aria-expanded="true"]:not(.collapsed){
	background-color: #d1d1d1;
}

#faq-accordion .card-header h4{
    font-weight: 800;
	padding-left: 30px;
}

.faq-wrap .card .card-header a{
	color: #000000;
}

#faq-accordion .card-header i{
    right: 10px;
}

@media (min-width:1200px){
	
	#faq-accordion .card-header h4{
		padding-left: 60px;
	}
	
	#faq-accordion .card-header i{
		right: 40px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#product-tabs #faq-tab .title{
		text-align: center;
		font-size: 28px;
	}
	
}

@media (max-width:767px){
	
	#product-tabs #faq-tab .title{
    	font-size: 24px;
	}
	
	#faq-tab .title{
		text-align: center;
		font-size: 28px;
	}
	
	#faq-accordion .card-header h4{
		padding: 0px 60px 0px 20px;
	}

}