/* QUIZ - quiz
--------------------------------------------- */

.block-quiz-container {
	position: relative;
}

.block-quiz-container .block-road-image {
	position: absolute;
	top: 0;
	transform: translateY(-99%);
	right: 0;
	z-index: -1;
	width: 70%;
}

.block-quiz-container .block-road-expansion {
	position: absolute;
	top: 0;
	transform: translateY(-179%);
	left: 97%;
	width: calc(100vw - 1500px);
	min-width: 100%;
	padding-bottom: 11.6%;
	background-repeat: repeat-x;
	background-size: contain;
	z-index: -2;
}

.block-quiz {
	position: relative;
	max-width: 350px;
	background: rgb(128, 206, 204);
	background: linear-gradient(180deg, rgba(128, 206, 204, 1) 6%, rgba(109, 194, 233, 1) 100%);
	width: 100%;
	margin: 0 0 0 auto;
}

.block-quiz-inner {
	padding: 1em;
	position: relative;
}

.block-quiz-heading {
	position: relative;
	margin-bottom: 24%;
}

.block-quiz-heading h3 {
	margin: 0;
	color: var(--wp--preset--color--primary);
	font-family: "interstate", sans-serif;
	font-weight: 800;
	line-height: 1;
	font-size: 3em;
	letter-spacing: -1px;
	white-space: nowrap;
}

.block-quiz-image {
	position: absolute;
	width: 50%;
	right: -11%;
	bottom: -45%;
}

.block-quiz-inner p {
	margin: 0;
	color: var(--wp--preset--color--primary);
	font-size: 1.15em;
}

.block-quiz-cta {
	background-color: var(--wp--preset--color--secondary);
	text-align: right;
	padding: 0.3em 1em;
}

.block-quiz-cta a {
	text-decoration: none;
}

.block-quiz-cta a h4 {
	margin: 0;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 900;
	vertical-align: middle;
	color: var(--wp--preset--color--primary);
	display: inline-block;
	margin-right: 0.5em;
	text-transform: uppercase;
}

.block-quiz-cta a .arrow {
	position: relative;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 2em;
	vertical-align: middle;
	transform: rotate(-90deg);
}

.block-quiz-cta a .arrow .arrow-arm {
	position: absolute;
	width: 62%;
	height: 20%;
	background: var(--wp--preset--color--primary);
	top: 55%;
	border-radius: 0em;
}

.block-quiz-cta a .arrow .arrow-arm.arrow-arm-left {
	transform: rotate(45deg);
	left: 4%;
}

.block-quiz-cta a .arrow .arrow-arm.arrow-arm-right {
	transform: rotate(-45deg);
	right: 4%;
}

.block-quiz-cta a .arrow .arrow-arm.arrow-arm-middle {
	transform: rotate(90deg);
	right: 19%;
	top: 26%;
}


.block-featureboxes {
	display: flex;
	margin: 2em -1em;
	align-items: stretch;
}

.block-featureboxes .block-featurebox {
	flex: 0 1 33.33%;
	padding: 0 1em;
	position: relative;
}

.block-featureboxes .block-featurebox .block-featurebox-inner {
	background: rgb(252, 195, 117);
	background: linear-gradient(0deg, rgba(252, 195, 117, 1) 0%, rgba(217, 217, 117, 1) 15%, rgba(207, 223, 119, 1) 39%, rgba(143, 198, 82, 1) 100%);
	height: 100%;
	padding: 1em;
	padding-bottom: 2em;
	position: relative;
}

.block-featureboxes .block-featurebox .block-featurebox-inner h3 {
	margin: 0;
	color: var(--wp--preset--color--primary);
	font-family: "interstate", sans-serif;
	font-weight: 800;
	line-height: 0.85;
	font-size: 3em;
	letter-spacing: -1px;
	width: 70%;
}

.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image {
	position: absolute;
	bottom: 0;
	right: 0;
}

.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image0 {
	height: 67%;
	right: 0;
	width: 292px;
}

.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image0 svg {
	width: 100%;
	height: 100%;
}

.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image1 svg {
	width: 100%;
	height: 100%;
}

.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image2 svg {
	width: 100%;
	height: 100%;
}

.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image1 {
	height: 80%;
	right: 5.75%;
	bottom: 7%;
	width: 160px;
}

.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image2 {
	height: 90%;
	right: 4%;
	bottom: 5%;
	width: 50px;
}

.block-featureboxes .block-featurebox .block-featurebox-container {
	width: calc(100% - 2em);
	position: absolute;
	height: 100%;
	top: 100%;
	transform: translateY(-2.2em);
	z-index: 2;
	height: 50px;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-explore {
	position: absolute;
	top: 0.6em;
	right: 1em;
	margin: 0;
	padding: 0.2em 0.4em;
	border-radius: 0.3em;
	background: var(--wp--preset--color--tertiary);
	color: var(--wp--preset--color--primary);
	font-weight: 800;
	text-transform: uppercase;
	font-size: 1.5em;
	font-family: "interstate", sans-serif;
	pointer-events: none;
	cursor: pointer;
	z-index: 2;
	white-space: nowrap;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-explore .arrow {
	position: relative;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: inherit;
	vertical-align: middle;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-explore .arrow .arrow-arm {
	position: absolute;
	width: 62%;
	height: 20%;
	background: var(--wp--preset--color--primary);
	top: 35%;
	border-radius: 1em;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-explore .arrow .arrow-arm.arrow-arm-left {
	transform: rotate(45deg);
	left: 3%;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-explore .arrow .arrow-arm.arrow-arm-right {
	transform: rotate(-45deg);
	right: 3%;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	bottom: -3em;
	left: 0;
	width: 100%;
	z-index: 0;
	color: var(--wp--preset--color--primary);
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner {
	padding: 1em;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-arrow-container {
	display: block;

	height: 100%;
	margin-left: 73%;
	margin-bottom: -1px;
	padding-top: 3.25em;
	cursor: pointer;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-arrow-container .block-featurebox-arrow {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 17.5px 20px 17.5px;
	border-color: transparent transparent #cdcece transparent;
	transform: rotate(0deg);
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-info-inner-inner {
	padding: 1em;
	background-color: #cdcece;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-info-inner-inner p:first-child {
	margin-top: 0;
}

.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-info-inner-inner p:last-child {
	margin-bottom: 0;
}

/* Case Study Blocks - casestudyblocks
--------------------------------------------- */
.custom-block-case-studies h2 {
	color: var(--wp--preset--color--secondary);
	margin-bottom: 0;
}

.custom-block-case-studies .custom-block-case-studies-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1em;
	justify-content: center;
}

.custom-block-case-studies .custom-block-case-studies-container .custom-block-case-study {
	padding: 1em;
}

.custom-block-case-studies .custom-block-case-studies-container .custom-block-case-study a {
	text-decoration: none;
	color: inherit;
}

.custom-block-case-studies .custom-block-case-studies-container .custom-block-case-study h3 {
	font-size: 1.5em;
	margin-bottom: 0.25em;
}

.custom-block-case-studies .custom-block-case-studies-container .custom-block-case-study p {
	margin: 0;
}

.custom-block-case-studies .custom-block-case-studies-container .custom-block-case-study p em{
	margin-bottom: 1.5em;
}

.custom-block-case-studies .custom-block-case-studies-container .custom-block-case-study .custom-block-case-study-thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 130%;
	margin-top: 1em;
}

.custom-block-case-studies .custom-block-case-studies-container .custom-block-case-study .custom-block-case-study-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-bottom: 16px solid #7fcecd;
}



/* Link Tagline - linktagline
--------------------------------------------- */
.custom-block-tagline-link {
	position: absolute;
	bottom: -4em;
	left: 0;
	width: 100%;
	background: #7fcecd;
	padding: 1em 0;
	display: flex;
	align-items: center;
}

.custom-block-tagline-link a {
	text-decoration: none;
	color: var(--wp--preset--color--primary);
	display: inline-flex;
	justify-content: right;
	width: 100%;
	height: 100%;
	background: transparent;
	font-weight: 800;
	padding-right: 2em;
	font-size: 1.5em;
	transition: 0.3s ease;
}

.custom-block-tagline-link a:hover {
	padding-right: 3em;
}

.custom-block-tagline-link a:visited {
	color: var(--wp--preset--color--primary);
}

.custom-block-tagline-link a:hover::before {
	right: 1.5em;
}

.custom-block-tagline-link a::before {
	width: 1em;
	height: 1em;
	border-bottom-width: 0.4em;
	border-bottom-style: solid;
	border-left-width: 0.4em;
	border-left-style: solid;
	transform: rotate(225deg);
	position: absolute;
	top: 37%;
	right: 0.5em;
	content: "";
	color: var(--wp--preset--color--primary);
	transition: 0.3s ease;
}

.custom-block-tagline-separator {
	width: 100%;
	position: relative;
	padding: 0.75em 0;
	background: #7fcecd;
	margin-bottom: 2em;
}

/* Call to Actions - calltoactions
--------------------------------------------- */
.custom-block-call-to-actions {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3em;
}

.custom-block-call-to-actions .custom-block-call-action {
	flex: 0 1 33.33%;
	padding: 3em;
}

.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container {
	position: relative;
}

.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-content {
	padding: 1em;
	padding-bottom: 3em;
}

.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-content .call-action-text h3 {
	margin: 0;
	color: var(--wp--preset--color--primary);
	font-family: "interstate", sans-serif;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -1px;
	font-size: 2.5em;
}

.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-link {
	position: absolute;
	right: -2em;
	bottom: -1em;
}

.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-link a {
	display: inline-flex;
	padding: 0.3em 0.7em;
	background: #7fcecd;
	border-radius: 10px;
	color: var(--wp--preset--color--primary);
	text-decoration: none;
	font-weight: 800;
	font-size: 1.5em;
	padding-right: 1.5em;
}

.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-link a:before {
	width: 1em;
	height: 1em;
	border-bottom-width: 0.3em;
	border-bottom-style: solid;
	border-left-width: 0.3em;
	border-left-style: solid;
	transform: rotate(225deg);
	position: absolute;
	top: 27%;
	right: 0.5em;
	content: "";
	color: var(--wp--preset--color--primary);
	transition: 0.3s ease;
}

.custom-block-call-to-actions .custom-block-call-action .call-action-icon img {
	width: 100%;
}

.custom-block-call-to-actions .custom-block-call-action.design-planners .custom-block-call-action-container .custom-block-call-action-content {
	background: rgb(169, 56, 148);
	background: linear-gradient(0deg, rgba(169, 56, 148, 1) 0%, rgba(245, 174, 141, 1) 150%);
}

.custom-block-call-to-actions .custom-block-call-action.design-planners .custom-block-call-action-container .custom-block-call-action-content .call-action-icon {
	position: absolute;
	bottom: 0;
	right: -2em;
	width: 11em;
}

.custom-block-call-to-actions .custom-block-call-action.design-quiz .custom-block-call-action-container .custom-block-call-action-content {
	background: rgb(252, 195, 117);
	background: linear-gradient(0deg, rgba(252, 195, 117, 1) 0%, rgba(217, 217, 117, 1) 15%, rgba(216, 218, 117, 1) 39%, rgba(143, 198, 82, 1) 100%);
}

.custom-block-call-to-actions .custom-block-call-action.design-quiz .custom-block-call-action-container .custom-block-call-action-content .call-action-icon {
	position: absolute;
	top: -1em;
	right: 0;
	width: 9em;
}

.custom-block-call-to-actions .custom-block-call-action.design-careers .custom-block-call-action-container .custom-block-call-action-content {
	background: rgb(15, 98, 163);
	background: linear-gradient(0deg, rgba(15, 98, 163, 1) 0%, rgba(109, 194, 233, 1) 100%);
}

.custom-block-call-to-actions .custom-block-call-action.design-careers .custom-block-call-action-container .custom-block-call-action-content .call-action-icon {
	position: absolute;
	bottom: -25%;
	transform: translateY(25%);
	right: 0;
	width: 14em;
}



/* Road left */

.block-road-left-container {
	position: relative;
	padding-top: 20em;
}

.block-road-left-container .block-road-left-inner {
	position: absolute;
	top: 50%;
	right: -25%;
	width: 100%;
	height: 100%;
	transform: scale(2);
	z-index: -3;
}

.block-road-left-container .block-road-left-image {
	position: absolute;
	top: 0;
	transform: translateY(5%);
	right: 70%;
	height: 100%;
}

.block-road-left-container .block-road-left-expansion {
	position: absolute;
	top: 0;
	transform: translate(8%, 5%);
	right: 100%;
	width: 100%;
	height: 100%;
	background-repeat: repeat-x;
	z-index: -3;
}

/* Video Carousel
--------------------------------------------- */

.block-standard-carousel {
	position: relative;
	margin-right: 4em;
}

.block-standard-carousel-container {
	position: relative;
	overflow: hidden;
}

.block-standard-carousel-slides {
	display: flex;
	transition: transform 0.5s ease;
}

.block-standard-slide {
	flex: 0 0 100%;
	transition: transform 0.3s ease-in;
	opacity: 0;
}

.block-standard-slide.block-standard-slide-active {
	opacity: 1;
}

.block-standard-slide-container {
	position: relative;
	z-index: 1;
}

.block-standard-image {
	overflow: hidden;
	height: 0px;
	display: block;
	position: relative;
	padding-bottom: 50%;
	z-index: -1;
}

.block-standard-image video {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	cursor: pointer;
}

.block-standard-carousel .custom-block-slider-arrows {
	display: flex;
	justify-content: space-between;
	width: calc(100% + 4em);
	margin: 0 -2em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	align-items: center;
	z-index: 2;
}

.block-standard-carousel .block-standard-carousel-slides-inner {
	flex-wrap: nowrap;
	overflow: hidden;
}

.block-standard-carousel .custom-block-slider-arrow {
	display: block;
	width: 25px;
	height: 25px;
	border-top: 6px solid var(--wp--preset--color--secondary);
	border-left: 6px solid var(--wp--preset--color--secondary);
	cursor: pointer;
	transition: all 0.3s ease;
}

.block-standard-carousel .custom-block-slider-arrow:hover {
	border-top: 6px solid var(--wp--preset--color--tertiary);
	border-left: 6px solid var(--wp--preset--color--tertiary);
}

.block-standard-carousel .not-active {
	opacity: 0.5;
	pointer-events: none;
}

.block-standard-carousel .custom-block-slider-arrow img {
	width: 100%;
}

.custom-block-slider-arrow {
	transform: rotate(-45deg);
}

.custom-block-slider-arrow.custom-block-slider-arrow-right {
	transform: rotate(135deg);
}

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

	.custom-block-call-to-actions .custom-block-call-action.design-quiz .custom-block-call-action-content .call-action-icon {
		top: 4em;
		right: 0;
		width: 7em;
	}

}


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

	.block-quiz-container .block-quiz-inner {
		margin-top: 20%;
	}

	.block-road-left-container .block-road-left-inner {
		right: -45%;
	}

	.custom-block-call-to-actions {
		justify-content: center;
	}

	.custom-block-call-to-actions .custom-block-call-action {
		flex: 0 1 50%;
	}

	.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-arrow-container {
		margin-left: 91%;
		padding-top: 2.25em;
	}


}


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

	.block-featureboxes {
		flex-wrap: wrap;
	}

	.block-featureboxes .block-featurebox {
		flex: 0 1 100%;
		padding: 1em;
		margin-bottom: 3em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner {
		padding-bottom: 2em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner h3 {
		min-height: 2em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-explore {
		top: 0em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image0 {
		height: 96%;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image1 {
		height: 78%;
		right: 2em;
		bottom: 12%;
	}

}

@media only screen and (max-width: 781px) {
	.block-quiz {
		margin: 0em auto;
	}
	.block-quiz-container .block-quiz-inner {
		margin-top: 10%;
	}

	.custom-block-call-to-actions .custom-block-call-action {
		flex: 0 1 100%;
		padding: 2em 5em;
	}

	.block-standard-carousel {
		margin: 0;
	}

	.block-standard-carousel .custom-block-slider-arrows {
		width: calc(100% + -2em);
		margin: 0 1em;
	}

	.block-standard-image {
		margin: 0 2em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-arrow-container {
		margin-left: 84%;
	}
}

@media only screen and (max-width: 768px) {
	.block-featureboxes .block-featurebox {
		flex: 0 1 100%;
	}

	.block-road-left-container {
		padding-top: 11em;
	}

	.block-road-left-container .block-road-left-inner {
		right: -30%;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner h3 {
		font-size: 2.5em;
	}

}

@media only screen and (max-width: 500px) {
	.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-content {
		padding-bottom: 6em;
	}

	.block-road-left-container {
		padding-top: 6em;
	}

	.custom-block-call-to-actions .custom-block-call-action.design-quiz .custom-block-call-action-content .call-action-icon {
		top: 4em;
		right: 0;
		width: 9em;
	}

	.custom-block-call-to-actions .custom-block-call-action.design-quiz .custom-block-call-action-content .call-action-text {
		width: 50%;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner h3 {
		font-size: 1.5em;
		line-height: 1em;
	}

	.block-featureboxes {
		margin: 0em -1em;
	}

	.block-featureboxes .block-featurebox {
		margin-bottom: 1em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-info .block-featurebox-info-inner .block-featurebox-arrow-container {
		margin-left: 80%;
		padding-top: 1.75em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-container {
		height: 65px;
	}

	.block-featureboxes .block-featurebox .block-featurebox-container .block-featurebox-explore {
		font-size: 1em;
		top: 0.3em;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image0 {
		height: 86%;
		width: 169px;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image1 {
		width: 71px;
	}

	.block-featureboxes .block-featurebox .block-featurebox-inner .featurebox-content-image.featurebox-content-image2 {
		right: 10%;
		width: 20px;
	}

	.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-link {
		position: relative;
		right: 0;
		margin: 0 auto;
		bottom: -1em;
	}

	.custom-block-call-to-actions .custom-block-call-action .custom-block-call-action-container .custom-block-call-action-link a {
		width: 100%;
	}

	.custom-block-call-to-actions .custom-block-call-action.design-planners .custom-block-call-action-container .custom-block-call-action-content .call-action-icon {
		bottom: 3em;
	}

	.custom-block-call-to-actions .custom-block-call-action.design-quiz .custom-block-call-action-container .custom-block-call-action-content .call-action-icon {
		position: absolute;
		top: 1em;
		right: -2em;
		width: 8em;
	}

	.custom-block-call-to-actions .custom-block-call-action.design-careers .custom-block-call-action-container .custom-block-call-action-content .call-action-icon {
		bottom: 0%;
	}

}


@media only screen and (max-width: 340px) {
	.custom-block-call-to-actions .custom-block-call-action.design-careers .custom-block-call-action-container .custom-block-call-action-content .call-action-icon {
		bottom: 7%;
	}
}