
#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: 34px;
    font-weight: 800;
	letter-spacing: -1px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 0px;
}

#product-tabs p{
    font-size: 18px;
    line-height: 1.6em;
    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: 24px;
		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: 614px;
    padding-left: 30px;
}

.section-1 .image{
	flex-basis: 446px;
    text-align: center;
}

#product-tabs .section-1 h3{
	font-size: 26px;
	font-weight: 800;
	text-align: center;
}

.section-1 .col > img{
	display: block;
	margin: 0px auto 10px auto;
}

.section-1 .col p{
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	#product-tabs .section-1 .title {
		font-size: 34px;
		margin-bottom: 20px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-1{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.section-1 img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
	.section-1 .d-flex{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0px;
	}
	
    .section-1 .d-flex .col{
        flex-basis: auto;
        flex-grow: unset;
		width: 50%;
    }
	
	.section-1 .d-flex .col{
		width: 33.3%;
	}
	
	.section-1 .d-flex .col:nth-child(-n+3){
		margin-bottom: 20px;
	}
	
    .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;
		padding-bottom: 20px;
	}
	
	#product-tabs .section-1 h3{
		font-size: 21px;
	}
	
	.section-1 img{
		display: block;
		margin: 0px auto 20px auto;
	}
	
	.section-1 .d-flex{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0px;
	}
	
    .section-1 .d-flex .col{
        flex-basis: auto;
        flex-grow: unset;
		width: 50%;
		margin-bottom: 15px;
        padding: 0px 15px;
    }
	
    .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 10px 20px 10px;
    }

    #product-tabs .section-1 .title {
        font-size: 21px;
        margin-bottom: 15px;
        padding-bottom: 0px;
        text-align: center;
    }

	#product-tabs .section-1 .d-flex .col p{
        font-size: 12px;
        line-height: 1.2em;
	}

}

/**/

.section-2{
	padding-top: 20px;
	position: relative;
}

.section-2 .title{
	text-align: center;
	position: relative;
	z-index: 2;
}

.section-2 .d-flex {
    align-items: center;
    justify-content: center;
	position: relative;
    z-index: 2;
}

.section-2 .d-flex:before {
    content: "";
    background: #eeeeee;
    position: absolute;
    top: 30%;
    left: calc(50% + -50vw);
    height: 70%;
    width: 100vw;
    z-index: 1;
}

.section-2 .d-flex *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-2 p {
    background: #098ac9;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 18px;
    padding: 20px;
    width: 285px;
    margin-left: -140px;
    z-index: 1;
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.section-2 .d-flex{
		max-width: 470px;
		margin: 0px auto;
	}
	
	#product-tabs .section-2 p{
		font-size: 18px;
		padding: 20px;
		width: 305px;
	}
	
	.section-2 img{
		margin-top: 0px;
	}
	
}

@media screen and (max-width:767px){
	
	.section-2 img {
		left: -85px;
        max-width: 160px;
		margin-top: 0px;
    }
	
	#product-tabs .section-2 p {
		line-height: 1.2em;
		font-size: 14px;
		padding: 15px;
		width: 250px;
	}
	
}

/**/

/**/

.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) {
	
	#product-tabs .section-3 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.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{
		font-size: 30px;
		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;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.section-3 p {
    	width: 100%;
	}
	
}

/**/

.section-4{
	padding: 40px 0px 30px 0px;
}

#product-tabs .section-4 .title{
	margin-bottom: 20px;
	text-align: center;
}

.section-4 .d-flex {
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: center;
    max-width: 840px;
    margin: 0px auto;
}

.section-4 .card{
	border: none;
	margin-bottom: 30px;
	padding: 0px;
	width: calc(50% - 40px);
}

.section-4 .card p{
	font-size: 16px;
}

.section-4 .card .image{
	margin-bottom: 10px;
	text-align: center;
}

.section-4 .card .inner-wrap{
	padding: 10px 20px 0px 20px;
	text-align: center;
}

#product-tabs .section-4 .card h3{
	font-size: 32px;
	font-weight: 800;
    margin-bottom: 10px;
}

.section-4 .card p{
	text-align: left;
}

@media (min-width:992px) and (max-width:1199px) {
	
	.section-4{
		padding-top: 20px;
	}
	
	#product-tabs .section-4 .card h3 {
		font-size: 24px;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-4 .card {
		border: none;
		margin-bottom: 20px;
		padding: 0px;
		width: 48%;
	}
	
}

@media screen and (max-width:767px){
	
	.section-4 {
		padding: 30px 0px 10px 0px;
	}
	
	#product-tabs .section-4 .title{
		margin-bottom: 0px;
	}
	
	.section-4 .card {
		width: 100%;
	}
	
	#product-tabs .section-4 .card h3 {
		font-weight: 800;
		margin-bottom: 10px;
		font-size: 21px;
	}
	
	.section-4 .card{
		width: 100%;
	}
	
	.section-4 .image{
		max-width: 300px;
		margin: 0px auto;
	}

}

/**/

.section-5{
	background: #078ac9;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-5:before {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-5 .d-flex{
	flex-direction: column;
	margin: 0px auto;
	max-width: 1020px;
}

.section-5 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-5 .inner-wrap h2{
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-5 .inner-wrap h2 span{
	font-size: 25px;
	font-weight: 400;
}

.section-5 .image{
    flex-basis: auto;
	padding: 0px;
	order: 2;
	position: relative;
}

.section-5 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-5 .inner-wrap{
	flex-basis: auto;
	order: 1;
}

#product-tabs .section-5 p{
	color: #ffffff;
    max-width: 520px;
}

.section-5 ul{
	margin-bottom: 0px;
}

#product-tabs .section-5 li {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}

@media screen and (min-width:1200px){

	.section-5 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-5 .image{
		flex-basis: 50%;
        margin: 0px;
        order: 2;
	}

    .section-5 .inner-wrap {
        flex-basis: 50%;
        padding: 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-5 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-5 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
    .section-5 .image {
        flex-basis: 50%;
        margin: 0px;
        order: 2;
    }

	.section-5 .inner-wrap{
        flex-basis: 50%;
        padding: 25px 30px 25px 30px;
        order: 1;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-5{
		padding: 0px 0px 0px 0px;
	}
	
	#product-tabs .section-5 .inner-wrap h2{
		font-size: 30px;
		text-align: center;
	}
	
	#product-tabs .section-5 ul{
		max-width: 320px;
		margin: 0px auto;
	}
	
	.section-5 p {
		max-width: 100%;
	}
	
	.section-5 .image{
		padding: 0px;
	}
	
	.section-5 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -40px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
	.section-5 .image img{
		max-width: 420px;
	}
	
	.section-5 .inner-wrap{
		padding-bottom: 40px;
	}
	
	.section-5 p {
    	width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-5{
		padding: 30px 0px 0px 0px;
	}
	
	.section-5 .image{
		padding: 0px;
	}
	
	.section-5 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -15px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
    .section-5 .image img {
        max-width: calc(100% + 100px);
        position: relative;
        left: -50px;
    }
	
	.section-5 .inner-wrap{
		padding: 0px 0px 30px 0px;
	}
	
	#product-tabs .section-5 .inner-wrap h2 {
		font-weight: 800;
		font-size: 21px;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.section-5 p {
    	width: 100%;
	}
	
}

/**/

.section-6{
	background: #252525;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-6:before {
    content: "";
    background: #252525;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-6 .d-flex{
	flex-direction: column;
	margin: 0px auto;
	max-width: 1020px;
}

.section-6 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-6 .inner-wrap h2{
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 10px;
}

.section-6 .inner-wrap h2 span{
	font-size: 25px;
	font-weight: 400;
}

.section-6 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-6 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-6 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

#product-tabs .section-6 p{
	color: #ffffff;
    max-width: 520px;
}

.section-6 ul{
	margin-bottom: 0px;
}

#product-tabs .section-6 li {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}

@media screen and (min-width:1200px){

	.section-6 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-6 .image{
		flex-basis: 50%;
        margin: 0px;
        order: 1;
	}

    .section-6 .inner-wrap {
        flex-basis: 50%;
        padding: 0px 0px 0px 20px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-6 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-6 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-6 .image {
        flex-basis: 50%;
        margin: 0px;
        order: 2;
    }

	.section-6 .inner-wrap{
        flex-basis: 50%;
        padding: 25px 30px 25px 30px;
        order: 1;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-6{
		padding: 30px 0px 0px 0px;
	}
	
	#product-tabs .section-6 .inner-wrap h2{
		font-size: 30px;
		text-align: center;
	}
	
	.section-6 p {
		max-width: 100%;
	}
	
	#product-tabs .section-6 ul {
        max-width: 320px;
        margin: 0px auto;
    }
	
	.section-6 .image{
		padding: 0px;
		order: 2;
	}
	
	.section-6 .image img{
		max-width: 420px;
	}
	
	.section-6 .inner-wrap{
		padding-bottom: 40px;
		order: 1;
	}
	
	.section-6 p {
    	width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-6{
		padding: 0px 0px 0px 0px;
	}
	
	.section-6 .image {
        padding: 0;
        order: 2;
    }
	
	.section-6 .image:after {
		content: "";
		background: #078ac9;
		position: absolute;
		top: 0;
		left: -15px;
		height: 100%;
		width: 100vw;
		z-index: 1;
	}
	
    .section-6 .image img {
        max-width: calc(100% + 100px);
        position: relative;
        left: -50px;
    }
	
	.section-6 .inner-wrap{
		padding-top: 30px;
		padding-bottom: 30px;
		overflow: 1;
	}
	
	#product-tabs .section-6 .inner-wrap h2 {
		font-weight: 800;
		font-size: 21px;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.section-6 p {
    	width: 100%;
	}
	
}

/**/

.section-7{
	background: #ebebeb;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.section-7:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-7 .d-flex{
	flex-direction: column;
}

.products-liposomal-nmn #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 .inner-wrap h2{
	font-weight: 800;
	margin-bottom: 10px;
}

#product-tabs .section-7 .inner-wrap h2 span{
	font-weight: 400;
	font-size: 28px;
}

.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 .inner-wrap ul{
	margin-bottom: 10px;
}

.section-7 .inner-wrap li::marker{
	color: #098ac9;
}

.section-7 li{
	color: #000000;
	font-weight: 800;
}

@media screen and (min-width:1200px){

	.section-7 .d-flex{
		align-items: center;
		flex-direction: row;
		margin: 0px auto;
		max-width: 1020px;
	}
	
    .section-7 .image {
        flex-basis: 465px;
        margin: 0px;
        order: 2;
    }

    .section-7 .inner-wrap {
        flex-basis: calc(100% - 465px);
        padding: 40px 40px 40px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	#product-tabs .section-7 .title {
		font-size: 34px;
		margin-bottom: 30px;
	}
	
	.section-7 .d-flex{
		align-items: center;
		flex-direction: row;
	}
	
	.section-7 .image{
		flex-basis: 50%;
		margin: 0px;
		order: 2;
	}

	.section-7 .inner-wrap{
		flex-basis: 50%;
		padding: 40px 40px 40px 40px;
		order: 1;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-7{
		padding: 30px 0px 0px 0px;
	}
	
	#product-tabs .section-7 .inner-wrap h2{
		font-size: 30px;
		text-align: center;
	}
	
	.section-7 p {
		max-width: 100%;
	}
	
	.section-7 .image{
		padding: 0px;
	}
	
	.section-7 .image img{
		max-width: 420px;
	}
	
	.section-7 .inner-wrap{
		padding-bottom: 40px;
	}
	
	.section-7 p {
    	width: 100%;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-7{
		padding: 30px 0px 0px 0px;
	}
	
	.section-7 .image{
		padding: 0px;
	}
	
	.section-7 .image img{
		max-width: 420px;
	}
	
	.section-7 .inner-wrap{
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	#product-tabs .section-7 .inner-wrap h2 {
		font-weight: 800;
		font-size: 21px;
		line-height: 1.4em;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.section-7 p {
    	width: 100%;
	}
	
}

/**/

.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: 446px;
        margin: 0px;
        order: 1;
    }

    .section-8 .inner-wrap {
        flex-basis: calc(100% - 446px);
        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{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.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: 40px 0px 30px 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: 446px;
        margin: 0px;
        order: 2;
    }

    .section-9 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 30px 30px 0px;
        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: 1;
    }

    .section-9 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-9 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.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: 30px;
		padding-bottom: 0px;
	}
	
	.section-9 .image{
		overflow: hidden;
	}
	
	.section-9 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-9 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-10{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-10:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -25%;
    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 li{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}

@media screen and (min-width:1200px){

    .section-10 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 446px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-10 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-10 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-10 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-10 .image{
		margin-bottom: 20px;
	}
	
	.section-10 .image img{
		max-width: 420px;
	}
	
	.section-10 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-10{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-10 .image{
		overflow: hidden;
	}
	
	.section-10 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-10 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-11{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-11:before {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-11 .d-flex{
	flex-direction: column;
}

#product-tabs .section-11 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-11 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-11 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

.section-11 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-11 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-11 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-11 p{
	color: #ffffff;
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-11 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-11 .image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-11 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-11 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-11 .image {
        flex-basis: 360px;
        margin: 0px;
        order: 1;
    }

    .section-11 .inner-wrap {
        flex-basis: calc(100% - 360px);
        padding: 0px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-11 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.section-11 .image{
		margin-bottom: 20px;
	}
	
	.section-11 .image img{
		max-width: 420px;
	}
	
	.section-11 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-11{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-11 .image{
		overflow: hidden;
	}
	
	.section-11 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-11 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-12{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-12:before {
    content: "";
    background: #252525;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-12 .d-flex{
	flex-direction: column;
}

#product-tabs .section-12 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-12 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-12 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

.section-12 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-12 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-12 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-12 p{
	color: #ffffff;
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-12 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-12 .image {
        flex-basis: 446px;
        margin: 0px;
        order: 1;
    }

    .section-12 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-12 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-12 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-12 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-12 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.section-12 .image{
		margin-bottom: 20px;
	}
	
	.section-12 .image img{
		max-width: 420px;
	}
	
	.section-12 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-12{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-12 .image{
		overflow: hidden;
	}
	
	.section-12 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-12 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-13{
	background: #ebebeb;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-13:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.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;
}

@media screen and (min-width:1200px){

    .section-13 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-13 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-13{
		padding: 30px 0px 30px 0px;
	}
	
	.section-13 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-13 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-13 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-13 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.section-13 .image{
		margin-bottom: 20px;
	}
	
	.section-13 .image img{
		max-width: 420px;
	}
	
	.section-13 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-13{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-13 .image{
		overflow: hidden;
	}
	
	.section-13 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-13 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-14{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-14:before {
    content: "";
    background: #078ac9;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-14 .d-flex{
	flex-direction: column;
}

#product-tabs .section-14 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-14 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-14 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

.section-14 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-14 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-14 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-14 p{
	color: #ffffff;
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-14 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-14.image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-14 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 0px 30px 30px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-14 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-14 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-14 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-14 .image{
		margin-bottom: 20px;
	}
	
	.section-14 .image img{
		max-width: 420px;
	}
	
	.section-14 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-14{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-14 .image{
		overflow: hidden;
	}
	
	.section-14 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-14 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-15{
	background: #ebebeb;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-15:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-15 .d-flex{
	flex-direction: column;
}

#product-tabs .section-15 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-15 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-15 .title{
	font-weight: 800;
	text-align: center;
}

.section-15 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-15 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-15 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-15 p{
    max-width: 520px;
}

@media screen and (min-width: 1200px){

    .section-15 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-15 .image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-15 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-15 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-15 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-15 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-15 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.section-15 .image{
		margin-bottom: 20px;
	}
	
	.section-15 .image img{
		max-width: 420px;
	}
	
	.section-15 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-15{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-15 .image{
		overflow: hidden;
	}
	
	.section-15 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-15 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-16{
	background: #252525;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-16:before {
    content: "";
    background: #252525;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-16 .d-flex{
	flex-direction: column;
}

#product-tabs .section-16 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-16 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-16 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
}

.section-16 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-16 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-16 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-16 p{
	color: #ffffff;
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-16 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-16.image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-16 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 0px 30px 30px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-16 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-16 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-16 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-16 .image{
		margin-bottom: 20px;
	}
	
	.section-16 .image img{
		max-width: 420px;
	}
	
	.section-16 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-16{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-16 .image{
		overflow: hidden;
	}
	
	.section-16 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-16 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-17{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-17:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-17 .d-flex{
	flex-direction: column;
}

#product-tabs .section-17 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-17 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-17 .title{
	font-weight: 800;
	text-align: center;
}

.section-17 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-17 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-17 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-17 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-17 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-17.image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-17 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 0px 30px 30px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-17 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-17 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-17 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	.section-17 .image{
		margin-bottom: 20px;
	}
	
	.section-17 .image img{
		max-width: 420px;
	}
	
	.section-17 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-17{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.section-17 .image{
		overflow: hidden;
	}
	
	.section-17 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-17 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-18{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-18:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-18 .d-flex{
	flex-direction: column;
}

#product-tabs .section-18 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-18 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-18 .title{
	font-weight: 800;
	text-align: center;
}

.section-18 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-18 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-18 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-18 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-18 .d-flex {
        align-items: flex-start;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-18 .image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-18 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-18 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-18 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-18 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-18 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.section-18 .image{
		margin-bottom: 20px;
	}
	
	.section-18 .image img{
		max-width: 420px;
	}
	
	.section-18 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-18{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.section-18 .image{
		overflow: hidden;
	}
	
	.section-18 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-18 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-19{
	background: #ebebeb;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-19:before {
    content: "";
    background: #ebebeb;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-19 .d-flex{
	flex-direction: column;
	flex-wrap: wrap;
}

.section-19 .d-flex .col{
	flex-basis: 50%;
	margin-bottom: 30px;
}

#product-tabs .section-19 .title{
	margin-bottom: 30px;
}

#product-tabs .section-19 h3{
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
}

.section-19 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-19 .title{
	font-weight: 800;
	text-align: center;
}

.section-19 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-19 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-19 .inner-wrap{
	flex-basis: auto;
	padding-top: 20px;
	order: 2;
}

.section-19 p{
    max-width: 520px;
}

@media screen and (min-width: 1200px){

    .section-19 .d-flex{
		align-items: flex-start;
        flex-direction: row;
        max-width: 620px;
        margin: 0px auto;
    }
	
    .section-19 .image{
        margin: 0px;
        order: 2;
    }

    .section-19 .inner-wrap{
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-19 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 820px;
        margin: 0px auto;
    }
	
    .section-19 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 1;
    }

    .section-19 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 30px;
        order: 2;
    }
	
	.section-19 p{
		text-align: center;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-19 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.section-19 .image{
		margin-bottom: 20px;
	}
	
	.section-19 .image img{
		max-width: 420px;
	}
	
	.section-19 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-19{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	#product-tabs .section-19 h3 {
		margin-bottom: 10px;
		font-size: 21px;
	}
	
	.section-19 .image{
		overflow: hidden;
	}
	
	.section-19 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	.section-19 .inner-wrap{
		padding-top: 0px;
	}
	
	#product-tabs .section-19 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

.section-20{
	background: #252525;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-20:before {
    content: "";
    background: #252525;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-20 .d-flex{
	flex-direction: column;
	justify-content: center;
}

#product-tabs .section-20 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-20 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-20 .title{
	color: #ffffff;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}

.section-20 .image{
    flex-basis: auto;
    padding: 0px;
    order: 1;
    position: relative;
    margin-right: -60px;
}

.section-20 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-20 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

#product-tabs .section-20 ul{
	margin-left: 0px;
	padding-left: 0px;
}

.section-20 li{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
}

#product-tabs .section-20 li:before{
	color: #098ac9;
}

@media screen and (min-width:1200px){

    .section-20 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-20.image {
        flex-basis: 353px;
        margin: 0px;
        order: 2;
    }

    .section-20 .inner-wrap {
        flex-basis: calc(100% - 353px);
        padding: 30px 0px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-20 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
	.section-20 .image{
		flex-basis: 353px;
		margin-right: -60px;
	}

    .section-20 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 0px 30px 30px;
        order: 2;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-20 .title {
		text-align: center;
		max-width: 480px;
		margin: 0px auto 20px auto;
	}
	
	.section-20 .image{
		margin-bottom: 0px;
		position: relative;
		left: -30px;
	}
	
	.section-20 .image img{
		max-width: 420px;
	}
	
	.section-20 p{
		margin: 0px auto;
	}
	
	#product-tabs .section-20 ul {
		margin: 0px auto;
		padding-left: 0px;
		max-width: 240px;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-20{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.section-20 .image{
		overflow: hidden;
	}
	
	.section-20 .image img{
        max-width: 100%;
        margin-bottom: 0px;
        width: 320px;
        position: relative;
        left: -20px;
	}
	
	#product-tabs .section-20 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
	#product-tabs .section-20 ul{
		margin: 0px auto;
		max-width: 285px;
	}
	
	.section-20 li {
		color: #ffffff;
		font-size: 18px;
		margin-bottom: 15px;
	}
	
}

/**/

.section-21{
	background: #ffffff;
	padding: 40px 0px 30px 0px;
	position: relative;
}

.section-21:before{
    content: "";
    background: #ffffff;
    position: absolute;
    top: 0;
    left: calc(50% + -50vw);
    height: 100%;
    width: 100vw;
    z-index: 1;
}

.section-21 .d-flex{
	flex-direction: column;
}

#product-tabs .section-21 .sub-title{
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

.section-21 *{
	position: relative;
	z-index: 2;
}

#product-tabs .section-21 .title{
	font-weight: 800;
	text-align: center;
}

.section-21 .image{
    flex-basis: auto;
	padding: 0px;
	order: 1;
	position: relative;
}

.section-21 .image img{
	display: block;
	margin: 0px auto;
	position: relative;
}

.section-21 .inner-wrap{
	flex-basis: auto;
	order: 2;
}

.section-21 p{
    max-width: 520px;
}

@media screen and (min-width:1200px){

    .section-21 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-21 .image {
        flex-basis: 446px;
        margin: 0px;
        order: 2;
    }

    .section-21 .inner-wrap {
        flex-basis: calc(100% - 446px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
	
	.section-21 .d-flex {
        align-items: center;
        flex-direction: row;
        max-width: 850px;
        margin: 0px auto;
    }
	
    .section-21 .image {
        flex-basis: 463px;
        margin: 0px;
        order: 2;
    }

    .section-21 .inner-wrap {
        flex-basis: calc(100% - 463px);
        padding: 30px 30px 30px 0px;
        order: 1;
    }
	
}

@media (min-width:768px) and (max-width:991px) {
	
	#product-tabs .section-21 .title {
        text-align: center;
        max-width: 480px;
        margin: 0px auto 20px auto;
    }
	
	.section-21 .image{
		margin-bottom: 20px;
	}
	
	.section-21 .image img{
		max-width: 420px;
	}
	
	.section-21 p{
		margin: 0px auto;
	}
	
}

@media screen and (max-width:767px) {
	
	.section-21{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	
	.section-21 .image{
		overflow: hidden;
	}
	
	.section-21 .image img{
		max-width: 300px;
    	margin-bottom: 20px;
	}
	
	#product-tabs .section-21 .title {
		text-align: center;
		max-width: 300px;
		margin: 0px auto 20px auto;
	}
	
}

/**/

/**/

#faq{
	padding-top: 30px;
}

#faq .sub-title{
	font-size: 35px;
	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;
}

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 .title {
		text-align: center;
		font-size: 34px;
	}
	
	#faq .sub-title {
    	font-size: 30px;
	}
	
}

@media (max-width:767px){
	
	#product-tabs #faqs-tab .sub-title {
    	font-size: 24px;
	}
	
	#faq .title {
		text-align: center;
		font-size: 28px;
	}
	
	#faq .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;
	}

}