*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 auto;max-width:1540px;width:100%;padding:5px 30px 5px 30px;}.map{min-height:350px;line-height:0;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--dark-red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
	--Montserrat: "Montserrat", sans-serif;
	--Roboto: "--Roboto", sans-serif;

	/*=== Colors ===*/
	--white: #ffffff;
	--black: #010101;
	--off-black: #1F1F1F;
	--red: #EE1B24;
	--grey: #E1E1E1;
	--yellow: #FFDD4C;

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

body {
	font-family: var(--Montserrat);
	height: auto !important;
}
.page-shadow {
	max-width: 1800px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
	font-family: var(--Montserrat);
}
.xl-heading, .lg-heading, .md-heading, .sm-heading, .xs-heading {
	font-family: var(--Montserrat);
	text-transform: uppercase;
	font-weight: 700;
}
.xl-heading {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px);}
.lg-heading {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading {font-size: clamp(27px, 5vw, 35px);line-height: clamp(27px, 5vw, 35px);}
.sm-heading {font-size: clamp(18px, 5vw, 26px);line-height: clamp(18px, 5vw, 26px);}
.xs-heading {font-size: clamp(18px, 5vw, 18px);line-height: clamp(18px, 5vw, 18px);}

/*=== BUTTONS ===*/
.button-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 30px;
}
button.primary-button {
	font-family: var(--Montserrat);
	font-weight: 700;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	background-color: var(--red);
	color: var(--white);
	opacity: 1;
	transition: all ease 0.3s;
    line-height: 1.5em;
    letter-spacing: 0.12px;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 24px 10px 24px;
}
button.primary-button:hover {
	opacity: 0.6;
}
button.secondary-button {
	font-family: var(--Montserrat);
	font-weight: 500;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	padding: 12px 15px;
	background-color: var(--yellow);
	color: var(--black);
	border-radius: 0px 0px 0px 0px;
	text-transform: uppercase;
	line-height: 1.5em;
    letter-spacing: 0.12px;
	padding: 10px 35px 10px 35px;
}
button.secondary-button:hover {
	opacity: 0.6;
}
button.text-button {
	font-family: var(--Montserrat);
	font-weight: 500;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 12px;
	background-color: unset;
	color: var(--white);
	border-radius: 0px 0px 0px 0px;
	text-transform: uppercase;
	line-height: 1.5em;
    letter-spacing: 0.12px;
}

/*=== LOGO ===*/
.logo-container {
	line-height: 0;
	width: 12.246%;
}
.logo-container .logo {
	position: relative;
    object-fit: contain;
    object-position: center;
	height: 102px;
	aspect-ratio: auto 547 / 329;
	width: auto;
	z-index: 50;
	max-height: 102px;
}
.elite-logo .logo {
	width: 132px;
	margin: auto;
}
.express-logo .logo {
	width: 132px;
	margin: auto;
}

/*=== CUSTOM STYLES ===*/

/*=== HEADER ===*/
header.site-header {
	background-color: var(--black);
	font-family: var(--Montserrat);
	color: var(--white);
	position: relative;
	z-index: 999;
}
header.site-header .top-nav-lg {
	background-color: var(--off-black);
	font-family: var(--Montserrat);
	color: var(--white);
	width: 100%;
}
header.site-header .social-links {
	background-color: var(--off-black);
	font-family: var(--Montserrat);
	color: var(--white);
	font-size: 16px;
	gap: 14px;
	width: 17.812%;
}
header.site-header .action-col {
	width: 41.33%;
}
header.site-header .action-col a.join-team {
	width: 33.333%;
	text-align: center;
	padding: 10px;
}
header.site-header .action-col a.feedback {
	width: 32.018%;
	text-align: center;
	padding: 10px;
}
header.site-header .right-col-header {
	width: 40.523%;
}
header.site-header .lang-nav {
	gap: 6px;
	color: var(--red);
    font-size: 20px;
	font-weight: 500;
    vertical-align: middle;
	flex-direction: row;
	width: 62.553%;
}
header.site-header .lang-nav a {
	margin-right: 7px;
	letter-spacing: 0.12px;
	align-content: center;
}
header.site-header .lang-nav img {
	width: 34px;
	margin-right: 4px;
	opacity: 0.8;
}
header.site-header .lang-nav a:hover img {
	opacity: 1;
}
header.site-header .nav-wrap-header {
	width: 59.689%;
	position: relative;
}
header.site-header .top-nav-sm {
	display: none;
}
header.site-header .top-nav-sm {
	position: relative;
	left: 0;
	right: 0;
}
header.site-header .bottom-nav {
	position: relative;
	display: flex;
    align-items: center;
}

/*=== FOOTER ===*/
footer.site-footer {
	font-size: 18px;
	line-height: 28px;
	background-color: var(--black);
	color: var(--white);
	text-align: center;
}
footer.site-footer .footer-nav {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
    text-align: left;
	justify-items: start;
}
footer.site-footer .top-footer {
	display: grid;
    justify-items: start;
	grid-template-columns: repeat(3, 1fr);
    text-align: left;
	padding: 70px 30px 5px 30px;
}
footer.site-footer .top-footer .footer-logo img {
	width: 50%;
}
footer.site-footer .footer-nav ul:first-of-type {
	padding: 46px 10px 0px 10px
}
footer.site-footer .footer-nav ul li {
	font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
	padding-top: 6px;
    padding-bottom: 6px;
}
footer.site-footer .footer-nav ul li.heading-footer {
	font-family: var(--Montserrat);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
	padding-bottom: 15px;
}
footer.site-footer .copyright {
	border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: var(--off-black);
    padding: 15px 0px 18px 0px;
	font-family: var(--Montserrat);
    font-size: 14px;
    font-weight: 400;
}

/*=== PAGE STYLES ===*/
/*=== About Section ===*/

/*=== SUB PAGE ===*/
#sub-page:not(.inventory-page), .default-page{
	font-family: var(--Montserrat);
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	padding: var(--lg-padding) 0;
}

@media screen and (max-width: 1025px) {
	.action-col {
		display: none;
	}

	/*=== Header ===*/
	header.site-header .right-col-header {
		width: 100%;
	}
	header.site-header .elite-logo, header.site-header .express-logo {
		display: none;
	}
	header.site-header .logo-container {
		width: 40%;
	}
	header.site-header .nav-wrap-header {
		width: 100%;
		left: 0;
		position: absolute;
		right: 0;
		top: 50%;
        transform: translate(0, -50%);
	}

	/*=== Footer ===*/
	footer.site-footer .top-footer {
		display: grid;
		grid-template-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"footer-logo footer-logo"
			"left right";
			justify-items: start;
	}
	footer.site-footer .top-footer .footer-logo {
		grid-area: footer-logo;
		width: 60%;
	}
	footer.site-footer .top-footer .left {
		grid-area: left;
	}
	footer.site-footer .top-footer .right {
		grid-area: right;
	}
}

@media screen and (max-width: 768px) {
	/*=== HEADER ===*/
	header.site-header .logo-container {
		width: 48%;
	}
	header.site-header .logo-container .logo {
		height: 100%;
	}
	header.site-header .top-nav-lg {
		display: none;
	}
	header.site-header .top-nav-sm {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		text-align: center;
		font-size: 32px;
		padding: 17px 20px 17px 20px;
	}

	/*=== FOOTER ===*/
	footer.site-footer .top-footer {
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 1fr;
		grid-template-areas:
			"footer-logo"
			"left" 
			"right";
			justify-items: start;
		gap: 20px;
	}
	footer.site-footer .top-footer a {
		width: 100%;
	}
	footer.site-footer .top-footer a .primary-button {
		width: 100%;
	}
	footer.site-footer .footer-nav ul:first-of-type {
		padding: 46px 0 0;
	}
	footer.site-footer .footer-nav {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	footer.site-footer .top-footer .footer-logo {
		width: 90%;
	}
}