#toolset {
	display: none;
}

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

a:active {
	opacity: 0.7;
}

.page a.active {
	font-weight: bold;
}

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 1em;
}

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

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

.gallery_image_caption {
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.46);
	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-family: "Neue Haas Grotesk", Icons;
	font-weight: 300;
	font-style: normal;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	line-height: 1;
}

[data-predefined-style="true"] bodycopy a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

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

}

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

[data-predefined-style="true"] h1 {
	font-family: "freight-micro-pro", serif;
	font-weight: 400;
	font-style: italic;
	padding: 0;
	margin: 0;
	font-size: 2.1rem;
	line-height: 0.9;
	color: rgba(125, 125, 125, 0.59);
	font-weight: 400;
}

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

[data-predefined-style="true"] h2 {
	font-family: "freight-micro-pro", serif;
	font-weight: 400;
	font-style: italic;
	padding: 0;
	margin: 0;
	color: rgb(237, 0, 120);
	font-size: 1.9rem;
	line-height: 0.8;
	}

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

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.3;
	font-family: "Neue Haas Grotesk", Icons;
	font-weight: 400;
	font-style: normal;
	color: rgba(225, 1, 94, 0.44);
}

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

/**
 * Breakpoints
 */

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

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	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: left /*!text_left*/;
}

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

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

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

/**
 * Thumbnails
 */

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

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

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

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

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

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

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

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

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

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    font-family: "Neue Haas Grotesk", Icons;
	font-weight: 400;
	font-style: normal;
    color: rgba(236, 9, 128, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
	font-style: normal;
	font-weight: 400;
}
.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 20;
}

body.mobile .thumbnails .thumbnail:hover .title {
    opacity: 100;
}

.thumbnails .thumbnail > a {
    position: relative;
}

.thumbnails .thumbnail .title {
    background-color: rgba(27, 25, 36, 0.82);
    padding: 0.5rem 1.2rem 0.7rem 1.2rem;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    left: 0rem;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    z-index: 9;
    opacity: 0;
}

.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail:hover .title {
    opacity: 1;
}

html {
    cursor: url("https://freight.cargo.site/t/original/i/35da8343db28b8abe5cc764daa879e59533fe5d4b27f9c958f0dd770a832f112/Asset-1.png"), none !important;
}
