#product-tabs{
	background: #ffffff;
}

#product-tabs p strong{
	font-weight: 800;
}

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

#product-tabs .highlight{
	color: #078ac9;
}

#product-tabs sup{
    line-height: 0;
}

#product-tabs .title {
    font-size: 30px;
    font-weight: 800;
	letter-spacing: -2px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
}

#product-tabs p{
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

#product-tabs p:last-of-type{
	margin-bottom: 0px;
}

@media screen and (min-width:992px) and (max-width:1199px){

	#product-tabs .sub-title{
		font-size: 35px;
		margin-bottom: 20px;
	}

}

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

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

}

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

	#product-tabs .title{
		font-size: 20px;
		letter-spacing: -1px;
		margin-bottom: 10px;
	}

	#product-tabs .sub-title{
		font-size: 24px;
		line-height: 1.2em;
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	
	#product-tabs p {
		font-size: 14px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	
	#product-tabs .title{
		text-align: center;
	}

}

/**/

.section-1{
	max-width: 1060px;
    margin: 0px auto;
}

.section-1 .d-flex {
    justify-content: center;
    margin-bottom: 30px;
}

.section-1 .inner-wrap {
	flex-basis: 855px;
    padding-left: 30px;
}

.section-1 .image{
	flex-basis: 415px;
    text-align: center;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.section-1 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	
    .section-1 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-1 .image img {
        max-width: 100%;
    }
	
    .section-1 .inner-wrap {
        flex-basis: auto;
        padding: 0px 15px 20px 15px;
    }
	
    #product-tabs .section-1 .title {
        font-size: 30px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

}

@media screen and (max-width:767px){
	
	.section-1{
		padding-top: 20px;
	}
	
	.section-1 .d-flex {
		justify-content: center;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}
	
    .section-1 .image {
        flex-basis: auto;
        text-align: center;
    }
	
	.section-1 .image img {
        max-width: 100%;
    }
	
    .section-1 .inner-wrap {
        flex-basis: auto;
        padding: 0px 0px 20px 0px;
    }
	
    #product-tabs .section-1 .title {
        font-size: 24px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        text-align: center;
    }
	
}

/**/

.section-2{
	padding-bottom: 40px;
}

#product-tabs .section-2 h3{
	font-weight: 800;
	width: 100%;
}

.section-2 .d-flex{
	gap: 60px;
}

.section-2 img{
	align-self: flex-start;
}

.section-2 .left-col {
    display: flex;
	align-items: center;
	flex-wrap: wrap;
    background: #e5e5e5;
    padding: 30px 20px;
    width: 50%;
}

.section-2 .left-col img {
    margin-right: -30px;
    margin-left: -30px;
}

#product-tabs .section-2 .checkmarks {
	margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    width: calc(100% - 265px);
}

#product-tabs .section-2 .checkmarks li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 10px;
    color: #85bb3e;
}

.section-2 .checkmarks li{
	font-weight: 600;
	margin-bottom: 10px;
}

.section-2 .right-col{
    display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
    background: #e5e5e5;
    padding: 40px;
    width: 50%;
}

.section-2 .right-col img{
	margin-top: -35px;
}

.section-2 .right-col ul{
	list-style: none;
	margin-bottom: 0px;
	margin-left: 0;
	padding-left: 0;
	width: 50%;
}

.section-2 .right-col ul li{
	font-weight: 600;
    margin-bottom: 45px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.section-2 .right-col img {
		margin-top: 0px;
		width: 140px;
	}
	
	.section-2 .right-col ul{
		width: calc(100% - 200px);
	}
	
	.section-2 .right-col ul li {
		font-weight: 600;
		margin-bottom: 30px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-2 .d-flex {
		gap: 0;
		flex-direction: column;
	}
	
	.section-2 .right-col{
		padding: 30px 20px;
		width: 100%;
	}
	
	.section-2 .left-col{
		margin-bottom: 30px;
		width: 100%;
	}
	
	#product-tabs .section-2 .right-col h3{
		margin-bottom: 60px;
	}
	
}

@media screen and (max-width:767px){
	
	.section-2{
		padding-bottom: 15px;
	}
	
	.section-2 .d-flex {
		gap: 0;
		flex-direction: column;
	}
	
	.section-2 .right-col{
		padding: 30px 20px;
		width: 100%;
	}
	
	.section-2 .left-col{
		margin-bottom: 20px;
		width: 100%;
	}
	
    #product-tabs .section-2 .right-col h3{
        font-size: 21px;
        margin-bottom: 20px;
    }
	
	#product-tabs .section-2 .left-col h3{
		font-size: 21px;
	}
	
	.section-2 .left-col img{
		display: none;
	}
	
	.section-2 .right-col img{
		margin-top: 0;
		width: 100px;
	}
	
	#product-tabs .section-2 .checkmarks{
		width: 100%;
	}
	
	#product-tabs .section-2 .right-col ul{
        padding-left: 0;
        width: calc(100% - 130px);
	}
	
	.section-2 .right-col ul li{
		margin-bottom: 15px;
	}
	
	.section-2 .right-col ul li:last-of-type{
		margin-bottom: 0px;
	}

}

/**/

.section-3{
	background: #078ac9;
	padding: 0px 0px 0px 0px;
	position: relative;
}

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

.section-3 .d-flex{
	flex-direction: column;
}

.products-liposomal-nmn #product-tabs .section-3 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

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

#product-tabs .section-3 .inner-wrap h2{
	font-weight: 800;
}

.section-3 .image{
    background: #078ac9;
    flex-basis: auto;
	padding: 20px;
	order: 2;
	position: relative;
}

.section-3 .image:after {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    z-index: 1;
}

.section-3 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-3 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-3 p{
    max-width: 520px;
}

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

	.section-3 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-3 .image{
		flex-basis: 400px;
		margin: 0px;
		order: 2;
	}

	.section-3 .inner-wrap{
		flex-basis: 800px;
		padding: 40px 40px 40px 100px;
		order: 1;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-3 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-3 .image{
		flex-basis: 400px;
		margin: 0px;
		order: 2;
	}

	.section-3 .inner-wrap{
		flex-basis: 800px;
		padding: 40px 40px 40px 40px;
		order: 1;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-3{
		padding: 30px 0px 0px 0px;
	}
	
	#product-tabs .section-3 .inner-wrap h2{
		text-align: center;
	}
	
	.section-3 p {
		max-width: 100%;
	}
	
	.section-3 .image{
		padding: 30px;
	}
	
	.section-3 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -40px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	.section-3 .image img{
		max-width: 420px;
	}
	
	.section-3 .inner-wrap{
		padding-bottom: 40px;
	}
	
	.section-3 p {
    	width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-3{
		padding: 30px 0px 0px 0px;
	}
	
	.section-3 .image{
		padding: 30px;
	}
	
	.section-3 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -15px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	.section-3 .image img{
		max-width: 420px;
	}
	
	.section-3 .inner-wrap{
		padding-bottom: 30px;
	}
	
	#product-tabs .section-3 .inner-wrap h2 {
		font-weight: 800;
		font-size: 21px;
		text-align: center;
	}
	
	.section-3 p {
    	width: 100%;
	}
	
}

/**/

.section-4{
	background: #ffffff;
    max-width: 800px;
    margin: 0px auto;
	padding: 40px 0px 0px 0px;
    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{
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-4 .d-flex{
	margin-bottom: 40px;
	padding: 0px;
	position: relative;
	z-index: 2;
}

.section-4 .inner-wrap{
	display: flex;
    flex-direction: column;
    justify-content: center;
	height: auto;
	order: 2;
    padding-left: 30px;
	width: calc(100% - 356px);
}

.section-4 .image{
	order: 1;
    position: relative;
	width: 356px;
}

.section-4 .image img{
	max-width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#product-tabs .section-4 h3{
	font-weight: 800;
}

.section-4 .inner-wrap p{
	max-width: 480px;
}

@media (min-width:992px) and (max-width:1199px){
	
}

@media (min-width:768px) and (max-width:991px){
	
	.section-4{
		padding-bottom: 40px;
	}
	
	.section-4 .d-flex {
        flex-direction: column;
        max-width: 540px;
        margin: 0px auto 40px;
        padding: 0px;
    }
	
	.section-4 .d-flex:last-of-type{
		margin-bottom: 0;
	}
    
    .section-4 .inner-wrap{
        padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-4 .title{
        font-size: 32px;
        text-align: center;
        margin: 0px auto 20px;
    }
	
	.section-4 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-4 img{
		position: relative;
        top: 0;
        left: 0;
        margin: 0px auto 15px;
        max-width: 100%;
	}
	
	.section-4 .inner-wrap h3{
		text-align: center;
	}
	
}

@media (max-width:767px){
	
	.section-4{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-4 .d-flex {
        flex-direction: column;
        margin: 0px auto 30px;
        padding: 0px;
    }
	
	.section-4 .d-flex:last-of-type{
		margin-bottom: 0;
	}
    
    .section-4 .inner-wrap{
        padding: 0px 0px 0px 0px;
		width: 100%;
    }
	
    #product-tabs .section-4 .title{
        font-size: 24px;
        text-align: center;
        margin: 0px auto 15px;
    }
	
	#product-tabs .section-4 h3{
        border-bottom: none;
        margin-bottom: 10px;
        padding-bottom: 0;
		font-size: 21px;
        text-align: center;
	}
	
	.section-4 .image{
		text-align: center;
		padding-top: 0px;
		width: 100%;
	}

	.section-4 img{
		position: relative;
        top: 0;
        left: 0;
        margin: 0px auto 15px;
        max-width: 100%;
	}
	
	.section-4 .inner-wrap h3{
		font-size: 21px;
		text-align: center;
	}
	
}

/**/

.section-5{
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	position: relative;
}

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

.products-liposomal-nmn #product-tabs .section-5 .sub-title{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: left;
}

.section-5 h5{
	padding: 30px 0px 0px 0px;
}

#product-tabs .section-5 .title{
	text-align: center;
}

.section-5 .wrap{
	max-width: 810px;
}

.section-5 .d-flex {
    gap: 40px;
    padding-top: 40px;
	padding-bottom: 40px;
    position: relative;
}

.section-5 .left-col{
    width: 65%;
}

.section-5 .right-col{
    width: 35%;
}

.section-5 .sub-title{
	margin-bottom: 15px;
    padding-left: 120px;
    padding-top: 25px;
}

.section-5 .right-col .sub-title{
	margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 25px;
}

.section-5 .right-col li{
    background: none;
    color: #000000;
    font-weight: 800;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

.section-5 .right-col li:before{
    content: "";
	display: block;
    background: #098ac9;
    border-radius: 100%;
	height: 10px;
    width: 10px;
    position: absolute;
    left: 0px;
    top: 15px;
}

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

.section-5 .image {
    flex-basis: 314px;
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
}

.section-5 .image img {
    max-width: 100%;
    position: relative;
    right: 110px;
    top: 55px;
}

.section-5 .sub-title{
	width: 100%;
}

#product-tabs .section-5 ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.section-5 li {
    background: #078ac9;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 8px 40px 8px 150px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-5{
		padding-bottom: 40px;
	}
	
	.section-5 .d-flex:before{
		content: "";
		background: #e5e5e5;
		position: absolute;
		top: 0;
		left: -5.1%;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	.section-5 .inner-wrap {
		display: flex;
		width: 785px;
		padding-top: 40px;
		position: relative;
	}
	
	.section-5 .image {
		flex-basis: 460px;
	}
	
	.section-5 .image img {
        max-width: none;
        position: absolute;
        right: -215px;
        top: 55px;
	}

}

@media (min-width:768px) and (max-width:991px) {
	
	.products-liposomal-nmn #product-tabs .section-5 .sub-title{
		font-size: 28px;
	}
	
	.section-5 .d-flex {
		gap: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
		flex-direction: column;
	}
	
	.section-5 .image {
		flex-basis: 310px;
	}
	
	.section-5 .image img{
		right: auto;
        left: -105px;
	}
	
	.section-5 .right-col {
		width: 100%;
	}
	
	.section-5 .left-col {
		width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-5:before {
		content: "";
		background: #dfdfdf;
		position: absolute;
		top: 9%;
		left: calc(50% + -50vw);
		height: 91%;
		width: 100vw;
		z-index: 1;
	}
	
	#product-tabs .section-5 .title {
		text-align: center;
		position: relative;
		z-index: 2;
	}
	
	#product-tabs .section-5 .sub-title {
        font-size: 21px;
        line-height: 1.2em;
        letter-spacing: -1px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 800;
    }
	
    .section-5 .d-flex {
        gap: 0px;
        padding-top: 35px;
        padding-bottom: 20px;
        flex-direction: column;
    }
	
    .section-5 .image{
        position: absolute;
        top: 35px;
		width: 140px;
    }
	
    .section-5 .image img{
		position: relative;
        right: auto;
        left: -45px;
        top: 0;
        width: 100%;
    }
	
	.section-5 .right-col{
		width: 100%;
	}
	
	.section-5 .right-col li:before{
		left: 0px;
		top: 10px;
	}
	
	section-5 .right-col li{
		font-size: 16px;
	}
	
	.section-5 .left-col{
		width: 100%;
	}
	
	.section-5 .left-col h3{
		display: none;
	}
	
	#product-tabs .section-5 ul{
		margin-bottom: 0px;
	}
	
	.section-5 li {
		font-size: 16px;
		font-weight: 800;
		margin-bottom: 10px;
		padding: 5px 20px 5px 65px;
		line-height: 1.2em;
	}
	
}

/**/

.section-6{
	background: #078ac9;
	padding: 0px 0px 0px 0px;
	position: relative;
}

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

.section-6 .d-flex{
	flex-direction: column;
}

.products-liposomal-nmn #product-tabs .section-6 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

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

#product-tabs .section-6 .inner-wrap h2{
	color: #ffffff;
	font-weight: 800;
}

.section-6 .image{
    background: #078ac9;
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-6 .image:after {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50vw;
    z-index: 1;
}

.section-6 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-6 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-6 p{
	color: #ffffff;
    max-width: 520px;
}

.section-6 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

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

    .section-6 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 1040px;
        margin: 0px auto;
    }
	
    .section-6 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-6 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	
	.section-6 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 1040px;
        margin: 0px auto;
    }
	
    .section-6 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-6 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.section-6{
		padding: 30px 0px 0px 0px;
		position: relative;
	}
	
	.section-6 .image img{
		max-width: 420px;
	}
	
	.section-6 .inner-wrap {
        padding: 0px 0px 30px 0px;
    }
	
}

@media screen and (max-width: 767px) {
	
	.section-6{
		padding: 30px 0px 0px 0px;
		position: relative;
	}

	.section-6 .image{
		overflow: hidden;
		padding-top: 30px;
	}
	
	.section-6 .image img{
		max-width: 350px;
    	margin-bottom: -140px;
	}
	
	#product-tabs .section-6 .inner-wrap h2{
		font-size: 21px;
		text-align: center;
	}
	
}

/**/

.section-7{
	background: #e5e5e5;
	padding: 30px 0px 40px 0px;
	position: relative;
}

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

.section-7 .d-flex{
	flex-direction: column;
}

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

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

#product-tabs .section-7 .title{
	font-weight: 800;
	text-align: center;
}

.section-7 .image{
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-7 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-7 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

.section-7 p{
    max-width: 520px;
}

.section-7 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

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

    .section-7 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-7 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-7 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-7 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-7 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-7 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-7 .image img{
		max-width: 420px;
	}
	
	.section-7 .inner-wrap {
        padding: 0px 30px 30px 0px;
    }
	
	.section-7 p{
		max-width: 100%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-7{
		padding-bottom: 30px;
	}
	
	.section-7 .image{
		overflow: hidden;
	}
	
	.section-7 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-7 .inner-wrap{
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
}

/**/

.section-8{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-8:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-8 .d-flex{
	flex-direction: column;
}

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

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

#product-tabs .section-8 .title{
	font-weight: 800;
	text-align: center;
}

.section-8 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-8 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-8 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-8 p{
    max-width: 520px;
}

.section-8 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

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

    .section-8 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-8 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-8 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-8 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-8 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-8 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-8 .image{
		margin-bottom: 20px;
	}
	
	.section-8 .image img{
		max-width: 420px;
	}
	
	.section-8 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-8 .image{
		overflow: hidden;
	}
	
	.section-8 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-8 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-9{
	background: #ffffff;
	padding: 0px 0px 40px 0px;
	position: relative;
}

.section-9:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -25%;
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-9 .d-flex{
	flex-direction: column;
}

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

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

#product-tabs .section-9 .title{
	font-weight: 800;
	text-align: center;
}

.section-9 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-9 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-9 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-9 p{
    max-width: 520px;
}

.section-9 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

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

    .section-9 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-9 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-9 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 30px 30px 30px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
    .section-9 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-9 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-9 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 30px 30px 30px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-9 .image{
		margin-bottom: 20px;
	}
	
	.section-9 .image img{
		max-width: 420px;
	}
	
	.section-9 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-9{
		padding-top: 0px;
	}
	
	.section-9 .image{
		overflow: hidden;
	}
	
	.section-9 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
}

/**/

.section-10{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	position: relative;
}

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

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

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

#product-tabs .section-10 .title{
	font-weight: 800;
	text-align: center;
}

.section-10 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-10 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-10 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-10 p{
    max-width: 520px;
}

.section-10 blockquote{
    border: solid 3px #098ac9;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
	margin-left: 2em;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.section-10 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2024/02/blue-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-10 blockquote p{
	color: #098ac9;
	text-indent: 50px;
}

.section-10 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-10 blockquote img{
	margin-right: 10px;
}

.section-10 blockquote cite{
	color: #098ac9;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	.section-10 blockquote{
		margin-left: auto;
	}

    .section-10 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-10 blockquote{
		margin-left: auto;
	}

    .section-10 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 1000px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 0px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-10{
		padding-bottom: 40px;
	}
	
	.section-10 .image{
		margin-bottom: 20px;
	}
	
	.section-10 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-10 p {
		margin: 0px auto 20px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	#product-tabs .section-10 .title {
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	.section-10 .image{
		margin-bottom: 20px;
	}
	
	.section-10 .image{
		overflow: hidden;
	}
	
	.section-10 .image img{
		max-width: 300px;
    	margin-bottom: 0px;
	}
	
	.section-10 .inner-wrap{
		padding-top: 20px;
	}

}

/**/

.section-11{
	padding: 40px 0px 30px 0px;
}

.section-11 .d-flex{
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
}

.section-11 .card{
	border: none;
	margin-bottom: 20px;
	padding: 0px;
	width: calc(33.3333% - 40px);
}

.section-11 .card .inner-wrap{
	padding: 10px 20px 0px 20px;
	text-align: center;
}

#product-tabs .section-11 .card h3{
	font-weight: 700;
    margin-bottom: 10px;
}

.section-11 .card p{
	text-align: left;
}

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

	.section-11 .card {
		border: none;
		margin-bottom: 20px;
		padding: 0px;
		width: 48%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-11 {
		padding: 40px 0px 10px 0px;
	}
	
	.section-11 .card {
		width: 100%;
	}
	
	#product-tabs .section-11 .card h3 {
		font-size: 21px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	.section-11 .card{
		width: 100%;
	}
	
	.section-11 .image{
		max-width: 300px;
		margin: 0px auto;
	}

}

/**/

.section-12{
	background: #e5e5e5;
	padding: 40px 0px 40px 0px;
	position: relative;
}

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

#product-tabs .section-12 h2{
	font-weight: 800;
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-12 .d-flex{
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: center;
	margin: 0px auto;
	max-width: 800px;
	position: relative;
	z-index: 2;
}

.section-12 .card{
	background: none;
	border: none;
	margin-bottom: 20px;
	padding: 0px;
	width: calc(50% - 40px);
}

.section-12 .card .inner-wrap{
	padding: 10px 20px 0px 20px;
	text-align: center;
}

#product-tabs .section-12 .card h3{
	font-size: 24px;
	font-weight: 800;
    margin-bottom: 10px;
}

.section-12 .card p{
	text-align: left;
}

@media screen and (max-width:767px){
	
	.section-12{
		padding: 30px 0px 30px 0px;
	}
	
	#product-tabs .section-12 h2{
		font-size: 24px;
	}
	
	.section-12 .d-flex{
		flex-direction: column;
	}
	
	.section-12 .card {
		width: 100%;
	}
	
	#product-tabs .section-12 .card h3 {
		font-size: 21px;
		font-weight: 800;
		margin-bottom: 10px;
	}
	
	.section-12 .card .image{
		margin: 0px auto;
		max-width: 300px;
	}
	
}

/**/

.section-13{
	background: #ffffff;
	padding: 30px 0px 30px 0px;
	position: relative;
}

.section-13 .d-flex{
	flex-direction: column;
}

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

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

#product-tabs .section-13 .title{
	font-weight: 800;
	text-align: center;
}

.section-13 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-13 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-13 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-13 p{
    max-width: 520px;
}

.section-3 blockquote{
    border: solid 3px #098ac9;
    border-radius: 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    margin-top: 40px;
	margin-left: 2em;
    padding: 20px 15px 20px 15px;
    position: relative;
}

.section-13 blockquote:before{
	display: block;
	content: "";
	background: url(/wp-content/uploads/2024/02/blue-quote.png) no-repeat 0 0/cover;
	height: 67px;
	width: 72px;
	position: absolute;
	top: -23px;
    left: -18px;
}

.section-13 blockquote p{
	color: #098ac9;
	text-indent: 50px;
}

.section-13 blockquote .d-flex{
	align-items: center;
	padding-top: 10px;
}

.section-13 blockquote img{
	margin-right: 10px;
}

.section-13 blockquote cite{
	color: #098ac9;
    font-size: 14px;
	font-weight: 400;
    line-height: 1.4em;
    font-style: normal;
    padding-left: 0px;
}

@media screen and (min-width:1200px){
	
	.section-13 blockquote{
		margin-left: auto;
	}

    .section-13 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 940px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-13 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-13 blockquote{
		margin-left: auto;
	}

    .section-13 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 940px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-13 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 0px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-13 .image{
		margin-bottom: 20px;
	}
	
	.section-13 .image img{
		max-width: 420px;
	}
	
	#product-tabs .section-13 p{
		margin: 0px auto 20px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-13 .image{
		margin: 0px auto 20px auto;
		max-width: 300px;
	}
	
	.section-13 .image img{
		max-width: 100%;
	}
	
	#product-tabs .section-13 p{
		margin: 0px auto 20px auto;
	}
	
}


/**/

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

#faq-tab .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 {
    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){
	
	#faq-tab .title {
		text-align: center;
		font-size: 34px;
	}
	
}

@media (max-width:767px){
	
	#product-tabs #faqs-tab .sub-title {
    	font-size: 24px;
	}
	
	#faq-tab .title {
		text-align: center;
		font-size: 28px;
	}
	
	#faq-tab .sub-title {
		font-size: 24px;
		font-weight: 800;
		margin-bottom: 20px;
		text-align: center;
	}
	
	#faq-accordion .card-header h4 {
        padding: 0px 60px 0px 20px;
        font-size: 14px;
    }
	
	#faq-accordion .card-header i {
		font-size: 21px;
		right: 10px;
		top: 0px;
	}
	
	#faq-accordion .card-body p {
		font-size: 14px;
		line-height: 1.4em;
	}

}
