/******/
/*** SECTIONS ***/
/******/

/* CALL-TO-ACTION */

.call-to-action .padding-container {
	overflow: visible!important;
}

.call-to-action .grid-45 {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

/* COLUMNS */

.concerns-benefits p {
	width: 100%;
	margin-block-start: .25rem;
	margin-block-end: .25rem;
}

.concerns-benefits .grid-parent > .grid-50 {
	min-height: 2.5rem;
}

.concerns-benefits .grid-100 {
	border-bottom: solid .0625rem var(--color-green);
}

.concerns-benefits .grid-100:last-child {
	border-bottom: none;
}

/* COLUMNS */

.columns .flex-row a {
	text-decoration: none!important;
	transition: opacity .2s ease-in-out;
}

.columns .column-image {
	display: block;
	transform: scale(1);
	transition: transform .45s cubic-bezier(.22, 1, .36, 1);
	will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
	
	.columns .flex-row a:hover {
		opacity: .6;
	}

	.columns .flex-row a:hover .column-image {
		transform: scale(1.1);
	}
	
}

/* IMAGE SCROLLER */

.logo-marquee {
	position: relative;
	overflow: hidden;
}

.logo-marquee::before,
.logo-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	width: 120px;
	height: 100%;
	pointer-events: none;
	z-index: 2;
}

.background-black .logo-marquee::before, .background-teal .logo-marquee::before {
	left: 0;
	background: linear-gradient(to right, var(--color-black) 0%, rgba(18,21,22,0) 100%);
}

.background-black .logo-marquee::after, .background-teal .logo-marquee::after {
	right: 0;
	background: linear-gradient(to left, var(--color-black) 0%, rgba(18,21,22,0) 100%);
}

.background-teal .logo-marquee::before {
	background: linear-gradient(to right, var(--color-teal) 0%, rgba(18,21,22,0) 100%);
}

.background-teal .logo-marquee::after {
	background: linear-gradient(to left, var(--color-teal) 0%, rgba(18,21,22,0) 100%);
}

.logo-track,
.logo-group,
.logo-group-clone {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}

.logo-track {
	width: max-content;
	will-change: transform;
}

.logo-group,
.logo-group-clone,
.logo-item {
	flex-shrink: 0;
}

.logo-group,
.logo-group-clone {
	align-items: center;
}

.logo-item {
	padding-left: .5rem;
	padding-right: .5rem;
}

/* INTRO */

span.kerning-fix {
	margin-right: -.08em;
}

.intro .grid-33 p.small {
	text-wrap: balance;
}

/* INTRO SHOWY */

.intro-showy p img {
	max-width: 8rem;
	margin-bottom: 2rem;
}

.intro-showy {
	isolation: isolate;
	overflow: hidden;
	overflow: clip;
	position: relative;
}

.intro-showy-copy {
	padding-block-start: clamp(5rem, 8.5vw, 8.5rem);
	position: relative;
	z-index: 10;
}

.intro-showy-headline {
	margin-inline: auto;
	max-width: 78rem;
	transform: translateZ(0);
}

.intro-showy-fade-word {
	filter: blur(var(--intro-showy-headline-blur, 0));
	opacity: var(--intro-showy-headline-opacity, 1);
	will-change: filter, opacity;
}

.intro-showy-headline > :first-child {
	margin-block-start: 0;
}

.intro-showy-headline > :last-child {
	margin-block-end: 0;
}

.intro-showy-headline h2.h1 {
	font-size: clamp(2.5rem, 6vw, 5.75rem)!important;
	inline-size: 100%;
	line-height: 130%;
}

.intro-showy-headline .split-line {
	white-space: nowrap;
}

.intro-showy-visual {
	height: clamp(25rem, 42vw, 40.5rem);
	margin-block-start: clamp(2.5rem, 6vw, 6rem);
	position: relative;
	width: 100%;
	z-index: 1;
}

.intro-showy-person {
	-webkit-mask-image: var(--intro-showy-mask);
	-webkit-mask-position: bottom center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: var(--intro-showy-fill);
	bottom: -.5rem;
	mask-image: var(--intro-showy-mask);
	mask-position: bottom center;
	mask-repeat: no-repeat;
	mask-size: contain;
	position: absolute;
	transform: translate3d(0, var(--intro-showy-parallax-y, 0), 0);
	will-change: transform;
}

.intro-showy-media {
	height: 100%;
	inset: 0;
	opacity: 1;
	position: absolute;
	transition: opacity .35s var(--ease-out);
	width: 100%;
}

.intro-showy-media-element {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.intro-showy-person--1 {
	height: 98%;
	left: -4%;
	width: 32%;
	z-index: 2;
}

.intro-showy-person--2 {
	height: 94%;
	left: 11.5%;
	width: 23%;
	z-index: 6;
}

.intro-showy-person--3 {
	height: 92%;
	left: 24%;
	width: 30%;
	z-index: 3;
}

.intro-showy-person--4 {
	height: 98%;
	left: 37.5%;
	width: 27%;
	z-index: 7;
}

.intro-showy-person--5 {
	height: 90%;
	left: 54.5%;
	width: 31%;
	z-index: 5;
}

.intro-showy-person--6 {
	height: 100%;
	left: 74%;
	width: 30%;
	z-index: 4;
}

.intro-showy-person--7 {
	height: 84%;
	left: 93%;
	width: 25%;
	z-index: 6;
}

/* MAIN > * / */
	
main > section.text-image, main > section.columns, main > section.work-portfolio {
	padding-block-start: 2.5rem;
}

/* PASSWORD FORM */

.password-form {
	height: 100vh;
}

/* TESTIMONIALS */

.testimonials .padding-container {
	width: 100%;
    max-width: 100%;
}

/* TEXT-SIDEBAR REPEATER */

.crb_proposal-template-default .grid-25.sticky-aside {
	padding-top: .125rem;
	padding-bottom: .125rem;
}

.crb_proposal-template-default .grid-25.sticky-aside #menu-rfp-response li a {
	padding-left: 0;
}

.crb_proposal-template-default .grid-75 > .grid-100 {
	border-top: solid .0625rem lightgray;
}

.crb_proposal-template-default .rich-text img {
	border-radius: var(--radius-10);
	border: solid .0625rem lightgray;
}

.crb_proposal-template-default .rich-text .grid-33 img {
	margin-bottom: 1.5rem;
}

.crb_proposal-template-default table tr:nth-child(odd) {
	background-color: lightgray;
}

.crb_proposal-template-default table tr:first-child {
	background-color: var(--color-black);
	color: var(--color-white);
}

.crb_proposal-template-default .rich-text h3 {
	font-size: 200%;
}

.crb_proposal-template-default .rich-text h4 {
	font-size: 120%;
}

/* TEAM */

.team .grid-33 h3 {
	margin-block-end: 0!important;
}

/* VIDEO CENTERED */

.video-centered-image img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.video-centered .video-wrapper,
.work-featured .video-wrapper,
.single-work-intro .video-wrapper,
.single-work-page .video-wrapper {
	width: 100%;
	aspect-ratio: var(--aspect-video);
	overflow: hidden;
}

.video-centered .video-wrapper iframe,
.work-featured .video-wrapper iframe,
.single-work-intro .video-wrapper iframe,
.single-work-page .video-wrapper iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* SINGLE WORK INTRO */

.single-work-intro {
	min-height: 100vh;
	padding-block: 3.625rem clamp(4rem, 8vw, 7rem);
}

.single-work-intro__inner {
	align-items: stretch;
	flex-direction: column;
}

.single-work-intro__media {
	aspect-ratio: var(--aspect-video);
	border-radius: var(--radius-20);
	overflow: hidden;
	width: 100%;
}

.single-work-intro__media > img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-work-intro__copy {
	align-self: flex-end;
	max-width: 42rem;
	padding-block-start: clamp(1rem, 1.5vw, 1.5rem);
	width: 50%;
}

.single-work-intro__copy > :first-child,
.single-work-intro__copy > :first-child > :first-child {
	margin-block-start: 0;
}

.single-work-intro__copy > :last-child,
.single-work-intro__copy > :last-child > :last-child {
	margin-block-end: 0;
}

/* TEXT FORM */

.text-form-logo {
	margin-top: -.7vw;
}

.footer-logo-mask {
	-webkit-mask-image: var(--logo-mask);
	-webkit-mask-position: left center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	background-color: var(--color-white);
	display: block;
	mask-image: var(--logo-mask);
	mask-position: left center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 100%;
	aspect-ratio: 1344 / 188;
}

/* WORK FEATURED */

.work-featured-card {
	align-self: stretch;
}

.work-featured .swiper {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.work-featured .swiper-wrapper {
	height: 100%;
}

.work-featured .swiper-slide {
	width: 100%;
	height: 100%;
	flex-shrink: 0;
}

.work-featured .slider-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.prev, .next {
	top: 50%;
  	transform: translateY(-50%);
	z-index: 2!important;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

button.prev, button.next {
	background-color: transparent;
	border: none;
}

/* SOCIAL GALLERY */

.social-gallery .swiper {
	width: 100%;
	overflow: hidden;
}

.social-gallery .swiper-slide {
	height: auto;
}

.social-gallery-image {
	display: block;
	width: 100%;
	height: auto;
}

/* PROMO */

#promo {
	background-color: var(--color-pink);
	position: fixed;
	opacity: 0;
	bottom: clamp(1rem, 4vw, 2rem);
	left: clamp(1rem, 4vw, 2rem);
	border-radius: var(--radius-10)!important;
	pointer-events: none;
	transition: opacity 0.3s linear 2s;
	visibility: hidden;
	width: calc(100% - clamp(2rem, 8vw, 4rem));
	padding: 0;
	z-index: -1;
}

#promo[hidden] {
	display: none;
}

#promo.show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	z-index: 10;
}

#promo .promo-content {
	padding-right: clamp(2.5rem, 8vw, 4rem);
}

#promo h1, #promo h2, #promo h3, #promo h4, #promo h5, #promo h6, #promo p {
	color: var(--color-red)!important;
}

#promo a.button.primary.small {
	background-color: var(--color-white);
	color: var(--color-red);
}

#promo .promo-dismiss {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: var(--color-red);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 2rem;
	height: 2.75rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: clamp(.5rem, 3vw, 1rem);
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
	z-index: 1;
}

#promo .promo-dismiss:hover {
	opacity: .6;
}

#promo .promo-dismiss:focus-visible {
	outline: .1875rem solid var(--color-red);
	outline-offset: .1875rem;
}

@media (prefers-reduced-motion: reduce) {
	#promo {
		transition: none;
	}
}

@media screen and (min-width: 48rem) {

	/* WORK FEATURED */

	.work-featured-card {
		position: sticky;
		top: 2rem;
		z-index: var(--work-card-layer, 1);
	}
	
	/* CALL-TO-ACTION */
	
	.call-to-action .padding-container {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
	
}

@media screen and (max-width: 47.999rem) {

	/* SINGLE WORK INTRO */

	.single-work-intro {
		padding-block: 5rem 3rem;
	}

	.single-work-intro__media {
		border-radius: var(--radius-10);
	}

	.single-work-intro__copy {
		max-width: none;
		padding-block-start: 2rem;
		width: 100%;
	}
	
	/* CALL-TO-ACTION */
	
	.call-to-action .padding-container {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
	
	.call-to-action .grid-50 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 1.5rem;
	}
	
	/* INTRO */

	.intro {
		padding-top: 4rem;
	}
	
	.intro .grid-container-full {
		padding-top: 1.75rem!important;
	}

	/* INTRO SHOWY */

	.intro-showy-copy {
		padding-block-start: 5.5rem;
	}

	.intro-showy-headline {
		flex-basis: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.intro-showy-visual {
		height: clamp(18rem, 78vw, 24rem);
	}

	.intro-showy-person--1 {
		left: -10%;
		width: 43%;
	}

	.intro-showy-person--2 {
		left: 5%;
		width: 36%;
	}

	.intro-showy-person--3 {
		left: 19%;
		width: 43%;
	}

	.intro-showy-person--4 {
		left: 33%;
		width: 42%;
	}

	.intro-showy-person--5 {
		left: 49%;
		width: 44%;
	}

	.intro-showy-person--6 {
		left: 63%;
		width: 41%;
	}

	.intro-showy-person--7 {
		left: 80%;
		width: 36%;
	}
	
	/* PROMO */
	
	.promo-content {
		padding-bottom: 1rem!important;
	}

	/* WORK FEATURED */
	
	.prev img, .next img {
		opacity: .25;
	}
	
}

@media (prefers-reduced-motion: reduce) {
	.columns .column-image {
		transition: none;
		will-change: auto;
	}

	.intro-showy-fade-word {
		filter: none;
		opacity: 1;
		will-change: auto;
	}

	.intro-showy-person {
		transform: none;
		will-change: auto;
	}

	.intro-showy-media {
		transition: none;
	}
}
