#product-tabs{
	background: #ffffff;
}

#product-tabs-tab .nav-link.active, #product-tabs-tab .nav-item:last-child a.active{
    color: #333132;
    background-color: #ffffff;
    border-color: #d2d2d2 #d2d2d2 #ffffff #d2d2d2;
}

#product-tabs h1, #product-tabs h2, #product-tabs h3{
	color: #000000;
	font-family: "Open Sans Extra Bold", sans-serif;
	font-weight: 800;
}

#product-tabs p{
	line-height: 1.8em;
}

/**/

.section-1{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-1:before {
    content: "";
    background: #457307;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-1 .title{
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-1 .d-flex{
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-1 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 438px);
}

.section-1 .inner-wrap p{
	color: #ffffff;
}

.section-1 .inner-wrap li{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-1 .image{
	order: 2;
    position: relative;
	width: 438px;
}

.section-1 .image img{
	max-width: 100%;
}

#product-tabs .section-1 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-1 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-bottom: 40px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-1 .inner-wrap{
        padding-left: 0px;
		padding-top: 20px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-1 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
    #product-tabs .section-1 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 10px;
    }
	
	.section-1 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-1{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
    .section-1 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-1 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
    }
	
	.section-1 .inner-wrap img{
		display: block;
		margin: 0px auto 20px auto;
		max-width: 320px;
	}
	
    #product-tabs .section-1 .title{
        font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-1 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-2{
	padding: 40px 0px 40px 0px;
}

.section-2 .title{
	margin-bottom: 20px;
	text-align: center;
}

.section-2 .d-flex{
	margin: 0px auto;
	max-width: 960px;
}

.section-2 .d-flex > div{
	text-align: center;
	width: 33.3%;
}

.section-2 .d-flex > div:nth-child(2){
	display: flex;
	align-items: center;
}

.section-2 .d-flex > div img{
	display: block;
	margin: 0px auto 0px auto;
}

.section-2 p{
	color: #000000;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.5px;
}

@media (min-width:768px) and (max-width:991px){
	
	.section-2 .d-flex{
		gap: 30px;
	}
	
	#product-tabs .section-2 p{
		font-size: 18px;
		line-height: 1.2em;	
	}
	
	.section-2 .d-flex > div img{
		margin-bottom: 10px;
	}
	
}

@media (max-width:767px){
	
	.section-2{
		padding: 20px 0px 30px 0px;
	}
	
	#product-tabs .section-2 .title{
		font-size: 21px;
	}
	
	.section-2 .d-flex > div:nth-child(2){
		display: none;
	}
	
	.section-2 .d-flex{
		gap: 20px;
	}
	
	.section-2 .d-flex > div{
		width: 50%;
	}
	
	#product-tabs .section-2 p {
		line-height: 1.2em;
		font-size: 16px;
	}
	
	.section-2 .d-flex > div img{
		margin-bottom: 10px;
	}
	
}

/**/

.section-3{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-3:before {
    content: "";
    background: #457307;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-3 .title{
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}

#product-tabs .section-3 h3{
	color: #ffffff;
}

.section-3 .d-flex{
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0px;
    max-width: 630px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-3 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 232px);
}

.section-3 .inner-wrap p{
	color: #ffffff;
}

.section-3 .inner-wrap li{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-3 .image{
	order: 2;
    position: relative;
	width: 232px;
}

.section-3 .image img{
	max-width: 100%;
}

#product-tabs .section-3 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-3 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-3{
		padding-bottom: 40px;
	}
	
	#product-tabs .section-3 h3{
		text-align: center;
	}
	
    .section-3 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-3 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
    }
	
    #product-tabs .section-3 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-3 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-3 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-3{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
    .section-3 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-3 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
    }
	
    #product-tabs .section-3 .title{
        font-size: 24px;
        text-align: center;
        margin: 0px auto 10px;
        max-width: 315px;
    }
	
	#product-tabs .section-3 h3{
		font-size: 18px;
		text-align: center;
	}
	
	.section-3 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-3 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

/**/

.section-4{
	margin-bottom: -40px;
	padding: 40px 0px 60px 0px;
	position: relative;
	z-index: 2;
}

.section-4:before{
	background: #161717;
	clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-4 .title{
	color: #ffffff;
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-4 .d-flex {
    max-width: 760px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.section-4 .d-flex:last-of-type{
	margin-bottom: 0;
}

.section-4 .inner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 2;
    padding-left: 30px;
    width: calc(100% - 335px);
}

#product-tabs .section-4 .inner-wrap h3{
	color: #ffffff;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 10px;
}

.section-4 .inner-wrap p{
	color: #ffffff;
}

.section-4 .image{
    order: 1;
    position: relative;
    width: 213px;
}

.section-4 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-4 .sub-title{
	border-bottom: solid 4px #4f7121;
	font-size: 26px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.section-4 .d-flex{
	margin-bottom: 20px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-4 .d-flex{
		justify-content: center;
	}
	
	.section-4 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-4{
		padding-bottom: 50px;
	}
	
	.section-4 .d-flex{
        max-width: 540px;
        margin-bottom: 20px;
		padding: 0px;
	}
	
	.section-4 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-4 .inner-wrap{
        padding-left: 20px;
		padding-top: 0px;
		width: calc(100% - 213px);
    }
	
    #product-tabs .section-4 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	#product-tabs .section-4 .sub-title{
		border: none;
		font-size: 32px;
		margin-bottom: 20px;
		padding-bottom: 0;
		text-align: center;
	}

	.section-4 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-4{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-4 .d-flex{
		align-items: flex-start;
        margin-bottom: 10px;
		padding: 0px;
	}
	
	.section-4 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-4 .inner-wrap{
        padding-left: 15px;
        padding-top: 0px;
        width: calc(100% - 120px);
    }
	
    #product-tabs .section-4 .title{
		font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
        max-width: 320px;
    }
	
	#product-tabs .section-4 .inner-wrap h3{
		font-size: 18px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	#product-tabs .section-4 p{
		font-size: 14px;
		line-height: 1.4em;
	}
	
	.section-4 .image {
		width: 120px;
	}

	.section-4 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

/**/

.section-5{
    max-width: 880px;
    margin: 0px auto;
	padding-top: 70px;
    padding-bottom: 40px;
	position: relative;
}

.section-5:before{
    content: "";
	background: #e5e5e5;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-5 .title{
	text-align: center;
	position: relative;
	z-index: 2;
}

#product-tabs .section-5 .green-bg {
    background: #457307;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
	letter-spacing: -0.5px;
    padding: 10px 15px;
}

.section-5 .d-flex{
	align-items: flex-start;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-5 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-right: 40px;
	width: calc(100% - 468px);
}

#product-tabs .section-5 ul{
	list-style: none;
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 15px;
}

.section-5 .inner-wrap li{
	color: #000000;
	font-weight: 600;
	margin-bottom: 5px;
	padding-left: 18px;
	position: relative;
}

.section-5 .inner-wrap li:before{
	content: "";
	background: #5a792e;
	border-radius: 100%;
	position: absolute;
	top: 8px;
	left: 0;
	height: 10px;
	width: 10px;
}

.section-5 .image{
	order: 2;
    position: relative;
	width: 468px;
}

.section-5 .image img{
	max-width: 100%;
}

#product-tabs .section-5 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-5 .inner-wrap{
		padding-left: 0px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-5{
		padding-bottom: 20px;
	}
	
	.section-5 .d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
    
    .section-5 .inner-wrap{
		padding-left: 0px;
		padding-right: 0px;
        padding-top: 20px;
        width: 100%;
    }
	
    #product-tabs .section-5 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-5 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-5 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
    #product-tabs .section-5 ul {
        margin: 0px auto 20px auto;
        padding-left: 0;
        width: 320px;
    }
	
	.section-5 .inner-wrap li{
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-5 .green-bg {
        font-size: 24px;
		margin: 0px auto 15px;
        padding: 8px 15px;
        width: 320px;
	}
	
}

@media (max-width:767px){
	
	.section-5{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	
	.section-5 .d-flex{
		padding: 0px;
		flex-direction: column-reverse;
	}
    
    .section-5 .inner-wrap{
        padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-5 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 20px;
    }
	
	.section-5 .image{
		padding-top: 0px;
		width: 100%;
	}

    .section-5 .image img {
		display: block;
        max-width: 260px;
        margin: 0px auto;
		position: relative;
        top: 0;
        left: 0;
    }
	
	.section-5 ul{
		margin-bottom: 0;
	}
	
	#product-tabs .section-5 ul {
		margin: 0px auto;
		padding-left: 0;
		width: 275px;
	}
	
	.section-5 .inner-wrap li{
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	#product-tabs .section-5 .green-bg {
		font-size: 18px;
		padding: 5px 15px;
	}
	
}

/**/

.section-6{
	padding: 30px 0px 30px 0px;
	position: relative;
}

.section-6 .container{
	position: relative;
	z-index: 2;
}

#product-tabs .section-6 .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 30px;
    text-align: center;
}

.section-6 .d-flex{
    align-items: center;
    margin: 0px auto;
	max-width: 660px;
}

.section-6 .inner-wrap {
	order: 2;
    width: 55%;
    padding-left: 0px;
}

.section-6 .image{
	order: 1;
	position: relative;
	width: 45%;
}

.section-6 .image img{
    max-width: 100%;
    position: relative;
    right: 0px;
}

#product-tabs .section-6 p{
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-6{
		padding-bottom: 0px;
	}

	#product-tabs .section-6 .title {
		font-size: 30px;
		font-weight: 800;
		line-height: 1.2em;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-6 .image{
		margin-right: -30px;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-6{
		padding-bottom: 10px;
	}
	
	.section-6 .container{
		padding: 0px;
	}
	
	.section-6 .d-flex{
		flex-direction: column;
	}
	
	.section-6 .image{
		width: 100%;
	}
	
	.section-6 .image img {
		display: block;
		max-width: 320px;
        position: relative;
        right: 0px;
        margin: 0px auto -15px auto;
	}
	
	.section-6 .inner-wrap {
		padding-right: 0px;
		width: 100%;
	}
	
	#product-tabs .section-6 .title {
		font-size: 24px;
		font-weight: 800;
		line-height: 1.2em;
		text-align: center;
		max-width: 275px;
		margin: 0px auto 15px auto;
	}
	
}

/**/

.section-7{
	padding-bottom: 30px;
}

.section-7 .d-flex {
	gap: 80px;
    max-width: 740px;
    margin: 0px auto;
}

.section-7 .d-flex > div{
	width: 50%;
}

.section-7 img{
	display: block;
	margin: 0px auto 10px;
}

#product-tabs .section-7 h3{
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 991px){

	.section-7 .d-flex {
		gap: 40px;
	}

}

@media screen and (max-width: 767px){
	
	.section-7 .d-flex {
		flex-direction: column;
		gap: 20px;
	}
	
	.section-7 .d-flex > div {
		width: 100%;
	}
	
	.section-7 img {
		max-width: 260px;
	}
	
	#product-tabs .section-7 h3 {
		margin-bottom: 10px;
		font-size: 24px;
	}
	
}

/**/

.section-8{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	margin-bottom: 0px;
	position: relative;
}

.section-8:after {
    content: "";
    background: #e5e5e5;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    z-index: 1;
    transform: translate(-50%, 0%);
}

.section-8 .d-flex{
	margin: 0px auto 0px auto;
	max-width: 1020px;
    position: relative;
    z-index: 2;
}

#product-tabs .section-8 .title{
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 0px;
	text-align: left;
}

.section-8 ul{
	padding-top: 10px;
}

.section-8 li{
	font-weight: 800;
	margin-bottom: 10px;
}

.section-8 .quote-block {
    background: url(/wp-content/uploads/2024/02/quote-mute.png) no-repeat -15px calc(100% + 20px) #ffffff;
    border-radius: 10px;
	margin-bottom: 20px;
    padding: 15px 15px 85px 15px;
    text-align: right;
}

.section-8 blockquote{
	margin: 0px 0px 0px 0px;
}

.section-8 .quote-block:first-of-type{
	margin-top: 30px;
}

.section-8 blockquote,
#product-tabs .section-8 blockquote p{
	color: #4f7121;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
	line-height: 1.4em;
	text-align: left;
}

.section-8 .quote-block img{
	display: block;
	margin: 10px 0px 10px auto;
}

.section-8 .quote-block cite{
	display: block;
	color: #000000;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align: left;
}

.section-8 .quote-block a {
	display: block;
    color: #078ac9;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    word-wrap: break-word;
}

@media screen and (min-width: 992px){
	
	.section-8 .right-col{
		position: relative;
		order: 2;
		width: 50%;
		z-index: 1;
	}
	
	.section-8 .right-col img {
		height: auto;
		margin-left: auto;
		max-width: 100%;
		position: relative;
		right: 0px;
		width: 100%;
		z-index: 1;
	}
	
	.section-8 .left-col{
		position: relative;
		order: 1;
		padding-right: 30px;
		width: 50%;
		z-index: 2;
	}
	
}

@media screen and (min-width: 1200px){
	
	.section-8 .left-col{
		padding-right: 60px;
		width: calc(100% - 431px);
	}
	
    .section-8 .right-col{
        width: 431px;
    }
	
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	#product-tabs .section-8 .title {
		font-size: 36px;
		max-width: 700px;
		margin: 0px auto 40px auto;
	}
	
	.section-8 .d-flex {
		padding: 0px 15px 0px 15px;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.section-8 .d-flex {
		flex-direction: column;
		max-width: 540px;
	}
	
	.section-8 .right-col {
		order: 2;
		width: 100%;
		text-align: center;
	}

	.section-8 .left-col {
		order: 1;
		padding-right: 0px;
		width: 100%;
		padding-bottom: 20px;
	}
	
	#product-tabs .section-8 .title {
		font-size: 32px;
		margin: 0px auto 20px auto;
		max-width: 480px;
		text-align: center;
	}
	
	.section-8 img{
		display: block;
		margin: 0px auto;
	}
	
	.section-8 .cta {
		flex-direction: row;
	}
	
}

@media screen and (max-width: 767px){
	
	.section-8{
		padding: 30px 0px 30px 0px;
	}
	
	.section-8 .d-flex {
		flex-direction: column;
		margin-bottom: 0px;
	}
	
	.section-8 .right-col {
		order: 2;
		width: 100%;
		text-align: center;
	}

	.section-8 .left-col {
		order: 1;
		padding-right: 0px;
		padding-bottom: 0px;
		width: 100%;
	}
	
	.section-8 ul {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	
	#product-tabs .section-8 .title {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-8 img{
		max-width: 290px;
		margin: 0px auto 0px auto;
	}
	
	.section-8 blockquote, #product-tabs .section-8 blockquote p {
		font-size: 16px;
		font-weight: 600;
		letter-spacing: -0.5px;
		margin-bottom: 5px;
		line-height: 1.5em;
	}
	
	.section-8 .quote-block:first-of-type {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.section-8 .quote-block {
		background-position: 0px calc(100% + 20px);
		background-size: 100px auto;
		padding: 15px 15px 35px 15px;
	}
	
	.section-8 .quote-block cite{
		text-align: right;
	}
	
}

/**/

.section-9{
	background: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#product-tabs .section-9 .title{
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-9 .d-flex{
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0px;
    max-width:860px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-9 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 366px);
}

.section-9 .inner-wrap li{
	font-weight: 600;
	margin-bottom: 10px;
}

.section-9 .image{
	order: 2;
    position: relative;
	width: 366px;
}

.section-9 .image img{
	max-width: 100%;
}

#product-tabs .section-9 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-9 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-9{
		padding-bottom: 40px;
	}
	
    .section-9 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-9 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
    }
	
    #product-tabs .section-9 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-9 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-9 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-9{
        padding-bottom: 30px;
        padding-top: 30px;
	}
	
	.section-9 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-9 .inner-wrap{
		padding: 0px 0px 20px 0px;
		width: 100%;
    }
	
    #product-tabs .section-9 .title{
        font-size: 24px;
        text-align: center;
        max-width: 290px;
        margin: 0px auto 15px;
    }
	
	.section-9 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-9 .image img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%;
		margin: 0px auto;
		width: 300px;
	}
	
}

/**/

.section-10{
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-10:after {
    content: "";
    background: #457307;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    z-index: 1;
    transform: translate(-50%, 0%);
}

#product-tabs .section-10 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

.section-10 .d-flex{
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.section-10 .d-flex > div{
	padding: 0px;
	width: calc(33.3% - 60px);
}

.section-10 .image{
	margin-bottom: 20px;
	text-align: center;
}

#product-tabs .section-10 h3{
	color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    max-width: 290px;
    margin: 0px auto 10px auto;
}

.section-10 .inner-wrap h3{
	color: #ffffff;
}

.section-10 .inner-wrap p{
	color: #ffffff;
}

@media (min-width:768px) and (max-width:991px){
	
	.section-10 .image {
		margin-bottom: 10px;
	}
	
	.section-10 .d-flex{
		gap: 20px;
	}
	
	.section-10 .d-flex > div{
		padding: 0px 10px 20px 10px;
		width: 33.3%;
	}
	
	#product-tabs .section-10 .title {
		max-width: 480px;
		margin: 0px auto 30px auto;
	}
	
	#product-tabs .section-10 h3{
		font-size: 21px;
	}
	
}

@media screen and (max-width:767px){
	
	.section-10 {
    	padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-10 .title{
		font-size: 24px;
	}
	
	.section-10 .d-flex {
        flex-direction: column;
        gap: 0px;
    }
	
	.section-10 .image {
		text-align: center;
	}
	
	.section-10 .d-flex > div{
		padding: 0px 0px 20px 0px;
		width: 100%;
	}
	
	.section-10 .d-flex > div:last-of-type{
		padding-bottom: 0px;
	}
	
	#product-tabs .section-10 h3 {
    	font-size: 21px;
	}
	
}

/**/

.section-11{
	background: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#product-tabs .section-11 .title{
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-11 .d-flex{
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0px;
    max-width: 740px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-11 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 30px;
	width: calc(100% - 366px);
}

#product-tabs .section-11 ul{
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.section-11 .inner-wrap li{
	color: #000000;
    font-size: 21px;
    font-weight: 800;
	letter-spacing: -0.5px;
	line-height: 1.2em;
    margin-bottom: 30px;
    padding-left: 60px;
	position: relative;
}

.section-11 .inner-wrap li:last-child{
	margin-bottom: 0px;
}

.section-11 .inner-wrap li:before{
	content: "";
	background: url(/wp-content/uploads/2026/01/green-checkmark.png) no-repeat 0 0/cover;
	height: 54px;
	width: 59px;
	position: absolute;
	top: -10px;
	left: 0px;
}

#product-tabs .section-11 .inner-wrap h3{
	margin-bottom: 25px;
}

.section-11 .image{
	order: 2;
    position: relative;
	width: 366px;
}

.section-11 .image img{
	max-width: 100%;
}

#product-tabs .section-11 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-11 .inner-wrap{
		padding-left: 30px;
	}
	
	.section-11 .inner-wrap li{
		padding-left: 50px;
	}
	
	.section-11 .inner-wrap li:before{
		height: 40px;
		width: 44px;
		top: -7px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-11{
		padding-bottom: 40px;
	}
	
    .section-11 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-11 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
    }
	
    #product-tabs .section-11 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-11 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-11 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	#product-tabs .section-11 .inner-wrap h3 {
		margin-bottom: 30px;
		text-align: center;
	}
	
    #product-tabs .section-11 ul {
        max-width: 455px;
        margin: 0px auto 30px auto;
    }
	
	.section-11 .inner-wrap li {
		padding-left: 45px;
	}
	
	.section-11 .inner-wrap li:before {
		height: 35px;
		width: 37px;
		top: -7px;
	}
	
}

@media (max-width:767px){
	
	.section-11{
        padding-bottom: 40px;
        padding-top: 30px;
	}
	
	.section-11 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-11 .inner-wrap{
		padding-right: 0;
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-11 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 15px;
    }
	
	#product-tabs .section-11 .inner-wrap h3 {
		font-size: 21px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-11 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-11 .image img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%;
		margin: 0px auto;
		width: 300px;
	}
	
    #product-tabs .section-11 .inner-wrap ul {
        margin: 0px auto;
        max-width: 295px;
    }
	
	.section-11 .inner-wrap li{
    	font-size: 16px;
		padding-left: 45px;
	}
	
	.section-11 .inner-wrap li:before {
		height: 35px;
		width: 37px;
		top: -7px;
	}
	
}

/**/

.section-12{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-12:before {
    content: "";
    background: #457307;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-12 .title{
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 2;
}

#product-tabs .section-12 h3{
	color: #ffffff;
}

.section-12 .d-flex{
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px;
    max-width: 930px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-12 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 388px);
}

.section-12 .inner-wrap p{
	color: #ffffff;
}

.section-12 .inner-wrap li{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-12 .image{
	order: 2;
    position: relative;
	width: 388px;
}

.section-12 .image img{
	max-width: 100%;
}

#product-tabs .section-12 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-12 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-12{
		padding-bottom: 40px;
	}
	
    .section-12 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-12 .inner-wrap{
        padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 20px;
		width: 100%;
    }
	
    #product-tabs .section-12 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-12 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-12 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-12{
        padding-bottom: 30px;
        padding-top: 30px;
	}
	
	.section-12 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-12 .inner-wrap{
		padding-right: 0;
        padding-left: 0;
		padding-top: 20px;
		width: 100%;
    }
	
    #product-tabs .section-12 .title{
        font-size: 24px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 15px;
    }
	
	.section-12 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-12 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%;
		margin: 0px auto;
		width: 300px;
		z-index: 2;
	}
	
}

/**/

.section-13{
	padding: 40px 0px 0px 0px;
}

.section-13 .d-flex{
    background: #e5e6e6;
    padding: 0;
    overflow: hidden;
    max-width: 880px;
    margin: 0px auto;
}

.section-13 .image{
    position: relative;
    width: 50%;
}

.section-13 .image img{
    position: absolute;
    top: 0;
}

.section-13 .inner-wrap{
    width: 50%;
    padding: 40px 80px 40px 60px;
}

#product-tabs .section-13 h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
}

#product-tabs .section-13 p{
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
}

.section-13 .btn-primary:not(:disabled):not(.disabled).active, 
.section-13 .btn-primary:not(:disabled):not(.disabled):active, 
.section-13 .show>.btn-primary.dropdown-toggle, 
.section-13 a.btn-primary, 
.section-13 a.btn-primary:visited{
	display: block;
	font-size: 18px;
	margin: 0px auto 0px auto;
    padding: 8px 15px 8px 15px;
    width: 200px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-13 .image img {
		position: absolute;
		top: 0;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-13 .inner-wrap {
		padding: 20px 40px 20px 40px;
	}
	
	.section-13 .image img {
        position: relative;
        top: 0;
    }
	
	#product-tabs .section-13 h3{
		font-size: 32px;
	}
	
	#product-tabs .section-13 p {
		font-size: 20px;
	}
	
}

@media (max-width:767px){
	
	.section-13{
		padding-bottom: 0px;
        padding-top: 20px;
	}
	
	.section-13 .d-flex {
		flex-direction: column-reverse;
	}
	
	#product-tabs .section-13 h3{
    	font-size: 24px;
	}
	
	#product-tabs .section-13 p {
		font-size: 18px;
		line-height: 1.2em;
	}
	
    .section-13 .inner-wrap {
        background: #e5e6e6;
        padding: 20px 30px 25px 30px;
		width: 100%;
        position: relative;
        z-index: 2;
    }
	
    .section-13 .image {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        z-index: 1;
    }
	
	.section-13 .image img {
        position: relative;
        top: 0;
        clip-path: none;
        width: 100%;
    }
	
}

/**/

#faq{
	margin: 0px auto 0px auto;
	max-width: 1100px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#faq .title{
	font-weight: 800;
	text-align: center;
}

#faq-accordion .card{
	border: none;
	border-radius: 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{
	background: none;
    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:992px) and (max-width:1199px){
	
	#faq .title{
		margin-bottom: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#faq-tab .title{
		text-align: center;
		font-size: 34px;
	}
	
}

@media (max-width:767px){
	
    #faq{
        padding-top: 30px;
        padding-bottom: 0px;
    }
	
	#faq h2{
		text-align: center;
		font-size: 24px;
	}
	
	#product-tabs #faqs-tab .sub-title{
    	font-size: 24px;
	}
	
	#faq-tab .title{
		text-align: center;
		font-size: 28px;
	}
	
	#faq-accordion .card-header h4{
		font-size: 1em;
        line-height: 1.4em;
		padding: 0px 60px 0px 20px;
	}

}
