<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
	font-family: 'Conv_DIN Condensed Bold';
	src: url('fonts/DIN Condensed Bold.eot');
	src: local('â˜º'), url('../fonts/DIN Condensed Bold.woff') format('woff'), url('../fonts/DIN Condensed Bold.ttf') format('truetype'), url('../fonts/DIN Condensed Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Aldine 401 BT';
	src: url('fonts/Aldine 401 BT.eot');
	src: local('â˜º'), url('../fonts/Aldine 401 BT.woff') format('woff'), url('../fonts/Aldine 401 BT.ttf') format('truetype'), url('../fonts/Aldine 401 BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Aldine 401 Italic BT';
	src: url('fonts/Aldine 401 Italic BT.eot');
	src: local('â˜º'), url('../fonts/Aldine 401 Italic BT.woff') format('woff'), url('../fonts/Aldine 401 Italic BT.ttf') format('truetype'), url('../fonts/Aldine 401 Italic BT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'mariacallas';
  src:
    url('../icons/mariacallas.ttf?c0k27r') format('truetype'),
    url('../icons/mariacallas.woff?c0k27r') format('woff'),
    url('../icons/mariacallas.svg?c0k27r#mariacallas') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'mariacallas' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: "\e90e";
}
.icon-logo:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-googleplus:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-arrow:before {
  content: "\e904";
}
.icon-close:before {
  content: "\e907";
}
.icon-pause:before {
  content: "\e905";
}
.icon-up:before {
  content: "\e906";
}
.icon-next:before {
  content: "\e908";
}
.icon-left:before {
  content: "\e909";
}
.icon-down:before {
  content: "\e90a";
}
.icon-headset:before {
  content: "\e90b";
}
.icon-audio:before {
  content: "\e90d";
}
.icon-song:before {
  content: "\e90f";
}

* {
	box-sizing: border-box;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
		 -moz-user-select: none; /* Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
					user-select: none;
}
html, body {
	margin: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
html{
  background-color: #000;
  color: #fff;
}
body{
	overflow: hidden;
}
button{
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}


[data-reactroot]{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	will-change: transform;
}

[data-container]{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	will-change: transform;
}

.page{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.pageLife{
	overflow: hidden;
}
.page-main-inner{
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}
.children{
	position: static;
	/* overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute; */
}
.noise{
  background-image: url(/static/images/noise.gif);
  background-repeat: repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .06;
  z-index: 10;
  pointer-events: none;
}
.alt-landscape{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/static/images/AltContentSmartphone.png);
	background-position: center center;
	background-size: cover;
	z-index: 10000;
	display: none;
}
@media only screen
and (min-width : 300px)
and (max-width : 667px)
and (orientation : landscape) {
	.alt-landscape{
		display: block;
	}
}
#webgl{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

#seo-content {
	display: none;
}
</pre></body></html>