
.hero--sheezit { position:relative; }
.hero--sheezit .rich-text { font-size:calc(0.25em + 9vw); line-height:0.8; }
.hero--sheezit > img.hero--sheezit-img { position:absolute; z-index:2; pointer-events:none; height:72%; left:50%; max-height: 101%;max-width: none; min-width:0; min-height:0; transform:translate(-50%,0); bottom:01%; top: auto; }
.hero--sheezit-logo { position:absolute; top:0.5em; right:0%; width:4em; }
.hero--sheezit .hero--sheezit-title { position:absolute; top:0.5em; left:0; text-align:left; color:#fdb414; font-size:1em; box-shadow:none; font-family: "futura-pt-condensed"; font-weight: bold; text-transform: uppercase; letter-spacing:-0.03em; z-index:auto; line-height: inherit; margin:0; text-shadow:none; }
.hero--sheezit .button-cta { position:absolute; bottom:10%; left:0; min-width:5em;}
.hero--sheezit .button-cta:last-child {  left:auto; right:0;  }
@media (min-width:48em) {
	.hero--sheezit .rich-text { font-size:min(calc(0.25em + 7vw), 6em); }
	.hero--sheezit .button-cta { margin:05% 11%; }
	.hero--sheezit > img.hero--sheezit-img { bottom:3%; height:110%; }
	.hero--sheezit-logo { right:5%; }
}

@font-face {
  font-family: "BlockBE-Heavy";
  src:
    url("../../../fonts/BlockBE-Heavy.woff") format("woff"),
    url("../../../fonts/BlockBE-Heavy") format("woff2");
}



.sheez-it-content {
	text-align:center;
	position: relative;
}
.sheez-it-content h2 {
	max-width: 16em;
	margin: 1rem auto;
	font-family: inherit;
	font-weight: bold;
	font-size: 1.5em;
}
.sheez-it-content p {
	max-width:36em;
	margin:1em auto;
	line-height: 1.25;
}
.sheez-it-content .button-cta {
	margin-bottom:1em;
}
.sheez-it-content b,
.sheez-it-content strong {
	color:#bd0706;
}

.sheez-it-toptiles {
	text-align: center;
}
.sheez-it-toptiles .content_wrapper > div,
.sheez-it-toptiles .content_wrapper > a  {
	margin:1em 0;
}
.sheez-it-trophies {
	padding-top: 56.25%;
	position:relative;
}
.sheez-it-toptiles img  {
	object-fit:cover;
}
.sheez-it-trophies img {
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	border-radius: 1em;
}
.sheez-it-toptiles a {
	display:block;
}
.sheez-it-toptiles .button-cta {
	position:relative;
	max-width:calc(100% - 4em);
	margin:-1em auto 0;
	z-index:1;
}
.sheez-it-toptiles .ytplayer-wrapper {
	border-radius:1rem;
	overflow:hidden;
}
.sheez-it-toptiles .ytplayer-wrapper::before {
    padding-top: 56.25%;
}
@media (min-width:48em) {
	.sheez-it-toptiles .content_wrapper {
		display:flex;
		justify-content:space-between;
	}
	.sheez-it-toptiles .content_wrapper > div,
	.sheez-it-toptiles .content_wrapper > a {
		width:calc(50% - 0.667em);
	}
}