/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* BASE */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  position: relative;
  font-size: 100%; }

body {
  background: #ffffff;
  color: #000000;
  font-family: "Neue Hans Kendrick", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-collection-filters-open, body.is-mobile-nav-open {
    overflow: hidden !important; }

::-moz-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none; }

::-webkit-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

main, section {
  width: 100%;
  display: block;
  position: relative; }
  main:before, main:after, section:before, section:after {
    content: " ";
    display: table; }
  main:after, section:after {
    clear: both; }

body:after {
  content: 'mobile';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  visibility: hidden;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block; }
  @media only screen and (min-width: 40em) {
    body:after {
      content: "mobile"; } }
  @media only screen and (min-width: 40.0625em) {
    body:after {
      content: "mobile-up"; } }
  @media only screen and (min-width: 64em) {
    body:after {
      content: "desk"; } }

@font-face {
  font-family: 'Neue Hans Kendrick';
  src: url(902eaa2e0169a606f827a2be8cac7a17.woff2) format("woff2"), url(8b8c06f58228962ad8456fd10a186c34.woff) format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Neue Hans Kendrick';
  src: url(160613e0e780679128e2915e91bb3e34.woff2) format("woff2"), url(316fc051f70b23f6b68458aaad00bb72.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Neue Hans Kendrick';
  src: url(6b3a4e1534a3ca1e61d48dc0f3ba48df.woff2) format("woff2"), url(9321bcf348b0a3810f105c5b405da968.woff) format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Six Caps';
  src: url(d69528c9044365ee5de2c3003a544a6c.woff2) format("woff2"), url(50ec55ddd04000d87a900bc76b5f74e5.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Neue Hans Kendrick", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: inherit;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0; }

h1, .h1 {
  margin-bottom: 0.18756em;
  font-size: 1.9994em;
  line-height: 1.12534; }
  @media only screen and (min-width: 43.75em) {
    h1, .h1 {
      margin-bottom: 0.13264em;
      font-size: 2.82715em;
      line-height: 1.06114; } }
  @media only screen and (min-width: 56.25em) {
    h1, .h1 {
      margin-bottom: 0.09381em;
      font-size: 3.99758em;
      line-height: 0.93807; } }

h2, .h2 {
  margin-bottom: 0.26521em;
  font-size: 1.414em;
  line-height: 1.32603; }
  @media only screen and (min-width: 43.75em) {
    h2, .h2 {
      margin-bottom: 0.18756em;
      font-size: 1.9994em;
      line-height: 1.12534; } }
  @media only screen and (min-width: 56.25em) {
    h2, .h2 {
      margin-bottom: 0.13264em;
      font-size: 2.82715em;
      line-height: 1.06114; } }

h3, .h3 {
  margin-bottom: 0.26521em;
  font-size: 1.414em;
  line-height: 1.32603; }
  @media only screen and (min-width: 56.25em) {
    h3, .h3 {
      margin-bottom: 0.18756em;
      font-size: 1.9994em;
      line-height: 1.12534; } }

h4, .h4 {
  margin-bottom: 0.26521em;
  font-size: 1.414em;
  line-height: 1.32603; }

h5, .h5, h6, .h6 {
  margin-bottom: 0.375em;
  font-size: 1em;
  line-height: 1.5; }

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-top: 0;
  padding-bottom: 0; }

small, .small {
  font-size: 0.70721em;
  line-height: 1.59075; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

blockquote {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.5em;
  border-left: 6px solid gray; }
  blockquote p {
    margin-bottom: 0.75em; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  padding-top: 0;
  padding-bottom: 0; }

ul ul, ol ol, dl dl {
  margin-left: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

abbr {
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase; }

abbr[title]:hover {
  cursor: help; }

hr {
  margin-top: 1.5em;
  margin-bottom: 0;
  border: none;
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  padding-top: 1.4375em; }

a {
  color: #000000;
  text-decoration: none; }

/* Media elements */
img, picture, video, audio, embed, object, input, iframe {
  max-width: 100%;
  margin: 0; }

img {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }
  img[src*=".svg"] {
    width: 100% \9; }
  a:hover img {
    border: none;
    background: none; }

x::-ms-reveal, img[src*=".svg"] {
  width: 100%; }

a img {
  border: none; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.modal__container {
  background-color: #f7f7f7;
  width: 100%;
  max-height: 100vh;
  margin-top: 80px;
  cursor: initial;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: relative; }

.modal__close {
  position: absolute;
  background-color: #FFDB1A;
  padding: 18px 26px;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  top: 80px;
  right: 0;
  z-index: 1; }
  .modal__close span, .modal__close svg {
    display: inline-block;
    position: relative;
    pointer-events: none;
    z-index: 10; }
  .modal__close svg {
    margin-left: 10px; }
  .modal__close:before, .modal__close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .modal__close:before {
    background-color: #000000;
    z-index: 1; }
  .modal__close:after {
    background-color: #fcb10d;
    z-index: 2; }
  .modal__close:hover:after {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s; }
  .modal__close:hover:before, .modal__close:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }
  .modal__close:focus {
    outline: none; }
  @media only screen and (max-width: 47.9375em) {
    .modal__close {
      margin-bottom: 14px; } }

.modal__content {
  margin-top: 65px;
  padding-bottom: 80px; }

.modal__main-title {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -4px;
  margin-bottom: 30px; }
  .modal__main-title span {
    color: #FDC854; }

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("/default-skin.svg"); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("/preloader.gif") 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  background-color: #FDC854 !important;
  opacity: 1;
  margin-top: -40px;
  width: 80px;
  height: 80px; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background-color: transparent;
  top: 25px; }

.pswp__button--arrow--left:before {
  left: 20px; }

.pswp__button--arrow--right:before {
  right: 20px; }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%; }

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__captions .plyr__caption div {
  display: inline; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px; } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px; } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px); }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px; }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
          box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2; }

.plyr__control--overlaid svg {
  height: 20px;
  left: 2px;
  position: relative;
  width: 20px; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
  margin-left: 5px; }

.plyr__controls .plyr__menu:first-child, .plyr__controls .plyr__menu:first-child + [data-plyr=pause], .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__progress:first-child + [data-plyr=pause], .plyr__controls .plyr__time:first-child, .plyr__controls .plyr__time:first-child + [data-plyr=pause], .plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__volume {
  margin-left: 5px; }

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
    margin-left: 10px; }
  .plyr__controls .plyr__menu + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 5px; } }

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 35px 10px 10px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 2; }

.plyr--video .plyr__controls .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__controls:empty {
  display: none; }

.plyr__controls:empty ~ .plyr__captions {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0; }

.plyr__menu__container ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 7px; }

.plyr__menu__container ul li {
  margin-top: 2px; }

.plyr__menu__container ul li:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4f5b5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 4px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px; }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px; }

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container label.plyr__control {
  padding-left: 7px; }

.plyr__menu__container label.plyr__control input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container label.plyr__control input[type=radio] + span::after {
  background: #fff;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span {
  background: #1aafff; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.plyr__menu__container label.plyr__control input[type=radio]:focus + span {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
          box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__menu__container label.plyr__control.plyr__tab-focus input[type=radio] + span, .plyr__menu__container label.plyr__control:hover input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1); }

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -7px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 14px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -4px; }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -moz-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 14px; }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px; }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 14px;
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  -webkit-box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
          box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
  pointer-events: none; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1); }

.plyr--video {
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin-top: -3px;
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--video .plyr__progress__buffer {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr__volume {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }

.plyr__volume input[type=range] {
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 50px; } }

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 80px; } }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px; } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.tippy-iOS {
  cursor: pointer !important; }

.tippy-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.tippy-popper {
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4; }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0; }

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 25%;
  transform-origin: 0 25%; }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -55%);
  transform: scale(1) translate(-50%, -55%);
  opacity: 1; }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%, -45%);
  transform: scale(0.2) translate(-50%, -45%);
  opacity: 0; }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px); }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(60deg);
  transform: translateY(0) rotateX(60deg); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5); }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0); }

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -45%);
  transform: scale(1) translate(-50%, -45%);
  opacity: 1; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-50%);
  transform: scale(0.2) translate(-50%);
  opacity: 0; }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-60deg);
  transform: translateY(0) rotateX(-60deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.5);
  transform: translateY(0) scale(0.5); }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%; }

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%; }

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-75%, -50%);
  transform: scale(0.2) translate(-75%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px); }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-60deg);
  transform: translateX(0) rotateY(-60deg); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
  transform: translateX(0) scale(0.5); }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0; }

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%; }

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -50% 0;
  transform-origin: -50% 0; }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(0.2) translate(-25%, -50%);
  transform: scale(0.2) translate(-25%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(60deg);
  transform: translateX(0) rotateY(60deg); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0.5);
  transform: translateX(0) scale(0.5); }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .9rem;
  padding: .3rem .6rem;
  max-width: 350px;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

.tippy-tooltip[data-size=small] {
  padding: .2rem .4rem;
  font-size: .75rem; }

.tippy-tooltip[data-size=large] {
  padding: .4rem .8rem;
  font-size: 1rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
  pointer-events: auto; }

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
          transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip[data-inertia][data-state=hidden] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none; }

.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: calc(110% + 2rem);
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%; }

.tippy-backdrop + .tippy-content {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.tippy-backdrop + .tippy-content[data-state=visible] {
  opacity: 1; }

.tippy-backdrop + .tippy-content[data-state=hidden] {
  opacity: 0; }

@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

/* General layout */
#page-wrap {
  width: 100%;
  min-height: 100%; }
  #page-wrap:before, #page-wrap:after {
    content: " ";
    display: table; }
  #page-wrap:after {
    clear: both; }

.o-container {
  width: 95%;
  max-width: 1260px;
  margin: 0 auto; }
  .o-container:before, .o-container:after {
    content: " ";
    display: table; }
  .o-container:after {
    clear: both; }

.o-cf:before, .o-cf:after {
  content: " ";
  display: table; }

.o-cf:after {
  clear: both; }

@media only screen and (max-width: 63.9375em) {
  .o-container--index {
    position: relative;
    z-index: 10; } }

.o-container-fluid, .o-section {
  width: 100%;
  position: relative; }
  .o-container-fluid:before, .o-container-fluid:after, .o-section:before, .o-section:after {
    content: " ";
    display: table; }
  .o-container-fluid:after, .o-section:after {
    clear: both; }

.o-hidden {
  display: none; }

.o-section--gray {
  background-color: #f7f7f7;
  padding: 80px 0; }

.o-section--ovh {
  overflow: hidden; }

.o-section--about {
  position: relative;
  top: -230px; }
  @media only screen and (max-width: 63.9375em) {
    .o-section--about {
      top: auto; } }

.o-main {
  padding-top: 90px; }
  @media only screen and (max-width: 63.9375em) {
    .o-main {
      padding-top: 50px; } }

.o-main--gray {
  background-color: #f7f7f7; }

.o-main--single-product {
  padding-top: 200px; }

.o-collections-area {
  float: left;
  clear: none;
  width: 74%;
  margin-left: 0;
  margin-right: 4%; }
  .o-collections-area:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 63.9375em) {
    .o-collections-area {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%; }
      .o-collections-area:last-child {
        margin-right: 0; } }

.o-collections-load {
  text-align: right;
  margin-bottom: 50px;
  margin-top: 16px; }

.o-load-more-loader {
  margin-top: 42px;
  display: none; }
  .o-load-more-loader.is-loading-more {
    display: block;
    margin: 0 auto;
    text-align: center; }

.o-load-more-button-area--right {
  float: right; }
  @media only screen and (max-width: 47.9375em) {
    .o-load-more-button-area--right {
      float: left;
      width: 100%;
      margin-bottom: 30px; } }

.o-anim-slice-container {
  display: inline-block;
  position: relative;
  overflow: hidden; }

.o-anim-slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff; }

@media only screen and (max-width: 47.9375em) {
  .o-section--gray {
    padding: 40px 0; } }

.o-main-title {
  font-size: 80px;
  letter-spacing: -2px;
  color: #000000;
  line-height: 80px;
  margin-bottom: 40px;
  font-weight: bold; }
  .o-main-title span {
    color: #FDC854; }
  @media only screen and (max-width: 47.9375em) {
    .o-main-title {
      font-size: 42px;
      line-height: 52px;
      margin-bottom: 22px; } }
  @media only screen and (max-width: 33.75em) {
    .o-main-title {
      font-size: 32px;
      line-height: 42px; } }

.o-main-claim-title {
  font-size: 46px;
  letter-spacing: -2px;
  color: #000000;
  line-height: 67px;
  font-weight: bold; }
  @media only screen and (max-width: 47.9375em) {
    .o-main-claim-title {
      font-size: 28px; } }
  @media only screen and (max-width: 33.75em) {
    .o-main-claim-title {
      font-size: 22px;
      line-height: 42px;
      letter-spacing: -1px; } }

.o-main-claim-contacts-logo {
  margin-bottom: 24px;
  width: 110px;
  height: 40px; }
  .o-main-claim-contacts-logo svg {
    width: 110px;
    height: 40px; }

.o-main-text {
  font-size: 16px;
  line-height: 26px;
  color: #A3A3A3;
  margin-bottom: 34px; }
  .o-main-text span {
    color: #000000;
    font-weight: bold; }
  .o-main-text:last-child {
    margin-bottom: 0; }

.o-main-text--in-block {
  width: 80%; }

.o-main-claim-block {
  position: relative;
  left: 17.16667%;
  float: left;
  clear: none;
  width: 66.66667%;
  margin-left: 0;
  margin-right: 0;
  z-index: 25; }
  @media only screen and (max-width: 47.9375em) {
    .o-main-claim-block {
      width: 100%;
      left: 0; } }

@media only screen and (max-width: 63.9375em) {
  #download-area .o-main-claim-block {
    width: 100%;
    left: 0; } }

.o-main-vertical-text {
  position: absolute;
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 500px;
  color: #f7f7f7;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: bold; }

.o-main-vertical-text--left {
  left: -115px; }

.o-main-vertical-text--right {
  right: 50px;
  -webkit-transform-origin: 80% 50%;
          transform-origin: 80% 50%;
  bottom: 400px; }

.o-main-vertical-text--gray {
  color: #f0f0f0; }

.o-main-vertical-text--collection {
  right: 0;
  bottom: auto;
  top: 0;
  font-size: 300px; }

@media only screen and (max-width: 63.9375em) {
  .o-main-vertical-text {
    display: none; } }

@media only screen and (max-width: 47.9375em) {
  .o-main-claim-contacts-logo {
    margin-bottom: 18px;
    width: 90px;
    height: 30px; }
    .o-main-claim-contacts-logo svg {
      width: 90px;
      height: 30px; } }

.o-stripe {
  width: 194px;
  height: 640px;
  background-image: linear-gradient(26deg, #F9C958 5%, #EDB445 100%);
  position: absolute; }
  @media only screen and (max-width: 47.9375em) {
    .o-stripe {
      width: 14%;
      height: 290px; } }

.o-stripe--right {
  right: 0;
  top: -110px; }
  @media only screen and (min-width: 53.125em) and (max-width: 79.9375em) {
    .o-stripe--right {
      top: -60px;
      width: 150px;
      height: 500px; } }
  @media only screen and (max-width: 53.125em) {
    .o-stripe--right {
      top: -60px;
      width: 150px;
      height: 400px; } }
  @media only screen and (max-width: 47.9375em) {
    .o-stripe--right {
      top: -30px;
      width: 120px;
      height: 350px; } }
  @media only screen and (max-width: 40.625em) {
    .o-stripe--right {
      height: 300px; } }
  @media only screen and (max-width: 33.75em) {
    .o-stripe--right {
      width: 90px;
      height: 240px; } }
  @media only screen and (max-width: 26.875em) {
    .o-stripe--right {
      width: 80px;
      height: 200px; } }
  @media only screen and (max-width: 22.5em) {
    .o-stripe--right {
      width: 60px;
      height: 160px; } }

.o-stripe--left {
  left: 0;
  top: 80px; }
  @media only screen and (max-width: 47.9375em) {
    .o-stripe--left {
      top: 30px; } }

.o-bread {
  list-style: none;
  padding: 0;
  margin: 0; }

.o-bread__item {
  display: inline-block; }
  .o-bread__item:after {
    content: "-";
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    margin: 0 4px; }
  .o-bread__item:last-child:after {
    display: none; }

.o-bread__link {
  color: #ffffff;
  font-size: 14px;
  position: relative; }
  .o-bread__link.is-active {
    font-weight: bold; }
  .o-bread__link:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #FDC854;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .o-bread__link:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }

.o-bread--dark .o-bread__item:after {
  color: #000000; }

.o-bread--dark .o-bread__link {
  color: #000000; }

.o-list--unstyled, .o-list--inline {
  list-style-type: none;
  padding: 0; }

.o-list--inline .o-list__item {
  display: inline-block; }
  .o-list--inline .o-list__item:not(:last-child) {
    padding-right: 25px; }

.o-list--nulled,
.o-list--nulled .list__item {
  margin: 0; }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .choices:focus {
    outline: none; }
  .choices:last-child {
    margin-bottom: 0; }
  .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .choices.is-disabled .choices__item {
    cursor: not-allowed; }

.choices[data-type*="select-one"] {
  cursor: pointer; }
  .choices[data-type*="select-one"] .choices__inner {
    padding-bottom: 7.5px; }
  .choices[data-type*="select-one"] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0; }
  .choices[data-type*="select-one"] .choices__button {
    background-image: url("//cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5; }
    .choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
      opacity: 1; }
    .choices[data-type*="select-one"] .choices__button:focus {
      -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
              box-shadow: 0px 0px 0px 2px #00BCD4; }
  .choices[data-type*="select-one"]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .choices[data-type*="select-one"].is-open:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .choices[data-type*="select-one"][dir="rtl"]:after {
    left: 11.5px;
    right: auto; }
  .choices[data-type*="select-one"][dir="rtl"] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.choices[data-type*="select-multiple"] .choices__inner, .choices[data-type*="text"] .choices__inner {
  cursor: text; }

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("//cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75; }
  .choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus, .choices[data-type*="text"] .choices__button:hover, .choices[data-type*="text"] .choices__button:focus {
    opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7; }
  .is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0; }
  .is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir="rtl"] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .choices__list--single .choices__item {
    width: 100%; }

.choices__list--multiple {
  display: inline; }
  .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all; }
    .choices__list--multiple .choices__item[data-deletable] {
      padding-right: 5px; }
    [dir="rtl"] .choices__list--multiple .choices__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .choices__list--multiple .choices__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .choices__list--multiple .choices__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all; }
  .choices__list--dropdown.is-active {
    display: block; }
  .is-open .choices__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0; }
  .choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .choices__list--dropdown .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir="rtl"] .choices__list--dropdown .choices__item {
      text-align: right; }
  @media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable {
      padding-right: 100px; }
      .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
          right: auto;
          left: 10px; } }
  .choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
      opacity: .5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .choices__button:focus {
    outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .choices__input:focus {
    outline: 0; }
  [dir="rtl"] .choices__input {
    padding-right: 2px;
    padding-left: 0; }

.choices__placeholder {
  opacity: .5; }

/*=====  End of Choices  ======*/
.o-cookie-banner {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 960px;
  padding: 20px 22px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 229; }
  .o-cookie-banner.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 12px);
            transform: translate(-50%, 12px);
    z-index: -1; }

.o-cookie-banner__text {
  float: left;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff; }
  .o-cookie-banner__text a, .o-cookie-banner__text span {
    text-decoration: underline;
    color: #FDC854;
    cursor: pointer; }

@media only screen and (max-width: 63.9375em) {
  .o-cookie-banner {
    width: 95%;
    bottom: 20px; }
  .o-cookie-banner__text {
    font-size: 10px;
    line-height: 18px; } }

.c-hero-nf {
  width: 100;
  height: 100vh;
  position: relative; }

.c-hero-nf__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #A3A3A3;
  z-index: 1; }

.c-hero-nf__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2; }

.c-hero-nf__content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 40%;
  z-index: 3; }

.c-hero-nf__title {
  font-size: 64px;
  color: #ffffff;
  line-height: 70px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 32px; }

@media only screen and (max-width: 60em) {
  .c-hero-nf__content {
    left: 10%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80%; } }

@media only screen and (max-width: 47.9375em) {
  .c-hero-nf__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 22px; } }

.o-policy__main {
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #f7f7f7; }
  .o-policy__main h1, .o-policy__main h2 {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 32px; }
  .o-policy__main p {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 12px; }
  .o-policy__main ul, .o-policy__main ol {
    padding-top: 12px;
    padding-bottom: 12px; }
  .o-policy__main a {
    font-weight: bold;
    text-decoration: underline; }

@media only screen and (max-width: 60em) {
  .o-policy__main {
    padding-top: 150px; } }

@media only screen and (max-width: 40em) {
  .o-policy__main {
    padding-top: 100px; }
    .o-policy__main h1, .o-policy__main h2 {
      font-size: 46px;
      margin-bottom: 20px; } }

@-webkit-keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

.o-download-navigator__form {
  position: relative; }
  .o-download-navigator__form input {
    font-size: 18px; }

.o-download-navigator__form-reset {
  position: absolute;
  display: block;
  top: 16px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .o-download-navigator__form-reset:before, .o-download-navigator__form-reset:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #A3A3A3;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .o-download-navigator__form-reset:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .o-download-navigator__form-reset:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .o-download-navigator__form-reset:hover:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .o-download-navigator__form-reset:hover:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.o-download-navigator__sections {
  margin-bottom: 20px; }

.o-download-navigator__sections-title {
  display: block;
  font-size: 18px; }

.o-download-navigator__sections-items {
  margin-left: -3px; }

.o-download-navigator__sections-item {
  color: #000000;
  display: inline-block;
  margin: 3px 10px;
  font-size: 14px;
  font-weight: bold; }
  .o-download-navigator__sections-item:hover {
    text-decoration: underline; }

.o-download-panel {
  margin-top: 80px; }
  .o-download-panel .o-main-title {
    font-size: 60px;
    margin-bottom: 0px; }
  @media only screen and (max-width: 33.75em) {
    .o-download-panel .o-main-title {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 10px; } }

.o-download-panel--search {
  margin-top: 0; }

.c-button {
  display: inline-block;
  background: transparent;
  border: none;
  background-color: #FDC854;
  color: #000000;
  text-align: center;
  position: relative;
  padding: 11px 29px;
  font-size: 18px;
  min-width: 135px;
  cursor: pointer;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .c-button:before, .c-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-button:before {
    background-color: #000000;
    z-index: 1; }
  .c-button:after {
    background-color: #fcb10d;
    z-index: 2; }
  .c-button:hover:after {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s; }
  .c-button:hover:before, .c-button:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }
  .c-button:focus {
    outline: none; }
  .c-button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }

.c-button--yellow {
  background-color: #FFDB1A; }
  .c-button--yellow:after {
    background-color: #FDC854; }

.c-button--black {
  background-color: #000000;
  color: #ffffff; }
  .c-button--black:before {
    background-color: #FDC854; }
  .c-button--black:after {
    background-color: #fcb10d; }

.c-button__text {
  position: relative;
  display: inline-block;
  z-index: 5; }

.c-button__icon {
  display: inline-block;
  margin-left: 12px; }

.c-button__heart {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 22px;
  height: 22px;
  background-color: #FDC854;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
  z-index: 4; }
  .c-button__heart:before, .c-button__heart:after {
    content: "";
    background-color: #FDC854;
    border-radius: 50%;
    position: absolute;
    width: 22px;
    height: 22px; }
  .c-button__heart:before {
    top: -11px;
    left: 0; }

.c-button--heart {
  background-color: #ffffff;
  border: 2px solid #000000; }
  .c-button--heart:before {
    background-color: #FFDB1A; }
  .c-button--heart:after {
    background-color: #FDC854; }

.c-button--dw {
  padding: 19px 20px; }

.c-button--dw-content a {
  color: #ffffff;
  display: inline-block;
  margin: 5px 10px;
  text-decoration: underline; }

.c-button--block {
  display: block;
  width: 100%; }

.c-form__row {
  width: 100%;
  margin-bottom: 10px;
  position: relative; }
  .c-form__row:before, .c-form__row:after {
    content: " ";
    display: table; }
  .c-form__row:after {
    clear: both; }
  .c-form__row:last-child {
    margin-bottom: 0; }

.c-form__row--mb {
  margin-bottom: 19px; }

.c-form__row--z-highest {
  z-index: 9999999; }

.c-form__row--z-higher {
  z-index: 99999; }

.c-form__row--z-high {
  z-index: 9999; }

.c-input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #000000; }
  .c-input:focus {
    outline: none; }
  .c-input::-webkit-input-placeholder {
    font-size: 14px;
    color: #000000; }
  .c-input:-ms-input-placeholder {
    font-size: 14px;
    color: #000000; }
  .c-input::-ms-input-placeholder {
    font-size: 14px;
    color: #000000; }
  .c-input::placeholder {
    font-size: 14px;
    color: #000000; }

.c-check__control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #A3A3A3; }

.c-check__control--inline {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 12px; }
  .c-check__control--inline:last-child {
    margin-right: 0; }

.c-check {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.c-check__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #979797;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .c-check__indicator:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #FDC854;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.c-check__text {
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .c-check__text a {
    text-decoration: underline; }

.c-check__color, .c-radio__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  margin-bottom: 8px;
  position: relative; }
  .c-check__color:after, .c-radio__color:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.c-radio__color {
  width: 40px;
  height: 40px; }
  .c-radio__color:after {
    width: 40px;
    height: 40px; }

.c-check__color--border, .c-radio__color--border {
  border: 1px solid #a7a7a7; }

.c-check:checked + .c-check__indicator {
  border-color: #000000; }
  .c-check:checked + .c-check__indicator:after {
    opacity: 1; }

.c-check:checked ~ .c-check__color:after {
  opacity: 1; }

.c-check:checked ~ .c-check__text {
  color: #000000; }

.c-radio__control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  color: #A3A3A3; }
  @media only screen and (max-width: 63.9375em) {
    .c-radio__control {
      margin-bottom: 10px; } }

.c-radio__control--empty {
  opacity: 0.3; }

.c-radio__control--inline {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 10px; }
  .c-radio__control--inline:last-child {
    margin-right: 0; }

.c-radio__control--format {
  margin-bottom: 22px; }

.c-radio {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.c-radio__indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #979797;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .c-radio__indicator:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #FDC854;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.c-radio__text {
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

.c-radio__format {
  width: 120px;
  height: 260px; }

.c-radio__format-skeleton {
  width: 100%;
  height: 100%;
  background-color: #eee;
  position: relative; }
  .c-radio__format-skeleton:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #FFDB1A;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2; }

.c-radio__format-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d8d8d8;
  width: 100%;
  height: 50%;
  z-index: 1; }

.c-radio__format-text {
  font-size: 10px;
  text-align: center;
  margin-top: 8px;
  font-weight: bold;
  color: #000000; }

.c-radio:checked + .c-radio__indicator {
  border-color: #000000; }
  .c-radio:checked + .c-radio__indicator:after {
    opacity: 1; }

.c-radio:checked ~ .c-radio__color:after {
  opacity: 1; }

.c-radio:checked ~ .c-radio__text {
  color: #000000; }

.c-radio:checked ~ .c-radio__format .c-radio__format-skeleton:before {
  opacity: 1; }

.c-select {
  position: relative;
  z-index: 20; }
  .c-select .choices__inner {
    padding: 10px 4px;
    background-color: #f2f2f2;
    border: none; }
  .c-select .choices__list--single {
    padding: 10px 14px; }
  .c-select .choices__placeholder {
    font-weight: bold;
    color: #000000; }
  .c-select .choices__item[aria-selected="true"] {
    font-weight: bold;
    color: #000000; }
  @media (min-width: 640px) {
    .c-select .choices__list--dropdown .choices__item--selectable {
      padding-right: 30px !important; } }

.c-select--places .choices__list--single {
  width: 80%;
  padding: 4px 16px 4px 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

@media only screen and (max-width: 47.9375em) {
  .c-check__text {
    font-size: 10px; } }

.c-accordion__interface {
  float: left;
  width: 100%; }
  .c-accordion__interface *:focus {
    outline: none; }

.c-accordion-interface__wrapper {
  height: 100%;
  padding-bottom: 80px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.c-accordion-interface__title {
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  position: relative;
  display: none; }
  @media only screen and (max-width: 63.9375em) {
    .c-accordion-interface__title {
      display: block; } }

.c-accordion-interface__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.67px; }

.c-accordion-interface__close {
  width: 50px;
  height: 100%;
  background-color: #FFDB1A;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.c-accordion-interface__confirm {
  width: 100%;
  padding: 20px 0;
  background-color: #FFDB1A;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-perspective: 50px;
          perspective: 50px;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.4s cubic-bezier(0.694, 0.048, 0.335, 1); }

.c-accordion-interface__close-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg); }

.c-accordion__trigger {
  color: #000;
  display: block;
  font-weight: bold;
  padding: 10px;
  text-decoration: none; }
  .c-accordion__trigger:before, .c-accordion__trigger:after {
    content: " ";
    display: table; }
  .c-accordion__trigger:after {
    clear: both; }
  .c-accordion__trigger.is-expanded .c-accordion__trigger-icon {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-accordion__trigger:focus {
    outline: none; }
  @media only screen and (max-width: 63.9375em) {
    .c-accordion__trigger {
      padding-left: 18px;
      padding-right: 18px;
      position: relative; }
      .c-accordion__trigger.is-expanded .c-accordion__trigger-icon {
        -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); } }

.c-collection-chooser__accordion-trigger:focus {
  outline: none; }

.c-accordion__trigger-text {
  float: left;
  width: 85%;
  pointer-events: none;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .c-accordion__trigger-text span {
    color: #FDC854; }

.c-accordion__trigger-icon {
  float: right;
  pointer-events: none;
  text-align: right;
  position: relative;
  top: 3px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  @media only screen and (max-width: 63.9375em) {
    .c-accordion__trigger-icon {
      position: absolute;
      top: 50%;
      right: 40%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.c-accordion__panel {
  max-height: 9000px;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity ease 0.5s, max-height ease 0.75s, -webkit-transform ease 0.5s;
  transition: opacity ease 0.5s, max-height ease 0.75s, -webkit-transform ease 0.5s;
  transition: transform ease 0.5s, opacity ease 0.5s, max-height ease 0.75s;
  transition: transform ease 0.5s, opacity ease 0.5s, max-height ease 0.75s, -webkit-transform ease 0.5s;
  visibility: visible; }
  .c-accordion__panel.is-hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    visibility: hidden; }
  @media only screen and (max-width: 63.9375em) {
    .c-accordion__panel {
      padding-left: 30px;
      padding-right: 30px; } }

.c-accordion-panel__inner {
  padding: 10px; }
  .c-accordion-panel__inner:before, .c-accordion-panel__inner:after {
    content: " ";
    display: table; }
  .c-accordion-panel__inner:after {
    clear: both; }
  .c-accordion-panel__inner:focus {
    outline: none; }
  @media only screen and (max-width: 63.9375em) {
    .c-accordion-panel__inner {
      padding: 0;
      padding-top: 10px; } }

@media only screen and (max-width: 63.9375em) {
  .c-accordion-panel__inner--colors {
    width: 90%; } }

.c-accordion-trigger--dw {
  display: block;
  margin-top: 50px; }

@media only screen and (max-width: 63.9375em) {
  .c-accordion__interface--collections {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
    -webkit-transition: -webkit-transform .75s;
    transition: -webkit-transform .75s;
    transition: transform .75s;
    transition: transform .75s, -webkit-transform .75s;
    -webkit-transition-delay: .2s;
            transition-delay: .2s; } }

.c-filter-sidebar--places .c-accordion__trigger {
  padding-left: 0; }

@media only screen and (max-width: 63.9375em) {
  .c-filter-sidebar--places .c-accordion__trigger-icon {
    right: 0; }
  .c-filter-sidebar--places .c-accordion__panel {
    padding-left: 0;
    padding-right: 10px; } }

@media only screen and (max-width: 63.9375em) {
  .is-collection-filters-open .c-accordion__interface {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .is-collection-filters-open .c-accordion-interface__close {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .is-collection-filters-open .c-accordion-interface__confirm {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    -webkit-transition-delay: .6s;
            transition-delay: .6s; } }

.c-navbar {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 201; }

.c-navbar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1380px;
  margin: 0 auto;
  padding: 22px 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-navbar__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: -1; }

.c-navbar__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1; }

.c-navbar__logo {
  width: 125px;
  height: 42px;
  position: relative;
  top: 3px; }
  .c-navbar__logo svg {
    width: 125px;
    height: 42px; }

.c-navbar__links {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-navbar__item {
  display: inline-block;
  margin-right: 20px;
  padding: 0 10px;
  position: relative;
  top: 12px; }
  .c-navbar__item:last-child {
    margin-right: 0; }

.c-navbar__link {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 28px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .c-navbar__link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #000000;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-navbar__link.is-active:before, .c-navbar__link:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }
  .c-navbar__link.is-active .c-navbar__link-text, .c-navbar__link:hover .c-navbar__link-text {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

.c-navbar__link-text {
  position: relative;
  display: inline-block;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-navbar__link-text:before {
    position: absolute;
    top: 100%;
    color: #000000;
    content: attr(data-hover); }

.c-navbar__action {
  display: inline-block;
  margin-right: 33px; }
  .c-navbar__action:last-child {
    margin-right: 0; }

.c-navbar__action--down {
  position: relative;
  top: -2px; }

.c-navbar__user-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
  top: 8px; }
  .c-navbar__user-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 5px; }

.c-navbar__user-name {
  display: inline-block;
  font-size: 14px;
  font-weight: bold; }

.c-navbar__lang-selector {
  position: relative; }
  .c-navbar__lang-selector.is-active .c-navbar__lang-submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
    z-index: 10; }
  .c-navbar__lang-selector.is-active .c-navbar__lang-icon {
    -webkit-transform: rotate(180deg) translateY(-4px);
            transform: rotate(180deg) translateY(-4px); }

.c-navbar__lang-upper {
  cursor: pointer; }

.c-navbar__lang-active {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase; }

.c-navbar__lang-icon {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1); }

.c-navbar__lang-submenu {
  position: absolute;
  top: 50px;
  left: -12px;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 1px 30px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 30px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  visibility: hidden;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
  z-index: -1; }

.c-navbar__lang-submenu-item {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.c-navbar__lang-submenu-link {
  display: block;
  width: 100%;
  padding: 5px 12px;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .c-navbar__lang-submenu-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFDB1A;
    -webkit-transform: scalex(0);
            transform: scalex(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    z-index: 1; }
  .c-navbar__lang-submenu-link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%; }

.c-navbar__lang-submenu-link-text {
  position: relative;
  z-index: 2; }

.is-scroll .c-navbar__bg {
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }

.is-scroll .c-navbar__shadow {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s; }

.is-scroll .c-navbar__link {
  color: #000000; }
  .is-scroll .c-navbar__link:before {
    background-color: #FDC854; }

.is-scroll .c-navbar__link-text:before {
  color: #FDC854; }

.c-navbar-submenu__main-container {
  position: fixed;
  top: 83px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.2s ease 0.3s;
  transition: all 0.2s ease 0.3s;
  z-index: -1; }

.c-navbar-submenu {
  position: relative;
  top: 0;
  float: right;
  right: 60px;
  width: 1047px;
  height: 570px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.32s ease-out 0.3s;
  transition: all 0.32s ease-out 0.3s; }
  @media only screen and (min-width: 100em) {
    .c-navbar-submenu {
      right: 14%; } }

.c-navbar-submenu__bg {
  position: relative;
  top: 42px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.3s;
  transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.3s;
  transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.3s;
  transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.3s, -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.3s; }

.c-navbar-submenu__bg-arrow {
  position: fixed;
  top: 110px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.c-navbar-submenu__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: -1; }

.c-navbar-submenu__first-col {
  float: left;
  clear: none;
  width: 54.16667%;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  padding: 26px 0 0 64px; }

.c-navbar-submenu__last-col {
  float: left;
  clear: none;
  width: 45.83333%;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  background-color: #f7f7f7;
  padding: 26px 77px 40px 77px;
  opacity: 0;
  -webkit-transition: opacity 0.32s ease 0.6s;
  transition: opacity 0.32s ease 0.6s; }

.c-navbar-submenu__links-first-section {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .c-navbar-submenu__links-first-section:last-child {
    margin-right: 0; }

.c-navbar-submenu__section-title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -1px;
  margin-bottom: 16px;
  opacity: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  .c-navbar-submenu__section-title span {
    color: #FDC854; }

.c-navbar-submenu__links {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-navbar-submenu__item {
  display: block;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.35s ease, -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.c-navbar-submenu__link {
  font-size: 12px;
  line-height: 1;
  position: relative;
  text-transform: capitalize; }

.c-navbar-submenu__links-col {
  float: left;
  clear: none;
  width: 31.33333%;
  margin-left: 0;
  margin-right: 3%; }
  .c-navbar-submenu__links-col:last-child {
    margin-right: 0; }

.is-submenu-active {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1000; }
  .is-submenu-active .c-navbar-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .is-submenu-active .c-navbar-submenu__bg-arrow {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .is-submenu-active .c-navbar-submenu__bg {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
    .is-submenu-active .c-navbar-submenu__bg:before {
      opacity: 1;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
  .is-submenu-active .c-navbar-submenu__section-title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .is-submenu-active .c-navbar-submenu__last-col {
    opacity: 1;
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s; }
  .is-submenu-active .c-navbar-submenu__item {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }

.c-navbar__mobile-toggle, .c-navbar__mobile-menu {
  display: none; }

.c-navbar-logged-panel {
  display: none;
  position: absolute;
  top: 120px;
  right: 60px;
  opacity: 0;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  visibility: hidden;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
  z-index: -1; }

.c-navbar-logged-panel__bg {
  position: relative;
  width: 130px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2); }
  .c-navbar-logged-panel__bg:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 37px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent; }
  .c-navbar-logged-panel__bg:empty {
    padding: 16px 20px; }

.c-navbar-logged-panel__actions {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-navbar-logged-panel__item {
  width: 100%;
  display: block; }

.c-navbar-logged-panel__action {
  position: relative;
  padding: 16px 20px;
  cursor: pointer;
  display: block; }
  .c-navbar-logged-panel__action:hover .c-navbar-logged-panel__action-text:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }

.c-navbar-logged-panel__action-text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  color: #000000;
  letter-spacing: 1px; }
  .c-navbar-logged-panel__action-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #FDC854;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1); }

.is-logged-panel-open .c-navbar-logged-panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 100; }

@media only screen and (min-height: 44.0625em) {
  .c-navbar-submenu {
    height: 630px; }
  .c-navbar-submenu__section-title {
    font-size: 32px; }
  .c-navbar-submenu__first-col {
    padding: 46px 0 40px 74px; }
  .c-navbar-submenu__last-col {
    padding: 46px 77px 40px 77px; } }

@media only screen and (min-height: 56.25em) {
  .c-navbar-submenu {
    height: 630px; }
  .c-navbar-submenu__section-title {
    font-size: 36px; }
  .c-navbar-submenu__first-col {
    padding: 56px 0 40px 74px; }
  .c-navbar-submenu__last-col {
    padding: 56px 77px 40px 77px; } }

.is-logged .c-navbar-logged-panel {
  display: block; }

.is-logged .c-navbar__item {
  margin-right: 10px; }

.is-logged .c-navbar__link-text:before {
  top: 120%; }

.is-logged .c-navbar__logo {
  width: 100px;
  height: 33px; }
  .is-logged .c-navbar__logo svg {
    width: 100px;
    height: 33px; }

.is-logged .c-navbar__link {
  font-size: 14px; }

.is-logged .c-navbar__user-arrow {
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1); }

.is-logged .c-navbar__action--user {
  cursor: pointer; }

.is-logged-panel-open .c-navbar__user-arrow {
  -webkit-transform: rotate(180deg) translateY(-4px);
          transform: rotate(180deg) translateY(-4px); }

@media only screen and (max-width: 87.5em) {
  .c-navbar__container {
    width: 95%; } }

@media only screen and (max-width: 75em) {
  .c-navbar__container {
    padding: 22px 20px; }
  .c-navbar__item {
    top: 16px;
    margin-right: 10px; }
  .c-navbar__link-text:before {
    top: 140%; }
  .c-navbar__logo {
    width: 100px;
    height: 33px;
    top: 8px; }
    .c-navbar__logo svg {
      width: 100px;
      height: 33px; }
  .c-navbar__link {
    font-size: 14px; }
  .is-logged .c-navbar__link {
    font-size: 12px; }
  .is-logged .c-navbar__link-text:before {
    top: 180%; } }

@media only screen and (max-width: 62.5em) {
  .c-navbar__links, .c-navbar__actions {
    display: none; }
  .c-navbar__logo {
    top: auto; }
  .c-navbar__bg {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); }
  .c-navbar__shadow {
    opacity: 1; }
  .c-navbar__mobile-toggle {
    display: block;
    float: right;
    cursor: pointer;
    width: 55px;
    height: 32px;
    position: relative;
    top: 1px; }
    .c-navbar__mobile-toggle span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #000000;
      -webkit-transition: all 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
      transition: all 0.35s cubic-bezier(0.694, 0.048, 0.335, 1); }
      .c-navbar__mobile-toggle span:first-child {
        top: 0; }
      .c-navbar__mobile-toggle span:nth-child(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .c-navbar__mobile-toggle span:last-child {
        bottom: 0; }
  .c-navbar__mobile-menu {
    display: block;
    position: fixed;
    top: 97px;
    left: 0;
    width: 100%;
    height: calc(80vh - 110px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1; } }
  @media only screen and (max-width: 62.5em) and (max-width: 43.75em) {
    .c-navbar__mobile-menu {
      height: 75vh; } }

@media only screen and (max-width: 62.5em) {
  .c-navbar__mobile-menu-container {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: relative;
    width: 95%;
    margin: 0 auto;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transition: -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transition: transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transition: transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0s, -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .c-navbar__mobile-menu-topbar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
    z-index: 10; }
  .c-navbar__mobile-menu-lowbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .c-navbar__mobile-menu-action {
    float: left;
    width: 50%;
    padding: 20px 50px;
    cursor: pointer;
    border: 1px solid #000000;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold; }
    .c-navbar__mobile-menu-action.is-active .c-navbar__mobile-menu-lang-selector-drop {
      opacity: 1;
      visibility: visible;
      z-index: 10; }
  .c-navbar__mobile-menu-action--dark {
    background-color: #000000;
    color: #ffffff; }
  .c-navbar__mobile-menu-action--inner {
    padding: 0;
    border: none;
    font-size: 16px; }
    .c-navbar__mobile-menu-action--inner .c-button {
      display: block;
      width: 100%;
      border: 1px solid #000000;
      padding: 15.5px 0; }
  .c-navbar__mobile-menu-lang-selector-drop {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    list-style: none;
    margin: 0;
    background-color: #ffffff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid black;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1; }
  .c-navbar__mobile-menu-lang-selector-icon {
    display: inline-block;
    margin-left: 4px; }
  .c-navbar__mobile-menu-lang-selector-drop-item {
    display: block;
    width: 100%;
    margin-bottom: 8px; }
  .c-navbar__mobile-menu-lang-selector-drop-link {
    font-size: 18px;
    font-weight: bold; }
  .c-navbar__mobile-menu-main {
    width: 100%;
    height: calc(100% - 64px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .c-navbar__mobile-menu-main-links {
    position: absolute;
    top: 47%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.32s ease;
    transition: all 0.32s ease; }
  .c-navbar__mobile-menu-main-links--first {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(100%);
            transform: translateY(-50%) translateX(100%); }
  .c-navbar__mobile-menu-main-links-second {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 0 20px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .c-navbar__mobile-menu-main-links-second.is-active {
      opacity: 1;
      -webkit-transform: translateY(-50%) translateX(0%);
              transform: translateY(-50%) translateX(0%); }
  .c-navbar__mobile-menu-main-links-second-col {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .c-navbar__mobile-menu-main-links-second-col:last-child {
      margin-right: 0; }
  .c-navbar__mobile-menu-main-links-second-link {
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 20px; }
  .c-navbar__mobile-menu-main-item {
    display: block;
    width: 100%;
    margin-bottom: 16px; }
  .c-navbar__mobile-menu-main-link {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    font-weight: bold; }
  .c-navbar__mobile-menu-topbar-back {
    position: absolute;
    top: 18px;
    left: 3%;
    cursor: pointer;
    -webkit-transition: all 0.32s ease;
    transition: all 0.32s ease; }
  .c-navbar__mobile-menu-topbar-back--first, .c-navbar__mobile-menu-topbar-back--second {
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
  .c-navbar__mobile-menu-topbar-back-icon {
    display: inline-block; }
  .c-navbar__mobile-menu-topbar-back-text {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold; }
  .is-first-level .c-navbar__mobile-menu-main-links--zero {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-100%);
            transform: translateY(-50%) translateX(-100%); }
  .is-first-level .c-navbar__mobile-menu-main-links--first {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0%);
            transform: translateY(-50%) translateX(0%); }
  .is-first-level .c-navbar__mobile-menu-topbar-back--first {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  .is-second-level .c-navbar__mobile-menu-topbar-back--first {
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
  .is-second-level .c-navbar__mobile-menu-topbar-back--second {
    opacity: 1;
    visibility: visible;
    z-index: 10; }
  .is-second-level .c-navbar__mobile-menu-main-links--zero {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-130%);
            transform: translateY(-50%) translateX(-130%); }
  .is-second-level .c-navbar__mobile-menu-main-links--first {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(150%);
            transform: translateY(-50%) translateX(150%); }
  .is-mobile-nav-open .c-navbar__mobile-menu {
    visibility: visible;
    opacity: 1;
    z-index: 200; }
  .is-mobile-nav-open .c-navbar__mobile-menu-container {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; }
  .is-mobile-nav-open .c-navbar__mobile-toggle span:first-child {
    -webkit-transform: rotate(45deg) translateY(20px);
            transform: rotate(45deg) translateY(20px);
    left: 16px; }
  .is-mobile-nav-open .c-navbar__mobile-toggle span:nth-child(2) {
    opacity: 0; }
  .is-mobile-nav-open .c-navbar__mobile-toggle span:last-child {
    -webkit-transform: rotate(-45deg) translateY(-20px);
            transform: rotate(-45deg) translateY(-20px);
    left: 16px; } }

@media only screen and (max-width: 47.9375em) {
  .c-navbar {
    top: 2.5vw; }
  .c-navbar__container {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px; }
  .c-navbar__logo {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .c-navbar__logo svg {
      width: 72px; }
  .c-navbar__mobile-menu {
    top: calc(50px + 2.5vw); }
  .c-navbar__mobile-toggle {
    width: 27px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .is-mobile-nav-open .c-navbar__mobile-toggle span:first-child {
      left: 0;
      -webkit-transform: rotate(45deg) translateY(10px);
              transform: rotate(45deg) translateY(10px); }
    .is-mobile-nav-open .c-navbar__mobile-toggle span:last-child {
      left: 0;
      -webkit-transform: rotate(-45deg) translateY(-10px);
              transform: rotate(-45deg) translateY(-10px); }
  .is-scroll.is-mobile-nav-open .c-navbar__shadow {
    opacity: 0; } }

.c-main-hero {
  width: 100%;
  height: 100vh;
  background-color: #ccc;
  position: relative; }
  .c-main-hero .flickity-enabled:focus {
    outline: none; }

.c-main-hero__title {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 857px;
  text-align: center;
  color: #ccc;
  font-size: 224px;
  font-family: "Six Caps", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  z-index: 5; }
  .c-main-hero__title span {
    display: inline-block;
    width: 280px;
    margin: 0 10px;
    background-color: #ccc;
    height: 16px;
    position: relative;
    top: -90px; }
  @media only screen and (max-width: 63.9375em) {
    .c-main-hero__title {
      width: 100%; } }
  @media only screen and (max-width: 47.9375em) {
    .c-main-hero__title {
      display: none; } }

.c-main-hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.c-main-hero-slide {
  width: 100%;
  height: 100%; }

.c-main-hero-slider__bg-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2; }
  .c-main-hero-slider__bg-slider .flickity-slider, .c-main-hero-slider__bg-slider .flickity-viewport {
    height: 100%; }

.c-main-hero-slider__bg-slide {
  width: 100%;
  height: 100%; }

.c-main-hero-slider__bg-scroller {
  position: relative;
  height: 100%; }

.c-main-hero-slide__bg {
  position: relative;
  height: 100%;
  float: left; }

.c-main-hero-slide__bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-main-hero-slide__title {
  font-size: 92px;
  font-weight: bold;
  letter-spacing: -3px;
  color: #ffffff; }
  .c-main-hero-slide__title span {
    display: inline-block;
    margin: 0; }
    .c-main-hero-slide__title span.is-empty {
      margin: 0 12px; }
  @media only screen and (max-width: 47.9375em) {
    .c-main-hero-slide__title {
      font-size: 42px; } }

.c-main-hero-slide__content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  overflow: hidden;
  z-index: 11; }

.c-main-hero-slide__cta {
  width: 80%;
  text-align: right; }
  @media only screen and (max-width: 63.9375em) {
    .c-main-hero-slide__cta {
      width: 100%; } }

.c-main-hero-slider__title-slider {
  width: 100%; }
  .c-main-hero-slider__title-slider .c-main-hero-slider__title-slide {
    font-size: 92px;
    font-weight: bold;
    letter-spacing: -3px;
    color: #ffffff; }
    .c-main-hero-slider__title-slider .c-main-hero-slider__title-slide span {
      display: inline-block;
      margin: 0; }
      .c-main-hero-slider__title-slider .c-main-hero-slider__title-slide span.is-empty {
        margin: 0 12px; }
    @media only screen and (max-width: 47.9375em) {
      .c-main-hero-slider__title-slider .c-main-hero-slider__title-slide {
        font-size: 42px;
        letter-spacing: -2px; } }
    @media only screen and (max-width: 40em) {
      .c-main-hero-slider__title-slider .c-main-hero-slider__title-slide {
        font-size: 32px; }
        .c-main-hero-slider__title-slider .c-main-hero-slider__title-slide span.is-empty {
          margin: 0 6px; } }

.c-main-hero-slider__title-slide {
  width: 100%;
  height: 140px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media only screen and (max-width: 47.9375em) {
    .c-main-hero-slider__title-slide {
      height: 75px; } }
  @media only screen and (max-width: 40em) {
    .c-main-hero-slider__title-slide {
      height: 50px; } }

.c-main-hero-slider__title-slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden; }

.c-main-hero-slide__layer {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.c-main-hero-slide__layer--back {
  width: 664px;
  height: 510px;
  z-index: 10; }
  @media only screen and (max-width: 47.9375em) {
    .c-main-hero-slide__layer--back {
      width: auto;
      height: 90%;
      max-width: none; } }

.c-main-hero-slide__layer--front {
  width: 600px;
  height: 730px;
  z-index: 11; }
  @media only screen and (max-width: 47.9375em) {
    .c-main-hero-slide__layer--front {
      width: auto;
      height: 90%;
      max-width: none; } }

.c-main-hero-slide__layer--second {
  width: 330px;
  height: 745px; }
  @media only screen and (max-width: 47.9375em) {
    .c-main-hero-slide__layer--second {
      width: auto;
      height: 90%;
      max-width: none; } }

.c-main-hero-slider__main-slider-images {
  width: 650px;
  height: 85vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 10; }
  .c-main-hero-slider__main-slider-images .flickity-viewport, .c-main-hero-slider__main-slider-images .flickity-slider {
    height: 100%; }
  @media only screen and (max-width: 47.9375em) {
    .c-main-hero-slider__main-slider-images {
      width: 100%; } }

.c-main-hero-slider__main-slide-images {
  width: 100%;
  height: 100%;
  position: relative; }

.c-main-hero-slider__main-slider-image {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain; }

.c-main-hero-slider__main-slider-image--front {
  width: 100%;
  height: 100%;
  z-index: 10; }

.c-main-hero-slider__main-slider-image--back {
  width: 100%;
  height: 75%;
  top: auto;
  bottom: 0; }

@media only screen and (min-width: 100em) {
  .c-main-hero-slider__main-slider-images {
    width: 750px; } }

@media only screen and (min-width: 125em) {
  .c-main-hero-slider__main-slider-images {
    width: 950px;
    height: 75vh; }
  .c-main-hero__title {
    font-size: 290px;
    width: 950px; } }

.c-hero {
  width: 100%;
  height: 88vh;
  position: relative; }

@media only screen and (max-width: 47.9375em) {
  .c-hero--news {
    height: 50vh !important; } }

.c-hero--small {
  height: 60vh !important; }
  .c-hero--small .c-hero__content {
    top: 65%; }

.c-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }

.c-hero__content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  z-index: 5; }

.c-hero__bread {
  position: absolute;
  top: 128px;
  left: 0;
  width: 100%;
  z-index: 5; }

.c-hero__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2; }

.c-hero__title {
  font-size: 144px;
  color: #F7F7F7;
  letter-spacing: -9px;
  text-align: center; }
  .c-hero__title span {
    color: #FDC854; }
  @media only screen and (max-width: 47.9375em) {
    .c-hero__title {
      font-size: 64px;
      letter-spacing: -1px; } }
  @media only screen and (max-width: 33.75em) {
    .c-hero__title {
      font-size: 42px; } }

.c-hero--about {
  height: auto; }

.c-hero__about-content {
  width: 833px;
  margin: 0 auto;
  position: relative;
  padding-top: 240px;
  padding-bottom: 120px;
  z-index: 10; }

@media only screen and (max-width: 63.9375em) {
  .c-hero__bread {
    top: 80px; }
  .c-hero__about-content {
    width: 95%;
    padding-top: 180px; }
  .c-hero__content {
    width: 95%; } }

.c-cta-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20; }
  @media only screen and (max-width: 63.9375em) {
    .c-cta-area {
      bottom: 50px; } }

.c-cta-area__bg-slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1; }
  @media only screen and (max-width: 63.9375em) {
    .c-cta-area__bg-slice {
      display: none; } }

.c-cta-area__container {
  width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  .c-cta-area__container:before, .c-cta-area__container:after {
    content: " ";
    display: table; }
  .c-cta-area__container:after {
    clear: both; }

.c-cta-area__links-area, .c-cta-area__social-area {
  float: left; }

.c-cta-area__links-area {
  padding-left: 60px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 99px;
  background-color: #ffffff; }
  @media only screen and (max-width: 63.9375em) {
    .c-cta-area__links-area {
      text-align: center;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 38px; } }

.c-cta-area__label {
  display: inline-block;
  font-size: 16px;
  color: #A3A3A3;
  margin-right: 45px; }
  @media only screen and (max-width: 63.9375em) {
    .c-cta-area__label {
      margin-right: 0;
      margin-bottom: 10px; } }

.c-cta-area__links, .c-cta-area__social-links {
  display: inline-block;
  margin: 0;
  padding: 0; }

@media only screen and (max-width: 63.9375em) {
  .c-cta-area__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-overflow-scrolling: touch; } }

@media only screen and (max-width: 47.9375em) {
  .c-cta-area__links {
    width: 100%;
    overflow-x: auto;
    padding: 8px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.c-cta-area__item {
  display: inline-block;
  margin-right: 45px; }
  .c-cta-area__item:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 47.9375em) {
    .c-cta-area__item {
      margin-right: 35px; } }

.c-cta-area__link {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .c-cta-area__link:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #FDC854;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.25s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-cta-area__link.is-active:before, .c-cta-area__link:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }

.c-cta-area__button {
  display: inline-block;
  padding: 20px 60px;
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700; }

.c-cta-area__social-area {
  padding: 28px 0 28px 45px; }
  @media only screen and (max-width: 63.9375em) {
    .c-cta-area__social-area {
      display: none; } }

.c-cta-area__social-item {
  display: inline-block;
  margin-right: 20px; }
  .c-cta-area__social-item:last-child {
    margin-right: 0; }

.c-cta-area__social-link svg {
  width: 16px;
  height: 16px; }

@media only screen and (max-width: 87.5em) {
  .c-cta-area__container {
    width: 95%; } }

@media only screen and (max-width: 68.75em) {
  .c-cta-area__social-area {
    display: none; } }

.c-contacts-block {
  position: relative; }

.c-contacts-block__infos {
  margin-bottom: 80px; }
  @media only screen and (max-width: 47.9375em) {
    .c-contacts-block__infos {
      margin-bottom: 30px; } }

.c-contacts-block__info {
  display: inline-block;
  color: #A3A3A3;
  font-size: 16px; }
  .c-contacts-block__info:after {
    content: "";
    display: inline-block;
    margin: 0 20px;
    width: 10px;
    height: 1px;
    background-color: #A3A3A3;
    position: relative;
    top: -6px; }
  .c-contacts-block__info a {
    color: #A3A3A3; }
    .c-contacts-block__info a:hover {
      text-decoration: underline; }
  .c-contacts-block__info span {
    color: #000000;
    font-weight: bold;
    display: inline-block;
    margin-right: 4px; }
  .c-contacts-block__info:last-child:after {
    display: none; }
  @media only screen and (max-width: 47.9375em) {
    .c-contacts-block__info {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      .c-contacts-block__info:after {
        display: none; } }

.c-contacts-block__social-list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 2px; }

.c-contacts-block__social-item {
  display: inline-block;
  margin-right: 20px; }
  .c-contacts-block__social-item:first-child {
    margin-left: 15px; }
  .c-contacts-block__social-item:last-child {
    margin-right: 0; }

.c-contacts-block__social-link svg {
  width: 16px;
  height: 16px; }

.c-contacts-form__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFDB1A;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 10; }
  .c-contacts-form__overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s;
    transition: -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s;
    transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s;
    transition: transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s, -webkit-transform 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0.2s; }

.c-contacts-block.is-loading .c-contacts-form__overlay, .c-contacts-block.is-success .c-contacts-form__overlay, .c-contacts-block.is-error .c-contacts-form__overlay {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%; }
  .c-contacts-block.is-loading .c-contacts-form__overlay:after, .c-contacts-block.is-success .c-contacts-form__overlay:after, .c-contacts-block.is-error .c-contacts-form__overlay:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%; }

.c-contacts-block.is-loading .c-contacts-form-overlay-content-loading {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.c-contacts-block.is-success .c-contacts-form-overlay-content-success {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.c-contacts-block.is-error .c-contacts-form-overlay-content-error {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.c-contacts-form__overlay-content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
  z-index: 1; }

.c-contacts-form-overlay-content-loading, .c-contacts-form-overlay-content-success, .c-contacts-form-overlay-content-error {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.c-contacts-form-overlay-content-success, .c-contacts-form-overlay-content-error {
  font-size: 22px; }

.c-contacts-form-overlay-content-success {
  color: #00bf8f; }

.c-contacts-form-overlay-content-error {
  color: #D80027; }

.c-contacts-form__loader {
  -webkit-animation: spin 0.8s cubic-bezier(0.694, 0.048, 0.335, 1) infinite;
          animation: spin 0.8s cubic-bezier(0.694, 0.048, 0.335, 1) infinite;
  border: 3px solid #A3A3A3;
  border-top: 3px solid #FDC854;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin: 0 auto; }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media only screen and (max-width: 47.9375em) {
  .c-contacts-form-overlay-content-success, .c-contacts-form-overlay-content-error {
    font-size: 18px; } }

.c-color-notch-slider__container {
  position: relative;
  margin: 40px 0 80px 0; }
  .c-color-notch-slider__container .flickity-enabled:focus {
    outline: none; }

.c-color-notch-slider {
  width: 100%;
  position: relative; }

.c-color-notch-slide {
  width: 330px;
  height: 330px;
  margin-right: 30px; }

.c-color-notch-slide__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #A3A3A3;
  position: relative; }

.c-color-notch-slide__name {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 28px;
  color: #ffffff;
  letter-spacing: -1px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.c-color-notch-slider__navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #FDC854;
  z-index: 10; }
  .c-color-notch-slider__navigation svg {
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3; }
  .c-color-notch-slider__navigation:before, .c-color-notch-slider__navigation:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-color-notch-slider__navigation:before {
    background-color: #000000;
    z-index: 1; }
  .c-color-notch-slider__navigation:after {
    background-color: #fcb10d;
    z-index: 2; }
  .c-color-notch-slider__navigation:hover:after {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s; }
  .c-color-notch-slider__navigation:hover:before, .c-color-notch-slider__navigation:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }

.c-color-notch-slider__navigation--next {
  right: -40px; }

.c-color-notch-slider__progress {
  width: 830px;
  height: 4px;
  position: relative;
  overflow: hidden;
  margin: 40px auto;
  background-color: #E8E8E8; }
  @media only screen and (max-width: 63.9375em) {
    .c-color-notch-slider__progress {
      width: 100%; } }

.c-color-notch-slider__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FDC854;
  -webkit-transition: width 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.35s cubic-bezier(0.694, 0.048, 0.335, 1); }

@media only screen and (min-width: 93.75em) {
  .c-color-notch-slide {
    width: 350px;
    height: 350px;
    margin-right: 35px; } }

@media only screen and (max-width: 80em) {
  .c-color-notch-slider__navigation--next {
    right: 50px; } }

.c-video-block {
  margin: 90px 0;
  position: relative; }
  @media only screen and (max-width: 63.9375em) {
    .c-video-block {
      width: calc(100% + 5vw);
      margin-left: -2.5vw; } }

.c-video-block__main {
  position: relative;
  left: 8.58333%;
  float: left;
  clear: none;
  width: 83.33333%;
  margin-left: 0;
  margin-right: 0;
  height: 70vh;
  position: relative;
  overflow: hidden; }
  .c-video-block__main .plyr--full-ui input[type=range] {
    color: #FDC854 !important; }
  .c-video-block__main .plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .c-video-block__main .plyr--video .plyr__controls .plyr__control:hover, .c-video-block__main .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
    background: #FDC854 !important; }
  .c-video-block__main .plyr__control--overlaid {
    background: rgba(253, 200, 84, 0.8) !important; }
    .c-video-block__main .plyr__control--overlaid:hover {
      background: #FDC854 !important; }
  @media only screen and (max-width: 63.9375em) {
    .c-video-block__main {
      width: 95%;
      margin: 0;
      left: 0; } }
  @media only screen and (max-width: 47.9375em) {
    .c-video-block__main {
      width: 90%;
      height: 260px; } }

.c-video-block__main-cta {
  position: absolute;
  top: 40%;
  left: 90px;
  cursor: pointer;
  z-index: 12; }
  @media only screen and (min-width: 63.9375em) {
    .c-video-block__main-cta:hover + .c-video-block__shadow {
      opacity: 0.6; }
    .c-video-block__main-cta:hover .c-video-block__main-icon, .c-video-block__main-cta:hover .c-video-block__main-icon-text {
      -webkit-transform: translateX(8px);
              transform: translateX(8px); }
    .c-video-block__main-cta:hover .c-video-block__main-icon-text {
      -webkit-transition-delay: 0.125s;
              transition-delay: 0.125s; } }
  @media only screen and (max-width: 47.9375em) {
    .c-video-block__main-cta {
      top: 50%;
      left: 2.5vw;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.c-video-block__main-icon {
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-video-block__main-icon svg {
    width: 37px;
    height: 37px; }
  @media only screen and (max-width: 47.9375em) {
    .c-video-block__main-icon svg {
      width: 20px;
      height: auto; } }

.c-video-block__main-icon-text {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s; }

.c-video-block__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 68%);
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  z-index: 11; }

.c-video-block__main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10; }

.c-video-block__main-text {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -2px; }
  .c-video-block__main-text span {
    color: #FDC854; }
  @media only screen and (max-width: 47.9375em) {
    .c-video-block__main-text {
      font-size: 35px; } }

.c-video-block__main-description {
  font-size: 16px;
  position: relative;
  left: 17.16667%;
  float: left;
  clear: none;
  width: 66.66667%;
  margin-left: 0;
  margin-right: 0;
  color: #A3A3A3;
  line-height: 24px;
  margin-top: 40px;
  z-index: 10; }
  @media only screen and (max-width: 47.9375em) {
    .c-video-block__main-description {
      width: 95%;
      left: 2.5%;
      margin-top: 30px;
      font-size: 10px; } }

.c-video-block__enter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: -1; }

.c-video-block__main-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 100; }

.c-video-block__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1; }

.c-article-block {
  margin: 90px 0 180px 0;
  position: relative; }
  .c-article-block:before, .c-article-block:after {
    content: " ";
    display: table; }
  .c-article-block:after {
    clear: both; }
  @media only screen and (max-width: 63.9375em) {
    .c-article-block {
      width: calc(100% + 5vw);
      margin-left: -2.5vw;
      margin-bottom: 90px; } }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block {
      margin-bottom: 30px; } }

.c-article-block--contacts {
  margin-bottom: 220px; }
  @media only screen and (max-width: 63.9375em) {
    .c-article-block--contacts {
      margin-bottom: 90px; } }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block--contacts {
      margin-bottom: 30px; } }

.c-article-block__main {
  position: relative;
  left: 8.58333%;
  float: left;
  clear: none;
  width: 41.66667%;
  margin-left: 0;
  margin-right: 0;
  height: 670px;
  position: relative;
  background-color: #ffffff; }
  @media only screen and (max-width: 63.9375em) {
    .c-article-block__main {
      left: 10%;
      width: 90%; } }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block__main {
      height: 285px; } }

.c-article-block__main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-article-block__content {
  background-color: #ffffff;
  padding: 99px 50px 64px 76px;
  position: relative;
  left: 42.91667%;
  float: left;
  clear: none;
  width: 41.66667%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 74px;
  z-index: 10; }
  @media only screen and (max-width: 63.9375em) {
    .c-article-block__content {
      width: 100%;
      position: relative;
      left: auto;
      top: 30px; } }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block__content {
      padding: 50px 2.5vw;
      background-color: transparent; } }

.c-article-block__claim {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 17px;
  color: #000000; }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block__claim {
      margin-bottom: 10px; } }

.c-article-block__title {
  font-size: 48px;
  line-height: 48px;
  color: #000000;
  font-weight: bold;
  letter-spacing: -2px;
  margin-bottom: 45px; }
  .c-article-block__title span {
    color: #FDC854; }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block__title {
      font-size: 36px;
      margin-bottom: 20px; } }

.c-article-block__text {
  font-size: 16px;
  color: #A3A3A3;
  margin-bottom: 32px; }
  .c-article-block__text:last-of-type {
    margin-bottom: 0; }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block__text {
      font-size: 14px; } }

.c-article-block__cta {
  margin-top: 60px; }
  @media only screen and (max-width: 47.9375em) {
    .c-article-block__cta {
      margin-top: 50px; } }

.c-article-block__image-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .c-article-block__image-slider.flickity-enabled:focus {
    outline: none; }
  .c-article-block__image-slider .flickity-viewport, .c-article-block__image-slider .flickity-slider {
    height: 100%; }

.c-article-block__image-slide {
  width: 100%;
  height: 100%;
  background-color: #A3A3A3; }

.c-article-block__content-slider {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }
  .c-article-block__content-slider.flickity-enabled:focus {
    outline: none; }
  .c-article-block__content-slider .flickity-page-dots {
    display: none; }

.c-article-block__content-slide {
  width: 100%; }

.c-article-block__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #FDC854;
  z-index: 10; }
  .c-article-block__next svg {
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3; }
  .c-article-block__next:before, .c-article-block__next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-article-block__next:before {
    background-color: #000000;
    z-index: 1; }
  .c-article-block__next:after {
    background-color: #fcb10d;
    z-index: 2; }
  .c-article-block__next:hover:after {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s; }
  .c-article-block__next:hover:before, .c-article-block__next:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }

.c-article-block--right .c-article-block__main {
  position: static;
  left: 0;
  position: relative;
  left: -8.58333%;
  float: right; }

.c-article-block--right .c-article-block__cta .c-button {
  float: right; }

.c-article-block--right .c-article-block__content {
  position: static;
  left: 0;
  position: relative;
  left: 17.16667%;
  padding: 99px 76px 64px 50px; }

.c-article-block--right .c-article-block__claim, .c-article-block--right .c-article-block__title, .c-article-block--right .c-article-block__text {
  text-align: right; }

@media only screen and (max-width: 63.9375em) {
  .c-article-block--right .c-article-block__content {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    padding: 50px 2.5vw; } }

.c-article-block--slider-container .c-article-block__content {
  min-height: 480px; }

@media only screen and (max-width: 47.9375em) {
  .c-article-block__next {
    top: 45%; }
  .c-article-block--slider-container .c-article-block__content {
    min-height: initial; }
  .c-article-block__content-slider .flickity-page-dots {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center; }
  .c-article-block__content-slider .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #A3A3A3;
    border-radius: 50%;
    margin-right: 20px;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out; }
    .c-article-block__content-slider .dot:last-child {
      margin-right: 0; }
    .c-article-block__content-slider .dot.is-selected {
      background-color: #FFDB1A; } }

.c-collection-preview {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
  height: 270px;
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.11); }
  .c-collection-preview:nth-of-type(2n) {
    margin-right: 0;
    float: right; }
  .c-collection-preview:nth-of-type(2n + 1) {
    clear: both; }
  .c-collection-preview:hover .c-collection-preview__shadow {
    opacity: 0.7; }
  .c-collection-preview:hover .c-collection-preview__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .c-collection-preview:hover .c-collection-preview__title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  .c-collection-preview:hover .c-collection-preview__text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s; }
  @media only screen and (max-width: 63.9375em) {
    .c-collection-preview {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%;
      height: 350px; }
      .c-collection-preview:last-child {
        margin-right: 0; } }
  @media only screen and (max-width: 47.9375em) {
    .c-collection-preview {
      height: 270px; } }

.c-collection-skeleton {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
  height: 270px;
  position: relative;
  margin-bottom: 32px;
  background-color: #ddd;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 120px, #ddd 180px);
  background-size: 452px;
  -webkit-animation: shine-lines 2s infinite cubic-bezier(0.694, 0.048, 0.335, 1);
          animation: shine-lines 2s infinite cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-collection-skeleton:nth-of-type(2n) {
    margin-right: 0;
    float: right; }
  .c-collection-skeleton:nth-of-type(2n + 1) {
    clear: both; }

.c-collection-preview__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1; }

.c-collection-preview__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #A3A3A3;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }

.c-collection-preview__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 68%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2; }
  @media only screen and (max-width: 63.9375em) {
    .c-collection-preview__shadow {
      opacity: 0.7; } }

.c-collection-preview__content {
  position: absolute;
  bottom: 18px;
  left: 40px;
  z-index: 5; }
  @media only screen and (max-width: 63.9375em) {
    .c-collection-preview__content {
      bottom: 30px;
      left: 20px; } }

.c-collection-preview__title {
  font-size: 40px;
  color: #ffffff;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
  -webkit-transition: all 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: all 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-collection-preview__title span {
    color: #FDC854; }
  @media only screen and (max-width: 63.9375em) {
    .c-collection-preview__title {
      font-size: 32px;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

.c-collection-preview__text {
  width: 80%;
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  @media only screen and (max-width: 63.9375em) {
    .c-collection-preview__text {
      width: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1; } }

.c-collection-preview--no-text .c-collection-preview__title {
  -webkit-transform: none;
          transform: none; }

.c-collection__load-more-loader {
  margin-top: 30px;
  display: none; }
  .c-collection__load-more-loader.is-loading-more {
    display: block;
    margin: 0 auto;
    text-align: center; }

.c-collection__load-more-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  margin: 0 10px;
  -webkit-animation-name: scaleUp;
          animation-name: scaleUp;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }
  .c-collection__load-more-dot:nth-child(2) {
    background-color: #FDC854; }

.c-collection__load-more-dot:nth-of-type(1n) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s; }

.c-collection__load-more-dot:nth-of-type(2n) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.c-collection__load-more-dot:nth-of-type(3n) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s; }

.c-collections__empty {
  display: none;
  font-size: 20px;
  font-weight: bold;
  color: #000000; }

.c-collections__first-area:empty ~ .c-collections__empty {
  display: block; }

.js-collection-load.is-hidden {
  display: none; }

@-webkit-keyframes shine-lines {
  0% {
    background-position: 0px; }
  50% {
    background-position: 452px; }
  100% {
    background-position: 0px; } }

@keyframes shine-lines {
  0% {
    background-position: 0px; }
  50% {
    background-position: 452px; }
  100% {
    background-position: 0px; } }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.c-collection-chooser {
  width: 728px;
  margin: 0 auto;
  position: relative; }
  .c-collection-chooser:before, .c-collection-chooser:after {
    content: " ";
    display: table; }
  .c-collection-chooser:after {
    clear: both; }

.c-collection-chooser__accordion-trigger {
  width: 100%;
  display: block;
  position: relative; }
  .c-collection-chooser__accordion-trigger:before, .c-collection-chooser__accordion-trigger:after {
    content: " ";
    display: table; }
  .c-collection-chooser__accordion-trigger:after {
    clear: both; }

.c-collection-chooser__accordion-text {
  float: left;
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: -2px;
  pointer-events: none;
  width: 90%; }

.c-collection-chooser__accordion-icon {
  float: right;
  text-align: right;
  pointer-events: none;
  width: 10%;
  position: relative;
  top: -2px;
  font-size: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.c-collection-chooser__accordion-panel {
  padding-top: 59px;
  margin-bottom: 80px; }
  .c-collection-chooser__accordion-panel:before, .c-collection-chooser__accordion-panel:after {
    content: " ";
    display: table; }
  .c-collection-chooser__accordion-panel:after {
    clear: both; }

.c-collection-chooser__filter-group {
  margin-bottom: 85px; }
  .c-collection-chooser__filter-group:before, .c-collection-chooser__filter-group:after {
    content: " ";
    display: table; }
  .c-collection-chooser__filter-group:after {
    clear: both; }
  .c-collection-chooser__filter-group.is-hidden {
    display: none; }

.c-collection-chooser__filter-group-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px; }
  .c-collection-chooser__filter-group-title span {
    color: #FDC854; }

.c-collection-chooser__filter-col {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%; }
  .c-collection-chooser__filter-col:last-child {
    margin-right: 0; }

.c-collection-chooser__accordion-trigger.is-expanded .c-collection-chooser__accordion-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -20px; }

.c-collection-chooser__results-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #eee;
  padding: 40px 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  z-index: 100; }

.c-collection-chooser__results-bar-container {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s; }

.c-collection-chooser__results-bar.is-active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1); }
  .c-collection-chooser__results-bar.is-active .c-collection-chooser__results-bar-container {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }

.c-collection-chooser__results-bar-first-col {
  float: left;
  width: 60%; }

.c-collection-choser__results-bar-group {
  display: inline-block;
  margin-right: 70px; }
  .c-collection-choser__results-bar-group:last-child {
    margin-right: 0; }

.c-collection-choser__results-bar-group--double {
  position: relative;
  top: 10px; }

.c-collection-chooser__results-bar-last-col {
  float: left;
  width: 40%; }

.c-collection-choser__results-bar-group-title {
  font-size: 14px;
  font-weight: bold;
  color: #000000; }

.c-collection-choser__results-bar-group-text {
  font-size: 14px;
  color: #A3A3A3; }

.c-collection-chooser__results-bar-cta, .c-collection-chooser__results-bar-reset {
  float: right; }

.c-collection-chooser__results-bar-reset {
  cursor: pointer;
  margin-right: 50px;
  position: relative;
  top: 12px; }

.c-collection-chooser__results-bar-reset-text, .c-collection-chooser__results-bar-reset-progress {
  display: inline-block; }

.c-collection-chooser__results-bar-reset-text {
  text-transform: uppercase;
  font-size: 10px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: bold; }

.c-collection-chooser__results-bar-reset-progress {
  width: 40px;
  height: 1px;
  background-color: #A3A3A3;
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  top: -3px; }

.c-collection-chooser__results-bar-reset-progress-line {
  background-color: #000000;
  width: 33.333333%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

@media only screen and (max-width: 63.9375em) {
  .c-collection-choser__results-bar-group {
    margin-right: 40px; }
  .c-collection-chooser__results-bar-reset {
    display: none; }
  .c-collection-chooser__accordion-text {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -1px; } }

@media only screen and (max-width: 47.9375em) {
  .c-collection-chooser__accordion-text {
    font-size: 32px;
    line-height: 36px; }
  .c-collection-chooser {
    width: 100%; } }

@media only screen and (max-width: 43.75em) {
  .c-collection-chooser__results-bar {
    padding: 20px 0 50px 0;
    width: 95%;
    left: 2.5%;
    bottom: 35px; }
  .c-collection-choser__results-bar-group:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: center; }
  .c-collection-choser__results-bar-group:nth-child(2), .c-collection-choser__results-bar-group:nth-child(3), .c-collection-choser__results-bar-group:last-child {
    float: left;
    clear: none;
    width: 31.33333%;
    margin-left: 0;
    margin-right: 3%;
    text-align: center; }
    .c-collection-choser__results-bar-group:nth-child(2):last-child, .c-collection-choser__results-bar-group:nth-child(3):last-child, .c-collection-choser__results-bar-group:last-child:last-child {
      margin-right: 0; }
  .c-collection-chooser__results-bar-cta {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .c-collection-chooser__results-bar-cta .c-button {
      font-size: 14px;
      padding: 8px 20px; }
  .c-collection-chooser__results-bar-first-col, .c-collection-chooser__results-bar-last-col {
    width: 100%; }
  .c-collection-chooser__filter-group .c-radio__control--inline {
    margin-bottom: 10px; }
  .c-collection-chooser .c-accordion__panel {
    padding-left: 12px;
    padding-right: 12px; }
  .c-collection-chooser__filter-group-title {
    font-size: 28px; }
  .c-collection-chooser__filter-group {
    margin-bottom: 45px; }
  .c-collection-chooser__accordion-trigger {
    overflow: hidden; }
    .c-collection-chooser__accordion-trigger.is-expanded .c-collection-chooser__accordion-icon {
      top: -10px; }
  .c-collection-chooser__accordion-text {
    padding-left: 8px; }
  .c-collection-chooser__accordion-icon {
    font-size: 30px;
    padding-right: 8px; }
  .c-collection-chooser__accordion-panel {
    margin-bottom: 0px; } }

@media only screen and (max-width: 31.25em) {
  .c-collection-chooser__accordion-text {
    font-size: 26px;
    line-height: 30px; } }

.c-collections-slider__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .c-collections-slider__images .flickity-viewport, .c-collections-slider__images .flickity-slider {
    height: 100%; }
  .c-collections-slider__images.flickity-enabled:focus {
    outline: none; }

.c-collections-slide-images {
  width: 100%;
  height: 100%;
  position: relative; }

.c-collections-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.c-collections-slider__characters {
  width: 500px;
  height: 65vh;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 2; }
  .c-collections-slider__characters .flickity-viewport, .c-collections-slider__characters .flickity-slider {
    height: 100%; }
  .c-collections-slider__characters.flickity-enabled:focus {
    outline: none; }

.c-collections-slide-characters {
  width: 100%;
  height: 100%; }

.c-collections-slider__character {
  max-width: 500px;
  margin: 0 auto;
  height: 70vh;
  display: block; }

.c-newsletter-block {
  position: relative;
  float: left;
  clear: none;
  width: 83.33333%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto 60px auto;
  float: none;
  height: 70vh;
  overflow: hidden;
  background-color: #A3A3A3; }
  .c-newsletter-block:hover .c-newsletter-block__image {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transition-duration: 10s;
            transition-duration: 10s; }
  .c-newsletter-block:hover .c-newsletter-block__shadow {
    opacity: 0.5; }
  @media only screen and (max-width: 63.9375em) {
    .c-newsletter-block {
      width: 100%;
      margin-left: 0; }
      .c-newsletter-block .c-newsletter-block__shadow {
        opacity: 0.65; } }
  @media only screen and (max-width: 47.9375em) {
    .c-newsletter-block {
      height: 75vh; } }

.c-newsletter-block--small {
  height: 450px; }

.c-newsletter-block--full {
  width: 100%; }

.c-newsletter-block--pad {
  margin-top: 70px;
  margin-bottom: 200px; }
  @media only screen and (max-width: 63.9375em) {
    .c-newsletter-block--pad {
      margin-bottom: 40px; } }

.c-newsletter-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  z-index: 1; }

.c-newsletter-block__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 68%);
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  z-index: 2; }

.c-newsletter-block__content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  z-index: 3; }
  @media only screen and (max-width: 47.9375em) {
    .c-newsletter-block__content {
      width: 95%;
      margin: 0 auto; } }

.c-newsletter-block__claim {
  font-size: 46px;
  line-height: 67px;
  letter-spacing: -2px;
  color: #ffffff;
  font-weight: bold; }
  @media only screen and (max-width: 47.9375em) {
    .c-newsletter-block__claim {
      font-size: 16px;
      margin-bottom: 20px;
      letter-spacing: 0;
      line-height: 1.2; } }

.c-newsletter-block__title {
  font-size: 80px;
  letter-spacing: -2px;
  color: #ffffff;
  font-weight: bold;
  line-height: 115px; }
  .c-newsletter-block__title span {
    color: #FDC854; }
  @media only screen and (max-width: 47.9375em) {
    .c-newsletter-block__title {
      font-size: 36px;
      margin-bottom: 20px;
      line-height: 1.2; } }

.c-newsletter-block__text {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  margin-top: 6px; }
  @media only screen and (max-width: 47.9375em) {
    .c-newsletter-block__text {
      font-size: 14px;
      line-height: 1.2; } }

.c-newsletter-block__cta {
  margin-top: 40px; }

.c-newsletter-block__overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  transition: -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  transition: transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  transition: transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s, -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  z-index: 100; }
  .c-newsletter-block__overlay:before, .c-newsletter-block__overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transition: all 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0s; }
  .c-newsletter-block__overlay:before {
    border-top: 9px solid #FDC854;
    border-bottom: 9px solid #FDC854;
    width: 0%;
    height: 100%; }
  .c-newsletter-block__overlay:after {
    border-left: 9px solid #FDC854;
    border-right: 9px solid #FDC854;
    width: 100%;
    height: 0%; }

.c-newsletter-block__loading-panel, .c-newsletter-block__success-panel, .c-newsletter-block__error-panel {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  transition: -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  transition: transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  transition: transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s, -webkit-transform 0.42s cubic-bezier(0.694, 0.048, 0.335, 1) 0.12s;
  z-index: 101; }
  .c-newsletter-block__loading-panel:before, .c-newsletter-block__loading-panel:after, .c-newsletter-block__success-panel:before, .c-newsletter-block__success-panel:after, .c-newsletter-block__error-panel:before, .c-newsletter-block__error-panel:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
    transition: all 0.32s cubic-bezier(0.694, 0.048, 0.335, 1) 0s; }
  .c-newsletter-block__loading-panel:before, .c-newsletter-block__success-panel:before, .c-newsletter-block__error-panel:before {
    border-top: 9px solid #FDC854;
    border-bottom: 9px solid #FDC854;
    width: 0%;
    height: 100%; }
  .c-newsletter-block__loading-panel:after, .c-newsletter-block__success-panel:after, .c-newsletter-block__error-panel:after {
    border-left: 9px solid #FDC854;
    border-right: 9px solid #FDC854;
    width: 100%;
    height: 0%; }

.c-newsletter-block__success-panel, .c-newsletter-block__error-panel {
  z-index: 102; }

.c-newsletter-block__loading-content {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.c-newsletter-block__form-content {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  z-index: 10; }

.c-newsletter-block__form-title {
  font-size: 60px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -2px;
  margin-bottom: 20px; }
  .c-newsletter-block__form-title span {
    color: #FDC854; }

.c-newsletter-block__form-row {
  width: 100%;
  margin-bottom: 30px; }
  .c-newsletter-block__form-row:before, .c-newsletter-block__form-row:after {
    content: " ";
    display: table; }
  .c-newsletter-block__form-row:after {
    clear: both; }
  .c-newsletter-block__form-row:last-child {
    margin-bottom: 0; }

.c-newsletter-block__form-col {
  float: left;
  clear: none;
  width: 31.33333%;
  margin-left: 0;
  margin-right: 3%; }
  .c-newsletter-block__form-col:last-child {
    margin-right: 0; }

.c-newsletter-block__overlay-close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  z-index: 10; }
  .c-newsletter-block__overlay-close span {
    position: absolute;
    top: 20px;
    background-color: #a3a3a3;
    width: 100%;
    height: 3px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .c-newsletter-block__overlay-close span:first-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .c-newsletter-block__overlay-close span:last-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-newsletter-block__overlay-close:hover span {
    background-color: #FDC854; }
    .c-newsletter-block__overlay-close:hover span:first-child {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .c-newsletter-block__overlay-close:hover span:last-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.c-newsletter-block__feedback-message {
  font-size: 28px; }

.c-newsletter-block__feedback-message--success {
  color: #00bf8f; }

.c-newsletter-block__feedback-message--error {
  color: #D80027; }

.c-newsletter-block.is-loading .c-newsletter-block__loading-panel {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .c-newsletter-block.is-loading .c-newsletter-block__loading-panel:before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .c-newsletter-block.is-loading .c-newsletter-block__loading-panel:after {
    height: 100%;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s; }

.c-newsletter-block.is-success .c-newsletter-block__success-panel {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .c-newsletter-block.is-success .c-newsletter-block__success-panel:before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .c-newsletter-block.is-success .c-newsletter-block__success-panel:after {
    height: 100%;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s; }

.c-newsletter-block.is-error .c-newsletter-block__error-panel {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .c-newsletter-block.is-error .c-newsletter-block__error-panel:before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .c-newsletter-block.is-error .c-newsletter-block__error-panel:after {
    height: 100%;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s; }

.c-newsletter-block.is-open .c-newsletter-block__form-content, .c-newsletter-block.is-open .c-newsletter-block__overlay-close {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }

.c-newsletter-block.is-open .c-newsletter-block__overlay {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  .c-newsletter-block.is-open .c-newsletter-block__overlay:before {
    width: 100%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .c-newsletter-block.is-open .c-newsletter-block__overlay:after {
    height: 100%;
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s; }

@media only screen and (max-width: 47.9375em) {
  .c-newsletter-block__form-title {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 16px; }
  .c-newsletter-block__feedback-message {
    font-size: 20px; } }

@media only screen and (max-width: 43.75em) {
  .c-newsletter-block__form-col {
    float: left;
    clear: none;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%; }
    .c-newsletter-block__form-col:nth-of-type(2n) {
      margin-right: 0;
      float: right; }
    .c-newsletter-block__form-col:nth-of-type(2n + 1) {
      clear: both; }
  .c-newsletter-block__form-row {
    margin-bottom: 15px; }
  .c-newsletter-block__form-col--last-col {
    margin-top: 15px; } }

@media only screen and (max-width: 25em) {
  .c-newsletter-block__form-col {
    width: 100%;
    margin-right: 0; }
    .c-newsletter-block__form-col .c-input {
      padding: 14px;
      font-size: 12px; }
      .c-newsletter-block__form-col .c-input::-webkit-input-placeholder {
        font-size: 12px; }
      .c-newsletter-block__form-col .c-input:-ms-input-placeholder {
        font-size: 12px; }
      .c-newsletter-block__form-col .c-input::-ms-input-placeholder {
        font-size: 12px; }
      .c-newsletter-block__form-col .c-input::placeholder {
        font-size: 12px; }
  .c-newsletter-block__form-row .c-button {
    padding: 8px 20px;
    font-size: 14px; }
  .c-newsletter-block__form-content {
    width: 90%;
    left: 5%; }
  .c-newsletter-block__form-title {
    font-size: 26px;
    margin-bottom: 12px; }
  .c-newsletter-block__overlay-close {
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px; }
  .c-newsletter-block__overlay:before {
    border-top: 5px solid #FDC854;
    border-bottom: 5px solid #FDC854; }
  .c-newsletter-block__overlay:after {
    border-left: 5px solid #FDC854;
    border-right: 5px solid #FDC854; }
  .c-newsletter-block .choices {
    font-size: 14px; }
  .c-newsletter-block .choices__input {
    font-size: 12px; }
  .c-newsletter-block .c-select .choices__inner {
    padding: 0; }
  .c-newsletter-block .choices__list--single .choices__item {
    font-size: 12px; }
  .c-newsletter-block__form-col {
    margin-bottom: 8px; }
  .c-newsletter-block__form-row {
    margin-bottom: 0; }
  .c-newsletter-block__form-col--last-col {
    margin-top: 0; } }

@media only screen and (max-width: 20.625em) {
  .c-newsletter-block__overlay-close {
    top: 6px;
    width: 20px;
    height: 20px; } }

.c-download-block__main-area {
  margin-top: 30px; }

.c-download-block__col {
  float: left;
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px; }
  .c-download-block__col .c-button:before, .c-download-block__col .c-button:after {
    content: " ";
    display: table; }
  .c-download-block__col .c-button:after {
    clear: both; }
  .c-download-block__col .c-button__text {
    display: inline-block;
    width: 90%;
    position: relative;
    top: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .c-download-block__col .c-button__icon {
    display: inline-block;
    width: 10%;
    margin: 0;
    position: relative;
    top: 0px; }
    .c-download-block__col .c-button__icon svg {
      width: 10px;
      height: 13px; }

@media only screen and (max-width: 63.9375em) {
  .c-download-block__main-area {
    margin-top: 20px; } }

@media only screen and (max-width: 48em) {
  .c-download-block__col {
    width: 100%;
    margin-right: 0; } }

.c-login-panel {
  position: absolute;
  top: 120px;
  right: 60px;
  opacity: 0;
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  visibility: hidden;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
  z-index: -1; }

.c-login-panel__bg {
  position: relative;
  padding: 52px 38px 34px 38px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2); }
  .c-login-panel__bg:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 37px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent; }

.c-login-panel__form {
  display: block;
  margin-bottom: 25px; }

.c-login-panel__title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px; }

.c-login-panel__text {
  color: #000000;
  font-size: 10px;
  text-align: center;
  margin-bottom: 15px; }
  .c-login-panel__text a {
    color: #FDC854;
    font-weight: bold;
    text-decoration: underline; }
  .c-login-panel__text:last-child {
    margin-bottom: 0; }

.c-login-panel__close {
  position: absolute;
  top: 22px;
  right: 34px;
  width: 20px;
  height: 20px;
  cursor: pointer; }
  .c-login-panel__close span {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #A3A3A3;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .c-login-panel__close span:first-child {
      left: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .c-login-panel__close span:last-child {
      right: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-login-panel__close:hover span {
    background-color: #FDC854; }

.c-login-panel__error-message {
  display: none;
  font-size: 12px;
  color: #D80027;
  margin-bottom: 16px; }
  .c-login-panel__error-message.is-error {
    display: block; }

.is-login-panel-open .c-login-panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 100; }

@media only screen and (max-width: 59.375em) {
  .c-login-panel {
    top: 0;
    right: 0;
    width: 100%; }
  .c-login-panel__error-message {
    margin-bottom: 10px; }
  .c-login-panel__bg {
    min-height: 95vh; }
    .c-login-panel__bg:before {
      display: none; } }

.c-product-block {
  width: 100%;
  margin-bottom: 80px;
  position: relative; }
  .c-product-block:before, .c-product-block:after {
    content: " ";
    display: table; }
  .c-product-block:after {
    clear: both; }

.c-product-block__image-col {
  float: left;
  clear: none;
  width: 38.2%;
  margin-left: 0;
  margin-right: 3%; }
  .c-product-block__image-col:last-child {
    margin-right: 0; }

.c-product-block__image {
  max-width: 260px;
  max-height: 650px; }
  @media only screen and (max-width: 47.9375em) {
    .c-product-block__image {
      width: auto;
      display: block;
      max-width: none;
      max-height: none; } }

.c-product-block__image--place {
  max-width: auto;
  max-height: auto; }

.c-product-block__content-col {
  float: left;
  clear: none;
  width: 58.8%;
  margin-left: 0;
  margin-right: 3%; }
  .c-product-block__content-col:last-child {
    margin-right: 0; }

.c-product-block__info {
  margin-bottom: 8px; }

.c-product-block__info-sup {
  font-size: 16px;
  font-weight: bold; }

.c-product-block__info-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: -1px; }

.c-product-block__col {
  float: left;
  clear: none;
  width: 48.5%;
  margin-left: 0;
  margin-right: 3%;
  margin-bottom: 20px; }
  .c-product-block__col:nth-of-type(2n) {
    margin-right: 0;
    float: right; }
  .c-product-block__col:nth-of-type(2n + 1) {
    clear: both; }

.c-product-block__info-voices {
  margin-top: 22px; }

.c-product-block__info-voice {
  margin-bottom: 4px;
  font-size: 12px;
  color: #A3A3A3; }
  .c-product-block__info-voice span {
    color: #000000;
    font-weight: bold; }

.c-product-block__info-voice-icons {
  margin-top: 4px; }

.c-product-block__info-voice-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain; }

.c-product-block__actions {
  padding-top: 20px;
  border-top: 1px solid #e3e3e3; }

.c-product-block__action-text {
  display: inline-block;
  font-size: 16px;
  color: #A3A3A3;
  margin-right: 20px; }

.c-product-block__action {
  display: inline-block;
  margin-right: 25px; }
  .c-product-block__action:hover svg path {
    fill: #FDC854; }

.c-modal__loader {
  padding-top: 100px;
  min-height: 350px;
  position: relative;
  width: 100%; }

@media only screen and (max-width: 47.9375em) {
  .modal__main-title {
    font-size: 42px;
    line-height: 42px;
    letter-spacing: -1px;
    text-align: center; }
  .c-product-block__image-col, .c-product-block__content-col {
    width: 100%;
    margin-right: 0; }
  .c-product-block__content-col {
    margin-top: 32px; }
  .c-product-block__image {
    margin: 0 auto; }
  .c-product-block__col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px; }
    .c-product-block__col:last-child {
      margin: 0; } }

.c-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: -1; }

.c-video-modal__stripe {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

.c-video-modal__stripe--first {
  background-color: #FDC854;
  z-index: 2; }

.c-video-modal__stripe--second {
  background-color: #000000;
  z-index: 3; }

.c-video-modal__content {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
  position: relative;
  top: 60px;
  opacity: 0;
  z-index: 100; }
  .c-video-modal__content .plyr--full-ui input[type=range] {
    color: #FDC854 !important; }
  .c-video-modal__content .plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .c-video-modal__content .plyr--video .plyr__controls .plyr__control:hover, .c-video-modal__content .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
    background: #FDC854 !important; }
  .c-video-modal__content .plyr__control--overlaid {
    background: rgba(253, 200, 84, 0.8) !important; }
    .c-video-modal__content .plyr__control--overlaid:hover {
      background: #FDC854 !important; }

.c-video-modal__content-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.c-video-modal__wrap {
  -webkit-box-shadow: 0 22px 43px 0 rgba(0, 0, 0, 0.61);
          box-shadow: 0 22px 43px 0 rgba(0, 0, 0, 0.61); }

.c-video-modal__close {
  position: absolute;
  top: 12%;
  opacity: 0;
  right: 5%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1000; }
  .c-video-modal__close:before, .c-video-modal__close:after {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-video-modal__close:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .c-video-modal__close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0; }
  .c-video-modal__close:hover:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-video-modal__close:hover:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 230; }

.c-loader__container {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10; }
  .c-loader__container svg {
    width: 233px; }

.c-loader__stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-loader__stripe--first {
  background-color: #FDC854;
  z-index: 2; }

.c-loader__stripe--second {
  background-color: #ffffff;
  z-index: 3; }

.c-loader__progress {
  width: 233px;
  margin: 0 auto;
  height: 4px;
  background-color: #ccc;
  overflow: hidden;
  position: relative; }

.c-loader__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #FDC854;
  -webkit-animation: moveprogress 1.5s cubic-bezier(0.694, 0.048, 0.335, 1) infinite;
          animation: moveprogress 1.5s cubic-bezier(0.694, 0.048, 0.335, 1) infinite; }

#ala-sx-1 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

#ala-sx-2 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

@-webkit-keyframes movefly1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes movefly1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes movefly2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes movefly2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes moveprogress {
  0% {
    width: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  50% {
    width: 100%; }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

@keyframes moveprogress {
  0% {
    width: 0%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  50% {
    width: 100%; }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); } }

.c-filter-sidebar {
  padding: 65px 26px 65px 70px;
  background-color: #ffffff; }

.c-filter-sidebar--collections {
  float: left;
  clear: none;
  width: 22%;
  margin-left: 0;
  margin-right: 4%;
  position: relative;
  top: -140px;
  overflow: hidden;
  z-index: 10; }
  .c-filter-sidebar--collections:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 63.9375em) {
    .c-filter-sidebar--collections {
      cursor: pointer;
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%;
      padding: 20px 0;
      margin-top: -76px;
      position: relative;
      top: auto;
      margin-bottom: 20px;
      -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.11);
      overflow: initial; }
      .c-filter-sidebar--collections:last-child {
        margin-right: 0; } }

.c-filter-sidebar--places {
  position: absolute;
  top: 170px;
  left: 2.5%;
  width: 30%;
  margin-right: 0;
  padding: 30px 26px 50px 60px;
  height: 70vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 20px 21px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 20px 21px 0 rgba(0, 0, 0, 0.11);
  z-index: 101; }

.c-filter-sidebar__label {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #FFDB1A;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 164%;
          transform-origin: 50% 164%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 14px 30px; }
  @media only screen and (max-width: 63.9375em) {
    .c-filter-sidebar__label {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      left: auto;
      right: 0;
      display: none; } }

.c-filter-sidebar__close {
  position: absolute; }

.c-filter-sidebar__main-title {
  font-size: 22px;
  color: #000000;
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 40px; }
  @media only screen and (max-width: 63.9375em) {
    .c-filter-sidebar__main-title {
      margin-bottom: 0;
      font-weight: bold;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-filter-sidebar__main-title:after {
        content: '';
        margin-left: 8px;
        position: relative;
        border-top: 6px solid #FDC854;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent; } }

.c-filter-sidebar__reset {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
  .c-filter-sidebar__reset.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1; }
  @media only screen and (max-width: 63.9375em) {
    .c-filter-sidebar__reset {
      display: none; } }

.c-filter-sidebar__reset-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #A3A3A3;
  position: relative;
  border-radius: 50%;
  margin-right: 14px; }

.c-filter-sidebar__reset-button-icon {
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .c-filter-sidebar__reset-button-icon:before, .c-filter-sidebar__reset-button-icon:after {
    content: "";
    position: absolute;
    top: 4px;
    height: 2px;
    width: 100%;
    background-color: #ffffff; }
  .c-filter-sidebar__reset-button-icon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .c-filter-sidebar__reset-button-icon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.c-filter-sidebar__reset-text {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: -4px; }

@media only screen and (max-width: 63.9375em) {
  .c-filter-sidebar--places {
    margin-right: 0;
    padding: 18px 18px 35px 18px; } }

.c-gallery-slider__container {
  width: 100%;
  height: 70vh;
  position: relative;
  margin: 80px 0; }
  .c-gallery-slider__container .flickity-viewport, .c-gallery-slider__container .flickity-slider {
    height: 100%; }
  .c-gallery-slider__container .flickity-enabled:focus {
    outline: none; }
  @media only screen and (max-width: 63.9375em) {
    .c-gallery-slider__container {
      height: 65vh;
      margin: 40px 0 22px 0; } }

.c-gallery-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.c-gallery-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E8E8E8; }

.c-gallery-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.c-gallery-slider__main-cta {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10; }

.c-gallery-slider__progress {
  width: 830px;
  height: 4px;
  position: relative;
  overflow: hidden;
  margin: 40px auto;
  background-color: #E8E8E8; }
  @media only screen and (max-width: 63.9375em) {
    .c-gallery-slider__progress {
      width: 100%; } }

.c-gallery-slider__progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FDC854;
  -webkit-transition: width 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: width 0.35s cubic-bezier(0.694, 0.048, 0.335, 1); }

.c-gallery-slider__navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #FDC854;
  z-index: 10; }
  .c-gallery-slider__navigation svg {
    position: absolute;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3; }
  .c-gallery-slider__navigation:before, .c-gallery-slider__navigation:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1); }
  .c-gallery-slider__navigation:before {
    background-color: #000000;
    z-index: 1; }
  .c-gallery-slider__navigation:after {
    background-color: #fcb10d;
    z-index: 2; }
  .c-gallery-slider__navigation:hover:after {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s; }
  .c-gallery-slider__navigation:hover:before, .c-gallery-slider__navigation:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%; }

.c-gallery-slider__navigation--next {
  right: -40px; }

.c-gallery-slider__main-description {
  font-size: 14px;
  position: relative;
  left: 17.16667%;
  float: left;
  clear: none;
  width: 66.66667%;
  margin-left: 0;
  margin-right: 0;
  color: #A3A3A3;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 80px; }

@media only screen and (max-width: 80em) {
  .c-gallery-slider__navigation--next {
    right: 30px; } }

@media only screen and (max-width: 63.9375em) {
  .c-gallery-slider__main-description {
    left: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px; } }

.c-places__container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #A3A3A3; }

.c-places__filter-container {
  position: absolute;
  top: 175px;
  left: 0;
  width: 100%;
  z-index: 100; }

.c-places__search-zone {
  position: absolute;
  top: 170px;
  right: 2.5%;
  width: 60%;
  background-color: #ffffff;
  padding: 20px 33px;
  margin-right: 0;
  -webkit-box-shadow: 0 20px 21px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 20px 21px 0 rgba(0, 0, 0, 0.11);
  z-index: 101; }

.c-places__search__col {
  float: left;
  clear: none;
  width: 22.75%;
  margin-left: 0;
  margin-right: 3%; }
  .c-places__search__col:last-child {
    margin-right: 0; }

.c-psale {
  margin-bottom: 15px; }
  .c-psale:last-child {
    margin-bottom: 0; }

.c-psale__title {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer; }

.c-psale__infos {
  color: #A3A3A3;
  font-size: 14px;
  line-height: 22px; }
  .c-psale__infos a {
    color: #A3A3A3;
    text-decoration: underline;
    word-break: break-all; }
    .c-psale__infos a:hover {
      color: #000000; }

.c-psale__infos-desc {
  color: #000000; }

.c-psale__infos-address {
  text-transform: uppercase; }

.c-psale__category-title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  margin-bottom: 30px;
  margin-top: 25px; }

.c-places__side-divider {
  margin: 45px 0 20px 0;
  width: 90%;
  height: 1px;
  background-color: #A3A3A3; }

.c-place-marker {
  padding: 10px 0; }

.c-place-marker__title {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px; }

.c-place-marker__infos {
  font-size: 12px;
  color: #A3A3A3;
  line-height: 16px; }
  .c-place-marker__infos a {
    color: #A3A3A3;
    text-decoration: underline; }

.c-places__mobile-search-button {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: -webkit-transform 0.7s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.694, 0.048, 0.335, 1) 0s, -webkit-transform 0.7s cubic-bezier(0.694, 0.048, 0.335, 1) 0s;
  will-change: transform;
  z-index: 101; }

.c-places__mobile-search-button-icon {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease 0.7s;
  transition: opacity 0.3s ease 0.7s; }

.c-places__mobile-search-panel {
  display: none; }

.c-places__mobile-search-results-number {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 125px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FDC854;
  border-radius: 50%;
  -webkit-box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 101; }

@media only screen and (max-width: 59.375em) {
  .c-places__mobile-search-button, .c-places__mobile-search-results-number {
    display: block; }
  .c-filter-sidebar--places, .c-places__search-zone {
    display: none; }
  .c-places__mobile-search-results-number {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .c-places__mobile-search-results-number.is-hidden {
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
  .c-places__mobile-search-panel {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 210; }
  .c-places__mobile-search-panel-content {
    width: 85%;
    margin: 0 auto;
    padding: 45px 0; }
  .c-places__mobile-panel-main-title {
    font-size: 24px;
    color: #000000;
    letter-spacing: -0.67px;
    margin-bottom: 32px;
    font-weight: bold; }
  .c-places__mobile-search-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFDB1A;
    color: #000000;
    -webkit-transform-origin: 50% 88%;
            transform-origin: 50% 88%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 18px 30px; }
  .c-places__mobile-search-panel-content .c-accordion__trigger {
    margin-top: 25px;
    padding-left: 0; }
  .c-places__mobile-search-panel-content .c-accordion__trigger-icon {
    right: 0; }
  .c-places__mobile-search-panel-content .c-accordion__panel {
    padding-left: 0; }
  .is-open-search-places-mobile .c-places__mobile-search-button {
    -webkit-transform: scale(70);
            transform: scale(70);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .is-open-search-places-mobile .c-places__mobile-search-button-icon {
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .is-open-search-places-mobile .c-places__mobile-search-panel {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s; } }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.gmnoprint div {
  background: none !important; }

.c-notification-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px 10px;
  background-color: #ffffff;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -5px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 229; }
  .c-notification-banner.is-hidden {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }

.c-notification-banner__icon-zone {
  float: left;
  width: 20%; }

.c-notification-banner__icon {
  width: 45px;
  height: 45px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 18px; }

.c-notification-banner__content-zone {
  float: left;
  width: 80%; }

.c-notification-banner__text {
  font-size: 12px;
  color: #A3A3A3;
  margin-bottom: 22px; }

.c-notification-banner__text-icon {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 4px; }
  .c-notification-banner__text-icon svg {
    width: 16px;
    height: 16px; }
    .c-notification-banner__text-icon svg path {
      fill: #A3A3A3; }

.c-notification-banner__action {
  float: left;
  clear: none;
  width: 50%;
  margin-left: 0;
  margin-right: 0; }

.c-notification-banner__button {
  display: inline-block;
  padding: 12px 22px;
  font-size: 12px;
  color: #000000;
  width: 100px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #FDC854;
  text-align: center; }
  .c-notification-banner__button:focus {
    outline: none; }

.c-notification-banner__button--muted {
  color: #A3A3A3;
  background-color: #ffffff;
  border: 1px solid #A3A3A3; }

.c-notification__toggle {
  position: absolute;
  cursor: pointer;
  top: 14px;
  right: 70px; }
  .c-notification__toggle svg {
    width: 20px;
    height: 20px; }
  .c-notification__toggle.is-hidden {
    display: none; }

.c-notification__toggle-icon.active svg, .c-notification__toggle-icon.active path {
  fill: #D80027; }

.c-notification-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.35s cubic-bezier(0.694, 0.048, 0.335, 1);
  z-index: 229; }
  .c-notification-menu.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.c-notification-menu__head {
  padding: 20px 20px 14px 20px;
  border-bottom: 1px solid #efefef; }

.c-notification-menu__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  float: left;
  color: #000000; }

.c-notification-menu__close {
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  top: 3px;
  cursor: pointer; }
  .c-notification-menu__close span {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: #A3A3A3;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .c-notification-menu__close span:first-child {
      left: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .c-notification-menu__close span:last-child {
      right: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .c-notification-menu__close:hover span {
    background-color: #FDC854; }

.c-notification-menu__content {
  width: 100%;
  height: calc(100vh - 71px);
  overflow-y: auto; }

.c-notification-menu__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-notification-menu__item {
  display: block;
  border-bottom: 1px solid #efefef; }
  .c-notification-menu__item:last-child {
    border: none; }
  .c-notification-menu__item.is-read .c-notification-menu__item-link {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6; }

.c-notification-menu__item-link {
  display: block;
  padding: 16px 20px;
  background-color: #ffffff; }

.c-notification-menu__item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px; }

.c-notification-menu__item-content {
  font-size: 12px;
  color: #000000; }

@media only screen and (max-width: 62.5em) {
  .c-notification__toggle {
    top: 19px;
    right: 90px; }
    .c-notification__toggle svg {
      width: 40px;
      height: 40px; } }

@media only screen and (max-width: 47.9375em) {
  .c-notification__toggle {
    top: 14px;
    right: 62px; }
    .c-notification__toggle svg {
      width: 20px;
      height: 20px; } }

.c-footer {
  padding: 100px 0; }
  @media only screen and (max-width: 63.9375em) {
    .c-footer {
      padding: 50px 2.5vw; } }
  @media only screen and (max-width: 47.9375em) {
    .c-footer {
      text-align: center; } }

.c-footer__container {
  width: 100%;
  max-width: 1047px;
  margin: 0 auto; }
  .c-footer__container:before, .c-footer__container:after {
    content: " ";
    display: table; }
  .c-footer__container:after {
    clear: both; }

.c-footer__row {
  margin-bottom: 75px; }
  .c-footer__row:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 47.9375em) {
    .c-footer__row {
      margin-bottom: 0; } }

.c-footer__main-logo {
  display: inline-block;
  margin-right: 40px; }
  .c-footer__main-logo img {
    width: 144px;
    height: 62px; }
  @media only screen and (max-width: 47.9375em) {
    .c-footer__main-logo {
      margin-right: 0;
      margin-bottom: 20px;
      display: block; }
      .c-footer__main-logo img {
        width: 60%;
        height: auto; } }

.c-footer__main-logo-desc {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px; }
  @media only screen and (max-width: 47.9375em) {
    .c-footer__main-logo-desc {
      font-weight: 400;
      margin-bottom: 20px; } }

.c-footer__tree-col {
  float: left;
  width: 130px;
  margin-right: 80px; }
  .c-footer__tree-col:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 63.9375em) {
    .c-footer__tree-col {
      float: left;
      clear: none;
      width: 22.75%;
      margin-left: 0;
      margin-right: 3%; }
      .c-footer__tree-col:last-child {
        margin-right: 0; } }
  @media only screen and (max-width: 47.9375em) {
    .c-footer__tree-col {
      float: left;
      clear: none;
      width: 100%;
      margin-left: 0;
      margin-right: 3%;
      margin-bottom: 26px; }
      .c-footer__tree-col:last-child {
        margin-right: 0; } }

.c-footer__tree-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 29px; }
  @media only screen and (max-width: 47.9375em) {
    .c-footer__tree-label {
      margin-bottom: 6px; } }

.c-footer__tree-links {
  list-style: none;
  margin: 0;
  padding: 0; }

.c-footer__tree-item {
  display: block;
  margin-bottom: 6px; }
  .c-footer__tree-item:last-child {
    margin-bottom: 0; }

.c-footer__tree-link {
  position: relative;
  font-size: 12px;
  color: #000000; }

.c-footer__main-text {
  font-size: 12px;
  margin-bottom: 27px; }
  .c-footer__main-text div {
    display: inline-block; }
  .c-footer__main-text a {
    text-decoration: underline; }
  @media only screen and (max-width: 47.9375em) {
    .c-footer__main-text strong {
      font-weight: 400;
      display: block; }
    .c-footer__main-text div {
      display: block;
      margin-top: 20px; } }

.c-footer__credits img {
  width: 71px;
  height: 14px; }

.c-footer__extra {
  margin-top: 20px; }

/* Utility classes */
.u-button-content {
  padding: 15px 0; }

.u-no-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

.u-text-uppercase {
  text-transform: uppercase !important; }

.u-ov-hidden {
  overflow: hidden; }

.u-visual-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.u-mt-5 {
  margin-top: 50px; }

.u-mb-1 {
  margin-bottom: 10px; }

.u-d-none {
  display: none; }

.u-display-block {
  display: block; }

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

.u-display-inline-block {
  display: inline-block; }

.u-display-inline {
  display: inline; }

.u-display-none {
  display: none; }

.u-display-table {
  display: table; }

/* PRINT STYLES */
.o-print-block,
.o-print-inline-block {
  display: none !important; }

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .c-navbar,
  .c-footer,
  .c-loader {
    display: none; }
  .o-main--single-product {
    padding-top: 40px; }
  .o-container {
    width: 95%;
    max-width: auto; }
  .c-product-block__info-voice-image {
    width: 30px;
    height: 30px; }
  .c-product-block__info-voice-icon {
    display: block; }
  .c-product-block__actions {
    display: none; }
  .o-cookie-banner {
    display: none; }
  .o-print-block {
    display: block !important; }
  .o-print-inline-block {
    display: inline-block !important; } }

/*# sourceMappingURL=main.css.map*/