html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* 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"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -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,
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; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  box-sizing: border-box; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

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

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* -----------------------------------------------------------------
	GENERAL ELEMENTS
------------------------------------------------------------------*/
html {
  background: #e5e5e4; }

body {
  color: #000;
  font-size: 14px;
  font-family: "GT Eesti Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #e5e5e4;
  line-height: 1.65;
  font-weight: 400;
  width: 100vw;
  overflow-x: hidden; }
  @media (min-width: 940px) {
    body {
      font-size: 17px; } }

p, ul, ol {
  margin: 25px 0; }

.ul {
  text-decoration: underline; }

.content {
  padding-bottom: 60px; }
  @media (min-width: 940px) {
    .content {
      padding: 0;
      min-height: calc(100vh - 16vw); } }

p:first-child, ul:first-child, ol:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child, .iframe-wrap:first-child, .split-content:first-child {
  margin-top: 0; }

p:last-child, ul:last-child, ol:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, blockquote:last-child, .iframe-wrap:last-child, .split-content:last-child {
  margin-bottom: 0; }

img,
iframe {
  display: block;
  max-width: 100%; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

@font-face {
  font-family: 'GT Eesti Pro';
  src: url("../fonts/gt-eesti-pro-display-medium-webfont.woff2") format("woff2"), url("../fonts/gt-eesti-pro-display-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GT Eesti Pro';
  src: url("../fonts/gt-eesti-pro-display-regular-webfont.woff2") format("woff2"), url("../fonts/gt-eesti-pro-display-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'GT Eesti Pro';
  src: url("../fonts/gt-eesti-pro-display-thin-webfont.woff2") format("woff2"), url("../fonts/gt-eesti-pro-display-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.ttf?dmw2ln") format("truetype"), url("../fonts/icomoon.woff?dmw2ln") format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-social-pinterest:before {
  content: "\e900"; }

.icon-social-twitter:before {
  content: "\e901"; }

.icon-social-facebook:before {
  content: "\e902"; }

.icon-share:before {
  content: "\e903"; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em; }
  h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
    font-size: 21px;
    line-height: 1.35; }
    @media (min-width: 940px) {
      h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
        font-size: 38px;
        line-height: 1.75; } }
    @media (min-width: 1440px) {
      h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
        font-size: 44px; } }
  h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
    font-size: 40px;
    line-height: 2; }
  h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3 {
    font-size: 21px;
    line-height: 1.4; }
    @media (min-width: 940px) {
      h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3 {
        font-size: 33px; } }
    @media (min-width: 1440px) {
      h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3 {
        font-size: 35px; } }
  h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, h6.h4 {
    font-size: 24px;
    line-height: 1.2; }
  h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, h6.h5 {
    font-size: 18px;
    line-height: 1.2; }
  h1.mid, h2.mid, h3.mid, h4.mid, h5.mid, h6.mid {
    width: 100%;
    text-align: center; }
  h1.push, h2.push, h3.push, h4.push, h5.push, h6.push {
    margin-top: 4vw; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    text-align: left;
    display: inline-block; }

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

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

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s; }
  a:hover {
    color: #858585; }

blockquote {
  border-left: 5px solid #e6e6e6;
  padding-left: 20px; }
  blockquote cite {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin: 5px 0 0;
    font-style: normal; }

.grid-sizer,
.grid-item {
  width: 100%; }
  @media (min-width: 640px) {
    .grid-sizer,
    .grid-item {
      width: 30%; } }

.grid-item {
margin-bottom: 30px;}
@media (min-width: 640px) {
  .grid-item {
    margin-bottom: 5%; } }

.grid-item img {
  width: 100%; }

.gutter-sizer {
  width: 35px; }
  @media (min-width: 640px) {
    .gutter-sizer {
      width: 5%; } }

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0 20px; }
  @media (min-width: 640px) {
    .wrapper {
      padding: 0 5vw; } }

header {
  position: relative;
  padding: 25px 0 28px; }
  @media (min-width: 940px) {
    header {
      padding: 4vw 0;
      min-height: 16vw; }
      body.home header {
        min-height: 10vw; } }

.logo {
  display: block;
  width: 80px;
  margin: 0 auto; }
  @media (min-width: 940px) {
    .logo {
      width: 120px; }
      body.home .logo {
        width: 206px;
        z-index: 100;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -26px 0 0 -103px; } }

.search-bar {
  display: none;
  background: #fff;
}

.search-bar form input[type="text"] {
  padding: 25px 5vw 20px;
  border: 0;
}

button.search {
  position: absolute;
  top: 25px;
  right: 50px;
  cursor: pointer;
  z-index: 200;
  color: #000;
  background: 0;
  border: 0;
}

@media (min-width: 940px) {
    button.search {
        top: calc(4vw + 5px);
        right: calc(5vw + 50px);
    }
}

button.search svg {
  width: 15px;
}

@media (min-width: 940px) {
    button.search svg {
      width: 20px;
    }
}

.nav-trigger, .nav-close {
  position: absolute;
  top: 29px;
  right: 20px;
  width: 20px;
  height: 12px;
  cursor: pointer;
  z-index: 200; }
  @media (min-width: 940px) {
    .nav-trigger, .nav-close {
      width: 30px;
      height: 21px;
      top: calc(4vw + 5px);
      right: 5vw; } }
  .nav-trigger span, .nav-close span {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #000; }
    .nav-trigger span:nth-child(1), .nav-close span:nth-child(1) {
      top: 0; }
    .nav-trigger span:nth-child(2), .nav-close span:nth-child(2) {
      top: 5px; }
    .nav-trigger span:nth-child(3), .nav-close span:nth-child(3) {
      bottom: 0; }
    @media (min-width: 940px) {
      .nav-trigger span, .nav-close span {
        height: 3px; }
        .nav-trigger span:nth-child(2), .nav-close span:nth-child(2) {
          top: 9px; } }

.nav-close span:nth-child(1) {
  top: auto;
  bottom: 0; }

nav {
  font-weight: 500;
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  width: 48vw;
  height: 100vh;
  background: #fff;
  font-size: 17px;
  line-height: 1;
  overflow-x: scroll;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  padding: 16vw 5vw 16vw 8vw;
  transition: all 0.3s; }
  @media (min-width: 940px) {
    nav {
      font-size: 26px;
      width: 36vw; } }
  @media (min-width: 1440px) {
    nav {
      font-size: 35px; } }
  nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav ul li:last-child {
      margin-bottom: 0; }
    nav ul li a {
      display: block; }
  nav .main li {
    position: relative;
    margin: 0 0 28px; }
  nav .dropdown {
    font-size: 14px;
    display: none;
    font-weight: 400; }
    @media (min-width: 940px) {
      nav .dropdown {
        font-size: 16px; } }
    @media (min-width: 1440px) {
      nav .dropdown {
        display: none !important; } }
    nav .dropdown li {
      margin: 16px 0 0; }
      nav .dropdown li a {
        color: #868686; }
        nav .dropdown li a.active {
          color: #000; }
  nav .drop-trigger {
    position: absolute;
    width: 100%;
    height: 14px;
    top: 0;
    right: 0;
    cursor: pointer; }
    nav .drop-trigger.active:before {
      opacity: 0; }
    @media (min-width: 940px) {
      nav .drop-trigger {
        width: 26px;
        height: 26px; } }
    @media (min-width: 1240px) {
      nav .drop-trigger {
        display: none; } }
    nav .drop-trigger:before, nav .drop-trigger:after {
      position: absolute;
      background: #000;
      content: "";
      display: block; }
    nav .drop-trigger:before {
      width: 1px;
      height: 9px;
      right: 6px;
      top: 1px;
      transition: all 0.3s; }
      @media (min-width: 940px) {
        nav .drop-trigger:before {
          height: 13px;
          top: 4px;
          left: 11px; } }
    nav .drop-trigger:after {
      height: 1px;
      width: 9px;
      top: 5px;
      right: 2px; }
      @media (min-width: 940px) {
        nav .drop-trigger:after {
          width: 13px;
          left: 5px;
          top: 10px; } }
  nav .mobile {
    font-size: 14px;
    margin-top: 25px; }
    nav .mobile li {
      margin-bottom: 12px; }
    nav .mobile.break {
      position: relative;
      padding-top: 30px; }
      nav .mobile.break:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 2px;
        display: block;
        content: "";
        background: #000; }
    @media (min-width: 940px) {
      nav .mobile {
        display: none; }
      nav .mobile.social {
        display: block; } }
  nav form {
    display: block; }
    nav form input[type="text"] {
      font-size: 17px;
      height: 17px;
      line-height: 17px;
      padding: 0;
      border: 0; }
      nav form input[type="text"]:first-child {
        border: 0; }
      @media (min-width: 940px) {
        nav form input[type="text"] {
          font-size: 26px;
          height: 26px;
          line-height: 26px; } }
      @media (min-width: 1440px) {
        nav form input[type="text"] {
          font-size: 35px;
          height: 35px;
          line-height: 35px; } }

.breadcrumb-nav {
  font-size: 14px;
  position: absolute;
  top: 4vw;
  left: 5vw;
  display: none; }
  @media (min-width: 1240px) {
    .breadcrumb-nav {
      display: block; } }
  @media (min-width: 1440px) {
    .breadcrumb-nav {
      font-size: 16px; } }
  .breadcrumb-nav .page {
    line-height: 30px;
    letter-spacing: 0.04em; }
  .breadcrumb-nav .subs {
    margin-top: 5px;
    letter-spacing: 0.03em;
    color: #939598; }
  .breadcrumb-nav a {
    color: #868686; }
    .breadcrumb-nav a.active, .breadcrumb-nav a *:hover {
      color: #000; }

footer {
  display: none;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5vw 5vw 2.5vw;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em; }
  @media (min-width: 940px) {
    footer {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul:last-child {
      text-align: right; }
    footer ul li {
      margin-bottom: 6px;
      position: relative; }
      footer ul li:last-child {
        margin: 0; }
      footer ul li a {
        color: #000; }
  footer .social-trigger {
    position: absolute;
    top: 0;
    right: 0; }
  footer .social-toggle {
    display: none; }

body.grey-fade {
  background: #e5e5e4;
  background: linear-gradient(#e5e5e4, #bfbfbd); }

.grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .grid.half .col {
    width: 100%; }
    @media (min-width: 940px) {
      .grid.half .col {
        width: 43vw; } }
  .grid.tri .col {
    width: 100%; }
    @media (min-width: 940px) {
      .grid.tri .col {
        width: 27.3333333vw; } }

@media (min-width: 940px) {
  .inner-wrap {
    padding: 0 8vw; } }

.inner-wrap .grid.half .col {
  width: 100%; }
  @media (min-width: 940px) {
    .inner-wrap .grid.half .col {
      width: 35vw; } }

.drop-marker {
  display: block;
  position: relative;
  width: 7px;
  height: 7px; }
  @media (min-width: 940px) {
    .drop-marker {
      width: 13px;
      height: 13px; } }
  .drop-marker:before, .drop-marker:after {
    position: absolute;
    content: "";
    background: #000;
    display: block; }
  .drop-marker:before {
    width: 1px;
    height: 100%;
    left: 3px;
    top: 0;
    transition: all 0.3s; }
    @media (min-width: 940px) {
      .drop-marker:before {
        left: 6px; } }
  .drop-marker:after {
    height: 1px;
    width: 100%;
    top: 3px;
    left: 0; }
    @media (min-width: 940px) {
      .drop-marker:after {
        top: 6px; } }
  .drop-marker.small {
    width: 7px;
    height: 7px; }
    .drop-marker.small:before {
      left: 3px; }
    .drop-marker.small:after {
      top: 3px; }
  .drop-marker.active:before {
    opacity: 0; }

.link-block {
  display: block;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.05em; }
  .link-block:hover .overlay, .link-block.hover .overlay {
    opacity: 1; }
  .link-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    background: rgba(255, 255, 255, 0.6);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition: all 0.3s; }
  .link-block .name {
      text-align: center;
    font-size: 18px;
    line-height: 1;
    border-bottom: 1px solid #000;
    color: #000; }
    @media (min-width: 940px) {
      .link-block .name {
        font-size: 20px; } }
    @media (min-width: 1440px) {
      .link-block .name {
        font-size: 23px; } }

.toggle-bar {
  border-top: 1px solid #000; }
  .toggle-bar:last-child {
    border-bottom: 1px solid #000; }
  .toggle-bar .trigger {
    position: relative;
    padding: 25px 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.165;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s; }
    @media (min-width: 940px) {
      .toggle-bar .trigger {
        font-size: 22px;
        padding: 30px 0 25px; } }
    @media (min-width: 1440px) {
      .toggle-bar .trigger {
        font-size: 23px;
        padding: 30px 0 25px; } }
    .toggle-bar .trigger .drop-marker {
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 0; }
      @media (min-width: 940px) {
        .toggle-bar .trigger .drop-marker {
          margin-top: -6px; } }
    .toggle-bar .trigger:hover {
      color: #858585; }
    .toggle-bar .trigger.active .drop-marker:before {
      opacity: 0; }
  .toggle-bar .hidey {
    padding-bottom: 25px;
    display: none; }
    @media (min-width: 940px) {
      .toggle-bar .hidey {
        padding-bottom: 30px; } }

body.overlay-vis {
  overflow: hidden; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  z-index: 300; }
  .overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .overlay .inner {
    background: #fff;
    position: relative;
    z-index: 50;
    padding: 50px 25px;
    width: 100%; }
    @media (min-width: 940px) {
      .overlay .inner {
        min-width: 930px;
        width: 60vw;
        min-height: 650px;
        padding: 8vw; } }
    .overlay .inner .close {
      cursor: pointer;
      position: absolute;
      top: 4vw;
      right: 4vw;
      width: 13px;
      height: 13px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
      .overlay .inner .close:before, .overlay .inner .close:after {
        position: absolute;
        background: #000;
        content: ""; }
      .overlay .inner .close:before {
        height: 100%;
        width: 1px;
        top: 0;
        left: 6px; }
      .overlay .inner .close:after {
        top: 6px;
        left: 0;
        height: 1px;
        width: 100%; }
  .overlay .login form {
    margin-top: 25px; }
    .overlay .login form input[type="text"] {
      border-top: 0; }
  .overlay .text {
    padding: 50px 25px; }
    @media (min-width: 640px) {
      .overlay .text {
        width: 74vw;
        padding: 8vw 4vw; } }
  .overlay .newsletter form input[type="text"] {
    border-top: 0;
    padding: 5px 0;
    height: 26px;
    margin-bottom: 20px; }
    @media (min-width: 940px) {
      .overlay .newsletter form input[type="text"] {
        height: 46px;
        font-size: 36px;
        line-height: 36px; } }
  @media (min-width: 940px) {
    .overlay .newsletter form .split {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .overlay .newsletter form .split .col:first-child {
        width: 65%; }
      .overlay .newsletter form .split .col:last-child {
        width: 35%; } }
  @media (min-width: 940px) {
    .overlay .newsletter form .push {
      margin-top: 4vw; } }
  .overlay .newsletter form .push input {
    margin-bottom: 0; }
    .overlay .newsletter form .push input[type="image"] {
      margin-top: 30px; }
      @media (min-width: 940px) {
        .overlay .newsletter form .push input[type="image"] {
          margin-top: 0; } }
  .overlay .newsletter form .push .split {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 940px) {
    .overlay .newsletter form .push .col:first-child {
      width: 475px; }
    .overlay .newsletter form .push .col:last-child {
      width: calc(100% - 475px); } }

@media (min-width: 940px) {
    .overlay .newsletter {
        -webkit-transform: scale(0.65);
            -ms-transform: scale(0.65);
                transform: scale(0.65);
    }
}

@media (min-width: 1440px) {
    .overlay .newsletter {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
    }
}

label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  text-transform: uppercase; }
  label .required {
    margin-left: 5px;
    color: #c82727; }
  label.error {
    color: #c82727; }

input,
textarea {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  font-weight: 500;
  font-family: "GT Eesti Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  background: 0;
  transition: all 0.3s; }
  @media (min-width: 940px) {
    input,
    textarea {
      font-size: 24px;
      line-height: 24px; } }
  input:focus,
  textarea:focus {
    background: 0; }
  input.error,
  textarea.error {
    color: #c82727 }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.error::-webkit-input-placeholder {
color: #c82727; }

.error:-moz-placeholder {
color: #c82727; }

.error::-moz-placeholder {
color: #c82727; }

.error:-ms-input-placeholder {
color: #c82727; }

input[type="text"], input[type="password"], input[type="file"], textarea, button {
  outline: none; }

select {
  width: 100%; }
  select.error {
    border: 1px solid #c82727; }

.radio label,
.checkbox label {
  display: inline-block;
  padding: 0;
  margin-right: 20px; }

.radio input,
.checkbox input {
  width: auto;
  margin-right: 5px;
  display: inline-block; }

button.button,
input.button {
  border: none;
  display: inline-block;
  width: auto; }

form input[type="text"],
form input[type="password"] {
  border-bottom: 1px solid #000;
  padding: 25px 0 20px;
  line-height: 1.165;
  letter-spacing: 0.025em; }
  @media (min-width: 940px) {
    form input[type="text"],
    form input[type="password"] {
      padding: 30px 0 25px; }
      form input[type="text"]:first-child,
      form input[type="password"]:first-child {
        border-top: 1px solid #000; } }

form input[type="image"] {
  width: auto;
  padding: 0;
  border: 0;
  margin-left: auto; }

form.login {
  margin: 40px 0 35px; }
  @media (min-width: 940px) {
    form.login {
      margin: 6vw 0 4vw; } }

form .form-title {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
  border-bottom: 1px solid #000; }
  @media (min-width: 940px) {
    form .form-title {
      font-size: 22px;
      border: 0; } }
  @media (min-width: 1440px) {
    form .form-title {
      font-size: 23px; } }

form .lower {
  margin: 30px 0 0 0;
  width: 100%; }
  form .lower a {
    font-size: 14px;
    line-height: 24px;
    color: #808285;
    font-weight: 400; }
  form .lower .col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 24px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto; }

form .news {
  position: relative;
  padding: 4px 0 0 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.165;
  letter-spacing: 0.025em; }
  @media (min-width: 940px) {
    form .news {
      font-size: 22px;
      padding: 0 0 0 60px;
      margin: 0; } }
  @media (min-width: 1440px) {
    form .news {
      font-size: 23px; } }
  form .news .toggle {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #000; }
    form .news .toggle.active {
      background: #000; }

.button {
  display: inline-block;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 5px;
  transition: all 0.3s; }
  .button:hover {
    color: #fff;
    background: #858585; }

.home-grid {
  max-width: 1840px;
  margin: 0 auto; }
  .home-grid img {
    width: 100%; }
  .home-grid .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 940px) {
      .home-grid .row {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
  .home-grid .top .col {
    width: 75vw; }
    @media (min-width: 940px) {
      .home-grid .top .col:first-child {
        width: 52vw; } }
    .home-grid .top .col:last-child {
      margin-left: auto; }
      @media (min-width: 940px) {
        .home-grid .top .col:last-child {
          width: 40vw; } }
  .home-grid .top .quote {
    margin: 8vw 0 0 5vw; }
    @media (min-width: 940px) {
      .home-grid .top .quote {
        margin-left: 12vw; } }
  .home-grid .mid {
    padding: 0 5vw; }
    @media (min-width: 940px) {
      .home-grid .mid {
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    .home-grid .mid .col:first-child {
      padding-right: 30vw; }
      @media (min-width: 940px) {
        .home-grid .mid .col:first-child {
          padding: 0 4vw; } }
    .home-grid .mid .col:last-child {
      padding-right: 35vw; }
      @media (min-width: 940px) {
        .home-grid .mid .col:last-child {
          padding: 0 4vw; } }
  .home-grid .bottom {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .home-grid .bottom .col:first-child {
      padding-right: 5vw; }
      @media (min-width: 940px) {
        .home-grid .bottom .col:first-child {
          padding: 0;
          text-align: right; } }
    .home-grid .bottom .quote {
      position: relative;
      z-index: 100;
      margin: -5vw 0 0 52vw; }
      @media (min-width: 940px) {
        .home-grid .bottom .quote {
          margin-left: 20vw; } }
      .home-grid .bottom .quote:hover {
        color: #000; }
  .home-grid .col {
    position: relative;
    margin-bottom: 8vw; }
    @media (min-width: 940px) {
      .home-grid .col {
        padding: 0 4vw; }
        .home-grid .col.reset-left {
          padding-left: 0; }
        .home-grid .col.reset-right {
          padding-right: 0; } }
  .home-grid .furniture .overlay,
  .home-grid .materiality .overlay,
  .home-grid .catalogue .overlay {
    z-index: 75;
  }
  .home-grid .new, .home-grid .studio {
    position: relative;
    z-index: 150; }
  .home-grid .materiality {
      max-width: 314px;
    margin: -38vw 0 8vw 65vw; }
    @media (min-width: 940px) {
      .home-grid .materiality {
        margin: 0;
        margin-bottom: calc(8vw - 6px);
        display: inline-block; } }
  .home-grid .studio {
    margin-right: 30vw; }
    @media (min-width: 940px) {
      .home-grid .studio {
        margin: 0; } }
  .home-grid .catalogue {
    margin-left: 30vw; }
    @media (min-width: 940px) {
      .home-grid .catalogue {
        margin: 0; } }
  .home-grid .quote {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.04em; }
    @media (min-width: 940px) {
      .home-grid .quote {
        font-size: 38px; } }
    @media (min-width: 1440px) {
      .home-grid .quote {
        font-size: 40px; } }

.content.furniture {
  padding-bottom: 0; }

.furniture-photos .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .furniture-photos .row img {
    margin-bottom: 35px;
    width: 100%; }
    @media (min-width: 640px) {
      .furniture-photos .row img {
        margin-bottom: 4vw; } }

.furniture-photos .col {
  width: 100%; }
  @media (min-width: 640px) {
    .furniture-photos .col:last-child {
      margin-top: 8vw; } }

@media (min-width: 640px) {
  .furniture-photos .upper .col:last-child {
    margin-top: 8vw; } }

.furniture-photos .lower .col:last-child {
  margin-top: auto; }

.furniture-photos.portrait .col:last-child {
  width: 100%;
}
@media (min-width: 640px) {
    .furniture-photos.portrait .col:last-child {
      width: 36vw; } }
  .furniture-photos.portrait .col:first-child {
    margin-top: 0;
    width: 50vw; }
    .furniture-photos.portrait .col:first-child img {
      margin-left: auto; }

@media (min-width: 640px) {
  .furniture-photos.portrait .image.one, .furniture-photos.portrait .image.five {
    padding-left: 20vw; }
  .furniture-photos.portrait .image.two {
    padding-left: 12vw;
    padding-right: 8vw; }
    .furniture-photos.portrait .image.two img {
      margin-left: auto; }
  .furniture-photos.portrait .image.three {
    padding-right: 12vw; }
  .furniture-photos.portrait .image.four {
    padding-right: 8vw; } }


.furniture-photos.horizontal .col:first-child {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 640px) {
  .furniture-photos.horizontal .col:first-child {
    width: 58vw;
  }
  .furniture-photos.horizontal .col img {
    margin-left: auto; }
    .furniture-photos.horizontal .col:last-child {
      width: 28vw; } }

.furniture-photos.horizontal .lower .col:first-child {
  width: 100%;
}
@media (min-width: 640px) {
  .furniture-photos.horizontal .lower .col:first-child {
    width: 50vw;
  }
    .furniture-photos.horizontal .lower .col:last-child {
      width: 35vw;
    }
    .furniture-photos.horizontal .lower .col:only-child .info  {
      padding-left: 8vw;
    }
}

@media (min-width: 640px) {
  .furniture-photos.horizontal .image.one {
    padding-left: 8vw; }
  .furniture-photos.horizontal .image.two {
    padding-left: 28vw; }
  .furniture-photos.horizontal .image.three {
    padding-right: 8vw; }
  .furniture-photos.horizontal .image.four {
    margin-top: 12vw;
    padding-right: 12vw; }
  .furniture-photos.horizontal .image.five {
    padding-left: 8vw; } }

.furniture-photos.square .col:first-child {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 640px) {
  .furniture-photos.square .col:first-child {
    width: 46vw; }
  .furniture-photos.square .col:first-child img {
      margin-left: auto; }
  .furniture-photos.square .col:last-child {
    width: 40vw; } }

@media (min-width: 640px) {
  .furniture-photos.square .image.one {
    padding-left: 8vw; }
  .furniture-photos.square .image.two {
    padding-left: 24vw; }
  .furniture-photos.square .image.three {
    padding-right: 8vw; }
  .furniture-photos.square .image.four {
    padding-right: 24vw; }
  .furniture-photos.square .image.five {
    padding-left: 16vw; } }

.furniture-photos .caption {
  margin-top: -3vw;
  margin-bottom: 4vw;
  line-height: 1.2;
}

.furniture-photos .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 35px;
  text-align: center; }
  .furniture-photos .title.desktop {
    display: none; }
  @media (min-width: 640px) {
    .furniture-photos .title {
      margin-bottom: 4vw;
      font-size: 30px;
      text-align: left; }
      .furniture-photos .title.desktop {
        display: block; }
      .furniture-photos .title.mobile {
        display: none; } }
  @media (min-width: 1440px) {
    .furniture-photos .title {
      margin-bottom: 4vw;
      font-size: 34px; } }

.furniture-photos .info {
  margin-bottom: 35px; }
  @media (min-width: 640px) {
    .furniture-photos .info {
      margin: 0 0 4vw;
      padding-right: 12vw; } }

.furniture-details {
  letter-spacing: 0.04em; }
  .furniture-details .upper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #000; }
    @media (min-width: 1240px) {
      .furniture-details .upper {
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        padding: 0 0 24px; } }
  .furniture-details .details-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (min-width: 1240px) {
      .furniture-details .details-right {
        width: auto;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .furniture-details .details-right .swap {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (min-width: 1240px) {
        .furniture-details .details-right .swap {
          width: auto; } }
  .furniture-details .details-downloads {
    font-size: 14px;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-top: 35px; }
    @media (min-width: 1240px) {
      .furniture-details .details-downloads {
        margin: 0;
        border: 0;
        width: auto;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    .furniture-details .details-downloads .trigger {
      cursor: pointer;
      width: 100%; }
      @media (min-width: 1240px) {
        .furniture-details .details-downloads .trigger {
          width: auto; } }
      .furniture-details .details-downloads .trigger img {
        display: none; }
        @media (min-width: 1240px) {
          .furniture-details .details-downloads .trigger img {
            display: inline-block; } }
      .furniture-details .details-downloads .trigger span {
        display: block;
        border-top: 1px solid #000;
        padding: 25px 0 20px;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.165;
        position: relative; }
        @media (min-width: 1240px) {
          .furniture-details .details-downloads .trigger span {
            display: none; } }
        .furniture-details .details-downloads .trigger span .drop-marker {
          position: absolute;
          top: 50%;
          margin-top: -3px;
          right: 0; }
          @media (min-width: 940px) {
            .furniture-details .details-downloads .trigger span .drop-marker {
              margin-top: -6px; } }
    .furniture-details .details-downloads .options {
      font-size: 13px;
      width: 100%;
      border-top: 1px solid #000;
      line-height: 26px;
      display: none;
      list-style: none;
      margin: 0;
      padding: 15px 0; }
      @media (min-width: 1240px) {
        .furniture-details .details-downloads .options {
          margin-right: 20px;
          border: 0;
          padding: 0;
          line-height: 1;
          width: auto; } }
      .furniture-details .details-downloads .options li {
        padding: 10px 0; }
        @media (min-width: 1240px) {
          .furniture-details .details-downloads .options li {
            padding: 0;
            display: inline-block; } }
        .furniture-details .details-downloads .options li.divider {
          display: none; }
          @media (min-width: 1240px) {
            .furniture-details .details-downloads .options li.divider {
              display: inline; } }
        @media (min-width: 1240px) {
          .furniture-details .details-downloads .options li a {
            margin: 0 5px; } }
  .furniture-details .quickship {
    padding: 0 8px;
    display: block;
    line-height: 24px;
    letter-spacing: 0;
    font-size: 17px;
    border: 1px solid #000; }
    @media (min-width: 1240px) {
      .furniture-details .quickship {
        margin-left: 40px; } }
  .furniture-details .details-sharing {
    padding-left: 0;
    margin-right: -153px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 51px;
    transition: all 0.3s; }
    @media (min-width: 1240px) {
      .furniture-details .details-sharing {
        padding-left: 36px;
      }
    }
    .furniture-details .details-sharing.active {
      margin-right: 0; }
      .furniture-details .details-sharing.active a {
        opacity: 1; }
    .furniture-details .details-sharing .trigger, .furniture-details .details-sharing a {
      cursor: pointer;
      display: block;
      font-size: 15px;
      border: 1px solid #000;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      padding: 0;
      border-radius: 36px; }
      .furniture-details .details-sharing .trigger i, .furniture-details .details-sharing a i {
        line-height: 34px; }
    .furniture-details .details-sharing a {
      font-size: 17px;
      margin-left: 15px;
      opacity: 0;
      transition: all 0.3s; }
  .furniture-details .details-main-trigger {
    width: 100%;
    cursor: pointer;
    display: block;
    padding: 25px 0 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.165;
    position: relative; }
    @media (min-width: 1240px) {
      .furniture-details .details-main-trigger {
        width: auto;
        padding: 0 25px 0 0; } }
    .furniture-details .details-main-trigger .drop-marker {
      top: 50%;
      margin-top: -3px;
      right: 0;
      position: absolute; }
      @media (min-width: 1240px) {
        .furniture-details .details-main-trigger .drop-marker {
          top: 1px;
          margin: 0; } }
  .furniture-details .details-main {
    display: none; }
  .furniture-details .dimension-options {
    border-bottom: 1px solid #000;
    padding: 35px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-weight: 300; }
    @media (min-width: 1240px) {
      .furniture-details .dimension-options {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    @media (min-width: 1440px) {
      .furniture-details .dimension-options {
        font-size: 14px; } }
    .furniture-details .dimension-options .title {
      width: 100%;
      font-size: 17px;
      font-weight: 400;
      margin-bottom: 5px; }
      @media (min-width: 1240px) {
        .furniture-details .dimension-options .title {
          width: 12vw;
          margin: 0; } }
    .furniture-details .dimension-options .sizes {
      width: 100%;
      margin-bottom: 15px; }
      @media (min-width: 1240px) {
        .furniture-details .dimension-options .sizes {
          width: 18vw;
          margin: 0; } }
      .furniture-details .dimension-options .sizes a {
        color: #858585; }
        .furniture-details .dimension-options .sizes a.active {
          color: #000; }
    .furniture-details .dimension-options .size-info {
      display: none;
      width: 100%; }
      @media (min-width: 1240px) {
        .furniture-details .dimension-options .size-info {
          width: 52vw;
          text-align: center; } }
      .furniture-details .dimension-options .size-info .col {
        width: 100%; }
        @media (min-width: 1240px) {
          .furniture-details .dimension-options .size-info .col {
            width: auto;
            margin-right: 40px; }
            .furniture-details .dimension-options .size-info .col:first-child {
             margin-left: auto; }
             .furniture-details .dimension-options .size-info .col:last-child {
              margin-right: 0; }
        }
      .furniture-details .dimension-options .size-info br {
        display: none; }
      .furniture-details .dimension-options .size-info.active {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
  .furniture-details .colour-options {
    padding-top: 45px;
    border-bottom: 1px solid #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .furniture-details .colour-options .colour-block {
      margin-bottom: 45px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%; }
      @media (min-width: 940px) {
        .furniture-details .colour-options .colour-block {
          width: 37vw; } }
      .furniture-details .colour-options .colour-block .title {
        width: 100%;
        margin-bottom: 15px;
        font-size: 17px; }
      .furniture-details .colour-options .colour-block .options {
        width: calc(100% - 124px);
        font-size: 14px;
        font-weight: 300;
        padding-left: 4vw; }
        .furniture-details .colour-options .colour-block .options .drop-marker {
          display: inline-block;
          margin: 0 0 0 5px; }
          .furniture-details .colour-options .colour-block .options .drop-marker:before, .furniture-details .colour-options .colour-block .options .drop-marker:after {
            background: #858585; }
          .furniture-details .colour-options .colour-block .options .drop-marker.active:before, .furniture-details .colour-options .colour-block .options .drop-marker.active:after {
            background: #000; }
        .furniture-details .colour-options .colour-block .options ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .furniture-details .colour-options .colour-block .options ul.drop {
            display: none;
            padding: 5px 0; }
          .furniture-details .colour-options .colour-block .options ul li {
            margin-bottom: 5px; }
            .furniture-details .colour-options .colour-block .options ul li a {
              color: #858585; }
              .furniture-details .colour-options .colour-block .options ul li a.active {
                color: #000; }

.similar-products {
  margin-top: 8vw;
  background: #e0e0df;
  padding: 35px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em; }
  @media (min-width: 640px) {
    .similar-products {
      padding: 4vw 0; } }
  .similar-products .wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .similar-products .title {
    width: 100%; }
  .similar-products .block {
    width: 100%;
    margin: 35px 0; }
    @media (min-width: 940px) {
      .similar-products .block {
        width: 27.333333333vw; } }
  .similar-products .view-all {
    width: 100%;
    text-align: center; }
    .similar-products .view-all a img {
      display: inline;
      margin-left: 15px; }

.bespoke img {
  width: 100%; }

.bespoke h2 {
  margin-bottom: -5vw; }

.bespoke .main .col {
  margin-bottom: 35px; }
  @media (min-width: 940px) {
    .bespoke .main .col {
      margin-bottom: 4vw; } }
  .bespoke .main .col:first-child img {
    margin-left: auto; }

.bespoke .sub {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .bespoke .sub .block {
    margin-bottom: 35px; }
    @media (min-width: 940px) {
      .bespoke .sub .block {
        margin-bottom: 4vw; } }
  @media (min-width: 940px) {
    .bespoke .sub .col:first-child .block:first-child {
      padding-right: 8vw; }
    .bespoke .sub .col:first-child .block:nth-child(even) {
      padding-right: 4vw; }
    .bespoke .sub .col:last-child img {
      margin-left: auto; }
    .bespoke .sub .col:last-child .block:nth-child(odd) {
      padding-left: 20vw; }
    .bespoke .sub .col:last-child .block:nth-child(even) {
      padding-left: 8vw; } }

.collection-listing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .collection-listing .collection-block {
    display: block;
    position: relative;
    margin: 26px 0;
    max-width: 436px; }
    @media (min-width: 640px) {
      .collection-listing .collection-block {
        width: 27.3333333vw;
        margin: 0 4vw 4vw 0; } }
    .collection-listing .collection-block:nth-child(3n) {
      margin-right: 0; }
    .collection-listing .collection-block .title {
      position: absolute;
      top: 0;
      left: 50%;
      font-size: 24px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 0.04em;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 10;
      color: #000; }
      @media (min-width: 1440px) {
        .collection-listing .collection-block .title {
          font-size: 34px; } }
    .collection-listing .collection-block img {
      position: relative; }
    .collection-listing .collection-block:hover img {
      z-index: 20; }

.collection-upper {
  margin-bottom: 8vw;
  position: relative; }
  .collection-upper img {
    width: 100%; }
  .collection-upper h2 {
    margin-bottom: -5vw;
    width: 100%; }
    .collection-upper h2 br {
      display: none; }
      @media (min-width: 640px) {
        .collection-upper h2 br {
          display: block; } }
  .collection-upper.double {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .collection-upper.double img {
      width: 43vw; }

.materiality-main .grid .col {
  margin-bottom: 35px; }
  @media (min-width: 940px) {
    .materiality-main .grid .col {
      margin-bottom: 4vw; } }
  .materiality-main .grid .col.full {
    width: 100%; }

.materiality-main .intro .col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (min-width: 940px) {
    .materiality-main .intro .col:first-child img {
      margin-left: auto; }
    .materiality-main .intro .col:last-child {
      padding-right: 8vw; } }

.materiality-main .intro h2 {
  margin-bottom: -5vw; }
  @media (min-width: 940px) {
    .materiality-main .intro h2 {
      margin: 0 -8vw 2vw auto; } }

.materiality-main .title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.165;
  margin-bottom: 35px;
  padding: 25px 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.165;
  letter-spacing: 0.05em; }
  @media (min-width: 940px) {
    .materiality-main .title {
      font-size: 22px;
      margin-bottom: 4vw;
      padding: 30px 0 25px; } }
  @media (min-width: 1440px) {
    .materiality-main .title {
      font-size: 23px; } }
  .materiality-main .title:last-child {
    margin: 0; }

.materiality-main img, .materiality-main .block {
  margin-bottom: 35px;
  width: 100%; }
  @media (min-width: 940px) {
    .materiality-main img, .materiality-main .block {
      margin-bottom: 4vw; } }
  .materiality-main img:last-child, .materiality-main .block:last-child {
    margin: 0; }

.materiality .material-wrap {
  margin-top: 4vw; }
  .materiality .material-wrap:first-child {
    margin: 0; }

.materiality .title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.165;
  margin-bottom: 35px;
  padding: 25px 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.165;
  letter-spacing: 0.05em; }
  @media (min-width: 940px) {
    .materiality .title {
      font-size: 22px;
      margin-bottom: 4vw;
      padding: 30px 0 25px; } }
  @media (min-width: 1440px) {
    .materiality .title {
      font-size: 23px; } }

.materiality .subtitle {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 940px) {
    .materiality .subtitle {
      margin-bottom: 3vw;
      text-align: left; } }

.materiality .material-sub {
  margin-bottom: 30px; }
  .materiality .material-sub .block {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    text-align: center; }
    /* @media (min-width: 940px) {
      .materiality .material-sub .block {
        width: 11.6vw;
        margin: 0 4vw 4vw 0;}
        .materiality .material-sub .block:nth-of-type(5n) {
          margin-right: 0; } } */
    .materiality .material-sub .block .name {
      margin-top: 3vw;
      line-height: 1.4; }
  .materiality .material-sub .offowl-carousel {
    display: grid;
    grid-gap: 4vw;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); }
  .materiality .material-sub .owl-prev, .materiality .material-sub .owl-next {
    position: absolute;
    top: 78px;
    padding: 10px; }
  .materiality .material-sub .owl-prev {
    left: 0; }
  .materiality .material-sub .owl-next {
    right: 0; }

.materiality .material-top {
  text-align: right; }

.general p, .general ul {
  font-weight: 300;
  letter-spacing: 0.035em; }
  .general p strong, .general ul strong {
    font-weight: 500; }
  .general p + ul, .general ul + ul {
    margin-top: -25px; }

.general ul {
  padding: 0;
  list-style: none; }
  .general ul li {
    position: relative;
    padding-left: 8px; }
    .general ul li:before {
      content: "-";
      position: absolute;
      left: 0; }

.studio .intro {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 940px) {
    .studio .intro {
      height: calc(100vh - 32vw);
      margin-bottom: 16vw;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .studio .intro span {
    position: relative; }
    .studio .intro span img {
      z-index: 10;
      top: 50%;
      left: 50%;
      min-width: 300px;
      display: none;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .studio .intro span:hover img {
      display: block; }
  .studio .intro .scroller {
    bottom: -8vw;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    cursor: pointer;
    display: none; }
    @media (min-width: 940px) {
      .studio .intro .scroller {
        display: block; } }

.studio .main-info {
  padding-top: 30px; }
  @media (min-width: 940px) {
    .studio .main-info {
      padding-top: 8vw; } }
  .studio .main-info img {
    margin-bottom: 30px; }
    @media (min-width: 940px) {
      .studio .main-info img {
        margin: 0; } }
  .studio .main-info .grid {
    margin-bottom: 30px; }
    @media (min-width: 940px) {
      .studio .main-info .grid {
        margin-bottom: 4vw;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  @media (min-width: 940px) {
    .studio .main-info .main-image {
      padding-right: 4vw; } }
  .studio .main-info .hidden-images {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: none;
    margin-top: 4vw; }
 .studio .main-info .hidden-images.active {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
 }
    .studio .main-info .hidden-images img:first-child {
      width: 12vw; }
    .studio .main-info .hidden-images img:last-child {
      width: 19vw;
      margin: 8vw 0 0 auto; }
  .studio .main-info .hidey-text {
    display: none; }
    .studio .main-info .hidey-text p {
      margin: 12px 0; }
      .studio .main-info .hidey-text p:first-child {
        margin-top: 0; }
      .studio .main-info .hidey-text p:last-child {
        margin-bottom: 0; }

.contact .intro {
  padding-bottom: 20px; }
  @media (min-width: 940px) {
    .contact .intro {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 8vw; } }
  @media (min-width: 940px) {
    .contact .intro .address {
      margin-left: auto;
      width: 35vw; } }

.contact .contact-info {
  margin-bottom: 25px; }
  @media (min-width: 940px) {
    .contact .contact-info {
      margin: 0; } }

.contact .email, .contact .phone {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.02em; }
  @media (min-width: 1240px) {
    .contact .email, .contact .phone {
      font-size: 33px; } }
  @media (min-width: 1440px) {
    .contact .email, .contact .phone {
      font-size: 35px; } }

.contact .email {
  margin-bottom: 15px; }

.contact .newsletter {
  padding: 25px 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.165;
  letter-spacing: 0.05em;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  @media (min-width: 940px) {
    .contact .newsletter {
      font-size: 22px;
      padding: 30px 0 25px; } }
  @media (min-width: 1440px) {
    .contact .newsletter {
      font-size: 23px; } }

.quickship h2 {
  margin-bottom: -5vw; }

.quickship .intro p {
  margin: 45px 0; }

.quickship .toggle-bar .hidey {
  padding: 0; }

.quickship .quickship-toggle {
  margin-bottom: 40px; }
  @media (min-width: 940px) {
    .quickship .quickship-toggle {
      margin-bottom: 4vw; } }

.quickship-toggle img {
    width: 100%;
}

.quickship .link-block .name {
  transition: all 0.3s;
  opacity: 0; }

.quickship .link-block:hover .name {
  opacity: 1; }

.quickship .link-block.fade .overlay {
  opacity: 1; }

.quickship .link-block.active .overlay {
  opacity: 0; }

.quickship .info {
  padding-top: 15px; }
  .quickship .info .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 30px 0;
    border-bottom: 1px solid #000; }
    .quickship .info .row .col:first-child {
      font-weight: 400;
      width: 100%; }
    .quickship .info .row .col:last-child {
      font-size: 15px;
      font-weight: 300;
      width: 100%; }

.quickship .info {
  position: relative;
}

.quickship .info .row {
  padding-right: 26px;
}

@media (min-width: 940px) {
.quickship .grid.tri .col {
    width: calc((100% / 3) - (8vw / 3));
  }
}

.quickship .info .download-btn {
  position: absolute;
  top: 45px;
  right: 0;
  width: 16px;
}

.inside {
  cursor: url(../images/custom-cursor.png), auto;
  position: relative;
  padding: 0;
  min-height: calc(100vh - 73px);
  touch-action: manipulation;
  -webkit-text-size-adjust:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

  .inside.left {
    cursor: url(../images/custom-cursor-left.png), auto;
  }

  .inside .images {

  }

  @media (min-width: 940px) {
    .inside {
      min-height: calc(100vh - 16vw); } }
  .inside .count {
    text-align: center;
    bottom: 40px;
    left: 50%;
    font-size: 21px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 940px) {
      .inside .count {
        font-size: 46px; } }
  @media (min-width: 940px) {
    .inside .images h2 {
      margin-left: 8vw; } }

  .inside .images img {
    display: none;
    position: absolute;
    max-width: 75%; }

    @media (min-width: 940px) {
      .inside .images img {
          max-width: 100%;
      }}

    .inside .images img.on {
      display: block;
    }

    .inside .img-1 {
        top: calc(50% - 8vw);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }

    .inside .img-2 {
        top: 0;
        left: 36vw;
    }

    .inside .img-3 {
        top: -5vw;
        left: 56vw;
    }

    .inside .img-4 {
        top: 0;
        left: 26vw;
    }

    .inside .img-5 {
        top: 10vw;
        left: 17vw;
    }

    .inside .img-6 {
        top: 18vw;
        left: 23vw;
    }

    .inside .img-7 {
        top: 56vw;
        left: 45vw;
    }

    .inside .img-9 {
        top: 75vw;
        left: 23vw;
    }

    .inside .img-8 {
        top: 60vw;
        left: 5vw;
    }


/* Contact Page Updates Aug 2020 */

.contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.contact-inner a {
  text-decoration: underline;
}

@media (min-width: 640px) {
  .contact-inner {
    flex-direction: row;
  }
}

.contact-inner .images {
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 640px) {
  .contact-inner .images, .contact-inner .text {
    margin: 0;
    width: calc(50% - 15px);
  }
}

.contact-inner .images .owl-prev, .contact-inner .images .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  padding: 10px;
}

.contact-inner .images .owl-prev img, .contact-inner .images .owl-next img {
  width: 15px;
}
  .contact-inner .images .owl-prev {
    left: -9px; }
  .contact-inner .images .owl-next {
    right: -9px; }

.contact-inner .link-wrap {
  position: relative;
}

.contact-inner .link-wrap a {
  position: absolute;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}


/* Header Notification */
.notex {
  line-height: 1.2;
  padding: 10px;
  background: #C5ADAD;
  text-align: center;
}
@media (min-width: 940px) {
  .notex {
    position: absolute;
    z-index: 2;
    top: 0;
    right: calc(10vw + 50px);
    width: auto;
    max-width: 600px;
    padding: 20px;
    text-align: left;
  }
}


/* New Styles */
.description-box {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #000;
}
.description-trigger {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.165;
}
.description-trigger .drop-marker {
  position: absolute;
  top: 2px;
  right: -25px;
}
.description-details {
  padding: 24px 0 0;
}
.furniture-photos .info {
  padding: 0;
}
.mobihide {
  display: none;
}
@media (min-width: 640px) {
  .mobihide {
    display: block;
  }
}