/* PRODUCT PAGES */



.product-hero {
	min-height: 620px;
	display: flex;
    align-content: center;
    flex-wrap: wrap;
    background-image: url('/wp-content/uploads/2024/05/hero-rings.png'),  url('/wp-content/uploads/2024/05/hero-rings.png') ;
    background-repeat: no-repeat;
    background-size: 15rem;
    background-position-x: 18rem, -10rem;
    background-position-y: -8rem, 37rem;
}

.product-why {
	padding-bottom: 0rem;
}

.product-why h3 {
	text-align: center;
    width: 100%;
    font-weight: 600;
}

.product-why .help-content{
	padding-top: 0rem;
}


.nothing-content-wrapper .help-content {
	padding-top: 0rem;
	background-image: url('/wp-content/uploads/2024/05/straight-flash-flipped.png');
}

.why-content-wrapper {
    background-size: 24rem;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 17rem;
    margin-bottom: 5rem;
}

.nothing-content-wrapper {
	margin-top: 5rem;
	padding-bottom: 10rem;
	background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.product-simple {
	position: relative;
	background-size: 0;
}

.product-simple:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('/wp-content/uploads/2024/05/round-flash.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 6rem bottom;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.simple-item {
	text-align: center;
	font-weight: 500;
	width: 65%;
	padding-top: 5rem;
	margin: auto;
	margin-top: 5rem;
	background-repeat: no-repeat;
	background-position: center top;
}

.simple-cta {
	width: fit-content;
	margin: auto;
}

.simple-grid-title {
	margin: 8rem auto 1rem auto;
}

.benefits-item {
	flex-wrap: wrap;
	align-items: center;
	min-height: 15rem;
	border-radius: 0.25rem;
	background-color: #fff;
	margin: 1rem auto;
	-webkit-box-shadow: 0px -1px 17px 2px rgb(195 195 195 / 50%);
  -moz-box-shadow: 0px -1px 17px 2px rgb(195 195 195 / 50%);
  box-shadow: 0px -1px 17px 2px rgb(195 195 195 / 50%);
}

.benefits-image {
	flex-basis: 30%;
	height: 100%;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

.benefits-content {
	flex-basis: 70%;
	padding-top: 1rem;
	padding-right: 2.5rem;
	font-size: 0.9rem;
}

.benefits-extra .benefits-item {
	min-height: unset;
}

.benefits-extra .benefits-content {
	flex-basis: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	max-height: 0rem;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.benefits-extra .benefits-content.open {
	opacity: 1;
	max-height: 20rem;
	padding-bottom: 2rem;
}

.benefits-extra .benefits-grid-title {
	padding: 1.5rem;
	padding-left: 4.5rem;
	width: 100%;
	cursor: pointer;
}

.benefits-extra .benefits-grid-title:before {
	content: "+";
    font-weight: 600;
    font-size: 2.5rem;
    position: absolute;
    left: 2rem;
    top: 0.85rem;
    color: #fc833d;
    rotate: 0deg;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.benefits-extra .benefits-grid-title.open:before {
    rotate: 135deg;
}

.cost {
	background-size: 0;
}

.cost-content-wrapper {
	position: relative;
}

.about-headline {
	display: flex;
	flex-direction: column;
}

.about-headline span {
	font-size: 1.5rem;
}


.process-gallery-wrapper {
	margin-bottom: 3rem;
}

.process-item {
	padding: 2rem 2.5rem;
	background-size: 0;
}

.process-arrow {
  position: relative;
  margin: 0 auto;
  width: 0px;
  margin-top: -220px;
}

.process-curve {
  border: 10px solid #fe593a;
  height: 270px;
  width: 230px;
  margin-bottom: 70px;
  border-radius: 230px 0 0 150px;
  position: relative;
  top: 130px;
  left: -100px;
  border-color: transparent transparent transparent #fe593a;
}

.process-arrow .process-point:before, .process-arrow .process-point:after {
  content:"";
  background: #fe593a;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
  display: block;
  height: 0.575em;
  position: absolute;
  right: 0;
  width: 2em;
}

.process-arrow .process-point:after {
  -webkit-transform: rotate(280deg);
  transform: rotate(280deg);
  position: relative;
  left: -81px;
  top: 8px;
}

.process-arrow .process-point:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  top: 356px;
  left: -95px;
  background-color: #fe593a;
}

.process-item.even + .process-arrow {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.process-arrow:last-of-type {
  display: none;
}

.process-item ol {
	list-style: decimal;
	margin-left: 3rem;
}

.process-item ul, .process-item ol  {
  padding: 1rem 0rem;
}

.process-item ul li, .process-item ol li {
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  font-weight: 600;
}

.process-item ol li {
  padding-left: 0rem;
}

.process-item ul li:before {
  content: '•';
  color: #fd793d;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  margin-left: -1rem;
}


.process-item h3 {
  width: fit-content;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  background: -webkit-linear-gradient(0deg, #fe523a 0%, #fcad40 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.general-content h1 {
	font-size: 3rem;
	line-height: 3rem;
	margin-bottom: 1.5rem;
}

.general-content h3 {
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin: 1.25rem 0rem;
}





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

	.product-hero {
    background-size: 70%;
    background-position: right bottom;
    height: calc(60vh + 215px);
    min-height: 815px;
	}

	.product-hero .hero-content {
		background-position-x: 60% ;
	}

	.product-hero .hero-text h1 {
		background-color: unset;
	}

	.why-content-wrapper {
	    background-size: 30rem;
	    background-position: right center;
	    padding-bottom: 2rem;
	}

	.product-why .help-tiles {
		grid-template-columns: repeat(4, 1fr);
	}

	.product-why .help-tiles .help-tile-item {
		grid-column: span 2;
		display: flex;
	}

	.product-why .help-tiles .help-tile-item:last-child:nth-child(3n - 1) {
	  	grid-column-end: -2;
	}

	.product-why .help-tiles .help-tile-item:nth-last-child(2):nth-child(3n + 1) {
	  	grid-column-end: 5;
	}

	.product-why .help-tiles .help-tile-item:last-child:nth-child(3n - 2) {
	 	grid-column-end: 5;
	}

	.nothing-content-wrapper {
	    padding-bottom: 0rem;
	    background-size: 50%;
	    background-position: right 25%;
	}

	.product-simple {
		background-repeat: no-repeat;
		background-size: 25rem;
    background-position: right top;
	}

	.product-simple:before {
		width: 20rem;
		height: 20rem;
		background-position: left bottom;
		right: unset;
		top: unset;
		bottom: 0;
		-moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
	}

	.simple-content-wrapper .help-content {
		background-image: unset;
	}

	.simple-title, .simple-intro {
		width: 50%;
	}

	

	.simple-grid {
		grid-template-columns: repeat(6, 1fr);
	}

	.simple-item {
		grid-column: span 2;
	}

	.simple-grid .simple-item:last-child:nth-child(3n - 1) {
	  	grid-column-end: -2;
	}

	.simple-grid .simple-item:nth-last-child(2):nth-child(3n + 1) {
	  	grid-column-end: 4;
	}

	.simple-grid .simple-item:last-child:nth-child(3n - 2) {
	 	grid-column-end: 5;
	}

	.benefits-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.benefits-grid {
		grid-gap: 0 2rem;
	}
	
	.benefits-item {
		grid-column: span 2;
	}

	.benefits-extra .benefits-item {
		grid-column: span 3;
	}


	.cost {
		position: relative;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 24rem;
	}

	.process-gallery {
		padding: 3rem 0rem;
	}

	.process-item {
		padding: 2rem 5rem;
		margin: 3rem 0rem;
		background-repeat: no-repeat;
    background-size: 10rem;
	}

	.process-item.odd {
		padding-right: 50%;
    background-position: 80% center;
	}

	.process-item.odd + .process-arrow {
		margin-left: 40%;
	}

	.process-item.even {
		padding-left: 50%;
		background-position: 20% center;
	}

	.process-item.even + .process-arrow {
		margin-left: 60%;
	}


	.process-gallery .slick-prev {
		left: -0.75rem;
	}

	.process-gallery .slick-next {
		right: 0.5rem;
	}

}



@media only screen and (min-width:1069px) {
	.product-hero {
		background-size: 60%;
		
    }

    .product-hero .hero-content {
			padding-top: 12rem;
			background-position-y: 10rem;

		}

    .product-why h3 {
			margin: auto;
			max-width: 285px;
		}

		.why-content-wrapper {
		    background-size: 40rem;
		}

		.nothing-content-wrapper {
		    padding-bottom: 0rem;
		    background-size: 65%;
		    background-position: right bottom;
		}

		.product-simple {
			background-size: 40rem;
    }

    .cost {
    	background-size: 35rem;
    }

    .process-item {
    	background-size: 12rem;
    	min-height: 12rem;
    }

    .process-item.odd {
    	background-position: 70% center;
		}

		.process-item.even {
			background-position: 30% center;
		}

		.process-item.odd + .process-arrow {
			margin-left: 30%;
		}

		.process-item.even + .process-arrow {
			margin-left: 70%;
		}

		.page-template-template-06-contact-page .contact-content-wrapper {
			padding-top: 6rem;
		}

}




@media only screen and (min-width:1220px) {
	.product-hero {
			background-size: 55%;
			height: 90vh;
			min-height: 820px;
    }



    .nothing-content-wrapper {
	    background-size: 50%;
		}

		.product-simple:before {
			width: 30rem;
			height: 30rem;
		}

		.cost {
    	background-size: 40rem;
    }
}




@media only screen and (min-width:1400px) {
	.product-hero {
		background-size: 50%;
		
    }
}



@media only screen and (min-width:1680px) {
	.product-hero {
		background-size: contain;
        background-position-x: 85%;
    }

    .cost {
    	background-position: 85% bottom;
    }

}
