/*
 * Fonts
 */

@font-face {
  font-family: 'AG Book';
  src: url(https://files.cargocollective.com/c1372534/AGBookProReg.woff2);
}

@font-face {
	font-family: 'Apoc';
    src: url(https://files.cargocollective.com/c1372534/ApocNormal-Bold.woff2);
}


/*
 * Content
 */

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

a:active {
	opacity: 1;
}

.page a.active {
	opacity: 1;
}
#logi
i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

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

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

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

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

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

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

.gallery_image_caption {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    /*font-size: 1.44rem;
	line-height: 1.275;
	font-family: 'AG Book', sans-serif, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(115, 75, 165);
    letter-spacing: -0.05rem;*/
    
    font-family: 'AG Book', sans-serif, Icons;
    font-style: normal;
	font-weight: 400;
	color: rgba(115, 75, 165, 0.5);
    font-size: 2.16rem;
    line-height: 2.666;
}
.mobile .gallery_image-caption {
	font-size: 3.24rem;
    line-height: 4;
}

video {
	margin: 0;
    padding: 0;
}


/*
 * Loading Animation
 */

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


/*
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.2rem;
	font-weight: 400;
	color: rgb(115, 75, 165);
	font-family: 'AG Book', sans-serif, Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: -0.025rem;
}

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

/*.mobile bodycopy a {
	text-decoration: underline 0.12rem !important;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.12rem !important;
    text-decoration-skip-ink: initial !important;
    text-underline-offset: 0.06rem !important;
	-webkit-text-decoration: underline 0.12rem !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.12rem !important;
    -webkit-text-decoration-skip-ink: initial !important;
    -webkit-text-underline-offset: 0.06rem !important;
}*/


[data-predefined-style="true"] bodycopy a:hover {
	text-decoration: underline 0.12rem !important;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.12rem !important;
    text-decoration-skip-ink: initial !important;
    text-underline-offset: 0.06rem !important;
    -webkit-text-decoration: underline 0.12rem !important;
	-webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.12rem !important;
    -webkit-text-decoration-skip-ink: initial !important;
    -webkit-text-underline-offset: 0.06rem !important;
   
}

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

a.icon-link {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

[data-predefined-style="true"] h1 {
    display: inline;
	font-family: 'Apoc', serif, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3.3rem;
	line-height: 1;
	color: rgb(115, 75, 165);
    letter-spacing: -0.05rem;
}

[data-predefined-style="true"] h1 a {
	color: rgb(115, 75, 165);
	text-decoration: none;
}

.mobile h1 a {
    text-decoration: underline 0.165rem !important;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.165rem !important;
    text-decoration-skip-ink: initial !important;
    text-underline-offset: 0.165rem !important;
    -webkit-text-decoration: underline 0.165rem !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.165rem !important;
    -webkit-text-decoration-skip-ink: initial !important;
    -webkit-text-underline-offset: 0.165rem !important;
}

[data-predefined-style="true"] h1 a:hover {
    text-decoration: underline 0.165rem !important;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.165rem !important;
    text-decoration-skip-ink: initial !important;
    text-underline-offset: 0.165rem !important;
    -webkit-text-decoration: underline 0.165rem !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.165rem !important;
    -webkit-text-decoration-skip-ink: initial !important;
    -webkit-text-underline-offset: 0.165rem !important;
}

[data-predefined-style="true"] h2 {
    display: inline;
	font-family: 'AG Book', sans-serif, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(115, 75, 165);
	font-size: 3.3rem;
	line-height: 1;
    letter-spacing: -0.15rem;
	}

[data-predefined-style="true"] h2 a {
	color: rgb(115, 75, 165);
	text-decoration: none ;
}

.mobile h2 a {
    text-decoration: underline 0.165rem !important;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.165rem !important;
    text-decoration-skip-ink: initial !important;
    text-underline-offset: 0.165rem !important;
    -webkit-text-decoration: underline 0.165rem !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.165rem !important;
    -webkit-text-decoration-skip-ink: initial !important;
    -webkit-text-underline-offset: 0.165rem !important;
}

[data-predefined-style="true"] h2 a:hover {
    text-decoration: underline 0.165rem !important;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.165rem !important;
    text-decoration-skip-ink: initial !important;
    text-underline-offset: 0.165rem !important;
    -webkit-text-decoration: underline 0.165rem !important;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.165rem !important;
    -webkit-text-decoration-skip-ink: initial !important;
    -webkit-text-underline-offset: 0.165rem !important;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.08rem;
	line-height: 1.333;
	font-family: 'AG Book', sans-serif, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(115, 75, 165);
    text-transform: uppercase;
    letter-spacing: -0.025rem;
}

[data-predefined-style="true"] small a {
	color: rgb(115, 75, 165);
}


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

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

[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: 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: 0.5rem/*!responsive_thumbnails_padding*/; 
}

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

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

.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.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;
}


/*
 * 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;
	bottom: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

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

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

#site_menu_button.active {
	display: none;
}


/*
 * Site Menu
 */

#site_menu {
	font-family: -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 2.5rem .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: 0.5;
}


/*
 * Quick View
 */

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

body.mobile .quick-view {
    width: 90%;
    height: 33.33vh;
}

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

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

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,.5);
    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: 0px;
    width: 0px;
}

.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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 2.5rem;
    right: 2.5rem;
    /* Change height/width together to scale */
    width: 3.75rem;
    height: 3.75rem;
    z-index: 100;
}

/* Custom selector for close width */
body > div.pswp.quick-view.pswp--zoom-disabled.pswp--supports-fs.quick-view-vertical-align-middle.quick-view-horizontal-align-middle.pswp--open.pswp--notouch.pswp--css_animation.pswp--svg.pswp--visible.pswp--animate_opacity.pswp--hide-overflow.pswp--animated-in.pswp--has_mouse > div.pswp__scroll-wrap > div.pswp__ui.quick-view-navigation.pswp__ui--idle > div.pswp__group.pswp__group-close > div > svg > foreignObject.shape-shape.inner-color > svg {
	stroke-width: 2px;
}

body.mobile .quick-view-navigation .close-button {  
    top: 1.25rem;
    right: 1.25rem;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #734ba5;
    stroke-width: 1px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    stroke-width: 0;
}

.pswp__ui--idle {
    opacity: 1 !important;
    visibility: visible !important;
}
.mobile .pswp__ui--idle {
	opacity: 1 !important;
    visibility: visible !important;
}


/*
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 6.25rem;
    width: 6.25rem;
}
@supports (-webkit-touch-callout: none) {
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 3.125rem;
    width: 3.125rem;
}
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #734ba5;
    stroke-width: 1px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: transparent;
    stroke-width: 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: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/*
 * 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 rgb(115, 75, 165);
    color: rgb(115, 75, 165);
    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;
    border-radius: 1.875rem;
}

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: rgb(115, 75, 165);
}

.audio-player .icon {
    fill: rgb(115, 75, 165);
    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 rgb(115, 75, 165);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgb(115, 75, 165);
}

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

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

#audio_container_m0 > div {
	max-width: 75vw;
    background: #f8f8f8;
}






/*
~~~
CUSTOM
~~~
*/



body {
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll; 
}
body::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}



::selection {
	background: #734ba5;
    color: #f8f8f8;
}



/* NAV */

.content .nav_container img, 
.content a.menu_symbol img {
	position: absolute;
    bottom : 1.875rem;
    left: 2.5rem;
	width: 2.5rem !important;
    height: auto !important;
}
h2.nav_menu {
	position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    font-size: 2.4rem;
    line-height: 0.5;
}
h2.nav_menu a.icon-link:hover {
	text-decoration: none !important;
    -webkit-text-decoration: none !important;
}
.mobile h2.nav_menu a.icon-link {
	text-decoration: none !important;
    -webkit-text-decoration: none !important;
}

#menu_close_icon_button:hover {
    text-decoration: none !important;
}

/* GRID */

/*DEFAULT*/

.c2_container {
    /*min-height: 100vh;*/
    width: 100vw;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
    /*padding: 2.5rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    
    padding: 2.5rem 10rem;
}
.c2_container>div:first-child {
    /*max-width: 46.25% !important;
    margin-right: 7.5% !important;
    max-width: 565px !important;
    padding-left: 6.25rem !important;*/
    width: 45% !important;
    margin-right: 10% !important;
    max-width: 500px !important;
}
.c2_container>div:last-child {
    /*max-width: 46.25% !important;
    max-width: 565px !important;
    padding-right: 6.25rem !important;*/
    width: 45% !important;
    max-width: 500px !important;
}

/*BREAKPOINTS*/

@media only screen and (min-width: 1000px) {
.c2_container>div:first-child {
    max-width: 300px !important;
}
.c2_container>div:last-child {
    max-width: 300px !important;
}
.quick-view {
    width: 80% !important;
}
}

@media only screen and (min-width: 1250px) {
.c2_container>div:first-child {
    max-width: 400px !important;
}
.c2_container>div:last-child {
    max-width: 400px !important;
}
.quick-view {
    width: 75% !important;
}
}

@media only screen and (min-width: 1500px) {
.c2_container>div:first-child {
    max-width: 500px !important;
}
.c2_container>div:last-child {
    max-width: 500px !important;
}
.quick-view {
    width: 70% !important;
}
}
/* prev 650px */
@media only screen and (min-width: 1750px) {
.c2_container>div:first-child {
    max-width: 650px !important;
}
.c2_container>div:last-child {
    max-width: 650px !important;
}
.quick-view {
    width: 70% !important;
}
}

/* prev 750px */
@media only screen and (min-width: 2000px) {
.c2_container>div:first-child {
    max-width: 750px !important;
}
.c2_container>div:last-child {
    max-width: 750px !important;
}
.quick-view {
    width: 50% !important;
}
}

.mobile .c2_container {
	flex-direction: column;
    /*min-height: 0;*/
    margin-top: 0;
    margin-bottom: 0;
    
    padding: 2.5rem 2.5rem;
}
.mobile .c2_container>div {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
}
.mobile .c2_container>div:first-child {
    padding-top: 5rem;
}
.mobile .c2_container>div {
    padding-bottom: 5rem;
}
body.mobile .quick-view {
    width: 90% !important;
}

/**/

.content .c2_container>div.c2_img img {
    /* prev 100% */
	max-width: 100% !important;
    width: auto !important;
    /* prev 50vh */
    max-height: 30vw !important;
    height: auto !important;
}
.mobile .content .c2_container>div.c2_img img {
	max-height: 37.5vh;
}
.content .c2_container>div.big_img img {
    max-height: 75vh;
}
.mobile .content .c2_container>div.big_img img {
	max-height: 56.25vh;
}



.pages {
	align-items: initial;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
    /*min-height: 100vh;*/
}
.vert_center {
	align-items: center;
}



.feature_preview {
    margin-top: 0;
    margin-bottom: 7.5rem;
}
.mobile .feature_preview {
	margin-bottom: 0;
    padding-bottom: 2.5rem;
}
.content .feature_preview>div.c2_img img {
	max-width: 100%;
    width: auto !important;
    max-height: 43.75vh;
    max-width: 43.75vh;
    height: auto !important;
}
.mobile .content .feature_preview>div.c2_img img {
	max-height: 37.5vh;
    max-width: 37.5vh;
}
.mobile .feature_preview>div:first-child {
    padding-top: 0;
}
.mobile .feature_preview>div {
    padding-bottom: 5rem;
}
.feature_preview_spacing {
    width: 100vw;
    height: 0;
    margin-bottom: 7.5rem;
}

.bottom_text {
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-bottom: 0;
}
.mobile .bottom_text {
    margin-bottom: 7.5rem;
    padding-top: 0;
    padding-bottom: 0;
}
.mobile .bottom_text>div {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mobile .mission>div:first-child {
    padding-bottom: 0 !important;
}

.feature_cta {
	margin-bottom: 7.5rem;
}
.feature_cta>h2 {
	text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.04rem;
}
.feature_cta>h2 a:hover {
    text-decoration: underline 0.15rem;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.15rem !important;
    text-decoration-skip-ink: initial;
    text-underline-offset: 0.15rem;
    -webkit-text-decoration: underline 0.15rem;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.15rem !important;
    -webkit-text-decoration-skip-ink: initial;
    -webkit-text-underline-offset: 0.15rem;
}
.mobile .feature_cta>h2 a {
	text-decoration: underline 0.15rem;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.15rem !important;
    text-decoration-skip-ink: initial;
    text-underline-offset: 0.15rem;
    -webkit-text-decoration: underline 0.15rem;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.15rem !important;
    -webkit-text-decoration-skip-ink: initial;
    -webkit-text-underline-offset: 0.15rem;
}

.fixed_b-pad {
	margin-bottom: 0;
    margin-bottom: 7.5rem;
    padding-bottom: 0;
}
.mobile .fixed_b-pad {
	margin-bottom: 0;
    margin-bottom: 7.5rem;
    padding-bottom: 0;
}
.mobile .fixed_b-pad>div:last-child {
    padding-bottom: 0;
}



.c0_container {
    height: 100vh;
    width: 100vw;
    padding: 2.5rem;
    display: flex;
    align-items: center;
}
.c0_container>div {
    margin: 0 20%;
    width: 60%;
    text-align: center;
}
.content .c0_container>div img {
    max-width: 100%;
    width: auto !important;
    max-height: 50vh;
    height: auto !important;
}

.mobile .c0_container>div {
    width: 100%;
    margin: 0;
}
.mobile .content .c0_container>div img {
    max-width: 85%;
    padding-bottom: 2.5rem;
}



/*BANNERS*/

.banner_container {
    width: 100vw;
    padding: 2.5rem 10rem;
    display: flex;
    align-items: center;
}
.banner_container>div {
    margin: 0 auto;
    max-width: 1130px;
    text-align: center;
    padding: 1.25rem 2.5rem;
    border-radius: 1.875rem;
    border: 0.12rem solid #734ba5;
}
.mobile .banner_container {
    padding: 2.5rem 6.25rem;
}
.banner_container>div>h2 {
	text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: -0.04rem;
}
.banner_container div h2 a {
    text-decoration: none !important;
}
.banner_container div h2 a:hover {
    text-decoration: underline 0.15rem;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.15rem !important;
    text-decoration-skip-ink: initial;
    text-underline-offset: 0.15rem;
    -webkit-text-decoration: underline 0.15rem;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.15rem !important;
    -webkit-text-decoration-skip-ink: initial;
    -webkit-text-underline-offset: 0.15rem;
}
.mobile .banner_container>div>h2 a {
	text-decoration: underline 0.15rem;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.15rem !important;
    text-decoration-skip-ink: initial;
    text-underline-offset: 0.15rem;
    -webkit-text-decoration: underline 0.15rem;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.15rem !important;
    -webkit-text-decoration-skip-ink: initial;
    -webkit-text-underline-offset: 0.15rem;
}



/*ARTISTS*/

.artists>div>div h1 {
    /*float: left;*/
    text-transform: uppercase;
    font-size: 2.88rem;
    line-height: 0.5;
	margin-right: 0.75rem;
    padding-left: 0.25rem;
}
.artists>div>div {
	padding-bottom: 5rem;
}

.mobile .artists>div {
    padding-bottom: 0;
}

.content .artists>div>div img {
    max-height: 1rem !important;
    width: auto !important;
    line-height: 1;
    vertical-align: middle;
    margin: 0 0.625rem 0.1rem 0.5rem;
}
.artists>div>div>a {
    display: inline-block;
	white-space: nowrap;
}

.mobile .artists>div>div a {
    text-decoration: none !important;
    -webkit-text-decoration: none !important;
    line-height: 1.6;
}

.artists>div>div>div {
	position: relative;
}
.artists-letter {
    position: absolute;
    top: -2.5rem;
}



/* ARTISTS NAV */

.artists-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 2.5rem;
	display: flex;
    flex-direction: column;
    width: 1.25rem;
    transition: width 0.125s;
}
.artists-nav:hover {
	width: 1.875rem;
}
.artists-nav:hover div {
	width: 1.875rem;
	font-size: 1.125rem;
}
.artists-nav>div {
	text-transform: uppercase;
    text-align: center;
	font-size: 1rem;
	line-height: 1;
    padding: 0.25rem 0;
    width: 1.25rem;
    transition: all 0.125s;
}
.artists-nav>div:hover {
	padding: 0.75rem 0;
}
.artists-nav>div a, 
.artists-nav>div a:hover {
	text-decoration: none !important;
    -webkit-text-decoration: none !important;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}

.mobile .artists-nav:hover {
	width: 1.25rem;
}
.mobile .artists-nav>div {
	font-size: 1.125rem;
    padding: 0.625rem 0;
}
.mobile .artists-nav:hover div {
	width: 1.25rem;
}
.mobile .artists-nav>div:hover {
    padding: 0.625rem 0;
}



/* MENU */

.menu_container {
    min-height: 100vh;
    width: 100vw;
    padding: 0;
    display: flex;
    transform: translateX(34.375vw);
    animation: menuin 0.25s ease-out 0.25s;
    animation-fill-mode: forwards;
}
.menu_container>div {
    width: 31.25%;
    margin-left: 68.75%;
    padding: 1.875rem 2.5rem 2.5rem;
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
    border: 0.125rem solid #734ba5;
    border-right: none;
    background: rgb(248, 248, 248);
}
.menu_container>div h2 {
    display: block;
	text-transform: uppercase;
    font-size: 3.3rem;
    line-height: 1;
    letter-spacing: -0.15rem;
    margin-bottom: 1.25rem;
}
.menu_container>div h2 a:hover {
	text-decoration: underline 0.165rem;
    text-decoration-line:  underline !important;
    text-decoration-thickness: 0.165rem !important;
    text-decoration-skip-ink: initial;
    text-underline-offset: 0.165rem;
    -webkit-text-decoration: underline 0.165rem;
    -webkit-text-decoration-line:  underline !important;
    -webkit-text-decoration-thickness: 0.165rem !important;
    -webkit-text-decoration-skip-ink: initial;
    -webkit-text-underline-offset: 0.165rem;
}
.mobile .menu_container>div h2 a {
	text-decoration: none !important;
    -webkit-text-decoration: none !important;
}

.mobile .menu_container {
    transform: translateX(68.875vw);
    animation: menuinmobile 0.25s ease-out 0.25s;
    animation-fill-mode: forwards;
}
.mobile .menu_container>div {
    width: 62.5%;
    margin-left: 37.5%;
    margin-right: 0;
    padding-right: 0;
}

@keyframes menuin {
    0% {transform: translateX(34.375vw);}
    100% {transform: translateX(0);}
}
@keyframes menuinmobile {
    0% {transform: translateX(68.875vw);}
    100% {transform: translateX(0);}
}



/* FOOTER */

.footer_container {
    width: 100vw;
    padding: 3.125rem 2.5rem 2.5rem;
    display: flex;
}
.footer_container>div:first-child {
    width: 50%;
}
.footer_container>div:first-child small {
	font-size: 1rem;
}
.footer_container>div:last-child {
    width: 50%;
    text-align: right;
}
.footer_container>div:last-child h2 {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
}
.footer_container>div:last-child a.icon-link {
    margin-right: 1rem;
}
.footer_container>div:last-child a.icon-link:last-child {
    margin-right: 0;
}
.footer_container a.icon-link:hover {
	text-decoration: none !important;
    -webkit-text-decoration: none !important;
}
.mobile .footer_container a.icon-link {
	text-decoration: none !important;
    -webkit-text-decoration: none !important;
}

.mobile .footer_container>div:first-child {
    width: 66.66%;
}
.mobile .footer_container>div:last-child {
    width: 33.33%;
}



/* GALLERIES 2 */

div.gc3 {
	position: absolute;
    top: 0.25vh;
    left: 0.5vw;
    width: 99vw;
    height: 99.5vh;
    border: 0.125rem solid #734ba5;
    border-radius: 3rem;
}
.mobile div.gc3 {
	border-width: 0.375rem;
    border-radius: 6rem;
}
@supports (-webkit-touch-callout: none) {
.mobile div.gc3 {
	border-width: 0.125rem;
    border-radius: 2rem;
}
}

div.gc4 {
    line-height: 0;
    width: 100%;
    height: 100%;
}
.content div.gc4 .image-gallery img {
	border-radius: 1.5rem;
    max-width: 100% !important;
    max-height: 100% !important;
}
.mobile .content div.gc4 .image-gallery img {
	border-radius: 3rem;
    transform: scale(87.5%);
    transform-origin: center;
}
@supports (-webkit-touch-callout: none) {
.mobile .content div.gc4 .image-gallery img {
	border-radius: 1rem;
}
}

div.gc4 div video {
	border-radius: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95% !important;
    width: auto !important;
}

.gc4 h2 {
    position: fixed;
    top: 7.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100 !important;
    font-size: 3.75vh;
	font-weight: 400;
	color: rgb(248, 248, 248);
	font-family: 'AG Book', sans-serif, Icons;
	font-style: normal;
	line-height: 1.2;
    letter-spacing: -0.075vh;
    text-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.75);
    /*animation: titlehide 0.5s ease 1.25s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;*/
    display: none;
}
.mobile .gc4 h2 {
	top: 10%;
}
.gc4 h2 span {
	margin: 0 0.75rem;
	cursor: pointer;
    transition: opacity 0.25s;
}
.gc4 h2 span:hover {
	opacity: 0.75;
}
.gc4 h2 span.button_selected {
	opacity: 0.5;
}

#tsImages, #tsV1, #tsV2 {
    animation-name: contentfadein;
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}
@keyframes contentfadein {
  0% {opacity: 0;}
  100% {opacity: 100;}
}
.content_displaynone {
	display: none;
}

/*
div.gc4:hover h2 {
	animation: titleshow 0.25s ease 0.125s;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
}
.mobile .gc4 h2 {
    bottom: 9.375%;
    font-size: 5vh;
    letter-spacing: -0.1vh;
}
.mobile .gc4:hover h2 {
    animation: none;
	animation: titleshowhide 2s ease 0.125s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
@keyframes titlehide {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes titleshow {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes titleshowhide {
    0% {opacity: 0;}
    12.5% {opacity: 1;}
    75% {opacity: 1;}
    100% {opacity: 0;}
}
*/



/* IG GALLERY */

div.ig-gallery_container {
	width: 100vw;
    overflow-x: scroll;
    margin-top: 7.5rem;
}
div.ig-gallery_container .image-gallery {
	min-width: 150%;
}
div.ig-gallery_container::-webkit-scrollbar {
    height: 2.5rem;
}
div.ig-gallery_container::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 0.5rem solid transparent;
    outline: 0.2rem solid #734ba5;
    outline-offset: -0.65rem;
    box-shadow: 0 2.5rem 0 2.5rem rgba(248, 248, 248, 0.25) inset;
    border-radius: 2.5rem !important;
    -webkit-border-radius: 2.5rem !important;
    transform: translateZ(0);
}
div.ig-gallery_container::-webkit-scrollbar-thumb:hover {
	box-shadow: 0 2.5rem 0 2.5rem #734ba5 inset;
}

.mobile div.ig-gallery_container .image-gallery {
	min-width: 200%;
}

/* Simplified scrollbar for Safari */

div.gallery_container::-webkit-scrollbar {
    height: 2.25rem;
}
div.gallery_container::-webkit-scrollbar-thumb {
    background-color: transparent;
    border: 0.3rem solid #734ba5;
    outline: none;
    box-shadow: 0 2.25rem 0 2.25rem rgba(248, 248, 248, 0) inset;
    border-radius: 2.25rem !important;
    -webkit-border-radius: 2.25rem !important;
}
div.gallery_container::-webkit-scrollbar-thumb:hover {
	box-shadow: 0 2.25rem 0 2.25rem #734ba5 inset;
}
.mobile div.gallery_container::-webkit-scrollbar {
    height: 3rem;
}
.mobile div.gallery_container::-webkit-scrollbar-thumb {
    border: 0.4rem solid #734ba5;
    outline: none;
    box-shadow: 0 3rem 0 3rem rgba(248, 248, 248, 0) inset;
    border-radius: 3rem !important;
    -webkit-border-radius: 3rem !important;
}
.mobile div.gallery_container::-webkit-scrollbar-thumb:hover {
	box-shadow: 0 3rem 0 3rem #734ba5 inset;
}



/* CTA */

h2.landing_cta {
    text-transform: uppercase;
	position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
    line-height: 0.5;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.landing_cta:hover {
    cursor: pointer;
}

.mobile .landing_cta {
	bottom: 16.25vh;
}

h2.cta {
    font-size: 2.4rem;
}



/* FADES */

div.logo_transparency>img {
	opacity: 15% !important;
}
div.plan_transparency>img {
	opacity: 50% !important;
}



/* LOADING ANIMATION */

#logoDiv {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    margin: 0;
    display: block;
    background: rgba(248, 248, 248);
    /*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
    animation-name: animateopacityout;
    animation-duration: 0.5s;
    animation-delay: 5.75s;
    /* 1.05 + 4.2 + 1.05 = 6.3 */
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
#logoDiv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 25vh !important;
    width: auto !important;
}
#trigger {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px !important;
    width: auto !important;
}
@keyframes animateopacityout {
    0% {
        opacity:1;
    } 
    100% {
        opacity:0;
    }
}

/*body > div.main_container > div.content_container > div:nth-child(1) > div > div:nth-child(1) {
    height: 65vh;
}*/

@media only screen and (max-width: 768px) {    
	#logoDiv img {
 		height: 37.5vh !important;
	}
	.mobile_image_settings > img {
		max-height: 37.5vh !important;
	}
    .content .c2_container>div.c2_img img {
        max-height: 72vw !important;
    }
    
    .c2_container {
		padding: 0rem 2.5rem;
	}
    .feature_preview_spacing {
	  	margin-bottom: 0;
	}
    .mobile .c2_container>div:first-child {
    	padding-top: 0rem;
	}
    #missionId {
    	padding-bottom: 0;
	}
    #missionHeader {
		display: visible;
	}
    body > div.main_container > div.content_container > div:nth-child(1) > div > div:nth-child(1) {
        height: 100%;
    }
    #missionHeader h1 {
        display: none; /* Hide the text */
    }

    #missionHeader {
        background-image: url('https://freight.cargo.site/t/original/i/483c944ef8aa21cea67385e73ee657d4c27b47c3443c5154ccda7cc6bba0b08b/M0_Logomark_Large_PFinal200822-copy-1.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        width: 35vw !important;
        height: 20vh;
    }
}

/*.content_container {
	  overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
	}
*/

.mobile_image_settings {
	display: flex;
    justify-content: center;
}
.mobile_image_settings > img {
	max-width: 100%;
    width: auto !important;
    max-height: 50vh;
    height: auto !important;
}
.center_c2_custom {
	display: grid;
    justify-content: center;
}
