:root {
	--shadow: 0 1px 2px rgb(0 0 0 / 0.1), 0 1px 1px rgb(0 0 0 / 0.06);
	--shadow-md: 0 4px 3px rgb(0 0 0 / 0.07), 0 2px 2px rgb(0 0 0 / 0.06);
	--13-px: .8125rem;
	--15-px: .9375rem;
	--text-accent: #e27c08;
	--font-serif: Merriweather, Georgia, "Times New Roman", serif;
}

.container_home_hero_mobile {
	border-radius: 0 !important;
	padding: 60px 15px 0 15px;
	height: 469px;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 85%, #FFFFFF 100%),
	url(/img/v3plus/home/hero_xs_2.jpg);
	background-color: #ffffff;
	background-size: cover;
	background-position: 50% 100%;
	margin: -15px 0 0 0;
}

.container_home_hero {
	max-width: 89.25rem;
	padding: 0 1.5rem;
	margin-left: auto;
	margin-right: auto;
}

.page-home-hero__content {
	display: flex;
	max-width: 75rem;
	margin: 0 auto;
}

.page-home-hero__box {
	flex: 1;
}

.home-hero__title {
	margin-bottom: 1.5rem;
	color: var(--bs-GSBlueSerious);
	font-family: var(--font-serif);
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.025em;
	text-align: center;
}

.home-hero__title-slotMachine {
	display: inline-grid;
	grid-template-areas: "stack";
	width: max-content;
	overflow: hidden;
	padding: 2px;
	--slot-duration: 9s;
}

.home-hero__title-slotMachine > span {
	grid-area: stack;
	animation: slotMachine var(--slot-duration) both infinite;
	animation-delay: calc(var(--i) * 3000ms);
	animation-fill-mode: both;
}

@keyframes slotMachine {
	/* Slide in for 10% */
	0% {
		transform: translateY(-110%);
	}
	/* Displayed time */
	10%, 30% {
		transform: translateY(0%);
	}
	/* Slides out for 10 % then wait */
	40%, 100% {
		transform: translateY(110%);
	}
}

.home_hero h1 span {
	color: var(--bs-accent);
}

@media (max-width: 575px) {
	.container_home_hero {
		margin-top: -220px;
		margin-bottom: 4rem;
	}

	.home_hero .form_bg {
		background: white;
		box-shadow: 0 4px 6px -1px #0000001A;
	}
}

@media (min-width: 576px) {
	.page-home-hero__box {
		max-width: 27.5rem;
	}

	.home_hero .form_bg {
		background: white;
		box-shadow: none;
	}

	.home_hero {
		background-image: url(/img/v3plus/home/hero2.jpg);
		background-size: cover;
		background-position: 50% 100%;
		margin: 0 0 5rem 0;
		padding: 4rem 1.6rem;
	}

	.home_hero h1 {
		margin-bottom: 2rem;
		text-align: left;
	}
}

@media (min-width: 992px) {
	.home_hero h1 {
		font-size: 40px;
		font-weight: 700;
		line-height: 46px;
	}
}

/*
@media (max-width: 420px){
	.home_header .cotainer_form .logo img{
		width: 100%;
	}
}
@media (min-width: 421px) and (max-width: 767px){
	.home_header .cotainer_form .logo img{
		width: 360px;
	}
}
 */

/* NEW TYPEAHEAD */
.my_typeahead {
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.my_typeahead.active {
	border-color: #66afe9;
}

.my_typeahead_input.form-control {
	background: none !important;
	box-shadow: none !important;
	border: 0 !important;
	display: block;
	width: 100%;
}

.my_typeahead_input.loading {
	background-image: url(/img/site/loading_blue_2.gif) !important;
	background-position: 98% 50% !important;
	background-repeat: no-repeat !important;
	/*background-size: 20px 20px !important;*/
	background-size: auto 64% !important;
}

.my_typeahead_tags {
}

.my_typeahead_tags .tag {
	border-radius: 2px;
	background: #004BB4;
	display: inline-block;
	color: #fff;
	padding: 2px 0px 2px 6px;
	margin: 4px 4px 0 4px;
	font-size: 12px;
}

.my_typeahead_tags .tag a {
	display: inline-block;
	color: #fff;
	padding: 0 8px;
	border-left: 1px solid #fff;
	margin-left: 6px;
}

.autocomplete-suggestions {
	/*box-sizing:border-box;*/
	box-sizing: content-box;
	margin-left: -1px !important;
	border: 1px solid #475569;
	/*border-top:1px solid #ccc;*/
	border-radius: 0.5rem;
	background: #FFF;
	cursor: default;
	overflow: auto;
	overflow-x: hidden;
	box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.2);
}

.autocomplete-suggestion {
	padding: 3px 3px 3px 11px;
	/*white-space:nowrap;*/
	overflow: hidden;
	color: #000;
	letter-spacing: .3px;
	font-weight: 500;
	cursor: pointer;
}

.autocomplete-suggestion strong {
	/*font-weight:normal;*/
	font-weight: 500;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-group {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}


/* move selected items over the mask */
.top_zindex {
	position: relative;
	z-index: 3 !important;
}

.top_zindex .form-control {
	border-color: #66afe9 !important;
}

.select_dates_input {
	cursor: pointer;
	background-color: white !important;
	border: 1px solid #ccc;
}

/* product types */
.product-types__div:first-child {
}

.product-types__div {
}

.product-types__link {
	position: relative;
	color: #111827;
	font-size: 16px;
	font-weight: bold;
}

.product-types__link:hover {
	text-decoration: underline;
}

.product-types__label {
	position: absolute;
	top: .5rem;
	left: .5rem;
	padding: .25rem .5rem;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.25;
	background: #fff;
	border-radius: var(--bs-border-radius-sm);
}

.product-types__img {
	display: block;
	margin-bottom: 6px;
}

.home-about-team {
	background: #F5F5F4;
}

.home-partner__team-photo {}

.home-partner__team-photo-player {
	position: relative;
	cursor: pointer;
}

.home-partner__team-photo-player svg {
	--width: 4rem;
	position: absolute;
	font-size: var(--width);
	left: calc(50% - (var(--width) / 2));
	top: calc(50% - (var(--width) / 2));
}

@media (min-width: 992px) {

}

.home-about-team--social {
	max-width: 48.5rem;
	margin: 4rem auto;
}

.home-about-team--social .btn {
	color: var(--bs-gray-600);
	border-color: var(--bs-gray-900);
}

.home-about-team--social .btn svg {
	position: relative;
	top: -.125em;
	margin-right: .125rem;
}

.home-about-team--social .btn:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.home-about-team--social .btn {
		font-size: var(--15-px);
	}
}

/* partners cards */
.home-partner__card {
	/*display: flex;*/
	/*align-content: stretch;*/
	/*align-items: stretch;*/
	/*position: relative;*/
	/*overflow: hidden;*/
}

.home-partner {
	--gap-x: 1rem;
	--min-height: 21.25rem;
}

.home-partner__row {
	margin: 0 -1.5rem;
	padding: 0 calc(1.5rem - (var(--gap-x) / 2));
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: scroll;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	scroll-padding-left: 1.25rem;
}

.home-partner__card {
	max-width: 17rem;
	width: 80%;
	min-height: var(--min-height);
	padding: 0 calc(var(--gap-x) / 2);
	flex: 1 0 auto;
	scroll-snap-align: start;
	scroll-padding-left: 1.25rem;
	overflow: hidden;
}

.home-partner__gold {
	min-height: 100%;
	background: var(--bs-accent);
	color: var(--text-on-accent);
}

.home-partner__gold-title {
}

.home-partner__card--title {
	height: auto;
	max-width: 17rem;
}

.home-partner__card figure {
	position: relative;
	height: 100%;
}


.home-partner__card figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: var(--bs-border-radius-lg);
	z-index: 0;
}

.home-partner__card figcaption {
	display: block;
	padding: .5rem .75rem;
	position: absolute;
	left: .75rem;
	bottom: .75rem;
	font-size: .875rem;
	color: var(--bs-GSBlueSerious);
	line-height: 1;
	background: #fff;
	border-radius: var(--bs-border-radius-sm);
	z-index: 1;
}

@media (min-width: 992px) {
	.home-partner__row {
		margin: 0;
	}

	.home-partner__card {
		width: auto;
		max-width: none;
		flex: 1;
	}
}

@media (min-width: 1200px) {
	.home-partner {
		--min-height: 25rem;
	}

	.home-partner__card--title {
		min-width: 20rem;
	}
}

.home-partner__btn {
	display: inline-flex;
	align-items: center;
	color: #8F2D03;
	border-color: #8F2D03;
}

.home-partner__btn:hover {
	color: #fff;
	background-color: #8F2D03;
}

/* focused style datepickers */
.container_home_hero .form-control.focused {
	border-color: #475569;
}

.home-partner__header {
	max-width: 36rem;
	margin: 0 auto 4rem auto;
	text-align: center;
	color: var(--bs-GSBlueSerious);
}

.home-partner__title {
	margin-bottom: 1.5rem;
	font-family: var(--font-serif);
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: -.02em;
	line-height: 1.25;
}

.home-partner__header .btn-link {
	padding: 0;
	text-decoration: none;
}

.home-partner__header .btn-link:hover {
	text-decoration: underline;
}

.home-partner__team-photo img {
	width: 100%;
	height: 11.25rem;
	object-fit: cover;
	border-radius: var(--bs-border-radius);
}

.home-partner__team-photo figcaption {
	margin-top: 1rem;
	color: var(--bs-gray-700);
	line-height: 1.25;
}

@media (min-width: 992px) {
	.home-partner__title {
		font-size: 2rem;
	}

	.home-partner__team-photo img {
		height: 20rem;
		border-radius: var(--bs-border-radius-lg);
	}

	.home-partner__team-photo figcaption {
		font-size: var(--15-px);
	}
}