/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 */ }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: #ffff00;
  color: #000000; }

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

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Brown-Bold';
  src: url(fc7aee7ca3bf30dfedad211c2d620b58.eot);
  src: url(fc7aee7ca3bf30dfedad211c2d620b58.eot?#iefix) format("embedded-opentype"), url(e16624127fc3c90b4a12395249751e9d.woff2) format("woff2"), url(18c1afc3de29faba3c2b39321e628be9.woff) format("woff"), url(629e8912b6fd814806a0852bb8559bcb.ttf) format("truetype"), url(ed8638278b2537b3ad96017991b30c53.svg#Brown-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Brown-Regular';
  src: url(edded9842ec9530f22726c465f4d66f8.eot);
  src: url(edded9842ec9530f22726c465f4d66f8.eot?#iefix) format("embedded-opentype"), url(465be1cb5fd061616fc38cf0a78bd0c6.woff2) format("woff2"), url(b8091603753a49f547ceebae9ad7cafb.woff) format("woff"), url(d8bd03e4b17aedebbbd5251bb5269466.ttf) format("truetype"), url(fc9751534c666da4b14407ea2ddacd88.svg#Brown-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* @font-face {
  font-family: 'Menlo';
  src: url('../fonts/Menlo-Regular.eot');
  src: url('../fonts/Menlo-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Menlo-Regular.woff2') format('woff2'),
  url('../fonts/Menlo-Regular.woff') format('woff'),
  url('../fonts/Menlo-Regular.ttf') format('truetype'),
  url('../fonts/Menlo-Regular.svg#Menlo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
 */
@font-face {
  font-family: 'Space Mono';
  src: url(55016b32d7b0b9d667e42ea0233aa310.eot);
  src: url(55016b32d7b0b9d667e42ea0233aa310.eot?#iefix) format("embedded-opentype"), url(ef56176ebaed030483a67a4d9270223d.woff2) format("woff2"), url(b937d0fd0fdd62ae8b4f2fa4c509d621.woff) format("woff"), url(1ab1918e7ccea1225b844f23a4373618.ttf) format("truetype"), url(6c691a41b59cc7231cbdcfd636211b93.svg#SpaceMono-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

*,
*:active,
*:focus {
  outline: none; }

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

:root {
  --dark: #151515;
  --cream: #F7F1DA;
  --pink: #E8C9C7;
  --light_blue: #C1D3CF; }

html {
  font-size: 18px; }
  @media (max-width: 1440px) {
    html {
      font-size: 16px; } }

body::-webkit-scrollbar {
  display: none;
  opacity: 0;
  width: 0; }

body {
  color: #151515;
  font-family: 'Brown-Regular';
  line-height: 22px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: var(--cream);
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  @media (max-width: 1440px) {
    body {
      line-height: 20px; } }
  body.no-scroll {
    overflow: hidden; }

a {
  color: #151515;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  a:hover {
    color: #a7a7a7; }

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

ul {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h1,
.h1 {
  font-family: 'Brown-Bold';
  font-size: 50px;
  line-height: 55px; }
  @media (max-width: 1440px) {
    h1,
    .h1 {
      font-size: 36px;
      line-height: 42px; } }
  @media (max-width: 1160px) {
    h1,
    .h1 {
      font-size: 32px;
      line-height: 38px; } }
  @media (max-width: 660px) {
    h1,
    .h1 {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 375px) {
    h1,
    .h1 {
      font-size: 20px;
      line-height: 24px; } }

h2,
.h2 {
  font-family: 'Brown-Bold';
  font-size: 50px;
  line-height: 55px; }
  @media (max-width: 1440px) {
    h2,
    .h2 {
      font-size: 36px;
      line-height: 42px; } }
  @media (max-width: 1160px) {
    h2,
    .h2 {
      font-size: 32px;
      line-height: 38px; } }
  @media (max-width: 660px) {
    h2,
    .h2 {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 375px) {
    h2,
    .h2 {
      font-size: 20px;
      line-height: 24px; } }

h3,
.h3 {
  font-family: 'Brown-Regular';
  font-size: 18px;
  line-height: 22px; }
  @media all and (max-width: 1440px) {
    h3,
    .h3 {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 1160px) {
    h3,
    .h3 {
      font-size: 14px;
      line-height: 18px; } }

h4,
.h4 {
  font-family: 'Space Mono';
  font-size: 14px;
  line-height: 16px; }

h5,
.h5 {
  font-family: 'Brown-Regular';
  font-size: 18px;
  line-height: 22px; }

p {
  margin: 0 0 20px 0; }
  p:last-child {
    margin: 0 !important; }

b,
strong,
.strong {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

.center {
  text-align: center; }

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

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

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

.gray {
  color: #898989; }

.lightgray {
  color: #bcbcbc; }

.white {
  color: #fff; }

.uppercase {
  text-transform: uppercase; }

.is-mobile .full-screen {
  position: fixed; }

@media all and (max-width: 960px) {
  .is-mobile .pin-spacer {
    -webkit-backdrop-filter: unset !important;
            backdrop-filter: unset !important; }
  .is-mobile .block-big-text-title .big-text {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    mix-blend-mode: unset;
    position: static;
    z-index: unset; } }

.z-1 {
  position: relative;
  z-index: 1; }

.z-2 {
  position: relative;
  z-index: 2; }

.rotate-title {
  position: fixed;
  top: 50%;
  -webkit-transform: rotate(90deg) translateY(calc(-50% - 74px));
      -ms-transform: rotate(90deg) translateY(calc(-50% - 74px));
          transform: rotate(90deg) translateY(calc(-50% - 74px));
  right: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  z-index: 9; }
  @media all and (max-width: 1440px) {
    .rotate-title {
      -webkit-transform: rotate(90deg) translateY(calc(-50% - 94px));
          -ms-transform: rotate(90deg) translateY(calc(-50% - 94px));
              transform: rotate(90deg) translateY(calc(-50% - 94px)); } }
  @media all and (max-width: 660px) {
    .rotate-title {
      top: 0;
      left: 0;
      right: 0;
      -webkit-transform: unset;
          -ms-transform: unset;
              transform: unset;
      text-align: center;
      padding: 0 20px;
      padding: 8px 20px;
      background: transparent;
      -webkit-transition: background 0.35s;
      -o-transition: background 0.35s;
      transition: background 0.35s; } }

@media all and (max-width: 960px) {
  .page-begin {
    padding: calc(100vh - 40px) 0 0; } }

.bottom-titles {
  z-index: 1;
  left: 0;
  position: absolute;
  top: 0;
  height: 100vh;
  width: 50%;
  z-index: 2; }
  @media all and (max-width: 960px) {
    .bottom-titles {
      display: none; } }
  @media all and (max-width: 660px) {
    .bottom-titles {
      display: none; } }
  .bottom-titles > div {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: var(--cream);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 0.75s 0.25s;
    -o-transition: all 0.75s 0.25s;
    transition: all 0.75s 0.25s; }
    .bottom-titles > div > div {
      font-family: "Brown-Bold"; }
  .bottom-titles.disable > div {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }

.full-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
  /* @media all and (max-width:960px) {
        position:fixed;
    } */ }
  .full-screen .video {
    min-height: 100vh;
    height: 100%;
    width: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0; }
    @media all and (max-width: 960px) {
      .full-screen .video {
        width: 100%; } }
    .full-screen .video:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: var(--dark);
      opacity: 0.35;
      content: "";
      z-index: 1;
      display: none; }
      @media all and (max-width: 960px) {
        .full-screen .video:before {
          width: 100%; } }
    .full-screen .video video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* @media all and (max-width: 960px) {
                min-width: unset;
                width: auto;
                min-height: 105%;
                height: unset;
            } */ }
  .full-screen .video-2 {
    width: 50%;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
    @media all and (max-width: 960px) {
      .full-screen .video-2 {
        display: none; } }
    .full-screen .video-2:before {
      display: block; }
  .full-screen .bg-image {
    height: 100vh;
    position: relative; }
    .full-screen .bg-image:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      background: var(--dark);
      opacity: 0.35;
      content: "";
      z-index: 1; }
      @media all and (max-width: 960px) {
        .full-screen .bg-image:before {
          width: 100%; } }
    @media all and (max-width: 960px) {
      .full-screen .bg-image {
        height: calc(100vh - 40px); } }
  .full-screen .title {
    color: var(--cream);
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    will-change: transform;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }
    @media all and (max-width: 960px) {
      .full-screen .title {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media all and (max-width: 660px) {
      .full-screen .title {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    .full-screen .title.pink {
      color: var(--pink); }
    .full-screen .title.light_blue {
      color: var(--light_blue); }

.half-screen-texts .texts-container {
  width: 50%;
  margin: 0 0 0 auto; }
  @media all and (max-width: 960px) {
    .half-screen-texts .texts-container {
      width: 100%; }
      .half-screen-texts .texts-container .pin-spacer {
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
        mix-blend-mode: lighten;
        position: relative;
        z-index: 1;
        color: var(--dark);
        z-index: 1 !important; } }
  .half-screen-texts .texts-container.cream {
    background: var(--cream); }

.has-scrolled .bottom-titles > div {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

@media all and (max-width: 960px) {
  .has-scrolled .full-screen .title {
    opacity: 0; } }

@media all and (max-width: 660px) {
  .has-scrolled .rotate-title {
    background: var(--cream); }
  .has-scrolled.single-place:has(.page-place.light_blue) .rotate-title {
    background: var(--light_blue); }
  .has-scrolled.single-place:has(.page-place.pink) .rotate-title {
    background: var(--pink); } }

.block-image-text {
  background: var(--cream);
  /* &:has(.block-text) {
        .block-big-text {
            > div {
                padding: 20px calc(1 / 6 * 100%) 40px 20px;
                @media all and (max-width:960px) {
                    padding: 20px 20px 40px;
                }
            }
        }
    }*/ }
  .block-image-text.pink {
    background: var(--pink); }
  .block-image-text.light_blue {
    background: var(--light_blue); }
  .block-image-text img {
    width: 100%; }

.block-big-text > div {
  padding: 20px calc(1 / 6 * 100%) 0 20px; }
  @media all and (max-width: 960px) {
    .block-big-text > div {
      padding: 20px 20px 0; } }
  .block-big-text > div > p {
    margin: 0 0 60px !important; }
    @media all and (max-width: 960px) {
      .block-big-text > div > p {
        margin: 0 0 20px !important; } }

.block-big-text h2 {
  margin: 0 0 60px; }
  @media all and (max-width: 960px) {
    .block-big-text h2 {
      margin: 0 0 20px; } }

.block-big-text p {
  font-family: 'Brown-Bold';
  font-size: 50px;
  line-height: 55px; }
  @media (max-width: 1440px) {
    .block-big-text p {
      font-size: 36px;
      line-height: 42px; } }
  @media (max-width: 1160px) {
    .block-big-text p {
      font-size: 32px;
      line-height: 38px; } }
  @media (max-width: 660px) {
    .block-big-text p {
      font-size: 26px;
      line-height: 30px; } }
  @media (max-width: 375px) {
    .block-big-text p {
      font-size: 20px;
      line-height: 24px; } }

.block-text {
  padding: 0 calc(1 / 6 * 100%) 80px; }
  @media all and (max-width: 1440px) {
    .block-text {
      padding: 0 calc(1 / 6 * 100%) 60px; } }
  @media all and (max-width: 960px) {
    .block-text {
      padding: 0 16.66667% 40px 20px; }
      .block-text:last-of-type {
        padding-bottom: 80px; } }
  @media all and (max-width: 660px) {
    .block-text {
      padding: 0 20px 40px; } }

.block-big-text-title .title {
  background: var(--pink);
  padding: 0 20px 40px; }

.block-big-text-title div.h2 {
  padding: 0 calc(1 / 6 * 100%) 40px 20px; }
  @media all and (max-width: 960px) {
    .block-big-text-title div.h2 {
      padding: 0 30px 40px 20px; } }
  @media all and (max-width: 960px) {
    .block-big-text-title div.h2 {
      padding: 40px 20px; } }

.block-image img {
  width: 100%; }

.block-video {
  position: relative; }
  .block-video video {
    width: 100%;
    height: auto; }

.big-text {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  mix-blend-mode: lighten;
  position: relative;
  z-index: 1;
  color: var(--dark); }
  .big-text a {
    font-family: 'Brown-Regular';
    font-size: 18px;
    line-height: 22px; }
    @media all and (max-width: 1440px) {
      .big-text a {
        font-size: 16px;
        line-height: 20px; } }
    @media (max-width: 1160px) {
      .big-text a {
        font-size: 14px;
        line-height: 18px; } }
  .big-text > div {
    padding: 20px calc(1 / 6 * 100%) 20px 20px; }
    @media all and (max-width: 960px) {
      .big-text > div {
        padding: 40px 20px; } }
  .big-text.cream:before {
    background-color: var(--cream); }
  .big-text.pink:before {
    background-color: var(--pink); }
  .big-text.light_blue:before {
    background-color: var(--light_blue); }
  .big-text:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .big-text.with-full-effect {
    height: 100vh;
    min-height: 700px;
    /*@media all and (max-height: 500px) {
            min-height: 100%;
        }*/
    /*@media all and (max-width: 960px) {
            min-height: 100vh;
        }*/ }
    .big-text.with-full-effect:before {
      height: 100%; }
    @media all and (max-width: 960px) {
      .big-text.with-full-effect {
        min-height: 500px; } }
  .big-text.with-effect:before {
    right: 0;
    bottom: 0; }

.gfield_label {
  display: none; }

.ginput_container {
  margin: 0 0 10px; }

.ginput_container input,
.ginput_container textarea {
  outline: none;
  border: 0;
  border-radius: 2px; }

.ginput_container select {
  display: none; }

.ginput_container input {
  background: #fff;
  font-family: 'Brown-Regular';
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  width: 100%;
  padding: 4px 10px 6px; }
  .ginput_container input::-webkit-input-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .ginput_container input::-moz-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .ginput_container input:-ms-input-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .ginput_container input:-moz-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }

.ginput_container_select > .select2-container {
  width: 100% !important; }

.select2-container.select2-container--open .select2-selection__arrow:after {
  -webkit-transform: translateY(-50%) rotate(-180deg) !important;
      -ms-transform: translateY(-50%) rotate(-180deg) !important;
          transform: translateY(-50%) rotate(-180deg) !important; }

.gfield--type-select.gfield_error .select2-container {
  border: 1px solid #c60c0e; }

.gfield--type-select.gfield_error .gfield_validation_message {
  display: none; }

.gfield_validation_message {
  font-family: 'Brown-Regular';
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark); }
  @media all and (max-width: 660px) {
    .gfield_validation_message {
      font-size: 12px;
      line-height: 18px; } }

.gform_submission_error {
  display: none; }

.ginput_container_textarea textarea {
  background: #fff;
  max-height: 120px;
  min-height: 120px;
  font-family: 'Brown-Regular';
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  padding: 10px;
  width: 100%; }
  .ginput_container_textarea textarea::-webkit-input-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .ginput_container_textarea textarea::-moz-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .ginput_container_textarea textarea:-ms-input-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .ginput_container_textarea textarea:-moz-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }

fieldset {
  border: 0;
  outline: none;
  border-radius: 0; }

.gfield--type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin: 0 0 40px; }
  .gfield--type-radio .ginput_container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto; }
    .gfield--type-radio .ginput_container input {
      display: none; }
    .gfield--type-radio .ginput_container label {
      padding: 0 0 0 20px;
      font-family: 'Space Mono';
      font-size: 16px;
      line-height: 22px;
      position: relative; }
      @media all and (max-width: 960px) {
        .gfield--type-radio .ginput_container label {
          font-family: 'Space Mono';
          font-size: 14px;
          line-height: 16px;
          text-transform: unset; } }
      .gfield--type-radio .ginput_container label:before {
        position: absolute;
        content: '';
        top: 7px;
        left: 0;
        width: 11px;
        height: 11px;
        background: var(--dark);
        border-radius: 50%; }
      .gfield--type-radio .ginput_container label:after {
        position: absolute;
        content: '';
        top: 11px;
        left: 4px;
        width: 3px;
        height: 3px;
        background: var(--cream);
        border-radius: 50%; }
  .gfield--type-radio .gfield_description {
    font-family: 'Space Mono';
    font-size: 16px;
    line-height: 22px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 20px; }
    @media all and (max-width: 960px) {
      .gfield--type-radio .gfield_description {
        font-family: 'Space Mono';
        font-size: 14px;
        line-height: 16px;
        text-transform: unset; } }

input[type="submit"] {
  background: var(--dark);
  border-radius: 2px;
  width: 100%;
  outline: none;
  border: 1px solid var(--dark);
  font-family: 'Brown-Regular';
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  color: #fff;
  padding: 2px 0 6px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer; }
  input[type="submit"]:hover {
    background: transparent;
    color: var(--dark); }

.date_of_birth_dropdowns {
  position: relative;
  margin: 0 -5px; }
  .date_of_birth_dropdowns.gfield_error {
    /*.gfield_label {
            border: 1px solid #c60c0e;
        }*/ }
    .date_of_birth_dropdowns.gfield_error .select2-container {
      border: 1px solid #c60c0e; }
    .date_of_birth_dropdowns.gfield_error .gfield_validation_message {
      display: none; }
  .date_of_birth_dropdowns .gfield_label {
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark);
    background: #fff;
    white-space: nowrap;
    height: 32px;
    padding: 4px 0px 6px;
    width: 120px;
    border-radius: 2px;
    text-align: center; }
    @media all and (max-width: 660px) {
      .date_of_birth_dropdowns .gfield_label {
        left: 5px;
        right: 5px;
        width: auto;
        text-align: left;
        padding: 4px 10px 6px; } }
    .date_of_birth_dropdowns .gfield_label .gfield_required {
      display: none; }
  .date_of_birth_dropdowns .ginput_complex {
    margin: 0 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 130px); }
    @media all and (max-width: 660px) {
      .date_of_birth_dropdowns .ginput_complex {
        width: 100%;
        padding: 38px 0 0; } }
    .date_of_birth_dropdowns .ginput_complex > div {
      width: 33.33333%;
      padding: 0 5px; }
      @media all and (max-width: 660px) {
        .date_of_birth_dropdowns .ginput_complex > div {
          width: 100%; } }
    .date_of_birth_dropdowns .ginput_complex .select2-container {
      width: 100% !important;
      min-width: unset; }
      .date_of_birth_dropdowns .ginput_complex .select2-container.select2-container--open {
        min-width: unset; }

/*.gform_validation_errors,
.gfield_validation_message {
    display:none;
}*/
.gfield_error {
  position: relative; }
  .gfield_error .gfield_validation_message {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px; }

.gform_confirmation_message {
  font-family: 'Brown-Regular';
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  text-align: center; }

.select2-container {
  display: block;
  background: #fff;
  z-index: 10; }
  .select2-container .select2-search__field {
    display: none !important; }
  .select2-container .select2-selection__rendered {
    background: #fff;
    font-family: "Brown-Regular";
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    height: 32px;
    width: 100%;
    padding: 4px 10px 6px;
    color: var(--dark);
    display: block;
    cursor: pointer; }
  .select2-container .select2-results__option {
    padding: 4px 10px 6px;
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark);
    cursor: pointer; }
    .select2-container .select2-results__option.select2-results__option--highlighted {
      background: var(--dark);
      color: #fff; }
  .select2-container .select2-selection--single {
    position: relative; }
  .select2-container .select2-selection__arrow {
    display: block; }
    .select2-container .select2-selection__arrow b {
      display: none; }
    .select2-container .select2-selection__arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 10px;
      width: 8px;
      height: 6px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNCA1TDAuNTM1ODk5IDAuNDk5OTk5TDcuNDY0MSAwLjVMNCA1WiIgZmlsbD0iIzE1MTUxNSIvPgo8L3N2Zz4K);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

/* .letter {
    &:before,
    &:after {
        content: "";
        position: absolute;
        top: 0;
        width: 10px;
        height: 100%;
        background-color: var(--cream);
    }

    &:before {
        left: -9px;
    }

    &:after {
        right: -5px;
    }
}

.nynn {
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;

    .letter {
        position: relative;
        width: calc(25% - 20px);
        overflow: hidden;
        height: 25vw;
        //padding: 0 20px;
        &:nth-child(1) {
            svg {
                > rect {
                    mask: url(#mask1);
                }
            }
        }

        &:nth-child(2) {
            svg {
                > rect {
                    mask: url(#mask2);
                }
            }
        }

        &:nth-child(3) {
            svg {
                > rect {
                    mask: url(#mask3);
                }
            }
        }

        &:nth-child(4) {
            svg {
                > rect {
                    mask: url(#mask4);
                }
            }
        }
    }

    video {
        height: 100%;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
    }

    svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        //height: 100%;
        //height: 25vw;

        rect {
            fill: var(--cream);
            width: 101%;
        }
    }
}
 */
@media all and (max-width: 960px) {
  .home .big-text.with-full-effect {
    min-height: 100vh; }
    .home .big-text.with-full-effect:before {
      height: 100%; } }

.nynn {
  padding: 20px; }
  .nynn video {
    width: 100%;
    height: auto; }
  .nynn .letter {
    width: 25%;
    overflow: hidden;
    position: relative; }
    .nynn .letter.letter-1 h2 {
      -webkit-transform: translateX(-2.65625vw);
          -ms-transform: translateX(-2.65625vw);
              transform: translateX(-2.65625vw); }
    .nynn .letter.letter-3 h2 {
      -webkit-transform: translateX(-2.65625vw);
          -ms-transform: translateX(-2.65625vw);
              transform: translateX(-2.65625vw); }
    .nynn .letter.letter-4 h2 {
      -webkit-transform: translateX(0.3125vw);
          -ms-transform: translateX(0.3125vw);
              transform: translateX(0.3125vw); }
    .nynn .letter .video {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .nynn .letter .video video {
        width: auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .nynn .letter .big-text {
      -webkit-backdrop-filter: unset;
              backdrop-filter: unset; }
      @media all and (max-width: 960px) {
        .nynn .letter .big-text {
          -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
          mix-blend-mode: lighten;
          position: relative;
          z-index: 1;
          color: var(--dark);
          -webkit-backdrop-filter: unset;
                  backdrop-filter: unset; } }
    .nynn .letter h2 {
      font-size: 34.5vw;
      line-height: 32vw; }
      @media all and (max-width: 960px) {
        .nynn .letter h2 {
          font-size: 32.8125vw;
          line-height: 31vw; } }

.home-intro-container {
  margin: 0 0 calc(150vh - 100px); }
  .home-intro-container .intro-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: calc(100vh - 50px); }
    @media all and (max-width: 960px) {
      .home-intro-container .intro-content {
        min-height: calc(100vh - 40px); } }
  .home-intro-container .intro-texts {
    margin: auto;
    text-align: center; }
    .home-intro-container .intro-texts span {
      display: inline-block;
      will-change: transform;
      /*&:last-of-type {
                transform: translateY(90vh);
            }*/ }
      .home-intro-container .intro-texts span:first-of-type {
        -webkit-transform: translateY(30vh);
            -ms-transform: translateY(30vh);
                transform: translateY(30vh); }
      .home-intro-container .intro-texts span:nth-of-type(2) {
        -webkit-transform: translateY(90vh);
            -ms-transform: translateY(90vh);
                transform: translateY(90vh); }
      @media all and (max-width: 960px) {
        .home-intro-container .intro-texts span {
          width: 100%;
          /*&:last-of-type {
                    transform: translateY(225vh);
                }*/ }
          .home-intro-container .intro-texts span .space {
            display: none; }
          .home-intro-container .intro-texts span:first-of-type {
            -webkit-transform: translateY(75vh);
                -ms-transform: translateY(75vh);
                    transform: translateY(75vh); }
          .home-intro-container .intro-texts span:nth-of-type(2) {
            -webkit-transform: translateY(225vh);
                -ms-transform: translateY(225vh);
                    transform: translateY(225vh); } }

@media all and (max-width: 960px) {
  .home-about {
    position: relative;
    z-index: 2; } }

.home-about .full-screen {
  position: relative; }
  .home-about .full-screen .video {
    position: relative;
    min-height: auto;
    height: 100vh;
    width: 100%;
    right: 0; }
    .home-about .full-screen .video:before {
      display: block; }
    .home-about .full-screen .video video {
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%; }

.home-about .half-screen-texts > div {
  margin: 0; }

.home-about .bg-image:before {
  display: none; }
  @media all and (max-width: 960px) {
    .home-about .bg-image:before {
      display: block; } }

.home-about .video:before {
  width: 100%; }

.home-approach {
  position: relative; }
  @media all and (max-width: 960px) {
    .home-approach {
      z-index: 3; } }
  .home-approach .video:before {
    display: none; }
    @media all and (max-width: 960px) {
      .home-approach .video:before {
        display: block; } }
  .home-approach .video video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%; }
  .home-approach .bg-image:before {
    display: none; }
    @media all and (max-width: 960px) {
      .home-approach .bg-image:before {
        display: block; } }

.home-place {
  position: relative; }
  .home-place:nth-of-type(2) .half-screen-texts .texts-container {
    margin: 0; }
  .home-place:nth-of-type(2) .bg-image:before {
    width: 100%;
    opacity: 0.2; }
  .home-place:nth-of-type(2) .full-screen-not-pin {
    right: 0;
    left: unset; }
  .home-place:nth-of-type(3) .video:before {
    width: 100%;
    display: none; }
    @media all and (max-width: 960px) {
      .home-place:nth-of-type(3) .video:before {
        display: block; } }
  .home-place:nth-of-type(3) .bg-image:before {
    width: 100%; }
  @media all and (max-width: 960px) {
    .home-place:first-of-type {
      z-index: 4; }
    .home-place:nth-of-type(2) {
      z-index: 5; }
      .home-place:nth-of-type(2) .bg-image:before {
        opacity: 0.35; }
    .home-place:nth-of-type(3) {
      z-index: 6; } }

.home-place.with-full .full-screen {
  position: relative; }

.home-place.with-full .bg-image:before {
  display: none; }
  @media all and (max-width: 960px) {
    .home-place.with-full .bg-image:before {
      display: block; } }

.home-place.with-full .video:before {
  width: 100%; }

.home-membership {
  /* margin: 0 0 -50px;

    @media all and (max-width: 960px) {
        margin: 0 0 -40px;
    }*/ }
  .home-membership .big-text.with-full-effect {
    min-height: auto; }
  .home-membership .full-screen {
    position: relative; }
  .home-membership .bg-image:before {
    display: none; }
    @media all and (max-width: 960px) {
      .home-membership .bg-image:before {
        display: block; } }
  .home-membership .full-screen {
    position: relative; }
    .home-membership .full-screen .video {
      position: relative;
      min-height: auto;
      height: 100vh;
      width: 100%;
      right: 0; }
      .home-membership .full-screen .video:before {
        display: block;
        width: 100%; }
      .home-membership .full-screen .video video {
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%; }
  .home-membership .half-screen-texts > div {
    margin: 0; }
  @media all and (max-width: 960px) {
    .home-membership {
      position: relative;
      z-index: 7; } }

.home-link .col-1 {
  width: 33.33333%; }

@media all and (max-width: 960px) {
  .home-link .col-1 {
    width: 41.66667%; }
  .home-link .col-2 {
    margin: 0 0 0 auto; } }

@media all and (max-width: 660px) {
  .home-link .col-1 {
    width: 100%;
    margin: 0 0 5px; }
  .home-link .col-2 {
    margin: 0; } }

.full-screen-not-pin {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  overflow: hidden; }
  @media all and (max-width: 960px) {
    .full-screen-not-pin {
      position: relative;
      height: 100vh;
      width: 100%; } }
  .full-screen-not-pin > div {
    width: 100%;
    height: 100%; }
  .full-screen-not-pin .video {
    height: 100%;
    width: 100%;
    position: relative; }
    .full-screen-not-pin .video:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: var(--dark);
      opacity: 0.35;
      content: "";
      z-index: 1; }
      @media all and (max-width: 960px) {
        .full-screen-not-pin .video:before {
          width: 100%; } }
    .full-screen-not-pin .video video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /*@media all and (max-width:960px) {
                min-width: auto;
                width: auto;
                min-height: 105%;
                height: auto;
            }*/
      /*@media all and (max-width:660px) {
                min-width: unset;
                width: auto;
                min-height: 150%;
                height: unset;
            }*/ }
  .full-screen-not-pin .image {
    width: 100%;
    height: 100%; }
  .full-screen-not-pin .bg-image {
    height: 100%;
    width: 100%;
    position: relative; }
    .full-screen-not-pin .bg-image:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 50%;
      background: var(--dark);
      opacity: 0.35;
      content: "";
      z-index: 1; }
      @media all and (max-width: 960px) {
        .full-screen-not-pin .bg-image:before {
          width: 100%; } }

.page-place {
  /* @media all and (max-width:960px) {
        position: relative;
        z-index: 2;
        background: var(--cream);
    } */ }
  .page-place.pink {
    background-color: var(--pink); }
  .page-place.light_blue {
    background-color: var(--light_blue); }
  @media all and (max-width: 660px) {
    .page-place .place-layout-1 .place-blocks {
      position: relative;
      z-index: 2; }
      .page-place .place-layout-1 .place-blocks.pink {
        background-color: var(--pink); }
      .page-place .place-layout-1 .place-blocks.light_blue {
        background-color: var(--light_blue); }
      .page-place .place-layout-1 .place-blocks .big-text.with-effect:before {
        display: none; }
      .page-place .place-layout-1 .place-blocks .block-big-text:last-of-type {
        padding-bottom: 80px; } }
  .page-place .place-layout-2 .half-screen-texts .pin-spacer {
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    mix-blend-mode: lighten;
    position: relative;
    color: var(--dark);
    z-index: 1 !important; }
    .page-place .place-layout-2 .half-screen-texts .pin-spacer .big-text.with-full-effect:before {
      top: -1px;
      height: calc(100% + 1px); }
  @media all and (max-width: 960px) {
    .page-place .place-layout-2 .half-screen-texts .pin-spacer:last-of-type {
      -webkit-backdrop-filter: unset;
              backdrop-filter: unset;
      mix-blend-mode: unset;
      z-index: 2 !important; } }
  .page-place .place-layout-2 .place-blocks.pink {
    background-color: var(--pink); }
    .page-place .place-layout-2 .place-blocks.pink .half-block .texts-container {
      background: var(--pink); }
  .page-place .place-layout-2 .place-blocks.light_blue {
    background-color: var(--light_blue); }
    .page-place .place-layout-2 .place-blocks.light_blue .half-block .texts-container {
      background: var(--light_blue); }
  .page-place .place-layout-2 .place-blocks .half-block {
    position: relative; }
  @media all and (max-width: 1160px) {
    .page-place .places-links > div {
      font-size: 14px;
      line-height: 18px; } }
  @media all and (max-width: 960px) {
    .page-place .place-links {
      padding: 0 20px; } }

.place-links > div {
  cursor: pointer;
  -webkit-transition: color 0.75s;
  -o-transition: color 0.75s;
  transition: color 0.75s; }
  .place-links > div:first-of-type {
    margin: 0 20px 0 0; }
  .place-links > div:hover {
    color: #c1c1c1; }

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background: var(--cream);
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 960px) {
    .video-popup {
      bottom: 40px; } }
  .video-popup video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: 100%; }
    @media all and (max-width: 660px) {
      .video-popup video {
        top: 40px;
        height: calc(100% - 40px);
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .video-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: color 0.75s;
    -o-transition: color 0.75s;
    transition: color 0.75s; }
    .video-popup .close-btn:hover {
      color: #c1c1c1; }

.spaces-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background: #fff;
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 960px) {
    .spaces-popup {
      bottom: 40px; } }
  .spaces-popup img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: auto; }
  .spaces-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: color 0.75s;
    -o-transition: color 0.75s;
    transition: color 0.75s; }
    .spaces-popup .close-btn:hover {
      color: #c1c1c1; }

.open-video-popup .video-popup {
  pointer-events: all;
  opacity: 1; }

.open-video-popup #footer {
  display: none !important; }

.open-video-popup #header {
  display: block !important; }

.open-spaces-popup .spaces-popup {
  pointer-events: all;
  opacity: 1; }

.open-spaces-popup #footer {
  display: none !important; }

.open-spaces-popup #header {
  display: block !important; }

.about-texts .block-big-text > div {
  padding-bottom: 40px; }

.about-texts .manifesto-btn-container {
  padding: 0 20px 80px; }

.about-other-texts {
  background-color: var(--cream); }

.form-btn {
  cursor: pointer;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }
  .form-btn:hover {
    color: #c1c1c1; }

.manifesto-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background: #fff;
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  visibility: hidden; }
  @media all and (max-width: 960px) {
    .manifesto-container {
      bottom: 40px; } }
  .manifesto-container > div {
    opacity: 0;
    height: 100%;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }
    .manifesto-container > div div.h2 {
      font-size: 40px;
      line-height: 45px; }
      @media all and (max-width: 1440px) {
        .manifesto-container > div div.h2 {
          font-family: 'Brown-Bold';
          font-size: 50px;
          line-height: 55px; } }
  @media all and (max-width: 1440px) and (max-width: 1440px) {
    .manifesto-container > div div.h2 {
      font-size: 36px;
      line-height: 42px; } }
  @media all and (max-width: 1440px) and (max-width: 1160px) {
    .manifesto-container > div div.h2 {
      font-size: 32px;
      line-height: 38px; } }
  @media all and (max-width: 1440px) and (max-width: 660px) {
    .manifesto-container > div div.h2 {
      font-size: 26px;
      line-height: 30px; } }
  @media all and (max-width: 1440px) and (max-width: 375px) {
    .manifesto-container > div div.h2 {
      font-size: 20px;
      line-height: 24px; } }
    .manifesto-container > div > .flex {
      padding: 0 20px;
      margin: 0 -10px;
      height: 100%; }
      .manifesto-container > div > .flex > div {
        width: 25%;
        padding: 20px 10px 0;
        color: var(--dark); }
        @media all and (max-width: 1160px) {
          .manifesto-container > div > .flex > div {
            width: 50%; } }
        @media all and (max-width: 960px) {
          .manifesto-container > div > .flex > div {
            width: 100%;
            margin: 0 0 18px;
            padding: 0 10px; }
            .manifesto-container > div > .flex > div:first-of-type {
              padding-top: 20px; } }
      .manifesto-container > div > .flex .col-5 {
        width: 100%;
        text-align: center;
        padding: 60px 20px;
        margin: auto 0 0;
        position: relative; }
        @media all and (max-width: 660px) {
          .manifesto-container > div > .flex .col-5 {
            text-align: left; } }
        .manifesto-container > div > .flex .col-5 .manifesto-btn {
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          padding: 0 !important; }

.open-manifesto .manifesto-container {
  pointer-events: all;
  visibility: visible; }
  .open-manifesto .manifesto-container > div {
    opacity: 1; }

.open-manifesto #header {
  display: block !important; }

.open-manifesto #footer {
  display: none !important; }

@media all and (max-width: 960px) {
  .page-template-template-approach.is-mobile .full-screen {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    will-change: unset; }
    .page-template-template-approach.is-mobile .full-screen .pin-spacer {
      -webkit-backdrop-filter: blur(1rem);
      backdrop-filter: blur(1rem);
      mix-blend-mode: lighten;
      position: relative;
      z-index: 1;
      color: var(--dark);
      z-index: 1 !important; }
    .page-template-template-approach.is-mobile .full-screen .image,
    .page-template-template-approach.is-mobile .full-screen .video {
      position: fixed;
      top: 0;
      left: 0;
      height: calc(100vh - 40px); }
    .page-template-template-approach.is-mobile .full-screen .title {
      position: fixed; }
    .page-template-template-approach.is-mobile .full-screen .big-text {
      width: 100%;
      margin: 0; } }

/* .page-template-template-approach.is-mobile {
    .full-screen {
        position: relative;
    }
}
 */
.page-approach {
  /* &.page-begin {
        padding: 0;
    } */ }
  .page-approach .full-screen {
    position: static;
    /* @media all and (max-width:960px) {
            will-change: unset;
            padding: calc(100vh - 40px) 0 0;

            .title {
                top: 50vh;
            }


            .big-text {
                width: 100%;
            }
        } */ }
    .page-approach .full-screen .big-text {
      width: 50%;
      margin: 0 0 0 auto;
      min-height: 100vh; }
    .page-approach .full-screen .video-2 {
      width: 50%;
      overflow: hidden;
      top: 0;
      right: 0;
      bottom: 0;
      left: unset;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
      .page-approach .full-screen .video-2:before {
        width: 100%; }

.approach-texts {
  margin: 100vh 0 0; }
  @media all and (max-width: 960px) {
    .approach-texts {
      margin: 0; } }
  @media all and (max-width: 960px) {
    .approach-texts .approach-blocks {
      position: relative;
      z-index: 2;
      background: var(--cream); } }
  .approach-texts .approach-blocks > .big-text > div {
    padding: 0 calc(1 / 6 * 100%) 40px 20px; }
    @media all and (max-width: 960px) {
      .approach-texts .approach-blocks > .big-text > div {
        padding: 40px 20px; } }
  .approach-texts .approach-blocks .half-block .image:first-of-type .bg-image {
    height: 100vh; }
  .approach-texts .approach-blocks .half-block .image:not(.image:first-of-type) .bg-image {
    height: 50vh; }
    @media all and (max-width: 960px) {
      .approach-texts .approach-blocks .half-block .image:not(.image:first-of-type) .bg-image {
        height: 65vw; } }
  .approach-texts .blocks-container {
    background-color: var(--cream); }
  .approach-texts .approach-block-texts {
    will-change: transform; }

.approach-block-1 {
  position: relative;
  z-index: 2; }
  .approach-block-1 .block-image-video .to-pin {
    height: 100%; }
    .approach-block-1 .block-image-video .to-pin > .image {
      height: 100%; }
  .approach-block-1 .bg-image {
    height: 100%; }

.approach-block-2 {
  position: relative;
  z-index: 3; }

.approach-block-3 {
  position: relative;
  z-index: 4; }

.approach-block-4 {
  position: relative;
  z-index: 5; }
  .approach-block-4 .block-image-video .to-pin {
    height: 100%; }
    .approach-block-4 .block-image-video .to-pin > .image {
      height: 100%; }
  .approach-block-4 .bg-image {
    height: 100%; }

.half-block .block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .half-block .block-container > div {
    width: 50%; }
    @media all and (max-width: 960px) {
      .half-block .block-container > div {
        width: 100%; }
        .half-block .block-container > div:first-of-type {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
        .half-block .block-container > div:last-of-type {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.half-block:nth-of-type(even) .block-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.half-block .bg-image {
  height: 100vh;
  min-height: 100%; }

.half-block img {
  width: 100%; }

.half-block .video {
  min-height: 100vh;
  position: relative;
  overflow: hidden; }
  .half-block .video video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* min-width: 105%;
            height: auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.half-block .video-2 video {
  width: 100%;
  height: auto; }

.half-block .block-image-video .to-pin {
  position: relative; }

.half-block .texts-container {
  height: 100%;
  background: var(--cream);
  position: relative;
  will-change: transform; }
  @media all and (max-width: 960px) {
    .half-block .texts-container {
      min-height: 100vh; } }

.careers-texts {
  background-color: var(--cream);
  margin: -1px 0 0; }
  .careers-texts .block-text {
    padding-bottom: 40px; }
    .careers-texts .block-text:last-of-type {
      padding-bottom: 80px; }
  .careers-texts .block-big-text h2 {
    margin: 0; }
  .careers-texts .block-big-text:first-of-type > div > h2 {
    margin: 0 0 60px; }
    @media all and (max-width: 960px) {
      .careers-texts .block-big-text:first-of-type > div > h2 {
        margin: 0 0 40px; } }
    @media all and (max-width: 660px) {
      .careers-texts .block-big-text:first-of-type > div > h2 {
        margin: 0 0 20px; } }
  .careers-texts .block-big-text:not(.block-big-text:first-of-type) > div {
    padding: 20px calc(1/6 * 100%); }
    @media all and (max-width: 960px) {
      .careers-texts .block-big-text:not(.block-big-text:first-of-type) > div {
        padding: 0 20px 20px; } }
    @media all and (max-width: 660px) {
      .careers-texts .block-big-text:not(.block-big-text:first-of-type) > div {
        padding: 0 20px 10px; } }

.careers-image-1 img,
.careers-image-2 img {
  width: 100%; }

.membership-form-btn,
.register-form-link {
  margin: 20px 0 0; }

.page-membership .place-links {
  padding: 0;
  margin: 0 0 20px; }

.page-membership .block-image-text {
  margin: -1px 0 0; }

.membership-form-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background: #fff;
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  visibility: hidden;
  background: var(--cream); }
  @media all and (max-width: 960px) {
    .membership-form-container {
      bottom: 40px; } }
  .membership-form-container:has(.gform_confirmation_message) .membership-form-title {
    display: none; }
  .membership-form-container:has(.gform_confirmation_message) .membership-form-subtitle {
    display: none; }
  .membership-form-container .gform_confimation_message {
    font-family: 'Brown-Bold';
    font-size: 50px;
    line-height: 55px; }
    @media (max-width: 1440px) {
      .membership-form-container .gform_confimation_message {
        font-size: 36px;
        line-height: 42px; } }
    @media (max-width: 1160px) {
      .membership-form-container .gform_confimation_message {
        font-size: 32px;
        line-height: 38px; } }
    @media (max-width: 660px) {
      .membership-form-container .gform_confimation_message {
        font-size: 26px;
        line-height: 30px; } }
    @media (max-width: 375px) {
      .membership-form-container .gform_confimation_message {
        font-size: 20px;
        line-height: 24px; } }
  .membership-form-container > div {
    opacity: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s; }
    .membership-form-container > div > div:first-of-type {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 640px;
      text-align: center;
      margin: 0 auto; }
      @media all and (max-width: 660px) {
        .membership-form-container > div > div:first-of-type {
          width: calc(100% - 40px);
          position: static;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          padding: 40px 0 80px; } }
      .membership-form-container > div > div:first-of-type .membership-form-title {
        padding: 0 0 40px; }
        @media all and (max-width: 660px) {
          .membership-form-container > div > div:first-of-type .membership-form-title {
            padding: 0 0 20px; } }
      .membership-form-container > div > div:first-of-type .membership-form-subtitle {
        padding: 0 0 40px; }
      .membership-form-container > div > div:first-of-type .membership-form {
        text-align: left; }
      .membership-form-container > div > div:first-of-type .gform_footer {
        margin: 0 0 40px; }
    .membership-form-container > div > .form-btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      margin: 0; }
      @media all and (max-width: 660px) {
        .membership-form-container > div > .form-btn {
          position: static;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 0 20px 0 auto;
          -webkit-transform: translateY(-40px);
              -ms-transform: translateY(-40px);
                  transform: translateY(-40px); } }

.page-template-template-membership .select2-container {
  min-width: 163px; }
  @media all and (max-width: 660px) {
    .page-template-template-membership .select2-container {
      min-width: calc(100% - 40px); } }
  .page-template-template-membership .select2-container ul {
    max-height: 250px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .page-template-template-membership .select2-container ul::-webkit-scrollbar {
      width: 3px; }
    .page-template-template-membership .select2-container ul::-webkit-scrollbar-track {
      background: var(--thumb); }
    .page-template-template-membership .select2-container ul::-webkit-scrollbar-thumb {
      background: #000; }
    .page-template-template-membership .select2-container ul::-webkit-scrollbar-thumb:hover {
      background: #c1c1c1; }

.page-template-template-membership .membership-apply-popup-btn {
  cursor: pointer;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  transition: color 0.35s; }
  .page-template-template-membership .membership-apply-popup-btn:hover {
    color: #c1c1c1; }

.open-membership-form .membership-form-container {
  pointer-events: all;
  visibility: visible; }
  .open-membership-form .membership-form-container > div {
    opacity: 1; }

.open-membership-form #footer {
  display: none !important; }

.open-membership-form #header {
  display: block !important; }

.tiers-pricing-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background: var(--cream);
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 960px) {
    .tiers-pricing-popup {
      bottom: 40px; } }
  .tiers-pricing-popup > .tiers-pricing-container {
    width: 33.33333%;
    padding: 8.33333vw 10px 50px;
    margin: 0 auto; }
    @media all and (max-width: 1160px) {
      .tiers-pricing-popup > .tiers-pricing-container {
        width: 50%; } }
    @media all and (max-width: 960px) {
      .tiers-pricing-popup > .tiers-pricing-container {
        width: 75%; } }
    @media all and (max-width: 660px) {
      .tiers-pricing-popup > .tiers-pricing-container {
        width: 100%;
        padding: 70px 10px 50px; } }
    .tiers-pricing-popup > .tiers-pricing-container > h2 {
      margin: 0 -25% 40px;
      text-align: center; }
      @media all and (max-width: 960px) {
        .tiers-pricing-popup > .tiers-pricing-container > h2 {
          margin: 0 0 40px; } }
  .tiers-pricing-popup .founding-members-text,
  .tiers-pricing-popup .regular-members-text {
    margin: 0 0 30px; }
  .tiers-pricing-popup .prices-container {
    margin: 0 -5px; }
    .tiers-pricing-popup .prices-container .row {
      background: #fff;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 4px 10px 6px;
      margin: 0 0 10px; }
      @media all and (max-width: 960px) {
        .tiers-pricing-popup .prices-container .row > h2 {
          width: calc(100% - 75px); } }
  .tiers-pricing-popup .one-off {
    text-align: right;
    margin: 0 0 10px; }
  .tiers-pricing-popup .join-fee-container {
    margin: 0 -5px 40px; }
    .tiers-pricing-popup .join-fee-container > .flex {
      padding: 4px 10px 6px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: var(--dark);
      color: var(--cream); }
  .tiers-pricing-popup .annual-title {
    text-align: right;
    margin: 0 0 10px; }
  .tiers-pricing-popup .vat-text {
    text-align: center; }
  .tiers-pricing-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: color 0.75s;
    -o-transition: color 0.75s;
    transition: color 0.75s; }
    .tiers-pricing-popup .close-btn:hover {
      color: #c1c1c1; }

.faqs-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background: var(--cream);
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 960px) {
    .faqs-popup {
      bottom: 40px; } }
  .faqs-popup > .faqs-container {
    width: 50%;
    padding: 27vh 10px 50px;
    margin: 0 auto; }
    @media all and (max-width: 1440px) {
      .faqs-popup > .faqs-container {
        width: 66.66667%; } }
    @media all and (max-width: 1160px) {
      .faqs-popup > .faqs-container {
        width: 83.33333%; } }
    @media all and (max-width: 960px) {
      .faqs-popup > .faqs-container {
        width: 100%; } }
    @media all and (max-width: 660px) {
      .faqs-popup > .faqs-container {
        padding: 70px 10px 50px; } }
    .faqs-popup > .faqs-container > h2 {
      margin: 0 0 40px;
      text-align: center; }
  .faqs-popup .faq {
    margin: 0 -5px 20px; }
    @media all and (max-width: 660px) {
      .faqs-popup .faq {
        margin: 0 0 40px; }
        .faqs-popup .faq .col-1 {
          margin: 0 0 20px; } }
    .faqs-popup .faq .col-2 li {
      padding: 0 0 0 20px;
      margin: 0 0 5px;
      position: relative; }
      .faqs-popup .faq .col-2 li:before {
        content: "";
        position: absolute;
        top: 9px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #151515;
        border-radius: 50%; }
  .faqs-popup .col-1,
  .faqs-popup .col-2 {
    width: 50%;
    padding: 0 5px; }
    @media all and (max-width: 660px) {
      .faqs-popup .col-1,
      .faqs-popup .col-2 {
        width: 100%;
        padding: 0; } }
  .faqs-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: color 0.75s;
    -o-transition: color 0.75s;
    transition: color 0.75s; }
    .faqs-popup .close-btn:hover {
      color: #c1c1c1; }

.membership-apply-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  background: var(--cream);
  z-index: 9;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  @media all and (max-width: 960px) {
    .membership-apply-popup {
      bottom: 40px; } }
  .membership-apply-popup > .membership-apply-container {
    width: 50%;
    padding: 27vh 10px 50px;
    margin: 0 auto;
    text-align: center; }
    @media all and (max-width: 1440px) {
      .membership-apply-popup > .membership-apply-container {
        width: 66.66667%; } }
    @media all and (max-width: 1160px) {
      .membership-apply-popup > .membership-apply-container {
        width: 83.33333%; } }
    @media all and (max-width: 960px) {
      .membership-apply-popup > .membership-apply-container {
        width: 100%; } }
    @media all and (max-width: 660px) {
      .membership-apply-popup > .membership-apply-container {
        padding: 70px 10px 50px; } }
  .membership-apply-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: color 0.75s;
    -o-transition: color 0.75s;
    transition: color 0.75s; }
    .membership-apply-popup .close-btn:hover {
      color: #c1c1c1; }

.open-tiers-popup .tiers-pricing-popup {
  pointer-events: all;
  opacity: 1; }

.open-tiers-popup #footer {
  display: none !important; }

.open-tiers-popup #header {
  display: block !important; }

.open-faqs-popup .faqs-popup {
  pointer-events: all;
  opacity: 1; }

.open-faqs-popup #footer {
  display: none !important; }

.open-faqs-popup #header {
  display: block !important; }

.open-membership-apply-popup .membership-apply-popup {
  pointer-events: all;
  opacity: 1; }

.open-membership-apply-popup #footer {
  display: none !important; }

.open-membership-apply-popup #header {
  display: block !important; }

.membership-password .password-form {
  padding: 0 calc(1.5 / 6 * 100%) 80px; }
  @media all and (max-width: 1440px) {
    .membership-password .password-form {
      padding: 0 calc(1 / 6 * 100%) 80px; } }
  @media all and (max-width: 960px) {
    .membership-password .password-form {
      padding: 0 calc(1.5 / 6 * 100%) 40px; } }
  @media all and (max-width: 660px) {
    .membership-password .password-form {
      padding: 0 20px 40px; } }
  .membership-password .password-form > div {
    position: relative; }
    .membership-password .password-form > div .error-message {
      position: absolute;
      top: 46px;
      right: 10px;
      font-family: "Brown-Regular";
      font-size: 14px;
      line-height: 20px;
      font-style: normal;
      font-weight: 400;
      color: var(--dark); }

.membership-password .custom-password-form label {
  margin: 0 0 20px;
  display: block; }

.membership-password .custom-password-form input {
  border: 0;
  outline: none;
  background: #fff;
  font-family: 'Brown-Regular';
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  width: 100%;
  padding: 4px 10px 6px;
  margin: 0 0 10px; }
  .membership-password .custom-password-form input::-webkit-input-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .membership-password .custom-password-form input::-moz-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .membership-password .custom-password-form input:-ms-input-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }
  .membership-password .custom-password-form input:-moz-placeholder {
    font-family: 'Brown-Regular';
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    color: var(--dark); }

.membership-password .custom-password-form button {
  display: block;
  background: var(--dark);
  border-radius: 2px;
  width: 100%;
  outline: none;
  border: 1px solid var(--dark);
  font-family: "Brown-Regular";
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
  color: #fff;
  padding: 2px 0 6px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer; }
  .membership-password .custom-password-form button:hover {
    background: transparent;
    color: var(--dark); }

@media all and (max-width: 660px) {
  .page-template-template-contact .select2-container {
    min-width: calc(100% - 40px); } }

.contact-information {
  background-color: var(--cream); }

.contact-texts .big-text {
  padding: 30px calc(1/6 * 100%) 8.33333vw 0; }
  @media all and (max-width: 960px) {
    .contact-texts .big-text {
      padding: 0; } }
  @media all and (max-width: 660px) {
    .contact-texts .big-text {
      -webkit-backdrop-filter: blur(1rem);
      backdrop-filter: blur(1rem);
      mix-blend-mode: lighten;
      position: relative;
      z-index: 1;
      color: var(--dark); } }

.contact-texts .contact-form > div {
  padding: 0 calc(1/6 * 100%) 8.33333vw; }
  @media all and (max-width: 1160px) {
    .contact-texts .contact-form > div {
      padding: 0 20px 8.33333vw; } }
  @media all and (max-width: 960px) {
    .contact-texts .contact-form > div {
      padding: 0 20px 80px; } }

.contact-texts .contact-info {
  padding: 0 20px 40px;
  text-align: center; }
  .contact-texts .contact-info a:hover {
    opacity: 0.6; }

.contact-texts .contact-map {
  text-align: center;
  /*.map-container {
            height: 0;
            padding-top: 100%;
            position: relative;
            mix-blend-mode: multiply;

            #map {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
        }*/ }
  .contact-texts .contact-map > div {
    padding: 0 calc(1/6 * 100%) 6.25vw;
    /*a {
                margin: 0 0 40px;
                display: inline-block;
            }*/ }
    @media all and (max-width: 1160px) {
      .contact-texts .contact-map > div {
        padding: 0 20px 10vw; } }
    @media all and (max-width: 960px) {
      .contact-texts .contact-map > div {
        padding: 0 20px 80px; } }
    .contact-texts .contact-map > div .location {
      margin: 0 0 30px; }
      @media all and (max-width: 660px) {
        .contact-texts .contact-map > div .location {
          margin: 0 0 60px; } }
      .contact-texts .contact-map > div .location:last-of-type {
        margin: 0; }
      .contact-texts .contact-map > div .location > .flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 -10px; }
        .contact-texts .contact-map > div .location > .flex > div {
          padding: 0 10px;
          width: 50%; }
          @media all and (max-width: 960px) {
            .contact-texts .contact-map > div .location > .flex > div:first-of-type {
              width: 41.66667%; }
            .contact-texts .contact-map > div .location > .flex > div:last-of-type {
              width: 58.33333%; } }
          @media all and (max-width: 660px) {
            .contact-texts .contact-map > div .location > .flex > div:first-of-type {
              width: 100%;
              margin: 0 0 30px; }
            .contact-texts .contact-map > div .location > .flex > div:last-of-type {
              width: 100%;
              text-align: center; } }
      .contact-texts .contact-map > div .location .map-container > div {
        height: 0;
        padding-top: 100%;
        position: relative;
        mix-blend-mode: multiply; }
        .contact-texts .contact-map > div .location .map-container > div > div {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(21, 21, 21, 0.3); }

.page-terms {
  /*  ol {
        list-style-type: none;
        padding: 0 calc(1 / 6 * 100%);

        @media all and (max-width: 1160px) {
            padding: 0 20px;
        }

        @media all and (max-width: 960px) {
            padding: 0 16.66667%;
        }

        @media all and (max-width: 660px) {
            padding: 0 20px;
        }

        li {
            padding: 0 0 0 20px;
            margin: 0 0 5px;
            position: relative;

            &:before {
                content: "";
                position: absolute;
                top: 9px;
                left: 0;
                width: 5px;
                height: 5px;
                background: #151515;
                border-radius: 50%;
            }
        }
    }*/ }
  @media all and (max-width: 960px) {
    .page-terms {
      padding: 40px 0 0; } }
  @media all and (max-width: 960px) {
    .page-terms .full-screen {
      position: static; } }
  .page-terms .full-screen .title {
    color: #000; }
    @media all and (max-width: 960px) {
      .page-terms .full-screen .title {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 0 20px 20px; } }
  .page-terms .block-image-text > h2 {
    padding: 20px calc(1 / 6 * 100%); }
    @media all and (max-width: 960px) {
      .page-terms .block-image-text > h2 {
        padding: 20px 20px 40px; } }
  .page-terms .block-texts {
    padding: 20px 0 0; }
    .page-terms .block-texts h2 {
      padding: 0 calc(1 / 6 * 100%) 20px; }
      @media all and (max-width: 1160px) {
        .page-terms .block-texts h2 {
          padding: 0 20px 20px; } }
      @media all and (max-width: 960px) {
        .page-terms .block-texts h2 {
          padding: 0 16.66667% 20px; } }
      @media all and (max-width: 660px) {
        .page-terms .block-texts h2 {
          padding: 0 20px 20px; } }
    .page-terms .block-texts p {
      padding: 0 calc(1 / 6 * 100%); }
      @media all and (max-width: 1160px) {
        .page-terms .block-texts p {
          padding: 0 20px; } }
      @media all and (max-width: 960px) {
        .page-terms .block-texts p {
          padding: 0 16.66667%; } }
      @media all and (max-width: 660px) {
        .page-terms .block-texts p {
          padding: 0 20px;
          margin: 0 0 40px; } }
      .page-terms .block-texts p:last-of-type {
        padding-bottom: 80px; }
    .page-terms .block-texts ul {
      padding: 0 calc(1 / 6 * 100%) 18px; }
      @media all and (max-width: 1160px) {
        .page-terms .block-texts ul {
          padding: 0 20px 18px; } }
      @media all and (max-width: 960px) {
        .page-terms .block-texts ul {
          padding: 0 16.66667% 18px; } }
      @media all and (max-width: 660px) {
        .page-terms .block-texts ul {
          padding: 0 20px 18px; } }
      .page-terms .block-texts ul li {
        padding: 0 0 0 20px;
        margin: 0 0 5px;
        position: relative; }
        .page-terms .block-texts ul li:before {
          content: "";
          position: absolute;
          top: 9px;
          left: 0;
          width: 5px;
          height: 5px;
          background: #151515;
          border-radius: 50%; }

.header__menu {
  width: calc(5.5 / 12 * 100%); }
  @media all and (max-width: 960px) {
    .header__menu {
      width: 100%; } }
  .header__menu ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__menu ul li {
      width: 33.33333%; }
      @media all and (max-width: 960px) {
        .header__menu ul li {
          width: 100%;
          text-align: center; }
          .header__menu ul li > a {
            font-family: 'Brown-Bold';
            font-size: 50px;
            line-height: 55px; } }
    @media all and (max-width: 960px) and (max-width: 1440px) {
      .header__menu ul li > a {
        font-size: 36px;
        line-height: 42px; } }
    @media all and (max-width: 960px) and (max-width: 1160px) {
      .header__menu ul li > a {
        font-size: 32px;
        line-height: 38px; } }
    @media all and (max-width: 960px) and (max-width: 660px) {
      .header__menu ul li > a {
        font-size: 26px;
        line-height: 30px; } }
    @media all and (max-width: 960px) and (max-width: 375px) {
      .header__menu ul li > a {
        font-size: 20px;
        line-height: 24px; } }

.header__menu-2 {
  text-align: right; }
  .header__menu-2 .with-submenu .submenu {
    left: unset;
    right: 0; }
  @media all and (max-width: 960px) {
    .header__menu-2 .desktop-app-link,
    .header__menu-2 .app-link {
      display: none !important; } }

@media all and (max-width: 960px) {
  .header__navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 40px;
    background: var(--cream);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-y: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    pointer-events: none;
    visibility: hidden;
    opacity: 0; }
    .header__navigation::-webkit-scrollbar {
      width: 0; } }

.header__navigation > .flex {
  width: 100%;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 50px;
  background: var(--dark); }
  .header__navigation > .flex a,
  .header__navigation > .flex span {
    color: var(--cream); }
  .header__navigation > .flex a:hover {
    color: #c1c1c1; }
  @media all and (max-width: 960px) {
    .header__navigation > .flex {
      height: unset;
      display: block;
      background: transparent; }
      .header__navigation > .flex a {
        color: var(--dark);
        text-transform: none; } }

@media all and (max-width: 960px) {
  .header__container {
    background: var(--dark);
    height: 40px; } }

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .header__logo > a {
    line-height: 0;
    display: block; }

.header__menu-tool {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--cream);
  cursor: pointer; }
  @media all and (max-width: 960px) {
    .header__menu-tool {
      display: block; } }
  .header__menu-tool > div:last-of-type {
    display: none; }

.header__login-tool {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: var(--cream); }
  .header__login-tool .desktop-app-link a {
    color: var(--cream); }
  .header__login-tool .desktop-app-link .submenu {
    left: 0;
    right: unset; }
  @media all and (max-width: 960px) {
    .header__login-tool {
      display: block; } }

#header {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.hide-header #header {
  display: none; }

.hide-header .bottom-titles {
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden; }

.with-submenu {
  position: relative; }
  @media all and (max-width: 960px) {
    .with-submenu {
      display: none; } }
  .with-submenu.mobile {
    display: none; }
    @media all and (max-width: 960px) {
      .with-submenu.mobile {
        display: block; } }
    .with-submenu.mobile .tab__texts {
      display: none; }
    .with-submenu.mobile .submenu {
      width: 100%;
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .with-submenu.mobile .submenu .submenu-item:first-of-type {
        margin: 10px auto; }
      .with-submenu.mobile .submenu .submenu-item a {
        background: transparent;
        padding: 0; }
  .with-submenu.active .submenu {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .with-submenu .submenu {
    position: absolute;
    bottom: calc(100% + 14px);
    left: -40px;
    -webkit-transform: translateY(calc(100% + 50px));
        -ms-transform: translateY(calc(100% + 50px));
            transform: translateY(calc(100% + 50px));
    z-index: -1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s; }
    .with-submenu .submenu .submenu-item {
      display: block;
      margin: 0 auto 10px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .with-submenu .submenu .submenu-item a {
        text-align: center;
        display: inline-block;
        background: #000;
        padding: 12px 10px; }

.open-menu .header__menu-tool > div:first-of-type {
  display: none; }

.open-menu .header__menu-tool > div:last-of-type {
  display: block; }

.open-menu .header__navigation {
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  opacity: 1;
  pointer-events: all;
  visibility: visible; }

.app-link a {
  color: var(--cream); }

/*.desktop-app-link {
    .submenu {
        position: absolute;
        top: 10px;
        left: 20px;
        display: none;

        a {
            text-transform: none;
        }
   }

    @media all and (max-width: 960px) {
        .submenu {
            display: block;
        }
    }
}*/
.nynn-mail {
  position: absolute;
  top: 10px;
  right: 20px;
  display: none; }
  .nynn-mail a {
    text-transform: none; }
  @media all and (max-width: 960px) {
    .nynn-mail {
      display: block; } }

.iOS .desktop-app-link,
.android .desktop-app-link {
  display: none !important; }

.unknown {
  /* .header__login-tool {
        .desktop-app-link {
            display:block;
        }
    }*/ }
  .unknown .app-link {
    display: none !important; }

#footer {
  background: var(--dark);
  z-index: 10;
  position: relative; }
  #footer a {
    color: var(--cream);
    display: inline-block;
    padding: 4px 0; }
    #footer a:hover {
      opacity: 0.5; }

.footer-container {
  padding: 20px; }
  @media all and (max-width: 660px) {
    .footer-container {
      padding: 0 20px 20px; } }

.footer-upper {
  /*@media all and (max-width:960px) {
        height: 40px;
    }*/
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto; }
  @media all and (max-width: 660px) {
    .footer-upper {
      height: 40px;
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      left: unset;
      top: unset; }
      .footer-upper .footer__logo {
        line-height: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.footer-lower > .flex {
  margin: 0 -10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media all and (max-width: 660px) {
    .footer-lower > .flex {
      padding: 40px 0 0; } }

.footer-lower .col-1 {
  padding: 0 10px;
  width: calc(5 / 12 * 100%);
  height: inherit; }

.footer-lower .col-2 {
  padding: 40px 10px 0;
  text-align: center;
  width: 16.66667%;
  height: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer-lower .col-2 > div a {
    display: inline-block;
    line-height: 0;
    margin: 0 5px; }
    .footer-lower .col-2 > div a:nth-of-type(2) svg {
      height: 18px;
      width: auto; }
    .footer-lower .col-2 > div a:last-of-type {
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px); }

.footer-lower .col-3 {
  padding: 0 10px;
  color: var(--cream);
  width: calc(5 / 12 * 100%);
  height: inherit;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .footer-lower .col-3 > div {
    margin: auto 0 0; }

@media all and (max-width: 960px) {
  .footer-lower .col-1,
  .footer-lower .col-3 {
    width: calc(4 / 12 * 100%); }
  .footer-lower .col-2 {
    width: 25%; } }

@media all and (max-width: 660px) {
  .footer-lower > .flex {
    text-align: center; }
  .footer-lower .col-1,
  .footer-lower .col-2,
  .footer-lower .col-3 {
    width: 100%; }
  .footer-lower .col-2 {
    margin: 40px 0; }
    .footer-lower .col-2 > div {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .footer-lower .col-2 > ul {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0 0 40px; }
  .footer-lower .col-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#moove_gdpr_save_popup_settings_button {
  bottom: 60px !important;
  right: 20px !important;
  left: unset !important;
  background: rgba(21, 21, 21, 0.7) !important;
  -webkit-backdrop-filter: blur(25px) !important;
          backdrop-filter: blur(25px) !important; }
  @media all and (max-width: 960px) {
    #moove_gdpr_save_popup_settings_button {
      bottom: 50px !important; } }
  #moove_gdpr_save_popup_settings_button:hover {
    background: transparent !important; }
  #moove_gdpr_save_popup_settings_button span.moove_gdpr_icon {
    background: transparent !important; }
  #moove_gdpr_save_popup_settings_button span.moove_gdpr_text {
    background: transparent !important; }

#moove_gdpr_cookie_info_bar {
  width: 400px !important;
  height: 400px !important;
  border-radius: 8px !important;
  background: rgba(21, 21, 21, 0.7) !important;
  -webkit-backdrop-filter: blur(25px) !important;
          backdrop-filter: blur(25px) !important;
  top: 50%;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none !important;
  z-index: 19 !important; }
  @media all and (max-width: 1160px) {
    #moove_gdpr_cookie_info_bar {
      width: 350px !important;
      height: 350px !important; } }
  @media all and (max-width: 660px) {
    #moove_gdpr_cookie_info_bar {
      width: calc(100vw - 40px) !important;
      height: calc(100vw - 40px) !important;
      min-height: 380px !important;
      max-height: unset !important; } }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    padding: 0 !important;
    display: block !important;
    text-align: center !important;
    height: 100% !important; }
  #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
    padding: 0 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    @media all and (max-width: 1160px) {
      #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
        padding: 0 20px !important; } }
    @media all and (max-width: 660px) {
      #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
        padding: 0 40px !important; } }
    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
      font-size: 14px !important;
      line-height: 18px !important;
      color: var(--cream) !important;
      font-family: 'Space Mono';
      font-size: 14px;
      line-height: 16px;
      font-style: normal;
      font-weight: normal; }
      @media all and (max-width: 660px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
          font-size: 11px !important;
          line-height: 16px !important; } }
    #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice:before {
      content: "";
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYwIiBoZWlnaHQ9IjQxIiB2aWV3Qm94PSIwIDAgMTYwIDQxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjcuMzMzOSAwVjI2LjE3OTJMNS4zODM5NCAwSDBWNDAuMjU0SDcuNTkyNzRWMTQuMDA0NEwyOS42MTE3IDQwLjI1NEgzNC45OTU2VjBIMjcuMzMzOVoiIGZpbGw9IiNGN0YxREEiLz4KPHBhdGggZD0iTTY2LjI2NDYgMEw1Ny42MzY1IDE0LjE0NTJMNDguOTM5MyAwSDQwLjI0MjJMNTMuNzcxMSAyMi4wMjcxVjQwLjI1NEg2MS4zNjM4VjIyLjAyNzFMNzQuODkyNyAwSDY2LjI2NDZaIiBmaWxsPSIjRjdGMURBIi8+CjxwYXRoIGQ9Ik0xMDcuNTQxIDBWMjYuMTc5Mkw4NS41OTEgMEg4MC4yMDdWNDAuMjU0SDg3Ljc5OThWMTQuMDA0NEwxMDkuODE5IDQwLjI1NEgxMTUuMTM0VjBIMTA3LjU0MVoiIGZpbGw9IiNGN0YxREEiLz4KPHBhdGggZD0iTTE1Mi40MDggMFYyNi4xNzkyTDEzMC4zODkgMEgxMjUuMDc0VjQwLjI1NEgxMzIuNjY3VjE0LjAwNDRMMTU0LjY4NiA0MC4yNTRIMTYwLjAwMVYwSDE1Mi40MDhaIiBmaWxsPSIjRjdGMURBIi8+Cjwvc3ZnPgo=);
      width: 160px;
      height: 40px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: -103px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media all and (max-width: 1160px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice:before {
          width: 120px;
          height: 30px;
          top: -90px; } }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    height: 100% !important;
    padding: 0 !important;
    width: 100% !important; }
  #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    padding: 0 40px !important;
    position: absolute;
    bottom: 70px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media all and (max-width: 1160px) {
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
        padding: 0 20px !important; } }
    @media all and (max-width: 660px) {
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
        width: 100% !important; } }
    #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder > button {
      background: var(--dark) !important;
      color: var(--cream) !important;
      text-transform: uppercase !important;
      font-weight: 400 !important;
      font-size: 14px !important;
      line-height: 18px !important;
      padding: 7px 25px !important;
      margin: 0 !important;
      font-family: "Brown-Regular";
      font-size: 16px;
      line-height: 20px;
      width: calc(50% - 10px); }
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder > button:first-of-type {
        margin: 0 10px 0 0 !important; }
      @media all and (max-width: 660px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder > button {
          font-size: 11px !important;
          line-height: 16px !important; } }
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder > button:hover {
        color: #eae7e2;
        opacity: 0.5; }
    #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
      opacity: 1 !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      position: absolute;
      top: -264px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      cursor: pointer;
      padding: 0 !important;
      width: 36px !important; }
      #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn i {
        width: 36px !important; }
      @media all and (max-width: 1160px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
          top: -238px; } }
      @media all and (max-width: 660px) {
        #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .moove-gdpr-infobar-close-btn {
          top: -183px; } }

/* .wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;

  video {
    width: 100%;
  }

  svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    text {
      font-family: 'Montserrat', sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      font-size: 40px;
    }

    > rect {
      -webkit-mask: url(#mask);
      mask: url(#mask);
    }

    rect {
      fill: #fff;
    }
  }
} */
/* .logo {
  padding: 0 20px;
}



.bottomline {
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px;
  position: fixed;
  right: 0;
  white-space: nowrap;
  @media (max-width: 660px) {
    padding: 10px;
    flex-wrap: wrap;
    > div {
      width: 100%;
      text-align: center;
    }
  }
}
 */
/* .video2,
.video {
  padding: 20px;
  @media (max-width: 660px) {
    padding: 10px;
  }

  video {
    height: auto;
    max-width: 100%;
  }
}
 */
