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

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

@media screen and (min-width: 768px) {
	h2 {
		font-size: 60px;
	}
}

/* Hero */
.hero {
	padding-bottom: 24px;
	min-height: 850px;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-top: var(--header-height, 150px);
	align-items: center;
	justify-content: flex-end;
	text-align: left;
}

.hero > .header-ticker {
	position: absolute;
	top: var(--header-height, 150px);
	left: 0;
	z-index: 2;
	width: 100%;
}

.hero > .row {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1540px;
	min-width: 0;
}

.hero:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(239.7deg, rgba(0, 12, 27, 0) 44.71%, #000c1b 81.26%), linear-gradient(180deg, #000c1b 0%, rgba(0, 12, 27, 0.5) 50.48%, #000c1b 100%);
	content: '';
	pointer-events: none;
}

.hero-text {
	position: relative;
	z-index: 2;
	max-width: 980px;
	color: var(--color-white);
}

.hero-subtitle {
	margin: 0 0 18px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: var(--color-golden);
	max-width: 300px;
}

.hero-title {
	margin: 0 0 24px;
	font-family: var(--font-family-heading);
	font-size: 42px;
	font-weight: 400;
	line-height: 44px;
	color: inherit;
	overflow: hidden;
}

.hero-title-white,
.hero-title-gold {
	display: block;
	animation-duration: 1000ms;
}

.hero-title-white {
	color: var(--color-white);
}

.hero-title-gold {
	color: var(--color-golden);
	font-style: italic;
}

.hero-description {
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.6);
}

.hero-description p:last-child {
	margin-bottom: 0;
}

.hero-description p br {
	display: none;
}

.hero-text .button {
	animation-duration: 1400ms;
}

.hero-results {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 0;
	margin-top: 40px;
}

.hero-results .js-hero-results-slider {
	width: 100%;
	min-width: 0;
	height: auto;
	overflow: hidden;
}

.hero-results .result-item {
	text-align: center;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.35;
	color: var(--color-white);
	padding: 0;
}

.hero-results .result-item-inner {
	padding: 12px 16px 20px;
}

.hero-results .result-number {
	margin-bottom: 8px;
	font-family: var(--font-family-heading);
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	color: var(--color-golden);
}

.hero-results .result-item p:last-of-type {
	margin-bottom: 0;
}

.hero-results .swiper-pagination {
	position: relative;
	margin-top: 8px;
}

.button.outline.hero-results-button {
	display: flex;
	width: fit-content;
	margin: 20px auto 0;
	color: var(--color-golden);
	border-color: var(--color-golden);
	background: transparent;
}

.button.outline.hero-results-button i {
	color: var(--color-golden);
}

.button.outline.hero-results-button:hover,
.button.outline.hero-results-button:focus {
	color: var(--color-white);
	border-color: var(--color-golden);
	background-color: var(--color-golden);
}

.button.outline.hero-results-button:hover i,
.button.outline.hero-results-button:focus i {
	color: var(--color-white);
}

.hero-image,
.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.hero-image img,
.hero-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 450px) {
	.hero-description p br {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.hero {
		padding-bottom: 37px;
		min-height: 850px;
		height: auto;
	}

	.hero-subtitle {
		margin-bottom: 22px;
		max-width: none;
	}

	.hero-title {
		margin-bottom: 28px;
		font-size: 64px;
		line-height: 66px;
	}

	.hero-description {
		margin-bottom: 32px;
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (min-width: 1025px) {
	.hero {
		height: 100vh;
		min-height: 698px;
	}

	.hero-results {
		display: flex;
		align-items: center;
		gap: 24px;
		margin-top: 56px;
	}

	.hero-results .js-hero-results-slider {
		flex: 1 1 auto;
		min-width: 0;
		overflow: visible;
		visibility: visible;
	}

	.hero-results .swiper-wrapper {
		display: flex !important;
		width: 100% !important;
		height: auto !important;
		transform: none !important;
	}

	.hero-results .swiper-slide {
		flex: 1 1 0;
		width: auto !important;
		max-width: none !important;
		min-width: 0;
		height: auto;
		margin: 0 !important;
	}

	.hero-results .result-item {
		position: relative;
	}

	.hero-results .result-item-inner {
		padding: 0 18px;
	}

	.hero-results .result-item:after {
		position: absolute;
		top: 50%;
		right: 0;
		width: 1px;
		height: 72%;
		background-color: var(--color-golden);
		transform: translateY(-50%);
		content: '';
	}

	.hero-results .swiper-slide:last-of-type .result-item:after,
	.hero-results .swiper-slide:last-of-type:after {
		display: none;
	}

	.hero-results .result-number {
		font-size: 2.25rem;
	}

	.hero-results .swiper-pagination {
		display: none;
	}

	.hero-results-button {
		margin: 0;
		flex-shrink: 0;
	}

	.hero-description {
		font-size: 20px;
		line-height: 32px;
	}

	.hero-results .result-item p {
		font-size: 13px;
	}
}

@media screen and (min-width: 1281px) {
	.hero {
		padding-bottom: 79px;
		min-height: 880px;
		height: 100vh;
	}

	.hero-title {
		margin-bottom: 32px;
		font-size: 95px;
		line-height: 97px;
	}

	.hero-subtitle {
		margin-bottom: 26px;
		font-size: 23.6px;
		line-height: 20.4px;
		letter-spacing: 3.4px;
	}

	.hero-results .result-number {
		font-size: 3.25rem;
	}

	.hero-description {
		margin-bottom: 40px;
		max-width: 620px;
	}
}

/* Awards */
.awards {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: var(--color-white);
}

.awards-title {
	margin: 0 0 28px;
	font-family: var(--font-family-body);
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-golden);
}

.awards-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.awards-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

a.awards-item:hover,
a.awards-item:focus {
	opacity: 0.85;
}

.awards-item img {
	display: block;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 768px) {
	.awards {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.awards-list {
		justify-content: center;
		flex-wrap: wrap;
		overflow: visible;
		gap: 28px 36px;
	}
}

@media screen and (min-width: 1281px) {
	.awards {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.awards-title {
		margin-bottom: 36px;
		font-size: 1.25rem;
		letter-spacing: 0.22em;
	}

	.awards-list {
		flex-wrap: nowrap;
		gap: 140px;
	}
}

/* Trust */
.trust {
	padding-top: 17px;
	position: relative;
	z-index: 1;
}

.trust-bg {
	position: absolute;
	top: 0;
	z-index: -1;
	width: 100%;
}

.trust-holder {
	position: relative;
	z-index: 1;
}

.trust-text {
	margin-bottom: 29px;
}

.trust h2 {
	font-size: 2.25rem;
	font-weight: 400;
	font-family: var(--font-family-heading);
	color: var(--color-alternate);
	letter-spacing: -0.031rem;
}

.trust h2 span {
	display: block;
	white-space: nowrap;
}

.trust h2:first-of-type {
	max-width: 246px;
	margin-bottom: 0;
}

.trust h2 + h2 {
	color: var(--color-blue);
	margin-bottom: 40px;
}

.trust h2 + p {
	margin-bottom: 50px;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--color-golden);
	letter-spacing: 3px;
	text-transform: uppercase;
}

.trust-text p {
	margin-bottom: 18px;
}

.trust-text p:last-child {
	margin-bottom: 0;
}

.trust-text p strong {
	color: var(--color-primary);
	font-weight: 400;
}

.trust-text blockquote {
	font-style: normal;
	padding: 5px 0 5px 25px;
	border-left: 2px solid var(--color-golden);
}

.trust-text blockquote::before {
	display: none;
}

.trust-content {
	margin: 0 calc(-1 * var(--gutter-size));
	padding: 26px 30px 118px;
	position: relative;
	font-size: 1.063rem;
	color: var(--color-white);
	background-color: var(--color-blue);
}

.trust-content p {
	margin-bottom: 18px;
}

.trust-content .text-circle {
	position: absolute;
	bottom: -87px;
	right: -28px;
	width: 250px;
	pointer-events: none;
	animation: rotate-full 30s infinite linear;
}

.trust-content .text-circle img {
	display: block;
	max-width: 100%;
}

.trust-image {
	margin: 0 calc(-1 * var(--gutter-size));
}

.trust-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.trust-heading {
	position: absolute;
	top: -40px;
	left: -30px;
	font-size: 18rem;
	font-family: var(--font-family-heading);
	opacity: 0.08;
	color: var(--color-golden);
	line-height: 1;
	writing-mode: sideways-lr;
	letter-spacing: -0.25rem;
	pointer-events: none;
}

.trust .button {
	margin-top: 50px;
}

@keyframes rotate-full {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}

@media screen and (min-width: 768px) {
	.trust {
		padding-top: 54px;
		padding-bottom: 63px;
	}

	.trust-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.trust-left {
		width: 55%;
	}

	.trust-right {
		width: 45%;
	}

	.trust-text {
		margin-bottom: 0;
		padding-top: 3px;
		padding-right: 30px;
	}

	.trust h2 {
		margin-bottom: 10px;
		font-size: var(--font-size-h1);
		letter-spacing: -0.063rem;
		line-height: 1;
	}

	.trust h2:first-of-type {
		max-width: 400px;
	}

	.trust h2 span {
		white-space: inherit;
	}

	.trust-content {
		margin: 0;
		padding: 50px 45px 31px;
		width: calc(100% + 69px);
	}

	.trust-content .text-circle {
		bottom: -201px;
		right: -190px;
		width: auto;
	}

	.trust-image {
		margin: 0;
		text-align: right;
		height: auto;
	}

	.trust-image .button {
		transform: translateY(-24px);
	}
}

@media screen and (min-width: 1200px) {
	.trust-holder {
		flex-wrap: inherit;
	}

	.trust-left {
		width: 100%;
	}

	.trust-text {
		padding-right: 90px;
	}

	.trust-right {
		width: 570px;
		flex: 0 0 auto;
	}

	.trust-heading {
		font-size: 21.313rem;
	}
}

@media screen and (min-width: 1281px) {
	.trust {
		padding-top: 90px;
		padding-bottom: 87px;
	}

	.trust-content {
		padding-bottom: 89px;
		width: calc(100% + 94px);
	}

	.trust-content .text-circle {
		right: -50px;
	}

	.trust-heading {
		margin-left: -938px;
		top: auto;
		bottom: 40px;
		font-size: 28.188rem;
		left: 50%;
	}
}

/* Cases */
.cases {
	padding-top: 66px;
	padding-bottom: 53px;
	position: relative;
	background-color: var(--color-gray);
}

.cases-holder {
	margin-bottom: 32px;
	position: relative;
	z-index: 2;
}

.cases .subtitle {
	margin-bottom: 14px;
}

.cases h2 {
	margin-bottom: 25px;
	font-size: 2.25rem;
	font-weight: 400;
	font-family: var(--font-family-heading);
	color: var(--color-alternate);
	letter-spacing: -0.031rem;
}

.cases h2 + h2 {
	display: block;
	color: var(--color-blue);
}

.cases h2:first-of-type {
	margin-bottom: 0;
}

.cases h2 + p {
	margin-bottom: 17px;
	font-size: 18px;
	color: var(--color-primary);
	line-height: 1.5;
}

.cases-right p {
	margin-bottom: 18px;
}

.cases-right p:last-child {
	margin-bottom: 0;
}

.cases-arrow {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cases-arrow-next,
.cases-arrow-prev {
	margin: 0 8px;
	position: unset;
	top: auto;
	right: auto;
	left: auto;
}

.cases-bottom-text {
	padding-top: 23px;
	position: relative;
	z-index: 2;
	font-size: 1.063rem;
	text-align: center;
}

.cases-bottom-text p {
	margin-bottom: 21px;
}

.cases-bottom-text h3 {
	font-size: 1.875rem;
	letter-spacing: -0.038rem;
}

.cases .swiper-slide-active .card-cases-icon {
	opacity: 1;
	visibility: visible;
}

.cases-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 342px;
	height: 100%;
	opacity: 0.25;
}

.cases-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.practices-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	position: relative;
	z-index: 2;
}

.practice-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px 28px 28px;
	text-align: left;
	text-decoration: none;
	background-color: var(--color-white);
	color: var(--color-primary);
	transition:
		background-color 200ms ease-out,
		color 200ms ease-out;
}

.practice-card-icon {
	width: 56px;
	height: 56px;
	margin-bottom: 24px;
}

.practice-card-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.practice-card-title {
	margin: 0 0 12px;
	font-family: var(--font-family-heading);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: var(--color-primary);
}

.practice-card-excerpt {
	margin: 0 0 10px;
	flex: 1;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--color-body-text);
}

.practice-card-excerpt p:last-child {
	margin-bottom: 0;
}

.practice-card-link {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	font-family: var(--font-family-body);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-golden);
}

.practice-card:hover,
.practice-card:focus {
	color: var(--color-white);
	background-color: var(--color-primary);
}

.practice-card:hover .practice-card-icon,
.practice-card:focus .practice-card-icon {
	filter: brightness(0) invert(1);
}

.practice-card:hover .practice-card-title,
.practice-card:focus .practice-card-title,
.practice-card:hover .practice-card-excerpt,
.practice-card:focus .practice-card-excerpt,
.practice-card:hover .practice-card-link,
.practice-card:focus .practice-card-link,
.practice-card:hover .practice-card-link i,
.practice-card:focus .practice-card-link i {
	color: var(--color-white);
}

.card-cases-image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.cases-holder {
		margin-bottom: 52px;
		display: flex;
		flex-wrap: wrap;
	}

	.cases h2 + p {
		margin-bottom: 0;
	}

	.cases h2 {
		font-size: var(--font-size-h1);
		letter-spacing: -0.063rem;
		line-height: 1;
	}

	.cases-left {
		width: calc(49% - 60px);
	}

	.cases-right {
		width: 51%;
		margin-left: 30px;
		padding-left: 30px;
		border-left: 4px solid var(--color-golden);
	}

	.cases-bottom-text {
		margin-top: 40px;
		margin-left: 0;
		padding-top: 0;
		padding-left: 0;
		text-align: left;
	}

	.practices-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.cases-arrow {
		margin-bottom: 0;
		position: absolute;
		top: -16px;
		left: 0;
		width: 55px;
		height: 125px;
		display: block;
	}

	.cases-arrow-next,
	.cases-arrow-prev {
		margin: 13px 0;
	}

	.cases .swiper {
		overflow: visible;
		height: 494px;
		clip-path: inset(-100vw -100vw -100vw 0);
	}

	.cases .swiper-wrapper {
		transition-timing-function: linear !important;
	}

	.cases .swiper-slide {
		width: 301px;
		height: 325px;
		transition: height 0.5s;
	}

	.cases .swiper-slide-active {
		width: 349px;
		height: 494px;
	}
}

@media screen and (min-width: 1025px) {
	.cases h2 {
		font-size: 60px;
	}

	.cases-bottom-text {
		padding-left: 0;
	}

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

	/* .cases .swiper-wrapper {
		transition: padding 0.5s;
	} */

	.cases .swiper-wrapper:not(:has(.swiper-slide.swiper-slide-active:first-of-type)) {
		padding-left: 38px;
	}
}

@media screen and (min-width: 1281px) {
	.cases {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.cases-left {
		width: calc(47% - 100px);
	}

	.cases-right {
		width: 53%;
		margin-left: 50px;
		padding-left: 50px;
		margin-top: 30px;
	}
}

/* Card-Cases */
.card-cases {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	color: var(--color-white);
	text-decoration: none;
	overflow: hidden;
	transition: all 0.25s;
}

.card-cases:after,
.card-cases:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: rgba(1, 40, 70, 0.2);
	content: '';
}

.card-cases:after {
	height: 42%;
	background: linear-gradient(0deg, rgba(1, 40, 70, 1) 0%, rgba(1, 40, 70, 0) 100%);
}

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

.card-cases-text {
	padding: 20px 24px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-family: var(--font-family-heading);
	font-size: 1.75rem;
	line-height: 1.1;
}

.card-cases-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 auto;
	font-size: 0.938rem;
	font-family: var(--font-family-icon);
	opacity: 0;
	visibility: hidden;
	color: var(--color-white);
	border: 1px solid var(--color-white);
	border-radius: 50px;
	transition: all 0.3s;
}

.card-cases:focus,
.card-cases:hover {
	color: var(--color-white);
}

@media screen and (min-width: 768px) {
	.card-cases-icon {
		width: 49px;
		height: 49px;
	}
}

/* History */
.history {
	margin-bottom: 38px;
	padding-top: 92px;
	position: relative;
}

.history-text {
	margin: 0 auto 26px;
	position: relative;
	z-index: 1;
	max-width: 630px;
}

.history-text .subtitle {
	max-width: 300px;
	margin: 0 auto 18px;
}

.history-text h2 {
	margin-bottom: 10px;
	font-size: 2.25rem;
	font-weight: 400;
	font-family: var(--font-family-heading);
	color: var(--color-alternate);
	line-height: 1;
	letter-spacing: -0.031rem;
}

.history-text h3 {
	font-size: 1.5rem;
	color: var(--color-primary);
	letter-spacing: -0.04rem;
	max-width: 300px;
	margin: 0 auto 20px;
}

.history-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	font-family: var(--font-family-heading);
	font-size: 6.25rem;
	opacity: 0.08;
	pointer-events: none;
	color: var(--color-golden);
	line-height: 1;
	white-space: nowrap;
	transform: translate(-50%, -50%);
	letter-spacing: -0.125rem;
}

.history-content {
	margin-bottom: 27px;
}

.history-content p {
	margin-bottom: 18px;
}

.history-content p strong {
	color: var(--color-primary);
}

.history-slider .js-history-slider {
	display: flex;
	flex-direction: column;
}

.history-slider {
	border: 10px solid var(--color-white);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.history-slider .swiper-wrapper {
	flex-shrink: 0;
	width: 100%;
	/* aspect-ratio: 1 / 1; */
}

.histroy-img {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

/* .history-slider .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
} */

/* .history-slider img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
} */

.history-slider .swiper-pagination {
	margin-bottom: 29px;
	padding-top: 16px;
	position: unset;
	text-align: left;
}

.history-slider .button {
	padding: 16px;
	width: 100%;
}

.history-bg {
	position: absolute;
	bottom: -37px;
	right: 0;
	width: 37.1%;
	height: 718px;
}

.history-bg:before,
.history-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: '';
}

.history-bg:after {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 110%);
}

.history-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 500px) {
	.history-text .subtitle,
	.history-text h3 {
		max-width: none;
	}
}

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

	.history-text {
		margin-bottom: 71px;
	}

	.history-text h2 {
		font-size: 60px;
		line-height: 0.9;
	}

	.history-text h3 {
		font-size: var(--font-size-h3);
	}

	.history-heading {
		font-size: 12.5rem;
		letter-spacing: 0.313rem;
	}

	.history-holder {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
	}

	.history-content {
		margin-bottom: 0;
		padding-right: 30px;
		width: 55%;
	}

	.history-slider {
		width: 45%;
	}

	.history-slider .swiper-pagination {
		margin-bottom: 0;
		padding-top: 9px;
	}

	.history-content .button {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.history-heading {
		font-size: 15.625rem;
	}

	.history-content {
		padding-top: 17px;
		width: 50%;
	}

	.history-slider {
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.history-heading {
		margin-left: 33px;
		font-size: 21.313rem;
		letter-spacing: -0.375rem;
	}

	.history-content {
		padding-right: 80px;
	}
}

@media screen and (min-width: 1281px) {
	.history {
		padding-top: 104px;
	}
}

/* Image-Slider */
.image-slider img {
	display: block;
	width: 100%;
}

.image-slider .swiper-slide {
	width: 218px;
}

.js-image-slider .swiper-wrapper {
	transition-timing-function: linear;
}

@media screen and (min-width: 768px) {
	.image-slider .swiper-slide {
		width: 400px;
	}
}

@media screen and (min-width: 1025px) {
	.image-slider .swiper-slide {
		width: 500px;
	}
}

@media screen and (min-width: 1200px) {
	.image-slider .swiper-slide {
		width: 838px;
	}
}

/* Meet */
.meet {
	padding-top: 42px;
	padding-bottom: 21px;
	position: relative;
	background: #051827;
}

.meet h2 {
	margin-bottom: 13px;
	font-size: 2.25rem;
	font-weight: normal;
	font-family: var(--font-family-heading);
	color: var(--color-white);
	line-height: 1.1;
	letter-spacing: -0.05rem;
}

.meet h2 strong {
	font-weight: 400;
	color: var(--color-primary);
}

.meet p {
	color: var(--color-white);
	margin-bottom: 30px;
}

.meet h3 {
	font-size: 1.875rem;
	letter-spacing: -0.04rem;
	padding-top: 10px;
	max-width: 300px;
}

.meet-right {
	font-size: 1.063rem;
}

.meet-scale {
	position: absolute;
	bottom: -1px;
	left: 0;
	pointer-events: none;
}

.meet-scale img {
	display: block;
	width: 100%;
}

@media screen and (min-width: 500px) {
	.meet h3 {
		max-width: none;
	}
}

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

	.meet-holder {
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
	}

	.meet .subtitle {
		margin-bottom: 26px;
	}

	.meet h2 {
		margin-bottom: 32px;
		font-size: 60px;
	}
}

@media screen and (min-width: 1025px) {
	.meet h2 {
		font-size: 60px;
		line-height: 0.95;
	}

	.meet-right {
		width: 61%;
		max-width: 850px;
	}

	.meet-scale {
		max-width: 430px;
	}
}

@media screen and (min-width: 1281px) {
	.meet {
		padding: 100px 0;
	}
}

@media screen and (min-width: 1530px) {
	.meet-scale {
		max-width: none;
	}
}

@media screen and (min-width: 1800px) {
	.meet-right {
		margin-right: 160px;
	}
}

/* Testimonial */
.testimonial {
	padding-top: 42px;
	padding-bottom: 20px;
	position: relative;
	background-color: var(--color-gray);
}

.testimonial .row {
	max-width: 1200px;
}

.testimonial-text {
	margin: 0 0 60px;
	position: relative;
	z-index: 1;
	text-align: left;
}

.testimonial-text-title h2:first-of-type {
	color: #024f8b;
}

.testimonial-text-title h2,
.testimonial-text-title p {
	margin: 0;
}

.testimonial h2 {
	margin-bottom: 0;
	font-size: 2.25rem;
	font-weight: 400;
	font-family: var(--font-family-heading);
	color: var(--color-primary);
	line-height: 1.15;
	letter-spacing: -0.03rem;
}

.testimonial-text-body {
	font-size: 19px;
	line-height: 1.5;
	color: var(--color-primary);
}

.testimonial-text-body p {
	margin: 0;
}

.testimonial-text-body p + p {
	margin-top: 8px;
}

.testimonial-text-body strong,
.testimonial-text-body h3 {
	display: block;
	margin: 0 0 6px;
	font-family: var(--font-family-heading);
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.03rem;
	color: var(--color-golden);
}

.testimonial-sub {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--color-primary);
	line-height: 1.6;
}

.testimonial-slider {
	margin: 0 auto;
	padding: 59px 34px 30px;
	position: relative;
	z-index: 1;
	max-width: 819px;
	font-size: 1.25rem;
	line-height: 1.93;
}

.testimonial-slider p {
	font-family: var(--font-family-heading);
	font-size: 1rem;
	margin-bottom: 16px;
}

.testimonial .client-name {
	font-size: 1rem;
	font-style: italic;
	font-family: var(--font-family-heading);
}

.testimonial-quote {
	position: absolute;
	top: -42px;
	left: 50%;
	width: 122px;
	height: 83px;
	pointer-events: none;
	transform: translateX(-50%);
}

.testimonial-quote img {
	width: 100%;
}

.testimonial-heading {
	position: absolute;
	bottom: -15px;
	left: -50px;
	font-size: 16rem;
	font-family: var(--font-family-heading);
	opacity: 0.03;
	color: var(--color-primary);
	line-height: 1;
	writing-mode: vertical-lr;
	letter-spacing: -0.25rem;
	pointer-events: none;
}

.testimonial-slider-container {
	text-align: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

.testimonial-text-title {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px solid var(--color-golden);
}

@media screen and (min-width: 768px) {
	.testimonial {
		padding-top: 88px;
		padding-bottom: 0;
	}

	.testimonial-text {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 0;
		margin-bottom: 30px;
	}

	.testimonial-text-title,
	.testimonial-text-body {
		flex: 1;
		min-width: 0;
	}

	.testimonial-text-title {
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.testimonial-text-body {
		padding-left: 48px;
		margin-left: 48px;
		border-left: 3px solid var(--color-golden);
	}

	.testimonial h2 {
		margin-bottom: 0;
		font-size: 57px;
		line-height: 1.05;
	}

	.testimonial-text-body strong,
	.testimonial-text-body h3 {
		font-size: 60px;
	}

	.testimonial-slider {
		padding: 80px 80px 70px;
	}

	.testimonial-slider p {
		margin-bottom: 30px;
	}

	.testimonial-quote {
		top: calc(50% - 50px);
		left: -50px;
		width: 100px;
		height: 68px;
		transform: translateY(-50%);
	}

	.testimonial-quote.quote-right {
		left: auto;
		right: -50px;
		transform: translateY(-50%) rotate(180deg);
	}

	.testimonial-slider-container {
		padding: 80px 40px 16vw;
	}

	.testimonial-slider-container.active {
		background-image: url('../images/testimonials-bg.webp');
		background-color: transparent;
	}
}

@media screen and (min-width: 900px) {
	.testimonial-slider-container {
		padding: 80px 80px 20vw;
	}

	.testimonial-quote {
		left: -84px;
	}

	.testimonial-quote.quote-right {
		right: -84px;
	}
}

@media screen and (min-width: 1025px) {
	.testimonial-slider {
		padding: 113px 129px 81px;
	}

	.testimonial-heading {
		margin-left: -672px;
		bottom: -21px;
		left: 50%;
		font-size: 16.75rem;
	}

	.testimonial-slider-container {
		padding: 80px 0 250px;
	}
}

@media screen and (min-width: 1280px) {
	.testimonial {
		padding-bottom: 50px;
	}

	.testimonial-text {
		padding: 0 60px;
	}

	.testimonial-slider {
		padding: 113px 45px 81px;
	}

	.testimonial-slider p {
		font-size: 25px;
	}

	.testimonial .client-name {
		font-size: 22px;
	}

	.testimonial-quote {
		width: 163px;
		height: 111px;
		left: -192px;
	}

	.testimonial-quote.quote-right {
		right: -192px;
	}
}

@media screen and (min-width: 1600px) {
	.testimonial-heading {
		margin-left: -734px;
		bottom: 21px;
		left: 50%;
		font-size: 13.75rem;
	}
}

/* Result */
.result {
	padding-top: 10px;
	padding-bottom: 57px;
	background-color: var(--color-gray);
	text-align: center;
}

.result-text {
	margin: 0 auto 24px;
	max-width: 720px;
}

.result-text h3 {
	font-size: 1.5rem;
	color: var(--color-alternate);
	letter-spacing: -0.038rem;
}

.result-text h3 strong {
	font-weight: 400;
	color: var(--color-primary);
}

.result-holder {
	margin-bottom: 5px;
}

.result-item {
	padding: 22px 0;
	position: relative;
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-alternate);
	line-height: 1.25;
}

.result-item:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 51px;
	height: 2px;
	transform: translateX(-50%);
	background-color: var(--color-golden);
	content: '';
}

.result-item:last-of-type:after {
	display: none;
}

.result-number {
	margin-bottom: 15px;
	font-size: 3.375rem;
	font-weight: normal;
	font-family: var(--font-family-heading);
	color: var(--color-primary);
	line-height: 1;
}

.result-item p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.result {
		padding-bottom: 88px;
	}

	.result-text {
		margin-bottom: 70px;
	}

	.result-text h3 {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 1025px) {
	.result-holder {
		margin-bottom: 55px;
		display: flex;
		flex-wrap: wrap;
	}

	.result-item {
		padding: 42px 10px;
		width: 20%;
	}

	.result-item:after {
		right: 0;
		left: auto;
		width: 2px;
		height: 100%;
		transform: translateX(0);
	}
}
