/**
 * Content
 */

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

a:active {
	opacity: 1;
}

.page a.active {
	opacity: 1;
    color: #989694;
}

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 !important;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
    display: none!important;
    visibility: hidden!important;
    opacity: 0!important;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	font-weight: 400;
	color: #343030;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	line-height: 1.25;
    letter-spacing: -0.01rem;
    word-spacing: -0.05rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
    color: #343030;
    border-bottom: none;
    text-decoration: underline solid 0.1rem;
    text-underline-offset: 0.375rem;
    transition: color 0.1875s;
}
.mobile bodycopy a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /*user-select: none;*/
}

[data-predefined-style="true"] bodycopy a:hover {
	color: #989694;
}

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

[data-predefined-style="true"] h1 {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	/*font-size: 3rem;*/
    font-size: 1.5rem;
	/*line-height: 1;*/
    line-height: 1.25;
	color: #343030;
	/*letter-spacing: -0.03rem;*/
    letter-spacing: -0.01rem;
    word-spacing: -0.05rem;
    /*text-transform: uppercase;*/
    text-transform: none;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h1 a {
	color: #343030;
    border-bottom: none;
	padding-bottom: 0;
	text-decoration: none;
    transition: color 0.1875s;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

[data-predefined-style="true"] h1 a:hover {
	color: #989694;
}

[data-predefined-style="true"] h2 {
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #343030;
	/*font-size: 2.25rem;*/
    font-size: 1.5rem;
	/*line-height: 1;*/
    line-height: 1.25;
	/*letter-spacing: -0.02rem;*/
    letter-spacing: -0.01rem;
    word-spacing: -0.05rem;
    /*text-transform: uppercase;*/
    text-transform: none;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
	color: #343030;
    border-bottom: none;
	padding-bottom: 0;
	text-decoration: none;
    transition: color 0.1875s;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1.375;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: #343030;
    letter-spacing: 0.01rem;
    word-spacing: 0;
    text-transform: uppercase;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: #343030;
    border-bottom: none;
	padding-bottom: 0;
	text-decoration: none;
    transition: color 0.1875s;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

[data-predefined-style="true"] small a:hover {
	color: #989694;
}

/**
 * Breakpoints
 */

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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	/*min-height: 10px;*/
	min-height: 0;
	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: #ffd010;*/ /*!body_bgcolor*/
    background-color: #fcfcf8;
}

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

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


[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*/;   
}

.thumbnails {
    padding: 0 0.5rem 3.75rem!important;
    /* bottom padding = nav height + 0.25 */
	animation: thumbnailsLoad 0.875s ease 0.75s 1 both;
}
@keyframes thumbnailsLoad {
	0% {
		opacity: 0;
	}
    100% {
		opacity: 1;
	}
}

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

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

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

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

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

.thumbnails .thumb_image {
	outline: none;
    border-radius: 0.375rem;
	transition: filter 0.1875s;
}
.thumbnail:hover .thumb_image {
	filter: 
        grayscale(100%) 
        contrast(12.5%) 
        brightness(168.75%);
}

.thumbnails .title {
    margin-top: 0.3125rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.125;
    
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    
    text-wrap: pretty;
    
    letter-spacing: -0.005rem;
    word-spacing: -0.05rem;
	font-weight: 400;
    text-transform: none;
	color: #343030;
	font-family: "Monument Grotesk Variable", Icons;
	font-style: normal;
    transition: color 0.1875s;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    max-width: 93.75%;
}

.thumbnail:hover .title {
	color: #989694;
}

.thumbnail {
    margin-bottom: 0;
    opacity: 1;
    transition: opacity 0.375s;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.thumbnails .tags {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
	line-height: 1.125;
    transition: opacity 0.1875s;
}

.thumbnail:hover .tags {
	opacity: 0.625;
}

.thumbnails .tags a {
	border-bottom: 0;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
    background-color: #e3e3df;
	font-size: 0.84375rem;
	line-height: 1;
	font-family: "Monument Grotesk Variable", Icons;
	color: #666362;
    letter-spacing: 0.02rem;
    word-spacing: -0.1rem;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem 0.1875rem;    
    border-radius: 0.375rem;
    white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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


/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 6px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!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: -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;
	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: bold;
}

#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(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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
}

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

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

/**
 * Shop Product Widget
 */

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

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    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;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
    opacity: 1;
}
.content img.image-zoom:hover {
	cursor: zoom-in;
}

/**
 * Quick View
 */

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

.quick-view img {
    border-radius: 0.375rem;
}
.quick-view img:hover {
    cursor: zoom-out !important;
}

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


[data-css-preset] .quick-view-background {
	/*background: #ffd010;*/ /*!quick_view_bgcolor*/
    background: #fcfcf8;
}

.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: 0.25rem;
    left: -0.5rem;
}

.quick-view-navigation .right-arrow {
    right: 0.25rem;
    right: -0.5rem;
}

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

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #343030;
    stroke-width: 1.5px;
    stroke-width: 0.125rem;
    transition: stroke 0.1875s;
}

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

.quick-view-navigation .close-button {
    top: 0.25rem;
    right: 0.25rem;
    top: -0.5rem;
    right: -0.5rem;
    /* Change height/width together to scale */
    width: 50px;
    height: 50px;
    height: 5rem;
    width: 5rem;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #343030;
    stroke-width: 1.5px;
    stroke-width: 0.125rem;
    transition: stroke 0.1875s;
}

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

.mobile .pswp__ui--idle {
	opacity: 1!important;
}
.mobile .quick-view-navigation {
	display: initial!important;
}
.mobile .pswp__group-prev, 
.mobile .pswp__group-next {
	display: none!important;
}

@media(hover: hover) {
	.quick-view-navigation .close-button:hover .inner-color, 
    .quick-view-navigation .left-arrow:hover .inner-color,
    .quick-view-navigation .right-arrow:hover .inner-color {
		stroke: #989694;
	}
}

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

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #343030;
    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;
}

/**
 * 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
 */

::selection {
    background: #989694;
    color: #fcfcf8;
}


.content img {
    border-radius: 0.375rem;
}


html {
    /*background-color: #ffd010 !important;*/
    background-color: #fcfcf8 !important;
}


/*Grid*/
div[grid-gutter="0"] {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    animation: divLoad 0.75s ease 0.25s 1 both;
}
@keyframes divLoad {
	0% {
		opacity: 0;
	}
    100% {
		opacity: 1;
	}
}
.mobile div[grid-gutter="0"] {
    flex-direction: initial;
    justify-content: initial;
}


div[grid-col="4"] {
    padding-top: 0;
	padding-bottom: 1.875rem;
    padding-right: 1rem;
}
.mobile div[grid-col="4"] {
	padding-right: 0.25rem;
}

div[grid-col="4"] .categories {
    display: block;
    line-height: 1.125;
    max-width: 66.6666%;
    margin-top: 0rem;
	margin-bottom: 1.875rem;
    transform: translateX(-0.0625rem);
    
    text-wrap: pretty;
}
div[grid-col="4"] .categories span {
	display: inline-block;
    background-color: #e3e3df;
	font-size: 0.84375rem;
	line-height: 1;
	font-family: "Monument Grotesk Variable", Icons;
	color: #666362;
    letter-spacing: 0.02rem;
    word-spacing: -0.1rem;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem 0.1875rem;    
    border-radius: 0.375rem;
    margin-right: 0.375rem;
    white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}
div[grid-col="4"] .categories span:last-of-type {
	margin-right: 0;
}

div[grid-col="4"] small {
    display: block;
    margin-top: 1.875rem;
    
    max-width: 24.999975vw;
    
    text-wrap: pretty;
}
.mobile div[grid-col="4"] small {
	max-width: initial;
}


div[grid-col="8"] {
    line-height: 0;
    max-width: 100vh!important;
    height: auto;
}
[data-id="9586084"] div[grid-col="8"] {
	padding-bottom: 0;
}
.mobile div[grid-col="8"] {
	max-width: initial!important;
    padding-bottom: 3.5rem;
    /* nav height */
}
.mobile [data-id="9586084"] div[grid-col="8"] {
    padding-bottom: 6.3125rem;
    /* 3.5 [nav height] + 2.8125 [height offset] */
}

div[grid-col="8"] .image-gallery {
	margin-bottom: 0!important;
}

.content div[grid-col="8"] img {
	margin-bottom: 0.5rem!important;
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto!important;
}
.content div[grid-col="8"] img:last-child {
	margin-bottom: 0!important;
}

div[grid-col="8"] h2 {
	margin-top: 3.75rem;
    font-size: 1.5rem;
    line-height: 1.25;
    max-width: 83.3333%;
}
div[grid-col="8"] h2+span {
    display: block;
	line-height: 1.25;
    max-width: 83.3333%;
    padding: 0!important;
	margin-top: 0.9375rem;
	margin-bottom: 1.875rem;
}
.mobile div[grid-col="8"] h2, 
.mobile div[grid-col="8"] h2+span {
	max-width: initial;
    padding-right: 0.25rem!important;
}


/*Galleries*/
.image-gallery a {
    margin-top: 0;
    margin-bottom: -1.03125rem;
    /* -1.28125 [tag height] + 0.25 */
}
div[grid-col="8"] .image-gallery a:last-of-type {
    margin-bottom: -1.78125rem;
    /* -1.28125 [tag height] - 0.5 [padding] */
}
.mobile div[grid-col="8"] .image-gallery a:last-of-type {
    margin-bottom: -2.03125rem;
    /* -1.28125 [tag height] - 0.25 - 0.5 [padding] */
}


/*Image hovers*/
[data-id="9586084"] .content .gallery_card_image img {
    border-radius: 0.75rem;
}
.content div.image-gallery a .gallery_card_image img {
	transition: filter 0.1875s;
}
.content div.image-gallery a:hover .gallery_card_image img {
	filter: 
        grayscale(100%) 
        contrast(12.5%) 
        brightness(168.75%);
}


/*Captions*/
a.gallery_card.has_caption {
	text-decoration: none;
    border-bottom: none;
}
.gallery_image_caption small {
	color: #343030;
    transition: color 0.1875s;
    font-size: 0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
	max-width: 100%;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
    text-wrap: pretty;
}
a:hover .gallery_image_caption small {
	color: #989694;
}
.gallery_image_caption small:first-of-type {
    font-size: 1.25rem;
    letter-spacing: -0.005rem;
    word-spacing: -0.05rem;
    text-transform: none;
    padding-top: 0.3125rem;
    margin-bottom: -0.046875rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0!important;
}

.gallery_image_caption span.categories {
    display: block;
    line-height: 0;
    margin-top: 0;
    margin-right: 0.9375rem;
    transition: opacity 0.1875s;
    transform: translate(0.46875rem,-5.0546875rem);
    /* -1.2890625 [client height] + -1.984375 [title height] = 
    -3.2734375 + -1.28125 [tag height] = 
    -4.5546875 */
    max-width: 100%;
    max-height: 1.28125rem;
    overflow-y: hidden;
}

a.gallery_card:hover .gallery_image_caption span.categories {
	opacity: 0.75;
    pointer-events: none;
}
.gallery_image_caption .categories span {
	display: inline-block;
    background-color: #e3e3df;
	font-size: 0.84375rem;
	line-height: 1;
	font-family: "Monument Grotesk Variable", Icons;
	color: #666362;
	text-decoration: none;
    letter-spacing: 0.02rem;
    word-spacing: -0.1rem;
    text-transform: uppercase;
    padding: 0.25rem 0.5rem 0.1875rem;    
    border-radius: 0.375rem;
    margin-right: 0.375rem;
    white-space: nowrap;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    transition: color 0.1875s;
}

a.gallery_card:hover .gallery_image_caption .categories span {
    color: #e3e3df;
}

.gallery_image_caption .categories span:last-of-type {
	margin-right: 0;
}


/*Bottom nav*/
div.fadebg {
    padding-left: 0.25rem;
	line-height: 0;
    width: 33.3333vw;
    height: 3.125rem!important;
}
.mobile div.fadebg, 
[data-id="35745001"] div.fadebg {
    width: 100%;
    height: 3.5rem!important;
	/*background-image: 
        linear-gradient(to bottom, 
            rgba(255, 208, 16, 0)0%, 
            rgba(255, 208, 16, 0.9375)16.6666%, 
        	rgba(255, 208, 16, 1)66.6666%);*/
    background-image: 
        linear-gradient(to bottom, 
            rgba(252, 252, 248, 0)0%, 
            rgba(252, 252, 248, 0.9375)16.6666%, 
            rgba(252, 252, 248, 1)66.6666%);
}

div.fadebg button {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0.625rem 0 0.375rem;
    display: inline-block;
    line-height: 0;
	cursor: pointer;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    
    animation: navButtonsLoad 0.75s ease 0.75s 1 both;
}
@keyframes navButtonsLoad {
	0% {
		opacity: 0;
	}
    100% {
		opacity: 1;
	}
}
.mobile div.fadebg button {
	margin: 0.875rem 0 0.5rem;
}
div.fadebg button a, 
div.fadebg button a h2 {
    border-bottom: none;
	text-decoration: none;
    text-underline-offset: 0;
    -webkit-touch-callout: auto;
    user-select: auto;
}
div.fadebg button h2 {
    display: block;
	line-height: 0.75;
    /* = 1.5 * 0.75 */
}
div.fadebg button:nth-of-type(2) {
	margin-left: 0.25rem;
	margin-right: 0;
}
div.fadebg button:nth-of-type(2) h2 {
	padding: 0.5rem 0.25rem;
    /* h2 height = 2.125
    0.21875 more than buttons */
}

div.fadebg #top-button {
    display: none;
    animation: topButtonFade 0.5s ease 0.125s 1 both;
}
@keyframes topButtonFade {
	0% {
		opacity: 0;
	}
    100% {
		opacity: 1;
	}
}

div.fadebg button:nth-of-type(2) h2 {
    color: #343030;
    transition: color 0.1875s;
}
div.fadebg button:nth-of-type(2):hover h2 {
    color: #343030;
}
@media(hover: hover) {
	div.fadebg button:nth-of-type(2):hover h2 {
		color: #989694;
    }
}


/*Revised nav buttons*/
div.fadebg button:nth-of-type(1) {
    margin: 0.84375rem 0 0.375rem 0.1875rem;
    transform: translateY(-0.0625rem);
    background-color: #e3e3df;
    border-radius: 0.5625rem;
	font-family: "Monument Grotesk Variable", Icons;
    transition: background-color 0.1875s;
}
@media(hover: hover) {
	div.fadebg button:nth-of-type(1):hover {
    	background-color: #fcfcf8;
	}
}
[data-id="35745001"] div.fadebg button:nth-of-type(1) {
	margin-top: 1.21875rem;
}
.mobile div.fadebg button:nth-of-type(1), 
.mobile [data-id="35745001"] div.fadebg button:nth-of-type(1) {
	margin: 1.09375rem 0 0.5rem 0.1875rem;
}
div.fadebg button:nth-of-type(1) a h2 {
    font-size: 1.25rem;
	line-height: 1;
    text-transform: uppercase;
    letter-spacing: -0.01rem;
    word-spacing: -0.05rem;
	color: #666362;
    padding: 0.375rem 0.75rem 0.28125rem;
    transition: color 0.1875s;
    /* h2 height = 1.90625
    0.21875 less than arrows */
}
@media(hover: hover) {
	div.fadebg button:nth-of-type(1) a:hover h2 {
		color: #989694;
	}
}


/*Fixed bio*/
div[grid-col="4"] span#bio {
	position: fixed;
    max-width: 33.3333%;
    left: 0;
    padding-left: 0.5rem;
    padding-right: 1.5rem;
	padding-bottom: 1.875rem;
    
    text-wrap: pretty;
}
.mobile div[grid-col="4"] span#bio {
	position: relative;
    max-width: initial;
    left: initial;
    padding-left: initial;
    padding-right: initial;
}
div[grid-col="4"] span#bio h1 {
    margin-bottom: 0;
}

.mobile span#bio {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}
bodycopy span#bio a {
    cursor: initial;
    position: relative;
    z-index: 999;
}
@media(hover: hover) {
	bodycopy span#bio a {
		cursor: pointer;
	}
}


/*Project titles*/
#stickyTitle {
    font-size: 1.5rem;
    padding-bottom: 0;
	margin-bottom: 0;
    max-width: 22.2222vw;
    
    text-wrap: pretty;
}
.mobile #stickyTitle {
	max-width: initial;
}
.stucktitle {
	position: fixed;
    max-width: 22.2222vw;
    animation: titleTransition 1.25s ease 1 both;
}
.mobile .stucktitle {
	position: relative;
	max-width: initial;
    animation: none;
}
span#bio #stickyTitle {
    margin-bottom: 0.9375rem;
}
span#bio .stucktitle {
	position: relative;
    max-width: 100%;
    animation: none;
}
.mobile span#bio .stucktitle {
	position: fixed;
    left: 0.25rem;
    line-height: 0.75;
    margin-bottom: 0;
    padding-top: 0.25rem;
    font-size: 20vw!important;
	letter-spacing: -0.25rem!important;
    word-spacing: -0.5rem;
    font-weight: 343.75;
    color: rgba(152, 150, 148, 0.1875);
    mix-blend-mode: luminosity;
    z-index: 99;
    cursor: pointer;
    animation: titleTransition 0.9375s ease 1 both;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}
.mobile .heightoffset {
    transform: translateY(2.8125rem);
}
@keyframes titleTransition {
	0% {
		opacity: 0;
        transform: translateY(-200%);
	}
    50% {
		opacity: 0;
        transform: translateY(-100%);
	}
    100% {
		opacity: 1;
        transform: translateY(0);
	}
}


/*Index filter*/
#filterButtons {
    margin-bottom: 0.4375rem;
	animation: divLoad 0.75s ease 0.25s 1 both;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    
    text-wrap: pretty;
}
.mobile #filterButtons {
	margin: 0.25rem 0.1875rem 0.4375rem;
}
button.filterbutton {
    cursor: pointer;
	border: none;
    text-decoration: none;
    display: inline-block;
    padding: 0.375rem 0.75rem 0.28125rem;
    margin-right: 0.3125rem;
    margin-bottom: 0.3125rem;
    white-space: nowrap;
    background-color: #e3e3df;
    border-radius: 0.5625rem;
	color: #666362;
    font-size: 1.25rem;
	line-height: 1;
	font-family: "Monument Grotesk Variable", Icons;
	letter-spacing: -0.01rem;
    word-spacing: -0.05rem;
    text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
    transition: opacity 0.09375s, background-color 0.1875s, color 0.1875s;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}
@media(hover: hover) {
	.filterbutton:hover {
        background-color: #fcfcf8;
        color: #989694;
	}
}

.filterbutton.filteron {
	background-color: #343030;
    color: #fcfcf8;
}
@media(hover: hover) {	
    .filterbutton.filteron:hover {
        opacity: 1;
    }
}
span#moreFiltersButtons {
	display: none;
	opacity: 0;
}
#moreFiltersButtons.fademfb {
	opacity: 0;
    animation: fademfb 0.75s ease 1 both;
}
@keyframes fademfb {
	from {
		opacity: 0;
	}
    to {
		opacity: 1;
	}
}


/*Dynamic thumbnail images*/
.thumbnails .content>div a img {
	opacity: initial!important;
}
.content>div a .thumb_image, 
.content>div.All-projects a .thumb_image {
    background: initial;
    background-size: 100% auto!important;
}

/*Branding and identity*/
.content>div.Branding-and-identity a[href*="reMIX"] img, 
.content>div.Branding-and-identity a[href*="The-Private-Museum"] img, 
.content>div.Branding-and-identity a[href*="I-Am-An-Artist"] img, 
.content>div.Branding-and-identity a[href*="Fundacion-MEDIANOCHE0"] img, 
.content>div.Branding-and-identity a[href*="Peninsular"] img, 
.content>div.Branding-and-identity a[href*="Oral-History-Project"] img, 
.content>div.Branding-and-identity a[href*="SPRMRKT-Cambodia"] img, 
.content>div.Branding-and-identity a[href*="Art-Book-Fair"] img {
	opacity: 0!important;
}
.content>div.Branding-and-identity a[href*="reMIX"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/aadd8c27235dd7780cad21fcb0c00017b96b42ef64542489edc185d70f1b5137/reMIX_x.jpeg');
}
.content>div.Branding-and-identity a[href*="The-Private-Museum"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/98257933c70b97393c05dbf2942f34dd0e649cc3fead9c8c62915f65516cdecb/TPM_x_logomark-family.jpg');
}
.content>div.Branding-and-identity a[href*="I-Am-An-Artist"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/1340ca0e1e67d1a691eb7a1cc93dcf83f02c09a92b67c5f883f48ac0f28136e2/NGS-AW-Araya_1.jpg');
}
.content>div.Branding-and-identity a[href*="Fundacion-MEDIANOCHE0"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/7ddd659ee54e7d9d57f58311dfed3aee1b3231dabf3f3d08b331c32917f18f10/M0_logos.jpg');
}
.content>div.Branding-and-identity a[href*="Peninsular"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/aaccb394394bcc4e0d91f09251281e71067216e42cf5857bbe22ea552642292f/Peninsular_4c.jpg');
}
.content>div.Branding-and-identity a[href*="Oral-History-Project"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/0f63fe962e9a53a7d92bc3dfb08fc09fe23ab13cf5712b09e908a07be71dbb91/OHP-2a.jpg');
}
.content>div.Branding-and-identity a[href*="SPRMRKT-Cambodia"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/2405606d97719ebb97a145afd4f9011bbdf9fecfc489d5c2d87fff249d757274/Cambodia_9.jpg');
}
.content>div.Branding-and-identity a[href*="Art-Book-Fair"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/5e62ab5a19b2e769eaf57c073e83fe4d9a0daadef8020a0135a75e7469f3a96c/SGABF_web_10.jpg');
}

/*Website*/
.content>div.Website a[href*="Fundacion-MEDIANOCHE0"] img, 
.content>div.Website a[href*="Guo-Liang-Tan"] img {
	opacity: 0!important;
}
.content>div.Website a[href*="Fundacion-MEDIANOCHE0"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/57134bed5dbc66f76b0ef2ed90a6d060a77f67cfc691cb4641038334855b0fce/M0_web_8a.jpg');
}
.content>div.Website a[href*="Guo-Liang-Tan"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/5d8c281a7fad3a6301092f25aefef81ed63f26bf55808ab7d2e7757d56d7b2e5/GL_3b.jpg');
}

/*Publication*/
.content>div.Publication a[href*="Deutsche-in-Singapur"] img, 
.content>div.Publication a[href*="I-Am-An-Artist"] img, 
.content>div.Publication a[href*="Varde-XXV"] img, 
.content>div.Publication a[href*="The-Lapse-Project"] img, 
.content>div.Publication a[href*="BuySingLit"] img {
	opacity: 0!important;
}
.content>div.Publication a[href*="Deutsche-in-Singapur"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/587f48a771465b6c56489221433bfa6913b4dc2f41d9145244f97c214dc8e451/GinSG_q.jpg');
}
.content>div.Publication a[href*="I-Am-An-Artist"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/9aa4b5790b09a14f2a3b2c9d4e3c2731956e5d39ebd74ea12bdfef940dfe3e3d/NGS-AW-Araya_0a.jpg');
}
.content>div.Publication a[href*="Varde-XXV"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/cb6c860f266bc32f36e0df1507adbbea486947c670a9586898d60f7767f9d88c/spread2b.jpg');
}
.content>div.Publication a[href*="The-Lapse-Project"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/81de53e766af1014daa79db567c192cc272d54ee04ab89b3043b9939611eab1e/Lapse_8.jpg');
}
.content>div.Publication a[href*="BuySingLit"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/82cdc41122d82ef4aa043ded2241e1c50d12cb0ae8a5670d58e8e68f2e436581/SingLit_6.jpg');
}

/*Book cover*/
.content>div.Book-cover a[href*="Hawker-Colours"] img, 
.content>div.Book-cover a[href*="Deutsche-in-Singapur"] img, 
.content>div.Book-cover a[href*="I-Am-An-Artist"] img, 
.content>div.Book-cover a[href*="Air-Conditioned-Nation"] img {
	opacity: 0!important;
}
.content>div.Book-cover a[href*="Hawker-Colours"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/385e451fee76ddaed595c8e49c6f5bdd028c025cc60f27a46e0e710b45822923/IPW-Hawker_a.jpg');
}
.content>div.Book-cover a[href*="Deutsche-in-Singapur"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/32022bb12716d911d3a133e7ccc4c2eb4901cc8fb7ec8f4942be6efb380ddceb/GinSG_v.jpg');
}
.content>div.Book-cover a[href*="I-Am-An-Artist"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/cbf736797068e1171f94da2eb2426adf0b53d5fa7e4c975d04231bc3e773437a/NGS-AW-Araya_c.jpg');
}
.content>div.Book-cover a[href*="Air-Conditioned-Nation"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/d08725886ea6dded5a51b061032ff44effe2c1f3f883f1b88e0d35305b825f93/CG2-web.jpg');
}

/*Exhibition visual*/
.content>div.Exhibition-visual a[href*="All-Welcoming-Scenarios"] img, 
.content>div.Exhibition-visual a[href*="Wild-Cube"] img, 
.content>div.Exhibition-visual a[href*="The-Lapse-Project"] img, 
.content>div.Exhibition-visual a[href*="BuySingLit"] img, 
.content>div.Exhibition-visual a[href*="SingaPlural"] img, 
.content>div.Exhibition-visual a[href*="Four-Silly-Planets"] img, 
.content>div.Exhibition-visual a[href*="opening-day"] img {
	opacity: 0!important;
}
.content>div.Exhibition-visual a[href*="All-Welcoming-Scenarios"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/c1f96c3619f695bfe935f8deae1aa6609ee04d991609614f3f043afd2c235861/TPM-MYAH_j.jpg');
}
.content>div.Exhibition-visual a[href*="Wild-Cube"] .thumb_image {
    background: url('https://freight.cargo.site/t/original/i/d0ad95a4cdedf7a808aadea46618483e2cbf1b62000eedaa3b912293b2c7ab57/itwc_4.jpg');
}
.content>div.Exhibition-visual a[href*="The-Lapse-Project"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/358785538d5dec5ef970a429b568587b197d52148327bb9a58a9e779bdbdb8e9/Lapse_12c.jpg');
}
.content>div.Exhibition-visual a[href*="BuySingLit"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/c924d194b7a5a9406b04b9b11d594d645ecb6a3ad6e799584dbabe6faa3bb827/SingLit_17.jpg');
}
.content>div.Exhibition-visual a[href*="SingaPlural"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/d8ae9eed05ec0ed3ead8faa67d3aee508ca9161d15006be91c7c63f2edc31e0f/SingaPlural_3.jpg');
}
.content>div.Exhibition-visual a[href*="Four-Silly-Planets"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/c11a297871d8481683ad30b8f546ab8a2c0740be9e77e277b1134879187fe553/Altars_10.jpg');
}
.content>div.Exhibition-visual a[href*="opening-day"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/b1deba116e065ea9f7da8f800a1adf76c54df628548eb24cf32e1c86e6159ac3/Opening_day-10b.jpg');
}

/*Exhibition publication*/
.content>div.Exhibition-publication a[href*="Peninsular"] img, 
.content>div.Exhibition-publication a[href*="Hilmi-Johandi"] img, 
.content>div.Exhibition-publication a[href*="BuySingLit"] img, 
.content>div.Exhibition-publication a[href*="SingaPlural"] img, 
.content>div.Exhibition-publication a[href*="Four-Silly-Planets"] img {
	opacity: 0!important;
}
.content>div.Exhibition-publication a[href*="Peninsular"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/526e3a34205add5f6adc7aa31a599ba203415db95961cfd86a4283657468ff77/Peninsular_1b.jpg');
}
.content>div.Exhibition-publication a[href*="Hilmi-Johandi"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/db5fdaf048913efbffe94687909810fd4ae46511b3b3aeb4ed9cb36823fc040f/3.jpg');
}
.content>div.Exhibition-publication a[href*="BuySingLit"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/b74061454d87d5556350c34273298af94e54cc6788e8312f3a87bb11200715a9/SingLit_2.jpg');
}
.content>div.Exhibition-publication a[href*="SingaPlural"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/40595bf45db1e797d28866245064855dbe84038794431c8796bf7d85e0aa4a75/SingaPlural_2.jpg');
}
.content>div.Exhibition-publication a[href*="Four-Silly-Planets"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/64a54336e2a72c71d575c1fb3f5ff1ad549e9209fdb240007a4942d1e26210dd/Altars_2.jpg');
}

/*Motion*/
.content>div.Motion a[href*="The-Private-Museum"] img, 
.content>div.Motion a[href*="Fundacion-MEDIANOCHE0"] img, 
.content>div.Motion a[href*="Wild-Cube"] img, 
.content>div.Motion a[href*="Oral-History-Project"] img {
	opacity: 0!important;
}
.content>div.Motion a[href*="The-Private-Museum"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/1786d22bef35677fb5793ae1b18845eb3a4cd9e340bfe3dea16555e3874f793d/TPM_2_logomark-slogan-motion.gif');
}
.content>div.Motion a[href*="Fundacion-MEDIANOCHE0"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/789f1bd12988ccbca44351462eeb419cb6d8709e52cbe85f2ef63688e5de4b15/M0_web_motion3.gif');
}
.content>div.Motion a[href*="Wild-Cube"] .thumb_image {
    background: url('https://freight.cargo.site/t/original/i/f4050907127886916fdbb908ae46034a493c5ac1824bfc094a01e122e84adab7/itwc_1.gif');
}
.content>div.Motion a[href*="Oral-History-Project"] .thumb_image {
	/*background: url('https://freight.cargo.site/t/original/i/b97a9e225e8d54d9412ff0e2929cf5530f275d73520c55448b6fff60ba78d41e/OHP-10b.gif');*/
    background: url('https://freight.cargo.site/t/original/i/e66fe4c135e3f57121d3db9e20a028d9aa6ef5ec10a1cdb874207b293bf5566a/OHP-2d.gif');
}

/*Spatial*/
.content>div.Spatial a[href*="The-Private-Museum"] img, 
.content>div.Spatial a[href*="All-Welcoming-Scenarios"] img, 
.content>div.Spatial a[href*="The-Lapse-Project"] img, 
.content>div.Spatial a[href*="adcampaign"] img {
	opacity: 0!important;
}
.content>div.Spatial a[href*="The-Private-Museum"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/ff3ce4dad4dd5cf8a5717cb53cf2e543ef4164e2dd7e9041eb85d93e76ff1c23/TPM_x_signage-2.jpg');
}
.content>div.Spatial a[href*="All-Welcoming-Scenarios"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/6ad9d80da2114b52b279b1fef8584760c60e00abed6e7067273c1480c5e7375f/TPM-MYAH_a.jpg');
}
.content>div.Spatial a[href*="The-Lapse-Project"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/358785538d5dec5ef970a429b568587b197d52148327bb9a58a9e779bdbdb8e9/Lapse_12c.jpg');
}
.content>div.Spatial a[href*="adcampaign"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/cdcbaf134140a58983c80d5a29fbe45ea1f2a051b2c7050d21fd0069c1f9bb4e/adcampaign-1.jpg');
}

/*Poster*/
.content>div.Poster a[href*="Asian-Film-Archive"] img, 
.content>div.Poster a[href*="Art-Book-Fair"] img {
	opacity: 0!important;
}
.content>div.Poster a[href*="Asian-Film-Archive"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/7c8bc16bb870221c556ef7e7ccdb4b8bbcf866f95619b88285366cf529459937/afa_4.jpg');
}
.content>div.Poster a[href*="Art-Book-Fair"] .thumb_image {
	background: url('https://freight.cargo.site/t/original/i/c4c9d804b142bc6047d831814ec1b405b39a6d47c43d46c4ccc2487a6b7ab697/SGABF_web_8.jpg');
}












/**
 * Easter Egg
 */

div.easter {
	animation: fadein 8s 1 forwards;
}
div.easter img::selection {
	background: rgba(0,0,0,0) !important;
}
#easterPre, #easterPost {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    display: block;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
}
#easterPre div, #easterPost div {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 25%;
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 1.2;
    text-align: center;
}
.fadeout {
	animation: fadeout 2s 8s 1 forwards;
}
#easterPost {
	animation: fadein 2s 1 forwards;
}
@keyframes fadeout {
	from{ opacity:1; }
    to{ opacity:0; }
}
@keyframes fadein {
	from{ opacity:0; }
    to{ opacity:1; }
}



div.easter-bg, div.easter-gifs, div.easter-eggs {
	position: absolute;
    width: 100vw;
    height: 100vh;
}
div.easter-bg img {
    min-width: 100vw;
    min-height: 100vh;
	max-height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}



div.easter-gifs {
    z-index: 1;
}
div.easter-gifs div {
	position: absolute;
}
div.easter-gifs div img {
    pointer-events: none;
}
.gif1 {
	top: 2%;
    left: 2%;
}
.gif2 {
	bottom: 1%;
    left: 5%;
}
.gif3 {
	top: -2%;
    left: 67.2%;
    transform: translateX(-50%);
}



div.easter div.easter-eggs {
	z-index: 98;
}
div.easter div.easter-eggs img {
	position: absolute;
    z-index: 99;
	pointer-events: auto;
    transition: all 2s ease-in;
}
#eggA {
	top: 68.6%;
    left: 56.6%;
    transform: translate(-50%,-50%);
}
#eggB {
	bottom: 13%;
    left: 40.6%;
    transform: translate(-50%,-50%);
}
#eggC {
	top: 10.2%;
    right: 31.5%;
    transform: translate(50%,-50%);
}
#eggD {
	top: 55.5%;
    right: 15.2%;
    transform: translate(50%,-50%);
}
#eggE {
	bottom: 18.0%;
    left: 25.0%;
    transform: translate(-50%,-50%);
}
#eggF {
	bottom: 30.5%;
    right: 4%;
    transform: translate(50%,-50%);
}


