/**
 * Content
 */
/* noise container*/

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

@keyframes blink {
    0%, 46% {
        opacity: 0;
    }
    0%, 92% {
        opacity: 1;
    }
}


body {
	scrollbar-width: none; /* Firefox implementation */
}
body::-webkit-scrollbar {
               display: none; /* webkit browsers implementation */
 
           }

[data-predefined-style="true"] [local-style="33502150"] h2 {
    font-size: 7.5rem;
    line-height: 1;
    z-index: 9999;
    position: relative;
	color: #fff;
}
[data-predefined-style="true"] [local-style="33502150"] small {
    line-height: 0px !important;
    position: relative;
    z-index: 9999;
	color: #fff;
}


@font-face {
  font-family: "Prill";
  src: url("https://files.cargocollective.com/c719341/FF-Prill-Regular.woff") format("woff")
}

@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
} 

 .container span {
   line-height: 10px;
}

@media (max-width:414px) {
    
    .about-link {
	margin-top:3px;
}
    
	.container span {
    line-height: 18px;
    }
}

[local-style="14865964"] .content_padding h2 {
    font-size: 1.5rem;
    letter-spacing: -1.2px;
}

[data-predefined-style="true"] [local-style="33501989"] bodycopy h2 span {
    text-transform: capitalize !important;
    letter-spacing: -1px;
}
video {/* min-height: 285px; */margin-bottom: 12px;/* padding-bottom: 54px; */position: relative;z-index: -1;object-fit: cover;animation: fadeInAnimation .2s;}

[local-style="33501991"] .container {
    align-items: center /*!vertical_middle*/;
    -webkit-align-items: center /*!vertical_middle*/;
    text-align: left /*!text_left*/;
    margin-left: 0 /*!content_left*/;
    margin-top: 0px !important;
    margin-right: auto /*!content_left*/;
}
@font-face {
  font-family: "ZW";
  src: url("https://files.cargocollective.com/c719341/font.woff2") format("woff2"),
       url("https://files.cargocollective.com/c719341/font.woff") format("woff");
}

[data-predefined-style="true"] [local-style="12912772"] bodycopy {
    padding: 0 !important;
    margin-top: -240px;
    min-width: 100%;
    opacity: .5;
	font-size: 1rem;
	line-height: 0.5;
	color: #fff;
}

body {
	background-color: #fFF;
	color: #000;
	cursor: crosshair;
}

a:active {
	opacity: 0.7;
}


.page a.active {
    opacity: 1;
    /* text-decoration: underline; */
    /* text-underline-position: under; */
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    /* transition: text-decoration .3s; */
    /* border-bottom: 2px solid white; */
    transition: border-bottom 200ms ease 0ms;
    background-image: linear-gradient(to right, white 100%, transparent 100%);
    background-position: 0 1.04em;
    background-repeat: repeat-x;
    background-size: 8px 2px;
}

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(255, 255, 255, 1);
	border: 0;
	height: 1px;
	display: block;
}

span a:hover {
     transition: border-bottom 0s; 
}

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

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Neue Haas Grotesk", 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.6rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-style: normal;
	line-height: 1.4;
    	font-family: Syne, Icons;

}

[data-predefined-style="true"] bodycopy a {
    /* border-bottom: 1px solid rgba(127, 127, 127, 0.4); */
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 0.1em;
    text-decoration: none;
}

a:hover {
   
    /* transition: border-bottom .4s; */
    cursor: pointer;transition: border-bottom .2s;
}

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

div#topnav-logo img {
    min-width: 64px;
    min-height: 64px;
    /* margin-right: 20px; */
}


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




@media (max-width:768px) {
    
    video {
    min-height: 190px;
    margin-bottom: 12px;
    /* padding-bottom: 54px; */
    position: relative;
    z-index: -1;
    object-fit: cover;
    animation: fadeInAnimation .2s;
}


    
    [data-predefined-style="true"] [local-style="14003753"] bodycopy {
    padding-left: 35px !important;
}
    
	[data-predefined-style="true"] [local-style="14776560"] h2 {
    font-size: 2rem !important;
    line-height: 0.9em;
    margin-top:-40px;
}



div#topnav-logo img {
    min-width: 44px;
    max-width: 44px;
    max-height: 44px;
    margin-left: -10px;
}

}

[data-predefined-style="true"] h1 {
	font-family: Syne, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 5.1rem;
	line-height: 1.1;
	color: #fff;
	}

[data-predefined-style="true"] h1 a {
    border: 0;
	color: #fff;
}

[data-predefined-style="true"] h2 {
	font-family: Syne, Icons !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 1.5rem;
	line-height: 20px;
	margin-inline-start: 2px;
	letter-spacing: -5.2px;
	text-transform: initial;
	font-style: normal;
	font-weight: 700;
	}

[data-predefined-style="true"] h2 a {
    font-family: Syne, Icons;
    border: 0;
    color: rgba(0, 0, 0, 0.95);
    letter-spacing: -4.8px !important;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 20px !important;
	font-family: Syne, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.05em;
	margin-top: 10px !important;
	text-transform: none !IMPORTANT;
}

[data-predefined-style="true"] small a {
    border: 0;
	color: rgb(3, 3, 3);
}

/**
 * Breakpoints
 */

 [local-style="14865798"] .content_padding h2 {
    font-size: 25px;
}


[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: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: #000 /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 5.9rem /*!main_margin*/;
	padding-bottom: 5.9rem /*!main_margin*/;
	padding-left: 5.9rem /*!main_margin*/;
	padding-right: 5.9rem /*!main_margin*/;
}
.content_padding {
	animation: fadeInAnimation 1s;
}

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

/**
 * Thumbnails
 */

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

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

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

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

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

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

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.thumbnails .tags {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: "Freight Text", Icons;
	font-style: normal;
	line-height: 1.2;
}

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

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

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    	display: none;

}

body.mobile #site_menu_button {
	display: none;

}

#site_menu_button.custom_icon {
	display: none;

}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
    color: #fFF;
	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 {
	display: none;
    
}

#site_menu .set-link > a {
	display: none;

}

#site_menu a:active {
	display: none;

}

#site_menu a.active {
	display: none;

}

#site_menu .close {
	display: none;

}

body.mobile #site_menu .close {
		display: none;

}

#site_menu .break {
	display: none;

}

#site_menu .indent {
	display: none;

}

/*
 * Shop Button
 */

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

#shop_button.text {
    font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
}

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

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

/*
 * Shop Product Widget
 */

img {
	animation: fadeIn;
}

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

.shop_product .price {
	font-family: "Neue Haas Grotesk", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Neue Haas Grotesk", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255, 255, 255, 1);
    background:  white 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: "Neue Haas Grotesk", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    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(255, 255, 255, 1) /*!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(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fFF;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

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

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

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

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

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 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: rgba(0, 0, 0, 0.5);
}

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

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

/*custom */

.bg,
.overlay {
  text-align: center;
}

img,
.overlay {
  transition: 1.2s filter;
  border-radius: .5%;
}

.bg {
  float: left;
  position: relative;
  margin: .5%;
}
.bg img {
  margin-bottom: -20px;
}
.bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  color: #fFF;
  opacity: 0;
}
.bg .overlay h2 {
  padding-top: 2%;
}
.bg .overlay p {
}
.bg:hover .overlay {
  opacity: 1;
}
.bg:hover img {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

#topnav-logo:hover a {
  /* -webkit-filter: blur(2px); */
  /* filter: blur(2px); */
  /* transition: all 1.5s; */
  text-decoration: none !important;
  border-bottom: 1px solid #000 !important;
}
#topnav-logo {
	transition: all 3.5s;
	/* padding-left: 80px; */
}


/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 1);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 3.3s, 3.5s;
  animation-duration: 2.3s, 2.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.page_container[local-style="13075034"] {
    padding-top: 180px !important;
}
small.artist-quick-links a {
    border-bottom: 2px solid #fff;
}

small.artist-quick-links a:hover {
    border-bottom: 2px solid black;
    transition: border-bottom .4s;
}

.overlay:hover {
    cursor: pointer;
}
        @-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
             animation-duration: .4s;
         }

.img-thumb {
	animation: fadeIn;
}


.main-wrapper {
  position: relative;
  padding: 0;
  max-height: 100%;
  display: -webkit-box;
  display: flex;
  /* -webkit-box-pack: center; */
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow-y: hidden;
}
.loader {
  position: relative;
  font-size: 60px;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.noise-wrapper {
  position: absolute;
  left: 0;
  top: -11px;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  overflow-y: hidden;
  z-index: 10;
}
.noise-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.noise {
  position: absolute;
  top: -500px;
  right: -500px;
  bottom: -500px;
  left: -500px;
  background: transparent url(https://www.dropbox.com/s/h7ab1c82ctzy83n/noise.png?raw=1) 0 0;
  background-size: 160px 320px;
  opacity: 0.35;
  -webkit-animation: noise 1s steps(8, end) infinite both;
  animation: noise 1s steps(8, end) infinite both;
  overflow-y: overlay;
  min-height: 100%;
}
@-webkit-keyframes noise {
  0% {
    -webkit-transform: translateX(0px, 0px);
            transform: translateX(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
  }
  20% {
    -webkit-transform: translate(150px, -100px);
            transform: translate(150px, -100px);
  }
  30% {
    -webkit-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
  }
  40% {
    -webkit-transform: translate(100px, -150px);
            transform: translate(100px, -150px);
  }
  50% {
    -webkit-transform: translate(-100px, 200px);
            transform: translate(-100px, 200px);
  }
  60% {
    -webkit-transform: translate(-200px, -100px);
            transform: translate(-200px, -100px);
  }
  70% {
    -webkit-transform: translateY(50px, 100px);
            transform: translateY(50px, 100px);
  }
  80% {
    -webkit-transform: translate(100px, -150px);
            transform: translate(100px, -150px);
  }
  90% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
  }
  100% {
    -webkit-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
  }
}
@keyframes noise {
  0% {
    -webkit-transform: translateX(0px, 0px);
            transform: translateX(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
  }
  20% {
    -webkit-transform: translate(150px, -100px);
            transform: translate(150px, -100px);
  }
  30% {
    -webkit-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
  }
  40% {
    -webkit-transform: translate(100px, -150px);
            transform: translate(100px, -150px);
  }
  50% {
    -webkit-transform: translate(-100px, 200px);
            transform: translate(-100px, 200px);
  }
  60% {
    -webkit-transform: translate(-200px, -100px);
            transform: translate(-200px, -100px);
  }
  70% {
    -webkit-transform: translateY(50px, 100px);
            transform: translateY(50px, 100px);
  }
  80% {
    -webkit-transform: translate(100px, -150px);
            transform: translate(100px, -150px);
  }
  89% {
    -webkit-transform: translate(0px, 200px);
            transform: translate(0px, 200px);
  }
  100% {
    -webkit-transform: translate(-100px, 100px);
            transform: translate(-100px, 100px);
  }
}

[data-predefined-style="true"] bodycopy a {
     /* border-bottom: 2px solid transparent; */
     color: rgb(255 255 255 / 100%);
     padding-bottom: 0em;
     text-transform: capitalize;
     text-decoration: none;
     letter-spacing: -.4px;
}

 h1 a {
	color: rgba(255, 255, 255, 1);
	border-bottom: 2px solid rgb(0 0 0);
}



@media screen and (max-width: 1148px) {

}


[local-style="14469827"] .page_background {
    background-color: initial /*!page_container_bgcolor*/;
}
a.image-link:hover {
    text-decoration: none;
    border: none !important;
}

[data-predefined-style="true"] [local-style="14852040"] h2 {
    /* font-size: 1.2rem; */
    font-size: 4.2rem !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    line-height: 70px !important;
}

    
.marquee h2 {
    font-size: 135px !important;
    line-height: 135px !important;
}
[data-predefined-style="true"] [local-style="33501991"] h2 {
    letter-spacing: -2px;
    font-size: 100px;
    line-height: 1.1 !important;
}
@media screen and (max-width: 768px) {
   [data-predefined-style="true"] [local-style="33501991"] h2 {
    letter-spacing: -2.2;
    font-size: 50px;
    line-height: 0.4;
}
 


.marquee h2 {
    font-size: 20px !important;
    line-height: 28px !important;
}



[data-predefined-style="true"] [local-style="14852040"] h2 {
    /* font-size: 1.2rem; */
    font-size: 3.7rem !important;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    line-height: 70px !important;
    }
}

[data-predefined-style="true"] [local-style="14852040"] bodycopy a:hover {-webkit-text-fill-color: #fff;border:none !important;text-decoration:none;}

[data-predefined-style="true"] [local-style="14852040"] bodycopy h2:hover { border:none !important;text-decoration:none;}

[local-style="14850068"] .page h2 {
    line-height: 20px !important;
    font-size: 1rem !important;
    text-transform: uppercase;
}

[data-predefined-style="true"] [local-style="33501989"] bodycopy img {
    max-width: 90px;
    max-height: 48px;
    margin-top: -10px;
    /* min-height: 30px; */
    /* min-width: 40px; */
}

[local-style="14777043"] .page h2 {
    font-size: 1.5rem;
    letter-spacing: -2px;
}

[local-style="14867728"] .page h2 {
    font-size: 1.5rem;
    letter-spacing: -1.2px;
}

[local-style="14865798"] .page h2 {
    font-size: 1.5rem;
    letter-spacing: -1.2px;
}
#menu ul {
    padding-left: 0px;
}



* {
	
    font-family: Syne !important;
}


@media (max-width:768px) {
	
    h2 {
	font-size: 34px !important;
	letter-spacing: -2.4px !important;
}
}

[data-predefined-style="true"] [local-style="33501991"] small {
    font-size: 2.4rem;
    letter-spacing: .1px;
    line-height: 28.1px !important;
}


.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   /* pointer-events: none; */
   overflow: hidden;
}

.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}


[data-id="33502000"] h2 {
    font-size: 54px !important;
}

[data-id="16038544"] h2 {
    font-size: 54px !important;
}

[data-id="33502055"] h2 {
    font-size: 54px !important;
}



@media (max-width:414px) {
    
    .flip-mobile {
	text-align: left !important;
}
        
    h2.about-headline {
        font-size: 24px !important;
        transition: all .1s;
        padding: 30px;
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
        letter-spacing: -2px !important;
}
    
    [data-id="33502000"] h2 {
    font-size: 28px !important;
    line-height: 0.9 !important;
    letter-spacing: 2.4px !important;
}

[data-id="16038544"] h2 {
    font-size: 28px !important;
    line-height: 0.9 !important;
    letter-spacing: 2.4px !important;;
}

[data-id="33502055"] h2 {
    font-size: 28px !important;
    line-height: 0.9 !important;
    letter-spacing:2.4px !important;
}
    [data-predefined-style="true"] h2 a {
    font-family: Syne, Icons;
    border: 0;
    letter-spacing: -2.8px !important;
}
    
    [data-id='33502000'] .page {
    min-height: 70vh;
}
}









.chromeframe {
    margin: 0.2em 0;
    background: #080808;
    color: #000;
    padding: 0.2em 0;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -37px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: transparent;
    transform-origin: center center;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: 2000ms linear 3s infinite normal none running spin; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
    transform-origin: center;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        transform-origin: center center;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: transparent;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear ; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        transform-origin: center center;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: transparent;
        -webkit-animation: spin 1.5s linear; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 1.5s linear; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: scale(0);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(0);  /* IE 9 */
            transform: scale(0);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: scale(.75);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(.75);  /* IE 9 */
            transform: scale(.75);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
         0%   { 
            -webkit-transform: scale(0);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(0);  /* IE 9 */
            transform: scale(0);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: scale(.75);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: scale(.75);  /* IE 9 */
            transform: scale(.75);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #000;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateY(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(100%);  /* IE 9 */
                transform: translateY(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(0%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(0%);  /* IE 9 */
                transform: translateY(0%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }


    @media only screen and (min-width: 480px) and (max-height: 414px) and (orientation:landscape) {
    /* styles go here */
    .vimeo-wrapper {
    transform: scale(1.1) !important;
    }

    .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}
}