:root {
  --p: #ac53fe; /* purple */
	--g: #3B3B3D; /* gray */
	--lp: #f2e4ff; /* light purple */
	--dp: #572f98; /* dark purple */
	--b: #3576ED; /* blue */
  --lb: #e7effd; /* light blue */
  --y: #FCF770; /* yellow */
}
@font-face {
    font-family: 'pn';
    src: url('Metropolis-SemiBold.woff2') format('woff2'),
         url('Metropolis-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnb';
    src: url('Metropolis-Black.woff2') format('woff2'),
         url('Metropolis-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,body,div,img,a {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
body {
	background-color: black;
	color: white;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font: 1.2em 'pn', '-apple-system','lato', 'Helvetica Neue', Arial, sans-serif;
}
body.a {
	background-color: var(--p);
}
b{font-family:'pnb','-apple-system','lato', 'Helvetica Neue', Arial, sans-serif;
font-weight: normal;
font-style: normal;
}
.w {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* HEADER */
.h {
	padding: 1em 1em .7em;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(15px);
  transition: all .3s;
  transform: translateY(0);
}
body.a .h {
	background-color: #1d1d1d;
}
/* ERROR BANNER */
body.er {
  padding-top: 3em;
}
body.er .h {
  top: 4em;
}
body.er .err {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--p);
  text-decoration: none;
  color: white;
  display: block;
  padding: 1em;
  text-align: center;
  z-index: 4;
}
.wht {
  background-color: var(--g);
  margin-bottom: 1em;
  color: white;
  padding: 2em;
  border-radius: 1em;
}
.wht a {
  color: var(--p);
}
.but, a.but {
  display: inline-block;
  background-color: var(--p);
  color: white;
  text-decoration: none;
  border-radius: 9em;
  padding: .8em 1.6em;
  transition: all .3s;
}
.nt .but:hover {
  transform: scale(1.1);
}
.fw a {
  color: var(--p);
  text-decoration: none;
}
.nt .fw a:hover {
  text-decoration: underline;
}
.imp {
	max-width: 90%;
	border-radius: .5em;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	display: block;
}
.impt {
	text-align:center;padding: 2em 0 1em;font-size: 3em;width:800px;max-width:90%;
	margin-right: auto;
	margin-left: auto;
}
.imph {
	text-align: center;
	padding: 0 1.5em 1.5em;
}
.imph b {
	font-size: 1.5em;
	margin-top: 2em;
	display: block;
}
.imph p, .imph a {
	color: gray;
}
.imph a{transition:color .3s;}
.imph a:hover{color:white;}
.imph p {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	max-width: 90%;
}
a.buto {
	text-decoration: none;
	display: inline-block;
	border-radius: 9em;
	background-color: #0278fb;
	color: white;
	cursor: pointer;
	margin-top: 1em;
	transition: all .3s;
	font-size: 1.2em;
	padding: .6em 1.6em;
}
.nt a.buto:hover {
	transform: scale(1.05);
}
#as {
	cursor: pointer;
	display: inline-block;
	padding: .4em;
	transition: all .3s;
	color: gray;
}
#as svg {
	height: 1.2em;
	width: 1.2em;
}
.nt #as:hover {
	color: white;
	transform: scale(1.05);
}
.ico svg {
	height: 2em;
	width: auto;
	transition: all .3s;
	transform: scale(1);
}
.nt .ico svg:hover {
	transform: scale(1.05);
}
.n {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: .2em;
}
.n a, .na a {
	color: white;
	text-decoration: none;
	border-radius: 9em;
	font-size: .8em;
	display: inline-block;
	padding: .5em 1em;
	transition: all .3s;
	transform: scale(1);
}
.n a.a, .nt .n a.a:hover {
	background-color: var(--p);
}
.nt .n a:hover {
	transform: scale(1.05);
	background-color: #141414;
}
body.a .n a.a, body.a.nt .n a.a:hover, .na a.a {
	background-color: var(--p);
	color: white;
}
/* BANNER */
.bn {
	text-align: center;
	padding-top: 6em;
}
.bb {
	font-size: 7em;
	line-height: 90%;
}
.bn img {
	width: 100%;
	height: auto;
	padding-top: 1em;
}

.w.p {
	padding: .5em 1em 2em;
}
.w.p .c a {
	color: white;
	text-decoration: none;
	transition: all .3s;
}
.nt .w.p .c a:hover {
	color: blue;
}
.th > div {
	width: 100%;
	float: left;
}
.th > div > div {
	
	padding-right: .5em;
	padding-left: .5em;
}
.th > div > div > div {
	background-color: #222222;
	border-radius: 1em;
	padding: 2em 2em 1em;
	text-align: center;
	margin-bottom: 1em;
	height: 16em;
	transition: all .3s;
	transform: scale(1);
}
.fw {
	padding-right: .5em;
	padding-left: .5em;
}
.fw > div {
	background-color: #222222;
	border-radius: 1em;
	padding: 1em .5em;
}
.fw li {
	list-style-type: circle;
	list-style-position: outside;
	margin-bottom: 1em;
}
.nt .th > div > div > div:hover {
	transform: scale(1.03);
}
.th > div > div > div > div {
	margin-top: 1em;
}
.th img {
	height: auto;
	width: 10em;
	max-width: 100%;
}
.ff li {
	margin-bottom: 1em;
}
.bu {
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
}
.bu a {
	display: inline-block;
	background-color: var(--p);
	color: white;
	text-decoration: none;
	padding: .5em 1em .5em;
	font-size: 1.2em;
	border-radius: 9em;
	transition: all .3s;
	transform: scale(1);
}
.bu img {
	height: 1em;
	width: auto;
	display: inline-block;
	position: relative;
	top: .05em;
	margin-right: .3em;
}
.nt .bu a:hover {
	transform: scale(1.05);
}
.ft {
	text-align: center;
	padding-bottom: 2em;
	padding-top: 1em;
}
.ft a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: color .3s;
}
.ft a:hover {
	color: white;
}
svg {
	height: 1em;
	fill: white;
	width: .9em;
	position: relative;
	top: .15em;
}
svg.red {
	fill: #cc4f62;
}
svg.grn {
	fill: #63c264;
}
.ft img {
	height: 3em;
	width: auto;
	border-radius: 100%;
	overflow: hidden;
	transition: all .3s;
	transform: scale(1);
	margin-top: .5em;
}
.nt .ft img:hover {
	transform: scale(1.1);
}
/* HELP */
.vw > div {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 1em;
	cursor: pointer;
}
.vw {
	padding-right: .5em;
	padding-left: .5em;
}
.vw > div > div {
	padding-right: .5em;
	padding-left: .5em;
}
.vw .v {
	width: 100%;
	padding-top: 56.25%;
	border-radius: .5em;
	overflow: hidden;
	background-color: #181818;
	background-position: center;
	background-size: 100%;
	transition: all .3s;
	transform: scale(1);
	box-shadow: 0 .3em 1em #015bc0;
}
.nt .vw > div:hover .v {
	transform: scale(1.03);
	box-shadow: 0 .5em 1.5em #004a9e;
}
.vw .d {
	text-align: center;
	padding-top: .3em;
	transition: all .3s;
	transform: translateY(0);
}
.nt .vw > div:hover .d {
	transform: translateY(.2em);
}
.db {
	background-color: #015cc0;
	padding-top: .5em;
}
.w.i {
	padding: 0 2em 2em;
	text-align: center;
}
.w.i a {
	display: inline-block;
	background-color: white;
	text-decoration: none;
	color: var(--p);
	border-radius: 9em;
	font-size: .8em;
	padding: .5em 1em;
	margin-right: .3em;
	margin-left: .3em;
	transition: all .3s;
	transform: scale(1);
}
.nt .w.i a:hover {
	transform: scale(1.05);
}
/* VIDEO MODAL */
#m {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 3;
	background-color: var(--p);
	transition: all .3s;
	opacity: 0;
}
#m .x {
	width: 2em;
	height: 2em;
	cursor: pointer;
	padding: .5em;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s;
	transform: scale(1);
}
.nt #m .x:hover {
	transform: scale(1.1);
}
#m .w {
	transform: translateY(-50%);
	top: 50%;
}
.vid { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;
background-color: black;
margin-right: auto;
	margin-left: auto;
}
.vid iframe, .vid object, .vid embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* IMPORTER */
#import {
  position: relative;
}
#import input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.xl {
  text-align: center;
  color: silver;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.xl svg {
  height: 5em;
  width: 5em;
  fill: none;
  color: #fcd21e;
}
.ico{text-decoration:none;transition: all .3s;}
.ico span {
  color: white;
  font-size: 1.5em;
  position: absolute;
  left: 1.3em;
  top: .1em;
}
.hh {
  padding-top: .5em;
  padding-bottom: .5em;
  transition: all .3s;
  transform: translateY(-100%);
  height: 2em;
	position: fixed;
	width: 100%;
}
.ics {
  display: inline-block;
	padding-top: .3em;
	padding-left: 1em;
	transition: all .3s;
}
.ics svg {
height: 1.4em;
width: 1.4em;
}
.nt .ics:hover {
	transform: scale(1.1);
}
#s {
  display: inline-block;
  margin-top: .2em;
  position: relative;
}
.ics,#s{float:left;}
#s div {
  position: absolute;
  padding: .35em .7em;
  color: gray;
}
#s svg{fill:none;}
#del {
  top: 0;
  right: 0;
  transition: all .3s;
  opacity: 0;
  cursor: pointer;
}
#del.a {
  opacity: 1;
}
.nt #del.a:hover {
  color: white;
}
#s input, #d input, #d textarea, #d select {
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
  padding: .5em 1em .5em 2.2em;
  border: none;
  border-radius: .5em;
	outline: none;
  font: .8em 'pn', '-apple-system','lato', 'Helvetica Neue', Arial, sans-serif;
  background-color: #212121;
  color: white;
	transition: all .3s;
}
#s input:focus {
	background-color: #121212;
}
#s input::placeholder{color:gray;}
body.l .h{transform:translateY(-100%);}
body.l .hh{transform:translateY(0);}
body.l .n{padding:.8em;}
#l {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 3.3em;
  overflow: auto;
  padding: 0 1em 1em;
  transition: right .3s;
}
#l li {
  border-radius: .5em;
  background-color: #202120;
  position: relative;
  padding: 1em;
  margin-bottom: .5em;
  font-size: .8em;
  cursor: pointer;
  transition: all .3s;
  overflow: hidden;
}
#l li.a {
  background-color: #0178fa;
}
#ea {
  display: inline-block;
  border-radius: 9em;
  background-color: #0178fa;
  color: white;
  font-size: .8em;
  padding: .6em 1.2em;
  cursor: pointer;
  transition: all .3s;
}
.nt #ea:hover {
  transform: scale(1.05);
}
.nt #l li:hover {
  transform: scale(1.02);
}
#l li .del {
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  transition: all .3s;
  color: gray;
  opacity: 0;
}
#l li.a .del {
  color: #74b6fe;
}
.nt #l li:hover .del{opacity:1;}
.nt #l li:hover .del:hover {
  color: white;
}
#l li .del svg {
  height: 1.5em;
  width: 1.5em;
}
#d {
  position: fixed;
  background-color: #1f211f;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: auto;
  right: 0;
  transition: all .3s;
  transform: translate3d(100%,0,0);
	padding: 1px;
  padding-top: 1.2em;
}
#d .w {
	padding: 1em;
}
body.d #d {
  transform: translate3d(0,0,0);
}
#back {
  cursor: pointer;
  transition: all .3s;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
#back svg {
  fill: none;
  color: white;
  width: 2em;
  height: 2em;
  margin-top: .3em;
  margin-left: .3em;
}
.nt #back:hover {
  opacity: 1;
}
#d label {
	display: block;
	color: gray;
	text-transform: uppercase;
	font-size: .6em;
  margin-top: 1em;
}
#d input, #d textarea, #d select {
  background-color: black;
  width: 100%;
  border: 3px solid black;
  padding: .5em .7em;
  transition: all .3s;
  font-size: .8em;
}
#d input:focus, #d textarea:focus {
  border-color: #0077fa;
}
#d textarea {
  position: fixed;
  left: 1.2em;
  top: 9em;
  right: 1.2em;
  overflow: auto;
  width: auto;
  bottom: 2.8em;
}
#d select {
  display: inline-block;
  width: auto;
  text-align: center;
}
#sv {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .8em;
  padding: .5em 1em;
  border-radius: .5em;
  background-color: #0178fa;
  margin-top: 1em;
  margin-right: 1.4em;
  transition: all .3s;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}
#sv.a {
  opacity: 1;
}
.nt #sv:hover {
  transform: scale(1.05);
}
#drop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #0178fa;
  display: none;
}
#drop.a {
  display: block;
}
#drop svg {
  fill: none;
  width: 4em;
  height: 4em;
}
#drop div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.de {
	text-align: center;
}
.lm {
	background-color: black;
	display: inline-block;
	border-radius: .5em;
	padding: .3em;
	margin-top: .1em;
}
.lm div {
	display: inline-block;
	border-radius: .3em;
	font-size: .8em;
	cursor: pointer;
	padding: .3em 1em;
}
.lm div.a {
	background-color: #0178fa;
}
#d input#dlm {
	width: 5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.button {
	background-color: #0178fa;
	display: inline-block;
	border-radius: .5em;
	padding: .5em 2em;
	margin-top: 1em;
	cursor: pointer;
	transition: all .3s;
}
.nt .button:hover {
	transform: scale(1.1);
}
#imp {
	text-align: center;
	padding-top: 2em;
	color: gray;
	font-size: .8em;
}
/* FIREBASE UI TWEAKS */
form {
	background: black;
	color: white;
}
form button {
	border: none;
	background-color: #0178fa;
	display: inline-block;
	border-radius: .5em;
	padding: .8em 2em;
	cursor: pointer;
	transition: all .3s;
	color: white;
	font: .8em 'pn',sans-serif;
}
form button.firebaseui-id-secondary-link {
	background-color: transparent;
	color: gray;
}
.firebaseui-input, .firebaseui-id-email {
	background: #222222;
	color: white;
	border-radius: 9em;
	font: .8em 'pn', sans-serif;
	border: 2px solid black;
	text-align: center;
	transition: all .3s;
	border: none;
	padding: 1em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	width: 20em;
	max-width: 90%;
}
.firebaseui-input:focus, .firebaseui-id-email:focus {
	background-color: white;
	color: black;
}
.firebaseui-input div {
	text-align: center;
}
.firebaseui-title {
	color: white;
	font: 1.2em 'pnb', sans-serif;
	text-align: center;
}
.firebaseui-label {
	text-align: center;
	color: gray;
	padding-top: .4em;
	font: .7em 'pn',sans-serif;
	text-transform: uppercase;
	display: block;
}
.firebaseui-textfield {
	display: block;
	width: 100%;
	position: relative;
}
.firebaseui-error-wrapper {
	font-size: .8em;
}
.firebaseui-link {
	font-size: .8em;
	color: gray;
	padding-bottom: 1em;
	display: block;
}
.hi {
	background-color: #0278fb;
	display: block;
	border-radius: .5em;
	padding: 1em;
	text-decoration: none;
	color: white;
	transition: all .3s;
}
.hi span {
	color: rgba(255, 255, 255, 0.5);
	font-size: .8em;
	position: relative;
	top: -.05em;
}
.nt .hi:hover {
	transform: scale(1.02);
}

@media screen and (min-width:700px) {
  #d{width:20em;}
  body.d #l {
    right: 20em;
  }
  #back .ch {
    display: none;
  }
}
@media screen and (max-width:699px) {
  body.d #l {
    overflow: hidden;
  }
  #back .cx {
    display: none;
  }
	.impt {
		font-size: 7vw;
	}
}
@media only screen and (min-width:898px) {
	.th > div, .vw > div { width: 33.3333333333333%; }
	.th > div.f { width: 100%; }
}
@media only screen and (min-width:601px) and (max-width:897px) {
	.th > div, .vw > div { width: 50%; }
	.th > div.f { width: 100%; }
}
@media screen and (max-width:340px) {
	.ico b, .ico path:nth-child(n+2):nth-last-child(n+1) {
		display: none;
	}
}
@media screen and (max-width:420px) {
	.n .b.r {
		display: none;
	}
}
/* FONT SCALING */
@media screen and (max-width: 1100px) {
  .bb {
    font-size: 12vw;
  }
}