.custom-list li {
    position: relative;
    padding: 5px 0 5px 45px;
    text-align: left;
}

@media (min-width: 768px) {
	
    .single .p-b header h1 {
        font-size: 46px;
        text-align: left;
    }
	
}

header p.product-tagline {
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}

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

.section-1 .inner-wrap{
	order: 1;
	padding: 20px 30px 20px 30px;
	position: relative;
}

.section-1 .image{
	order: 2;
	position: relative;
}

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

.section-1 .title{
    font-size: 34px;
    margin-bottom: 20px;
}

.section-1 p{
	margin-bottom: 20px;
}

.section-1 .custom-list{
	margin-bottom: 10px;
}

.section-1 .custom-list.check-list li{
	font-size: 20px;
	font-weight: 800;
	padding-left: 25px;
}

.section-1 .custom-list.check-list li:before{
	background: url(/wp-content/uploads/2023/09/light-blue-checkmark.png) center center/contain no-repeat;
	width: 16px;
    height: 13px;
    position: absolute;
    left: 0;
	top: 11px;
}

@media (min-width: 992px){
	
	.section-1 .d-flex{
		flex-direction: row;
	}

	.section-1 .inner-wrap{
		background: #ffffff;
		order: 2;
		padding: 20px 30px 20px 30px;
		position: relative;
		width: 50%;
	}

	.section-1 .image{
		order: 1;
		position: relative;
		width: 50%;
	}

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

}

@media (min-width: 1200px){
	
	.section-1 .d-flex{
		flex-direction: row;
	}

	.section-1 .inner-wrap{
		background: #ffffff;
		order: 2;
		padding: 20px 30px 20px 30px;
		position: relative;
		top: 40px;
		left: -80px;
		width: 50%;
	}

	.section-1 .image{
		order: 1;
		position: relative;
		width: 50%;
	}

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

@media (min-width: 992px) and (max-width: 1199px){
	
	.section-1 .title{
		font-size: 34px;
		line-height: 1.2em;
		margin-bottom: 20px;
	}
	
	.section-1 .image{
		position: relative;
		width: 40%;
	}
	
	.section-1 .image img{
		position: absolute;
		top: 0;
		left: 0;
		max-width: 100%;
	}
	
	.section-1 .inner-wrap{
		top: 30px;
		left: -30px;
		width: 60%;
	}
	
}

@media screen and (max-width: 991px){
	
	.section-1 .image{
		text-align: center;
	}
	
}

@media screen and (max-width: 767px){
	
    .section-1 {
        padding-bottom: 15px;
    }
	
	.section-1 .title {
		font-size: 27px;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.section-1 .inner-wrap{
		padding: 0px 0px 20px 0px;
	}
	
	.section-1 p {
		margin-bottom: 15px;
	}
	
	.section-1 ul{
		margin-bottom: 20px;
	}
	
}

/**/

.section-2 .container{
    background: #1a1824;
    max-width: 1045px;
    padding: 30px;
}

.section-2 .inner-wrap{
    width: calc(100% - 380px);
}

.section-2 .image{
    width: 380px;
    position: relative;
}

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

.section-2 .title {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 20px;
}

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

.section-2 .custom-list.check-list li {
	color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    padding-left: 25px;
}

.section-2 .custom-list.check-list li:before {
    background: url(/wp-content/uploads/2023/09/light-blue-checkmark.png) center center / contain no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 11px;
}

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

@media (min-width: 768px) and (max-width: 991px){
	
	.section-2 .title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	
}

@media (max-width: 767px){
	
	.section-2{
		padding: 0px 10px;
	}
	
	.section-2 .container {
		padding: 30px 15px 30px 15px;
	}
	
	.section-2 .title {
        font-size: 26px;
        margin-bottom: 15px;
        text-align: center;
	}
	
	.section-2 .d-flex{
		flex-direction: column;
	}
	
	.section-2 .image {
		width: 100%;
	}
	
	.section-2 .image img {
		max-width: 320px;
		position: relative;
		right: 30px;
	}
	
    .section-2 .inner-wrap {
		padding-bottom: 20px;
        width: 100%;
    }
	
	.section-2 p {
		margin-bottom: 10px;
	}
	
	.section-2 .custom-list.check-list li {
		font-size: 16px;
		padding-left: 25px;
	}
	
}

/**/

.section-3 .container{
	max-width: 1045px;
    padding: 30px 0px;
}

.section-3 .d-flex .column {
    background: #3e93bc;
    margin-right: 30px;
    margin-bottom: 0px;
    padding: 30px;
    width: calc(50% - 15px);
}

.section-3 .title {
	color: #ffffff;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
}

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

.section-3 img{
	display: block;
	margin: 0px auto 20px auto;
}

.section-3 .d-flex .column:nth-child(even) {
    background: #ebebeb;
    margin-right: 0px;
}

.section-3 .d-flex .column:nth-child(even) .title{
	color: #000000;
}

.section-3 .d-flex .column:nth-child(even) p{
	color: #000000;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.section-3 .container {
		padding: 30px 20px;
	}
	
	.section-3 .d-flex .column {
		margin-right: 0;
	}
	
	.section-3 .d-flex .column:nth-child(even) {
        margin-left: 20px;
        width: calc(50% - 10px);
    }

}

@media (min-width: 768px) and (max-width: 991px){
	
	.section-3 .title {
		font-size: 30px;
	}
	
	.section-3 .container {
		padding: 30px 20px;
	}
	
	.section-3 .d-flex .column {
		margin-right: 0;
	}
	
	.section-3 .d-flex .column:nth-child(even) {
        margin-left: 20px;
        width: calc(50% - 10px);
    }

}

@media (max-width: 767px){
	
	.section-3 .container{
		padding: 10px;
	}
	
	.section-3 .d-flex{
		flex-direction: column;
	}
	
    .section-3 .d-flex .column {
        margin-right: 0;
		margin-bottom: 10px;
        width: 100%;
    }
	
	.section-3 .title {
		font-size: 30px;
	}
	
}

/**/

.section-4 .container{
	max-width: 1045px;
    padding: 0px 0px 0px 0px;
}

.section-4 .d-flex{
	flex-wrap: wrap;
}

.section-4 .d-flex .column {
    background: #e5e5e5;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 30px;
    width: calc(50% - 30px);
}

.section-4 .title {
	color: #000000;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}

.section-4 .sub-title {
	color: #000000;
    font-size: 35px;
    text-align: left;
    margin-bottom: 15px;
}

.section-4 img{
	display: block;
	margin: 0px auto 20px auto;
}

.section-4 .d-flex .column:nth-child(even) {
    background: #ebebeb;
    margin-right: 0px;
    margin-left: 60px;
}

.section-4 ul{
    background: url(/wp-content/uploads/2025/06/s4-icons.png) no-repeat 0 0;
    padding-left: 60px;
}

.section-4 .column:nth-child(2) ul{
    background: url(/wp-content/uploads/2025/06/s4-icons-2.png) no-repeat 0 0;
    padding-left: 60px;
}

.section-4 .column:nth-child(3) ul{
    background: url(/wp-content/uploads/2025/06/s4-icons-3.png) no-repeat 0 0;
    padding-left: 60px;
	padding-bottom: 10px;
}

.section-4 .column:nth-child(4) ul{
    background: url(/wp-content/uploads/2025/06/s4-icons-4.png) no-repeat 0 0;
    padding-left: 60px;
	padding-bottom: 10px;
}

.section-4 li{
	font-weight: 600;
    margin-bottom: 72px;
}

.section-4 li:first-of-type{
	font-weight: 400;
	margin-bottom: 65px;
	padding-top: 10px;
}

.section-4 .d-flex .column:nth-child(2) li:first-of-type{
	font-weight: 400;
	margin-bottom: 93px;
	padding-top: 10px;
}

.section-4 .d-flex .column:nth-child(2) li:nth-child(2){
	margin-bottom: 70px;
}

.section-4 .d-flex .column:nth-child(2) li:nth-child(3){
	margin-bottom: 65px;
}

.section-4 .d-flex .column:nth-child(2) li:nth-child(4){
	margin-bottom: 0px;
}

.section-4 .d-flex .column:nth-child(2) li:first-of-type{
	font-weight: 400;
	margin-bottom: 93px;
	padding-top: 10px;
}

/**/

.section-4 .d-flex .column:nth-child(3) li:first-of-type {
    font-weight: 400;
    margin-bottom: 95px;
    padding-top: 10px;
}

.section-4 .d-flex .column:nth-child(3) li:nth-child(2){
	margin-bottom: 68px;
}

.section-4 .d-flex .column:nth-child(3) li:nth-child(3){
	margin-bottom: 66px;
}

.section-4 .d-flex .column:nth-child(3) li:nth-child(4){
	margin-bottom: 0px;
}

/**/

.section-4 .d-flex .column:nth-child(4) li:first-of-type {
    font-weight: 400;
    margin-bottom: 95px;
    padding-top: 10px;
}

.section-4 .d-flex .column:nth-child(4) li:nth-child(2){
	margin-bottom: 68px;
}

.section-4 .d-flex .column:nth-child(4) li:nth-child(3){
	margin-bottom: 66px;
}

.section-4 .d-flex .column:nth-child(4) li:nth-child(4){
	margin-bottom: 0px;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.section-4 .container {
		padding: 0px 10px 0px 10px;
	}
	
	.section-4 .d-flex {
		justify-content: center;
	}
	
	.section-4 .d-flex .column:nth-child(even){
		margin-left: 20px;
		width: calc(50% - 10px);
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.section-4 .container {
		padding: 30px 20px;
	}
	
	.section-4 .d-flex .column {
		margin-right: 0;
	}
	
	.section-4 .d-flex .column:nth-child(even) {
        margin-left: 20px;
        width: calc(50% - 10px);
    }
	
}

@media (max-width: 767px){
	
	.section-4 .d-flex {
		padding: 0px 10px;
	}
	
	.section-4 .title {
		font-size: 30px;
		max-width: 320px;
		margin: 0px auto 20px auto;
	}
	
    .section-4 .sub-title {
        font-size: 21px;
        margin-bottom: 15px;
    }
	
	.section-4 .d-flex .column{
		margin-bottom: 15px;
		width: 100%;
	}
	
	.section-4 .d-flex .column:nth-child(even){
		margin-left: 0px;
	}
	
	.section-4 li:first-of-type{
		margin-bottom: 38px;
	}
	
	.section-4 li:nth-child(2) {
		margin-bottom: 70px;
	}
	
	.section-4 li:nth-child(3) {
		margin-bottom: 40px;
	}
	
	.section-4 li:nth-child(4) {
		margin-bottom: 0px;
	}
	
	.section-4 .d-flex .column:nth-child(2) li:first-of-type {
		margin-bottom: 65px;
	}
	
	.section-4 .d-flex .column:nth-child(2) li:nth-child(2) {
		margin-bottom: 45px;
	}
	
	.section-4 .d-flex .column:nth-child(3) li:first-of-type {
		margin-bottom: 65px;
	}
	
	.section-4 .d-flex .column:nth-child(3) li:nth-child(2) {
		margin-bottom: 44px;
	}
	
	.section-4 .d-flex .column:nth-child(3) li:nth-child(3) {
		margin-bottom: 70px;
	}

}

/**/

.section-5{
	padding-bottom: 30px;
}

.section-5 .title{
	margin-bottom: 30px;
	text-align: center;
}

.section-5 .d-flex{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto;
	max-width: 760px;
}

.section-5 .ingredient {
	display: flex;
    background: #3e93bc;
    border-radius: 80px;
    align-items: center;
    margin: 10px;
    padding: 2px 20px 2px 2px;
    width: calc(50% - 20px);
    overflow: hidden;
}

.section-5 .ingredient h3 {
    color: #ffffff;
    font-size: 21px;
	letter-spacing: -0.5px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.section-5 .ingredient h3 small{
	display: block;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.4em;
}

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

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

@media (max-width: 767px){
	
	.section-5 {
		padding-bottom: 30px;
		padding-top: 10px;
	}
	
	.section-5 .title {
        font-size: 23px;
        margin-bottom: 15px;
	}
	
	.section-5 .ingredient {
		width: 300px;
	}
	
	.section-5 .ingredient img{
		width: 100px;
	}
	
	.section-5 .ingredient h3 {
		font-size: 18px;
	}
	
	.section-5 .ingredient h3 small {
		font-size: 12px;
		line-height: 1.4em;
		letter-spacing: 0;
	}
	
}

/**/

.section-6{
    content: "";
    background: #1a1824;
    position: relative;
    top: 0px;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0%);
    z-index: 1;
}

.section-6 .container{
    background: #1a1824;
	height: 530px;
    max-width: 1045px;
    padding: 40px 0px;
	position: relative;
	z-index: 2;
}

.section-6 .d-flex{
	height: 83%;
}

.section-6 .left-col{
	display: flex;
	align-items: center;
    width: 33.3%;
}

.section-6 .right-col{
	display: flex;
	align-items: center;
    width: 33.3%;
}

.section-6 .image{
    width: 33.3%;
    position: relative;
}

.section-6 .image img{
    max-width: none;
    position: absolute;
    right: 40px;
}

.section-6 .title {
    color: #ffffff;
    font-size: 35px;
	text-align: center;
    margin-bottom: 30px;
}

.section-6 .custom-list li {
	color: #ffffff;
    font-size: 21px;
    font-weight: 800;
	margin-bottom: 40px;
    padding-left: 25px;
}

.section-6 .custom-list li:before {
	background: url(/wp-content/uploads/2023/09/yellow-checkmark.png) center center / contain no-repeat;
    height: 23px;
	width: 30px;
    position: absolute;
    left: -15px;
    top: 6px;
}

@media (min-width: 992px) and (max-width: 1199px){
	
	.section-6 .container {
		padding: 40px 30px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	.section-6 .container {
		padding: 40px 30px;
	}
	
	.section-6 .image {
		display: flex;
		align-items: center;
	}
	
	.section-6 .image img {
		max-width: 100%;
		position: absolute;
		right: 40px;
	}
	
	.section-6 .custom-list li:last-of-type{
		margin-bottom: 0;
	}

}

@media (max-width: 767px){
	
    .section-6 .container {
        height: auto;
        margin: 0px auto;
        padding: 20px 25px;
    }
	
	.section-6 .title {
		font-size: 28px;
		text-align: center;
		max-width: 290px;
		margin: 0px auto 20px auto;
	}
	
	.section-6 .d-flex {
		height: auto;
	}

	.section-6 .image img {
		max-width: 165px;
		right: 6px;
	}
	
	.section-6 .custom-list li {
		font-size: 14px;
		line-height: 1.2em;
		margin-bottom: 2px;
		padding-left: 12px;
	}
	
    .section-6 .custom-list li:before {
        height: 15px;
        width: 15px;
        left: -10px;
        top: 4px;
    }
	
}

/**/

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

.section-7 .container{
	margin: 0px auto;
	max-width: 1045px;
}

.section-7 .left-col{
	width: 50%;
}

.section-7 .right-col{
	width: 50%;
	position: relative;
}

.section-7 .right-col img{
	max-width: none;
	position: absolute;
	right: 0px;
	top: -20px;
}

.section-7 .title{
	font-size: 35px;
    margin-bottom: 50px;
}

.section-7 p{
	margin-bottom: 40px;
}

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

@media (min-width: 768px) and (max-width: 991px){
	
	.section-7{
		padding-bottom: 0;
	}
	
	.section-7 .title {
		font-size: 35px;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.section-7 .d-flex{
    	flex-direction: column;
	}
	
	.section-7 .left-col {
		padding: 0px 0px 30px 0px;
		width: 100%;
	}
	
	.section-7 .right-col {
		text-align: center;
		width: 100%;
	}
	
	.section-7 .right-col img {
		max-width: 480px;
		position: relative;
		right: 60px;
		top: 0px;
	}
	
	.section-7 p {
		margin-bottom: 20px;
	}
	
}

@media (max-width: 767px){

	.section-7{
		padding: 30px 0px 0px 0px;
	}
	
    .section-7 .title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
	
	.section-7 .d-flex{
    	flex-direction: column;
	}
	
	.section-7 .left-col {
		padding: 0px 0px 30px 0px;
		width: 100%;
	}
	
	.section-7 .right-col {
		text-align: center;
		width: 100%;
	}
	
    .section-7 .right-col img {
        max-width: 320px;
        position: relative;
        right: 40px;
        top: 0px;
    }
	
	.section-7 p {
		margin-bottom: 20px;
	}
	
}

/**/

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

.section-8 .container{
	background: linear-gradient(90deg,rgba(6, 97, 239, 1) 0%, rgba(29, 59, 171, 1) 50%, rgba(29, 59, 171, 1) 100%);
	margin: 0px auto;
	max-width: 1045px;
	padding: 0px;
}

.section-8 .left-col{
	padding: 40px 30px 20px 30px;
	width: calc(100% - 537px);
}

.section-8 .right-col{
	width: 537px;
}

.section-8 .title{
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 30px;
}

.section-8 p {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 50px;
}

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

@media (min-width: 768px) and (max-width: 991px){
	
	.section-8 .d-flex{
		flex-direction: column;
	}
	
	.section-8 .left-col{
		padding-bottom: 40px;
		width: 100%;
	}
	
	.section-8 .right-col{
		width: 100%;
	}
	
	.section-8 .title{
		text-align: center;
	}
	
	.section-8 .btn-primary:not(:disabled):not(.disabled).active, 
	.section-8 .btn-primary:not(:disabled):not(.disabled):active, 
	.section-8 .show > .btn-primary.dropdown-toggle, 
	.section-8 a.btn-primary, a.btn-primary:visited{
		display: table;
		margin: 0px auto;
	}
	
}

@media (max-width: 767px){
	
	.section-8{
		padding-top: 20px;
	}
	
	.section-8 .d-flex{
		flex-direction: column;
	}
	
    .section-8 .left-col {
        padding: 30px 30px 30px 30px;
        width: 100%;
    }
	
	.section-8 .right-col{
		width: 100%;
	}
	
    .section-8 .title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 15px;
    }
	
	.section-8 p {
		font-size: 16px;
		margin-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.section-8 .btn-primary:not(:disabled):not(.disabled).active, 
	.section-8 .btn-primary:not(:disabled):not(.disabled):active, 
	.section-8 .show > .btn-primary.dropdown-toggle, 
	.section-8 a.btn-primary, a.btn-primary:visited{
		display: table;
		margin: 0px auto;
	}
	
}

/**/

#faq{
    border-top:4px solid #eee;
    max-width:1140px;
    margin:0 auto;
    padding-top:50px
}

#faq h2{
	font-size: 42px;
    max-width:870px;
    text-align:center;
    margin:0 auto 50px
}

#faq .card-header a{
    display:block;
    border:none;
    transform:skew(15deg);
    padding:22px 60px 22px 40px;
    font-size:18px;
    color:#000;
    font-family:"Roboto Condensed",sans-serif
}

#faq #faq-accordion .card-header,#faq #faq-accordion .card{
    background: transparent;
    border:none;
}

#faq #faq-accordion .card-header h5{
    background:#eee;
    margin:0;
    transform:skew(-15deg)
}

#faq div#faq-accordion{
    max-width:1140px;
    margin:0 auto
}

#faq .card-header a:after{
    content:"+";
    display:block;
    font-family:"Font Awesome 5 Free";
    position:absolute;
    top:36%;
    right:30px;
    font-size:18px;
    content:-
}

#faq .card-header a.collapsed:after{
    content:"+"
}

#faq .card-body {
    max-width: 1045px;
    margin: 0 auto;
}

#faq .card-body ul{
	margin-bottom: 20px;
	padding-left: 40px;
}

#faq .card-body li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}

#faq .card-body li:before{
	content: "";
	background: #9acfea;
	border-radius: 100%;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 5px;
	left: 0px;
}

@media (min-width: 991px){
	
    #faq .card-header a:after{
        right:50px
    }
	
    #faq .card-header a{
        font-size:22px;
        font-family:"Futura Std Extra Bold Condensed"
    }
	
}

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

@media (max-width: 767px){

	#faq{
		padding-top: 20px;
	}
	
	#faq h2 {
		font-size: 26px;
		max-width: 870px;
		text-align: center;
		margin: 0 auto 20px;
	}
	
	#faq .container{
		padding: 0px 30px;
	}
	
	#faq .card-header a{
		font-weight: 600;
	}
	
}