/**
 * Homepage specific styling goes here. Excluded on all subpages
 *
 * @format
 */

/* For most builds, this stylesheet should be wiped and started fresh */

section img {
	max-width: 100%;
	height: auto;
}

/* row */
.row {
	max-width: calc(1100px + calc(var(--gutter-size) * 2));
}

/* hero */
.hero {
	position: relative;
	padding-top: 103px;
	padding-bottom: 50px;
	color: var(--color-white);
	background-color: var(--color-dark);
}

.hero-holder {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.hero-info {
	position: relative;
	z-index: 1;
	text-align: center;
}

.hero-title1,
.hero-subtitle {
	font-size: 0.938rem;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1;
	display: block;
	letter-spacing: 0.044rem;
	text-transform: uppercase;
}

.hero-title1 span {
	animation-delay: 400ms;
}

.hero-title1 + span {
	animation-delay: 800ms;
}

.hero-title {
	color: inherit;
	font-size: 3.125rem;
	line-height: 1;
	letter-spacing: -0.094rem;
	margin-bottom: 8px;
	overflow: hidden;
}

.hero-title > span,
.hero-title > strong {
	overflow: hidden;
}

.hero-title .animate {
	display: block;
}

.hero-title2 {
	font-style: italic;
	font-size: 3.1885rem;
}

.hero-title2 span {
	transition: color 200ms ease-in-out;
}

.hero-title2 .active {
	color: var(--color-secondary);
}

.hero-title3 {
	font-weight: 400;
	text-transform: uppercase;
}

.hero-subtitle {
	margin-bottom: 21px;
	animation-delay: 1200ms;
}

.hero-info .button {
	animation-delay: 1600ms;
}

.hero-info .button.outline-alt-01 {
	font-size: 1rem;
	padding: 12px 24px;
	margin-bottom: 26px;
	border-color: var(--color-secondary);
}

.hero-info .button.outline-alt-01:focus,
.hero-info .button.outline-alt-01:hover {
	border-color: var(--color-white);
}

.hero-right {
	margin-bottom: 15px;
}

.hero-slider {
	width: 100%;
}

.hero-slider:after {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 30%;
	pointer-events: none;
	content: '';
	background: linear-gradient(to top, rgba(5, 21, 44, 1) 0%, rgba(1, 12, 26, 0) 100%);
}

.hero-slider.swiper {
	overflow: visible;
}

.hero-image {
	margin-left: -40vw;
	position: relative;
	/* animation-delay: 1500ms; */
	/* animation-delay: 500ms; */
	overflow: hidden;
}

.hero-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #05172c;
	opacity: 1;
	transition: opacity 1000ms ease-out;
	z-index: 100;
	mix-blend-mode: color;
	inset: 0;
}

.slide-1.hero-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #05172c;
	opacity: 0.2;
	transition: opacity 1000ms ease-out;
	z-index: 100;
	inset: 0;
}

.hero-image:has(img.color)::before,
.hero-image:has(img.color)::after {
	opacity: 0;
}

.hero-image img {
	display: block;
	width: 100%;
	height: auto;
	pointer-events: none;
	filter: grayscale(100%);
	/* transform: scale(1.06); */
}

.hero-image img.color {
	transition: filter 3500ms ease-out, transform 7000ms ease-in-out;
	filter: grayscale(0%);
	/* transform: scale(1); */
}

.hero-controls {
	z-index: 1;
	position: relative;
	animation-delay: 2000ms;
}

.hero-controls .swiper-pagination {
	display: flex;
	position: static;
	justify-content: center;
}

.hero-image-inner {
	position: relative;
}

.hero-image-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(5, 21, 44, 1) 100%);
	z-index: 2;
}

.hero-image-inner::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(5, 21, 44, 1) 100%);
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.hero {
		padding-top: 150px;
		padding-bottom: 20px;
	}

	.hero-info {
		max-width: 650px;
		text-align: left;
	}

	.hero-title {
		font-size: 4.375rem;
		margin-bottom: 2px;
	}

	.hero-title2 {
		font-size: 4.375rem;
	}

	.hero-title1,
	.hero-subtitle {
		font-size: 1.375rem;
		margin-bottom: 5px;
		font-family: var(--font-family-heading);
		letter-spacing: 0.088rem;
	}

	.hero-subtitle {
		margin-bottom: 45px;
	}

	.hero-subtitle {
		margin-bottom: 30px;
	}

	.hero-right {
		margin-left: -450px;
		width: calc(36% + 450px);
		margin-bottom: 0;
	}

	.hero-controls {
		display: inherit;
	}

	.hero-controls .swiper-pagination {
		justify-content: flex-start;
	}

	.hero-slider {
		left: 0;
		top: 120px;
		position: absolute;
	}

	.hero-slider:after {
		width: 60%;
	}

	.hero-image {
		margin-left: 0;
	}
}

@media screen and (min-width: 1025px) {
	.hero {
		padding-top: 223px;
	}

	.hero-info {
		max-width: 100%;
	}

	.hero-title {
		margin-left: -4px;
		font-size: 7rem;
	}

	.hero-title2 {
		font-size: 6.75rem;
	}

	.hero-title1,
	.hero-subtitle {
		font-size: 1.438rem;
	}

	.hero-slider {
		top: 300px;
	}

	.slide-0 {
		padding-top: 80px;
	}
}

@media screen and (min-width: 1200px) {
	.hero {
		padding-bottom: 134px;
	}

	.hero-info .button.outline-alt-01 {
		margin-bottom: 96px;
	}

	.hero-controls {
		margin-left: 15px;
	}

	.hero-slider {
		top: 280px;
	}
}

@media screen and (min-width: 1441px) {
	.hero {
		padding-bottom: 119px;
	}

	.hero-title {
		font-size: 8.75rem;
	}

	.hero-title2 {
		font-size: 8.438rem;
	}

	.hero-title1,
	.hero-subtitle {
		font-size: 1.75rem;
		letter-spacing: 0.088rem;
	}

	.hero-subtitle {
		margin-bottom: 45px;
	}

	.hero-info .button.outline-alt-01 {
		margin-bottom: 26px;
	}

	.hero-controls {
		margin-left: 0;
	}

	.hero-slider {
		top: 160px;
	}

	.slide-0 {
		padding-top: 140px;
	}
}

/* Intro */
.intro {
	padding-top: 53px;
	padding-bottom: 45px;
	color: var(--color-white);
	background-color: var(--color-dark);
}

.intro-heading {
	z-index: 1;
	position: relative;
}

.intro-heading:before {
	position: absolute;
	top: -79px;
	left: 50%;
	transform: translateX(-50%);
	width: 8px;
	height: 0;
	content: '';
	pointer-events: none;
	background-color: var(--color-primary);
	transition: height 1.3s ease-in-out 1s;
}

.intro-heading.animated:before {
	height: 57px;
}

.intro-heading h2 {
	color: inherit;
	line-height: 1.2;
	font-size: 1.875rem;
	margin-bottom: 22px;
}

.intro-text {
	z-index: 1;
	position: relative;
}

@media screen and (min-width: 768px) {
	.intro {
		padding-top: 48px;
		padding-bottom: 75px;
	}

	.intro-holder {
		display: flex;
		align-items: flex-start;
	}

	.intro-heading {
		width: 45%;
		padding-left: 20px;
		margin-right: 50px;
	}

	.intro-heading:before {
		top: 5px;
		bottom: 0;
		left: -14px;
		width: 10px;
		transform: unset;
	}

	.intro-heading.animated:before {
		height: 100%;
	}

	.intro-heading h2 {
		font-size: 2.5rem;
		margin-bottom: 52px;
	}

	.intro-text {
		flex: 1;
	}

	.intro-text p:last-of-type {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1200px) {
	.intro-heading {
		padding-left: 0;
	}

	.intro-heading:before {
		top: -288px;
		left: -32px;
		transform: unset;
	}

	.intro-heading.animated:before {
		height: calc(100% + 288px);
	}
}

@media screen and (min-width: 1441px) {
	.intro-heading:before {
		top: 5px;
		left: -54px;
	}

	.intro-heading.animated:before {
		height: 100%;
	}
}

/* featured */
.featured a {
	display: block;
}

.featured img {
	width: 100%;
	display: block;
}

/* distinct */
.distinct {
	width: 100%;
	overflow: hidden;
}

.distinct-title {
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('../images/advantage.webp') no-repeat;
	background-size: cover;
}

.distinct-title h2 {
	line-height: 1;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 0;
	color: var(--color-alternate);
}

.distinct-list {
	max-width: 640px;
	margin: 20px auto 50px;
}

.distinct .accordion-item {
	border: none;
	border-bottom: 2px solid var(--color-light-blue);
}

.distinct .accordion-item:first-of-type {
	border-top: none;
}

.distinct .accordion-item-title {
	font-size: 1.875rem;
	font-weight: 500;
	padding: 20px 20px 45px;
	font-family: var(--font-family-heading);
}

.distinct .accordion-item-title span {
	text-align: center;
}

.distinct .accordion-item-title:after {
	font-weight: 700;
	font-size: 1.375rem;
	color: var(--color-light-blue);
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.distinct .accordion-item-content {
	padding: 0 10px;
	text-align: center;
	font-size: 1rem;
	line-height: 1.4;
}

.distinct .accordion-item-content > *:first-child {
	margin-top: 0;
}

.distinct .accordion-item-content > *:last-child {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.distinct-title {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.distinct-title h2 {
		font-size: 3.75rem;
	}

	.distinct-list {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.distinct .accordion-item-title {
		padding: 12px 20px 11px;
	}

	.distinct .accordion-item-title:after {
		position: unset;
		transform: unset;
	}

	.distinct .accordion-item-content {
		font-size: 1.063rem;
		line-height: 1.4;
	}

	/* .distinct .accordion-item-content > *:last-child {
		margin-bottom: 37px;
	} */
}

/* Experience */
.experience {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 55px;
	background-color: var(--color-light-gray-200);
	background-image: url('../images/quote-shape.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center right;
}

.experience .youtube-player,
.experience .vimeo-player {
	margin: 0;
}

.experience-holder {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column-reverse;
}

.experience-left {
	position: relative;
	font-size: 1rem;
}

.experience-left:before {
	display: none;
}

.experience-left h3 {
	font-weight: normal;
	font-size: 2.25rem;
	margin-bottom: 14px;
	line-height: 1.2;
	color: var(--color-body-text);
}

.experience-video {
	position: relative;
	margin-bottom: 21px;
}

.experience-caption {
	font-size: 1rem;
	display: none;
}

.experience-caption i {
	font-size: 0.625rem;
	margin-right: 5px;
	color: var(--color-green);
}

@media screen and (min-width: 768px) {
	.experience {
		padding-top: 100px;
		padding-bottom: 98px;
		margin-bottom: 80px;
	}

	.experience-holder {
		flex-direction: row;
		justify-content: space-between;
	}

	.experience-left {
		width: 44%;
		padding-left: 50px;
		padding-right: 20px;
	}

	.experience-left:before {
		display: block;
		position: absolute;
		top: 0;
		left: var(--gutter-size);
		width: 8px;
		height: 0;
		content: '';
		pointer-events: none;
		background-color: var(--color-primary);
		transition: height 1.3s ease-in-out 1s;
	}

	.experience-left.animated:before {
		height: calc(100% + 236px);
	}

	.experience-left h3 {
		font-size: 2.5rem;
		margin-bottom: 34px;
	}

	.experience-right {
		flex: 1;
	}

	.experience-video {
		margin-bottom: 12px;
	}

	.experience-caption {
		display: block;
	}
}

@media screen and (min-width: 1025px) {
	.experience-left {
		padding-top: 45px;
		padding-left: 90px;
		padding-right: 38px;
	}
}

/* info */
.info {
	margin-bottom: 40px;
}

.info-image {
	position: relative;
	margin-bottom: 35px;
	margin-left: calc(var(--gutter-size) * -1);
	width: calc(100% + calc(var(--gutter-size) * 2));
}

.info-image img {
	display: block;
	width: 100%;
}

.info-content h2 {
	line-height: 1;
	font-weight: 500;
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.info-content em {
	color: var(--color-secondary);
}

.info-link {
	display: flex;
	justify-content: center;
}

.info-link .button {
	padding: 23px 25px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.info {
		margin-bottom: 60px;
	}

	.info-holder {
		display: flex;
	}

	.info-image {
		flex: 1;
		margin-bottom: 0;
	}

	.info-content {
		width: 52%;
		margin-left: 60px;
	}

	.info-content h2 {
		font-size: 3.75rem;
		margin-bottom: 30px;
	}

	.info-link {
		margin-top: 30px;
	}

	.info-link .button {
		width: auto;
	}
}

@media screen and (min-width: 1025px) {
	.info-image {
		margin-left: calc(var(--gutter-size) * -1);
	}

	.info-content {
		width: 47.7%;
		padding-top: 35px;
		margin-left: 115px;
	}
}

@media screen and (min-width: 1200px) {
	.info-image {
		margin-left: -80px;
	}
}

@media screen and (min-width: 1441px) {
	.info-link {
		margin-top: 45px;
	}

	.info-content {
		width: 48.7%;
	}
}
