/**
 * Content
 */

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    min-height: 100vh;
	background-color: rgba(6, 6, 6, 1);
	font-family: 'Poppins', sans-serif;
    font-style: normal;
}

/**
 * @font-face
 */

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url(https://files.cargocollective.com/c700603/Poppins-Regular.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-Regular.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 400;
	src: url(https://files.cargocollective.com/c700603/Poppins-Italic.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-Italic.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url(https://files.cargocollective.com/c700603/Poppins-Medium.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-Medium.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 500;
	src: url(https://files.cargocollective.com/c700603/Poppins-MediumItalic.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-MediumItalic.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url(https://files.cargocollective.com/c700603/Poppins-SemiBold.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-SemiBold.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 600;
	src: url(https://files.cargocollective.com/c700603/Poppins-SemiBoldItalic.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-SemiBoldItalic.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url(https://files.cargocollective.com/c700603/Poppins-Bold.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-Bold.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

@font-face {
	font-family: 'Poppins';
	font-style: italic;
	font-weight: 700;
	src: url(https://files.cargocollective.com/c700603/Poppins-BoldItalic.woff2) format('woff2'), url(https://files.cargocollective.com/c700603/Poppins-BoldItalic.otf) format('opentype');
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-display: auto;
}

/**
 * Content
 */

/*a:active {
	opacity: 0.7;
}

.page a.active {
	opacity: 0.4;
}*/

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

m {
    font-weight: 500; 
}

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

sub {
    top: 0.03em;
}

s_sub {
	top: 0.04em;
}

sup {
    top: -0.4em;
    font-family: Sabon, Icons;
	font-style: normal;
	font-weight: 700;
    letter-spacing: 0.075em;
}

s {
	text-decoration: line-through;
}

ul {
    list-style-type: square;
    margin-bottom: 0;
}

/*ul {
    margin: 0;
    padding: 0;
    color: rgba(225, 223, 218, 1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(225, 223, 218, 1);
}*/

img {
    max-width: 100%;
    object-fit: contain;
    object-position: top;
    pointer-events: none;
}

/*img[data-mid="158092458"] {
    max-width: 3000px;
    max-height: 1750px;
	/*aspect-ratio: 3000 / 1750;*/
    /*data-elementresizer-no-resize*/
/*}*/

/*@media screen and (min-width: 2600px) {
    img[data-mid="158092458"] {padding: 12px;}
}

@media screen and (max-width: 1600px) {
    img[data-mid="158092458"] {padding: 10px;}
}

@media screen and (max-width: 1100px) {
    img[data-mid="158092458"] {padding: 8px;}
}*/

video {
	pointer-events: none;
}

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

hr {
    background: rgba(6, 6, 6, 1);
	border: 0;
	height: 1px;
	display: block;
    z-index: 1;
}

.hr_li {
    background: rgba(96, 96, 96, 1);
	border: 0;
	height: 1px;
	display: block;
    z-index: 1;
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.divider {
    background: rgba(6, 6, 6, 1);
    border: 0;
    height: 1px;
    display: block;
    z-index: 1;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    width: 100vw;
}

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

.spacer {
    padding: 40px;
}

@media screen and (min-width: 2600px) {
    .spacer {padding: 40px;}
}

@media screen and (max-width: 1600px) {
    .spacer {padding: 32.5px;}
}

@media screen and (max-width: 1100px) {
    .spacer {padding: 25px;}
}

.spacer_top {
    padding: 12px;
}

@media screen and (min-width: 2600px) {
    .spacer_top {padding: 12px;}
}

@media screen and (max-width: 1600px) {
    .spacer_top {padding: 10px;}
}

@media screen and (max-width: 1100px) {
    .spacer_top {padding: 8px;}
}

.spacer_bottom {
    background: rgba(6, 6, 6, 1);
    z-index: 1;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    padding-bottom: 219px;
}

@media screen and (min-width: 2600px) {
    .spacer_bottom {padding-bottom: 219px;}
}

@media screen and (max-width: 1600px) {
    .spacer_bottom {padding-bottom: 129px;}
}

@media screen and (max-width: 1100px) {
    .spacer_bottom {padding-bottom: 84px;}
}

.spacer_small {
    padding: 30px;
}

@media screen and (min-width: 2600px) {
    .spacer_small {padding: 30px;}
}

@media screen and (max-width: 1600px) {
    .spacer_small {padding: 25px;}
}

@media screen and (max-width: 1100px) {
    .spacer_small {padding: 20px;}
}

.spacer_percent_top {
    padding: 2%;
}

.spacer_percent {
	padding: 2.5%;
}

.spacer_percent_small {
	padding: 0.5%;
}

.spacer_alt {
    padding-bottom: 0;
}

@media screen and (min-width: 2600px) {
    .spacer_alt {padding-bottom: 0;}
}

@media screen and (max-width: 1600px) {
    .spacer_alt {padding-bottom: 0;}
}

@media screen and (max-width: 1100px) {
    .spacer_alt {padding-bottom: 16px;}
}

.spacer_head_col_bottom {}

@media screen and (max-width: 1100px) {
    .spacer_head_col_bottom {
        margin-bottom: 22.5px;
    }
}

.spacer_text-block_bottom {
    margin-bottom: 48.5px; /*! 20.5px + 28px */
}

@media screen and (min-width: 2600px) {
    .spacer_text-block_bottom {
        margin-bottom: 48.5px; /*! 20.5px + 28px */
    }
}

@media screen and (max-width: 1600px) {
    .spacer_text-block_bottom {
        margin-bottom: 36px; /*! 15px + 21px */
    }
}

@media screen and (max-width: 1100px) {
    .spacer_text-block_bottom {
        margin-bottom: 23.5px; /*! 9.5px + 14px */
    }
}

.sub {
    padding-top: 1.2em;
    padding-bottom: 2.4em;
}

.col_top-bottom_image {
	padding: 0;
    line-height: 0;
}

.col {
    margin-left: -14px;
    margin-right: -14px;
}

@media screen and (min-width: 2600px) {
    .col {
        margin-left: -14px;
        margin-right: -14px;
    }
}

@media screen and (max-width: 1600px) {
    .col {
        margin-left: -10.5px;
        margin-right: -10.5px;
    }
}

@media screen and (max-width: 1100px) {
    .col {
        margin-top: -21px;
        margin-left: -7px;
        margin-right: -7px;
    }
}

.col_content {
    margin-left: 14px;
    margin-right: 14px;
}

@media screen and (min-width: 2600px) {
    .col_content {
        margin-left: 14px;
        margin-right: 14px;
    }
}

@media screen and (max-width: 1600px) {
    .col_content {
        margin-left: 10.5px;
        margin-right: 10.5px;
    }
}

@media screen and (max-width: 1100px) {
    .col_content {
        margin-top: 21px;
        margin-left: 7px;
        margin-right: 7px;
    }
}

.col_content img {
	border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .col_content img {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .col_content img {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .col_content img {border-radius: 6px;}
}

.cover-img {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    width: 100vw;   
}

.cover-video {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    width: 100vw;   
}

.gallery_top_image {
    padding: 0;
    line-height: 0;
}

.gallery_bottom_image {
    padding: 0;
    line-height: 0;
}

.gallery_bottom_image img {
    border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .gallery_bottom_image img {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .gallery_bottom_image img {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .gallery_bottom_image img {border-radius: 6px;}
}

.gallery_card_image {
    margin-bottom: 28px;
    line-height: 0;
}

@media screen and (min-width: 2600px) {
    .gallery_card_image {margin-bottom: 28px;}
}

@media screen and (max-width: 1600px) {
    .gallery_card_image {margin-bottom: 21px;}
}

@media screen and (max-width: 1100px) {
    .gallery_card_image {margin-bottom: 14px;}
}

.gallery_card_image img {
    border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .gallery_card_image img {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .gallery_card_image img {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .gallery_card_image img {border-radius: 6px;}
}

.gallery_card_image video {
	border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .gallery_card_image video {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .gallery_card_image video {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .gallery_card_image video {border-radius: 6px;}
}

.gallery_col {
    line-height: 0;
    margin-left: -28px;
    margin-right: -28px;
}

@media screen and (min-width: 2600px) {
    .gallery_col {
        margin-left: -28px;
        margin-right: -28px;
    }
}

@media screen and (max-width: 1600px) {
    .gallery_col {
        margin-left: -21px;
        margin-right: -21px;
    }
}

@media screen and (max-width: 1100px) {
    .gallery_col {
        margin-left: -14px;
        margin-right: -14px;
    }
}

.gallery_col_image {
    margin-bottom: 28px;
}

@media screen and (min-width: 2600px) {
    .gallery_col_image {
        margin-bottom: 28px;
    }
}

@media screen and (max-width: 1600px) {
    .gallery_col_image {
        margin-bottom: 21px;
    }
}

@media screen and (max-width: 1100px) {
    .gallery_col_image {
        margin-bottom: 14px;
    }
}

.gallery_col .gallery_col_image img {
    border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .gallery_col .gallery_col_image img {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .gallery_col .gallery_col_image img {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .gallery_col .gallery_col_image img {border-radius: 6px;}
}

.gallery_col .gallery_col_image video {
    border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .gallery_col .gallery_col_image video {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .gallery_col .gallery_col_image video {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .gallery_col .gallery_col_image video {border-radius: 6px;}
}

.gallery_col_bottom_image {
    padding: 0;
    line-height: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 769px) {
    .gallery_col_bottom_image {
        margin-bottom: 14px;
    }
}

.gallery_col_bottom_image img {
    border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .gallery_col_bottom_image img {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .gallery_col_bottom_image img {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .gallery_col_bottom_image img {border-radius: 6px;}
}

.head_col {
    line-height: 0;
    margin-left: -28px;
    margin-right: -28px;
}

@media screen and (min-width: 2600px) {
    .head_col {
        margin-left: -28px;
        margin-right: -28px;
    }
}

@media screen and (max-width: 1600px) {
    .head_col {
        margin-left: -21px;
        margin-right: -21px;
    }
}

@media screen and (max-width: 1100px) {
    .head_col {
        margin-left: -14px;
        margin-right: -14px;
    }
}

.text-block {
    margin-top: 17.5px; /*! -10.5px + 28px */
}

@media screen and (min-width: 2600px) {
    .text-block {margin-top: 17.5px; /*! -10.5px + 28px */}
}

@media screen and (max-width: 1600px) {
    .text-block {margin-top: 12px; /*! -9px + 21px */}
}

@media screen and (max-width: 1100px) {
    .text-block {margin-top: 7px; /*! -7px + 14px */}
}

.text-block_left-right_col {
	margin-top: -28px;
}

@media screen and (min-width: 2600px) {
    .text-block_left-right_col {margin-top: -28px;}
}

@media screen and (max-width: 1600px) {
    .text-block_left-right_col {margin-top: -21px;}
}

@media screen and (max-width: 1100px) {
    .text-block_left-right_col {margin-top: 7px;}
}

.gallery_col_text {
	font-size: 20px;
	color: rgba(225, 223, 218, 1);
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 2600px) {
    .gallery_col_text {font-size: 20px; line-height: 28.5px;}
}

@media screen and (max-width: 1600px) {
    .gallery_col_text {font-size: 18px; line-height: 25.5px;}
}

@media screen and (max-width: 1100px) {
    .gallery_col_text {font-size: 16px; line-height: 22.5px;}
}

.head_col_text {
	font-size: 20px;
	color: rgba(225, 223, 218, 1);
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 2600px) {
    .head_col_text {font-size: 20px; line-height: 28.5px;}
}

@media screen and (max-width: 1600px) {
    .head_col_text {font-size: 18px; line-height: 25.5px;}
}

@media screen and (max-width: 1100px) {
    .head_col_text {font-size: 16px; line-height: 22.5px;}
}

div[grid-pad="grid-pad"] {
    padding-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

@media screen and (min-width: 2600px) {
    div[grid-pad="grid-pad"] {
        padding-top: 0px;
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media screen and (max-width: 1600px) {
    div[grid-pad="grid-pad"] {
        padding-top: 0px;
        padding-left: 10.5px;
        padding-right: 10.5px;
    }
}

@media screen and (max-width: 1100px) {
    div[grid-pad="grid-pad"] {
        padding-top: 0px;
        padding-left: 7px;
        padding-right: 7px;
    }
}

/**
 * Header
 */

.logo {
    width: auto;
    height: 48px;
    vertical-align: middle;
}

@media screen and (min-width: 2600px) {
    .logo {height: 48px;}
}

@media screen and (max-width: 1600px) {
    .logo {height: 44px;}
}

@media screen and (max-width: 1100px) {
    .logo {height: 40px;}
}

#header {
    height: 80px;
    background-color: rgba(6, 6, 6, 1);
    border-bottom-style: solid;
    border-bottom-width: 0.06em;
    border-bottom-color: rgba(32, 32, 32, 1);
    margin: 0 -100% 0;
}

@media screen and (min-width: 2600px) {
    #header {height: 80px;}
}

@media screen and (max-width: 1600px) {
    #header {height: 70px;}
}

@media screen and (max-width: 1100px) {
    #header {height: 60px;}
}

.header_col_left {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_col {
    position: absolute;
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_col_right {
    margin-right: 4%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 * Footer
 */

#footer {
    width: 100%;
    position: fixed;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 24px;
	bottom: 0;
    text-align: left;
    line-height: 0;
    background-color: rgba(6, 6, 6, 1);
    border-top-style: solid;
    border-top-width: 0.06em;
    border-top-color: rgba(32, 32, 32, 1);
}

@media screen and (min-width: 2600px) {
    #footer {padding-bottom: 24px;}
}

@media screen and (max-width: 1600px) {
    #footer {padding-bottom: 20px;}
}

@media screen and (max-width: 1100px) {
    #footer {padding-bottom: 16px;}
}

.footer {
    margin-left: -16px;
    margin-top: 24px;
}

@media screen and (min-width: 2600px) {
    .footer {margin-top: 24px; margin-left: -16px;}
}

@media screen and (max-width: 1600px) {
    .footer {margin-top: 20px; margin-left: -13px;}
}

@media screen and (max-width: 1100px) {
    .footer {margin-top: 16px; margin-left: -10px;}
}

.footer_col {
    float: left;
    margin-left: 16px;
}

@media screen and (min-width: 2600px) {
    .footer_col {margin-left: 16px;}
}

@media screen and (max-width: 1600px) {
    .footer_col {margin-left: 13px;}
}

@media screen and (max-width: 1100px) {
    .footer_col {margin-left: 10px;}
}

.footer_col_right {
	float: right;
}

/**
 * Editor styles
 */

bodycopy {
	font-size: 20px;
	color: rgba(225, 223, 218, 1);
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
    letter-spacing: -0.01em;
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-feature-settings: 'calt', 'liga', 'rlig', 'rvrn', 'kern', 'rclt', 'ss03', 'ss04', 'ss02', 'ss01';
}

@media screen and (min-width: 2600px) {
    bodycopy {font-size: 20px; line-height: 28.5px;}
}

@media screen and (max-width: 1600px) {
    bodycopy {font-size: 18px; line-height: 25.5px;}
}

@media screen and (max-width: 1100px) {
    bodycopy {font-size: 16px; line-height: 22.5px;}
}

bodycopy a {
	color: rgba(225, 223, 218, 1);
	border-bottom: 0.0em solid rgba(225, 223, 218, 1);
	text-decoration: none;
}

bodycopy a:hover {
    color: rgba(225, 223, 218, 1);
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 0.06em;
    border-bottom-color: rgba(225, 223, 218, 1);
}

@media screen and (min-width: 2600px) {
    bodycopy a {font-size: 20px; line-height: 28.5px;}
}

@media screen and (max-width: 1600px) {
    bodycopy a {font-size: 18px; line-height: 25.5px;}
}

@media screen and (max-width: 1100px) {
    bodycopy a {font-size: 16px; line-height: 22.5px;}
}

bodycopy_ul {
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 400;
	font-size: 20px;
    line-height: 28.5px;
    letter-spacing: -0.01em;
	color: rgba(225, 223, 218, 1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(225, 223, 218, 1);
}

@media screen and (min-width: 2600px) {
    bodycopy_ul {font-size: 20px; line-height: 28.5px;}
}

@media screen and (max-width: 1600px) {
    bodycopy_ul {font-size: 18px; line-height: 25.5px;}
}

@media screen and (max-width: 1100px) {
    bodycopy_ul {font-size: 16px; line-height: 22.5px;}
}

header {
	font-size: 20px;
    color: rgba(96, 96, 96, 1);
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 500;
    line-height: 28.5px;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 2600px) {
    header {font-size: 20px; line-height: 28.5px;}
}

@media screen and (max-width: 1600px) {
    header {font-size: 18px; line-height: 25.5px;}
}

@media screen and (max-width: 1100px) {
    header {font-size: 16px; line-height: 22.5px;}
}

header a {
    color: rgba(96, 96, 96, 1);
    -o-transition: 150ms;
    -ms-transition: 150ms;
    -moz-transition: 150ms;
    -webkit-transition: 150ms;
    text-decoration: none;
}

header a:hover {
    color: rgba(225, 223, 218, 1);
    border-bottom: none;
}

header a.active {
    color: rgba(225, 223, 218, 1);
}

@media screen and (min-width: 2600px) {
    header a {font-size: 20px; line-height: 28.5px;}
}

@media screen and (max-width: 1600px) {
    header a {font-size: 18px; line-height: 25.5px;}
}

@media screen and (max-width: 1100px) {
    header a {font-size: 16px; line-height: 22.5px;}
}

text-indent {
    padding-left: 36px;
}

@media screen and (min-width: 2600px) {
    text-indent {padding-left: 36px;}
}

@media screen and (max-width: 1600px) {
    text-indent {padding-left: 26px;}
}

@media screen and (max-width: 1100px) {
    text-indent {padding-left: 13px;}
}

.about_text-indent {
    padding-left: 15px;
}

@media screen and (min-width: 2600px) {
    .about_text-indent {padding-left: 15px;}
}

@media screen and (max-width: 1600px) {
    .about_text-indent {padding-left: 7.5px;}
}

@media screen and (max-width: 769px) {
    .about_text-indent {padding-left: 0px}
}

about {
	font-size: 60px;
	color: rgba(6, 6, 6, 1);
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 400;
    line-height: 82.5px;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 2600px) {
    about {font-size: 60px; line-height: 82.5px;}
}

@media screen and (max-width: 1600px) {
    about {font-size: 48px; line-height: 63px;}
}

@media screen and (max-width: 1100px) {
    about {font-size: 28.5px; line-height: 38.5px; letter-spacing: -0.025em;}
}

about a, about a:hover {
    color: rgba(6, 6, 6, 1);
    text-decoration: none;
    padding-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: rgba(6, 6, 6, 1);
}

@media screen and (min-width: 2600px) {
    about a, about a:hover {border-bottom-width: 5px; padding-bottom: 13px;}
}

@media screen and (max-width: 1600px) {
    about a, about a:hover {border-bottom-width: 3.75px; padding-bottom: 8.5px;}
}

@media screen and (max-width: 1100px) {
    about a, about a:hover {border-bottom-width: 2.5px; padding-bottom: 3.5px;}
}

bg {
    background: rgba(6, 6, 6, 1);
    z-index: 1;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    width: 100vw;
}

intro {
	font-size: 60px;
    color: rgba(96, 96, 96, 1);
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 400;
    line-height: 82.5px;
    letter-spacing: -0.01em;
}

@media screen and (min-width: 2600px) {
    intro {font-size: 60px; line-height: 82.5px;}
}

@media screen and (max-width: 1600px) {
    intro {font-size: 48px; line-height: 63px;}
}

@media screen and (max-width: 1100px) {
    intro {font-size: 28.5px; line-height: 38.5px; letter-spacing: -0.025em;}
}

intro a, intro a:hover {
    color: rgba(96, 96, 96, 1);
    text-decoration: none;
    padding-bottom: 0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: rgba(96, 96, 96, 1);
}

@media screen and (min-width: 2600px) {
    intro a, intro a:hover {border-bottom-width: 5px; padding-bottom: 13px;}
}

@media screen and (max-width: 1600px) {
    intro a, intro a:hover {border-bottom-width: 3.75px; padding-bottom: 8.5px;}
}

@media screen and (max-width: 1100px) {
    intro a, intro a:hover {border-bottom-width: 2.5px; padding-bottom: 3.5px;}
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: 36px;
    /*!*/line-height: 49.5px;
    letter-spacing: -0.025em;
	color: rgba(225, 223, 218, 1);
}

@media screen and (min-width: 2600px) {
    h1 {font-size: 36px; /*!*/line-height: 49.5px;}
}

@media screen and (max-width: 1600px) {
    h1 {font-size: 34px; line-height: 42px;}
}

@media screen and (max-width: 1100px) {
    h1 {font-size: 32px; line-height: 39px;}
}

h1 a {
	color: rgba(225, 223, 218, 1);
}

h1_ul {
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    font-weight: 500;
	font-size: 36px;
    line-height: 49.5px;
    letter-spacing: -0.025em;
	color: rgba(225, 223, 218, 1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(225, 223, 218, 1);
}

@media screen and (min-width: 2600px) {
    h1_ul {font-size: 36px; line-height: 49.5px;}
}

@media screen and (max-width: 1600px) {
    h1_ul {font-size: 34px; line-height: 42px;}
}

@media screen and (max-width: 1100px) {
    h1_ul {font-size: 32px; line-height: 39px;}
}

[data-predefined-style="true"] h2 {
	font-family: Sabon, Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(225, 223, 218, 1);
	font-size: 3.4rem;
	line-height: 1.2;
}

[data-predefined-style="true"] h2 a {
	color: rgba(225, 223, 218, 1);
}

cap {
	display: inline-block;
	font-size: 15px;
	line-height: 21px;
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    letter-spacing: -0.01em;
    color: rgba(6, 6, 6, 1);
}

@media screen and (min-width: 2600px) {
    cap {font-size: 15px; line-height: 21px;}
}

@media screen and (max-width: 1600px) {
    cap {font-size: 14px; line-height: 19.5px;}
}

@media screen and (max-width: 1100px) {
    cap {font-size: 13px; line-height: 18px;}
}

cap a {
    font-size: 15px;
    line-height: 21px;
	text-decoration: none;
    color: rgba(6, 6, 6, 1);
    text-decoration: none;
}

@media screen and (min-width: 2600px) {
    cap a {font-size: 15px; line-height: 21px;}
}

@media screen and (max-width: 1600px) {
    cap a {font-size: 14px; line-height: 19.5px;}
}

@media screen and (max-width: 1100px) {
    cap a {font-size: 13px; line-height: 18px;}
}

cap a:hover {
    text-decoration: none;
    color: rgba(6, 6, 6, 1);
    border-bottom: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(6, 6, 6, 1);
}

small {
	display: inline-block;
	font-size: 15px;
	line-height: 21px;
    font-family: 'Poppins', sans-serif;
	font-style: normal;
    letter-spacing: -0.01em;
    color: rgba(96, 96, 96, 1);
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-feature-settings: 'calt', 'liga', 'rlig', 'rvrn', 'kern', 'rclt', 'ss03', 'ss04', 'ss02', 'ss01';
}

@media screen and (min-width: 2600px) {
    small {font-size: 15px; line-height: 21px;}
}

@media screen and (max-width: 1600px) {
    small {font-size: 14px; line-height: 19.5px;}
}

@media screen and (max-width: 1100px) {
    small {font-size: 13px; line-height: 18px;}
}

small a {
    font-size: 15px;
    line-height: 21px;
	text-decoration: none;
    color: rgba(225, 223, 218, 1);
    text-decoration: none;
}

@media screen and (min-width: 2600px) {
    small a {font-size: 15px; line-height: 21px;}
}

@media screen and (max-width: 1600px) {
    small a {font-size: 14px; line-height: 19.5px;}
}

@media screen and (max-width: 1100px) {
    small a {font-size: 13px; line-height: 18px;}
}

small a:hover {
    text-decoration: none;
	color: rgba(225, 223, 218, 1);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(225, 223, 218, 1);
}

.intro_button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 2em;
    font-style: normal;
    padding-left: 12px;
    padding-right: 12px;
	border-style: solid;
    border-radius: 30px;
    border-width: 0.11em;
    border-color: rgba(96, 96, 96, 1);
    color: rgba(96, 96, 96, 1);
    text-decoration: none;
    background-color: transparent;
}

button {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 2em;
    font-style: normal;
    padding-left: 12px;
    padding-right: 12px;
	border-style: solid;
    border-radius: 30px;
    border-width: 0.11em;
    border-color: rgba(6, 6, 6, 1);
    color: rgba(6, 6, 6, 1);
    text-decoration: none;
    background-color: rgba(225, 223, 218, 1);
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-feature-settings: 'calt', 'liga', 'rlig', 'rvrn', 'kern', 'rclt', 'ss03', 'ss04', 'ss02', 'ss01';
}

.button_pos {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-right: 3px;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 2em;
    font-style: normal;
    padding-left: 10.5px;
    padding-right: 10px;
	border-style: solid;
    border-radius: 30px;
    border-width: 0.11em;
    border-color: rgba(225, 223, 218, 1);
    color: rgba(225, 223, 218, 1);
    text-decoration: none;
    background-color: transparent;
}

.button_neg {
    display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-right: 3px;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 2em;
    font-style: normal;
    padding-left: 10.5px;
    padding-right: 10px;
	border-style: solid;
    border-radius: 30px;
    border-width: 0.11em;
    border-color: rgba(96, 96, 96, 1);
    color: rgba(96, 96, 96, 1);
    text-decoration: none;
    background-color: transparent;   
}

@media screen and (min-width: 2600px) {
    .intro_button, button, .button_pos, .button_neg {font-size: 15px;}
}

@media screen and (max-width: 1600px) {
    .intro_button, button, .button_pos, .button_neg {font-size: 14px;}
}

@media screen and (max-width: 1100px) {
    .intro_button, button, .button_pos, .button_neg {font-size: 13px;}
}

.download_button {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 2em;
    font-style: normal;
    padding-left: 12px;
    padding-right: 12px;
}

.download_button a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 2em;
    font-style: normal;
    padding-left: 12px;
    padding-right: 12px;
    border-style: solid;
    border-radius: 30px;
    border-width: 0.11em;
    border-color: rgba(6, 6, 6, 1);
    color: rgba(6, 6, 6, 1);
    text-decoration: none;
    background-color: rgba(225, 223, 218, 1);
}

@media screen and (min-width: 2600px) {
    .download_button a {font-size: 15px;}
}

@media screen and (max-width: 1600px) {
    .download_button a {font-size: 14px;}
}

@media screen and (max-width: 1100px) {
    .download_button a {font-size: 13px;}
}

.download_button a:hover {
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-radius: 30px;
    border-width: 0.11em;
    border-color: rgba(6, 6, 6, 1);
    color: rgba(225, 223, 218, 1);
    text-decoration: none;
    background-color: rgba(6, 6, 6, 1);
}

/**
 * Breakpoints
 */

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

.mobile .page,
[data-css-preset].mobile .page {
    position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
    background-color: transparent;
}

/*[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: rgba(2, 2, 2, 1);*/
    background-color: rgba(6, 6, 6, 1);
}

.container {
    padding-top: 4%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 40px;
}

@media screen and (min-width: 2600px) {
    .container {padding-bottom: 40px;}
}

@media screen and (max-width: 1600px) {
    .container {padding-bottom: 32.5px;}
}

@media screen and (max-width: 1100px) {
    .container {padding-bottom: 25px;}
}

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

[data-css-preset] .content_padding {
    /*padding: 0%;*/
}

[data-css-preset] text-limit {
	display: inline-block; /*!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-top: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

[data-css-preset] [thumbnails-gutter] {
    margin-top: -2%;
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: -2%;
}

[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 {
    border: none;
}

.thumbnails .thumb_image img {
    border-radius: 10px;
}

@media screen and (min-width: 2600px) {
    .thumbnails .thumb_image img {border-radius: 10px;}
}

@media screen and (max-width: 1600px) {
    .thumbnails .thumb_image img {border-radius: 8px;}
}

@media screen and (max-width: 1100px) {
    .thumbnails .thumb_image img {border-radius: 6px;}
}

.thumbnails .title {
    margin-top: 0.3em;
    font-size: 24px;
	color: rgba(225, 223, 218, 1);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 34.5px;
	font-style: normal;
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-feature-settings: 'calt', 'liga', 'rlig', 'rvrn', 'kern', 'rclt', 'ss03', 'ss04', 'ss02', 'ss01';
}

@media screen and (min-width: 2600px) {
    .thumbnails .title {font-size: 24px; line-height: 34.5px;}
}

@media screen and (max-width: 1600px) {
    .thumbnails .title {font-size: 22px; line-height: 31.5px;}
}

@media screen and (max-width: 1100px) {
    .thumbnails .title {font-size: 20px; line-height: 28.5px;}
}

.thumbnails .tags {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    /*!*/letter-spacing: -2px;/*!*/
    padding-bottom: 1.5em;
    color: transparent;
    line-height: 2.5em;
	font-feature-settings: 'ss02';
	-moz-font-feature-settings: 'ss02';
	-webkit-font-feature-settings: 'ss02';
	font-feature-settings: 'calt', 'liga', 'rlig', 'rvrn', 'kern', 'rclt', 'ss03', 'ss04', 'ss02', 'ss01';
}

.thumbnails .tags a {
    letter-spacing: 0.01em;
    padding-top: 2px;
    padding-left: 10.5px;
    padding-right: 10px;
    padding-bottom: 3px;
	border-style: solid;
    border-radius: 30px;
    border-width: 0.11em;
    border-color: rgba(96, 96, 96, 1);
    color: rgba(96, 96, 96, 1);
    text-decoration: none;
}

@media screen and (min-width: 2600px) {
    .thumbnails .tags {font-size: 15px; letter-spacing: -2px;}
}

@media screen and (max-width: 1600px) {
    .thumbnails .tags {font-size: 14px; letter-spacing: -1.875px;}
}

@media screen and (max-width: 1100px) {
    .thumbnails .tags {font-size: 13px; letter-spacing: -1.75px;}
}

.thumbnails .has_title .tags {}

/**
 * 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: 36px;
    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-size: 2rem;
	font-weight: 400;
	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;
    padding: 0;
    line-height: 1.2;
}

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

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

/*
 * 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, .75);
    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;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    height: 100%;
    width: 100%;
}

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