/* @font-face {
    font-family:'Open Sans';font-style:normal;font-weight:300;
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('fonts/open-sans-300.woff2') format('woff2'),
    url('fonts/open-sans-300.woff') format('woff');
}
@font-face {
    font-family:'Open Sans';font-style:normal;font-weight:400;
    src: local('Open Sans'), local('OpenSans'),
    url('fonts/open-sans-regular.woff2') format('woff2'),
    url('fonts/open-sans-regular.woff') format('woff');
}
a,body,div,footer,h1,h2,h3,header,html,img,span{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
article,aside,footer,header,nav,section{display:block}
html,body{height:100%;min-height:100%}
html { font-size:62.5%; }
body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: url(images/bg.jpg) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: -1;
}
h1, h2 { margin: 16px 0; }
h1 { font-size: 24px; }
h2 { color: rgba(255,255,255,.85); }
.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 640px;
    padding: 0 20px;
}
.header { margin: auto 0 16px; }
.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 auto;
    font-size: 50px;
    line-height: 1;
}
.timer__type {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,.5);
}
.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0 50px;
}
.social-links__link { margin: 50px 24px 0 0; }
.icon {
    display: block;
    width: 32px;
    height: 32px;
    opacity: .7;
}
.social-links__link:hover .icon { opacity: 1; }
.icon > img {
    display: block;
    width: 100%;
    height: 100%;
}
.footer {
    width: 100%;
    background: rgba(0,0,0,.5);
}
.footer__content {
    margin: auto;
    padding: 0 40px;
    max-width: 1200px;
    text-align: right;
    color: rgba(255,255,255,.5);
}
.footer .logo {
    height: 50px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
@media (min-width: 500px) {
    .timer { font-size: 80px; }
    .social-links { margin-bottom: 110px; }
}
@media (min-width: 600px) {
    .timer { font-size: 100px; }
}
@media (min-width: 740px) {
    .timer { font-size: 120px; }
} */





@import url("https://use.typekit.net/bfx5jok.css");
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #000700;
	font-family: "urw-din", "din-2014", sans-serif;
	font-size: 19px;
	line-height: 1.7em;
	font-weight: 400;
	color: #fff;
}
section#tag-maintenance {
	position: relative;
	display: block;
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
}
section#tag-maintenance img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	object-fit: cover;
}
.tag-maintenance-filter {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,7,0,0.75);
}
.tag-maintenance-content {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: block;
	width: 90%;
	max-width: 512px;
	margin: 0 auto;
	transform: translate3d(-50%,-50%,0);
	text-align: center;
}
svg.tag-maintenance-logo {
	position: relative;
	overflow: auto;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 256/160;
	margin: 0 0 -5rem;
}
svg.tag-maintenance-logo .logo-color-one {fill: #c10230;}
svg.tag-maintenance-logo .logo-color-two {fill: #fff;}
.tag-maintenance-logo .lightning-strikes g {filter: url(#glow); opacity: 0;}
.tag-maintenance-logo .lightning-strikes g path {stroke: #fff; stroke-width: 1px; fill: none;}
.tag-maintenance-logo .lightning-strikes g {animation: linear infinite forwards tagLightning;}
.tag-maintenance-logo .lightning-strikes g:nth-child(1) {animation-duration: 5s; animation-delay: 0s;}
.tag-maintenance-logo .lightning-strikes g:nth-child(2) {animation-duration: 3s; animation-delay: 1.25s; animation-name: tagDoubleLightning;}
.tag-maintenance-logo .lightning-strikes g:nth-child(3) {animation-duration: 4s; animation-delay: 3.5s;}
.tag-maintenance-logo .lightning-strikes g:nth-child(4) {animation-duration: 5.5s; animation-delay: 4s;}
.tag-maintenance-logo .lightning-strikes g:nth-child(5) {animation-duration: 4.5s; animation-delay: 5.25s; animation-name: tagDoubleLightning;}
.tag-maintenance-logo .lightning-strikes g:nth-child(6) {animation-duration: 3.5s; animation-delay: 7s;}
@keyframes tagLightning {
	0% {opacity: 0%;}
	1% {opacity: 100%;}
	30% {opacity: 0%;}
	100% {opacity: 0%;}
}
@keyframes tagDoubleLightning {
	0% {opacity: 0%;}
	1% {opacity: 100%;}
	4% {opacity: 0%;}
	5% {opacity: 100%;}
	35% {opacity: 0%;}
	100% {opacity: 0%;}
}
.tag-maintenance-content h1 {
	position: relative;
	z-index: 3;
	display: block;
	margin: 16px auto;
	padding: 0;
	color: #fff;
	font-family: "urw-din-condensed", "din-2014-narrow", sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: clamp(42px,8vw,52px);
	line-height: 0.85em;
	text-transform: uppercase;
	text-shadow: 4px 4px 0 rgba(255,255,255,0.2);
}
.tag-maintenance-content span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 auto;
	padding: 8px 21px;
	background: #c10230;
	color: #fff;
	font-family: "urw-din", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 0.85em;
	text-transform: uppercase;
}