#canvas {
  display:block;
  margin:5vh auto;
  border-radius:50%;
  box-shadow: 0 5px 14px black;
}

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -40%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 50vw;
    height: 50vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

/* --------- SHINE -------------- */
shine {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
/* --------- Fly-in text -------------- */
#fly-in {
 /* font-size: 4em;*/
 /* margin: 40vh auto;*/
 /* height: 20vh; */
 /*text-transform: uppercase;*/
}

#fly-in span {
/*  display: block; */
  font-size: .4em;
  opacity: .8;
}

#fly-in div {
/* position: fixed; */
/*  margin: 2vh 0;*/
  opacity: 0;
/*  left: 10vw; */
/*  width: 80vw; */
animation: switch 60s linear infinite;
animation-iteration-count: 1
}

#fly-in div:nth-child(2) { animation-delay: 4s}
#fly-in div:nth-child(3) { animation-delay: 8s}
#fly-in div:nth-child(4) { animation-delay: 12s}
#fly-in div:nth-child(5) { animation-delay: 16s}
#fly-in div:nth-child(6) { animation-delay: 20s}
#fly-in div:nth-child(7) { animation-delay: 24s}
#fly-in div:nth-child(8) { animation-delay: 28s}

@keyframes switch {
    0% { opacity: 0;filter: blur(20px); transform:scale(12)}
    3% { opacity: 1;filter: blur(0); transform:scale(1)}
    10% { opacity: 1;filter: blur(0); transform:scale(.9)}
/*    13% { opacity: 0;filter: blur(10px); transform:scale(.1)} */
/*    80% { opacity: 0} */
/*    100% { opacity: 0} */
}
/* Glitch new */

divglitch{
  animation: glitch 1s linear infinite;
}

@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}

divglitch:before,
divglitch:after{
  content: attr(title);
  position: absolute;
  left: 0;
}

divglitch:before{
  animation: glitchTop 1s linear infinite;
  clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
}

@keyframes glitchTop{
  2%,64%{
    transform: translate(2px,-2px);
  }
  4%,60%{
    transform: translate(-2px,2px);
  }
  62%{
    transform: translate(13px,-1px) skew(-13deg); 
  }
}

divglitch:after{
  animation: glitchBotom 1.5s linear infinite;
  clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
}

@keyframes glitchBotom{
  2%,64%{
    transform: translate(-2px,0);
  }
  4%,60%{
    transform: translate(-2px,0);
  }
  62%{
    transform: translate(-22px,5px) skew(21deg); 
  }
}

/* Glitch */
.stack {
  display: grid;
  grid-template-columns: 1fr;
}

.stack span {
  grid-row-start: 1;
  grid-column-start: 1;
    font-family: "BW Gradual Black", Icons;
  font-size: 4rem;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) { --glitch-translate: 8px; }
.stack span:nth-child(even) { --glitch-translate: -8px; }

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}

@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {  text-shadow: none; transform: none; }
}

/* MATRIX */
@font-face {
			font-family: Katakana;
			src: url('https://s.cdpn.io/26175/MoonBeams-katakana_.TTF');
		}
		#matrix{
			margin: 1em auto;
			font-family: "BW Gradual THIN", Icons;
			width: auto;
			height: 600px;
			overflow: hidden;
			background: transparent;
			background-image: -webkit-gradient(linear, 0% 90%, 0% 100%, from(transparent), to(transparent));
			color: rgba(34, 0, 255, 1);
			text-shadow: rgba(254, 0, 0, 0.8) 0px 0px 4px;
			position: relative;	
            Top: 100px;
            padding: 10;
			margin: 100;
		font-style: normal;
	font-weight: 300;
}
		@-webkit-keyframes fade{
		    0%   { opacity: 1; }
		    100% { opacity: 0; }
		}
		@-webkit-keyframes fall{
		   	from {top: -250px;}
			to 	{top: 300px;}
		}


		#matrix div{
			/* writing-mode: tb-rl; - ughh. doesn't work */
			position: absolute;	
			top: 0;
			/* arrearance */
			-webkit-transform-origin: 0%;
			-webkit-transform: rotate(90deg); 
			
			/* animation */
			-webkit-animation-name: fall, fade;			
			-webkit-animation-iteration-count: infinite; /* use 0 to infinite */
			-webkit-animation-direction: normal; /* default is normal. use 'alternate' to reverse direction */
			-webkit-animation-timing-function: ease-out;
		}
		#matrix span{
			color: rgb(255, 0, 161);
			text-shadow: rgb(255, 0, 230) 0px 0px 5px;
		}
		.f1{
			font-size: 1.2em;
		}
		.f2{
			font-size: .9em;
		}
		.c1{
			color: rgba(255, 255, 255, 1);
		}
		.d1{
			-webkit-animation-duration: 4s;
		}
		.d2{
			-webkit-animation-duration: 6s;
		}
		.d3{
			-webkit-animation-duration: 8s;
		}
		.d4{
			-webkit-animation-duration: 10s;
		}
		.de{	
			-webkit-animation-delay: 3s;
		}
a span.description {
    pointer-events: none;
}

/* MENU */

body {
  background-color: #000;
  font-family: 'Bw Gradual Black';
  margin: 20px;
}
* {
  margin: -0px;
  padding: 0px;

  box-sizing: border-box;
}
.menu {
  text-transform: uppercase;
 
  display: inline-block;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.menu:hover {
  pointer-events: all;
}
.label {
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
}
.spacer {
  display: inline-block;
  width: 0px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.spacer:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ffffff;
  height: 1px;
  width: 0%;
  transition: width 0.25s ease;
  transition-delay: 0.7s;
}
.item {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  top: 10px;
  opacity: 0;
  transition: opacity 0.5s ease, top 0.5s ease;
  transition-delay: 0;
}
span {
  transition: color 0.5s ease;
}
.item:hover span {
  color: #f00;
}
.menu:hover .spacer:before {
  width: 100%;
  transition-delay: 0s;
}
.menu:hover .item {
  opacity: 1;
  top: 0px;
}
.item:nth-child(1) {
  transition-delay: 0.45s;
}
.item:nth-child(2) {
  transition-delay: 0.4s;
}
.item:nth-child(3) {
  transition-delay: 0.35s;
}
.item:nth-child(4) {
  transition-delay: 0.3s;
}
.item:nth-child(5) {
  transition-delay: 0.25s;
}
.item:nth-child(6) {
  transition-delay: 0.2s;
}
.item:nth-child(7) {
  transition-delay: 0.15s;
}
.item:nth-child(8) {
  transition-delay: 0.1s;
}
.item:nth-child(9) {
  transition-delay: 0.05s;
}
.item:nth-child(10) {
  transition-delay: 0s;
}
.menu:hover .item:nth-child(1) {
  transition-delay: 0.25s;
}
.menu:hover .item:nth-child(2) {
  transition-delay: 0.3s;
}
.menu:hover .item:nth-child(3) {
  transition-delay: 0.35s;
}
.menu:hover .item:nth-child(4) {
  transition-delay: 0.4s;
}
.menu:hover .item:nth-child(5) {
  transition-delay: 0.45s;
}
.menu:hover .item:nth-child(6) {
  transition-delay: 0.5s;
}
.menu:hover .item:nth-child(7) {
  transition-delay: 0.55s;
}
.menu:hover .item:nth-child(8) {
  transition-delay: 0.6s;
}
.menu:hover .item:nth-child(9) {
  transition-delay: 0.65s;
}
.menu:hover .item:nth-child(10) {
  transition-delay: 0.7s;
}




.btn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 350px;
	cursor: pointer;
}


.bttn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 350px;
	cursor: pointer;
}
/* 
========================
      BUTTON ONE
========================
*/
.btn-one {
	color: #FFF;
	transition: all 0.3s;
	position: relative;
}
.btn-one span {
	transition: all 0.3s;
}
.btn-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	border-bottom-color: rgba(255,255,255,0.5);
	transform: scale(0.1, 1);
}
.btn-one:hover span {
	letter-spacing: 2px;
}
.btn-one:hover::before {
	opacity: 1;	
	transform: scale(1, 1);	
}
.btn-one::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.1);
}
.btn-one:hover::after {
	opacity: 0;	
	transform: scale(0.1, 1);
}


/* 
========================
      BUTTON TWO
========================
*/
.btn-two {
	color: #FFF;
	transition: all 0.5s;
	position: relative;	
}
.btn-two span {
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.btn-two::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.1);
}
.btn-two::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0.1);
}
.btn-two:hover::before {
  transform: rotate(-45deg);
  background-color: rgba(255,255,255,0);
}
.btn-two:hover::after {
  transform: rotate(45deg);
  background-color: rgba(255,255,255,0);
}


/* 
========================
      BUTTON THREE
========================
*/
.btn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 250%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 250%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

/* 
========================
      BUTTON THREE
========================
*/
.bttn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}
.bttn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
.bttn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.bttn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.bttn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}




body div#eu_cookie_notification {
    background: #000;
    color: #fff;
}

.iframe-container {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


#some-element {
  border: 0.1px none #8200ff;
  display: none;
  font-size: 14px;
  margin-top: 10px;
  padding: 5px;
  text-transform: none;
}

#some-div:hover #some-element {
  display: block;
}
.BUTTON_xxy {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: none;
   padding: 6px;
   background-color: transparent;
   border: solid #8200ff 1px;
   text-decoration: none;
    color: #7e00ff;
   display: inline-block;
   text-align: center;
	font-style: normal;
  }
  
.BUTTON_xxx {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: 900;
   color: #7e00ff;
   padding: 6px;
   background-color: #8200ff;
   border: solid #8200ff 1px;
   text-decoration: none;
   display: inline-block;
   text-align: center;
	font-style: normal;
  
 }
.BUTTON_yyy {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: 900;
   color: #7e00ff;
   padding: 6px;
   background-color: rgba(130, 0, 255, 0.5);
   border: double #7e00ff 1px;
   text-decoration: none;
   display: inline-block;
   text-align: center;
	font-style: normal;
  
 }
.BUTTON_KZP {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: 900;
   color: #7e00ff;
   padding: 6px;
   background-color: #8200ff;
   border: solid #8200ff 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
	font-style: normal;
}

.BUTTON_KZP:hover {
   background: transparent;
   border: solid #8200ff 1.3px;
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   COLOR: #8200ff;
   text-decoration: none;
   font-weight: none
}
 
.BUTTON_xxy1 {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: none;
   padding: 6px;
   background-color: transparent;
   border: solid #ff4e00 1px;
   text-decoration: none;
    color: rgba(255, 78, 0, 0.8);
   display: inline-block;
   text-align: center;
	font-style: normal;
  }
  
.BUTTON_xxx1 {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: 900;
   color: #7e00ff;
   padding: 6px;
   background-color: #ff4e00;
   border: solid #f00 1px;
   text-decoration: none;
   display: inline-block;
   text-align: center;
	font-style: normal;
  
 }
.BUTTON_yyy1 {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: 900;
   color: #ff4e00;
   padding: 6px;
   background-color: rgba(255, 78, 0, 0.47);
   border: double #ff4e00 1px;
   text-decoration: none;
   display: inline-block;
   text-align: center;
	font-style: normal;
  
 }
.BUTTON_KZP1 {
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
   font-size: 20px;
   font-weight: 900;
   color: #ff4e00;
   padding: 6px;
   background-color: #ff4e00;
   border: solid #ff4e00 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
	font-style: normal;
}

.BUTTON_KZP1:hover {
   background: transparent;
   border: solid #ff4e00 1.3px;
   -webkit-border-radius: 80px;
   -moz-border-radius: 80px;
   border-radius: 80px;
   COLOR: #ff4e00;
   text-decoration: none;
   font-weight: none
}
 

	[data-predefined-style="true"] h8 {
	font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
	font-style: normal;
	line-height: 1.2;
    color: #8200ff;
   font-size: 5.8rem;
	font-weight: 900;
    padding: 0;
	margin: 0;
	color: #8200ff;
}


        @font-face {
    font-family: 'Topol';
    font-weight: bold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475428/Topol-Bold.otf') format('otf')
    }
      @font-face {
    font-family: 'Bw Gradual Thin';
    font-weight: thin;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475428/BwGradual-Thin.woff') format('woff')
    }
       @font-face {
    font-family: 'Bw Gradual Thin Italic';
    font-weight: thin;
    font-style: italic;
    src: url('https://files.cargocollective.com/c475428/BwGradual-ThinItalic.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Regular';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475428/BwGradual-Regular.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Regular Italic';
    font-weight: normal;
    font-style: italic;
    src: url('https://files.cargocollective.com/c475428/BwGradual-RegularItalic.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Medium';
    font-weight: medium;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475428/BwGradual-Medium.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Medium Italic';
    font-weight: medium;
    font-style: italic;
    src: url('https://files.cargocollective.com/c475428/BwGradual-MediumItalic.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Bold';
    font-weight: bold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475428/BwGradual-Bold.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Bold Italic';
    font-weight: bold;
    font-style: italic;
    src: url('https://files.cargocollective.com/c475428/BwGradual-BoldItalic.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual ExtraBold';
    font-weight: 800;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475428/BwGradual-ExtraBold.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual ExtraBold Italic';
    font-weight: 800;
    font-style: italic;
    src: url('https://files.cargocollective.com/c475428/BwGradual-ExtraBoldItalic.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Black';
    font-weight: Black;
    font-style: normal;
    src: url('https://files.cargocollective.com/c475428/BwGradual-Black.woff') format('woff')
    }
      @font-face {
    font-family: 'Bw Gradual Black Italic';
    font-weight: Black;
    font-style: italic;
    src: url('https://files.cargocollective.com/c475428/BwGradual-BlackItalic.woff') format('woff')
    }
[data-predefined-style="true"] thin {
	font-family: 'Bw Gradual Thin', Icons;
	font-size: 1.7rem;
    background:  transparent;
    color: rgba(255, 255, 255, 0.52);
    border-radius: 0px;
    display: inline-block;
	line-height: 1;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 700;
}
[data-predefined-style="true"] h3 {
	font-family: "Social Variable", Icons;
	font-size: 5.4rem;
    background:  #8200ff;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height: 1;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 700;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}
[data-predefined-style="true"] ht3 {
	font-family: "Social Variable", Icons;
	font-size: 3rem;
    background:  #ff4e00;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height: 0.5;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 700;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

[data-predefined-style="true"] h4 {
	font-family: "Space Grotesk", Icons;
	font-size: 5.6rem;
    background:  #ff4e00;
    color: rgba(0, 0, 0, 1);
    flex: 0 0 50%;
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height: 1;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 300;
    }

[data-predefined-style="true"] ht4 {
	font-family: "Space Grotesk", Icons;
	font-size: 3.2rem;
    background:  #ff4e00;
    color: rgba(0, 0, 0, 1);
    flex: 0 0 50%;
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height: 0.6;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 300;
    }


[data-predefined-style="true"] hh4 {
	font-family: Courier, "Courier New", monospace, Courier, Icons;
	font-style: normal;
	line-height: 0.9;
    color: #8200ff;
   font-size: 1.4rem;
	font-weight: normal;
    padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
}

[data-predefined-style="true"] hh1 {
	font-family: 'BW Gradual Thin', Icons;
	font-style: normal;
	font-weight: 100;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 0.5;
	color: rgba(255, 255, 255, 0.43);
	}

[data-predefined-style="true"] h5 {
	font-family: "Social Variable", Icons;
	font-size: 3.2rem;
    background:  transparent;
    color: #7f00e1;
    flex: 0 0 50%;
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height:1;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 700;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

[data-predefined-style="true"] h6 {
	
	font-family: "Arial Black", Arial, sans-serif, "Arial Black", Icons;
	font-style: normal;
	line-height: 1.7;
    color: #8200ff;
   font-size: 1.9rem;
	font-weight: 900;
    padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
}
[data-predefined-style="true"] h7 {
	
	font-family: Courier, "Courier New", monospace, Courier, Icons;
	font-style: normal;
	line-height: 1.7;
    color: #8200ff;
   font-size: 1.9rem;
	font-weight: normal;
    padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.6);
}
[data-predefined-style="true"] h0 {
	font-family: "Aldrich", Icons;
	font-size: 5.2rem;
    background:  transparent;
    color: #b83333;
    flex: 0 0 50%;
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height:1;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 200;
}

[data-predefined-style="true"] h01 {
	font-family: "Aldrich", Icons;
	font-size: 2.2rem;
    background:  transparent;
    color: #ededed;
    flex: 0 0 50%;
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height:1;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 200;
}

[data-predefined-style="true"] h02 {
	font-family: "Aldrich", Icons;
	font-size: 1.2rem;
    background:  transparent;
    color: #ededed;
    flex: 0 0 50%;
    text-align: left;
    border-radius: 0px;
    display: inline-block;
	line-height:1;
    padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: 200;
}
.col-container1 {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col1 {
    display: table-cell; /* Make elements inside the container behave like table cells */
	height: 100%
}

@media only screen and (max-width: 600px) {
  .col1 { 
    display: block;
    width: 100%;
  }
}


body div#eu_cookie_notification {
    background: #000;
    color: rgba(255, 255, 255, 0.77);
}

:target {
  animation: highlight 1s ease;  
  transform: translateX(20px);     
}

@keyframes highlight {
  0% { border-left-color: red; }
  100% { border-left-color: white; }
}
section > div {
  border-left: 40px solid white;
  padding: 10px;
  transition: all 0.5s ease;     
  padding-right: 50px;
  margin-left: -20px;    
}
.blinkH1:hover {
    animation: 0.1s blink 2;
    display: inline-block;
}



.blinkH:hover {
    animation: 0.05s blink 3;
    display: inline-block;
}

.blink1 {
    animation: 0.5s infinite blink;
    display: inline-block;
}

@keyframes blink {
    5%, 20% {
        opacity: 0;
    }
    16%, 100% {
        opacity: 1;
    }
}


.img-circular{
    border-radius: 50%;
}

.blink {
    animation: 1s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 15% {
        opacity: 0;
    }
    16%, 100% {
        opacity: 1;
    }
}
/**
 * Content
 */

body {
	background-color: #000000;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: .4;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
    
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.83);
	font-family: Michroma, Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.9rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	font-family:'Bw Gradual Medium', Icons;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] bodycopy a {
	color: #fff;
	border-bottom: w rgba(193, 193, 193, 0);
	text-decoration-color: transparent  ;
    
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'Bw Gradual Bold', Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1.1;
	color: rgba(255, 255, 255, 0.6);
	}

[data-predefined-style="true"] h1 a {
	color: rgba(255, 255, 255, 0.75);
    bordeR: none;
}

[data-predefined-style="true"] Menu1 {
	font-family: 'Bw Gradual Black', Icons;
	font-style: normal;
	font-weight: black;
	padding: 0;
	margin: 0;
	font-size: 2.8rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	}

[data-predefined-style="true"] Menu1 a {
	color: rgba(255, 255, 255, 1);
    bordeR: none;
}

[data-predefined-style="true"] Title1 {
	font-family: 'Bw Gradual Black', Icons;
	font-style: normal;
	font-weight: black;
	padding: 0;
	margin: 0;
	font-size: 4.3rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.43);
	}

[data-predefined-style="true"] Title1 a {
	color: rgba(255, 255, 255, 1);
    bordeR: none;
}


[data-predefined-style="true"] h2 {
	font-family:'Bw Gradual ExtraBold', Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	font-size: 2.8rem;
	line-height: 1.1;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(255, 255, 255, 0.75);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.3;
	font-family:'Bw Gradual Bold', Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.35);
    letter-spacing: .05rem;
}

[data-predefined-style="true"] small a {
	color: rgba(255, 255, 255, 0.6);
	border-bottom-width: 0em;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(0, 0, 0) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 75% /*!content_center*/;
}
/*!porcoddio porcoddio */
[data-css-preset] .container_height {
	height: 100% /*!content_left*/;
}
    

[data-css-preset] .content_padding {
	padding-top: 5rem /*!main_margin*/;
	padding-bottom: 5rem /*!main_margin*/;
	padding-left: 5rem /*!main_margin*/;
	padding-right: 5rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 65rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: #fff/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 83%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.8rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.6rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: 2.0rem;
    margin-bottom: .3rem;
    font-size: 1.9rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family:'BW Gradual Bold';
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.57);
	font-family: 'Space Mono', Icons;
	font-style: normal;
	line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .05rem;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.44);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.95);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: 'BW Gradual Regular', Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 0.75);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 400;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(255, 255, 255, 1);
    background: transparent;
	font-size: 34px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 1rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}


body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 38px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Social Variable", Icons;
    font-size: 1.9rem;
	line-height: 1;
    border-radius: 10px;
	color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

.shop_product .dropdown {
    font-family: 'BW Gradual Regular', Icons;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
	border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(255,255,255,.4);
    background:  #ffffff url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: Rubik, Icons;
	font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    border-radius: 10px;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.85) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}



/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}


/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0);
    font-size: 1rem;
    line-height: 1.3;
    font-family: Michroma, Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px auto 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(255, 255, 255, 0);
}

.audio-player .button {
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    fill: rgba(255, 255, 255, 0);
}

.audio-player .icon {
    fill: rgba(255, 255, 255, 0.75);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(255, 255, 255, 0.05);
}

.audio-player .progress {
    background: rgba(255, 255, 255, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: transparent;
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


#search_form {
    position: absolute;
    top: 35px; left: 35px;
    z-index: 999;
}
    

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

#search_form #search_term {
    background: transparent;
    border: 1px solid #808080;
    color: #808080;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    float: left;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px; height: auto;
}

.search_text {
    width: 500px;
    margin-left: 145px;
}

.search_title a {
    font-weight: bold;
    text-decoration: underline;          
}

.search_title a:hover {
}


.search_title a:active {
}

.search_tags {
    color: #999999;
    font-size: 11px;
}

.search_tags a {
    color: #808080;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #808080;
    text-decoration: underline;
}

.search_tags a:active {
    color: #808080;
}