*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

a:active {
	opacity: 1.0;
}

.page a.active {
    opacity: 1;
    color: rgba(27, 27, 27, 1) !important;
}

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 {
  position: relative;
}


h1 a {
	color: rgba(27, 26, 26, 1);
	text-decoration: none;
	position: relative;
	display: inline-block;
	vertical-align: top;

}

h1 a:hover:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 0.25rem !important;
	border-bottom: 1px solid rgba(136, 136, 136, 1);
}

h2 {
	position: relative;
    display: inline-block;
}


h2 a:hover:after {
    content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 0.60rem !important;
	border-bottom: 1px solid rgba(136, 136, 136, 1);
}


h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
  color: transparent;
}


span.line {
  display: inline-block;
}

img {
	border: 0;
	padding: 0;
    border-radius: 1.75rem;
    filter: blur(20px);
}

.has_zoom img,
.zoomable img,
a[data-action="zoom"] img,
[data-lightbox] img {
  filter: none !important;
  transition: none !important;
}

img.lazy-loaded,
img[complete],
.quick-view img,
.lightbox img {
  filter: none;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
}


.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
}


iframe {
	border-radius: 1.75rem !important;
}

.video-container > iframe {
    border-radius: 1.75rem;
}

video {
    max-height: 90vh !important;
	border-radius: 1.75rem;
}


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;
    margin: 0;
    padding: 0;
}

.content img {
	float: none;
	margin-bottom: .5em;
    align-content: center;
}

.gallery_image_caption {
    margin-top: 0.7rem;
    margin-bottom: 0.1rem;
    font-size: 1.33rem;
	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;
}

@font-face {
  font-family: 'GTSuperLight';
  font-weight: lighter;
  font-style: normal;
  src: url('https://files.cargocollective.com/c553050/GT-Super-Display-Light.woff2') format('woff2');
}


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


[data-predefined-style="true"] bodycopy {
	font-size: 1.63rem;
	color: rgba(0, 0, 0, 0.9);
	font-family: "Diatype Variable", Icons;
    font-style: normal;
    font-weight: 400;
	line-height: 1.22;
    letter-spacing: -0.03rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

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

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
    background: transparent;
    color: rgba(83, 83, 83, 1);
}

bodycopy a.image-link,
bodycopy a.icon-link {
	color: rgb(0, 0, 0);
    vertical-align: middle;
    padding-right: 0.8em;
}


[data-predefined-style="true"] h1 {
    font-family: "Diatype Semi-Mono Variable", Icons;
    padding: 0;
	margin: 0;
    letter-spacing: -0.20rem;
	line-height: 0.97;
	color: rgb(0, 0, 0);
	font-style: normal;
	font-weight: 300;
	font-size: 4.20rem;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}


[data-predefined-style="true"] h1 a {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    padding-bottom: 0px;

}

.border{
    position: relative;
}

.border:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;
    left:0;
    bottom: 2px;           /* <- distance */
}

[data-predefined-style="true"] h2 {
    font-family: "Diatype Semi-Mono Variable", Icons;
    font-size: 1.77rem;
	padding: 0;
    padding-bottom: 0.5rem;
	margin: 0;
	color: rgba(0, 0, 0, 0.9);
    line-height: 1.45 !important;
	letter-spacing: -0.03rem;
	text-transform: capitalize;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

[data-predefined-style="true"] h2::first-of-type {
    text-transform: uppercase;
}

[data-predefined-style="true"] h2 a {
	color: #1b1b1b;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.33rem;
	line-height: 1.35;
	font-family: "Diatype Variable", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(21, 21, 21);
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	letter-spacing: 0.05rem;
    font-weight: 400;
}


[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: transparent/*!body_bgcolor*/;
}

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

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

.content_padding {
	padding-right: 3rem !important;
}

body.mobile .content_padding {
	padding-right: 0.8rem !important;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 64rem/*!text_width*/;
}

[data-css-preset] text-limit a {
	color: rgb(0, 0, 0);
    text-decoration: none;
}

[data-css-preset] text-limit a:hover {
    border-bottom: 1px solid rgba(136, 136, 136, 1);
}

.txtCenter div {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.credits div {
	text-align: left !important;
}


.proj-title {
    font-family: "Social Variable", Icons;
    font-size: 1.77rem !important;
	font-style: normal;
	font-weight: 500;
	font-variation-settings: 'wdth' 100, 'slnt' 0;
}

@media (max-width: 978px){
body.mobile .txtCenter div {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


}

body.mobile .page_content.clearfix {
    padding-top: 2.0rem !important/*!main_margin*/;
}


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

[data-css-preset] .thumbnails {
   	background-color: rgb(20, 20, 20)/*!thumbnails_bgcolor*/;
    padding-bottom: 6rem;
}

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

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

[data-css-preset] [thumbnails-gutter] {
    margin: -1.5rem/*!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 {
	    border-radius: 1.75rem;
}

.thumbnails .thumbnail img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}

.thumbnails .thumb_image img {
	width: 100%;
    height: 100%;
	margin: 0 auto;

    -webkit-filter: opacity(0.7);
    filter: opacity(0.7);
}

.thumbnails .title {
    padding-top: 0.9rem;
    padding-bottom: 0.0rem;
    padding-left: 0.1rem;
    font-size: 1.33rem !important;
	font-family: "Diatype Semi-Mono Variable", Icons;
	font-style: normal;
	line-height: 1.20;
    text-transform: capitalize;
    display: flex;
    filter: alpha(opacity=100);
    opacity: 1.0;
    color: rgba(220, 220, 220	, 1);
    -moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

.thumbnails .title span {
	display: inline-block;
    border-bottom: 0px solid rgba(255, 255, 255, 1);
}


.thumbnails .title span::first-letter {
font-size: 0px;
margin-left: -0.150rem !important;
}


.thumbnails .thumbnail:hover img {
    border-radius: 5.20rem;
    -webkit-filter: opacity(1);
    filter: opacity(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.thumbnails {
    position: relative;
    overflow: hidden;
}

.thumbnails a {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    z-index: 10000;

}


.title {
    filter: alpha(opacity=100);
    opacity: 1;
}


.thumbnails .tags {
    margin-top: 0.0rem;
    margin-bottom: 0.0rem;
    padding-bottom: 0.75rem;
    font-size: 1.33rem;
	color: rgba(39, 39, 39, 1);
	font-family: "Diatype Variable", Icons;
	line-height: 1.0;
    letter-spacing: 0.00rem;
    text-transform: inherit;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

.thumbnails .tags a {
    pointer-events: none;
    cursor: default;
	border-bottom: 0;
    color: rgba(246, 245, 245, 1);
    text-decoration: none;
}

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

body.mobile .thumbnails .tags {
    font-size: 1.33rem;
	padding: 0 0 0.6rem 0;
    line-height: 1.1;
}


[data-css-preset] #site_menu_button {
    color: #dcdcdc;
    font-size: 28px /*!site_menu_button*/;
	padding: 0px 0px 0px 0px;
    line-height: 1;
    background: rgba(220, 220, 220, 0);
    position: fixed;
	right: 3rem /*!site_menu_button*/;
    mix-blend-mode: difference;
	bottom: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
    color: #dcdcdc;
    font-size: 26px;
    padding: 12px 6px 10px 10px;
    mix-blend-mode: difference;

}

body.mobile #site_menu_wrapper #site_menu {
    padding: 6.6rem 1.25rem 0rem 6.6rem;
    text-align: right;
}

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

#site_menu_button.active {
    display: none;
}


#site_menu {
	font-family: "Favorit Variable", Icons;
	font-size: 2.37rem;
	font-style: normal;
    text-transform: capitalize;
    text-align: left;
    background: rgba(244, 244, 244, 1);
    border-left: 1px solid rgba(27, 27, 27, 1);
    padding: 2rem 5rem 0rem 3rem;
	min-width: 100%;
	font-variation-settings: 'slnt' 0;
	font-weight: 400;
    letter-spacing: -0.02rem;
}

#site_menu a {
color: rgba(0, 0, 0, 1);
border-bottom: 1px solid transparent;
}

body.mobile #site_menu {
	width: 100%
}

body.mobile #site_menu a {
    font-size: 2.37rem;
}

#site_menu .set-link .page-link a {
    font-family: "Favorit Variable", Icons;
	font-size: 4.20rem;
    line-height: 1.15;
    letter-spacing: -0.09rem;
	font-style: normal;
    text-transform: capitalize;
	font-weight: 400;
	font-variation-settings: 'slnt' 0;
}

#site_menu .page-link a:hover {
    color: rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(136, 136, 136, 1);
}


body.mobile #site_menu .set-link .page-link a {
    font-family: "Favorit Variable", Icons;
	font-size: 3.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16;
    text-transform: capitalize;
    letter-spacing: -0.11rem;
	font-variation-settings: 'slnt' 0;
}


#site_menu .page-link > a::first-letter {
    font-size: 0 !important;
    font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-weight: 300;
	font-variation-settings: 'slnt' 0;
    padding-right: 0.4rem;
}

#site_menu .page-link > a:hover::first-letter {
    font-size: inherit !important;
}

#site_menu .set-link .page-link > a::first-letter {
    padding-right: 0.3rem;

}

#site_menu .set-link .page-link > a:hover::first-letter {
    font-size: inherit !important;
}


#site_menu .set-link > a {
	color: rgba(39, 39, 39, 1);
    font-size: 1.4rem;
    text-decoration: none;
}

body.mobile #site_menu .set-link > a {
    font-size: 2.37rem;
}

#site_menu div.set-link > a {
    font-family: "Favorit Variable", Icons;
	font-size: 2.37rem;
    text-transform: capitalize;
    letter-spacing: -0.01rem;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0;
    padding-left: 0.30rem;
    display: none;
}

#site_menu .close {
    color: rgba(27, 27, 27, 1);
    font-size: 3.3rem;
    display: block;
	line-height: 1.0em;
    position: fixed;
    padding: 0px 0px 0px 0px;
    top: 1.8rem /*!site_menu*/;
	right: 2.6rem /*!site_menu*/;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 54px;
    line-height: 0.4em;
    padding: 15px 0px 10px 0px;
    top: 1.0rem;
    right: 1.0rem;
}

#site_menu .break {
	height: 0px;
}

#site_menu .indent {
	margin-left: 0;
}

#site_menu a:first-of-type {
	text-transform: lowercase;
}


[data-css-preset] #shop_button {
    display: none;
	color: rgba(255, 255, 255, 1);
    background: transparent;
	font-size: 34px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 1rem /*!shop_button*/;
}

#shop_button.text {
    font-size: 1.4rem;
	line-height: 1.3;
	font-family: "Space Mono", Icons;
	font-style: normal;
	font-weight: 400;
    padding: 0;
    line-height: 1.2;
}

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


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


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

.shop_product .price {
	font-family: Rubik, Icons;
    font-size: 1.9rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: Rubik, Icons;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(255,255,255,.4);
    background:  #ffffff url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: Rubik, Icons;
	font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}


.content img.image-zoom:active {
  opacity: .7;
}


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

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

.quick-view img {
	border-radius: 0px !important;

    -moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
}


[data-css-preset] .quick-view-background {
	background: rgba(243, 243, 243, 1) /*!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 .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

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

.quick-view-navigation .close-button {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

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


.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 1.0px;
    opacity: 1.0;
}


.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #000;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 1.0px;
    opacity: 1.0;
}


.feed .content_container .page {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container::first-child .page {
	border-top: 0;
}

.page_container {
    padding: 5rem 0 0 0;
}

.page_container:nth-of-type(2) {
    padding: 0.5rem 0 0 0;
}


.bottom a:hover {
	background: transparent;
}

.main_img img{
	-moz-box-shadow: 0px 2px 20px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.30);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.30);
}

.info video {
	width: 100%;
    height: 100%;
}

.snap {
	width: 100%;
    max-height: 50%;
}

body.mobile .thumbnails {
    background-color: rgb(26, 22, 22);
    padding-top: 1rem;
    padding-left: 2%;
    padding-right: 2%;
}

body.mobile .thumbnails .title {
    margin-top: 0.0rem;
    margin-bottom: 0.0rem;
    padding-top: 0.90rem;
    padding-bottom: 0.15rem;
    font-size: 1.77rem !important;
	color: rgba(220, 220, 220, 1);
	font-family: "Diatype Semi-Mono Variable", Icons;
	font-style: normal;
	line-height: 0.9;
    letter-spacing: -0.01rem;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 10000;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 400;
}


body.mobile .main_container img {
	margin-bottom: 0;
}

[data-page-id="10183445"] body.mobile .main_container img {
	margin-bottom: 0em;
}


body.mobile h1 {
	font-size: 4.20rem !important;
    letter-spacing: -0.20rem;
    line-height: 1.05;
    text-align: left;
}

body.mobile h2 {
    font-size: 2.37rem;
    line-height: 1.02 !important;
    letter-spacing: 0.00rem;
   	padding-bottom: 1.0rem;
}

body.mobile bodycopy {
    font-size: 1.68rem;
    line-height: 1.45;
    letter-spacing: 0.00rem;
    margin: auto;
    max-width: 96%;
}


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

body[data-page-id="10183487"] {
    background-color:#000000;
}

[data-page-id="10183487"] h1 {
    line-height: 2.5 !important;
}

[data-page-id="10183487"] h1 a {
    color: rgba(245, 245, 245, 0.7) !important;
    border-bottom: 1px solid rgba(46, 46, 46, 0.9);
    text-transform: uppercase;
}

[data-page-id="10183487"] h1 a:hover {
    color: rgba(245, 245, 245, 1.0) !important;
    text-transform: uppercase;
}


.videoWrapper {
    overflow:hidden;
	position: relative;
	padding-bottom: 74.83%; /* 151:113 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page_content a {
	border-bottom: 0px;
}

body.mobile .page_content.clearfix {
  padding-top: 2.5rem /*!main_margin*/;
}

[data-page-id="10183487"] body.mobile .page_content.clearfix {
  padding-top: 0.0rem /*!main_margin*/ !important;
}


small.logo {
  position: fixed;
  top: 3rem;
  left: 3rem;
  color: white;
  mix-blend-mode: difference;
  z-index: 99999;
}

small.logo a {
  font-size: 1.77rem;
  color: #dcdcdc !important;
  text-decoration: none;
  letter-spacing: 0.02rem;
  position: relative;
  display: inline-block;
}

small.logo a:hover:after {
	content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 0.12rem !important;
	border-bottom: 1px solid rgba(136, 136, 136, 1);
}


small.menu-right {
  position: fixed;
  top: 3rem;
  right: 3rem;
  color: white;
  mix-blend-mode: difference;
  z-index: 99999;
}

small.menu-right a {
  font-size: 1.77rem;
  color: #dcdcdc !important;
  text-decoration: none;
  letter-spacing: 0.02rem;
  position: relative;
  display: inline-block;
}


small.menu-right a:hover:after {
	content:'';
    position:absolute;
    left:0;
    right:0;
    bottom: 0.12rem !important;
	border-bottom: 1px solid rgba(136, 136, 136, 1);
}

body.mobile small.logo {
  top: 2.00rem !important;
  left: 1.33rem !important;
}

body.mobile small.logo a {
  font-size: 1.98rem;
}

body.mobile small.menu-right {
  top: 2.00rem !important;
  right: 1.33rem !important;
}

body.mobile small.menu-right a {
  font-size: 1.98rem;
}


body.mobile small {
	font-size: 1.319rem;
}

body.mobile small.logo > a {
font-size: 1.98rem;
}

small > a {
	font-family: "Diatype Semi-Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

@media (orientation: landscape) and (hover: none) and (pointer: coarse) {


.proj-title {
    font-size: 4.5rem !important;
}

.thumbnails .tags {
    font-size: 2.9rem;
    line-height: 1.0;
}

.thumbnails .title {
    margin-top: 0.4rem;
    padding-top: 1.75rem;
    padding-bottom: 0.8rem;
    font-size: 3.4rem;
}

h1 {
    font-size: 7.7rem !important;
    line-height: 1.1;
    letter-spacing: -0.03rem !important;
}

h2 {
    font-size: 3.9rem !important;
}

bodycopy {
    font-size: 3.0rem !important;
    line-height: 1.2;
}

small {
	font-size: 2.6rem !important;
}

small a {
	font-size: 3.66rem !important;
}

}


[data-page-id="10183444"] .bodycopy {
	filter: invert(100%);
    color: rgba(0,0,0,100);
}


/*
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="16711181"] s {
  position: relative;
}
*/


[data-page-id="11691370"] #site_menu_button {
    color: rgba(27, 27, 27, 1);
}

[data-page-id="11691370"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="11691370"] div span {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="11691370"] div span s {
    color: rgba(27, 27, 27, 1);
}


[data-page-id="10183457"] small.logo a {
    color: rgba(185, 185, 185, 1) !important;
}

[data-page-id="10183457"] #site_menu_button {
    color: rgba(185, 185, 185, 1) !important;
}

[data-page-id="10183457"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183457"] s {
  position: relative;
}


[data-page-id="10183458"] #site_menu_button {
    color: rgba(18, 77, 47, 1);
}

[data-page-id="10183458"] div span {
    color: rgba(18, 77, 47, 1) !important;
}

[data-page-id="10183458"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183458"] div span small s {
    color: transparent !important;
}

[data-page-id="10183458"] small s {
	color: transparent !important;
}

[data-page-id="10183458"] s {
  position: relative;
}

[data-page-id="10183458"] s:after {
  border-bottom: 0.030em solid #124d2f;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183458"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}
[data-page-id="10183458"] small {
	color: rgba(18, 77, 47, 1);
}


/*
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="16711181"] s {
  position: relative;
}*/


[data-page-id="10183459"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183459"] s {
  position: relative;
}


[data-page-id="10183461"] #site_menu_button {
    color: rgba(0, 0, 0, 1);
}

[data-page-id="10183461"] small {
    color: rgba(0, 0, 0, 1) !important;
}

[data-page-id="10183461"] div span {
    color: rgba(0, 0, 0, 1) !important;
}

[data-page-id="10183461"] div span s {
    color: rgba(0, 0, 0, 1);
}

[data-page-id="10183461"] s {
  position: relative;
}

[data-page-id="10183461"] s:after {
  border-bottom: 0.030em solid #000;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183461"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


[data-page-id="10183462"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}

[data-page-id="10183462"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183462"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183462"] div span small s {
    color: transparent !important;
}

[data-page-id="10183462"] small s {
	color: transparent !important;
}

[data-page-id="10183462"] s {
  position: relative;
}

[data-page-id="10183462"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183462"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


/*
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183479"] .logo {
    mix-blend-mode: normal !important;
}

[data-page-id="10183479"] #site_menu_button {
	/*filter: invert(100%);*//*
    color: rgba(255, 255, 255, 1);
    mix-blend-mode: normal;
}
*/


[data-page-id="10183479"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183479"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183479"] div span small s {
    color: transparent !important;
}

[data-page-id="10183479"] small s {
	color: transparent !important;
}

[data-page-id="10183479"] s {
  position: relative;
}

[data-page-id="10183479"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183479"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


[data-page-id="10183465"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}

[data-page-id="10183465"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183465"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183465"] div span small s {
    color: transparent !important;
}

[data-page-id="10183465"] small s {
	color: transparent !important;
}

[data-page-id="10183465"] s {
  position: relative;
}

[data-page-id="10183465"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183465"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


[data-page-id="19045130"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}

[data-page-id="19045130"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="19045130"] div h2 span s {
    color: transparent !important;
}

[data-page-id="19045130"] div span small s {
    color: transparent !important;
}

[data-page-id="19045130"] small s {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="19045130"] s {
  position: relative;
}

[data-page-id="19045130"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="19045130"] .txtCenter a {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}


[data-page-id="34212683"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}

[data-page-id="34212683"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="34212683"] div h2 span s {
    color: transparent !important;
}

[data-page-id="34212683"] div span small s {
    color: transparent !important;
}

[data-page-id="34212683"] small s {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="34212683"] s {
  position: relative;
}

[data-page-id="34212683"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="34212683"] .txtCenter a {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}


[data-page-id="10183463"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183463"] s {
  position: relative;
}


[data-page-id="10183475"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183475"] s {
  position: relative;
}


[data-page-id="10183477"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183477"] s {
  position: relative;
}

[data-page-id="10183479"] small {
   color: rgba(255, 255, 255, 1) !important;
}


[data-page-id="10183480"] #site_menu_button {
    color: rgba(27, 27, 27, 1);
}

[data-page-id="10183480"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183480"] s {
  position: relative;
}


[data-page-id="10183481"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183481"] s {
  position: relative;
}


[data-page-id="10183482"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183482"] s {
  position: relative;
}


[data-page-id="10183483"] div span {
     color: rgba(10, 46, 68, 1) !important;
}

[data-page-id="10183483"] div h2 span s {
    color: transparent !important;
}

[data-page-id="10183483"] div span small s {
    color: transparent !important;
}

[data-page-id="10183483"] small s {
	color: transparent !important;
}

[data-page-id="10183483"] s {
  position: relative;
}

[data-page-id="10183483"] s:after {
  border-bottom: 0.030em solid rgba(10, 46, 68, 1);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="10183483"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}

[data-page-id="10183442"] img {
	border-radius: 1.75rem;
}


[data-page-id="10183442"] .content img {
	margin-bottom:0;
    vertical-align: middle;
}

[data-page-id="10183442"] h2 {
    color: rgba(0,0,0,100);
    line-height: 1.0 !important;
}

[data-page-id="10183445"] img {
	-webkit-filter: grayscale(18%) brightness(140%); /* Safari 6.0 - 9.0 */
	filter: grayscale(18%) brightness(140%);
	color: rgba(0,0,0,100);
	border-radius: 1.75rem;
}

[data-page-id="10183445"] .content img {
	margin-bottom:0;
    vertical-align: middle;
}

[data-page-id="10183445"] h2 {
    color: rgba(0,0,0,100);
    line-height: 1.0 !important;
}

/*
    color: rgba(103, 100, 100, 1) !important;
}

[data-page-id="13951089"] small.logo a {
    color: rgba(103, 100, 100, 1) !important;
}*/


[data-page-id="13951089"] #site_menu_button {
    color: rgba(103, 100, 100, 1) !important;
}

[data-page-id="13951089"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="13951089"] div h2 span s {
    color: transparent !important;
}

[data-page-id="13951089"] div span small s {
    color: transparent !important;
}

[data-page-id="13951089"] s {
  position: relative;
}

[data-page-id="13951089"] small {
    color:#fff !important;
}

[data-page-id="13951089"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="13951089"] .txtCenter a {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(83, 83, 83, 1);
}

[data-predefined-style="true"] [local-style="10183450"] h1 s:after {
  border-bottom: 0.025em solid rgba(0, 0, 0, 1);
  content: "";
  left: 0;
  margin-top: calc(0.025em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}


[data-page-id="35771582"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}

[data-page-id="35771582"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="35771582"] div h2 span s {
    color: transparent !important;
}

[data-page-id="35771582"] div span small s {
    color: transparent !important;
}

[data-page-id="35771582"] small {
   color: rgba(255, 255, 255, 1) !important;
}


[data-page-id="35771582"] small s {
	color: transparent !important;
}

[data-page-id="35771582"] s {
  position: relative;
}

[data-page-id="35771582"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="35771582"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


[data-page-id="37699633"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}

[data-page-id="37699633"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="37699633"] div h2 span s {
    color: transparent !important;
}

[data-page-id="37699633"] div span small s {
    color: transparent !important;
}

[data-page-id="37699633"] small {
   color: rgba(32, 32, 32, 1) !important;
}


[data-page-id="37699633"] small s {
	color: transparent !important;
}

[data-page-id="37699633"] s {
  position: relative;
}

[data-page-id="37699633"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="37699633"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


[data-page-id="37699989"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}

[data-page-id="37699989"] div span {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="37699989"] div h2 span s {
    color: transparent !important;
}

[data-page-id="37699989"] div span small s {
    color: transparent !important;
}

[data-page-id="37699989"] small {
   color: rgba(255, 255, 255, 1) !important;
}


[data-page-id="37699989"] small s {
	color: transparent !important;
}

[data-page-id="37699989"] s {
  position: relative;
}

[data-page-id="37699989"] s:after {
  border-bottom: 0.030em solid rgba(255, 255, 255, 1.0);
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}

[data-page-id="37699989"] h2 s:after {
  border-bottom: 0.030em solid transparent !important;
}


[data-page-id="27048064"] #site_menu_button {
    color: rgba(255, 255, 255, 1);
}


[data-predefined-style="true"] [local-style="17352262"] h1 s:after {
  border-bottom: 0.025em solid rgba(0, 0, 0, 1);
  content: "";
  left: 0;
  margin-top: calc(0.025em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}

[data-predefined-style="true"] [local-style="36032785"] h1 s:after {
  border-bottom: 0.025em solid rgba(26, 22, 22, 1);
  content: "";
  left: 0;
  margin-top: calc(0.025em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}

[data-predefined-style="true"] [local-style="10183485"] small s {
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] [local-style="10183485"] s {
    top: 0.0em;
	font-family: "Diatype Mono Variable", Icons;
	font-style: normal;
	font-weight: 700;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

[data-predefined-style="true"] [local-style="10183486"] s {
    top: -0.1em;
	font-family: "Favorit Variable", Icons;
	font-style: normal;
	font-variation-settings: 'slnt' 0;
	font-weight: 400;
}

h2 s {
    top: -0.05em;
}

.page_content > div > h1 {
	padding-bottom: 10rem;
}

body.mobile .page_content > div > h1 {
	padding-bottom: 6rem;
}


[data-page-id="10183443"] small {
    color: rgba(27, 26, 27, 1) !important;
}

[data-predefined-style="true"] [local-style="10183451"] s {
	top: -0.1em;
}

[data-predefined-style="true"] [local-style="10183451"] h2 s:after {
  border-bottom: 0.030em solid #fff;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}


[data-page-id="10183452"]  #site_menu_button {
    color: #fff;
}

[data-page-id="10183452"] s {
  position: relative;
}


[data-page-id="10183446"] #site_menu_button {
    color: rgba(255, 255, 255, 1) !important;
}

[data-page-id="10183446"] small {
    color: rgba(27, 27, 27, 1) !important;
}

[data-page-id="10183446"] s {
  position: relative;
}

.slitscan_canvas {
  filter: grayscale(3%)
          brightness(44%)
          contrast(90%);
}

[data-predefined-style="true"] [local-style="10183450"] .content_padding {
    padding-top: 10rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}


.txtCenter {
	text-align: left;
}

.txtCenter div {
	display: inline-block;
}

text-limit {
    text-align: left;
    padding-bottom: 0.3rem;
}

.row.no-gutters img {
  max-width: 100%;
}

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}

small a {
	font-size: 1.309rem;
    font-family: "Diatype Semi-Mono Variable", Icons;
	line-height: 1.39;
	font-style: normal;
	font-weight: 400;
    letter-spacing: -0.01rem;
}

.Thumbnails {
    background-color: #FFFFFF;
}

.toolset {
	display: none;
}

[data-predefined-style="true"] [local-style="10183443"] h2 s:after {
  border-bottom: 0.030em solid transparent;
  content: "";
  left: 0;
  margin-top: calc(0.030em / 2 * -1);
  position: absolute;
  right: 0;
  top: 45%;
  color: transparent;
}

.nav > a {
        z-index: 3 !important;

}

body.mobile .nav {
    top: 2.0rem;
    right: 1.33rem;
}

.nav a {
    font-family: "Diatype Semi-Mono Variable", Icons;
	font-style: normal;
	font-size: 1.77rem;
    color: #dcdcdc;
    letter-spacing: 0.02rem !important;
    font-weight: 400 !important;
	font-variation-settings: 'slnt' 0, 'MONO' 0.5;
}

.nav a:hover {
    border-bottom: 1px solid rgba(108, 108, 108, 1);
}

.dropdown {
  float: right;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: none;
  text-shadow: 0px 8px 16px rgba(15, 206, 131, 1);

}

.dropdown-content {
  display: none;
  position: relative;
  z-index: 1;
}

.dropdown:hover .dropdown-content, .dropdown-content:hover {
  display: block;
}

.btnCenter {
	text-align: center;
    position: relative;

}

.btnCenter div {
	display: inline-block;
}

body.mobile .btnCenter {
	margin-bottom: 3rem;
}

.nextbtn {
  background-color: transparent;
  border: 1px #000 solid;
  border-radius: 3.0rem;
  width: 12.73rem; /*14.83*/
  height: 3.73rem; /*3.73*/
  text-transform: capitalize;
  font-family: "Diatype Variable", Icons;
  font-size: 1.42rem; /*1.42*/
  font-style: normal;
  font-variation-settings: 'slnt' 0, 'MONO' 0;
  font-weight: 500;
  letter-spacing: -0.01rem;

}

body.mobile .nextbtn {
  width: 14.8rem;
  height: 4.6rem;

}

.nextbtn a {
  margin: 0;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -49%);

}

body.mobile .nextbtn a {
    font-size: 1.77rem;
}
.nextbtn:hover {
	background-color: #000;
}

.nextbtn:hover a {
    color: #fff;
}


[data-page-id="10183452"] .nextbtn {
   display: none;
}


[data-page-id="10183462"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="10183462"] .nextbtn a {
    color: #fff;
}

[data-page-id="10183462"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="10183462"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="19045130"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="19045130"] .nextbtn a {
    color: #fff;
}

[data-page-id="19045130"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="19045130"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="13951089"] .nextbtn {
  border: 2px #fff solid;
}

[data-page-id="13951089"] .nextbtn a {
    color: #fff;
}

[data-page-id="13951089"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="13951089"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="10183479"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="10183479"] .nextbtn a {
    color: #fff;
}

[data-page-id="10183479"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="10183479"] .nextbtn:hover a {
    color: #000;
}


[data-page-id="34212683"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="34212683"] .nextbtn a {
    color: #fff;
}

[data-page-id="34212683"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="34212683"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="10183465"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="10183465"] .nextbtn a {
    color: #fff;
}

[data-page-id="10183465"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="10183465"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="35771582"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="35771582"] .nextbtn a {
    color: #fff;
}

[data-page-id="35771582"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="35771582"] .nextbtn:hover a {
    color: #000;
}

[data-page-id="37699989"] .nextbtn {
  border: 1px #fff solid;
}

[data-page-id="37699989"] .nextbtn a {
    color: #fff;
}

[data-page-id="37699989"] .nextbtn:hover {
    background-color: #fff;
}

[data-page-id="37699989"] .nextbtn:hover a {
    color: #000;
}


small.logo a {
    font-size: 1.77rem;
    color:#dcdcdc !important;
    letter-spacing: 0.02rem;
}

body.mobile small.logo {
    top: 2.00rem !important;
    left: 1.33rem !important;
}

small.nav a {
    font-size: 1.77rem;
    color:#dcdcdc !important;
    letter-spacing: 0.02rem;
}


[data-page-id="10183443"] .main_container {
	background: #f4f4f4;
}

body.mobile > div > div text-limit {
    font-size: 1.68rem;
}


[data-page-id="36401737"] .video_background iframe {
    width: inherit !important;
    height: inherit !important;
    margin-top: inherit !important;
}

[data-predefined-style="true"] [local-style="36032785"] div > h1 {
	padding-right: 2rem;
}