
#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;
}

#product-tabs sup{
	line-height: 0;
}

@media screen and (max-width: 767px){
	
	#product-tabs p{
		font-size: 14px;
		line-height: 1.4em;
	}
}

/**/

@media screen and (min-width: 1200px){

	#product-tabs .title{
		font-size: 36px;
	}
	
	#product-tabs h3{
		font-size: 24px;
	}

}

/**/

.section-1{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-1:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-1 .title{
	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% - 384px);
}

.section-1 .image{
	order: 2;
    position: relative;
	width: 384px;
}

.section-1 .image img{
	max-width: 100%;
}

#product-tabs .section-1 .title{
	font-weight: 800;
	margin-bottom: 30px;
}

#product-tabs .section-1 ul{
	margin-bottom: 0px;
}

.section-1 li{
	margin-bottom: 20px;
}

.section-1 li::marker{
	color: #457307;
}

@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 {
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-1 .inner-wrap{
        padding-left: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
    }
	
    #product-tabs .section-1 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.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-bottom: 30px;
        padding-top: 30px;
	}
	
	.section-1 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-1 .inner-wrap{
		padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-1 .title{
        font-size: 26px;
        text-align: center;
        margin: 0px auto 15px;
    }
	
	.section-1 .inner-wrap img{
		margin: 0px auto 15px auto;
		max-width: 300px;
	}
	
	.section-1 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-1 .image img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%;
		margin: 0px auto;
		width: 300px;
	}
	
}

/**/

.section-2{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-2:before {
    content: "";
    background: #000000;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-2 .title{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-2 .d-flex{
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-2 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-right: 40px;
	width: calc(100% - 384px);
}

.section-2 .image{
	order: 2;
    position: relative;
	width: 384px;
}

.section-2 .image img{
	max-width: 100%;
}

#product-tabs .section-2 p{
	color: #ffffff;
}

#product-tabs .section-2 ul{
	margin-bottom: 0px;
}

.section-2 li{
	color: #ffffff;
	margin-bottom: 20px;
}

.section-2 li::marker{
	color: #457307;
}

.section-2 li:last-of-type{
	margin-bottom: 0px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-2 .inner-wrap{
		padding-left: 0px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-2{
		padding-bottom: 40px;
	}
	
    .section-2 .d-flex {
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-2 .inner-wrap{
        padding-left: 0px;
		padding-right: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 100%;
    }
	
    #product-tabs .section-2 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-2 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-2 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-2{
        padding-bottom: 30px;
        padding-top: 30px;
	}
	
	.section-2 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-2 .inner-wrap{
		padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-2 .title{
        font-size: 26px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 15px;
    }
	
	.section-2 .inner-wrap img{
		margin: 0px auto 15px auto;
		max-width: 300px;
	}
	
}

/**/

.section-3{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.section-3:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-3 .d-flex{
    flex-direction: row-reverse;
    align-items: center;
    padding: 0px;
    max-width: 850px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-3 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 2;
    padding-right: 40px;
	width: calc(100% - 468px);
}

#product-tabs .section-3 h3 {
	font-size: 32px;
	margin-bottom: 10px;
}

.section-3 .inner-wrap p{
	color: #ffffff;
}

.section-3 .suggested-use{
	background: #111111;
	border-radius: 10px;
	padding: 15px;
}

.section-3 .image{
	order: 1;
    position: relative;
	width: 468px;
}

.section-3 .image img{
	max-width: 100%;
}

@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;
	}
	
    .section-3 .d-flex {
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-3 .inner-wrap {
        padding: 30px 20px 0px 0px;
        width: 100%;
    }
	
	.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-bottom: 30px;
		padding-top: 30px;
	}
	
	#product-tabs .section-3 h3 {
		font-size: 26px;
		margin-bottom: 15px;
		text-align: center;
	}
	
    .section-3 .d-flex {
        flex-direction: column-reverse;
        max-width: 300px;
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-3 .inner-wrap {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
	
	.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-3 .suggested-use{
		margin-bottom: 15px;
	}
	
}

/**/

.section-4{
	background: #457307;
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
}

.section-4:before {
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-4 .title{
	position: relative;
	z-index: 2;
}

.section-4 .d-flex{
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 0px;
    max-width: 960px;
    margin: 0px auto;
	position: relative;
    z-index: 2;
}

.section-4 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-left: 40px;
	width: calc(100% - 384px);
}

.section-4 .image{
	order: 2;
    position: relative;
	width: 384px;
}

.section-4 .image img{
	max-width: 100%;
}

#product-tabs .section-4 .title{
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 40px;
}

#product-tabs .section-4 ul{
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.section-4 li{
	color: #457307;
	font-weight: 800;
	margin-bottom: 40px;
	padding-left: 60px;
	position: relative;
}

.section-4 li:last-of-type{
	margin-bottom: 0px;
}

.section-4 li:before{
	content: "";
	background: url(/wp-content/uploads/2026/04/hla-s3-5-1.png) no-repeat 0 0/cover;
	height: 51px;
	width: 51px;
	position: absolute;
	top: -14px;
	left: 0px;
}

.section-4 li:nth-child(2):before{
	background: url(/wp-content/uploads/2026/04/hla-s3-5-2.png) no-repeat 0 0/cover;
}

.section-4 li:nth-child(3):before{
	background: url(/wp-content/uploads/2026/04/hla-s3-5-3.png) no-repeat 0 0/cover;
}

.section-4 li:nth-child(4):before{
	background: url(/wp-content/uploads/2026/04/hla-s3-5-4.png) no-repeat 0 0/cover;
}

.section-4 li:nth-child(5):before{
	background: url(/wp-content/uploads/2026/04/hla-s3-5-5.png) no-repeat 0 0/cover;
}

.section-4 li:nth-child(6):before{
	background: url(/wp-content/uploads/2026/04/hla-s3-5-6.png) no-repeat 0 0/cover;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-4 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-4{
		padding-bottom: 40px;
	}
	
    .section-4 .d-flex {
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-4 .inner-wrap{
        padding-left: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: 50%;
    }
	
    #product-tabs .section-4 .title {
        font-size: 32px;
        text-align: left;
        margin: 0px 0px 30px;
    }
	
	.section-4 .image{
		text-align: center;
		padding-top: 0px;
		width: 50%;
	}

	.section-4 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
	.section-4 li{
		margin-bottom: 30px;
	}
	
	.section-4 li:before {
		height: 40px;
		width: 40px;
		top: -8px;
	}
	
	.section-4 li:first-child:before{
		top: 3px;
	}
	
	.section-4 li:nth-child(2):before{
		top: -5px;
	}
	
	.section-4 li:nth-child(6):before{
		top: -4px;
	}
	
	.section-4 li:last-of-type:before{
		top: 3px;
	}
	
}

@media (max-width:767px){
	
	.section-4{
        padding-bottom: 30px;
        padding-top: 30px;
	}
	
	.section-4 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-4 .inner-wrap{
		padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
	.section-4 .inner-wrap > img {
        margin: 0px auto 30px auto;
        max-width: 300px;
    }
	
	.section-4 .inner-wrap > img{
		margin: 0px auto 30px auto;
		max-width: 300px;
	}
	
    #product-tabs .section-4 .title{
        font-size: 26px;
        text-align: center;
        max-width: 260px;
        margin: 0px auto 15px;
    }
	
	.section-4 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-4 .image img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%;
		margin: 0px auto;
		width: 300px;
	}
	
	.section-4 li{
		margin-bottom: 30px;
		padding-left: 50px;
	}
	
	.section-4 li:before {
		height: 40px;
		width: 40px;
		top: -8px;
	}
	
	.section-4 li:first-child:before{
		top: 3px;
	}
	
	.section-4 li:nth-child(2):before{
		top: -5px;
	}
	
	.section-4 li:nth-child(6):before{
		top: -4px;
	}
	
	.section-4 li:last-of-type:before{
		top: 3px;
	}
	
}

/**/

.section-5{
	padding: 30px 0px 40px 0px;
	position: relative;
	z-index: 1;
}

.section-5:before{
	background: #ebebeb;
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

#product-tabs .section-5 .title{
	font-size: 36px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}

#product-tabs .section-5 > p{
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-5 .d-flex {
    max-width: 760px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.section-5 .d-flex:last-of-type{
	margin-bottom: 0;
}

.section-5 .inner-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    order: 2;
    padding-left: 30px;
    width: calc(100% - 213px);
}

#product-tabs .section-5 .inner-wrap h3{
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 10px;
}

.section-5 .image{
    order: 1;
    position: relative;
    width: 213px;
}

.section-5 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.section-5 .d-flex{
	margin-bottom: 20px;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-5 .inner-wrap{
		padding-left: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-5{
		padding-bottom: 30px;
	}
	
	.section-5 .d-flex{
        max-width: 540px;
        margin-bottom: 20px;
		padding: 0px;
	}
	
	.section-5 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-5 .inner-wrap{
        padding-left: 20px;
		padding-top: 0px;
		width: calc(100% - 213px);
    }
	
    #product-tabs .section-5 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	#product-tabs .section-5 .sub-title{
		border: none;
		font-size: 32px;
		margin-bottom: 20px;
		padding-bottom: 0;
		text-align: center;
	}

	.section-5 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-5{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-5 .d-flex{
        margin-bottom: 15px;
		padding: 0px;
	}
	
	.section-5 .d-flex:last-of-type{
		margin-bottom: 0px;
	}
    
    .section-5 .inner-wrap{
        padding-left: 15px;
        padding-top: 0px;
        width: calc(100% - 120px);
    }
	
    #product-tabs .section-5 .title{
		font-size: 24px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	#product-tabs .section-5 .inner-wrap h3{
		font-size: 18px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	#product-tabs .section-5 p{
		font-size: 14px;
		line-height: 1.4em;
	}
	
	.section-5 .image {
		width: 120px;
	}

	.section-5 img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		margin: 0px auto 15px;
        max-width: 100%
	}
	
}

/**/

.section-6{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

#product-tabs .section-6 .title{
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-6 .d-flex{
	align-items: flex-start;
    padding: 0px;
    max-width: 840px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.section-6 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 1;
    padding-right: 60px;
	width: calc(100% - 366px);
}

.section-6 .image{
	order: 2;
    position: relative;
	width: 366px;
}

.section-6 .image img{
	max-width: 100%;
}

#product-tabs .section-6 h3{
	background: #457307;
	color: #ffffff;
	padding: 10px;
}

#product-tabs .section-6 ul:last-of-type{
	margin-bottom: 0px;
}

.section-6 li{
	font-weight: 800;
	margin-bottom: 15px;
}

.section-6 li::marker{
	color: #457307;
}

@media (min-width:992px) and (max-width:1199px){
	
	.section-6 .inner-wrap{
		padding-left: 0px;
		padding-right: 40px;
	}
	
	#product-tabs .section-6 h3{
		font-size: 21px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-6{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
    .section-6 .d-flex {
        margin-bottom: 0px;
        padding: 0px;
    }
    
    .section-6 .inner-wrap{
		padding: 0px 20px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-6 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 30px;
    }
	
	.section-6 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-6 .image img{
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%
	}
	
}

@media (max-width:767px){
	
	.section-6{
        padding-bottom: 30px;
        padding-top: 30px;
	}
	
	.section-6 .d-flex{
		padding: 0px;
		flex-direction: column;
	}
    
    .section-6 .inner-wrap{
		padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
	#product-tabs .section-6 h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	
    #product-tabs .section-6 .title{
        font-size: 26px;
        text-align: center;
        max-width: 320px;
        margin: 0px auto 15px;
    }
	
	.section-6 .inner-wrap > img {
        margin: 0px auto 30px auto;
        max-width: 300px;
    }
	
	.section-6 .image{
		padding-top: 0px;
		width: 100%;
	}

	.section-6 .image img{
		display: block;
		position: relative;
		top: 0;
		left: 0;
        max-width: 100%;
		margin: 0px auto;
		width: 300px;
	}
	
	.section-6 li{
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.section-6 li:last-of-type{
		margin-bottom: 0px;
	}
	
}

/**/

.section-7{
	padding: 40px 0px 40px 0px;
	position: relative;
}

.section-7:before{
	background: #ebebeb;
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-7 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-7 .title{
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}

.section-7 .d-flex{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
	max-width: 850px;
}

.section-7 .d-flex > div{
	padding: 0px 40px 0px 40px;
	width: calc(50% - 40px);
}

.section-7 .image{
	margin-bottom: 10px;
	text-align: center;
}

.section-7 .inner-wrap{
	margin: 0px auto;
	max-width: 290px;
}

#product-tabs .section-7 h3{
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    margin: 0px auto 10px auto;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-7 .image{
		margin-bottom: 20px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-7 .d-flex > div{
		padding: 0px 10px 0px 10px;
		width: 50%;
	}
	
	.section-7 .image{
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:767px){
	
	.section-7{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-7 .title{
		font-size: 24px;
	}
	
	.section-7 .d-flex {
		flex-direction: column;
	}
	
	.section-7 .inner-wrap{
		max-width: none;
	}
	
	.section-7 .image {
		text-align: center;
	}
	
	.section-7 .d-flex > div{
		padding: 0px 0px 30px 0px;
		width: 100%;
	}
	
	.section-7 .d-flex > div:last-of-type{
		padding-bottom: 0px;
	}
	
	#product-tabs .section-7 h3 {
    	font-size: 26px;
	}
	
}

/**/

.cta {
    background: #e5e6e6;
    padding: 0;
    overflow: hidden;
    max-width: 855px;
    margin: 40px auto;
}

.cta .image {
    position: relative;
    width: 394px;
}

.cta .image img {
    position: relative;
    top: 0;
}

.cta .inner-wrap {
    width: calc(100% - 394px);
    padding: 20px 20px 20px 20px;
}

#product-tabs .cta h3 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
}

#product-tabs .cta p {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    max-width: 330px;
    margin: 0px auto 15px;
}

.cta .btn-primary:not(:disabled):not(.disabled).active, 
.cta .btn-primary:not(:disabled):not(.disabled):active, 
.cta .show>.btn-primary.dropdown-toggle, 
.cta a.btn-primary, 
.cta a.btn-primary:visited{
	display: block;
	font-size: 18px;
	margin: 0px auto 0px auto;
    padding: 8px 15px 8px 15px;
    width: 200px;
}

@media screen and (min-width:768px) and (max-width:991px){
	
	#product-tabs .cta p{
		font-size: 16px;
	}
	
}

@media (max-width:767px){
	
	.cta .d-flex {
		flex-direction: column-reverse;
	}
	
	#product-tabs .cta h3{
    	font-size: 32px;
		margin-bottom: 10px;
	}
	
    .cta .inner-wrap {
        background: #e5e6e6;
        padding: 30px 30px 30px 30px;
		width: 100%;
        position: relative;
        z-index: 2;
    }
	
	.cta {
		flex-direction: column-reverse;
	}
	
	.cta .image {
        position: relative;
        width: 100%;
        padding-bottom: 0;
        z-index: 1;
    }
	
    .cta .image img {
        position: relative;
        top: 0;
        clip-path: none;
		max-width: 100%;
        width: 100%;
        margin-bottom: 0px;
    }
	
}

/**/

#faq{
	padding-top: 0px;
}

#product-tabs #faq .title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

#faq .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;
}

#faq .card {
    border: none;
    border-radius: 10px;
}

#product-tabs #faq ul{
	margin-bottom: 0px;
}

#faq li{
	margin-bottom: 20px;
}

#faq li:last-of-type{
	margin-bottom: 0px;
}

#faq li::marker{
	color: #457307;
}

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: transparent;
    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 {
		padding-top: 30px;
	}
	
}

@media (min-width:768px) and (max-width:991px){
	
	#product-tabs #faq .title {
		font-size: 30px;
		margin-bottom: 20px;
		text-align: center;
	}
	
}

@media (max-width:767px){
	
    #product-tabs #faq .title {
		font-size: 24px;
        margin-bottom: 20px;
    }
	
	#product-tabs #faqs-tab .sub-title {
    	font-size: 24px;
	}
	
	#faq-tab .title {
		text-align: center;
		font-size: 28px;
	}
	
    #faq-accordion .card-header h4 {
        padding: 0px 60px 0px 20px;
        font-size: 16px;
    }
	
	#faq-accordion .card-header i {
		right: 10px;
		font-size: 21px;
	}
	
	#faq-accordion .card-body p {
    	font-size: 16px;
	}
	
	#faq-accordion .card-body p:empty{
		display: none;
	}

}

/**/