*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

    @font-face {
    font-family: 'Butler Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Regular'), url('../fonts/Butler_Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Butler UltraLight'), url('../fonts/Butler_Ultra_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Light';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Light'), url('../fonts/Butler_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Medium'), url('../fonts/Butler_Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Bold'), url('../fonts/Butler_Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler ExtraBold'), url('../fonts/Butler_ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Black';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Black'), url('../fonts/Butler_Black.woff') format('woff');
    }

:root {
	--font-family: "itc-avant-garde-gothic-pro", -apple-system, system-ui,
		BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
		sans-serif;

	--primary-color: #292631;
	--secondary-color: #63cdf6;
	--light-bg-color: #fff5ec;
	--dark-bg-color: #1c1018;
	--green-color: #68b684;

	--text-supreme-xl: 3.8rem;
	--text-supreme: 3rem;
	--text-xxxlg: 2.4rem;
	--text-xxlg: 2rem;
	--text-xlg: 2rem;
	--text-lg: 1.8rem;
	--text-md: 1.2rem;
	--text-body: 1rem;
	--text-sm: 0.8rem;
	--text-xsm: 0.6rem;

	--border-radius: 0.4rem;

	--section-pad: 6rem;

	--hero-height: 40rem;
	--hero-height-sm: 40rem;
	--hero-title-size: 2.6rem;
	--hero-caption-size: 1rem;
	--hero-max-width: 50rem;

	--logo-select-width: 100%;

	--breadcrumbs-wrapper-display: none;

	--flex-cols-flex-direction: column;
	--flex-cols-gap: 2rem;

	--header-padding-bottom: 0rem;
	--header-contact-wrapper-display: none;
	--nav-display: none;
	--header-mobile-trigger-display: block;

	--nav-flex-direction: column;
	--nav-dropdown-position: relative;
	--nav-dropdown-shadow: none;

	--nav-dropdown-padding: 2rem 0rem 2rem 0rem;

	--nav-dropdown-width: 100%;

	--footer-links-width: 42%;

	--header-sub-display: none;

	--footer-links-wrapper-gap: 1rem;
}

@media all and (min-width: 768px) {
	:root {
		--text-supreme-xl: 8rem;
		--text-supreme: 4rem;
		--text-xxxlg: 2.6rem;
		--text-xxlg: 2.4rem;
		--text-xlg: 2.2rem;
		--text-lg: 1.6rem;
		--text-md: 1.2rem;
		--text-body: 1rem;
		--text-sm: 0.8rem;
		--text-xsm: 0.6rem;

		--header-sub-display: flex;
		--main-nav-order: 3;
		--top-nav-wrapper-order: 2;

		--section-pad: 4rem;

		--hero-title-size: 3.6rem;
		--hero-caption-size: 1.25rem;
		--hero-max-width: 80rem;

		--breadcrumbs-wrapper-display: block;

		--flex-cols-flex-direction: row;
		--flex-cols-gap: 6rem;

		--header-padding-bottom: 0;
		--header-contact-wrapper-display: flex;
		--header-top-phone-link: none;
		--header-top-wrapper-padding: 0.15rem;
		--nav-display: flex;
		--header-mobile-trigger-display: none;

		--nav-flex-direction: row;
		--nav-dropdown-position: absolute;
		--nav-dropdown-shadow: 0 15px 12px rgba(0, 0, 0, 0.2);
		--nav-dropdown-padding: 2rem 0rem 2rem 0rem;

		--nav-dropdown-width: 90%;
		--footer-links-width: 28%;

		--footer-links-wrapper-gap: 4rem;
	}
}

@media all and (min-width: 1200px) {
	:root {
		--text-supreme-xl: 10rem;
		--text-supreme: 5.6rem;
		--text-xxxlg: 3.4rem;
		--text-xxlg: 3.2rem;
		--text-xlg: 2.6rem;
		--text-lg: 1.6rem;
		--text-md: 1.2rem;
		--text-body: 1rem;
		--text-sm: 0.8rem;
		--text-xsm: 0.6rem;
		--hero-title-size: 4rem;

		--section-pad: 8rem;
	}
}

@media all and (min-width: 1600px) {
	:root {
		--hero-height: 44rem;
		--text-supreme-xl: 14rem;
		--text-supreme: 6rem;
		--text-xxxlg: 4.6rem;
		--text-xxlg: 3.2rem;
		--text-xlg: 2.6rem;
		--text-lg: 1.6rem;
		--text-md: 1.2rem;
		--text-body: 1rem;
		--text-sm: 0.8rem;
		--text-xsm: 0.6rem;
		--hero-title-size: 4rem;
	}
}

html {
	min-height: -webkit-fill-available;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--font-size) * 3.4);
}

body {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	background: var(--primary-color);
	font-style: normal;
	text-rendering: optimizeLegibility;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	color: #111111;
}

.accent-font {
	font-family: 'Butler Black', sans-serif;
	font-size: 120%;
}

.mobile-nav-active {
	overflow: hidden;
}

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* UTILITY */
/***********/

.light-bg {
	background-color: var(--light-bg-color);
}

.white-bg {
	background: #fff;
}
.grey-bg {
	background-color: #e5e5e5;
}

.light-blue-bg {
	background-color: var(--secondary-color);
}

.dark-bg {
	background-color: var(--primary-color);
}

.pattern-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -10;
}

.blue-pattern-bg {
	background-color: var(--secondary-color);
	background-image: url("/images/black-texture-1.png");
	background-repeat: repeat;
	background-size: 1200px;
	opacity: 0.025;
}

.pattern-bg-3 {
	background: url("/images/black-texture-3.png") no-repeat;
	background-position: center bottom;
	background-size: 100%;
	opacity: 0.025;
}

.green-bg {
	background-color: var(--green-color);
}

.red-bg {
	background-color: var(--primary-color);
}

.flex-v-center {
	justify-content: center;
}

.flex-h-center {
	align-items: center;
}

.text-white {
	color: #f5f5f5;
}

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

.text-blue {
	color: var(--secondary-color);
}

.text-red {
	color: #EC1C25;
}

.text-gray {
	color: #343434;
}

.text-upper {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
	margin: 0 auto;
}

.text-shadow {
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.text-heading {
	line-height: 1.1;
	letter-spacing: -1px;
}

.text-heading-width {
	max-width: var(--hero-max-width);
}

.max-width-30ch {
	max-width: 30ch;
}

.max-width-40ch {
	max-width: 40ch;
}

.max-width-50ch {
	max-width: 50ch;
}

.text-stacked {
	line-height: 0.9;
}

.bullet-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 50rem;
	gap: 1rem;
}

.content-list {
	margin: 0;
	padding: 0;
}

.content-list li {
	line-height: 1.5;
	padding-bottom: 0.6rem;
}

.bullet-list li {
	padding-left: 2rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	position: relative;
	margin-bottom: 0.2rem;
	flex-basis: 100%;
	font-weight: 500;
	text-transform: uppercase;
	transition: transform 0.3s ease;
}

.bullet-list li:hover {
	transform: translateX(4px);
}

.bullet-list li:before {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 8px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2363cdf6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: center;
	transition: transform 0.3s ease;
}

.bullet-list li:hover:before {
	transform: scale(1.2);
}

.bullet-list.bullet-list-white li:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

@media all and (min-width: 768px) {
	.bullet-list li {
		flex-basis: calc(50% - 1rem);
	}
}

/* Marquee styles */
.marquee {
	--gap: 1rem;
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}

.marquee__content {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

@media (prefers-reduced-motion: reduce) {
	.marquee__content {
		animation-play-state: paused !important;
	}
}

.enable-animation .marquee__content {
	animation: scroll 18s linear infinite;
}

.marquee--reverse .marquee__content {
	animation-direction: reverse;
}

.marquee--hover-pause:hover .marquee__content {
	animation-play-state: paused;
}

.marquee--fit-content {
	max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
	position: absolute;
	top: 0;
	left: 0;
}

.enable-animation .marquee--pos-absolute .marquee__content:last-child {
	animation-name: scroll-abs;
}

.horizontal-container {
	overscroll-behavior: none;
	width: 600%;
	height: 100vh;
	display: flex;
	flex-wrap: nowrap;
}

.horizontal-container .card {
	width: 100%;
	height: 100%;
}

@keyframes scroll-abs {
	from {
		transform: translateX(calc(100% + var(--gap)));
	}
	to {
		transform: translateX(0);
	}
}

.text-fill {
	font-size: var(--text-size) !important;
}

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

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

.text-supreme-xl {
	font-size: var(--text-supreme-xl);
}

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

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

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

.text-md {
	font-size: var(--text-md);
	line-height: 1.6;
}

.text-body {
	font-size: var(--text-body);
	line-height: 1.5;
}

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

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

.text-300 {
	font-weight: 300;
}

.text-400 {
	font-weight: 400;
}

.text-500 {
	font-weight: 500;
}

.text-600 {
	font-weight: 600;
}

.gap-xsm {
	gap: 0.2rem;
}

.gap-sm {
	gap: 0.6rem;
}

.gap {
	gap: 1rem;
}

.gap-lg {
	gap: 1.6rem;
}

.gap-xlg {
	gap: 2.6rem;
}

.gap-xxlg {
	gap: 4.6rem;
}

.pad {
	padding: 1rem;
}

.pad-left {
	padding-left: 1rem;
}

.pad-right {
	padding-right: 1rem;
}

.pad-lg {
	padding: 1.6rem;
}

.pad-xlg {
	padding: 4rem 2rem;
}

.pad-top {
	padding-top: 1rem;
}

.pad-top-lg {
	padding-top: 1.6rem;
}

.pad-btm {
	padding-bottom: 1rem;
}

.margin-top {
	padding-top: 1rem;
}

.h-400 {
	height: 400px;
}

.h-500 {
	height: 500px;
}

.h-600 {
	height: 600px;
}

.mt-auto {
	margin-top: auto;
}

.round {
	border-radius: var(--border-radius);
}

.hover-underline-animation {
	display: inline-block;
	position: relative;
	transition: all 0.25s ease-out;
}

.hover-underline-animation::after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

/* HEADER */
/**********/

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 2rem 2rem 0.4rem 2rem;
}

.header-active {
	top: 0;
}

.header-logo {
	display: block;
	width: 300px;
	max-width: 80%;
	z-index: 30;
}

.header-logo img {
	width: 100%;
	height: auto;
}

.header-sub {
	position: fixed;
	flex-wrap: wrap;
	width: 100%;
	top: 0;
	left: 0;
	transform: translate(110%);
	visibility: hidden;
	transition: 750ms;
	padding-top: 10rem;
	z-index: 20;
}

.header-sub.active {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	visibility: visible;
	background: var(--primary-color);
	width: 100%;
	height: 100vh;
	overflow: auto;
	transform: translateX(0);
}

.header-mobile-trigger {
	display: var(--header-mobile-trigger-display);
	z-index: 30;
}

.main-nav {
	display: flex;
	position: relative;
	padding: 0 2rem;
	order: var(--main-nav-order);
	width: 100%;
	/*justify-content: end; */
}

.nav,
.page-nav {
	display: flex;
	gap: 0rem;
	padding: 0rem 0 0rem 0;
	flex-direction: var(--nav-flex-direction);
	list-style: none;
	width: 100%;
	align-items: left;
	justify-content: left;
}

.nav-parent {
	width: 100%;
}

.page-nav {
	justify-content: center;
}

.nav-parent-item {
	display: flex;
	gap: 0.6rem;
	justify-content: space-between;
	cursor: pointer;
}

.nav-search {
	padding: 0.5rem 1rem !important;
	font-size: 0.9rem;
}

.nav-parent-link,
.page-nav-link {
	display: flex;
	text-decoration: none;
	color: var(--secondary-color);
	font-weight: 600;
	justify-content: space-between;
	gap: 0.6rem;
	padding: 0.6rem 0;
	white-space: nowrap;
	width: 100%;
	font-size: var(--text-lg);
}

.page-nav-link {
	color: #fff;
}

.nav-parent-link:hover {
	color: #fff;
}

.nav-parent-link-btn {
	background: var(--secondary-color);
	padding: 0.4rem 1rem;
	border-radius: var(--border-radius);
	color: var(--primary-color);
	transition: all 350ms;
	display: inline;
	

}

li:has(.nav-parent-link-btn) {
	padding-top: 2rem;
}

@media all and (min-width: 768px) {
	li:has(.nav-parent-link-btn) {
		padding-top: 0;
	}
}

.nav-parent-link-btn:hover {
	color: #fff;
	background: var(--primary-color);
	opacity: 0.8;
}

.header-social {
	list-style: none;
	padding: 4rem 2rem 2rem 2rem;
}

.social-links a svg {
	width: 2.4rem;
	height: auto;
}

.social-links a svg path,
.social-links a svg polygon {
	fill: var(--light-bg-color);
}

.social-links a:hover svg path,
.social-links a:hover svg polygon {
	opacity: 0.8;
}

@media all and (min-width: 768px) {
	.header-social {
		display: none;
	}

	.nav-parent-link,
	.page-nav-link {
		font-size: var(--text-body);
	}

	.main-nav,
	.header-sub {
		justify-content: end;
	}

	.header-sub {
		position: relative;
		left: 0;
		transform: translate(0);
		visibility: visible;
		padding-top: 0;
	}

	.top-nav-wrapper {
		justify-content: center;
		align-items: center;
		display: flex;
		padding: 0 2rem;
	}

	.nav-parent {
		width: auto;
	}
	.main-nav {
		padding: 0.2rem 0;
	}

	.nav,
	.page-nav,
	.top-nav {
		align-items: center;
		gap: 2rem;
		width: auto;
	}
}

.nav-arrow {
	width: 0.6rem;
}

.nav-dropdown {
	position: var(--nav-dropdown-position);
	width: 100%;
	top: 3rem;
	left: 0;
	z-index: 10;
	background: #fff;
	padding: var(--nav-dropdown-padding);
	box-shadow: var(--nav-dropdown-shadow);
	display: none;
}

.nav-dropdown .wrapper {
	width: var(--nav-dropdown-width);
}

.nav-parent.active .nav-dropdown {
	display: block;
}

.nav-dropdown-wrapper {
	display: grid;
	gap: 1.4rem;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdown-5 {
	grid-template-columns: 1fr 1fr;
}

.dropdown-4 {
	grid-template-columns: 1fr 1fr;
}

.nav-dropdown-parent:hover .nav-dropdown {
	display: block;
}

.nav-dropdown-link {
	display: flex;
	flex-direction: column;
	padding: 1.4rem 1rem;
	gap: 1rem;
	justify-content: flex-end;
	align-items: center;
	background: var(--light-bg-color);
	text-decoration: none;
	color: #000;
	font-weight: 500;
	height: 100%;
}

.nav-dropdown-link:hover {
	transition: transform 150ms ease-out;
	transform: scale(1.05);
}

.nav-dropdown-link img {
	max-width: 80%;
	height: auto;
	max-height: 100px;
}

.mobile-trigger {
	border: none;
	padding: 0.6rem;
	display: block;
	background: none;
}

.mobile-trigger span {
	display: block;
	padding: 1px 0;
	background: #fff;
	width: 1.4rem;
}

@media all and (min-width: 768px) {
	.dropdown-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.dropdown-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media all and (min-width: 1200px) {
	.dropdown-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	.dropdown-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.form-text {
	height: 2.8rem;
	padding: 0 1rem;
	font: inherit;
	border: none;
}

.form-textarea {
	padding: 1rem;
	font: inherit;
	border: none;
}

.primarybtn {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	font-size: var(--text-md);
	padding: 0.4rem 1rem 0.4rem 1rem;
	background: var(--secondary-color);
	color: #fff;
	border: none;
	border-radius: var(--border-radius);
	border: 2px solid var(--secondary-color);
	text-align: center;
	transition: all 350ms;
}

.primarybtn-blk {
	background: var(--dark-bg-color);
	border: 2px solid var(--dark-bg-color);
}

.primarybtn:hover {
	background: var(--primary-color);
	border: 2px solid var(--primary-color);
}

.emptybtn:hover {
	border: 2px solid var(--light-bg-color);
	color: var(--primary-color);
	background: var(--light-bg-color);
}

.primary-link {
	font-weight: 600;
	text-decoration: none;
}

.primary-link:hover {
	color: #fff;
}

.primary-link.text-blue:hover {
	color: var(--primary-color);
}

.emptybtn {
	background: transparent;
	border: 2px solid #fff;
}

.primarybtn-blue {
	border: 2px solid var(--secondary-color);
	color: var(--secondary-color);
}

/*****************/
/* VIEW WRAPPERS */
/*****************/

.wrapper {
	width: 100%;
	padding: 0 2rem;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.wrapper-slim {
	max-width: 900px;
}

.wrapper-left {
	margin: 0;
}

.wrapper-xs {
	max-width: 700px;
}

.wrapper-full {
	width: 100%;
	padding: 0;
	max-width: 100%;
}

.wrapper-full-adjust {
	width: 100%;
	max-width: 100%;
	padding: 0 2rem;
}

.wrapper-lg {
	max-width: 1600px;
}

.page-section {
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.page-section-pad {
	padding: var(--section-pad) 0;
}

.page-section-pad-slim {
	padding: calc(var(--section-pad) / 2) 0;
}

.page-hero {
	height: calc(100vh - 4rem);
	min-height: 40rem;
}

.page-hero-tall {
	min-height: calc(var(--hero-height) * 1.5);
}

.page-hero-wrapper {
	width: 100%;
	max-width: 1400px;
	display: flex;
	height: 100%;
	margin: 0 auto;
	padding: 0 2rem;
	padding-bottom: var(--section-pad);
}

.page-hero-sm {
	height: 50vh;
	min-height: var(--hero-height-sm);
}

.hero-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

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

.hero-wrapper {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	align-content: center;
	flex-direction: column;
	z-index: 5;
	gap: 1.6rem;
	padding: 0rem;
	max-width: var(--hero-max-width);
}

.hero-wrapper-slim {
	max-width: 34rem;
}

.photo-wrapper {
	display: flex;
	flex-direction: column;
	z-index: 5;
	gap: 0rem;
	padding-top: 6rem;
	max-width: var(--hero-max-width);
}

.hero-eyebrow {
	color: #fff;
	font-weight: 400;
	font-size: var(--text-body);
	text-transform: uppercase;
}

.hero-title {
	color: var(--light-bg-color);
	display: block;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 0;
	margin: 0;
}

.hero-caption {
	color: #fff;
	font-size: var(--hero-caption-size);
	line-height: 1.5;
	max-width: 50ch;
	font-weight: 500;
}

.page-section-header {
	display: flex;
	flex-direction: column;
}

.page-section-header-narrow {
	max-width: 50rem;
}

:root {
	--flex-wrapper-direction: column;
	--card-content-bottom: 0;
}

@media all and (min-width: 768px) {
	:root {
		--flex-wrapper-direction: row;
		--card-content-bottom: 0%;
	}
}

blockquote {
	position: relative;
}

blockquote::before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 150px;
	position: absolute;
	left: -4.2rem;
	top: -8rem;
	color: var(--primary-color);
}

/* CARDS */
/*********/

.card-wrapper {
	display: flex;
}

.card-wrapper-scroll {
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 4rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.card-wrapper-scroll::-webkit-scrollbar {
	width: 10px;
	height: 1rem;
	border-radius: var(--border-radius);
	display: block;
}
.card-wrapper-scroll::-webkit-scrollbar-thumb {
	background: var(--secondary-color);
	border-radius: var(--border-radius);
}
.card-wrapper-scroll::-webkit-scrollbar-track {
	background: var(--primary-color);
	border-radius: var(--border-radius);
}

.card-wrapper-scroll::-webkit-scrollbar-button:horizontal:start:increment {
	width: 2rem;
}

.card-wrapper-scroll::-webkit-scrollbar-button:horizontal:end:increment {
	width: 2rem;
}

.card {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	z-index: 10;
	display: block;
}

a.card {
	color: #000;
}

.card-brdr {
	border: 1px solid #c0c0c0;
}

.card-flex {
	display: flex;
	flex-direction: column;
}

.card-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.card-bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%,  rgba(255, 255, 255, 0.8) 80%);
	z-index: 2;
}

.card-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.card-bg-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
}

.services-card-bg {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
	filter: brightness(0.5);

}

.card-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	perspective: 8px;
	perspective-origin: 0%;
}

.card-slide .card-bg {
}

.card-slide .card-content {
	margin-top: auto;
	transform-origin: 0;
}

.oversize-img {
	transform: translateX(40%) scale(1.5);
	margin-top: 4rem;
}

.card-content {
	position: relative;
	z-index: 2;
	perspective: 1000px;
	perspective-origin: 50% 0;
}

.card-content-full {
	height: 100%;
}

.card-content-shade {
	background: rgba(0, 0, 0, 0.6);
}

.card-content-bottom {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.card-content-inner {
	justify-content: flex-end;
}

.hover-flip .show-on-hover {
	padding: 2rem;
	background: var(--primary-color);
	transition: all 300ms ease-in;
}

.hover-flip:hover .show-on-hover {
	transition: all 300ms ease-in;
	bottom: 0;
	height: 100%;
}

/* FLEX COLS */
/*************/

.flex-wrapper {
	position: relative;
	display: flex;
	flex-direction: var(--flex-wrapper-direction);
}

.flex-wrap {
	flex-wrap: wrap;
	flex-direction: row;
}

.flex-item {
	flex-grow: 1;
}

@media all and (min-width: 768px) {
	.hover-flip .show-on-hover {
		bottom: -100%;
		position: absolute;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.flex-50-desktop {
		flex-basis: calc(50% - 0.5rem);
		position: relative;
	}

	.flex-50-desktop.flex-col-lg {
		flex-basis: calc(70% - 0.5rem);
	}

	.flex-50-desktop.flex-col-sm {
		flex-basis: calc(30% - 0.5rem);
	}

	.wrapper-adjust {
		width: calc((100% - 0rem));
		max-width: calc(1400px + 4rem);
	}

	.wrapper-adjust-left {
		padding-left: 2rem;
	}

	.card-wrapper-scroll {
		padding-right: calc(((100vw - 1400px) + 4rem) / 2);
		padding-left: calc(((100vw - 1400px) + 4rem) / 2);
	}

	.card-wrapper-scroll::-webkit-scrollbar-button:horizontal:start:increment {
		width: calc(((100vw - 1400px) + 3rem) / 2);
	}

	.card-wrapper-scroll::-webkit-scrollbar-button:horizontal:end:increment {
		width: calc(((100vw - 1400px) + 3rem) / 2);
	}
}

@media all and (min-width: 1400px) {
	.wrapper-adjust-left {
		padding-left: 0;
	}
}

.grid-wrapper {
	display: grid;
	grid-template-columns: auto;
}

.flex-cols {
	display: flex;
	flex-direction: var(--flex-cols-flex-direction);
	gap: var(--flex-cols-gap);
	align-items: center;
}

.content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.content-image {
	width: 100%;
	height: auto;
}

.overlay-blk:before {
	background: rgba(41, 38, 49, 0.6);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.overlay-light:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.overlay-blue:before {
	background: rgba(41, 38, 49, 0.4);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.hover-pop:hover {
	transition: all 150ms ease-out;
	transform: scale(1.02);
	border-radius: 0.4rem;
	z-index: 20;
}

.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

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

.login-form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.login-form {
	margin: 0 auto;
	min-width: 20rem;
	max-width: 40rem;
	border-radius: var(--border-radius);
	background: #f5f5f5;
	padding: 2rem;
	position: relative;
	border: 1px solid #c0c0c0;
}

.login-logo {
	padding: 1rem 0 2rem 0;
	text-align: center;
}

.login-logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.login-form h2 {
	margin: 0;
	padding: 0;
}

.register-form {
	min-width: 25rem;
}

.form label {
	display: block;
	padding: 0 0 1.5rem;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
	border-radius: 0.2rem;
	padding: 0.8rem 1rem;
	border: 1px solid #c0c0c0;
	background: #fff;
	outline: none;
	width: 100%;
	box-shadow: 0 0 2px rgb(0 0 0 / 5%) inset;
	color: #000;
}

input[type="submit"] {
	border-radius: 0.2rem;
	border: none;
	background: var(--primary-color);
	color: #fff;
	padding: 1rem 2rem;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all 300ms;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder {
	color: #ccc;
}

input[type="submit"]:hover {
	opacity: 0.8;
}

.breadcrumbs-wrapper {
	background: #f5f5f5;
	padding: 0.6rem 0;
	display: var(--breadcrumbs-wrapper-display);
}

.breadcrumbs {
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 0.8rem;
	font-size: 0.8rem;
}

.breadcrumbs li:not(:first-child)::before {
	content: "/\00a0";
	border: none;
	transform: inherit;
	width: 12px;
	height: 12px;
	padding: 0 0.2rem 0 0rem;
}

.clients-logos {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	align-items: center;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	gap: 1.6rem;

	@media all and (min-width: 768px) {
		grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	}
}

.clients-logos li {
	flex-basis: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.clients-logos li img,
.clients-logos li svg {
	max-height: 80px;
	max-width: 120px;
	width: 100%;
	opacity: 0.6;
	filter: grayscale(1) contrast(0.8);
	transition: all 0.3s ease;
}

.clients-logos li:hover img,
.clients-logos li:hover svg {
	opacity: 1;
	filter: none;
	transform: scale(1.05);
}

@media all and (min-width: 768px) {
	.clients-logos {
		gap: 3rem;
	}

	.clients-logos li {
		flex-basis: calc((100% - 3rem) / 6);
	}

	.grid-wrapper-4 {
		grid-template-columns: auto auto auto auto;
	}

	.grid-wrapper-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.grid-wrapper-2 {
		grid-template-columns: auto auto;
	}

	.grid-content-slim {
		max-width: 70%;
	}

	.flex-cols-lg {
		flex-basis: 60%;
	}

	.flex-cols-sm {
		flex-basis: 40%;
	}
}

.footer-wrapper {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	flex-direction: column;
}

.footer-logo {
	width: 180px;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.footer-links-wrapper {
	display: flex;
	gap: var(--footer-links-wrapper-gap);
	flex-wrap: wrap;
}

.footer-links {
	width: var(--footer-links-width);
}

.footer-links ul {
	list-style: none;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	font-size: var(--text-body-xsm);
}

.footer-links a:hover {
	text-decoration: underline;
}

.footer-links h4 {
	margin-bottom: 1rem;
}

.footer-links li {
	margin-bottom: 0.6rem;
}

.footer-form-wrapper {
	display: flex;
	flex-direction: column;
	padding-top: 2rem;
}

.footer-form-wrapper label {
	margin-bottom: 0.4rem;
	width: 100%;
}

.footer-form-wrapper input,
.footer-form-wrapper textarea {
	width: 100%;
}

.footer-contact {
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	padding: 2rem 0;
}

@media all and (min-width: 768px) {
	.footer-contact {
		text-align: center;
	}

	.footer-wrapper {
		flex-direction: row;
	}

	.footer-form {
		width: 50%;
		border-left: 1px solid #c0c0c0;
		padding-left: 3rem;
	}
}

@media all and (min-width: 1400px) {
	.page-section-header-narrow {
		max-width: 45rem;
	}

	.wrapper-adjust {
		max-width: calc(1400px + 2rem);
	}
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}
