@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__container{position:relative;box-sizing:border-box}.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:max-content;will-change:transform}.splide.is-active .splide__list{display:flex}.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}.splide{visibility:hidden}.splide,.splide__slide{position:relative;outline:none}.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;animation:splide-loading 1s linear infinite}.splide__track{position:relative;z-index:0;overflow:hidden}.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;user-select:none}.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}.splide--rtl{direction:rtl}.splide--ttb>.splide__track>.splide__list{display:block}.splide--ttb>.splide__pagination{width:auto}@font-face {
  font-family: 'fontello';
  src: url('/content/themes/arkov/fontello/font/fontello.eot?28302404&x71155');
  src: url('/content/themes/arkov/fontello/font/fontello.eot?28302404#iefix&x71155') format('embedded-opentype'),
       url('/content/themes/arkov/fontello/font/fontello.woff2?28302404') format('woff2'),
       url('/content/themes/arkov/fontello/font/fontello.woff?28302404&x71155') format('woff'),
       url('/content/themes/arkov/fontello/font/fontello.ttf?28302404&x71155') format('truetype'),
       url('/content/themes/arkov/fontello/font/fontello.svg?28302404#fontello&x71155') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/content/themes/arkov/fontello/font/fontello.svg?28302404#fontello&x71155') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-wp-edit:before { content: '\e811'; } /* '' */
/* 
font-display: swap;
*/


@font-face {
    font-family:"MaisonNeue-Book";
    src:url("/content/themes/arkov/webfonts/MaisonNeue-Book.woff2") format("woff2"),url("/content/themes/arkov/webfonts/MaisonNeue-Book.woff?x71155") format("woff");
    font-style:normal;font-weight:400;
    font-display: swap;
}


@font-face {
    font-family:"MaisonNeue-Light";
    src:url("/content/themes/arkov/webfonts/MaisonNeue-Light.woff2") format("woff2"),url("/content/themes/arkov/webfonts/MaisonNeue-Light.woff?x71155") format("woff");
    font-style:normal;font-weight:400;
    font-display: swap;
}
        
@font-face {
    font-family:"MaisonNeue-LightItalic";
    src:url("/content/themes/arkov/webfonts/MaisonNeue-LightItalic.woff2") format("woff2"),url("/content/themes/arkov/webfonts/MaisonNeue-LightItalic.woff?x71155") format("woff");
    font-style:normal;font-weight:400;
    font-display: swap;
}
        /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}





html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset, iframe, figure, blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
}

select::-ms-expand {
    display: none;
}






/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide {
  outline: 0;
}


.btn-wp-edit {
  display: block;
  float: left;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 10000;
  color: #fff;
  background: #222;
  min-width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  border-radius: .9375rem;
  white-space: nowrap;
  font-family: Arial;
  text-transform: uppercase;
}

.btn-wp-edit i {
  position: absolute;
  top: 0;
  left: 0.55rem;
}

.btn-wp-edit > span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 0;
  -webkit-transition: max-width 150ms;
  -moz-transition: max-width 150ms;
  -ms-transition: max-width 150ms;
  -o-transition: max-width 150ms;
  transition: max-width 150ms;
  margin-left: 1.875rem;
}

.btn-wp-edit:hover > span {
  max-width: 12.5rem;
}

.btn-wp-edit > span > span {
  display: inline-block;
  padding-right: 0.55rem;
  font-size: .75rem;
}

.btn-wp-edit {
	font-size: 16px;
	bottom: 0;
	left: 0;
	min-width: 2.275em;
	height: 2.275em;
	line-height: 2.275em;
	border-radius: 0;
}

.btn-wp-edit i {
	left: 0.65em;
}

.btn-wp-edit > span {
	margin-left: 2.275em;
}

.btn-wp-edit > span > span {
	font-size: .75em;
	padding-right: .65em;
}

.btn-wp-edit:hover > span {
	max-width: 12.5em;
}

.sn-col-set {
  letter-spacing:-.31em;
  *letter-spacing:normal;
  *word-spacing:-.43em;
  text-rendering:optimizespeed;
  display:-webkit-flex;
  display: flex;
  -webkit-flex-flow:row wrap;
  display:-ms-flexbox;
  -ms-flex-flow:row wrap;
  flex-flow: row wrap;
  -ms-align-content:flex-start;
  -webkit-align-content:flex-start;
  align-content:flex-start;
}

.sn-col-set-nowrap {
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.sn-col-set > * {
  display:inline-block;
  *display:inline;
  zoom:1;
  letter-spacing:normal;
  word-spacing:normal;
  vertical-align:top;
  text-rendering:auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
          
}

.sn-col-set-1 > * {
  width: 100%;
  margin-right: 0;
}

.sn-col-set-2 > * {
  width: 50%;
}

.sn-col-set-3 > * {
  width: 33.33333333333333333333%;
}

.sn-col-set-4 > * {
  width: 25%;
}

.sn-col-set-5 > * {
  width: 20%;
}

.sn-col-set-6 > * {
  width: 16.66666666666666666666%;
}

.sn-col-set > .sn-col-auto,
.sn-col-set-footer > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

html:not(.explorer) .sn-col-set .sn-col-equal-height {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.sn-col-set .sn-col-space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.sn-col-set .sn-col-valigned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.btn {
  border: 0;
  border-radius: 0;
  display: inline-block;
  white-space: nowrap;
  font-size: 1rem;
  background: transparent;
  position: relative;
}

button.btn {
  -webkit-appearance: none;
  appearance: none;
}

.btn-set {
  margin-top: 1.2em;
}

span.loading {
  height: 0;
  width: 0;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  transition: all 150ms;
  transform: scale(0);
}

span.loading img {
  width: 100%;
  padding: 0.75rem;
  position: absolute;
  top: -0.9rem;
  left: 0;
  animation: spin .4s infinite linear;
}

span.loading.now {
  height: 1.3rem;
  width: 1.3rem;
  transform: scale(1);
}

img.ajax-loader {
  display: none !important;
}

button.btn {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}

.lnk {
  display: inline-block;
  transition: opacity 250ms;
}

.btn:hover,
.lnk:hover,
a:hover span.btn {
}

.btn span.icon {
  margin: 0 .875rem;
}

.btn span.icon,
.btn span.label,
.lnk span.icon,
.lnk span.label {
  display: inline-block;
  line-height: 1.4;
  vertical-align: top;
  white-space: normal;
}

.lnk span.icon {
  margin: 0 .875em;
}

.btn span.icon:last-child,
.lnk span.icon:last-child {
  margin-right: 0;
}

.btn span.icon:first-child,
.lnk span.icon:first-child {
  margin-left: 0;
}

.spanned > span {
  display: block;
}

.figure-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.figure-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.figure-cover img,
.figure-contain img {
  display: none;
}

img.rounded {
  display: inline-block;
  border-radius: 50%;
}

.to-be-added {
	transform: translateY(60px);
  opacity: 0;
  transition: transform 1.2s, opacity 1.2s;
	transition-timing-function: cubic-bezier(0.19,1,.22,1);
}

.just-added {
	transform: translateY(0px);
	opacity: 1;
}

button.link {
	all: inherit;
	cursor: pointer;
}










address {
  font-style: normal;
}

a {
	text-decoration-skip: ink;
}

:focus:not(:focus-visible) { outline: none }

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wysiwyg a {
  word-wrap: break-word;
}







/* DEV */

#breakpoints {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #000;
	padding: 0.5em .75em;
	font-size: 16px;
	color: #fff;
	z-index: 20000;
}

#breakpoints::after {
	content: 'max';
}








	/* ROOT */

	:root {
    
    --base-font-1-book: "MaisonNeue-Book", sans-serif;
    --base-font-1-light: "MaisonNeue-Light", sans-serif;
    --base-font-1-light-italic: "MaisonNeue-LightItalic", sans-serif;
    
    --base-unit-x: 0vw;
    --base-unit-y: 0vw;
    --base-unit: calc((100 / 1440) * 1vw);
	
		--ttf: cubic-bezier(0.19,1,.22,1);
    --ttf-2: cubic-bezier(0.075, 0.820, 0.165, 1.000);
    --ttf-3: cubic-bezier(0.64, 0, 0.78, 0);
    --ttf-4: cubic-bezier(0.8, 0, 0.2, 1);
    --ttf-5: cubic-bezier(0.165, 0.84, 0.4, 1);
    --ttf-6: cubic-bezier(0.6, 0.07, 0.17, 1);
    
		--page-padding-top: 0;
    --page-padding-left: max((var(--logo-width) + 30px), min(131px, calc(90 * var(--base-unit))));
    --page-padding-right: var(--page-padding-left);
    
    --module-padding-top: calc(220 * var(--base-unit));
    --module-padding-bottom: calc(260 * var(--base-unit));
    
    --module-wrap-max-width: calc(868 * var(--base-unit));
    --module-wrap-offset-left: calc((377 * var(--base-unit)) - var(--page-padding-left));
	
		--base-color-white: #F9ECE3;
    --base-color-black: #131313;
    --base-color-dark-gray: #1c1c1c;
    --base-color-rose: #e8b9b1;
    
    --standard-background-color: var(--base-color-dark-gray);
    --logo-width: 113px;
	
	}



  @media (min-width: 2100px) {
    
    :root {
      --base-unit: 1.457px;
    }
    
  }



  @media (max-width: 800px) {

    :root {
      --logo-width: 72px;
      --page-padding-left: max((var(--logo-width) + 4px), min(131px, calc(90 * var(--base-unit))));
      --page-padding-right: var(--page-padding-left);
    }
    
  }
  
  
  @media (max-width: 500px) {
    
    :root {
      --module-wrap-max-width: none;
      --module-wrap-offset-left: 70px;
      --page-padding-left: 15px;
      --page-padding-right: 20px;
    }
    
    .container {
      overflow: hidden;
    }
    
  }











 
 
	/* BASE */

	html {
		scroll-behavior: smooth;
	}

	html.is-transitioning,
	html.is-forced-scrolling {
		scroll-behavior: auto;
	}
  
  body.home {
    --standard-background-color: var(--base-color-white);
  }

	body {
	  font-size: 100%;
		font-family: var(--base-font-1-book);
		font-weight: 400;
	  color: var(--base-color-black);
	  line-height: 1.3;
	  background: var(--dynamic-background-color, var(--standard-background-color));
    transition: background-color 500ms;
	}

	input, textarea, select, button {
		font-family: var(--base-font-1-book);
		font-weight: 400;
	  color: var(--base-color-black);
	}

	img {
	  max-width: 100%;
    height: auto;
	}  

	*:not(.has-component-inner) .module-inner,
	header.main > .inner,
  .nav-flyout > .inner,
  footer.main > .inner,
	.cookie-bar > .inner,
	*.has-component-inner .component-inner {
	  position: relative;
	  max-width: none;
	  margin: 0 auto;
	  padding-left: var(--page-padding-left);
	  padding-right: var(--page-padding-right);
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
  
  header.main > .inner {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }

	.module-full-width .module-inner {
	  max-width: none;
	  padding-left: 0;
	  padding-right: 0;
	}

	.load-more {
	  text-align: center;
	}

  .wysiwyg a {
    position: relative;
    white-space: nowrap;
    isolation: isolate;
  }
  
  .wysiwyg a::before,
  .wysiwyg a::after {
    content: '';
    display: block;
    background: #6F4233;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 100%;
    height: .65em;
    z-index: -1;
    pointer-events: none;
    will-change: transform;
  }
  
  footer.main .wysiwyg a::before {
    background: var(--base-color-rose);
  }
  
  .wysiwyg a::after {
    background: currentColor;
    z-index: 0;
    transition: transform 175ms var(--ttf-5);
    transform: scaleX(0);
    transform-origin: left center;
  }
  
  .wysiwyg a:hover::after {
    transform: scaleX(1);
  }

	.wysiwyg > *:not(:last-child) {
	  margin-bottom: 1em;
	}

	.wysiwyg strong {
	}

	.wysiwyg > ul:not(.plain),
	.wysiwyg > ol:not(.plain) {
	  counter-reset: supernovae;
	}

	.wysiwyg > ul:not(.plain) li,
	.wysiwyg > ol:not(.plain) li {
	  position: relative;
	  padding-left: 1.5em;
	}

	.wysiwyg > ul:not(.plain) li:not(:last-child),
	.wysiwyg > ol:not(.plain) li:not(:last-child) {
	}

	.wysiwyg > ul:not(.plain) li::before {
	  content: '—';
	  position: absolute;
	  left: 0;
	}

	.wysiwyg > ol:not(.plain) li::before {
		content: counter(supernovae) '.';
		counter-increment: supernovae;
	  position: absolute;
	  left: 0;
	}

	.wysiwyg > ul ul li::before {
	}

	.wysiwyg > ul ul,
	.wysiwyg > ol ol {
	}

	.wysiwyg table {
	  width: auto !important;
	}

	.wysiwyg table td {
	  width: auto !important;
	  height: auto !important;
	}

	@keyframes spin {
	    from {transform:rotate(0deg);}
	    to {transform:rotate(360deg);}
	}

	span.loading img {
		top: -12px;
	}

	span.loading {
		vertical-align: middle;
	}

	.btn-menu {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		margin: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		cursor: pointer;
		color: inherit;
	}

	body.starts-with-hero .container::before {
		top: 0;
	}








	
	
	/* COPIES */

	*[class*="cpy-"] {
		font-family: var(--base-font-1-book);
    font-size: var(--font-size);
    font-size: max(var(--min-font-size, 1rem), min(var(--this-font-size), var(--max-font-size, var(--this-font-size))));
    --this-font-size: calc(var(--font-size) * (100 / var(--scale-breakpoint)) * 1vw);
    --scale-breakpoint: 1440;
	}

	*[class*="cpy-"][class*="cpy-l"] {
		font-family: var(--base-font-1-light);
	}
  
	*[class*="cpy-"][class*="cpy-b"] {
		font-family: var(--base-font-1-book);
	}
  
	*[class*="cpy-"][class*="cpy-li"] {
		font-family: var(--base-font-1-light-italic);
	}
  




	.cpy-200 {
		--font-size: 170;
    --min-font-size: 70px;
    --max-font-size: 220px;
    line-height: .885;
    letter-spacing: -.01430000000000000000em;
	}  

	.cpy-70 {
		--font-size: 70;
    --min-font-size: 30px;
    --max-font-size: 102px;
    line-height: 1.14285714285714285714;
    letter-spacing: -.01714285714285714285em;
	}
  
	.cpy-30 {
		--font-size: 30;
    --min-font-size: 20px;
    --max-font-size: 44px;
    line-height: 1.2;
	}
  
	.cpy-19 {
		--font-size: 19;
    --min-font-size: 14px;
    --max-font-size: 28px;
    line-height: 1.52631578947368421052;
	}
  
	.cpy-17 {
		--font-size: 17;
    --min-font-size: 14px;
    --max-font-size: 25px;
    line-height: 1.58823529411764705882;
	}

	.cpy-15 {
		--font-size: 15;
    --min-font-size: 11px;
    --max-font-size: 15px;
    line-height: 1.4;
    letter-spacing: .06666666666666666666em;
	}
  
  .cpy-15.kicker {
    text-transform: uppercase;
    color: var(--base-color-white);
  }









  @media (max-width: 500px) {
    
    .cpy-200 {
      line-height: 1;
    }
    
  }





	/* PAGE TRANSITIONS */
  
  html.is-transitioning * {
    pointer-events: none !important;
  }
  
  body .transitioner {
    --transform-origin-in: right center;
    --transform-origin-out: left center;
  }
  
  body[data-transition-direction="left"] .transitioner {
    --transform-origin-in: left center;
    --transform-origin-out: right center;
  }

	.transitioner {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		z-index: 998;
	}

	.transitioner > div {
    --index: 0;
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		bottom: 0;
    width: 100%;
		background: #111;
		opacity: 0.9999; /* due to a weird chrome bug */
		z-index: 1;
		will-change: transform;
    transform: scaleX(0);
    transform-origin: var(--transform-origin-in);
	}

	.barba-outer,
	.sn-pt-leave-active,
	.sn-pt-enter-active {
		transition: opacity;
		transition-duration: 1.2s;
		opacity: 1;
	}

	.sn-pt-leave-active .module,
	.sn-pt-enter-active .module,
	.barba-once-active .module {
		transition: opacity 1s, transform 1s;
		transition-timing-function: cubic-bezier(0.19,1,.22,1);
	}

	.sn-pt-leave-active .transitioner > div,
	.sn-pt-enter-active .transitioner > div,
	.barba-once-active .transitioner > div {
		transition: opacity .5s, transform .5s;
		transition-timing-function: var(--ttf-5);
	}	
	.sn-pt-enter-active .transitioner > div {
		transition-delay: .15s;
	}

	/* Starting state for leave */
	.sn-pt-leave .module {
		opacity: 1;
	}
	.sn-pt-leave .transitioner > div {
		opacity: 0.9999; /* due to a weird chrome bug */
    transform: scaleX(0);
	}

	/* Ending state for leave */
	.sn-pt-leave-to .module {
		opacity: 1;
	}
	.sn-pt-leave-to .transitioner > div {
		opacity: 0.9999; /* due to a weird chrome bug */
    transform: scaleX(1);
	}

	/* Starting state for enter */
	.sn-pt-enter .module,
	.barba-once .module {
		/*opacity: 0;*/
		/*transform: translateY(80px);*/
	}
	.sn-pt-enter .transitioner > div,
	.barba-once .transitioner > div {
		opacity: 0.9999; /* due to a weird chrome bug */
    transform: scaleX(1);
	}

	/* Ending state for enter */
	.sn-pt-enter-to .module,
	.barba-once-to .module {
		opacity: 1;
		transform: none;
	}
	.sn-pt-enter-to .transitioner > div,
	.barba-once-to .transitioner > div {
		opacity: 0.9999; /* due to a weird chrome bug */
    transform: scaleX(0);
    transform-origin: var(--transform-origin-out);
	}





  html[data-transition*="overlay"] body .transitioner > div {
    display: none;
  }
  
  html[data-transition="work-overlay"] body .sn-pt-enter .transitioner > div,
  html[data-transition="work-overlay"] body .sn-pt-enter-to .transitioner > div {
    display: block;
  }
  
	html[data-transition*="overlay"] .barba-outer,
	html[data-transition*="overlay"] .sn-pt-leave-active,
	html[data-transition*="overlay"] .sn-pt-enter-active {
		transition-duration: 1.4s;
	}

  html[data-transition*="overlay"] body .transitioner::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: var(--base-color-black);
    opacity: 0;
    transition: opacity 1s;
  }
  
  html[data-transition="work-overlay"] body .transitioner::after,
  html[data-transition="legal-overlay"] body .transitioner::after {
    transition: opacity 400ms;
  }
  
  html[data-transition*="overlay"] body .sn-pt-leave .transitioner::after {
    opacity: 0;
  }
  
  html[data-transition*="overlay"] body .sn-pt-leave-to .transitioner::after {
    opacity: 1;
  }
  
  html[data-transition*="overlay"] body .sn-pt-enter .transitioner::after {
    opacity: 1;
  }
    
  html[data-transition*="overlay"] body .sn-pt-enter-to .transitioner::after {
    opacity: 0;
  }
  
  
  
  









	/* ON SCREEN */


	/* clip left to right */
	*[data-ios] *[data-ios-item="a"] {
		opacity: 0;
		-webkit-clip-path: inset(0% 100% 0% 0%);
		clip-path: inset(0% 100% 0% 0%);
		transition: clip-path 1.5s, -webkit-clip-path 1.5s, opacity 1.5s;
		transition-timing-function: cubic-bezier(.075, .82, .165, 1);
		transition-delay: calc((var(--ios-item-index) * 100ms) + var(--ios-delay, 0ms));
		will-change: opacity;
	}

	*[data-ios].is-on-screen *[data-ios-item="a"] {
		opacity: 1;
		-webkit-clip-path: inset(0% 0% 0% 0%);
		clip-path: inset(0% 0% 0% 0%);
	}


	/* clip top to bottom */
	*[data-ios] *[data-ios-item="b"] {
		opacity: 0;
		-webkit-clip-path: inset(0% 0% 100% 0%);
		clip-path: inset(0% 0% 100% 0%);
		transition: clip-path 1.5s, -webkit-clip-path 1.5s, opacity 1.5s;
		transition-timing-function: cubic-bezier(.075, .82, .165, 1);
		transition-delay: calc((var(--ios-item-index) * 100ms) + var(--ios-delay, 0ms));
		will-change: opacity;
	}

	*[data-ios].is-on-screen *[data-ios-item="b"] {
		opacity: 1;
		-webkit-clip-path: inset(0% 0% 0% 0%);
		clip-path: inset(0% 0% 0% 0%);
	}


	/* pop randomly */
	*[data-ios] *[data-ios-item="c"] {
		transform: scale(0.8);
		opacity: 0;
		transition: transform 1s, opacity 1s;
		transition-timing-function: cubic-bezier(.075, .82, .165, 1);
		transition-delay: calc((var(--ios-random) * 30ms) + var(--ios-delay, 0ms));
		will-change: opacity;
	}

	*[data-ios].is-on-screen *[data-ios-item="c"] {
		opacity: 1;
		transform: none;
	}


	/* clip vertically from center */
	*[data-ios] *[data-ios-item="d"] {
		opacity: 0;
		-webkit-clip-path: inset(50% 0% 50% 0%);
		clip-path: inset(50% 0% 50% 0%);
		transition: clip-path 1.5s, -webkit-clip-path 1.5s, opacity 1.5s;
		transition-timing-function: cubic-bezier(.075, .82, .165, 1);
		transition-delay: calc((var(--ios-item-index) * 100ms) + var(--ios-delay, 0ms));
		will-change: opacity;
	}

	*[data-ios].is-on-screen *[data-ios-item="d"] {
		opacity: 1;
		-webkit-clip-path: inset(0% 0% 0% 0%);
		clip-path: inset(0% 0% 0% 0%);
	}


	/* move in from bottom */
	*[data-ios] *[data-ios-item="e"] {
		opacity: 0;
		transform: translateY(2vw);
		transition: opacity 1.5s, transform 1.5s;
		transition-timing-function: cubic-bezier(.075, .82, .165, 1);
		transition-delay: calc((var(--ios-item-index) * 100ms) + var(--ios-delay, 0ms));
		will-change: opacity;
	}

	*[data-ios].is-on-screen *[data-ios-item="e"] {
		opacity: 1;
		transform: none;
	}


	/* move in from right */
	*[data-ios] *[data-ios-item="f"] {
		opacity: 0;
		transform: translateX(20vw);
		transition: opacity 1.5s, transform 1.5s;
		transition-timing-function: cubic-bezier(.075, .82, .165, 1);
		transition-delay: calc((var(--ios-item-index) * 100ms) + var(--ios-delay, 0ms));
		will-change: opacity;
	}

	*[data-ios].is-on-screen *[data-ios-item="f"] {
		opacity: 1;
		transform: none;
	}




	/* scale in */
	*[data-ios] *[data-ios-item="scale-in"] {
		opacity: 0;
		transform: scale(0.98);
    transform-origin: bottom center;
		transition: opacity 1.5s, transform 1.5s;
		transition-timing-function: var(--ttf-2);
		transition-delay: calc((var(--ios-item-index) * 100ms) + var(--ios-delay, 500ms));
		will-change: opacity;
	}

	*[data-ios].is-on-screen *[data-ios-item="scale-in"] {
		opacity: 1;
		transform: none;
	}



	/* BUTTONS */

	button, .lnk-a {
		margin: 0;
		border: 0;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		background: transparent;
		display: inline-block;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
    
		font-family: var(--base-font-1-light);
    font-size: var(--font-size);
    font-size: max(var(--min-font-size, 1rem), min(var(--this-font-size), var(--max-font-size, var(--this-font-size))));
    --this-font-size: calc(var(--font-size) * (100 / var(--scale-breakpoint)) * 1vw);
    --scale-breakpoint: 1440;
    
	}
	
	.lnk-a {
		--font-size: 70;
    --min-font-size: 30px;
    --max-font-size: 102px;
    line-height: 1.14285714285714285714;
    letter-spacing: -.01714285714285714285em;
    position: relative;
	}
  
  .lnk-a .label {
    position: relative;
  }
  
  .lnk-a .label::after {
    content: '';
    pointer-events: none;
    display: block;
    height: 2px;
    width: 1.42857142857142857142em;
    background: currentColor;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% + .45714285714285714285em);
    transition: transform 250ms;
    transition-timing-function: var(--ttf-5);
    transform-origin: left center;
  }

  .lnk-a:hover .label::after {
    transform: scaleX(1.4);
  }













	/* HEADER */

	header.main {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
	}
  
  .is-transitioning-between-works header.main {
    z-index: 10000;
  }
  
  .site-title {
    background: var(--base-color-black);
    transition: background-color 500ms;
    pointer-events: all;
  }
  
  body.home.logo-hidden .site-title,
  body:not(.home).scrolled-100vh .site-title {
    background: transparent;
  }
  
  .site-title > a {
    display: block;
    padding: 244px 0 10px;
    pointer-events: all;
    width: var(--logo-width);
    text-align: center;
    box-sizing: border-box;
  }
  
  .site-title svg {
    display: inline-block;
    width: 57px;
    height: auto;
  }
  
  .site-title svg path {
    fill: var(--base-color-white);
  }

  
  
  
  
  
  
  
  .nav-flyout {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    color: var(--base-color-rose);
    pointer-events: none;
  }
  
  body.menu .nav-flyout {
    pointer-events: all;
  }
  
  .nav-flyout::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--base-color-black);
    z-index: 1;
    opacity: 0;
    transition: opacity 500ms;
    transition-timing-function: var(--ttf-2);
  } 
  
  body.menu .nav-flyout::after {
    opacity: 1;
  }
  
  .nav-flyout > .inner {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
  }
  
  .nav-flyout .cpy-70 {
    line-height: 1.2;
  }
  
  nav.header {
    padding-left: var(--module-wrap-offset-left);
    box-sizing: border-box;
    width: 100%;
  }
  
  nav.header > .inner {
    --min-font-size: 60px;
  }
  
  nav.header a {
    display: inline-block;
    position: relative;
    transform: translateY(100%);
  }
  
  body.menu nav.header a {
    transform: none;
    transition: transform 500ms;
    transition-delay: 250ms;
    transition-timing-function: var(--ttf-5);
  }
  
  nav.header a::before {
    content: '';
    display: block;
    background: var(--base-color-rose);
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    height: 0.4em;
    z-index: -1;
    pointer-events: none;
    transition: transform 250ms;
    transition-timing-function: var(--ttf-5);
    transform: scaleX(0);
    transform-origin: left center;
  }
  
  nav.header a:hover::before {
    transform: scaleX(1);
  }
  
  nav.header .menu > li {
    position: relative;
    clip-path: inset(0% 0% 0% 0%);
  }
  
  
  
  
  
  
  
  
  .btn-menu {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    --size: 35px;
    width: var(--size);
    height: var(--size);
    position: fixed;
    top: 255px;
    right: calc((var(--page-padding-right) - var(--size)) / 2);
    pointer-events: all;
    mix-blend-mode: difference;
    z-index: 101;
  }
  
  .btn-menu .bars {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .btn-menu .bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #eee;
    transition: all;
    transition-duration: 200ms;
    transition-timing-function: var(--ttf-2);
  }
  
  .btn-menu .bar-1 {
    left: 0;
    top: 31.428571428571428571%;
    transform-origin: left center;
  }
  
  .btn-menu .bar-2 {
    right: 0;
    bottom: 31.428571428571428571%;
    width: 48.571428571428571428%;
    transform-origin: right center;
  }
  
  .btn-menu .bar-3 {
    top: calc(50% - 1px);
    left: -17%;
    transform: rotate(-45deg) scaleX(0);
    transform-origin: center center;
    width: 134%;
    opacity: 0;
  }
  
  body.menu .btn-menu .bar-1,
  body.single-work .btn-menu .bar-1,
  body.view-legal .btn-menu .bar-1,
  body.error404 .btn-menu .bar-1 {
    top: 10%;
    width: 40%;
    transform: rotate(45deg);
    left: calc(10% - 1px);
  }
  
  body.menu .btn-menu .bar-2,
  body.single-work .btn-menu .bar-2,
  body.view-legal .btn-menu .bar-2,
  body.error404 .btn-menu .bar-2 {
    bottom: 10%;
    width: 40%;
    right: calc(10% + 2px);
    transform: rotate(45deg);
  }
  
  body.menu .btn-menu .bar-3,
  body.single-work .btn-menu .bar-3,
  body.view-legal .btn-menu .bar-3,
  body.error404 .btn-menu .bar-3 {
    transform: rotate(-45deg) scaleX(1);
    opacity: 1;
    left: -5%;
    width: 100%;
  }
  
  
  
  
  
  
  @media (max-width: 800px) {
    
    header.main {
      mix-blend-mode: difference;
    }
    
    .site-title {
      background: none;
    }
    
    .btn-menu {
      top: 20px;
    }
    
    .site-title > a {
      padding: 16px;
    }
    
    .site-title svg {
      width: 40px;
    }
    
  }
  
  
  
  
  
  
  @media (max-width: 500px) {
    
    nav.header {
      padding-left: 0;
      width: auto;
    }
    
    nav.header > .inner {
      line-height: 1.25;
    }
    
    .btn-menu {
      --size: 28px;
      top: 22px;
      right: var(--page-padding-right);
    }
    
  }





	/* FOOTER */	
  
  footer.main {
    --row-2-height: calc(410 * var(--base-unit));
    background: var(--base-color-white);
  }
  
  footer.main .row-1,
  footer.main .row-2 {
    position: relative;
    z-index: 2;
  }
  
  .footer-background {
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--row-2-height);
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
  }
  
  .footer-background > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--background-image) no-repeat center bottom;
    background-size: 100% auto;
    transform: scale(1.08) translateX(calc(var(--mp-x, 0) * -7px)) translateY(calc(var(--mp-y, 0) * -7px));
  }
	
	footer.main .row-1 {
	  display: flex;
    flex-flow: row wrap;
    padding-top: calc(200 * var(--base-unit));
    padding-bottom: calc(130 * var(--base-unit));
    padding-left: var(--module-wrap-offset-left);
    width: 100%;
    box-sizing: border-box;
	} 
  
  footer.main .row-1 > * {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-right: 1em;
  }
  
  footer.main .row-1 .headline {
    margin-bottom: calc(39 * var(--base-unit));
  }
  
  footer.main .row-1 .wysiwyg a {
    position: relative;
    white-space: nowrap;
    isolation: isolate;
  }
  
  footer.main .row-1 .wysiwyg  a::before {
    content: '';
    display: block;
    background: #e8b9b1;
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 100%;
    height: .65em;
    z-index: -1;
    pointer-events: none;
  }
  
  footer.main .mdash {
    display: inline-block;
    width: 2.64705882352941176470em;
    height: 2px;
    background: #e8b9b1;
    vertical-align: middle;
    margin: 0 2px;
  }
  
  
  footer.main .row-2 {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    min-height: var(--row-2-height);
    box-sizing: border-box;
    color: #f6ebeb;
    padding-bottom: calc(63 * var(--base-unit));
    padding-left: var(--module-wrap-offset-left);
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  
  footer.main .row-2 .col-1 {
    position: absolute;
    left: calc(var(--page-padding-left) / -2);
  }
  
  footer.main .row-2 .col-3 {
    margin-left: auto;
  }
  
  nav.footer .menu {
    display: flex;
    flex-flow: row nowrap;
  }
  
  nav.footer .menu > li + li {
    margin-left: 2.94117647058823529411em;
  }
  








  @media (max-width: 900px) {
  
    footer.main .row-1 {
      padding-left: 0;
      justify-content: space-between;
    }
    
    footer.main .row-1 > * {
      width: auto;
    }
  
  }  
  
  
  
  
  
  @media (max-width: 800px) {
    
    .btn-back-to-top {
      display: none !important;
    }
    
    footer.main .row-2 {
      padding-left: 0;
    }
    
  }
  
  
  
  
  
  @media (max-width: 600px) {
    
    footer.main {
      --row-2-height: 95px;
    }
    
    footer.main .row-1 {
      padding-left: 0;
      display: block;
      padding-top: var(--module-padding-top);
      padding-bottom: var(--module-padding-bottom);
    }
    
    footer.main .row-1 > * {
      padding: 0;
    }
    
    footer.main .row-1 > * + * {
      margin-top: 40px;
    }
    
    footer.main .row-2 {
      padding-left: 0;
      padding-top: 25px;
      padding-bottom: 25px;
      flex-flow: column nowrap;
      align-items: flex-start;
    }
    
    footer.main .row-2 .col-3 {
      margin-left: 0;
    }
    
    nav.footer .menu > li + li {
      margin-left: 1em;
    }
    
  }/*
Theme Name: ARKOV
Author: SUPERNOVÆ
Author URI: https://www.supernov.ae/
Version: 2022
*/





	
	
	
	
  
  
  /* WORK + LEGAL + 404 */

  body.single-work {
    background: var(--base-color-dark-gray);
  }
  
  body.view-legal,
  body.error404 {
    background: var(--base-color-black);
  }
  
  body.single-work footer.main,
  body.view-legal footer.main,
  body.error404 footer.main {
    display: none;
  }
  
  body.single-work main.main,
  body.view-legal main.main,
  body.error404 main.main {
    color: var(--base-color-rose);
  }
	










  /* SCROLL HINT */
	
	@keyframes scrollhint {
	  0% { transform: scaleY(1); }
		93% { transform: scaleY(0); }
		100% { transform: scaleY(1); }
	}
  
  .btn-scroll-hint,
  .counter-label {
    display: block;
    position: relative;
    width: 2px;
  }
  
  .btn-scroll-hint .label,
  .counter-label .label {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  
  .btn-scroll-hint .label > span,
  .counter-label .label > span {
    position: relative;
    display: inline-block;
    transform: rotate(45deg);
    letter-spacing: .06666666666666666666em;
    font-size: 15px;
  }
  
  .btn-scroll-hint > span::before {
    content: '';
    display: block;
    pointer-events: none;
    width: 2px;
    height: 130px;
    background: #f9ece3;
    position: absolute;
    left: calc(50% + 4px);
    bottom: 2.4em;
    animation: scrollhint 2s infinite;
    transform-origin: center bottom;
  }
  
  .btn-scroll-down > span::before {
    background: #131313;
  }
	
	
	
	
	









/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (max-width: 1600px) {

	#breakpoints::after {
		content: '1600px';
	}

}

/* 1600 */
















@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

  * {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }

  a,
  a:visited {
      text-decoration: underline;
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
      content: "";
  }

  pre,
  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group;
  }

  tr,
  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  @page {
      margin: 1cm;
  }

  p,
  h2,
  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }
  
  .cookie-bar,
  .btn-wp-edit {
    display: none !important;
  }
  
  header.main,
  footer.main {
    display: none;
  }
    
}





  :root {
    --module-margin-125: calc(125 * var(--base-unit));
  }

  .module.mrgn-125 {
    margin-bottom: var(--module-margin-125);
  }
  
  .module.mrgn-0-if-last:last-child {
    margin-bottom: 0;
  }




  .module-about {
    color: var(--base-color-rose);
  }
  
  .module-about .module-inner {
    padding-top: var(--module-padding-top);
    padding-bottom: var(--module-padding-bottom);
  }

  .module-about .module-wrap {
    max-width: var(--module-wrap-max-width);
    margin-left: var(--module-wrap-offset-left);
  }
  
  .module-about .headline {
    color: var(--base-color-white);
  }
  
  .module-about .row-1 .headline {
    margin-bottom: max(35px, calc(50 * var(--base-unit)));
  }
  
  .module-about .row-1 + .row-2 {
    margin-top: calc(160 * var(--base-unit));
  }
  
  .module-about .row-2 {
    overflow: hidden;
  }
  
  .module-about .row-2 .headline {
    margin-bottom: calc(39 * var(--base-unit));
  }
  
  .module-about .copy-blocks-col-set {
    --columns: 2;
    --column-gap: calc(120 * var(--base-unit));
    --column-width: calc((100% - (var(--column-gap) * var(--columns))) / var(--columns));
    --row-gap: calc(110 * var(--base-unit));
    display: flex;
    flex-flow: row wrap;
    margin-right: calc(var(--column-gap) * -1);
    margin-bottom: calc(var(--row-gap) * -1);
  }
  
  .module-about .copy-blocks-col-set > * {
    width: var(--column-width);
    margin-right: var(--column-gap);
    margin-bottom: var(--row-gap);
  }
  
  
  
  
  @media (max-width: 800px) {
    
    .module-about .headline.spanned > span {
      display: inline;
    }
    
    .module-about .copy-blocks-col-set {
      --columns: 1;
    }
    
  }
  
  
  




  .module-copy .module-wrap {
    max-width: var(--module-wrap-max-width);
    margin: 0 auto;
  }
  
  body.view-legal .module-copy:first-child .module-wrap,
  body.error404 .module-copy:first-child .module-wrap {
    padding-top: calc(345 * var(--base-unit));
  }
  
  body.view-legal .module-copy .module-wrap,
  body.error404 .module-copy .module-wrap {
    margin-left: var(--module-wrap-offset-left);
  }
  
  .module-copy .wysiwyg .headline,
  .module-copy .wysiwyg .subheadline {
    color: var(--base-color-white);
  }
  
  .module-copy .wysiwyg .subheadline:not(:first-child) {
    margin-top: calc(70 * var(--base-unit));
  }
  

  
  
  
  
  
  
  
  
  @media (max-width: 500px) {
  
    .module-copy .module-inner {
      margin-left: var(--module-wrap-offset-left);
    }
    
    body.view-legal .module-copy:first-child .module-wrap,
    body.error404 .module-copy:first-child .module-wrap {
      padding-top: 100px;
    }
  
    body.view-legal .module-copy .module-wrap,
    body.error404 .module-copy .module-wrap {
      margin-left: 0;
    }
  
  }  




  .module-device-grid {
    --columns: 3;
    --item-width: calc((100% - 1px - (var(--item-gap) * (var(--columns) - 1))) / var(--columns));
    --item-gap: calc(96 * var(--base-unit));
    --margin: calc(96 * var(--base-unit));
  }

  .module-device-grid .module-wrap {
    max-width: calc(1062 * var(--base-unit));
    margin: 0 auto;
  }
  
  .device-grid {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: calc(var(--margin) * -1);
  }
  
  .device-grid > li {
    width: var(--item-width);
    margin-right: var(--item-gap);
    margin-bottom: var(--margin);
  }
  
  .device-grid > li:nth-child(3n+3) {
    margin-right: 0;
  }
  
  .device-grid figure {
    position: relative;
  }
  
  .device-grid figure svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    clip-path: inset(0% 100% 0% 0%);
    transition: 1000ms var(--ttf-4);
    transition-delay: calc(var(--index) * 100ms);
    transition-property: clip-path, opacity;
  }
  
  .device-grid figure svg path {
    fill: var(--base-color-black);
  }
  
  .device-grid .is-on-screen figure svg {
    clip-path: inset(0% 0% 0% 0%);
  }
  
  .device-grid .is-on-screen-2 figure svg {
    opacity: 0;
  }
  
  .device-grid figure img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 850ms var(--ttf-2);
    transition-property: opacity, transform;
    transition-delay: calc(1000ms + (var(--index) * 100ms));
    transform: scale(1.03);
  }
  
  .device-grid .is-on-screen figure img {
    opacity: 1;
    transform: none;
  }
  
  
  
  




  .module-full-width-image figure {
    position: relative;
    overflow: hidden;
  }
  
  .module-full-width-image figure::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: var(--base-color-black);
    --scale: 0;
    transform: scaleX(var(--scale));
    transform-origin: left center;
    transition: transform 1000ms var(--ttf-4);
    z-index: 1;
  }
  
  .module-full-width-image.is-on-screen figure::before {
    --scale: 1;
  }
  
  .module-full-width-image.is-on-screen-2 figure::before {
    --scale: 0;
    transform-origin: right center;
  }
  
  .module-full-width-image figure img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 300ms var(--ttf-4);
    transition-property: opacity;
    transition-delay: 1000ms;
  }
  
  .module-full-width-image.is-on-screen figure img {
    opacity: 1;
    transform: none;
  }




  .module-hero {
    position: relative;
  }

  .module-hero,
  .module-hero .module-inner,
  .module-hero .module-wrap {
    min-height: 100vh;
  }
  
  .module-hero .module-wrap {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  
  .module-hero .wysiwyg {
    width: 100%;
    max-width: calc(1118 * var(--base-unit));
    --min-font-size: 40px;
  }
  
  .module-hero .wysiwyg strong {
    font-weight: normal;
    color: var(--base-color-rose);
  }
  
  .module-hero .scroll-hint {
    position: absolute;
    bottom: 44px;
    left: calc(var(--page-padding-left) / 2);
    transition: opacity;
    transition-duration: 1000ms;
    transition-timing-function: var(--ttf);
  }
  
  body.scrolled-more .module-hero .scroll-hint {
    opacity: 0;
  }







  @media (max-width: 800px) {
    
    .btn-scroll-hint .label {
      display: none;
    }
    
    .btn-scroll-hint > span::before {
      bottom: 0;
    }
    
    .module-hero .scroll-hint {
      left: var(--page-padding-left);
    }
    
  }




  @media (max-width: 500px) {
    
    .module-hero .wysiwyg {
      max-width: none;
      padding-top: 100px;
    }
    
    .module-hero .module-wrap {
      justify-content: flex-start;
    }
    
  }




  .module-next-work .module-wrap {
    position: relative;
    min-height: 50vh;
    overflow: hidden;
  }
  
  .btn-next-work {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: calc(var(--module-wrap-offset-left) + var(--page-padding-left));
    box-sizing: border-box;
    display: grid;
    place-items: center flex-start;
    width: 100%;
    overflow: hidden;
  }
  
  .btn-next-work .background {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    transform: translateY(calc(var(--parallax-y) * 1px));
  }
  
  .btn-next-work .background > span {
    display: block;
    position: absolute;
    inset: 0;
    background: var(--background-image) no-repeat center top;
    background-size: cover;
    transition: transform 500ms, opacity 500ms;
    transition-timing-function: var(--ttf-5);
    opacity: 0.6;
  }
  
  html.no-touchevents .btn-next-work:hover .background > span {
    transform: scale(1.015);
    opacity: 1;
  }
  
  .btn-next-work > span.copy {
    display: block;
    z-index: 2;
    position: relative;
  }
  
  .btn-next-work .cta {
    display: block;
    color: var(--base-color-white);
  }
  
  .btn-next-work .title {
    display: block;
  }
  
  
  
  
  
  
  
  @media (max-width: 500px) {
    
    .module-next-work {
      margin-top: calc(var(--module-margin-125) * 3);
    }
    
    .btn-next-work .background {
      transform: none;
    }
    
    .btn-next-work .cpy-70 {
      font-size: 30px;
    }
    
    .btn-next-work .cpy-70 .cta {
      font-size: 15px;
    }
  
  }  



  .module-photo-grid {
    --item-gap: calc(44 * var(--base-unit));
    --margin: calc(44 * var(--base-unit));
  }
  
  .module-photo-grid .module-wrap {
    max-width: none;
    margin: 0 auto;
  }

  .photo-grid-row {
    --columns: 2;
    --item-width: calc((100% - 1px - var(--item-gap)) / var(--columns));
    margin-right: calc(var(--item-gap) * -1);
    margin-bottom: calc(var(--margin) * -1);
    display: flex;
    flex-flow: row nowrap;
  }
  
  .photo-grid-row[data-columns="1"] {
    --columns: 1;
  }
  
  .photo-grid-row > figure {
    width: var(--item-width);
    margin-right: var(--item-gap);
    margin-bottom: var(--margin);
    position: relative;
    overflow: hidden;
  }
  
  .photo-grid-row + .photo-grid-row {
    margin-top: var(--margin);
  }
  
  .photo-grid-row figure::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: var(--base-color-black);
    --scale: 0;
    transform: scaleX(var(--scale));
    transform-origin: left center;
    transition: transform 1000ms var(--ttf-4);
    z-index: 1;
  }
  
  .photo-grid-row.is-on-screen figure::before {
    --scale: 1;
  }
  
  .photo-grid-row.is-on-screen-2 figure::before {
    --scale: 0;
    transform-origin: right center;
  }
  
  .photo-grid-row figure img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 300ms var(--ttf-4);
    transition-property: opacity;
    transition-delay: 1000ms;
  }
  
  .photo-grid-row.is-on-screen figure img {
    opacity: 1;
    transform: none;
  }




  .module-screenshot-grid {
    --columns: 2;
    --item-width: calc((100% - 1px - (var(--item-gap) * (var(--columns) - 1))) / var(--columns));
    --item-gap: calc(84 * var(--base-unit));
    --margin: calc(96 * var(--base-unit));
  }

  .module-screenshot-grid .module-wrap {
    max-width: 1168px;
    margin: 0 auto;
  }
  
  .screenshot-grid {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: calc(var(--margin) * -1);
  }
  
  .screenshot-grid > li {
    width: var(--item-width);
    margin-right: var(--item-gap);
    margin-bottom: var(--margin);
  }
  
  .screenshot-grid > li:nth-child(2n+2) {
    margin-right: 0;
  }
  
  .screenshot-grid figure {
    position: relative;
    overflow: hidden;
  }
  
  .screenshot-grid figure::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: var(--base-color-black);
    --scale: 0;
    transform: scaleX(var(--scale));
    transform-origin: left center;
    transition: transform 1000ms var(--ttf-4);
    z-index: 1;
  }
  
  .screenshot-grid .is-on-screen figure::before {
    --scale: 1;
  }
  
  .screenshot-grid .is-on-screen-2 figure::before {
    --scale: 0;
    transform-origin: right center;
  }
  
  .screenshot-grid figure img {
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: 300ms var(--ttf-4);
    transition-property: opacity;
    transition-delay: 1000ms;
  }
  
  .screenshot-grid .is-on-screen figure img {
    opacity: 1;
    transform: none;
  }
  
  
  
  
  
  @media (min-width: 1441px) {
    .module-screenshot-grid {
      --base-unit: 1px;
    }
  }



  .module-see-it-live .module-wrap {
    min-height: 50vh;
    display: grid;
    place-items: center flex-start;
    padding-left: var(--module-wrap-offset-left);
    width: 100%;
    box-sizing: border-box;
  }
  
  
  
  
   @media (max-width: 500px) {
     
     .module-see-it-live {
       margin-top: calc(var(--module-margin-125) * 2);
       margin-bottom: calc(var(--module-margin-125) * 2);
     }
   
     .module-see-it-live .module-wrap {
       min-height: 1px
     }
   
   }  

  main.main > .inner {
    position: relative;
  }

  .module-work-hero {
    position: relative;
    min-height: 700px;
  }
  
  .module-work-hero > .background {
    display: block;
    position: fixed;
    inset: 0;
    bottom: auto;
    height: 100vh;
    z-index: -1;
    transition: transform 1750ms var(--ttf-5);
    transition-delay: 850ms;
    --scale: 1.05;
    transform: scale(var(--scale));
  }
  
  .module-work-hero > .background > div {
    position: absolute;
    inset: 0;
    background: var(--background-image) no-repeat center center;
    background-size: cover;
    transform: translateY(calc(var(--parallax-y, 0) * 50px));
  }
  
  .sn-pt-enter-to .module-work-hero > .background,
  .sn-pt-enter-first .module-work-hero > .background {
    --scale: 1;
    transition-delay: 200ms;
  }
  
  .module-work-hero-shade,
  .sn-pt-leave-to .module-work-hero-shade {
    content: '';
    display: block;
    position: absolute;
    top: 700px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--base-color-dark-gray);
    z-index: 2;
  }
  
  .sn-pt-enter-to .module-work-hero-shade,
  .sn-pt-enter-active .module-work-hero-shade {
    transition-delay: 250ms;
    transition-duration: 500ms;
    transform: none;
  }
  
  .module-work-hero-shade,
  .sn-pt-leave-to .module-work-hero-shade,
  .sn-pt-enter-before-first .module-work-hero-shade {
    transform: translateY(calc(100vh - 700px));
    transition: transform 500ms 250ms var(--ttf-5);
  }
  
  .sn-pt-leave .module-work-hero-shade {
    transition-delay: 1000ms !important;
    transition-duration: 0ms;
  }
  
  .module-work-hero ~ .module {
    position: relative;
    z-index: 3;
  }

  .module-work-hero .headline {
    position: absolute;
    top: 630px;
    left: var(--page-padding-left);
    right: var(--page-padding-right);
    transform: translateY(-100%);
    color: var(--base-color-white);
    --transition-delay: 150ms;
  }
  
  .module-work-hero .headline > .spanned {
    max-width: var(--module-wrap-max-width);
    width: 100%;
    margin: 0 auto;
    margin-bottom: -0.15em;
  }
  
  .module-work-hero .spanned > span {
    clip-path: inset(-10% -10% -10% -10%);
  }
  
  .module-work-hero .spanned > span > span {
    margin-left: -0.05em;
    display: inline-block;
    --index: 1;
    transition: transform 750ms;
    transition-delay: 250ms;
    transition-timing-function: var(--ttf-2); 
    transform: translateY(120%);
  }

  .sn-pt-enter-to .module-work-hero .spanned > span > span,
  .sn-pt-enter-first .module-work-hero .spanned > span > span {
    transition-delay: 200ms;
    transform: none;
  }
  
  
  
  
  
  
  
  nav.works-nav {
    position: fixed;
    left: 0;
    top: 400px;
    width: var(--logo-width);
  }
  
  .is-transitioning-between-works nav.works-nav {
    z-index: 1000;
  }
  
  body.scrolled-100vh nav.works-nav {
    opacity: 0;
    pointer-events: none;
  }
  
  nav.works-nav .buttons a {
    display: block;
    width: 100%;
    padding-top: 75%;
    height: 0;
    position: relative;
    background: var(--base-color-black);
    transform: none;
    transition: transform 750ms var(--ttf-6);
    transition-delay: 0ms;
  }
  
  .sn-pt-enter nav.works-nav .buttons a {
    transform: translateX(-100%);
  }
  
  nav.works-nav .buttons a.btn-next {
    background: var(--base-color-dark-gray);
  }
  
  nav.works-nav .buttons a.btn-prev {
    transition-delay: 50ms;
  }
  
  nav.works-nav .buttons a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: auto;
  }
  
  nav.works-nav .counter {
    height: 60px;
    position: relative;
  }
  
  .counter-label {
    left: calc(50% - 1px);
    text-transform: uppercase;
    color: var(--base-color-white);
  }
  
  
  
  
  
  
  @media (max-width: 800px) {
    
    .module-work-hero .headline {
      top: 565px;
    }
    
  }
  
  
  
  
  
  
  
  
  
  @media (max-width: 500px) {
    
    .module-work-hero .cpy-200 {
      font-size: 40px;
    }
    
    .module-work-hero .headline {
      top: 41vh;
      left: calc(var(--page-padding-left) + var(--module-wrap-offset-left));
    }
    
    nav.works-nav {
      width: 72px;
      top: 30vh;
      display: none;
    }
    
    .module-work-hero {
      min-height: 1px;
    }
    
    .module-work-hero-shade {
      top: 50vh;
    }
    
    .module-work-hero .module-inner {
      padding-left: calc(var(--page-padding-left) + var(--module-wrap-offset-left));
      padding-top: 100px;
      padding-bottom: 100px;
      box-sizing: border-box;
      height: 50vh;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
    }
    
    .module-work-hero > .background {
      height: 50vh;
      position: absolute;
    }
    
    .module-work-hero > .background > div {
      transform: none;
    }
    
  }





  .module-work-intro .module-wrap {
    max-width: var(--module-wrap-max-width);
    margin: 0 auto;
  }

  .work-specs ul {
    display: flex;
    flex-flow: row wrap;
    --item-gap: calc(69 * var(--base-unit));
    --margin: calc(26 * var(--base-unit));
    margin-right: calc(var(--item-gap) * -1);
    margin-bottom: calc(var(--margin) * -1);
  }
  
  .work-specs ul > li {
    margin-right: var(--item-gap);
    margin-bottom: var(--margin);
    --index: 1;
  }
  
  .work-specs ul > li:nth-child(2) { --index: 2; }
  .work-specs ul > li:nth-child(3) { --index: 3; }

  .work-specs .label {
    display: block;
    margin-bottom: 6px;
  }
  
  .work-specs .label .kicker {
    color: var(--base-color-rose);
  }
  
  .work-specs .value {
    color: var(--base-color-white);
    display: block;
  }
  
  .work-specs .value div {
    display: inline;
  }
  
  .work-specs + .intro-copy {
    margin-top: calc(63 * var(--base-unit));
  }
  
  .intro-copy {
    --index: 4;
  }
  
  .intro-copy,
  .work-specs ul > li {
    transform: translateY(30px);
    opacity: 0;
    transition: 500ms calc(250ms + var(--index) * 50ms);
    transition-property: opacity, transform;
  }
  
  .sn-pt-enter-first .intro-copy,
  .sn-pt-enter-to .intro-copy,
  .sn-pt-enter-first .work-specs ul > li,
  .sn-pt-enter-to .work-specs ul > li {
    opacity: 1;
    transform: none;
  }
  
  
  
  
  
  
  
  
  @media (max-width: 700px) {
    
    .work-specs ul {
      display: block;
      --item-gap: 0;
      --margin: 20px;
    }
    
    .work-specs + .intro-copy {
      margin-top: 40px;
    }
    
  }
  
  
  
  @media (max-width: 500px) {
  
    .module-work-intro .module-inner {
      margin-left: var(--module-wrap-offset-left);
    }
  
  }  



  .module-works {
    color: var(--base-color-rose);
  }

  .module-works .module-inner {
    padding-top: var(--module-padding-top);
    padding-bottom: var(--module-padding-bottom);
    position: relative;
    z-index: 2;
  }
  
  .module-works .module-wrap {
    max-width: var(--module-wrap-max-width);
    margin-left: var(--module-wrap-offset-left);
  }
  
  .module-works canvas {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }
  
  
  
  
  .module-works .module-headline {
    margin-bottom: calc(39 * var(--base-unit));
  }
  
  @keyframes tick {
    0% { opacity: .5; }
    100% { opacity: 1; }
  }
  
  .works-list > li {
    margin-bottom: 1.2em;
  }
  
  .works-list a {
    transition: color 150ms;
    position: relative;
    display: inline-block;
  }
  
  .works-list a:hover {
    color: var(--base-color-white);
  }
  
  .works-list a:hover .title-wrap {
    animation: tick 150ms;
  }
  
  .works-list a .title-wrap {
    line-height: 1;
  }

  .works-list .categories {
    position: absolute;
    width: 110px;
    top: calc(50% - 5px);
    right: calc(100% + 29px);
    transform: translateY(-50%);
    text-align: left;
    --delay: 75ms;
    pointer-events: none;
  }
  
  .works-list .categories > div > div > div:nth-child(1) { --index: 1; }
  .works-list .categories > div > div > div:nth-child(2) { --index: 2; }
  .works-list .categories > div > div > div:nth-child(3) { --index: 3; }
  .works-list .categories > div > div > div:nth-child(4) { --index: 4; }
  
  .works-list .categories > div > div > div {
    display: inline-block;
    clip-path: inset(0% 100% 0% 0%);
  }
  
  .works-list a:hover .categories > div > div > div {
    clip-path: inset(0% 0% 0% 0%);
    transition: clip-path 175ms;
    transition-timing-function: var(--ttf-2);
    transition-delay: calc(var(--delay) * var(--index));
  }

  .works-list .image {
    display: none;
  }





  @media (max-width: 700px) {
    
    .works-list .categories {
      display: none;
    }
    
    .module-works canvas {
      display: none;
    }
    
  }



  @media (max-width: 500px) {
    
    .module-works .module-headline {
      margin-bottom: 2em;
    }
    
    .works-list > li {
      margin-bottom: 0.6em;
    }
    
  }