@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');


/* ==================================================
   GLOBAL FONT
================================================== */

html,
body {
	font-family: 'Inter', sans-serif;
}

body,
button,
input,
select,
textarea,
a {
	font-family: 'Inter', sans-serif;
}


/* ==================================================
   BULK SOLUTIONS SECTION
================================================== */

.bulk-solutions {
	padding: 110px 0;
	background: #f7f3ed;
	font-family: 'Inter', sans-serif;
}

.bulk-solutions *,
.bulk-solutions *::before,
.bulk-solutions *::after {
	box-sizing: border-box;
}

.bulk-solutions-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;
}


/* ==================================================
   TOP HEADING
================================================== */

.bulk-solutions-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 50px;
}

.bulk-solutions .section-tag {
	display: block;
	margin-bottom: 12px;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.bulk-solutions-title h2 {
	margin: 0;

	font-size: clamp(40px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -1.6px;

	color: #172328;
}

.bulk-solutions-title h2 span {
	display: block;
	color: #c37a18;
}

.bulk-solutions-head > p {
	max-width: 440px;
	margin: 0 0 5px;

	font-size: 14px;
	font-weight: 400;
	line-height: 1.75;

	color: #686868;
}


/* ==================================================
   PERFECT FOR / BUSINESS TYPES
================================================== */

.business-types {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

	margin-bottom: 90px;

	border-top: 1px solid rgba(23, 35, 40, .15);
	border-left: 1px solid rgba(23, 35, 40, .15);
}

.business-type {
	position: relative;

	min-height: 220px;

	display: grid;
	grid-template-columns: 58px 1fr;
	grid-template-rows: auto 1fr;

	column-gap: 24px;

	padding: 28px;

	border-right: 1px solid rgba(23, 35, 40, .15);
	border-bottom: 1px solid rgba(23, 35, 40, .15);

	overflow: hidden;

	transition:
		background .35s ease,
		transform .35s ease;
}


/* Number */

.business-number {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;

	color: #a4a09a;
}


/* Icon */

.business-icon {
	grid-column: 1;
	grid-row: 2;

	width: 50px;
	height: 50px;

	align-self: end;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(195, 122, 24, .5);
	border-radius: 50%;

	font-size: 17px;

	color: #c37a18;

	transition:
		background .3s ease,
		border-color .3s ease,
		color .3s ease,
		transform .3s ease;
}


/* Text */

.business-content {
	grid-column: 2;
	grid-row: 2;

	align-self: end;
}

.business-content h3 {
	margin: 0;

	font-size: 19px;
	font-weight: 600;
	letter-spacing: -.3px;

	color: #172328;
}

.business-content p {
	max-width: 245px;

	margin: 8px 0 0;

	font-size: 12px;
	font-weight: 400;
	line-height: 1.65;

	color: #777;
}


/* Business hover */

.business-type::after {
	content: "";

	position: absolute;
	left: 0;
	bottom: 0;

	width: 0;
	height: 2px;

	background: #c37a18;

	transition: width .4s ease;
}

.business-type:hover {
	background: #f0e9e0;
}

.business-type:hover::after {
	width: 100%;
}

.business-type:hover .business-icon {
	background: #c37a18;
	border-color: #c37a18;
	color: #fff;

	transform: translateY(-4px);
}


/* ==================================================
   SEATING SECTION
================================================== */

.seating-block {
	padding-top: 55px;

	border-top: 1px solid rgba(23, 35, 40, .15);
}


/* Header */

.seating-top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 40px;

	margin-bottom: 32px;
}

.seating-label {
	display: block;

	margin-bottom: 9px;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.seating-top h3 {
	max-width: 620px;

	margin: 0;

	font-size: clamp(30px, 3vw, 43px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -1px;

	color: #172328;
}

.seating-top h3 span {
	color: #c37a18;
}


/* Header link */

.seating-link {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;

	font-size: 10px;

	text-decoration: none;
	color: #888;
}

.seating-link span {
	font-size: 13px;
	font-weight: 600;

	color: #172328;

	transition: color .3s ease;
}

.seating-link:hover span {
	color: #c37a18;
}


/* ==================================================
   SEATING GRID
================================================== */

.seating-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));

	gap: 18px;
}


/* Individual item */

.seat-item {
	position: relative;

	min-width: 0;

	display: block;

	text-decoration: none;
	color: inherit;

	background: transparent;

	transition: transform .3s ease;
}


/* Image */

.seat-image {
	position: relative;

	height: 320px;

	overflow: hidden;

	background: #eee8df;
}

.seat-image img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;

	transition: transform .6s cubic-bezier(.2, .7, .2, 1);
}


/* Product info */

.seat-info {
	display: grid;
	grid-template-columns: 28px 1fr auto;
	align-items: center;

	gap: 10px;

	padding: 15px 2px 5px;
}

.seat-info > span {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;

	color: #c37a18;
}

.seat-info h4 {
	margin: 0;

	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;

	color: #172328;
}

.seat-info i {
	font-size: 17px;
	font-style: normal;

	color: #172328;

	transition:
		color .3s ease,
		transform .3s ease;
}


/* Seating hover */

.seat-item:hover {
	transform: translateY(-3px);
}

.seat-item:hover .seat-image img {
	transform: scale(1.04);
}

.seat-item:hover .seat-info i {
	color: #c37a18;

	transform:
		translate(3px, -3px)
		rotate(4deg);
}


/* ==================================================
   SEATING BOTTOM LINK
================================================== */

.seating-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 30px;

	margin-top: 28px;
	padding-top: 22px;

	border-top: 1px solid rgba(23, 35, 40, .13);
}

.seating-bottom p {
	margin: 0;

	font-size: 12px;
	font-weight: 400;

	color: #777;
}

.seating-bottom a {
	display: inline-flex;
	align-items: center;

	gap: 12px;

	padding-bottom: 4px;

	border-bottom: 1px solid #172328;

	font-size: 12px;
	font-weight: 600;

	color: #172328;
	text-decoration: none;

	transition:
		color .3s ease,
		border-color .3s ease;
}

.seating-bottom a i {
	font-size: 17px;
	font-style: normal;

	transition: transform .3s ease;
}

.seating-bottom a:hover {
	color: #c37a18;
	border-color: #c37a18;
}

.seating-bottom a:hover i {
	transform: translateX(4px);
}
.qx-nav-list a {
    color: #172328;
    text-decoration: none;
    transition: color .3s ease;
}

.qx-nav-list a:hover,
.qx-nav-list a.qx-active {
    color: #c37a18;
}
.qx-nav-list a {
    position: relative;
    color: #172328;
    text-decoration: none;
}

.qx-nav-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #c37a18;
    transition: width .3s ease;
}

.qx-nav-list a:hover::after,
.qx-nav-list a.qx-active::after {
    width: 100%;
}

.qx-nav-list a.qx-active {
    color: #c37a18;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

	.bulk-solutions {
		padding: 95px 0;
	}

	.business-types {
		grid-template-columns: repeat(2, 1fr);
	}

	.seating-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.seat-image {
		height: 310px;
	}

}


/* ==================================================
   TABLET / MOBILE
================================================== */

@media (max-width: 767px) {

	.bulk-solutions {
		padding: 75px 0;
	}

	.bulk-solutions-wrap {
		width: min(100% - 32px, 1380px);
	}


	/* Heading */

	.bulk-solutions-head {
		flex-direction: column;
		align-items: flex-start;

		gap: 18px;

		margin-bottom: 38px;
	}

	.bulk-solutions-title h2 {
		font-size: 38px;
		letter-spacing: -1px;
	}

	.bulk-solutions-head > p {
		max-width: 100%;
	}


	/* Business */

	.business-types {
		grid-template-columns: 1fr;

		margin-bottom: 65px;
	}

	.business-type {
		min-height: 170px;

		grid-template-columns: 50px 1fr;

		padding: 24px;
	}

	.business-icon {
		width: 44px;
		height: 44px;

		font-size: 15px;
	}

	.business-content h3 {
		font-size: 17px;
	}


	/* Seating heading */

	.seating-block {
		padding-top: 45px;
	}

	.seating-top {
		flex-direction: column;
		align-items: flex-start;

		gap: 18px;

		margin-bottom: 28px;
	}

	.seating-link {
		align-items: flex-start;
	}


	/* Seating 2 columns */

	.seating-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));

		gap: 14px;
	}

	.seat-image {
		height: 220px;
	}

	.seat-info {
		grid-template-columns: 22px 1fr;

		gap: 6px;

		padding-top: 11px;
	}

	.seat-info > span {
		font-size: 8px;
	}

	.seat-info h4 {
		font-size: 12px;
	}

	.seat-info i {
		display: none;
	}


	/* Bottom */

	.seating-bottom {
		flex-direction: column;
		align-items: flex-start;

		gap: 12px;
	}

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 480px) {

	.bulk-solutions {
		padding: 65px 0;
	}

	.bulk-solutions-title h2 {
		font-size: 34px;
	}

	.business-type {
		min-height: 155px;
		padding: 22px 18px;
	}

	.business-content p {
		font-size: 11px;
	}


	/*
	   KEEP 2 CHAIRS PER ROW.
	   Do not change this to 1fr.
	*/

	.seating-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));

		gap: 10px;
	}

	.seat-image {
		height: 180px;
	}

	.seat-info {
		grid-template-columns: 18px 1fr;

		padding-top: 9px;
	}

	.seat-info h4 {
		font-size: 11px;
	}

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media (prefers-reduced-motion: reduce) {

	.business-type,
	.business-type::after,
	.business-icon,
	.seat-item,
	.seat-image img,
	.seat-info i {
		transition: none;
	}

}
.bulk-banner {
	position: relative;
	min-height: 620px;
	overflow: hidden;

	display: flex;
	align-items: center;

	background: #f7f3ed;

	font-family: 'Inter', sans-serif;
}

.bulk-banner-image {
	position: absolute;
	top: 0;
	right: 0;

	width: 56%;
	height: 100%;
}

.bulk-banner-image img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;

	transition: transform .8s ease;
}

.bulk-banner:hover .bulk-banner-image img {
	transform: scale(1.025);
}

.bulk-banner-overlay {
	position: absolute;
	inset: 0;

	background: linear-gradient(
		90deg,
		#f7f3ed 0%,
		#f7f3ed 38%,
		rgba(247, 243, 237, .92) 48%,
		rgba(247, 243, 237, .18) 72%
	);

	z-index: 1;
}

.bulk-banner-content {
	position: relative;
	z-index: 2;

	width: min(1380px, calc(100% - 48px));

	margin: 0 auto;
}

.bulk-banner-content > span {
	display: block;

	margin-bottom: 15px;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.bulk-banner h1 {
	max-width: 650px;

	margin: 0;

	font-size: clamp(55px, 6vw, 90px);
	font-weight: 700;
	line-height: .95;
	letter-spacing: -3px;

	text-transform: uppercase;

	color: #073f4c;
}

.bulk-banner h1 strong {
	display: block;

	font-weight: 700;

	color: #d88900;
}

.bulk-banner h3 {
	margin: 26px 0 0;

	font-size: 26px;
	font-weight: 600;

	color: #073f4c;
}

.bulk-banner-content > p {
	max-width: 560px;

	margin: 18px 0 0;

	font-size: 16px;
	line-height: 1.7;

	color: #343434;
}

.bulk-banner-content > a {
	display: inline-flex;
	align-items: center;

	gap: 15px;

	margin-top: 30px;
	padding: 15px 25px;

	background: #c37a18;

	color: #fff;
	text-decoration: none;

	font-size: 12px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;

	transition: .3s ease;
}

.bulk-banner-content > a span {
	font-size: 18px;

	transition: transform .3s ease;
}

.bulk-banner-content > a:hover {
	background: #a96612;

	transform: translateY(-2px);
}

.bulk-banner-content > a:hover span {
	transform: translateX(5px);
}





@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');


/* =========================================================
   GLOBAL
========================================================= */

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
}

button,
input,
select,
textarea,
a {
	font-family: 'Inter', sans-serif;
}

body {
	background: #fff;
	color: #172328;
}


/* =========================================================
   COOKIE BAR
========================================================= */

.qx-cookie-bar {
	width: 100%;
	background: #c57a17;
	color: #fff;
}

.qx-cookie-inner {
	width: min(1400px, calc(100% - 48px));
	min-height: 48px;
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;

	padding: 8px 0;
}

.qx-cookie-text {
	max-width: 920px;

	font-size: 11px;
	font-weight: 500;
	line-height: 1.55;
}

.qx-cookie-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

.qx-cookie-btn {
	min-width: 100px;
	height: 34px;

	border: 0;

	font-size: 11px;
	font-weight: 500;

	cursor: pointer;

	transition:
		background .25s ease,
		color .25s ease,
		transform .25s ease;
}

.qx-cookie-decline {
	background: #111;
	color: #fff;
}

.qx-cookie-accept {
	background: #fff;
	color: #b96d12;
}

.qx-cookie-btn:hover {
	transform: translateY(-1px);
}

.qx-cookie-decline:hover {
	background: #282828;
}

.qx-cookie-accept:hover {
	background: #f7f1e9;
}


/* =========================================================
   HEADER
========================================================= */

.qx-header {
	position: relative;
	z-index: 1000;

	width: 100%;

	background: #fff;

	border-bottom: 1px solid #ececec;
}

.qx-header-main {
	width: 100%;
	background: #fff;
}

.qx-header-inner {
	width: min(1400px, calc(100% - 48px));
	height: 82px;
	margin: 0 auto;

	display: grid;
	grid-template-columns: 210px minmax(300px, 560px) 210px;
	align-items: center;
	justify-content: space-between;

	gap: 35px;
}


/* =========================================================
   LOGO
========================================================= */

.qx-logo {
	display: inline-flex;
	align-items: center;

	width: fit-content;

	text-decoration: none;
}

.qx-logo img {
	display: block;

	width: 145px;
	height: auto;

	object-fit: contain;
}


/* =========================================================
   SEARCH
========================================================= */

.qx-search {
	position: relative;

	width: 100%;
	max-width: 560px;
	height: 40px;

	display: flex;
	align-items: center;

	border: 1px solid #dedede;

	background: #fff;

	transition:
		border-color .25s ease,
		box-shadow .25s ease;
}

.qx-search:focus-within {
	border-color: #c37a18;
	box-shadow: 0 0 0 3px rgba(195, 122, 24, .07);
}

.qx-search input {
	width: 100%;
	height: 100%;

	padding: 0 48px 0 16px;

	border: 0;
	outline: 0;

	background: transparent;

	font-size: 12px;
	font-weight: 400;

	color: #172328;
}

.qx-search input::placeholder {
	color: #999;
}

.qx-search button {
	position: absolute;
	top: 0;
	right: 0;

	width: 44px;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 0;

	border: 0;

	background: transparent;

	cursor: pointer;
}

.qx-search button svg {
	width: 19px;
	height: 19px;

	fill: none;
	stroke: #111;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;

	transition:
		stroke .25s ease,
		transform .25s ease;
}

.qx-search button:hover svg {
	stroke: #c37a18;
	transform: scale(1.06);
}


/* =========================================================
   HEADER ICONS
========================================================= */

.qx-header-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
}

.qx-header-icon {
	width: 34px;
	height: 34px;

	display: flex;
	align-items: center;
	justify-content: center;

	color: #172328;

	text-decoration: none;

	transition:
		color .25s ease,
		transform .25s ease;
}

.qx-header-icon svg {
	width: 20px;
	height: 20px;

	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.qx-header-icon:hover {
	color: #c37a18;
	transform: translateY(-2px);
}


/* =========================================================
   DESKTOP NAVIGATION
========================================================= */

.qx-nav {
	width: 100%;

	background: #fff;

	border-top: 1px solid #f3f3f3;
}

.qx-nav-inner {
	width: min(1400px, calc(100% - 48px));
	margin: 0 auto;
}

.qx-nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;

	margin: 0;
	padding: 0;

	list-style: none;
}

.qx-nav-list li {
	position: relative;
}

.qx-nav-list a {
	position: relative;

	display: block;

	padding: 18px 25px 17px;

	font-size: 11px;
	font-weight: 600;
	letter-spacing: .15px;
	text-transform: uppercase;

	color: #181818;

	text-decoration: none;

	transition: color .25s ease;
}


/* Hover underline */

.qx-nav-list a::after {
	content: "";

	position: absolute;
	left: 50%;
	bottom: 0;

	width: 0;
	height: 2px;

	background: #c37a18;

	transform: translateX(-50%);

	transition: width .3s ease;
}

.qx-nav-list a:hover {
	color: #c37a18;
}

.qx-nav-list a:hover::after {
	width: calc(100% - 32px);
}


/* Active */

.qx-nav-list a.qx-active {
	color: #c37a18;
}

.qx-nav-list a.qx-active::after {
	width: calc(100% - 32px);
}


/* =========================================================
   MOBILE BUTTON
========================================================= */

.qx-mobile-btn {
	display: none;

	width: 38px;
	height: 38px;

	padding: 8px;

	border: 0;

	background: transparent;

	cursor: pointer;
}

.qx-mobile-btn span {
	display: block;

	width: 100%;
	height: 1.5px;

	margin: 5px 0;

	background: #172328;

	transition:
		transform .3s ease,
		opacity .3s ease;
}


/* Optional active hamburger animation */

.qx-mobile-btn.active span:nth-child(1) {
	transform: translateY(6.5px) rotate(45deg);
}

.qx-mobile-btn.active span:nth-child(2) {
	opacity: 0;
}

.qx-mobile-btn.active span:nth-child(3) {
	transform: translateY(-6.5px) rotate(-45deg);
}


/* =========================================================
   MOBILE NAVIGATION
========================================================= */

.qx-mobile-nav {
	display: none;

	width: 100%;

	background: #fff;

	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.qx-mobile-nav.active {
	display: block;
}

.qx-mobile-nav ul {
	margin: 0;
	padding: 12px 24px 22px;

	list-style: none;
}

.qx-mobile-nav li {
	border-bottom: 1px solid #eeeeee;
}

.qx-mobile-nav li:last-child {
	border-bottom: 0;
}

.qx-mobile-nav a {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 15px 2px;

	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;

	color: #172328;

	text-decoration: none;

	transition:
		color .25s ease,
		padding-left .25s ease;
}

.qx-mobile-nav a::after {
	content: "→";

	font-size: 15px;
	font-weight: 400;

	color: #aaa;

	transition:
		color .25s ease,
		transform .25s ease;
}

.qx-mobile-nav a:hover,
.qx-mobile-nav a.qx-active {
	color: #c37a18;
	padding-left: 5px;
}

.qx-mobile-nav a:hover::after,
.qx-mobile-nav a.qx-active::after {
	color: #c37a18;
	transform: translateX(3px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

	.qx-header-inner {
		grid-template-columns: 180px minmax(280px, 500px) 160px;
	}

	.qx-nav-list a {
		padding-left: 18px;
		padding-right: 18px;

		font-size: 10px;
	}

}


@media (max-width: 991px) {

	/* Cookie */

	.qx-cookie-inner {
		width: min(100% - 32px, 1400px);
	}

	.qx-cookie-text {
		font-size: 10px;
	}


	/* Header */

	.qx-header-inner {
		width: min(100% - 32px, 1400px);

		height: 72px;

		grid-template-columns: auto 1fr auto;

		gap: 20px;
	}

	.qx-logo img {
		width: 125px;
	}

	.qx-search {
		max-width: none;
	}

	.qx-nav {
		display: none;
	}

	.qx-mobile-btn {
		display: block;
	}

}


@media (max-width: 700px) {

	/* Cookie bar */

	.qx-cookie-inner {
		flex-direction: column;
		align-items: stretch;

		gap: 10px;

		padding: 12px 0;
	}

	.qx-cookie-text {
		line-height: 1.5;
	}

	.qx-cookie-actions {
		width: 100%;
	}

	.qx-cookie-btn {
		flex: 1;
	}


	/* Header */

	.qx-header-inner {
		height: auto;

		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"logo icons"
			"search search";

		gap: 14px;

		padding: 14px 0;
	}

	.qx-logo {
		grid-area: logo;
	}

	.qx-header-icons {
		grid-area: icons;
	}

	.qx-search {
		grid-area: search;

		height: 42px;
	}

}


@media (max-width: 480px) {

	.qx-logo img {
		width: 110px;
	}

	.qx-header-icons {
		gap: 8px;
	}

	.qx-header-icon {
		width: 32px;
		height: 32px;
	}

	.qx-header-icon svg {
		width: 18px;
		height: 18px;
	}

	.qx-mobile-btn {
		width: 34px;
		height: 34px;
	}

	.qx-mobile-nav ul {
		padding-left: 18px;
		padding-right: 18px;
	}

}
/* =========================================================
   END: HEADER CSS
========================================================= */


/* =========================================================
   START: ABOUT PAGE CSS
========================================================= */


/* =========================================================
   START: ABOUT HERO SECTION
========================================================= */

.about-hero {
	position: relative;
	min-height: 680px;

	display: flex;
	align-items: flex-end;

	overflow: hidden;

	background: #172328;

	font-family: 'Inter', sans-serif;
}

.about-hero-image {
	position: absolute;
	inset: 0;
}

.about-hero-image img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;
	object-position: center;

	animation: aboutHeroZoom 14s ease-in-out infinite alternate;
}

.about-hero-shade {
	position: absolute;
	inset: 0;
	z-index: 1;

	background:
		linear-gradient(
			90deg,
			rgba(7, 45, 55, .87) 0%,
			rgba(7, 45, 55, .67) 40%,
			rgba(7, 45, 55, .12) 76%
		);
}

.about-hero-wrap {
	position: relative;
	z-index: 2;

	width: min(1380px, calc(100% - 48px));

	margin: 0 auto;
	padding: 120px 0 75px;
}

.about-hero-content {
	max-width: 720px;

	color: #fff;

	animation: aboutContentIn .8s ease both;
}

.about-kicker {
	display: block;

	margin-bottom: 18px;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.4px;

	color: #e4a22b;
}

.about-hero h1 {
	margin: 0;

	max-width: 750px;

	font-size: clamp(54px, 6vw, 86px);
	line-height: .98;
	font-weight: 650;
	letter-spacing: -3px;

	color: #fff;
}

.about-hero h1 span {
	display: block;
	color: #e29a19;
}

.about-hero-content > p {
	max-width: 570px;

	margin: 26px 0 0;

	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;

	color: rgba(255,255,255,.76);
}

.about-hero-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;

	margin-top: 32px;

	padding-bottom: 6px;

	border-bottom: 1px solid rgba(255,255,255,.6);

	font-size: 12px;
	font-weight: 600;

	color: #fff;
	text-decoration: none;

	transition: .3s ease;
}

.about-hero-link span {
	transition: transform .3s ease;
}

.about-hero-link:hover {
	color: #e29a19;
	border-color: #e29a19;
}

.about-hero-link:hover span {
	transform: translateY(4px);
}

.about-hero-note {
	position: absolute;

	right: 0;
	bottom: 75px;

	width: 260px;

	padding: 18px 0 18px 20px;

	border-left: 1px solid rgba(255,255,255,.4);

	color: #fff;
}

.about-hero-note span {
	display: block;

	margin-bottom: 7px;

	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1px;

	color: #e29a19;
}

.about-hero-note p {
	margin: 0;

	font-size: 12px;
	line-height: 1.6;

	color: rgba(255,255,255,.62);
}

@keyframes aboutHeroZoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.045);
	}
}

@keyframes aboutContentIn {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* =========================================================
   END: ABOUT HERO SECTION
========================================================= */


/* =========================================================
   START: ABOUT INTRO / COMPANY INTRODUCTION
========================================================= */

.about-intro {
	padding: 120px 0;
	background: #f7f3ed;

	font-family: 'Inter', sans-serif;
}

.about-intro-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;
}

.about-intro-heading {
	display: grid;
	grid-template-columns: .55fr 1.45fr;

	margin-bottom: 55px;
}

.about-intro .section-tag {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.about-intro-heading h2 {
	max-width: 760px;

	margin: 0;

	font-size: clamp(42px, 4.5vw, 64px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -2px;

	color: #073f4c;
}

.about-intro-heading h2 span {
	display: block;
	color: #c37a18;
}

.about-intro-layout {
	display: grid;
	grid-template-columns: .75fr 1.25fr;
	gap: 75px;

	align-items: end;
}

.about-intro-copy {
	padding-bottom: 20px;
}

.about-intro-copy p {
	max-width: 480px;

	margin: 0 0 18px;

	font-size: 14px;
	line-height: 1.8;

	color: #666;
}

.about-intro-copy .about-lead {
	font-size: 19px;
	line-height: 1.6;
	font-weight: 500;

	color: #172328;
}

.about-intro-copy a {
	display: inline-flex;
	align-items: center;
	gap: 12px;

	margin-top: 15px;
	padding-bottom: 5px;

	border-bottom: 1px solid #172328;

	font-size: 12px;
	font-weight: 600;

	color: #172328;
	text-decoration: none;
}

.about-intro-copy a span {
	transition: transform .3s ease;
}

.about-intro-copy a:hover span {
	transform: translateX(5px);
}

.about-intro-image {
	position: relative;

	height: 540px;

	overflow: hidden;
}

.about-intro-image img {
	width: 100%;
	height: 100%;

	display: block;
	object-fit: cover;

	transition: transform .8s ease;
}

.about-intro-image:hover img {
	transform: scale(1.03);
}

.about-image-caption {
	position: absolute;

	left: 22px;
	bottom: 22px;

	padding: 13px 17px;

	background: rgba(247,243,237,.94);
}

.about-image-caption span {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.5px;

	color: #c37a18;
}

.about-image-caption p {
	margin: 3px 0 0;

	font-size: 12px;
	font-weight: 600;

	color: #073f4c;
}

/* =========================================================
   END: ABOUT INTRO / COMPANY INTRODUCTION
========================================================= */


/* =========================================================
   START: BUSINESS OVERVIEW / WHAT WE DO
========================================================= */

.about-business {
	padding: 105px 0;
	background: #ece4da;
	font-family: 'Inter', sans-serif;
}

.about-business-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;
}

.about-business-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 44px;
}

.about-business .section-tag {
	display: block;
	margin-bottom: 13px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #c37a18;
}

.about-business-head h2 {
	margin: 0;
	font-size: clamp(40px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -1.5px;
	color: #073f4c;
}

.about-business-head h2 span {
	display: block;
	color: #c37a18;
}

.about-business-head > p {
	max-width: 430px;
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.75;
	color: #686868;
}

.about-business-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(23, 35, 40, .15);
	border-left: 1px solid rgba(23, 35, 40, .15);
}

.business-overview-item {
	position: relative;
	min-height: 265px;
	display: flex;
	flex-direction: column;
	padding: 28px;
	border-right: 1px solid rgba(23, 35, 40, .15);
	border-bottom: 1px solid rgba(23, 35, 40, .15);
	overflow: hidden;
	transition: background .3s ease, transform .3s ease;
}

.business-overview-item > span {
	font-size: 9px;
	font-weight: 700;
	color: #c37a18;
}

.business-overview-icon {
	width: 46px;
	height: 46px;
	margin-top: auto;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(195, 122, 24, .55);
	border-radius: 50%;
	font-size: 16px;
	color: #c37a18;
	transition: .3s ease;
}

.business-overview-item h3 {
	margin: 0 0 9px;
	font-size: 18px;
	font-weight: 600;
	color: #073f4c;
}

.business-overview-item p {
	margin: 0;
	font-size: 12px;
	line-height: 1.65;
	color: #707070;
}

.business-overview-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #c37a18;
	transition: width .35s ease;
}

.business-overview-item:hover {
	background: rgba(255, 255, 255, .32);
	transform: translateY(-2px);
}

.business-overview-item:hover::after {
	width: 100%;
}

.business-overview-item:hover .business-overview-icon {
	background: #c37a18;
	color: #fff;
	transform: translateY(-3px);
}

/* =========================================================
   END: BUSINESS OVERVIEW / WHAT WE DO
========================================================= */


/* =========================================================
   START: BRAND STORY SECTION
========================================================= */

.about-story {
	padding: 115px 0;
	background: #f7f3ed;
	font-family: 'Inter', sans-serif;
}

.about-story-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 80px;
	align-items: center;
}

.about-story-image {
	position: relative;
	height: 590px;
	overflow: hidden;
}

.about-story-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform .8s ease;
}

.about-story-image:hover img {
	transform: scale(1.03);
}

.story-image-note {
	position: absolute;
	left: 22px;
	bottom: 22px;
	padding: 14px 18px;
	background: rgba(247, 243, 237, .94);
}

.story-image-note span {
	display: block;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: #c37a18;
}

.story-image-note p {
	margin: 4px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #073f4c;
}

.about-story-content {
	max-width: 550px;
}

.about-story .section-tag {
	display: block;
	margin-bottom: 13px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #c37a18;
}

.about-story-content h2 {
	margin: 0;
	font-size: clamp(40px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -1.5px;
	color: #073f4c;
}

.about-story-content h2 span {
	display: block;
	color: #c37a18;
}

.about-story-content p {
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.78;
	color: #696969;
}

.about-story-content .story-lead {
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	color: #172328;
}

.story-signature {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 32px;
	padding-top: 22px;
	border-top: 1px solid rgba(23, 35, 40, .14);
}

.story-signature > span {
	width: 36px;
	height: 2px;
	background: #c37a18;
}

.story-signature p {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #073f4c;
}

/* =========================================================
   END: BRAND STORY SECTION
========================================================= */


/* =========================================================
   START: OUR STRENGTHS SECTION
========================================================= */

.about-principles {
	padding: 110px 0;

	background: #172328;

	font-family: 'Inter', sans-serif;

	color: #fff;
}

.about-principles-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;

	display: grid;
	grid-template-columns: .65fr 1.35fr;

	gap: 90px;
}

.about-principles .section-tag {
	display: block;

	margin-bottom: 14px;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #d89119;
}

.principles-side h2 {
	margin: 0;

	font-size: clamp(40px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -1.7px;

	color: #fff;
}

.principles-side h2 span {
	display: block;
	color: #d89119;
}

.principles-side > p {
	max-width: 340px;

	margin: 24px 0 0;

	font-size: 14px;
	line-height: 1.7;

	color: rgba(255,255,255,.55);
}

.principles-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;

	border-top: 1px solid rgba(255,255,255,.15);
	border-left: 1px solid rgba(255,255,255,.15);
}

.principle-item {
	position: relative;

	min-height: 285px;

	padding: 28px;

	display: flex;
	flex-direction: column;

	border-right: 1px solid rgba(255,255,255,.15);
	border-bottom: 1px solid rgba(255,255,255,.15);

	transition:
		background .35s ease,
		padding .35s ease;
}

.principle-no {
	font-size: 9px;
	letter-spacing: 1px;

	color: rgba(255,255,255,.35);
}

.principle-icon {
	width: 48px;
	height: 48px;

	margin-top: auto;
	margin-bottom: 20px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(216,145,25,.65);
	border-radius: 50%;

	font-size: 17px;

	color: #d89119;

	transition: .3s ease;
}

.principle-item h3 {
	margin: 0;

	font-size: 19px;
	font-weight: 600;

	color: #fff;
}

.principle-item p {
	max-width: 290px;

	margin: 9px 0 0;

	font-size: 12px;
	line-height: 1.65;

	color: rgba(255,255,255,.52);
}

.principle-item:hover {
	background: rgba(255,255,255,.035);
	padding-left: 34px;
}

.principle-item:hover .principle-icon {
	background: #d89119;
	color: #172328;

	transform: translateY(-3px);
}
/* =========================================================
   END: OUR STRENGTHS SECTION
========================================================= */


/* =========================================================
   START: OUR VALUES SECTION
========================================================= */

.about-values {
	padding: 110px 0;
	background: #eee6db;

	font-family: 'Inter', sans-serif;
}

.about-values-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;
}

.values-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 40px;

	margin-bottom: 45px;
}

.values-heading > span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.values-heading h2 {
	margin: 0 auto 0 0;

	font-size: 48px;
	font-weight: 600;
	letter-spacing: -1.5px;

	color: #073f4c;
}

.values-heading p {
	max-width: 340px;

	margin: 0;

	font-size: 13px;
	line-height: 1.65;

	color: #707070;
}

.values-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);

	border-top: 1px solid rgba(23,35,40,.15);
	border-bottom: 1px solid rgba(23,35,40,.15);
}

.value-item {
	position: relative;

	min-height: 215px;

	padding: 28px 25px;

	border-right: 1px solid rgba(23,35,40,.15);

	transition: background .3s ease;
}

.value-item:last-child {
	border-right: 0;
}

.value-item > span {
	font-size: 9px;
	font-weight: 600;

	color: #c37a18;
}

.value-item h3 {
	margin: 70px 0 8px;

	font-size: 16px;
	font-weight: 650;

	color: #073f4c;
}

.value-item p {
	margin: 0;

	font-size: 12px;
	line-height: 1.55;

	color: #707070;
}

.value-item::after {
	content: "";

	position: absolute;
	left: 0;
	bottom: 0;

	width: 0;
	height: 2px;

	background: #c37a18;

	transition: width .35s ease;
}

.value-item:hover {
	background: rgba(255,255,255,.32);
}

.value-item:hover::after {
	width: 100%;
}
/* =========================================================
   END: OUR VALUES SECTION
========================================================= */


/* =========================================================
   START: OUR MISSION SECTION
========================================================= */

.about-mission {
	padding: 120px 0;

	background: #f7f3ed;

	font-family: 'Inter', sans-serif;
}

.about-mission-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;

	display: grid;
	grid-template-columns: .3fr 1fr .7fr;

	gap: 65px;
	align-items: start;
}

.mission-number span {
	font-size: 44px;
	font-weight: 300;

	color: #c37a18;
}

.mission-number p {
	margin: 8px 0 0;

	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #8b8b8b;
}

.mission-content h2 {
	margin: 0;

	max-width: 620px;

	font-size: clamp(38px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -1.6px;

	color: #073f4c;
}

.mission-content h2 span {
	color: #c37a18;
}

.mission-content > p {
	max-width: 580px;

	margin: 25px 0 0;

	font-size: 14px;
	line-height: 1.8;

	color: #696969;
}

.mission-statement {
	padding-top: 12px;
}

.mission-line {
	display: block;

	width: 42px;
	height: 2px;

	margin-bottom: 25px;

	background: #c37a18;
}

.mission-statement p {
	margin: 0;

	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;

	color: #172328;
}
/* =========================================================
   END: OUR MISSION SECTION
========================================================= */


/* =========================================================
   START: ABOUT FINAL CTA
========================================================= */

.about-final {
	padding: 75px 0;

	background: #073f4c;

	font-family: 'Inter', sans-serif;
}

.about-final-wrap {
	width: min(1380px, calc(100% - 48px));

	margin: auto;

	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 60px;
}

.about-final-wrap > div > span {
	display: block;

	margin-bottom: 13px;

	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;

	color: rgba(255,255,255,.5);
}

.about-final h2 {
	margin: 0;

	font-size: clamp(40px, 4.5vw, 62px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -2px;

	color: #fff;
}

.about-final h2 strong {
	display: block;

	font-weight: 600;

	color: #d89119;
}

.about-final-btn {
	width: 275px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 17px 20px;

	background: #c37a18;

	color: #fff;
	text-decoration: none;

	transition: .3s ease;
}

.about-final-btn small {
	display: block;

	font-size: 8px;
	letter-spacing: 1.4px;

	color: rgba(255,255,255,.65);
}

.about-final-btn p {
	margin: 3px 0 0;

	font-size: 13px;
	font-weight: 600;
}

.about-final-btn > span {
	font-size: 23px;

	transition: transform .3s ease;
}

.about-final-btn:hover {
	background: #aa6812;

	transform: translateY(-3px);
}

.about-final-btn:hover > span {
	transform: translateX(5px);
}
@media (max-width: 991px) {

	.about-hero-note {
		display: none;
	}

	.about-intro-heading {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.about-intro-layout {
		grid-template-columns: 1fr;
		gap: 45px;
	}

	/* Business Overview */
	.about-business-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Brand Story */
	.about-story-wrap {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.about-story-image {
		height: 500px;
	}

	.about-principles-wrap {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.values-row {
		grid-template-columns: repeat(2, 1fr);
	}

	.value-item {
		border-bottom: 1px solid rgba(23,35,40,.15);
	}

	.about-mission-wrap {
		grid-template-columns: 100px 1fr;
	}

	.mission-statement {
		grid-column: 2;
	}

}


@media (max-width: 767px) {

	.about-hero-wrap,
	.about-intro-wrap,
	.about-business-wrap,
	.about-story-wrap,
	.about-principles-wrap,
	.about-values-wrap,
	.about-mission-wrap,
	.about-final-wrap {
		width: min(100% - 32px, 1380px);
	}


	/* Hero */

	.about-hero {
		min-height: 650px;
	}

	.about-hero-shade {
		background:
			linear-gradient(
				0deg,
				rgba(7,45,55,.96) 0%,
				rgba(7,45,55,.76) 60%,
				rgba(7,45,55,.15) 100%
			);
	}

	.about-hero-wrap {
		padding-bottom: 55px;
	}

	.about-hero h1 {
		font-size: 48px;
		letter-spacing: -2px;
	}


	/* About */

	.about-intro,
	.about-business,
	.about-story,
	.about-principles,
	.about-values,
	.about-mission {
		padding: 80px 0;
	}

	.about-intro-heading h2,
	.about-business-head h2,
	.about-story-content h2,
	.principles-side h2 {
		font-size: 38px;
	}

	.about-intro-image {
		height: 420px;
	}

	/* Business Overview */
	.about-business-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}

	.about-business-grid {
		grid-template-columns: 1fr;
	}

	.business-overview-item {
		min-height: 200px;
	}

	/* Brand Story */
	.about-story-image {
		height: 420px;
	}


	/* Principles */

	.principles-grid {
		grid-template-columns: 1fr;
	}

	.principle-item {
		min-height: 230px;
	}


	/* Values */

	.values-heading {
		flex-direction: column;
		align-items: flex-start;

		gap: 15px;
	}

	.values-heading h2 {
		margin: 0;
		font-size: 39px;
	}

	.values-row {
		grid-template-columns: 1fr;
	}

	.value-item {
		min-height: 170px;
		border-right: 0;
	}

	.value-item h3 {
		margin-top: 45px;
	}


	/* Mission */

	.about-mission-wrap {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.mission-statement {
		grid-column: auto;
	}


	/* CTA */

	.about-final-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.about-final-btn {
		width: 100%;
	}

}

/* =========================================================
   START: ABOUT PAGE SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

	.about-story-image {
		height: 350px;
	}

	.about-hero h1 {
		font-size: 42px;
	}

}

/* =========================================================
   END: ABOUT PAGE SMALL MOBILE
========================================================= */


/* =========================================================
   END: ABOUT PAGE CSS
========================================================= */


/* =========================================================
   START: VISION HERO SECTION
========================================================= */

.vision-hero {
	padding: 95px 0;
	background: #f7f3ed;
	font-family: 'Inter', sans-serif;
}

.vision-hero-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;

	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 70px;
	align-items: center;
}

.vision-hero-content {
	max-width: 650px;
	animation: visionIntro .8s ease both;
}

.vision-kicker {
	display: block;
	margin-bottom: 16px;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.vision-hero h1 {
	margin: 0;

	font-size: clamp(48px, 5vw, 72px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -2.5px;

	color: #073f4c;
}

.vision-hero h1 span {
	display: block;
	color: #c37a18;
}

.vision-hero-content > p {
	max-width: 560px;

	margin: 25px 0 0;

	font-size: 16px;
	line-height: 1.75;

	color: #5f5f5f;
}

.vision-hero-points {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px 20px;

	margin-top: 35px;
	padding-top: 25px;

	border-top: 1px solid rgba(23, 35, 40, .14);
}

.vision-hero-points span {
	position: relative;
	padding-left: 15px;

	font-size: 12px;
	font-weight: 600;

	color: #172328;
}

.vision-hero-points span::before {
	content: "";

	position: absolute;
	left: 0;
	top: 50%;

	width: 6px;
	height: 6px;

	border-radius: 50%;

	background: #c37a18;

	transform: translateY(-50%);
}

.vision-hero-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;

	margin-top: 32px;
	padding-bottom: 5px;

	border-bottom: 1px solid #172328;

	font-size: 12px;
	font-weight: 600;

	color: #172328;
	text-decoration: none;

	transition: .3s ease;
}

.vision-hero-link span {
	transition: transform .3s ease;
}

.vision-hero-link:hover {
	color: #c37a18;
	border-color: #c37a18;
}

.vision-hero-link:hover span {
	transform: translateY(4px);
}

.vision-hero-image {
	position: relative;

	height: 600px;

	overflow: hidden;
}

.vision-hero-image img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;

	transition: transform .8s ease;
}

.vision-hero-image:hover img {
	transform: scale(1.03);
}

.vision-image-note {
	position: absolute;

	left: 24px;
	bottom: 24px;

	padding: 14px 18px;

	background: rgba(247, 243, 237, .94);
}

.vision-image-note span {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 1.6px;

	color: #c37a18;
}

.vision-image-note p {
	margin: 4px 0 0;

	font-size: 12px;
	font-weight: 600;

	color: #073f4c;
}

@keyframes visionIntro {

	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}

}

/* =========================================================
   END: VISION HERO SECTION
========================================================= */
/* =========================================================
   START: QYMEX FOCUS SECTION
========================================================= */

.vision-focus {
	padding: 105px 0;
	background: #efe8df;
	font-family: 'Inter', sans-serif;
}

.vision-focus-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;

	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 100px;
	align-items: start;
}

.vision-focus .section-tag {
	display: block;
	margin-bottom: 13px;

	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.vision-focus-title h2 {
	margin: 0;

	font-size: clamp(40px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.07;
	letter-spacing: -1.7px;

	color: #073f4c;
}

.vision-focus-title h2 span {
	display: block;
	color: #c37a18;
}

.vision-focus-copy {
	padding-top: 10px;
}

.vision-focus-copy p {
	max-width: 650px;

	margin: 0 0 20px;

	font-size: 14px;
	line-height: 1.8;

	color: #686868;
}

.vision-focus-copy .vision-focus-lead {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.6;

	color: #172328;
}

/* =========================================================
   END: QYMEX FOCUS SECTION
========================================================= */
/* =========================================================
   START: OUR COMMITMENTS SECTION
========================================================= */

.vision-commitments {
	padding: 110px 0;

	background: #172328;
	color: #fff;

	font-family: 'Inter', sans-serif;
}

.vision-commitments-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;

	display: grid;
	grid-template-columns: .7fr 1.3fr;
	gap: 90px;
}

.vision-commitments .section-tag {
	display: block;

	margin-bottom: 14px;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #d89119;
}

.commitment-intro h2 {
	margin: 0;

	font-size: clamp(40px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -1.6px;

	color: #fff;
}

.commitment-intro h2 span {
	display: block;
	color: #d89119;
}

.commitment-intro > p {
	max-width: 380px;

	margin: 24px 0 0;

	font-size: 14px;
	line-height: 1.75;

	color: rgba(255,255,255,.55);
}

.commitment-list {
	border-top: 1px solid rgba(255,255,255,.15);
}

.commitment-item {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 25px;

	padding: 27px 0;

	border-bottom: 1px solid rgba(255,255,255,.15);

	transition: padding-left .3s ease;
}

.commitment-no {
	padding-top: 4px;

	font-size: 10px;
	font-weight: 600;

	color: #d89119;
}

.commitment-item h3 {
	margin: 0;

	font-size: 19px;
	font-weight: 600;

	color: #fff;
}

.commitment-item p {
	max-width: 600px;

	margin: 8px 0 0;

	font-size: 13px;
	line-height: 1.65;

	color: rgba(255,255,255,.55);
}

.commitment-item:hover {
	padding-left: 8px;
}

/* =========================================================
   END: OUR COMMITMENTS SECTION
========================================================= */
/* =========================================================
   START: OUR VALUES SECTION
========================================================= */

.vision-values {
	padding: 105px 0;

	background: #f7f3ed;

	font-family: 'Inter', sans-serif;
}

.vision-values-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;
}

.vision-values-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 40px;

	margin-bottom: 42px;
}

.vision-values-head > span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #c37a18;
}

.vision-values-head h2 {
	margin: 0 auto 0 0;

	font-size: 48px;
	font-weight: 600;

	color: #073f4c;
}

.vision-values-head p {
	max-width: 350px;

	margin: 0;

	font-size: 13px;
	line-height: 1.65;

	color: #6f6f6f;
}

.vision-values-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);

	border-top: 1px solid rgba(23,35,40,.15);
	border-bottom: 1px solid rgba(23,35,40,.15);
}

.vision-value-item {
	position: relative;

	min-height: 210px;

	padding: 28px 24px;

	border-right: 1px solid rgba(23,35,40,.15);

	transition: background .3s ease;
}

.vision-value-item:last-child {
	border-right: 0;
}

.vision-value-item > span {
	font-size: 9px;
	font-weight: 700;

	color: #c37a18;
}

.vision-value-item h3 {
	margin: 70px 0 8px;

	font-size: 16px;
	font-weight: 600;

	color: #073f4c;
}

.vision-value-item p {
	margin: 0;

	font-size: 12px;
	line-height: 1.55;

	color: #707070;
}

.vision-value-item::after {
	content: "";

	position: absolute;
	left: 0;
	bottom: 0;

	width: 0;
	height: 2px;

	background: #c37a18;

	transition: width .35s ease;
}

.vision-value-item:hover {
	background: #f0e9e0;
}

.vision-value-item:hover::after {
	width: 100%;
}

/* =========================================================
   END: OUR VALUES SECTION
========================================================= */
/* =========================================================
   START: MISSION & FUTURE GOALS SECTION
========================================================= */

.vision-future {
	padding: 115px 0;

	background: #eee6db;

	font-family: 'Inter', sans-serif;
}

.vision-future-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;

	display: grid;
	grid-template-columns: .25fr 1fr .75fr;

	gap: 65px;
	align-items: start;
}

.vision-future-number span {
	font-size: 46px;
	font-weight: 300;

	color: #c37a18;
}

.vision-future-number p {
	margin: 8px 0 0;

	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #858585;
}

.vision-future-main h2 {
	max-width: 650px;

	margin: 0;

	font-size: clamp(38px, 4vw, 56px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -1.6px;

	color: #073f4c;
}

.vision-future-main h2 span {
	display: block;
	color: #c37a18;
}

.vision-future-main > p {
	max-width: 560px;

	margin: 24px 0 0;

	font-size: 14px;
	line-height: 1.8;

	color: #686868;
}

.future-line {
	display: block;

	width: 42px;
	height: 2px;

	margin-bottom: 20px;

	background: #c37a18;
}

.vision-future-goals h3 {
	margin: 0 0 18px;

	font-size: 17px;
	font-weight: 600;

	color: #073f4c;
}

.vision-future-goals ul {
	margin: 0;
	padding: 0;

	list-style: none;
}

.vision-future-goals li {
	position: relative;

	padding: 11px 0 11px 18px;

	border-bottom: 1px solid rgba(23,35,40,.12);

	font-size: 12px;
	line-height: 1.6;

	color: #666;
}

.vision-future-goals li::before {
	content: "";

	position: absolute;
	left: 0;
	top: 18px;

	width: 6px;
	height: 6px;

	border-radius: 50%;

	background: #c37a18;
}

/* =========================================================
   END: MISSION & FUTURE GOALS SECTION
========================================================= */
/* =========================================================
   START: VISION FINAL CTA
========================================================= */

.vision-final-cta {
	padding: 75px 0;

	background: #073f4c;

	font-family: 'Inter', sans-serif;
}

.vision-final-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: auto;

	display: flex;
	align-items: flex-end;
	justify-content: space-between;

	gap: 60px;
}

.vision-final-wrap > div > span {
	display: block;

	margin-bottom: 12px;

	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;

	color: rgba(255,255,255,.48);
}

.vision-final-wrap h2 {
	margin: 0;

	font-size: clamp(40px, 4.5vw, 62px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -2px;

	color: #fff;
}

.vision-final-wrap h2 strong {
	display: block;

	font-weight: 600;

	color: #d89119;
}

.vision-final-btn {
	width: 275px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 17px 20px;

	background: #c37a18;

	color: #fff;
	text-decoration: none;

	transition: .3s ease;
}

.vision-final-btn small {
	display: block;

	font-size: 8px;
	letter-spacing: 1.3px;

	color: rgba(255,255,255,.65);
}

.vision-final-btn p {
	margin: 3px 0 0;

	font-size: 13px;
	font-weight: 600;
}

.vision-final-btn > span {
	font-size: 23px;

	transition: transform .3s ease;
}

.vision-final-btn:hover {
	background: #a96612;
	transform: translateY(-3px);
}

.vision-final-btn:hover > span {
	transform: translateX(5px);
}

/* =========================================================
   END: VISION FINAL CTA
========================================================= */
/* =========================================================
   START: VISION PAGE RESPONSIVE
========================================================= */

@media (max-width: 991px) {

	.vision-hero-wrap {
		grid-template-columns: 1fr;
	}

	.vision-hero-image {
		height: 500px;
	}

	.vision-focus-wrap,
	.vision-commitments-wrap {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.vision-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vision-future-wrap {
		grid-template-columns: 90px 1fr;
	}

	.vision-future-goals {
		grid-column: 2;
	}

}


@media (max-width: 767px) {

	.vision-hero-wrap,
	.vision-focus-wrap,
	.vision-commitments-wrap,
	.vision-values-wrap,
	.vision-future-wrap,
	.vision-final-wrap {
		width: min(100% - 32px, 1380px);
	}


	/* Hero */

	.vision-hero {
		padding: 75px 0;
	}

	.vision-hero h1 {
		font-size: 45px;
		letter-spacing: -1.8px;
	}

	.vision-hero-points {
		grid-template-columns: 1fr;
	}

	.vision-hero-image {
		height: 420px;
	}


	/* General */

	.vision-focus,
	.vision-commitments,
	.vision-values,
	.vision-future {
		padding: 80px 0;
	}

	.vision-focus-title h2,
	.commitment-intro h2 {
		font-size: 38px;
	}


	/* Commitments */

	.commitment-item {
		grid-template-columns: 40px 1fr;
		gap: 15px;
	}


	/* Values */

	.vision-values-head {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.vision-values-head h2 {
		margin: 0;
		font-size: 39px;
	}

	.vision-values-grid {
		grid-template-columns: 1fr;
	}

	.vision-value-item {
		min-height: 165px;
		border-right: 0;
	}

	.vision-value-item h3 {
		margin-top: 45px;
	}


	/* Future */

	.vision-future-wrap {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.vision-future-goals {
		grid-column: auto;
	}


	/* CTA */

	.vision-final-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.vision-final-btn {
		width: 100%;
	}

}

/* =========================================================
   END: VISION PAGE RESPONSIVE
========================================================= */
/* =========================================================
   START: BULK ORDER BENEFITS SECTION
========================================================= */

.bulk-benefits {
	padding: 110px 0;
	background: #172328;
	font-family: 'Inter', sans-serif;
}

.bulk-benefits-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;
}

.bulk-benefits-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
	margin-bottom: 45px;
}

.bulk-benefits .section-tag {
	display: block;
	margin-bottom: 12px;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #d89119;
}

.bulk-benefits-head h2 {
	margin: 0;

	font-size: clamp(40px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: -1.5px;

	color: #fff;
}

.bulk-benefits-head h2 span {
	display: block;
	color: #d89119;
}

.bulk-benefits-head > p {
	max-width: 430px;
	margin: 0 0 5px;

	font-size: 14px;
	line-height: 1.75;

	color: rgba(255,255,255,.55);
}

.bulk-benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);

	border-top: 1px solid rgba(255,255,255,.14);
	border-left: 1px solid rgba(255,255,255,.14);
}

.bulk-benefit-item {
	position: relative;

	min-height: 280px;

	display: flex;
	flex-direction: column;

	padding: 28px;

	border-right: 1px solid rgba(255,255,255,.14);
	border-bottom: 1px solid rgba(255,255,255,.14);

	transition:
		background .3s ease,
		padding-left .3s ease;
}

.bulk-benefit-no {
	font-size: 9px;
	font-weight: 600;

	color: rgba(255,255,255,.34);
}

.bulk-benefit-icon {
	width: 48px;
	height: 48px;

	margin-top: auto;
	margin-bottom: 20px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(216,145,25,.65);
	border-radius: 50%;

	font-size: 16px;

	color: #d89119;

	transition: .3s ease;
}

.bulk-benefit-item h3 {
	margin: 0;

	font-size: 18px;
	font-weight: 600;

	color: #fff;
}

.bulk-benefit-item p {
	margin: 9px 0 0;

	font-size: 12px;
	line-height: 1.65;

	color: rgba(255,255,255,.52);
}

.bulk-benefit-item:hover {
	background: rgba(255,255,255,.035);
	padding-left: 34px;
}

.bulk-benefit-item:hover .bulk-benefit-icon {
	background: #d89119;
	color: #172328;

	transform: translateY(-3px);
}

/* =========================================================
   END: BULK ORDER BENEFITS SECTION
========================================================= */
/* =========================================================
   START: BULK INQUIRY FORM SECTION
========================================================= */

.bulk-inquiry {
	padding: 110px 0;

	background: #ece4da;

	font-family: 'Inter', sans-serif;
}

.bulk-inquiry-wrap {
	width: min(1380px, calc(100% - 48px));
	margin: 0 auto;

	display: grid;
	grid-template-columns: .72fr 1.28fr;
}


/* LEFT */

.bulk-inquiry-info {
	padding: 58px 52px;

	background: #073f4c;

	color: #fff;
}

.bulk-inquiry .section-tag {
	display: block;

	margin-bottom: 14px;

	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;

	color: #d89119;
}

.bulk-inquiry-info h2 {
	margin: 0;

	font-size: clamp(42px, 4vw, 58px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -1.5px;

	color: #fff;
}

.bulk-inquiry-info h2 span {
	display: block;

	color: #d89119;
}

.bulk-inquiry-info > p {
	max-width: 410px;

	margin: 24px 0 0;

	font-size: 14px;
	line-height: 1.75;

	color: rgba(255,255,255,.62);
}


/* Left small note */

.bulk-inquiry-note {
	display: grid;
	grid-template-columns: 35px 1fr;
	gap: 20px;

	margin-top: 70px;
	padding-top: 25px;

	border-top: 1px solid rgba(255,255,255,.15);
}

.bulk-inquiry-note > span {
	font-size: 9px;
	font-weight: 700;

	color: #d89119;
}

.bulk-inquiry-note h3 {
	margin: 0;

	font-size: 16px;
	font-weight: 600;

	color: #fff;
}

.bulk-inquiry-note p {
	max-width: 320px;

	margin: 8px 0 0;

	font-size: 12px;
	line-height: 1.65;

	color: rgba(255,255,255,.5);
}


/* RIGHT FORM */

.bulk-inquiry-form-area {
	padding: 55px 60px;

	background: #f8f4ee;
}

.bulk-form-head {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 25px;

	padding-bottom: 19px;
	margin-bottom: 6px;

	border-bottom: 1px solid rgba(23,35,40,.15);
}

.bulk-form-head span {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 1.8px;

	color: #172328;
}

.bulk-form-head p {
	margin: 0;

	font-size: 9px;

	color: #999;
}


/* Form layout */

.bulk-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;

	gap: 28px;
}

.bulk-form-field {
	padding-top: 24px;
}

.bulk-form-field label {
	display: block;

	margin-bottom: 8px;

	font-size: 11px;
	font-weight: 600;

	color: #555;
}

.bulk-form-field input,
.bulk-form-field select,
.bulk-form-field textarea {
	width: 100%;

	padding: 10px 0 13px;

	border: 0;
	border-bottom: 1px solid #c9c2b9;
	border-radius: 0;

	outline: none;

	background: transparent;

	font-family: 'Inter', sans-serif;
	font-size: 14px;

	color: #172328;

	transition:
		border-color .25s ease,
		transform .25s ease;
}

.bulk-form-field textarea {
	min-height: 105px;

	resize: vertical;
}

.bulk-form-field input::placeholder,
.bulk-form-field textarea::placeholder {
	color: #aaa;
}

.bulk-form-field input:focus,
.bulk-form-field select:focus,
.bulk-form-field textarea:focus {
	border-color: #c37a18;
}

.bulk-form-field:focus-within {
	transform: translateY(-2px);
}

.bulk-form-field:focus-within label {
	color: #c37a18;
}


/* Submit */

.bulk-form-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 35px;

	margin-top: 38px;
}

.bulk-form-submit > p {
	max-width: 300px;

	margin: 0;

	font-size: 10px;
	line-height: 1.55;

	color: #999;
}

.bulk-submit-btn {
	min-width: 220px;

	display: inline-flex;
	align-items: center;
	justify-content: space-between;

	gap: 30px;

	padding: 16px 20px;

	border: 0;

	background: #c37a18;

	font-family: 'Inter', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .6px;
	text-transform: uppercase;

	color: #fff;

	cursor: pointer;

	transition:
		background .3s ease,
		transform .3s ease,
		box-shadow .3s ease;
}

.bulk-submit-btn i {
	font-size: 18px;
	font-style: normal;

	transition: transform .3s ease;
}

.bulk-submit-btn:hover {
	background: #a96612;

	transform: translateY(-2px);

	box-shadow: 0 12px 28px rgba(195,122,24,.2);
}

.bulk-submit-btn:hover i {
	transform: translateX(5px);
}

/* =========================================================
   END: BULK INQUIRY FORM SECTION
========================================================= */
/* =========================================================
   START: BULK BENEFITS + FORM RESPONSIVE
========================================================= */

@media (max-width: 991px) {

	.bulk-benefits-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.bulk-inquiry-wrap {
		grid-template-columns: 1fr;
	}

}


@media (max-width: 767px) {

	.bulk-benefits,
	.bulk-inquiry {
		padding: 80px 0;
	}

	.bulk-benefits-wrap,
	.bulk-inquiry-wrap {
		width: min(100% - 32px, 1380px);
	}


	/* Benefits */

	.bulk-benefits-head {
		flex-direction: column;
		align-items: flex-start;

		gap: 18px;
	}

	.bulk-benefits-head h2 {
		font-size: 38px;
	}

	.bulk-benefits-grid {
		grid-template-columns: 1fr;
	}

	.bulk-benefit-item {
		min-height: 220px;
	}


	/* Form */

	.bulk-inquiry-info,
	.bulk-inquiry-form-area {
		padding: 38px 25px;
	}

	.bulk-inquiry-info h2 {
		font-size: 39px;
	}

	.bulk-inquiry-note {
		margin-top: 45px;
	}

	.bulk-form-row {
		grid-template-columns: 1fr;

		gap: 0;
	}

	.bulk-form-head {
		align-items: flex-start;
		flex-direction: column;

		gap: 7px;
	}

	.bulk-form-submit {
		align-items: flex-start;
		flex-direction: column;
	}

	.bulk-submit-btn {
		width: 100%;
	}

}

/* =========================================================
   END: BULK BENEFITS + FORM RESPONSIVE
========================================================= */