.where-to-go {
	position: relative;
}

.where-to-go * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

.where-to-go :after,
.where-to-go :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.where-to-go svg {
	display: block;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.where-to-go a {
	color: inherit;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.where-to-go button {
	-webkit-appearance: none;
	border: none;
	outline: 0;
	background: 0 0;
	border-radius: 0;
	padding: 0;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-weight: 400;
	cursor: pointer
}

.where-to-go__preference {
	position: absolute;
	top: 15px;
	left: 20px;
	margin: 0;
}

.where-to-go__preference label {
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	color: #000;
	font-size: 13px;
	line-height: 24px;
	padding-left: 0;
	padding-right: 29px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
	font-weight: normal;
	max-width: 100%;
	text-transform: uppercase;
}

@media (max-width:1279px) {
	.where-to-go__preference label {
		font-size: 11px
	}
}

.where-to-go__preference label:after {
	width: 20px;
	height: 20px;
	margin-bottom: -10px;
	right: 0;
	border-radius: 3px;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 50%;
	border: 1px solid #ccc;
	background: #fff;
	cursor: pointer;
	font-weight: normal;
}

.where-to-go__preference input {
	display: none;
}

.where-to-go__preference > input[type=checkbox]:checked + label:after {
	content: "\2713";
	font-size: 19px;
	color: #666;
	text-align: center;
	line-height: 16px;
	padding: 2px;
}

.where-to-go__close {
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.where-to-go__close:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.where-to-go__heading {
	font-size: 36px;
	line-height: 1.06667em;
	font-weight: 400;
	font-family: Constantia, Georgia, 'Times New Roman', serif;
	color: #000;
	text-align: center;
	margin: 0 0 1em;
	padding: 0 40px
}

@media (max-width:1279px) {
	.where-to-go__heading {
		font-size: 30px
	}
}

@media (max-width:759px) {
	.where-to-go__heading {
		font-size: 24px;
		padding: 0
	}
}

.where-to-go__content {
	padding: 46px 40px 40px
}

.where-to-go__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
	align-items: end;
}

@media (max-width:759px) {
	.where-to-go__grid {
		grid-template-columns: 1fr;
		max-width: 440px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		grid-gap: 20px
	}
}

@media (max-width:759px) {
	.where-to-go__content {
		padding: 56px 20px 40px
	}

	.where-to-go__grid {
		grid-gap: 15px
	}
}

.where-to-go__item {
	display: block !important;
	position: relative
}

.where-to-go__item:hover .where-to-go__title {
	opacity: .6
}

.where-to-go__item:hover .where-to-go__item:before {
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .4)
}

.where-to-go__img {
	position: relative;
	z-index: 11
}

.where-to-go__img img {
	width: 100%;
	display: block;
	height: auto;
	position: relative;
	z-index: 12
}

.where-to-go__item:before {
	content: "";
	display: block;
	width: 100%;
	height: 75%;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .6);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}


.where-to-go__img > img.membership {
	padding-top: 3px;
}
.where-to-go__img > img.app {
	padding-top: 3px;
}
@media (max-width:1023px) {
	.where-to-go__img > img.membership {
		padding-top: 2px;
	}
	.where-to-go__img > img.app {
		padding-top: 2px;
	}
}
.where-to-go__title {
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	z-index: 12;
	font-size: 17px;
	letter-spacing: .038em;
	line-height: 1.33333em;
	font-weight: 600;
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 0 20px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}
@media (max-width:1023px) {
	.where-to-go__title {
		font-size: 15px;
	}
}
@media (max-width:759px) {
	.where-to-go__title {
		font-size: 13px;
		bottom: 10px
	}
}
@media (max-width:328px) {
	.where-to-go__title {
		font-size: 9px;
		bottom: 10px
	}
}
.quick-menu-container {
	position: fixed;
	right: 0;
	z-index: 1000;
}
.quick-menu-button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.quick-menu-opener {
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 210px;
	background: #003e73;
	color: #fff;
	width: 70px;
	height: 30px;
	text-align: center;
	font-weight: 500;
	font-family: FuturaPT, Calibri, 'Trebuchet MS', sans-serif;
	font-size: 12px;
	line-height: 1em;
	-webkit-appearance: none;
	border: none;
	outline: 0;
	border-radius: 0;
	padding: 0;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.quick-menu-opener:hover {
	background: #000
}

.tingle-enabled .quick-menu-opener {
	display: none
}

.tingle-modal {
	cursor: default;
	background: rgba(0, 0, 0, .6)
}

@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) {
	.tingle-modal {
		-webkit-backdrop-filter: blur(1px);
		backdrop-filter: blur(1px)
	}
}

.tingle-modal-box {
	background: 0 0;
	border-radius: 0;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1279px) {
	.quick-menu-opener {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		top: 25%
	}

	.tingle-modal-box {
		max-width: calc(100vw - 80px)
	}
}

@media (max-width:759px) {
	.tingle-modal-box {
		max-width: calc(100vw - 40px)
	}
}

.tingle-modal-box__content {
	padding: 0;
	-webkit-filter: drop-shadow(0 4px 60px rgb(55, 55, 55));
	filter: drop-shadow(0 4px 60px rgb(55, 55, 55))
}