<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Content
 */

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

a:active {
	opacity: 1.0;
}

.page a.active {
	opacity: 1;
}

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: .5em;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", 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: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: DINosaur, Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0)
;
	padding-bottom: 0.1em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
 
  
}

[data-predefined-style="true"] bodycopy a:hover {
    text-decoration: underline;

}

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: DINosaur, Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 50%;
	}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: DINosaur, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 0.85);
	font-size: 3rem;
	line-height: 1.2;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: DINosaur, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	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_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: center /*!text_center*/;
}

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

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

[data-css-preset] .content_padding {
	padding-top: 1.8rem /*!main_margin*/;
	padding-bottom: 1.8rem /*!main_margin*/;
	padding-left: 1.8rem /*!main_margin*/;
	padding-right: 1.8rem /*!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: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!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: 0rem/*!responsive_thumbnails_padding*/; 
}

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

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
    resize: both;
    background-size: contain;
    
}

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.8rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.1;
}

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


.thumbnails .thumbnail &gt; a {
    position: relative;
}
 

.thumbnails .thumbnail:hover .thumb_image img {
    opacity: .0;
}

.thumbnails .thumb_image img {
    opacity: 1;

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}



/**
 * 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 &gt; a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: bold;
}

#site_menu a:active {
	opacity: 0.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: 3rem /*!shop_button*/;
	right: 3rem /*!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: .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, 0.95) /*!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;
}
.thumbnails .thumbnail &gt; a {
    position: relative;
}


/*mouse-over*/
        
        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload.cargocollective.com/1/1/60882/1213861/prt_240x176_1343067799_2x.jpg);
        }
 /*too long*/   
        
        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload.cargocollective.com/1/1/60882/1535282/prt_250x250_1424270399_2x.gif);
        }
 /*futurepferde*/ 

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload.cargocollective.com/1/1/60882/1586279/prt_200x200_1424273245_2x.jpg);
        }
 /* infra 6 */  

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload.cargocollective.com/1/1/60882/2230623/prt_112x150_1342874512.gif);
        }
 /*itsnobiggie*/


        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload4.cargocollective.com/1/1/60882/2388285/prt_90x90_1424274653.gif);
        }
 /*infra 7*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload5.cargocollective.com/1/1/60882/2401557/prt_250x158_1424275277_2x.jpg);
        }
 /*kinki41*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload74.cargocollective.com/1/1/60882/3799201/prt_100x254_1424277557_2x.jpg);
        }
/*future pforte*/

        .thumbnail[data-id="8189654"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/e0696a49b1b8998dd5d2f39c3f68c3cacd6d487b3aecff165cc8b6fd1e2ea3de/Edna_on.jpg);
        }
/*Edna*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload119.cargocollective.com/1/1/60882/4691462/prt_300x300_1357188264.gif);
        }
/*scrawl magazine*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload136.cargocollective.com/1/1/60882/5029918/prt_200x258_1361421418.jpg);
        }
/*Brave New World*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload139.cargocollective.com/1/1/60882/5087040/prt_208x241_1362116135.jpg);
        }
/*Medvedi*/

       .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload150.cargocollective.com/1/1/60882/5316545/prt_370x191_1364921009.jpg);
        }
/*auf ein Wort bittesehr*/

       .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload161.cargocollective.com/1/1/60882/5524563/prt_250x229_1367410228.jpg);
        }
/*the newer york*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload170.cargocollective.com/1/1/60882/5701822/prt_250x229_1369731841.jpg);
        }
/*print-itsnobiggie*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload173.cargocollective.com/1/1/60882/5766946/prt_256x360_1370553798.jpg);
        }
/*poolga_2*/

       .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload173.cargocollective.com/1/1/60882/5767078/prt_198x210_1370553458.jpg);
        }
/*poolga_1*/

        .thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload211.cargocollective.com/1/1/60882/6527406/prt_300x250_1381683387.jpg);
        }
/*M E*/

		.thumbnail[data-id="8189539"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/1b07eabeabe42ec658c2bce88dc8604b2dab15064a6889ccd43ed7141d3bde91/31_01-thumb_off.jpg);
        }
/*ALMOST EXACTLY*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/1b07eabeabe42ec658c2bce88dc8604b2dab15064a6889ccd43ed7141d3bde91/31_01-thumb_off.jpg);
        }
/*the scribble project*/
		
		.thumbnail[data-id="8189582"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/57d64142702df771c0e7b43fbd5b04ba4fe1b6621d26f3fe13e5607d84d893f5/33_thumb_on.gif);
        }
/*Giphy - BRH*/

		.thumbnail[data-id="8189518"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/bcdff7036aeb820cc8f3bed7ae7586bcb0aa445cf92abbaf598d21f86bf0ddad/34_thumb_on.gif);
        }
/*BKmag*/

		.thumbnail[data-id="8189483"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/7763f103702e6bfa711105fafdf430223a7ac109620f8ea7bca5173ea01f13fb/35_thumb_on.gif);
        }
/*whatif*/

		.thumbnail[data-id="8189456"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/09344f01960cfb54ea8926334eec66dc72366969775c2ffac2da0be8da1c4ed7/36_blind_thumb_on.gif);
        }
/*blind man*/

		.thumbnail[data-id="8189434"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/7826dc5511abedb87f6b9a4d42e6db51c5cf807b6d1bfbf17ed908d120f70e39/37_Grantland_on.gif);
        }
/*sumos*/

		.thumbnail[data-id="8189430"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/a2478cc878ea67283b9bfb7c868a3ef8f5486ac23030c3afd5e2f186bf95e65a/38_ignant_on.gif);
        }
/*ignant interview*/


		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload339.cargocollective.com/1/1/60882/9099529/prt_328x187_1419825927_2x.gif);
        }
/*oops...*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload339.cargocollective.com/1/1/60882/9099554/prt_204x255_1419826671_2x.gif);
        }
/*snow globe...*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload339.cargocollective.com/1/1/60882/9099593/prt_350x230_1419827647_2x.jpg);
        }
/*printed postcard...*/

		.thumbnail[data-id="8189368"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/61bb0415f4975ec82db08a05b0e64e14288fff97cd37a55ce497efa0b637489e/CEI_thumb_off.jpg);
        }
/*legalize us*/

		.thumbnail[data-id="8186018"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/6e744b018864a479ff83059c6ed89fa1363ea01af772a57b692b7934a2184cf9/ValentinesDay_on.gif);
        }
/*Valentine's Day*/


		.thumbnail[data-id="8185994"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/7abce14b351b5615beba198eaab17af35656e8f0e8708bcb053f11d6158eca5b/44_thumb_link.gif);
        }
       
/*while we're young*/

		.thumbnail[data-id="8185977"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/447a0fc39c43faa7cb7ced6f8546ea52e0196a317b61276b684da90a9ee23b66/45_Bonica_off.jpg);
        }
/*Bonica*/

		.thumbnail[data-id="8185858"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/79bada32d50e590c55bc4d989dafabac32f83365757ba805d56ce96da301fa3c/thumb_off.jpg);
        }
/*NYT - letter to the editor*/

		.thumbnail[data-id="8185845"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/c3511e3228012ce5588b9abb7cf50397e4d79749f40c8f3f7c84f4cb2f7d56db/thumb_luckypeach_on.gif);
        }
/*Lucky Peach*/

		.thumbnail[data-id="8185957"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/8e3b0e6d071d1f3675207eff3eb857b1db7ea1e36cd4e356aae93f3d503cf54c/personalGIFs_on.gif);
        }
/*Personal GIFs 2015*/

		.thumbnail[data-id="8185932"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/b75748001e21fbb40471968137eb39aeb0718eb367ff23a19b44bb26f6a95e4e/Nationalwhatday_on_2.gif);
        }
/*National What Day*/

		.thumbnail[data-id="8180858"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/1e8f2f83fe76da4f55ce2f3315fd0ab4bbdb0988b50f5472115de42427b9cfe1/Postitforward_on.gif);
        }
/*PostitForward*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload384.cargocollective.com/1/1/60882/9993895/prt_172x300_1433817002_2x.png);
        }
/*Mini-Unilamacorn*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload384.cargocollective.com/1/1/60882/9993927/prt_249x258_1433818016_2x.png);
        }
/*gymnnasts*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload384.cargocollective.com/1/1/60882/9993968/prt_226x264_1433820499_2x.png);
        }
/*berrypicker*/

		.thumbnail[data-id="8180841"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/e620b346988a5278d4a769370fd5c7dbb0088043ca6e3501712af6440200fe25/TheMoment_on.gif);
        }
/*themoment*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://payload392.cargocollective.com/1/1/60882/10153292/prt_250x250_1436834058_2x.jpg);
        }
/*featherfeatherblingbling*/

		.thumbnail[data-id="8185712"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/36a08c699b791ce7e25a05e7989fb595265f7699086fdff1feab1d244f5a9989/Principal_sw_thumb_off.jpg);
        }
/*NYT - principals*/

		.thumbnail[data-id="8180831"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/f147c02963559e9f2d6e4b5b7b6f4b35547e9375fe3dce8a0a8b4730ae88e212/NYT_thumbs_off_500.png);
        }
/*NYT - power loneliness*/

		.thumbnail[data-id="8180814"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/e22066ebe432693b059a159cba658205302dc81f7a9eb68684804f5e59316447/OnLobsters_off.gif);
        }
/*On Lobsters*/

		.thumbnail[data-id="8180846"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/4e917449da29f1f35167d59202a51965782ecf19114e6cc3ba118a4bd67451d2/thumb_transplant_off.png);
        }
/*Le Monde*/

		.thumbnail[data-id="8180812"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/96330ce5d3c635c26d657abe69a74e8c8222bfdd96b0802c1fd23ce98e10e2db/2_Thumbs_Dimelo.gif);
        }
/*Dimelo*/

		.thumbnail[data-id="8180813"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/71595529274755a08d5c73e4e0ad7c608fd2fdc04cc3e4f8efa39c87c0a658e2/Vogue_thumb.gif);
        }
/*Vogue*/

		.thumbnail[data-id="8180811"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/37a8a12eb1249f1678b8a8ceb3f83b5db9a88bdb92410f9c73c21c95cb4b627a/NYT_bookreview_thumbs_off.jpg);
        }
/*NYT Book Review*/

		.thumbnail[data-id=""] .thumb_image {
        background-image: url(https://payload427.cargocollective.com/1/1/60882/10845822/prt_250x250_1450476273_2x.gif);
        }
/*Tumblr Service Nation*/


		.thumbnail[data-id="8180809"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/a1bcb269974d26cfba420636d46832e3e79d07514133d9d58e5a64dc4e5f1c2a/ZasinZoo_thumb_off.png);
        }
/*Rocketship Tee*/

		.thumbnail[data-id="8180795"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/dd6d43830808d8dbe5adb373600b325b22394e9523e22e68fd865d7c02080f4b/PIF_thumb_off.gif);
        }
/*On Tumblr - PIF*/

		.thumbnail[data-id="8180793"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/8b9c7f9ed80d44b336476149a80fffd1de93e04e1be096ee7ba9b65c6fdc8da6/NoStrangers_thumb_off.gif);
        }
/*No Strangers*/

		.thumbnail[data-id="8180788"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/a9d011d62f9315e65fec6dd0bc95192facaf9f6346c0f343b2721e07c6a7970b/Upshot_thumb_on.png);
        }
/*upshot*/

		.thumbnail[data-id="8180765"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/7a4f18e744088c01404230ea5b615694456f4939c74964e967a9dc483d0bd055/Service_Nation_off.gif);
        }
/*Service Nation*/

		.thumbnail[data-id="8180763"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/8528effba25b84faadce5a524b3459258e85252426d5bd5a2c80afbdd6d0c091/EO_off.png);
        }
/*Electric Objects*/

		.thumbnail[data-id="8180760"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/caf4c2969d1c1535a6cc9b9b2fc60888168dba41db8f9aa28574b5209bcc5145/Thumb_LIK_off.png);
        }
/*Ladies I Know*/

		.thumbnail[data-id="8180756"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/ad1b0691616021e14a7cf1601911eb6ec08a4352a8c2053d2820fbcc2da2afb7/Thumb_fwh_off.gif);
        }
/*Friends Work Here*/

		.thumbnail[data-id="8180754"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/cecaa99b6b6a531ea2ab60ed9f21fc6328f245a3a56813c04e0c8314807def09/PS_Thumb_off.png);
        }
/*Pretty Looking Sentence*/

		.thumbnail[data-id="8180742"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/09996da6b6dee0a8badbc53618abf80a0c20a0bf72b79d0ae1fcb42b88c456d8/thumbs_fom_on.gif);
        }
/*future of money*/

		.thumbnail[data-id="8180678"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/966c33fc7b1c075718cc0688ebf71cbab3c0d4d2f279582241b2e8f40bfd5c51/Thumbs_GPG_off.png);
        }
/*The Upshot - GPG 2*/

		.thumbnail[data-id="8180630"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/1ccf3e24845db079d7aa7d0971ea6511d321e7410de11d54869309ef047c6e1a/thumbs_NYC_on.png);
        }
/*Jonesy NYC*/

		.thumbnail[data-id="8180629"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/671bc5e23b5dd87e93f5d12d6c3ea3d62fd61e1949b04596f40250a297f59f0f/Thumb_NYTM_on.gif);
        }
/*New York Times Magazine*/

		.thumbnail[data-id="8180625"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/27a13af52b42c978219a0bef33fcefef6177e21fd0303b79051f0f40d975ee70/Tendr_off.gif);
        }
/*Tendr*/

		.thumbnail[data-id="8180582"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/e7fb7496ea0bb39f10d0ab92747ebf5ebaaec5b2debb7335ca67e387c651c9a7/treat_off.gif);
        }
/*Lucky Peach Jewish Deli Desserts*/

		.thumbnail[data-id="8180575"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/045771880b1dc6f193606cee5df8178de826c1b651b622618543478375eb57c5/USoW_Coverage_off.gif);
        }
/*United State of Women-Coverage*/

		.thumbnail[data-id="8180578"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/5c0a4b8879375c4d5e0bebfaf1135bea103c85c0b48183325bfa477eeea69d49/astronaut_off.gif);
        }
/*United State of Women-Astronaut*/

		.thumbnail[data-id="8180573"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/7f51ae20e089f6e94c8aaf6a35aed873e2a891f081a208207a52ea02e3e5b09a/Sony_off.gif);
        }
/*Sony*/

		.thumbnail[data-id="8180571"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/9059e9c3cb67eb18f041d75e6709b38041f7588f17bc623e80bbd3fb4c0bda1c/giphy_on.gif);
        }
/*Giphy Excited*/

		.thumbnail[data-id="8180554"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/d9740e487a7b711c374c30a5ab54f04ef4b5414b0d82a866e0cb0bc9f478c5a4/PennGazette_off.gif);
        }
/*Penn Gazette*/

		.thumbnail[data-id="8180542"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/442383c4a005a66104b0a0831a4da867d9ccb5c30015dde762266337288b5f4d/medium_phil_off.jpg);
        }
/*Medium - Philanthropy*/

		.thumbnail[data-id="8180536"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/2aa61e258eb919ecf958da0309ce4d11f2a2cdbe864284eb5e9c9fb570cc9aa3/lippincott_off.gif);
        }
/*Lippincott*/

		.thumbnail[data-id="8180534"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/ab251ed6337f9f03fa251a7eea4c94315bd2851d3f2ed0f7780f6ddc2f4c8b3c/reebok_off.jpg);
        }
/*Reebok*/

		.thumbnail[data-id="8180519"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/f222f0df05a7fcddc4313a21641b3ee510cedccd09d7160e90be5f0d53e55fad/mediumbose_off.gif);
        }
/*Medium Noise Cancelation*/
		
		.thumbnail[data-id="8180511"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/2b2036768581470659e23863b66e7805d997fecd35ab24ac4a926a1209fda79f/Buzzfeed_on.gif);
        }
/*Buzzfeed Reader*/

		.thumbnail[data-id="8180507"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/fb6627927a90219896ce3873387fefe5515a9118ff53d2fc383591e3597b00ba/Tendr_H_on.jpg);
        }
/*Tendr Holiday*/

		.thumbnail[data-id="8180503"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/0dbac1fa3b34428bd3f20cc61e1c5d9357bd62d690b2b99040bfd040a4e377fd/NYT_E_on.gif);
        }
/*NYT Electricity*/


		.thumbnail[data-id="8180485"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/db7713f483e9e7162f6e311700e0f292eea744c10e1ddd8f71698648a3c69fcb/MIT_thumb_on.gif);
        }
/*MIT Technology Review*/

		.thumbnail[data-id="8180480"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/6301b6fe6036a4d9b57b059955fcae4d304476a144d9484a0b705ae6a3f95281/NYT_Oped_off.jpg); }
/*NYT Op-Ed*/

		.thumbnail[data-id="8180414"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/90b9132762c546917e0deec0b2f893f35f5c579c3355e92d79f2288866926f1e/giphystickerthumb_animated_klein.gif);
        }
/*Giphy Stickers*/

		.thumbnail[data-id="8180313"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/4228bb5e555858eea055950989368c032af8f3d7051e4e557ba84397d88a286d/TED-Ideas_ani.gif);
        }
/*TED Ideas - Deja Vu*/

		.thumbnail[data-id="8180222"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/e28f84fa993320a62d2bef8a827402f3d58ab331d737c98c61d6297a7058730f/rebus_thumb_on.jpg);
        }
/*Rebus*/

		.thumbnail[data-id="8180463"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/205b1494985381f78736a74057428024a5c732749d719dea1f50097dda2b73b0/kiblind_thumb_off.jpg);
        }
/*Kiblind*/

		.thumbnail[data-id="8180250"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/a1b6d9dd2afb251292b9c0d0e6499bc962897f02a82cd705926f9254f3fd69fb/Olow_thumb_off.jpg);
        }
/*Olow*/

		.thumbnail[data-id="8180268"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/c0d08ac9a8c7378e9e2aa8041f8b6617bfe3e67d9c78907800c2509496e3064e/Barnard_off.jpg);
        }
/*Barnard*/

		.thumbnail[data-id="8180292"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/f4dc20dc59f738250a2a6238633fdd0cec99cd808f32a1cbfc74a93aa9976b23/NYT_OnCall_off.jpg);
        }
/*NYT On Call*/

		.thumbnail[data-id="8180312"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/c52f2bffc2eb34c4a55ba4db2290e9089d89e24cc77a592a6b7f4b5c8d5671b9/TheAtlantic_off.jpg);
        }
/*The Atlantic*/

		.thumbnail[data-id="8180328"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/75c47367cd66ae8a8f175fc572c6d81506dc71a28b14fbbd49ba8ee5d3a4715f/DieWelt_thumb_Off.jpg);
        }
/*DieWelt*/


		.thumbnail[data-id="8180360"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/7b5d70d56a156e55e19fb6f841045572bb6fa1f067f3558887819a2aa25205b4/NYT_Health_Off.jpg);
        }
/*NYT Op Ed*/

		.thumbnail[data-id="8180392"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/d5d1cc54eadee21a8642c28a931780a96a7742dfe370a0df7079f572a7dd1abb/TendrWedding_on.gif);
        }
/*Tendr Wedding*/

		.thumbnail[data-id="8180394"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/4bd84e87db94db551465989b4fd0272d677e4a79293d010c24e8092d35c46f9b/thumb_on.jpg);
        }
/*InStyle*/

		.thumbnail[data-id="8180457"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/fa9478a00136f94c04f4deb7d5685def77747cc0ee88964a2ad3d006eca9e083/Livingrooms_thumb_on.gif);
        }
/*Livingrooms*/

		.thumbnail[data-id="8180182"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/f4128a0c273e1f996becc2ae6d05b5d88af3bbf84bbf85702b75fe2cc92104b9/Gehl_thumbOff_2.jpg);
        }
/*Gehl Videos*/

		.thumbnail[data-id="8180156"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/effb92445d9e49f7be108789a828426893154cf3a5721ef489957a282b84368f/TED_Wisdom_Thumb_On.gif);
        }
/*Ted Ideas (Wisdom)*/

		.thumbnail[data-id="8180143"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/2b1cfbdd546eabb1900f72a14a5eeff3532159395436cf43ba628731dd388933/yahoo_ghosthing_on.gif);
        }
/*Yahoo - Ghosting*/

		.thumbnail[data-id="8180095"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/79f3e9b9d8802d6cdc5952c38edebeb9374c44f6dd7408f321772ee4fd9f4363/datingafterdivorce_on.gif);
        }
/*Yahoo - Dating As Divorcee*/

		.thumbnail[data-id="8180074"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/614082af93a32de12b23dbf460ed6635d5b8c169da0b9525c9682d18ab477b09/outside_thumb_on.jpg);
        }
/*Yahoo - Dating As Divorcee*/

		.thumbnail[data-id="8180055"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/2db2faca91afb1d23b661cbded622cd373aef268f436d550d6599360c634194f/Yahoo_talkingpolitics_on.gif);
        }
/*Yahoo - Talking Politics*/


		.thumbnail[data-id="8179436"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/1a9d6cf8d463a870811c8c85e938f477c5b6f3f63ffb25003bf68627b90b2a5a/yahoo_sexlongterm_on.gif);
        }
/*Yahoo - Longterm Relationship Sex*/

		.thumbnail[data-id="7989566"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/0c23fb8759cdfbd54ffc43f0a5d1862f54a16f2f0487093005b64ff88ad157bb/yahoodating_on.gif);
        }
/*Yahoo - Dating*/

		.thumbnail[data-id="7989560"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/2e395e8a577b679564848bb6d9ab226815fac7e1107bf3e72a649c885f2e6ab3/yahoo_changing_on.gif);
        }
/*Yahoo - People Don't Change*/

		.thumbnail[data-id="7989550"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/8e909c372d02290c6a72a6db4b7fe23871c569445019aa5233377a7ce7b0afec/TumblrFearOfFood_on.gif);
        }
/*Medium - Fear of Food*/

		.thumbnail[data-id="7989510"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/bd27956e9c851d8b7e0749aa7c26db2f0e9f8f17e6e346f2fb17d422c5b0fe7c/medium_motherhood_on.gif);
        }
/*Medium - Motherhood*/

		.thumbnail[data-id="7989481"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/4a040edcbbce02b8b51c2d26a7abe24ba56beca7af7159dfccbba34e84a4c18e/Medium-Rebuilding_off.jpg);
        }
/*Medium - Rebuilding*/

		.thumbnail[data-id="7989332"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/d5cbb32896a36f153862dc20cb679fb70f961c08a81466eb25a610bfe548f2e3/NYT_off.jpg);
        }
/*NYT - Night Drawing*/

		.thumbnail[data-id="7696181"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/cf2af1bef57788248b328f586f20427a5d9248cbbbc802fab2c6a0df4801e653/WeTransfer__off.jpg);
        }
/*WeTransfer - Rebus*/


		.thumbnail[data-id="7696174"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/d69b96db1d6fd925bc254d1b048711da5b8f85d204f1e9dbd5e4349057c6800d/NYT_Bookreview_ongif.gif);
        }
/*NYT_Book Review*/

		 .thumbnail[data-id="7696179"] .thumb_image  {
                  background-image: url(https://payload.cargocollective.com/1/1/60882/13766284/prt_250x250_1547938041_2x.gif);
        }
/*The Pudding - Dear Abby*/

		.thumbnail[data-id="7696185"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/626618ddd8b2b0ea353300ca085068e53f938c28b28139d930e8999200f50eaa/rebus_thumb_off.jpg);
        }
/*Rebus*/


		.thumbnail[data-id="7696183"] .thumb_image  {
        background-image: url(https://freight.cargo.site/t/original/i/8a5338b6a8ad50cfbff3e4388f564ff10670053c2c51e05e22448a370734e086/blanky_thumb_on.jpg);
        }
/*Dogpark Blanket*/

		.thumbnail[data-id="7696176"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/90e8f1b8379c8348e639f8dd297ab6f59c4403c5172107f195b54b7194258082/personal_on.gif);
        }
/*Personal GIFs 2018*/

		.thumbnail[data-id="8189717"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/93b8a8a372f8e80ca470721ca295e54c2b6f9fcc0b84c211e6638c48174f85fe/sundayreview_thumb_on.gif);
        }
/* NYT Sunday Review */

		.thumbnail[data-id="8189754"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/65bb5ce149fe5cfd17e1117088a0e516e8a2728e77e32bd6eb26aa4682dc7f14/personalgifs2019_on.gif);
        }
/* Personal GIFs 2019 */

		.thumbnail[data-id="8189808"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/68f931d08f21c50d0e2b52d74ce4fa2e6c6bf83cb17344cd35638a9f538c5c6c/buzzfeed_off.jpg);
        }
/* Buzzfeed_Transgender */

		.thumbnail[data-id="8189839"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/e8ef937fb76fe63a3b011ae22fba5b2d24a3e4b62a6f552be2cb5b0a740d651f/stickers_on.gif);
        }
/* Stickers */

		.thumbnail[data-id="8189844"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/c99cafe083eaf47b99644621b60146582caee4108d12d1579948e2bb9af5c4a2/humanparts_on.jpg);
        }
/* Medium Human Parts */



		.thumbnail[data-id="8390643"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/51af8fd9bc50a23d94c5b158c4ba98a49fc2c07c18cde20064c0d206d544e4a5/newyorker_on.gif);
        }
/*New Yorker - Influencer */


		.thumbnail[data-id="8390836"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/9f388903b2c402804787d57c0d96d560d7889175fb97d4485fae35cf1a046544/medium_elemental_on.gif);
        }
/*Medium-Elemental */

.thumbnail[data-id="12589273"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/577f6d80ea079e3db05ea448b41b9cffddbf1605f3ea3b66ac9df774486e3c21/NYT_geo_thumb_on.gif);
        }
/*136_NYT Geo Engineering*/

.thumbnail[data-id="12523414"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/693d9b33256c6e6e32c4ede3c314b51b637b7e8a61ddfa1a693fe29e0b100f32/Medium_femalestrength_thumb_on.gif);
        }
/*137_Medium Female Strength*/

.thumbnail[data-id="12589733"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/5685fa4ee10dc59fcfda4aedcfc559a7391f1e4b2dce289c37b912f1a249c3a7/femalepain_thumb_off.jpg);
        }
/*138_Medium Female Pain*/

.thumbnail[data-id="12589942"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/5c15bddccfdb78624a328f29afa0b400d4ac45cab6f7ee425718a79d06109077/wedding_thumb_on.gif);
        }
/*139_Wedding*/

.thumbnail[data-id="12590066"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/8e343b7f665f704622e3b29c501bd1ec6236d2bb12b1814fb12b8b505dccfafc/Barrons_thumb_on.gif);
        }
/*140_Barrons*/

.thumbnail[data-id="12590138"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/cbd8139a7c7b4092b09bf85e996fa9a61432634c5bbf17013845f88cec0e9d73/ChronicIllness_thumb_on.jpg);
        }
/*141_Medium Chronic Illness*/

.thumbnail[data-id="12590259"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/5abb0fd4b9a8dba7ca2d89d5488cf1893756d39ee5fb94dc7c3cf62468b0d929/Anorexia_thumb_on.jpg);
        }
/*142_Medium Anorexia*/

.thumbnail[data-id="12590629"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/f0e8f9959d86188528fd95a54094a014a5c046ee9aa5414d86d9589356d112cc/IO_thumb_on.jpg);
        }
/*143_Infinite Object*/

.thumbnail[data-id="12596973"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/29552a21399079f12e0ca762cb3ea5da2c85c01ba873bec2c0ea6b45d016f3eb/CAG_thumb_on.jpg);
        }
/*144_Audubon Climate Action Guide */

.thumbnail[data-id="12597258"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/d7e77d4ca523723ab52dfce7a70ca7ef550ba5c5a6f666239cc75a621328352b/nike_thumb_on.gif);
        }
/*145_Nike News */

.thumbnail[data-id="12597370"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/98739ab13576758954c0effb737f172849a606aabf02f0b3d38676b2ed433ea9/NYT_Bookreview_on.gif);
        }
/*146NYT Update Globetrotting*/

.thumbnail[data-id="12597407"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/3f947de15b69c37280c5cdb0276807faaae38fa607e4fef68bffca75d91782d3/hemmendy_thumb_on.jpg);
        }
/*147_Hemmendy */


.thumbnail[data-id="12598181"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/4429dc55283f50f3101ad00f744fc802ca0860250de101d754364925338e7fe7/Buzzfeed_thumb_on.gif);
        }
/*148_Buzzfeed News - Cancer */

.thumbnail[data-id="12597475"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/fd5a51c438f0eb5b5fe0dbe14e447c71cb44af7cc5e2bcc31e94f54055a38eb4/zero_thumboff.jpg);
        }
/*149_Zero Studio */

.thumbnail[data-id="12597843"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/a3d0659aff5527813dcb79d6c808dd41570c25524a964ae943014557bfb0a9d5/thumb_on.jpg);
        }
/*150_NYT - Book Review */

.thumbnail[data-id="14435210"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/189b3455a747227edc5d001e36e6e35ab58c429fb88daa16eefeec8e1500f611/thumb_on.gif);
        }
/*151_NYT - Covid */

.thumbnail[data-id="16367527"] .thumb_image {
        background-image: url(https://freight.cargo.site/t/original/i/c55af8b80467c0e48fc72fa8539f291c4c7e65e4488ebef900727d4d341a43ff/thumbnail_500.gif);
        }
/*152_Berliner Zeitung */
</pre></body></html>