body {
	font-size: 16px;
	line-height: 1.5;
	font-family: 'Roboto';
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#02050d), to(#0968ba));
	background-image: -o-linear-gradient(#02050d, #0968ba);
	background-image: linear-gradient(#02050d, #0968ba);
	margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
div {
	position: relative;
}
img {
	max-width: 100%;
	display: block;
	margin: 5% 0;
}
a {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
h1 {
	font-size: 1.5em;
	line-height: 1.3;
}
h2 {
	line-height: 1.3;
    margin: 3em 0 1em;
}
.sub {
    font-weight: normal;
    margin: 0 0 3em;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 60px;
	background-color: rgb(2 3 10 / 90%);
}
.header .inner {
	width: 1120px;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header .site {
	max-width: 35vw;
	position: absolute;
	left: 10px;
	display: inline-block;
	width: 60px;
	height: 60px;
}
.header .site svg {
	fill: #fff;
    background-color: #c22228;
}
.header .social {
	position: absolute;
	right: 10px;
}
.header .social .share:not(:first-of-type) {
	margin-left: 5px;
}
.header .social svg {
	width: 20px;
	height: 20px;
}
.header .social svg {
	fill: #fff;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}
.header .social a:hover svg {
	fill: #c22228;
}
#main {
	max-width: 100vw;
	overflow: hidden;
	padding-bottom: 20vh;
}
.hero {
	max-width: 1120px;
	margin: 0 auto;
}
.hero img {
	margin-top: 0;
}
.container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.container p a {
	color: #fff;
	text-decoration: underline;
}
.video {
	height: 0;
	padding-bottom: 56.25%;
	margin: 5% 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.disclaimer {
    font-size: 10px;
    margin-top: -1em;
    text-align: center;
}
.anim {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.anim.left {
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.anim.right {
	-webkit-transform: translateX(50%);
	    -ms-transform: translateX(50%);
	        transform: translateX(50%);
}
.anim.top {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.anim.bottom {
	-webkit-transform: translateY(50%);
	    -ms-transform: translateY(50%);
	        transform: translateY(50%);
}
.anim.left-top {
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.anim.right-bottom {
	-webkit-transform: translate(50%, 50%);
	    -ms-transform: translate(50%, 50%);
	        transform: translate(50%, 50%);
}
.anim.visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}
.title {
    max-width: 42%;
}
.title.serif {
	margin: 3em auto 1.5em;
}
.gallery {
	text-align: center;
}
.sponsored {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    font-size: .875em;
}
.footer {
	text-align: center;
	line-height: 50px;
	margin-top: -50px;
	z-index: 1;
}
.copyright {
    line-height: 1.2;
    font-size: 12px;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
	img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 576px) {
	.header .site {
		left: 20px;
	}
	.header .social {
		right: 20px;
	}
	.header .social .share:not(:first-of-type) {
		margin-left: 10px;
	}
	.header .social svg {
		width: 25px;
		height: 25px;
	}
}

@media only screen and (min-width: 768px) {
	.header {
		height: 80px;
	}
	.header .site,
	.header .site svg {
		width: 80px;
		height: 80px;
	}
	.container {
		padding: 0 50px;
	}
	.container p {
		text-align: justify;
	}
	.title.frame {
		margin-top: -6%;
	}
	.img {
		display: block;
		margin: 0;
	}
	.gallery {
		margin-top: 5%;
	}
	.gallery .i1 {
		max-width: 50vw;
		margin: 0 auto;
	}
	.gallery .i2 {
		position: absolute;
		bottom: -10%;
		right: 75%;
		max-width: 30vw;
	}
	.gallery .i3 {
		position: absolute;
		top: 6%;
		left: 75%;
		max-width: 30vw;
	}
	.disclaimer {
		text-align: right;
	}
}

@media only screen and (min-width: 991px) {
	h1 {
		font-size: 1.875em;
	}
}