/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */

/* hero */
.hero {
	min-height: 769px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 117px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.hero-inner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.hero-hand {
	width: calc(100% + 10px);
	margin-left: 62px;
	pointer-events: none;
	z-index: 1;
}

.hero-hand img {
	width: 100%;
}

.hero-info {
	margin-top: -38px;
}

.hero-taglines p {
	font-size: 4.375rem;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: -1px;
	line-height: 1;
	color: var(--color-primary);
	font-family: var(--font-family-heading), sans-serif;
}

.hero-taglines p strong {
	display: block;
	font-weight: 400;
	animation-delay: 400ms;
}

.hero-taglines p span {
	display: block;
	color: var(--color-body-text);
	animation-delay: 800ms;
}

.hero-contact p {
	animation-delay: 1200ms;
}

.hero-contact {
	font-size: 1.438rem;
	line-height: 1.3;
	text-align: center;
}

.hero-contact strong {
	color: var(--color-secondary);
}

.hero-contact p:last-of-type {
	margin-bottom: 20px;
}

.hero-contact .button {
	animation-delay: 1600ms;
	font-size: 0.938rem;
	padding: 22px 25px;
}

.hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.68;
	pointer-events: none;
}

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

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

	.hero-hand {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 550px;
		margin-left: unset;
	}

	.hero-info {
		display: flex;
		justify-content: space-between;
	}

	.hero-contact {
		font-size: 1.75rem;
		max-width: 260px;
		text-align: right;
		margin-top: 40px;
	}

	.hero-contact p:last-of-type {
		margin-bottom: 28px;
	}
}

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

	.hero-taglines p {
		font-size: 6.875rem;
		letter-spacing: -3px;
		line-height: 1;
	}

	.hero-hand {
		bottom: -34px;
		right: -39px;
		width: calc(57% + 119px);
	}
}

@media screen and (min-width: 1441px) {
	.hero {
		min-height: 992px;
	}

	.hero-hand {
		bottom: -45px;
		right: 0;
		width: calc(50% + 123px);
		max-width: 1075px;
	}

	.hero-taglines p {
		font-size: 10rem;
	}

	.hero-contact {
		margin-top: 47px;
	}
}

@media screen and (min-width: 1680px) {
	.hero-contact {
		margin-right: -56px;
	}
}

/* awards */
.badges-section {
	padding: 60px 0;
	background-color: var(--color-white);
	overflow: hidden;
}

.badges-marquee-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.badges-marquee-track {
	display: flex;
	gap: 60px;
	align-items: center;
	will-change: transform;
}

.awards-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 200ms ease-out, opacity 200ms ease-out;
}

.awards-item img {
	max-width: 120px;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.awards-item.awards-item-svg img {
	min-width: 100px;
}

/* Keyframe animation for marquee - now handled by JavaScript */

@media screen and (min-width: 760px) {
	.badges-marquee-track {
		gap: 80px;
	}

	.awards-item img {
		max-width: 140px;
		max-height: 140px;
	}
}

@media screen and (min-width: 1025px) {
	.badges-section {
		padding: 80px 0;
	}

	.badges-marquee-track {
		gap: 100px;
	}

	.awards-item img {
		max-width: 160px;
		max-height: 160px;
	}
}

/* Extra wide screen optimizations for marquee */
@media screen and (min-width: 2560px) {
	.awards-item img {
		max-width: 180px;
		max-height: 180px;
	}
}

.awards {
	margin-bottom: 22px;
}

.awards .swiper.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: linear !important;
}

.awards .swiper {
	visibility: visible;
	overflow: visible;
}

.awards .swiper-wrapper {
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.awards .swiper-slide {
	text-align: center;
	width: auto;
	margin: 0 9px;
}

.awards a {
	display: block;
}

.awards img {
	width: auto;
}

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

	.awards .swiper-wrapper {
		flex-wrap: unset;
	}

	.awards .swiper-slide {
		width: auto;
	}

	.awards img {
		/* width: auto; */
	}
}

/* intro */
.intro {
	margin-bottom: 50px;
	position: relative;
}

.intro-left {
	line-height: 1.88;
	font-size: 1.063rem;
	margin-bottom: 38px;
}

.intro-left h1 {
	font-size: 2.5rem;
}

.intro-left h1 span {
	color: var(--color-secondary);
}

.intro-left p a {
	font-weight: 700;
	color: var(--color-body-text);
	text-decoration: underline;
}

.intro-left p a:focus,
.intro-left p a:hover {
	color: var(--color-alternate);
	text-decoration: none;
}

.intro-right {
	position: relative;
}

.intro-right img {
	margin-bottom: 9px;
	width: 100%;
}

.intro-text {
	font-size: 1.063rem;
	font-weight: 500;
	text-transform: uppercase;
	max-width: 390px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: var(--color-primary);
}

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

.intro-text .button {
	color: var(--color-primary);
}

.intro-text .button i {
	color: var(--color-secondary);
	font-size: 1rem;
}

.intro-text .button:hover,
.intro-text .button:focus {
	color: var(--color-secondary);
}

.intro-title {
	position: absolute;
	z-index: -1;
	top: 10px;
	left: -94px;
	font-size: 6rem;
	text-transform: uppercase;
	color: rgba(109, 166, 180, 0.1);
	font-family: var(--font-family-heading);
	writing-mode: sideways-lr;
	pointer-events: none;
}

.intro-arrow {
	display: none;
}

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

	.intro-holder {
		display: flex;
		justify-content: space-between;
	}

	.intro-left {
		width: 49%;
		margin-top: 17px;
		margin-bottom: 0;
	}

	.intro-left h1 {
		font-size: 3.5rem;
	}

	.intro-left h1 span {
		font-size: 3.875rem;
	}

	.intro-left .button {
		margin-top: 13px;
	}

	.intro-right {
		width: 32.8%;
	}

	.intro-right img {
		margin-bottom: 23px;
		width: calc(100% + 135px);
	}

	.intro-text {
		padding-left: 59px;
	}

	.intro-title {
		top: -4px;
		left: -174px;
		font-size: 11.625rem;
	}

	.intro-arrow {
		display: block;
		position: absolute;
		bottom: -6px;
		left: 50%;
		margin-left: -17px;
	}
}

@media screen and (min-width: 1441px) {
	.intro-left {
		margin-top: 7px;
	}

	.intro-title {
		top: -2px;
		left: -196px;
	}

	.intro-right img {
		width: 100%;
	}
}

/* redesign */
.areas {
	margin-bottom: 40px;
	padding-top: 44px;
	padding-bottom: 50px;
	background-color: var(--color-near-black);
}

.areas .row {
	max-width: 1170px;
}

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

.areas-image {
	width: calc(100% + 111px);
	margin-left: -52px;
}

.areas-image img {
	width: 100%;
}

.areas-list {
	margin-bottom: 0;
}

.areas-list li:not(:last-of-type) {
	margin-bottom: 14px;
}

.areas-list li a {
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--color-white);
	position: relative;
	padding: 11px 13px 10px;
	background-color: var(--color-secondary);
}

.areas-list a:focus,
.areas-list a:hover {
	background-color: var(--color-primary);
}

.areas-list li i {
	position: absolute;
	top: 15px;
	right: 12px;
	font-size: 0.625rem;
	color: var(--color-alternate);
}

.areas-right {
	font-size: 1.063rem;
	line-height: 1.88;
	margin-bottom: 32px;
	color: var(--color-white);
}

.areas-right h2 {
	font-size: 2.5rem;
	text-transform: capitalize;
	color: var(--color-secondary);
}

.areas-right h2 span {
	display: block;
	color: var(--color-white);
}

.areas-title {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.56;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.areas {
		margin-bottom: 128px;
		padding-top: 153px;
		padding-bottom: 126px;
	}

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

	.areas-left {
		width: 44%;
	}

	.areas-image {
		margin-left: -220px;
		margin-top: -154px;
		margin-bottom: -13px;
		width: auto;
	}

	.areas-image img {
		width: auto;
	}

	.areas-right {
		width: 50%;
		margin-bottom: 0;
	}

	.areas-right h2 {
		font-size: 3.25rem;
	}
}

@media screen and (min-width: 1025px) {
	.areas-left {
		width: 31.7%;
	}

	.areas-list li a {
		font-size: 0.813rem;
		letter-spacing: 5px;
		padding: 10px 23px 8px;
	}

	.areas-right {
		width: 55.2%;
	}
}

@media screen and (min-width: 1441px) {
	.areas-image {
		width: calc(100% + 420px);
		margin-left: -233px;
		margin-top: -154px;
		margin-bottom: -29px;
	}
}

/* helping */
.helping {
	position: relative;
}

.helping-left {
	margin-bottom: 43px;
}

.helping-left h2 {
	font-size: 2.5rem;
	position: relative;
}

.helping-left h2 span {
	color: var(--color-secondary);
}

.helping-content {
	font-size: 1.063rem;
	margin-bottom: 28px;
}

.helping-image {
	position: relative;
	z-index: 1;
	width: 290px;
	margin: 0 auto;
}

.helping-image img {
	width: 100%;
}

.helping-text {
	position: relative;
	margin-top: -68px;
	font-size: 1.063rem;
	color: var(--color-white);
	background-color: var(--color-secondary);
	padding: 79px 102px 33px 37px;
	width: calc(100% + 40px);
	margin-left: -20px;
}

.helping-text h3 {
	font-size: 1.813rem;
	margin-bottom: 12px;
	color: var(--color-white);
}

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

.helping-right-link {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	transform: translateY(-50%);
	font-size: 2.563rem;
	width: 80px;
	height: 100%;
	background-color: var(--color-dark-blue);
}

.helping-right-link i {
	font-weight: 300;
	-webkit-transition: transform 200ms ease-out;
	-moz-transition: transform 200ms ease-out;
	-ms-transition: transform 200ms ease-out;
	-o-transition: transform 200ms ease-out;
	transition: transform 200ms ease-out;
}

.helping-right-link:focus,
.helping-right-link:hover {
	color: var(--color-primary);
	background: #a3ecf9;
}

.helping-right-link:hover i,
.helping-right-link:focus i {
	transform: translateX(4px);
}

.helping-arrow {
	display: none;
}

.home-arrow-scroll {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.home-arrow-scroll:hover,
.home-arrow-scroll:focus {
	transform: translateY(12px);
	opacity: 0.6;
}

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

	.helping-holder {
		display: flex;
		justify-content: space-between;
	}

	.helping-left {
		width: 51%;
		margin-bottom: 0;
	}

	.helping-left h2 {
		font-size: 3.25rem;
	}

	.helping-content {
		padding-right: 70px;
		line-height: 1.88;
		margin-bottom: 40px;
	}

	.helping-right {
		width: 47%;
	}

	.helping-text {
		margin-top: -57px;
	}

	.helping-text:after {
		width: 90px;
	}

	.helping-right-link {
		width: 90px;
	}

	.helping-arrow {
		display: block;
		position: absolute;
		bottom: 7px;
		left: 50%;
		margin-left: -16px;
	}
}

@media screen and (min-width: 1201px) {
	.helping-left {
		width: 63%;
	}

	.helping-right {
		width: 38%;
		margin-top: -16px;
	}

	.helping-image {
		width: auto;
		margin-left: -27px;
	}

	.helping-image img {
		width: auto;
	}

	.helping-text {
		padding: 79px 150px 39px 53px;
		margin-left: 61px;
		width: calc(100% + 74px);
	}
}

@media screen and (min-width: 1441px) {
	.helping-left {
		width: 46%;
	}

	.helping-right {
		width: 40.2%;
	}

	.helping-image {
		margin: unset;
	}

	.helping-text {
		width: 459px;
		margin-left: auto;
		margin-right: 3px;
	}
}

/* supporting */
.supporting {
	position: relative;
	margin-bottom: 46px;
	background-color: rgba(109, 166, 180, 0.1);
}

.supporting-left {
	position: relative;
}

.supporting-image {
	margin-left: -20px;
	width: calc(100% + 110px);
	position: relative;
}

.supporting-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.supporting-image:after {
	position: absolute;
	right: 0;
	bottom: -60px;
	content: "";
	width: 100%;
	height: 45%;
	pointer-events: none;
	background: linear-gradient(
		to top,
		rgba(240, 246, 247, 1) 88%,
		rgba(240, 246, 247, 0.9) 90%,
		rgba(248, 246, 242, 0) 100%
	);
}

.supporting-content {
	font-size: 1.063rem;
	line-height: 1.88;
	padding-bottom: 20px;
}

.supporting-content h2 {
	font-size: 2.5rem;
	position: relative;
}

.supporting-content h2 span {
	color: var(--color-secondary);
}

.supporting-wrap {
	margin-top: 35px;
	margin-left: 19px;
}

.supporting-column:nth-child(2) {
	animation-delay: 0.4s;
}

.supporting-column {
	display: flex;
	align-items: center;
	font-size: 0.813rem;
	text-transform: uppercase;
	margin-bottom: 35px;
	color: var(--color-secondary);
}

.supporting-column img {
	flex: 0 0 auto;
	margin-right: 16px;
	min-width: 55px;
}

.supporting-text-block {
	line-height: 1.4;
	letter-spacing: 1px;
}

.supporting-text-block strong {
	display: block;
	font-weight: 800;
	color: var(--color-primary);
}

@media screen and (min-width: 768px) {
	.supporting-content {
		padding-bottom: 70px;
	}

	.supporting-content h2 {
		font-size: 3.25rem;
	}

	.supporting-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 48px;
		margin-left: 9px;
	}

	.supporting-column {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.supporting {
		margin-bottom: 150px;
	}

	.supporting-holder {
		display: flex;
		justify-content: space-between;
	}

	.supporting-left {
		width: 48%;
	}

	.supporting-image {
		width: 50vw;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		margin-left: 0;
	}

	.supporting-content {
		width: 52%;
		padding-top: 153px;
		padding-bottom: 120px;
	}

	.supporting-image:after {
		top: 0;
		bottom: unset;
		right: 0;
		content: "";
		width: 47%;
		height: 100%;
		background: linear-gradient(
			to left,
			rgba(240, 246, 247, 1) 0%,
			rgba(240, 246, 247, 1) 30%,
			rgba(32, 124, 202, 0.05) 41%,
			rgba(248, 246, 242, 0) 100%
		);
	}
}

@media screen and (min-width: 1441px) {
	.supporting {
		margin-bottom: 100px;
	}

	.supporting-left {
		width: 52.7%;
	}

	.supporting-image {
		width: 52vw;
	}

	.supporting-content {
		width: 42%;
	}
}

/* planning */
.planning {
	margin-bottom: 35px;
}

.planning .row {
	max-width: 1170px;
}

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

.planning-info {
	font-size: 1.063rem;
	position: relative;
}

.planning-title {
	display: none;
}

.planning-info h2 {
	font-size: 2.5rem;
}

.planning-info h2 span {
	display: block;
	color: var(--color-secondary);
}

.planning-text {
	margin-bottom: 23px;
	line-height: 1.88;
}

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

.planning-text h3 {
	display: block;
	font-size: 1rem;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.6;
	font-weight: 800;
	color: var(--color-primary);
	font-family: var(--font-family-body);
}

.planning-right {
	margin-bottom: 17px;
}

.planning-image img {
	width: 100%;
}

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

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

	.planning-info {
		width: 46%;
	}

	.planning-title {
		position: absolute;
		top: -23px;
		left: -162px;
		display: block;
		font-size: 11.625rem;
		text-transform: uppercase;
		color: rgba(109, 166, 180, 0.1);
		font-family: var(--font-family-heading);
		writing-mode: sideways-lr;
		pointer-events: none;
	}

	.planning-info h2 {
		font-size: 3.25rem;
	}

	.planning-right {
		width: 54%;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1201px) {
	.planning-info {
		width: 52%;
		padding-left: 115px;
	}

	.planning-right {
		width: 46%;
	}

	.planning-image img {
		width: auto;
	}
}

@media screen and (min-width: 1441px) {
	.planning-text {
		margin-bottom: 50px;
	}

	.planning-title {
		left: -190px;
	}

	.planning-image {
		width: calc(100% + 60px);
		margin-left: 60px;
	}
}

/* testimonials */
.testimonials {
	margin-bottom: 62px;
}

.testimonials-bottom {
	margin-top: 67px;
	text-align: center;
}

.testimonials-bottom .button {
	font-size: 0.813rem;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.testimonials .swiper {
	overflow: visible;
}

.testimonials .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: var(--color-primary);
}

.testimonials .swiper-pagination-bullet-active {
	background-color: var(--color-secondary);
}

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

	.testimonials-bottom {
		margin-top: 43px;
	}

	.testimonials .swiper-pagination {
		display: none;
	}
}

@media screen and (min-width: 1441px) {
	.testimonials {
		margin-bottom: 55px;
	}
}
