:root {
	--pageFrame: 1315px;
	--maxWidth: 2000px;
	--padLess: 3.75rem;
	--padNorm: 6.25em;
	--padMore: 9.375rem;
}
/* ACCESSIBILITY */
.js-focus-visible .projects-grid-block .grid-item .focus-visible,
.js-focus-visible .project-category-container .focus-visible,
.js-focus-visible .service-category-container .focus-visible {
	/* border: 2px solid red; */
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
.page_frame--1400 > .page_frame {
	max-width: 1400px;
	padding: 0;
}
/* PADDING */
.block.padding-top__none,
.block.banner-padding-top__none {
	padding-top: 0;
}
.block.padding-bottom__none,
.block.banner-padding-bottom__none {
	padding-bottom: 0;
}
.block.padding-top__less,
.block.banner-padding-top__less {
	padding-top: var(--padLess);
}
.block.padding-top__normal,
.block.banner-padding-top__less {
	padding-top: var(--padNorm);
}
.block.padding-top__more,
.block.banner-padding-top__normal {
	padding-top: var(--padMore);
}
.block.banner-padding-top__more {
	padding-top: 7.5rem;
}
.block.padding-bottom__less {
	padding-bottom: var(--padLess);
}
.block.padding-bottom__normal,
.block.banner-padding-bottom__less {
	padding-bottom: var(--padNorm);
}
.block.padding-bottom__more,
.block.banner-padding-bottom__normal {
	padding-bottom: var(--padMore);
}
.block.banner-padding-bottom__more {
	padding-bottom: 7.5rem;
}
@media only screen and (max-width: 768px) {
	.block.padding-top__less {
		padding-top: 1.5rem;
	}
	.block.padding-top__normal,
	.block.banner-padding-top__less {
		padding-top: 2em;
	}
	.block.padding-top__more,
	.block.banner-padding-top__normal {
		padding-top: 2.5em;
	}
	.block.banner-padding-top__more {
		padding-top: 3rem;
	}
	.block.padding-bottom__less {
		padding-bottom: 1.5rem;
	}
	.block.padding-bottom__normal,
	.block.banner-padding-bottom__less {
		padding-bottom: 2em;
	}
	.block.padding-bottom__more,
	.block.banner-padding-bottom__normal {
		padding-bottom: 2.5em;
	}
	.block.banner-padding-bottom__more {
		padding-bottom: 3rem;
	}
}
/*---------------THEMES + BACKGROUNDS---------------*/
.block.bg-color__black,
.button-bg-color__black .faq-dropdown__button,
.block.parallax__yes.bg-color__black .block__bg-img,
.text-area-bg-color__black .pop-box,
.story_block_full.block-style__split.text-area-bg-color__black,
.story_panel.text-area-bg-color__black:not(.box-style__outline) .col-2 {
	background-color: #000;
}
.story_panel.text-area-bg-color__black.box-style__outline .col-2 {
	border-color: #000;
}
.block.bg-color__dark,
.button-bg-color__dark .faq-dropdown__button,
.block.parallax__yes.bg-color__dark .block__bg-img,
.text-area-bg-color__dark .pop-box,
.story_block_full.block-style__split.text-area-bg-color__dark,
.story_panel.text-area-bg-color__dark:not(.box-style__outline) .col-2 {
	background-color: var(--dark);
}
.story_panel.text-area-bg-color__dark.box-style__outline .col-2 {
	border-color: var(--dark);
}
.block.bg-color__gray,
.button-bg-color__gray .faq-dropdown__button,
.block.parallax__yes.bg-color__gray .block__bg-img,
.text-area-bg-color__gray .pop-box,
.story_block_full.block-style__split.text-area-bg-color__gray,
.story_panel.text-area-bg-color__gray:not(.box-style__outline) .col-2 {
	background-color: var(--gray);
}
.story_panel.text-area-bg-color__gray.box-style__outline .col-2 {
	border-color: var(--gray);
}
.block.bg-color__light-gray,
.button-bg-color__light-gray .faq-dropdown__button,
.block.parallax__yes.bg-color__light-gray .block__bg-img,
.text-area-bg-color__light-gray .pop-box,
.story_block_full.block-style__split.text-area-bg-color__light-gray,
.story_panel.text-area-bg-color__light-gray:not(.box-style__outline) .col-2 {
	background-color: var(--grayLight);
}
.story_panel.text-area-bg-color__light-gray.box-style__outline .col-2 {
	border-color: var(--grayLight);
}
.block.bg-color__white,
.button-bg-color__white .faq-dropdown__button,
.block.parallax__yes.bg-color__white .block__bg-img,
.text-area-bg-color__white .pop-box,
.story_block_full.block-style__split.text-area-bg-color__white,
.story_panel.text-area-bg-color__white:not(.box-style__outline) .col-2 {
	background-color: #fff;
}
.story_panel.text-area-bg-color__white.box-style__outline .col-2 {
	border-color: #fff;
}
.light-bg .text,
.light-button-bg .faq-dropdown__button,
.story_panel.block.light-text-area:not(.box-style__outline) .col-2 .text,
.block.light-text-area .pop-box .text,
.light-bg .text .btn-style__blank {
	color: var(--textDark);
}
.dark-bg .text,
.dark-button-bg .faq-dropdown__button,
.story_panel.block.dark-text-area:not(.box-style__outline) .col-2 .text,
.block.dark-text-area .pop-box .text,
.dark-bg .text .btn-style__blank {
	color: var(--textLight);
}
.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
	display: none;
}
@media only screen and (max-width: 768px) {
	.block.mobile-bg-color__black {
		background-color: #000;
	}
	.block.mobile-bg-color__dark {
		background-color: var(--dark);
	}
	.block.mobile-bg-color__gray {
		background-color: var(--gray);
	}
	.block.mobile-bg-color__light-gray {
		background-color: var(--grayLight);
	}
	.block.mobile-bg-color__white {
		background-color: #fff;
	}
	.block.mobile-light-bg .text {
		color: var(--textDark);
	}
	.block.mobile-dark-bg .text {
		color: var(--textLight);
	}
	.block.mobile-background-image-opacity__light > .block__bg-img {
		opacity: 0.3;
	}
	.block.mobile-background-image-opacity__medium > .block__bg-img {
		opacity: 0.5;
	}
	.block.mobile-background-image-opacity__strong > .block__bg-img {
		opacity: 0.7;
	}
	.block.mobile-background-image-opacity__full > .block__bg-img {
		opacity: 1;
	}
	.block.mobile-background-position__top > .block__bg-img img {
		-o-object-position: top;
		object-position: top;
	}
	.block.mobile-background-position__middle > .block__bg-img img {
		-o-object-position: center;
		object-position: center;
	}
	.block.mobile-background-position__bottom > .block__bg-img img {
		-o-object-position: bottom;
		object-position: bottom;
	}
	.block.has-mobile-bg {
		background-image: none !important;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:first-child {
		display: none;
	}
	.block.has-mobile-bg > .block__bg-img .img-frame:last-child {
		display: block;
	}
}
/* @media only screen and (max-width: 1000px) {
	.block.parallax__yes {
		background-image: none !important;
	}
	.block.has-video .vid-bg-player .player {
		display: none;
	}
}
/* @media only screen and (min-width: 1000px) {
	.block.has-video > .block__bg-img .img-frame:first-child {
		display: none;
	}
} */
*/
/*---------------OVERLAYS---------------*/
:not(.parallax__yes) .block__bg-img.olay-before,
:not(.parallax__yes) .block__bg-img.olay-after,
.block.olay-img-before:not(.parallax__yes) .block__bg-img,
.block.olay-img-after:not(.parallax__yes) .block__bg-img {
	overflow: hidden;
}
.olay-before::before,
.olay-after::after,
.olay-img-before .block__bg-img::before,
.olay-img-after .block__bg-img::after {
	content: "";
	height: calc(100% + 1px);
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}
.olay--featured-hero:after {
	background: radial-gradient(384.04% 96.88% at 72.71% 35.97%, rgba(255, 255, 255, 0) 7.89%, rgba(255, 255, 255, 0.3) 48.43%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 18.15%);
}
.olay--featured-project:after {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(21.09%, rgba(0, 0, 0, 0)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 21.09%);
	opacity: 1;
	-webkit-transition: opacity ease 400ms;
	transition: opacity ease 400ms;
}
.olay--featured-project:before {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
	opacity: 0;
	-webkit-transition: opacity ease 400ms;
	transition: opacity ease 400ms;
	z-index: 1;
}
.featured-projects__project.active .olay--featured-project:after {
	opacity: 0;
}
.featured-projects__project.active .olay--featured-project:before {
	opacity: 1;
}
.olay--site-cta:after {
	background: radial-gradient(384.04% 96.88% at 72.71% 35.97%, rgba(255, 255, 255, 0) 7.89%, rgba(255, 255, 255, 0.3) 48.43%),
		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(18.15%, rgba(255, 255, 255, 0)));
	background: radial-gradient(384.04% 96.88% at 72.71% 35.97%, rgba(255, 255, 255, 0) 7.89%, rgba(255, 255, 255, 0.3) 48.43%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 18.15%);
}
@media only screen and (min-width: 768px) {
	.olay--featured-project:before {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	}
}
/*-----------------------BLOCKS---------------------*/
.block div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
main > article > .entry-content > section:first-child > .page_frame {
	padding-top: 60px;
}
.block.no-col-pad .all-cols-wrap > div[class^="col"] {
	padding: 0;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.full-img img,
.full-video video {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	width: 100%;
}
.full-video iframe {
	height: 105%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 225%;
}
.mb0-last > *:last-child {
	margin-bottom: 0;
}
.flair__red-line {
	position: relative;
	z-index: 1;
}
.flair__red-line:before {
	background-color: var(--red);
	content: "";
	display: none;
	height: 10px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
	.block.narrow-content__more .all-cols-wrap {
		max-width: 100%;
	}
	.flex-wrap-mobile {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
/*------------------FEATURED HERO----------------*/
.block.block_type__featured-hero {
	padding-bottom: 0;
}
.block.block_type__featured-hero .all-cols-wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	min-height: 545px;
}
.featured-hero__text {
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
	max-width: 100%;
}
.block .featured-hero__text h1,
.block .featured-hero__text .h1-style {
	font-size: 2.25rem;
	letter-spacing: 0.5rem;
	margin-bottom: 20px;
}
.featured-hero__profile-image {
	align-self: flex-end;
	max-width: 465px;
}
.featured-hero__profile-image img {
	display: block;
}
/*TODO: FIGURE OUT BOTTOM PADDING SITUATION LATER */
@media only screen and (min-width: 480px) {
	.block .featured-hero__text h1,
	.block .featured-hero__text .h1-style {
		font-size: 2.75rem;
		letter-spacing: 0.75rem;
	}
}
@media only screen and (min-width: 1024px) {
	.block.block_type__featured-hero .all-cols-wrap {
		margin-top: 0;
	}
	.featured-hero__text,
	.featured-hero__profile-image {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.featured-hero__text {
		padding-left: 5.08%;
		text-align: left;
	}
	.block .featured-hero__text h1,
	.block .featured-hero__text .h1-style {
		font-size: 3.5rem;
	}
}
/*------------------SITE HERO----------------*/
.block_type__site-hero .all-cols-wrap {
	overflow: hidden;
}
.site-hero__content-wrapper {
	gap: 20px;
	margin: 0 auto;
	max-width: 1115px;
}
.site-hero__media {
	max-width: 100%;
	position: relative;
	width: 100%;
	z-index: 2;
}
.site-hero__image {
	width: 100%;
}
.site-hero__image .img-frame {
	position: relative;
}
.site-hero__image img {
	-o-object-fit: contain;
	object-fit: contain;
}
.site-hero__content {
	max-width: 628px;
}
.site-hero__title {
	margin-bottom: 32px;
	padding-bottom: 32px;
}
.block_type__site-hero.flair__on .flair__red-line:before {
	display: block;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200vw;
}
@media only screen and (min-width: 768px) {
	.site-hero__media,
	.site-hero__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.site-hero__media {
		max-width: 386px;
	}
	.site-hero__image {
		aspect-ratio: 0.74;
		height: 75vw;
		max-height: 521px;
		max-width: 386px;
	}
	.site-hero__image .img-frame {
		position: absolute;
	}
	.site-hero__image img {
		-o-object-fit: cover;
		object-fit: cover;
	}
	/* OPTIONS */
	.content-align__quarter-top .site-hero__content {
		margin-top: 80px;
	}
	.content-align__middle .site-hero__content {
		-ms-flex-item-align: center;
		align-self: center;
	}
}
@media only screen and (min-width: 1024px) {
	.site-hero__content-wrapper {
		gap: 8%;
	}
}
/*------------------2 COL----------------*/
.two_col_content.padding-bottom__none.flair__true {
	padding-bottom: 40px;
}
.all-cols-wrap .col {
	position: relative;
}
.two_col_content.even .all-cols-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* OPTIONS */
.two_col_content .all-cols-wrap {
	margin: 0 auto;
	max-width: 1115px;
}
.two_col_content.narrow-content__some .all-cols-wrap {
	max-width: 1032px;
}
.two_col_content.flair__true .all-cols-wrap:before {
	background-image: url(/wp-content/themes/jacqueline-shaw/assets/images/flair_js.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 145px;
	position: absolute;
	right: 0;
	width: 236px;
}
.two_col_content.flair__true.light-bg .all-cols-wrap:before {
	opacity: 0.3;
}
@media only screen and (min-width: 768px) {
	.two_col_content.even .all-cols-wrap {
		gap: 20px;
	}
	.two_col_content.even .all-cols-wrap .col {
		max-width: 41.8%;
		padding: 0;
	}
	.two_col_content.even.narrow-content__some .all-cols-wrap .col {
		max-width: 45.06%;
		padding: 0;
	}
}
/*------------------STORY BLOCK----------------*/
.block_type__story-block {
	overflow: hidden;
}
.block_type__story-block .all-cols-wrap {
	gap: 20px;
}
.story-block__media {
	width: 100%;
}
.story-block__image {
	aspect-ratio: 1.45;
	height: 100%;
	/* margin-bottom: 20px; */
	position: relative;
}
.block_type__story-block.flair__true .flair__red-line:before {
	display: block;
	right: calc(100% - 20px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* OPTIONS */
.block_type__story-block.narrow-content__some .all-cols-wrap {
	margin: 0 auto;
	max-width: 1115px;
}
.image-layout__square .story-block__image {
	aspect-ratio: 1.35;
}
.image-layout__portrait .story-block__image {
	aspect-ratio: 0.741;
}
@media only screen and (min-width: 768px) {
	.story-block__media,
	.story-block__content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.story-block__media {
		height: 50vw;
		height: auto;
		margin: 14px 0;
		max-width: 547px;
	}
	.story-block__content {
		max-width: 545px;
	}
	/* OPTIONS */
	.reverse-columns__yes .story-block__content {
		margin-left: auto;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.reverse-columns__yes .flair__red-line:before {
		left: calc(100% - 21px);
		right: auto;
	}
	.narrow-content__some .story-block__content {
		max-width: 466px;
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__story-block .all-cols-wrap {
		/* gap: 4.95%; */
		gap: 100px;
	}
}
/*------------------MASONRY STORY----------------*/
.block_type__masonry-story .all-cols-wrap {
	gap: 20px;
	max-width: 1195px;
}

.masonry-story__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 75vw;
}
.masonry-story__media .img-frame {
	overflow: hidden;
	position: relative;
}
.masonry-story__media .img-frame:first-child {
	aspect-ratio: 0.659;
	height: 100%;
	width: 60%;
}
.masonry-story__media .img-frame:nth-child(2) {
	aspect-ratio: 0.91;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-height: 44%;
	width: calc(40% - 12px);
}
.masonry-story__media .img-frame:nth-child(3) {
	aspect-ratio: 0.744;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-height: 53.93%;
	width: calc(40% - 12px);
}
@media only screen and (min-width: 480px) {
	.masonry-story__media {
		height: 85vw;
	}
}
@media only screen and (min-width: 768px) {
	.masonry-story__media,
	.masonry-story__text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.masonry-story__media {
		height: 50vw;
		max-height: 581px;
		max-width: 628px;
	}
	.masonry-story__text {
		max-width: 465px;
	}
	.reverse-columns__yes .masonry-story__text {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-left: auto;
	}
}
@media only screen and (min-width: 1024px) {
	.block_type__masonry-story .all-cols-wrap {
		gap: 7.95%;
	}
}
/*------------------IMAGE GALLERY----------------*/
.image-gallery__images {
	gap: 20px;
}
.image-gallery__images .img-frame {
	aspect-ratio: 1.445;
	position: relative;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.image-gallery__images .img-frame {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}
/*------------------VALUE GRID----------------*/

.value-grid__grid {
	margin: 0 auto -1px auto;
	max-width: 1188px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.value-grid__grid:before,
.value-grid__grid:after {
	background-color: var(--red);
	content: "";
	display: none;
	height: 100%;
	left: 50%;
	position: absolute;
	width: 1px;
	top: 0;
}
.value-grid__grid:after {
	display: none;
}
.value-grid__grid-item {
	padding: 44px 0px 32px 32px;
	position: relative;
	width: 100%;
}
.value-grid__grid-item:after {
	background-color: var(--red);
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0px;
	width: 100%;
	top: 100%;
}
.value-grid__item-text {
	position: relative;
}
.value-grid__item-text:before {
	background-color: var(--red);
	content: "";
	display: inline-block;
	height: 20px;
	left: -30px;
	position: absolute;
	width: 20px;
	top: 0.55em;
}
.value-grid__grid-item:last-child:after {
	/* display: none; */
}
[data-count="1"] .value-grid__grid-item {
	max-width: 100%;
}
[data-count="1"].value-grid__grid:before,
[data-count="1"].value-grid__grid:after,
[data-count="2"].value-grid__grid:after {
	display: none;
}
@media only screen and (min-width: 640px) {
	.value-grid__title {
		margin-bottom: 72px;
	}
	[data-count="2"].value-grid__grid:before {
		left: 50%;
	}
	[data-count="2"] .value-grid__grid-item {
		max-width: 50%;
	}
	.value-grid__grid-item {
		max-width: 50%;
		padding: 44px 52px 63px 74px;
	}
	.value-grid__grid:before {
		display: inline-block;
	}
	.value-grid__grid-item:after {
		right: 30px;
		width: calc(100% - 60px);
	}
}
@media only screen and (min-width: 768px) {
	.value-grid__grid-item {
		padding: 44px 30px 30px 45px;
		max-width: 33.333%;
	}
	.value-grid__grid:before {
		left: 33.333%;
	}
	.value-grid__grid:after {
		display: inline-block;
		left: 66.666%;
	}
}
@media only screen and (min-width: 1024px) {
	.value-grid__grid-item {
		padding: 44px 52px 63px 74px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	[data-count="3"] .value-grid__grid-item:nth-last-child(2):after {
		display: block;
	}
}

/*------------------STATISTICS BLOCK----------------*/
.statistics-block__statistics {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.statistics-block__statistic {
	max-width: 339px;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
.statistics-block__statistic:not(:last-child):after {
	background-color: var(--red);
	content: "";
	display: inline-block;
	height: 1px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
}
.statistics-block__stat-value {
	color: var(--red);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1em; /* 58.333% */
	margin-bottom: 10px;
}
.statistics-block__stat-desc {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 200;
	line-height: 1em; /* 175% */
}
@media only screen and (min-width: 768px) {
	.statistics-block__statistics {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.statistics-block__statistic {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0;
	}
	.statistics-block__statistic:not(:last-child):after {
		max-height: 105px;
		height: 100%;
		right: -10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 1px;
	}
}
@media only screen and (min-width: 1024px) {
	.statistics-block__stat-value {
		font-size: 3.75rem;
	}
}
/*------------------FEATURED PROJECTS----------------*/
.block_type__featured-projects > .page_frame {
	max-width: 1420px;
	padding: 0 10px;
}
.featured-projects__projects {
	gap: 10px;
}
.featured-projects__project {
	min-height: 50vw;
	padding: 17px 20px;
	position: relative;
	text-align: center;
	width: 100%;
}
.featured-projects__project-logo {
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 2;
}
.featured-projects__project-logo img {
	max-height: 100px;
}
.featured-projects__project-content {
	display: none;
	position: relative;
	z-index: 2;
}
.featured-projects__project-text {
	margin: 20px 0;
	position: relative;
}
.block .featured-projects__project-text * {
	color: var(--textLight);
}
.featured-projects__project a.button {
	background-color: var(--red);
	color: var(--textLight);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem; /* 214.286% */
	padding: 5px 20px;
}
@media only screen and (min-width: 768px) {
	.featured-projects__project {
		height: 55vw;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-height: 618px;
		max-width: 33.333%;
		min-height: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.featured-projects__project {
		height: 43vw;
	}
}
@media only screen and (min-width: 1200px) {
	.featured-projects__project-logo img {
		max-width: 344px;
	}
}
/*------------------TESTIMONIAL SLIDER ----------------*/
.testimonial-slider .slide-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 33px;
	margin: 0 auto;
	max-width: 952px;
	text-align: center;
	width: 100%;
}
.testimonial-slider__author-info {
	text-align: center;
}
.block p.testimonial-slider__slide-author {
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.125rem; /* 100% */
}
.block p.testimonial-slider__author-title {
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 0.9375rem; /* 150% */
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}
.slick-slider .slick-arrow {
	opacity: 1;
	background-color: transparent;
}
.dark-bg .slick-slider .slick-arrow:before {
	color: var(--textLight);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}
.slick-slider .slick-arrow:before {
	color: var(--textDark);
	content: "\f105";
	font-family: "icon";
	font-size: 2rem;
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
}
.slick-slider .slick-prev {
	display: inline-block;
	-webkit-transform: scaleX(-1) translateY(-50%);
	transform: scaleX(-1) translateY(-50%);
}
.block .slick-dotted {
	margin-bottom: 50px;
}
.block .slick-dots {
	bottom: -60px;
}
.testimonial-slider .slick-dots li,
.block .slick-dots li {
	height: 15px;
	margin: 0 3.5px;
	padding: 0;
	width: 15px;
}
.testimonial-slider .slick-dots li button,
.block .slick-dots li button {
	background-color: #d9d9d9;
	border-radius: 50%;
	height: 15px;
	width: 15px;
}
.testimonial-slider .slick-dots li.slick-active button,
.block .slick-dots li.slick-active button {
	background-color: var(--red);
}
.testimonial-slider .slick-dots li button:before,
.block .slick-dots li button:before {
	display: none;
}
@media only screen and (max-width: 767px) {
	.mobile-dark-bg .slick-slider .slick-arrow:before {
		color: var(--textLight);
		text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	}
	.mobile-light-bg .slick-slider .slick-arrow:before {
		color: var(--textDark);
		text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.9);
	}
}
/*------------------LOGOS----------------*/
.logos__title-wrapper {
	overflow: hidden;
	width: 100%;
}
.logos__title {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.logos__title:before,
.logos__title:after {
	background: currentColor;
	content: "";
	display: inline-block;
	height: 1px;
	opacity: 0.2;
	position: absolute;
	top: 50%;
	width: 100vw;
}
.logos__title:before {
	right: calc(100% + 20px);
}
.logos__title:after {
	left: calc(100% + 20px);
}
.logos-slider {
	margin: 50px -7vw;
	-webkit-mask-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0)),
		color-stop(10%, rgba(0, 0, 0, 1)),
		color-stop(90%, rgba(0, 0, 0, 1)),
		to(rgba(0, 0, 0, 0))
	);
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
	mask-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(0, 0, 0, 0)),
		color-stop(10%, rgba(0, 0, 0, 1)),
		color-stop(90%, rgba(0, 0, 0, 1)),
		to(rgba(0, 0, 0, 0))
	);
	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.logos-slider .slick-track {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	gap: 7vw;
}
.logos-slider .slick-slide {
	height: auto;
	/* margin: 0 48px; */
	/* max-height: 30px; */
}
@media only screen and (min-width: 1400px) {
	.logos-slider {
		margin: 50px -98px;
	}
}
/*------------------FEATURED CTA----------------*/
.featured-cta__images {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 60px;
	position: relative;
}
.featured-cta__images:before {
	background-color: var(--red);
	content: "";
	display: inline-block;
	left: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10px;
}
.featured-cta__images .img-frame {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.featured-cta__images .img-frame:not(:nth-child(2)) {
	aspect-ratio: 1.5;
	width: 100%;
}
.featured-cta__images .img-frame:nth-child(2) {
	aspect-ratio: 0.716;
}
.featured-cta__title,
.featured-cta__text {
	display: block;
	margin: 0 auto;
	max-width: 628px;
	text-align: center;
	width: 100%;
}
.featured-cta__title {
	max-width: 528px;
}
@media only screen and (min-width: 768px) {
	.featured-cta__images {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 20px;
	}
	.featured-cta__images:before {
		left: 0;
		height: 10px;
		top: 22%;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}
@media only screen and (min-width: 1024px) {
	.featured-cta__images {
		gap: 60px;
	}
}
/*------------------SITE CTA----------------*/
.block.block_type__site-cta {
	padding-bottom: 0;
}
.block_type__site-cta > .page_frame {
	/* min-height: 500px; */
}
.block_type__site-cta .all-cols-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.site-cta__text,
.site-cta__profile-image {
	width: 100%;
}
.site-cta__profile-image {
	align-self: flex-end;
}
@media only screen and (min-width: 768px) {
	.site-cta__text {
		margin-left: auto;
		max-width: 53.8%;
	}
	.site-cta__profile-image {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 34.91%;
	}
}
@media only screen and (max-width: 767px) {
	.block.block_type__site-cta {
		padding-top: 0;
	}
	.block_type__site-cta > .block__bg-img {
		margin-bottom: 36px;
		position: relative;
		height: 50vw;
	}
	.block_type__site-cta > .page_frame {
		position: static;
	}
	.site-cta__profile-image {
		height: 50vw;
		position: absolute;
		right: 0;
		top: 0;
		width: auto;
	}
	.site-cta__profile-image > * {
		height: 100%;
	}
	.site-cta__profile-image img {
		height: 100%;
		object-fit: contain;
		object-position: right bottom;
		width: 100%;
	}
}
