/* clickable image */
.eq-infoImg-img {
	display: block;
	width: 100%;
	height: auto;
}
.eq-infoImg .eq-infoImg-boxes {
	padding: 0;
	margin-top: 18px;
}
.eq-infoImg-boxes {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 18px;
}
.eq-infoImg-text {
	font-size: 0.875rem;
	line-height: 1.125rem;
}
.eq-infoImg-link {
	font-size: 1.0625rem;
}
.eq-infoImg-link a {
	color: #0088b7;
	font-size:
}
@media only screen and (min-width: 900px) {
	.eq-infoImg {
		position: relative;
	}
	.eq-infoImg .eq-infoImg-boxes {
		margin: 0;
	}
	.eq-infoImg-box {
	    position: absolute;
	    width: 3.757%;
	}
	.eq-infoImg-box::before {
		content: '';
		display: block;
		width: 100%;
		padding-bottom: 100%;
		background: transparent;
	}
	.eq-infoImg-boxInner {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		transform-origin: top;
		transform: scaleY(0);
		transition: opacity .15s, transform .25s;
		padding: 12px 16px 16px;
		background: #fff;
		width: max-content;
		max-width: 230px;
		left: -16px;
		z-index: 1;
		box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.25);
	}

	.eq-infoImg-box:nth-child(4) .eq-infoImg-boxInner,
	.eq-infoImg-box:nth-child(5) .eq-infoImg-boxInner,
	.eq-infoImg-box:nth-child(6) .eq-infoImg-boxInner,
	.eq-infoImg-box:nth-child(7) .eq-infoImg-boxInner,
	.eq-infoImg-box:nth-child(8) .eq-infoImg-boxInner,
	.eq-infoImg-box:nth-child(10) .eq-infoImg-boxInner {
		right: -16px;
		left: auto;
	}

	.eq-infoImg-box:nth-child(7) .eq-infoImg-boxInner,
	.eq-infoImg-box:nth-child(9) .eq-infoImg-boxInner,
	.eq-infoImg-box:nth-child(10) .eq-infoImg-boxInner {
		transform-origin: bottom;
		bottom: 100%;
	}

	.eq-infoImg-box:hover .eq-infoImg-boxInner {
		opacity: 1;
		pointer-events: auto;
		transform: scaleY(1);
	}

	.eq-infoImg-box:nth-child(1) {
		top: 18.88%;
		left: 4.8%;
	}
	.eq-infoImg-box:nth-child(2) {
	    top: 5.08%;
	    left: 27.55%;
	}
	.eq-infoImg-box:nth-child(3) {
		top: 5.25%;
		left: 41.75%;
	}
	.eq-infoImg-box:nth-child(4) {
		top: 3.25%;
    	left: 56.25%;
	}
	.eq-infoImg-box:nth-child(5) {
		top: 41%;
		left: 78%;
	}
	.eq-infoImg-box:nth-child(6) {
		top: 51.4%;
    	left: 79.9%;
	}
	.eq-infoImg-box:nth-child(7) {
		top: 68.03%;
    	left: 89%;
	}
	.eq-infoImg-box:nth-child(8) {
		top: 6.8%;
		left: 72.85%;
	}
	.eq-infoImg-box:nth-child(9) {
		top: 75.1%;
		left: 40.25%;
	}
	.eq-infoImg-box:nth-child(10) {
		top: 74.63%;
    	left: 74.25%;
	}
	.eq-infoImg-box:nth-child(11) {
		top: 43.03%;
		left: 14.15%;
	}
}

/* countdown CTA */
.countdownCTA .s1-cta-cont {
	padding: 2rem;
	display: grid;
	color: #fff;
	background-color: #000;
	grid-template-columns: 1fr;
	box-shadow: 300px 0 0 black, 660px 0 0 black, -300px 0 0 black, -660px 0 0 black;
}
.countdownCTA .s1-cta-text {
	display: contents;
}
.countdownCTA .s1-cta-img-cont {
    max-width: 900px;
    margin: -2rem auto 0;
    grid-row: 1;
    grid-column: 1;
}
.countdownCTA .s1-cta-subtitle {
	text-align: center;
	grid-row: 1;
	grid-column: 1;
	align-self: start;
	font-size: 2em;
	order: -1;
	z-index: 1;
}
.countdownCTA .s1-cta-buttons {
	margin: 0;
	padding: 0;
}
.cntdn-wrapper {
	display: flex;
	justify-content: center;
	gap: .5rem;
	line-height: 1;
	text-align: center;
	margin-top: -6.625rem;
	padding-bottom: 1rem;
	font-family: serif;
}
.cntdn-item {
	width: 5.5rem;
}
.cntdn-item-text {
	font-size: .875rem;
	margin-top: 0.25rem;
}
.cntdn-item-num {
	font-size: 4.5rem;
}
@media screen and (max-width: 680px) {
	.countdownCTA .s1-cta-cont {
		padding: 1rem 0;
	}
	.countdownCTA .s1-cta-img-cont {
		margin-top: 0;
	}
	.countdownCTA .s1-cta-img-cont, .countdownCTA .s1-cta-subtitle {
		grid-row: unset;
		grid-column: unset;
	}

	.cntdn-wrapper {
		margin: -4.625rem 0 0;
	}
	.cntdn-item-num {
		font-size: 2.5rem;
	}
	.cntdn-item {
		width: 3rem;
	}
}
