@charset "UTF-8";
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
}
fieldset {
  padding: 0;
  border: 0;
}
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*! 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);
  -o-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;
  -ms-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);
  -o-transition: 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);
  -o-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;
  -o-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;
  -o-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(../css/default-skin/default-skin.png) 0 0 no-repeat;
  -webkit-background-size: 264px 88px;
          background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (-o-min-device-pixel-ratio: 35/32), (min-resolution: 105dpi), (-o-min-device-pixel-ratio: 11/10), (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(../css/default-skin/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;
  -o-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;
  -webkit-border-radius: 2px;
          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);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: 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 */
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  -webkit-border-radius: 0 0 2px 2px;
          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);
  -ms-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;
  -o-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(../css/default-skin/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;
  -webkit-border-radius: 50%;
          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);
  -o-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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'crimsontext-semibold';
  src: url('../fonts/crimsontext-semibold.eot');
  src: url('../fonts/crimsontext-semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/crimsontext-semibold.woff') format('woff'), url('../fonts/crimsontext-semibold.ttf') format('truetype'), url('../fonts/crimsontext-semibold.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Moonflower_bold';
  src: url('../fonts/Moonflower_bold.eot');
  src: url('../fonts/Moonflower_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Moonflower_bold.woff') format('woff'), url('../fonts/Moonflower_bold.ttf') format('truetype'), url('../fonts/Moonflower_bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'special-elite';
  src: url('../fonts/special-elite.eot');
  src: url('../fonts/special-elite.eot?#iefix') format('embedded-opentype'), url('../fonts/special-elite.woff') format('woff'), url('../fonts/special-elite.ttf') format('truetype'), url('../fonts/special-elite.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro.eot');
  src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro.woff') format('woff'), url('../fonts/DINPro.ttf') format('truetype'), url('../fonts/DINPro.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DINPro';
  src: url('../fonts/DINPro-Bold.eot');
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype'), url('../fonts/DINPro-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Light';
  src: url('../fonts/Oswald-Light.eot');
  src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Light.woff') format('woff'), url('../fonts/Oswald-Light.ttf') format('truetype'), url('../fonts/Oswald-Light.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Medium';
  src: url('../fonts/Oswald-Medium.eot');
  src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Medium.woff') format('woff'), url('../fonts/Oswald-Medium.ttf') format('truetype'), url('../fonts/Oswald-Medium.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muli-Regular';
  src: url('../fonts/Muli-Regular.eot');
  src: url('../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli-Regular.woff') format('woff'), url('../fonts/Muli-Regular.ttf') format('truetype'), url('../fonts/Muli-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amatic SC';
  src: url('../fonts/AmaticSC-Regular.eot');
  src: url('../fonts/AmaticSC-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AmaticSC-Regular.woff') format('woff'), url('../fonts/AmaticSC-Regular.ttf') format('truetype'), url('../fonts/AmaticSC-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amatic SC';
  src: url('../fonts/AmaticSC-Bold.eot');
  src: url('../fonts/AmaticSC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AmaticSC-Bold.woff') format('woff'), url('../fonts/AmaticSC-Bold.ttf') format('truetype'), url('../fonts/AmaticSC-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvantGardeLT-Book';
  src: url('../fonts/AvantGardeLT-Book.eot');
  src: url('../fonts/AvantGardeLT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeLT-Book.woff') format('woff'), url('../fonts/AvantGardeLT-Book.ttf') format('truetype'), url('../fonts/AvantGardeLT-Book.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvantGardeLT-Book';
  src: url('../fonts/AvantGardeLT-Book.eot');
  src: url('../fonts/AvantGardeLT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeLT-Book.woff') format('woff'), url('../fonts/AvantGardeLT-Book.ttf') format('truetype'), url('../fonts/AvantGardeLT-Book.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvantGardeLT-Book';
  src: url('../fonts/AvantGardeLT-Book.eot');
  src: url('../fonts/AvantGardeLT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvantGardeLT-Book.woff') format('woff'), url('../fonts/AvantGardeLT-Book.ttf') format('truetype'), url('../fonts/AvantGardeLT-Book.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Northampton';
  src: url('../fonts/Northampton.eot');
  src: url('../fonts/Northampton.eot?#iefix') format('embedded-opentype'), url('../fonts/Northampton.woff') format('woff'), url('../fonts/Northampton.ttf') format('truetype'), url('../fonts/Northampton.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Northampton';
  src: url('../fonts/Northampton.eot');
  src: url('../fonts/Northampton.eot?#iefix') format('embedded-opentype'), url('../fonts/Northampton.woff') format('woff'), url('../fonts/Northampton.ttf') format('truetype'), url('../fonts/Northampton.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Northampton';
  src: url('../fonts/Northampton.eot');
  src: url('../fonts/Northampton.eot?#iefix') format('embedded-opentype'), url('../fonts/Northampton.woff') format('woff'), url('../fonts/Northampton.ttf') format('truetype'), url('../fonts/Northampton.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.eot');
  src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.ttf') format('truetype'), url('../fonts/Nunito-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.eot');
  src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.ttf') format('truetype'), url('../fonts/Nunito-Bold.svg#icon') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic.eot');
  src: url('../fonts/Nunito-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Italic.woff') format('woff'), url('../fonts/Nunito-Italic.ttf') format('truetype'), url('../fonts/Nunito-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-BoldItalic.eot');
  src: url('../fonts/Nunito-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-BoldItalic.woff') format('woff'), url('../fonts/Nunito-BoldItalic.ttf') format('truetype'), url('../fonts/Nunito-BoldItalic.svg#icon') format('svg');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.eot');
  src: url('../fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Italic.woff') format('woff'), url('../fonts/Poppins-Italic.ttf') format('truetype'), url('../fonts/Poppins-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.eot');
  src: url('../fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-BoldItalic.woff') format('woff'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Regular.eot');
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Bold.eot');
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-Italic.eot');
  src: url('../fonts/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Italic.woff') format('woff'), url('../fonts/SourceSansPro-Italic.ttf') format('truetype'), url('../fonts/SourceSansPro-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SourceSansPro';
  src: url('../fonts/SourceSansPro-BoldItalic.eot');
  src: url('../fonts/SourceSansPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-BoldItalic.woff') format('woff'), url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype'), url('../fonts/SourceSansPro-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.eot');
  src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Italic.woff') format('woff'), url('../fonts/Roboto-Italic.ttf') format('truetype'), url('../fonts/Roboto-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.eot');
  src: url('../fonts/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-MediumItalic.woff') format('woff'), url('../fonts/Roboto-MediumItalic.ttf') format('truetype'), url('../fonts/Roboto-MediumItalic.svg#icon') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.eot');
  src: url('../fonts/Roboto-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-BoldItalic.woff') format('woff'), url('../fonts/Roboto-BoldItalic.ttf') format('truetype'), url('../fonts/Roboto-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Regular.eot');
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Italic.eot');
  src: url('../fonts/PlayfairDisplay-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Italic.woff') format('woff'), url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Bold.eot');
  src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Bold.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-BoldItalic.eot');
  src: url('../fonts/PlayfairDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-BoldItalic.woff') format('woff'), url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-BoldItalic.svg#icon') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-Black.eot');
  src: url('../fonts/PlayfairDisplay-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-Black.woff') format('woff'), url('../fonts/PlayfairDisplay-Black.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Black.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.eot');
  src: url('../fonts/PlayfairDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/PlayfairDisplay-BlackItalic.woff') format('woff'), url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-BlackItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Reg.eot');
  src: url('../fonts/Proxima Nova Reg.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima Nova Reg.woff') format('woff'), url('../fonts/Proxima Nova Reg.ttf') format('truetype'), url('../fonts/Proxima Nova Reg.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Reg It.eot');
  src: url('../fonts/Proxima Nova Reg It.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima Nova Reg It.woff') format('woff'), url('../fonts/Proxima Nova Reg It.ttf') format('truetype'), url('../fonts/Proxima Nova Reg It.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Bold.eot');
  src: url('../fonts/Proxima Nova Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima Nova Bold.woff') format('woff'), url('../fonts/Proxima Nova Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Bold.svg#icon') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Bold It.eot');
  src: url('../fonts/Proxima Nova Bold It.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima Nova Bold It.woff') format('woff'), url('../fonts/Proxima Nova Bold It.ttf') format('truetype'), url('../fonts/Proxima Nova Bold It.svg#icon') format('svg');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Bold.eot');
  src: url('../fonts/Proxima Nova Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima Nova Bold.woff') format('woff'), url('../fonts/Proxima Nova Bold.ttf') format('truetype'), url('../fonts/Proxima Nova Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/Proxima Nova Bold It.eot');
  src: url('../fonts/Proxima Nova Bold It.eot?#iefix') format('embedded-opentype'), url('../fonts/Proxima Nova Bold It.woff') format('woff'), url('../fonts/Proxima Nova Bold It.ttf') format('truetype'), url('../fonts/Proxima Nova Bold It.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond';
  src: url('../fonts/CormorantGaramond-Regular.eot');
  src: url('../fonts/CormorantGaramond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CormorantGaramond-Regular.woff') format('woff'), url('../fonts/CormorantGaramond-Regular.ttf') format('truetype'), url('../fonts/CormorantGaramond-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond';
  src: url('../fonts/CormorantGaramond-Italic.eot');
  src: url('../fonts/CormorantGaramond-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/CormorantGaramond-Italic.woff') format('woff'), url('../fonts/CormorantGaramond-Italic.ttf') format('truetype'), url('../fonts/CormorantGaramond-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond';
  src: url('../fonts/CormorantGaramond-Bold.eot');
  src: url('../fonts/CormorantGaramond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CormorantGaramond-Bold.woff') format('woff'), url('../fonts/CormorantGaramond-Bold.ttf') format('truetype'), url('../fonts/CormorantGaramond-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond';
  src: url('../fonts/CormorantGaramond-BoldItalic.eot');
  src: url('../fonts/CormorantGaramond-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CormorantGaramond-BoldItalic.woff') format('woff'), url('../fonts/CormorantGaramond-BoldItalic.ttf') format('truetype'), url('../fonts/CormorantGaramond-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Regular.eot');
  src: url('../fonts/WorkSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype'), url('../fonts/WorkSans-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Italic.eot');
  src: url('../fonts/WorkSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Italic.woff') format('woff'), url('../fonts/WorkSans-Italic.ttf') format('truetype'), url('../fonts/WorkSans-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-Bold.eot');
  src: url('../fonts/WorkSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-Bold.woff') format('woff'), url('../fonts/WorkSans-Bold.ttf') format('truetype'), url('../fonts/WorkSans-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WorkSans';
  src: url('../fonts/WorkSans-BoldItalic.eot');
  src: url('../fonts/WorkSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/WorkSans-BoldItalic.woff') format('woff'), url('../fonts/WorkSans-BoldItalic.ttf') format('truetype'), url('../fonts/WorkSans-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype'), url('../fonts/Barlow-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.eot');
  src: url('../fonts/Barlow-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Italic.woff') format('woff'), url('../fonts/Barlow-Italic.ttf') format('truetype'), url('../fonts/Barlow-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype'), url('../fonts/Barlow-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BoldItalic.eot');
  src: url('../fonts/Barlow-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-BoldItalic.woff') format('woff'), url('../fonts/Barlow-BoldItalic.ttf') format('truetype'), url('../fonts/Barlow-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.eot');
  src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Italic.woff') format('woff'), url('../fonts/Lato-Italic.ttf') format('truetype'), url('../fonts/Lato-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.ttf') format('truetype'), url('../fonts/Lato-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.eot');
  src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-BoldItalic.woff') format('woff'), url('../fonts/Lato-BoldItalic.ttf') format('truetype'), url('../fonts/Lato-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-Regular.eot');
  src: url('../fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Regular.woff') format('woff'), url('../fonts/JosefinSans-Regular.ttf') format('truetype'), url('../fonts/JosefinSans-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-Italic.eot');
  src: url('../fonts/JosefinSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Italic.woff') format('woff'), url('../fonts/JosefinSans-Italic.ttf') format('truetype'), url('../fonts/JosefinSans-Italic.svg#icon') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-Bold.eot');
  src: url('../fonts/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Bold.woff') format('woff'), url('../fonts/JosefinSans-Bold.ttf') format('truetype'), url('../fonts/JosefinSans-Bold.svg#icon') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JosefinSans';
  src: url('../fonts/JosefinSans-BoldItalic.eot');
  src: url('../fonts/JosefinSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-BoldItalic.woff') format('woff'), url('../fonts/JosefinSans-BoldItalic.ttf') format('truetype'), url('../fonts/JosefinSans-BoldItalic.svg#icon') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Spinnaker';
  src: url('../fonts/Spinnaker-Regular.eot');
  src: url('../fonts/Spinnaker-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Spinnaker-Regular.woff') format('woff'), url('../fonts/Spinnaker-Regular.ttf') format('truetype'), url('../fonts/Spinnaker-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Prata';
  src: url('../fonts/Prata-Regular.eot');
  src: url('../fonts/Prata-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Prata-Regular.woff') format('woff'), url('../fonts/Prata-Regular.ttf') format('truetype'), url('../fonts/Prata-Regular.svg#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.heading--h1 {
  font-family: 'Moonflower_bold', arial;
  font-weight: 600;
  font-size: 3rem;
}
.heading--h2 {
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  font-size: 2.6125rem;
}
.heading--h3 {
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  font-size: 2.25rem;
}
.heading--h4 {
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  font-size: 1.75rem;
}
.heading--h5 {
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  font-size: 1.5rem;
}
.heading--h6 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
.heading--h7 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
}
@font-face {
  font-family: 'site-icons';
  src: url('../fonts/site-icons.eot?442902');
  src: url('../fonts/site-icons.eot?442902#iefix') format('embedded-opentype'), url('../fonts/site-icons.woff?442902') format('woff'), url('../fonts/site-icons.ttf?442902') format('truetype'), url('../fonts/site-icons.svg?442902#site-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'site-icons';
    src: url('../fonts/site-icons.svg?442902#site-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "site-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-note:before {
  content: '\e800';
}
/* '' */
.icon-note-beamed:before {
  content: '\e801';
}
/* '' */
.icon-music:before {
  content: '\e802';
}
/* '' */
.icon-search:before {
  content: '\e803';
}
/* '' */
.icon-flashlight:before {
  content: '\e804';
}
/* '' */
.icon-mail:before {
  content: '\e805';
}
/* '' */
.icon-heart:before {
  content: '\e806';
}
/* '' */
.icon-heart-empty:before {
  content: '\e807';
}
/* '' */
.icon-star:before {
  content: '\e808';
}
/* '' */
.icon-star-empty:before {
  content: '\e809';
}
/* '' */
.icon-user:before {
  content: '\e80a';
}
/* '' */
.icon-users:before {
  content: '\e80b';
}
/* '' */
.icon-user-add:before {
  content: '\e80c';
}
/* '' */
.icon-video:before {
  content: '\e80d';
}
/* '' */
.icon-picture:before {
  content: '\e80e';
}
/* '' */
.icon-camera:before {
  content: '\e80f';
}
/* '' */
.icon-layout:before {
  content: '\e810';
}
/* '' */
.icon-menu:before {
  content: '\e811';
}
/* '' */
.icon-check:before {
  content: '\e812';
}
/* '' */
.icon-cancel-circled:before {
  content: '\e813';
}
/* '' */
.icon-cancel-squared:before {
  content: '\e814';
}
/* '' */
.icon-plus:before {
  content: '\e815';
}
/* '' */
.icon-plus-circled:before {
  content: '\e816';
}
/* '' */
.icon-plus-squared:before {
  content: '\e817';
}
/* '' */
.icon-minus:before {
  content: '\e818';
}
/* '' */
.icon-minus-circled:before {
  content: '\e819';
}
/* '' */
.icon-minus-squared:before {
  content: '\e81a';
}
/* '' */
.icon-help:before {
  content: '\e81b';
}
/* '' */
.icon-help-circled:before {
  content: '\e81c';
}
/* '' */
.icon-info:before {
  content: '\e81d';
}
/* '' */
.icon-info-circled:before {
  content: '\e81e';
}
/* '' */
.icon-back:before {
  content: '\e81f';
}
/* '' */
.icon-home:before {
  content: '\e820';
}
/* '' */
.icon-link:before {
  content: '\e821';
}
/* '' */
.icon-attach:before {
  content: '\e822';
}
/* '' */
.icon-lock:before {
  content: '\e823';
}
/* '' */
.icon-lock-open:before {
  content: '\e824';
}
/* '' */
.icon-eye:before {
  content: '\e825';
}
/* '' */
.icon-bookmark:before {
  content: '\e826';
}
/* '' */
.icon-bookmarks:before {
  content: '\e827';
}
/* '' */
.icon-flag:before {
  content: '\e828';
}
/* '' */
.icon-thumbs-up:before {
  content: '\e829';
}
/* '' */
.icon-thumbs-down:before {
  content: '\e82a';
}
/* '' */
.icon-download:before {
  content: '\e82b';
}
/* '' */
.icon-upload:before {
  content: '\e82c';
}
/* '' */
.icon-upload-cloud:before {
  content: '\e82d';
}
/* '' */
.icon-reply:before {
  content: '\e82e';
}
/* '' */
.icon-reply-all:before {
  content: '\e82f';
}
/* '' */
.icon-forward:before {
  content: '\e830';
}
/* '' */
.icon-quote:before {
  content: '\e831';
}
/* '' */
.icon-code:before {
  content: '\e832';
}
/* '' */
.icon-export:before {
  content: '\e833';
}
/* '' */
.icon-pencil:before {
  content: '\e834';
}
/* '' */
.icon-feather:before {
  content: '\e835';
}
/* '' */
.icon-print:before {
  content: '\e836';
}
/* '' */
.icon-retweet:before {
  content: '\e837';
}
/* '' */
.icon-keyboard:before {
  content: '\e838';
}
/* '' */
.icon-chat:before {
  content: '\e839';
}
/* '' */
.icon-bell:before {
  content: '\e83a';
}
/* '' */
.icon-attention:before {
  content: '\e83b';
}
/* '' */
.icon-alert:before {
  content: '\e83c';
}
/* '' */
.icon-vcard:before {
  content: '\e83d';
}
/* '' */
.icon-address:before {
  content: '\e83e';
}
/* '' */
.icon-location:before {
  content: '\e83f';
}
/* '' */
.icon-map:before {
  content: '\e840';
}
/* '' */
.icon-direction:before {
  content: '\e841';
}
/* '' */
.icon-compass:before {
  content: '\e842';
}
/* '' */
.icon-cup:before {
  content: '\e843';
}
/* '' */
.icon-trash:before {
  content: '\e844';
}
/* '' */
.icon-doc:before {
  content: '\e845';
}
/* '' */
.icon-docs:before {
  content: '\e846';
}
/* '' */
.icon-doc-landscape:before {
  content: '\e847';
}
/* '' */
.icon-doc-text:before {
  content: '\e848';
}
/* '' */
.icon-doc-text-inv:before {
  content: '\e849';
}
/* '' */
.icon-newspaper:before {
  content: '\e84a';
}
/* '' */
.icon-book-open:before {
  content: '\e84b';
}
/* '' */
.icon-folder:before {
  content: '\e84c';
}
/* '' */
.icon-archive:before {
  content: '\e84d';
}
/* '' */
.icon-box:before {
  content: '\e84e';
}
/* '' */
.icon-rss:before {
  content: '\e84f';
}
/* '' */
.icon-phone:before {
  content: '\e850';
}
/* '' */
.icon-cog:before {
  content: '\e851';
}
/* '' */
.icon-tools:before {
  content: '\e852';
}
/* '' */
.icon-share:before {
  content: '\e853';
}
/* '' */
.icon-shareable:before {
  content: '\e854';
}
/* '' */
.icon-basket:before {
  content: '\e855';
}
/* '' */
.icon-bag:before {
  content: '\e856';
}
/* '' */
.icon-calendar:before {
  content: '\e857';
}
/* '' */
.icon-login:before {
  content: '\e858';
}
/* '' */
.icon-logout:before {
  content: '\e859';
}
/* '' */
.icon-mic:before {
  content: '\e85a';
}
/* '' */
.icon-mute:before {
  content: '\e85b';
}
/* '' */
.icon-sound:before {
  content: '\e85c';
}
/* '' */
.icon-volume:before {
  content: '\e85d';
}
/* '' */
.icon-clock:before {
  content: '\e85e';
}
/* '' */
.icon-lamp:before {
  content: '\e85f';
}
/* '' */
.icon-light-down:before {
  content: '\e860';
}
/* '' */
.icon-light-up:before {
  content: '\e861';
}
/* '' */
.icon-adjust:before {
  content: '\e862';
}
/* '' */
.icon-block:before {
  content: '\e863';
}
/* '' */
.icon-resize-full:before {
  content: '\e864';
}
/* '' */
.icon-resize-small:before {
  content: '\e865';
}
/* '' */
.icon-popup:before {
  content: '\e866';
}
/* '' */
.icon-publish:before {
  content: '\e867';
}
/* '' */
.icon-window:before {
  content: '\e868';
}
/* '' */
.icon-arrow-combo:before {
  content: '\e869';
}
/* '' */
.icon-down-circled:before {
  content: '\e86a';
}
/* '' */
.icon-left-circled:before {
  content: '\e86b';
}
/* '' */
.icon-right-circled:before {
  content: '\e86c';
}
/* '' */
.icon-up-circled:before {
  content: '\e86d';
}
/* '' */
.icon-down-open:before {
  content: '\e86e';
}
/* '' */
.icon-left-open:before {
  content: '\e86f';
}
/* '' */
.icon-right-open:before {
  content: '\e870';
}
/* '' */
.icon-up-open:before {
  content: '\e871';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e872';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e873';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e874';
}
/* '' */
.icon-down-open-big:before {
  content: '\e875';
}
/* '' */
.icon-left-open-big:before {
  content: '\e876';
}
/* '' */
.icon-right-open-big:before {
  content: '\e877';
}
/* '' */
.icon-up-open-big:before {
  content: '\e878';
}
/* '' */
.icon-down:before {
  content: '\e879';
}
/* '' */
.icon-left:before {
  content: '\e87a';
}
/* '' */
.icon-right:before {
  content: '\e87b';
}
/* '' */
.icon-up:before {
  content: '\e87c';
}
/* '' */
.icon-down-dir:before {
  content: '\e87d';
}
/* '' */
.icon-left-dir:before {
  content: '\e87e';
}
/* '' */
.icon-right-dir:before {
  content: '\e87f';
}
/* '' */
.icon-up-dir:before {
  content: '\e880';
}
/* '' */
.icon-down-bold:before {
  content: '\e881';
}
/* '' */
.icon-left-bold:before {
  content: '\e882';
}
/* '' */
.icon-right-bold:before {
  content: '\e883';
}
/* '' */
.icon-up-bold:before {
  content: '\e884';
}
/* '' */
.icon-left-thin:before {
  content: '\e885';
}
/* '' */
.icon-right-thin:before {
  content: '\e886';
}
/* '' */
.icon-up-thin:before {
  content: '\e887';
}
/* '' */
.icon-ccw:before {
  content: '\e888';
}
/* '' */
.icon-cw:before {
  content: '\e889';
}
/* '' */
.icon-arrows-ccw:before {
  content: '\e88a';
}
/* '' */
.icon-level-down:before {
  content: '\e88b';
}
/* '' */
.icon-level-up:before {
  content: '\e88c';
}
/* '' */
.icon-shuffle:before {
  content: '\e88d';
}
/* '' */
.icon-loop:before {
  content: '\e88e';
}
/* '' */
.icon-switch:before {
  content: '\e88f';
}
/* '' */
.icon-play:before {
  content: '\e890';
}
/* '' */
.icon-stop:before {
  content: '\e891';
}
/* '' */
.icon-pause:before {
  content: '\e892';
}
/* '' */
.icon-record:before {
  content: '\e893';
}
/* '' */
.icon-to-end:before {
  content: '\e894';
}
/* '' */
.icon-to-start:before {
  content: '\e895';
}
/* '' */
.icon-fast-forward:before {
  content: '\e896';
}
/* '' */
.icon-fast-backward:before {
  content: '\e897';
}
/* '' */
.icon-progress-1:before {
  content: '\e898';
}
/* '' */
.icon-progress-2:before {
  content: '\e899';
}
/* '' */
.icon-progress-3:before {
  content: '\e89a';
}
/* '' */
.icon-target:before {
  content: '\e89b';
}
/* '' */
.icon-palette:before {
  content: '\e89c';
}
/* '' */
.icon-list:before {
  content: '\e89d';
}
/* '' */
.icon-list-add:before {
  content: '\e89e';
}
/* '' */
.icon-signal:before {
  content: '\e89f';
}
/* '' */
.icon-trophy:before {
  content: '\e8a0';
}
/* '' */
.icon-battery:before {
  content: '\e8a1';
}
/* '' */
.icon-back-in-time:before {
  content: '\e8a2';
}
/* '' */
.icon-monitor:before {
  content: '\e8a3';
}
/* '' */
.icon-mobile:before {
  content: '\e8a4';
}
/* '' */
.icon-network:before {
  content: '\e8a5';
}
/* '' */
.icon-cd:before {
  content: '\e8a6';
}
/* '' */
.icon-inbox:before {
  content: '\e8a7';
}
/* '' */
.icon-install:before {
  content: '\e8a8';
}
/* '' */
.icon-globe:before {
  content: '\e8a9';
}
/* '' */
.icon-cloud:before {
  content: '\e8aa';
}
/* '' */
.icon-flash:before {
  content: '\e8ab';
}
/* '' */
.icon-moon:before {
  content: '\e8ac';
}
/* '' */
.icon-flight:before {
  content: '\e8ad';
}
/* '' */
.icon-paper-plane:before {
  content: '\e8ae';
}
/* '' */
.icon-leaf:before {
  content: '\e8af';
}
/* '' */
.icon-lifebuoy:before {
  content: '\e8b0';
}
/* '' */
.icon-mouse:before {
  content: '\e8b1';
}
/* '' */
.icon-briefcase:before {
  content: '\e8b2';
}
/* '' */
.icon-suitcase:before {
  content: '\e8b3';
}
/* '' */
.icon-dot:before {
  content: '\e8b4';
}
/* '' */
.icon-dot-2:before {
  content: '\e8b5';
}
/* '' */
.icon-dot-3:before {
  content: '\e8b6';
}
/* '' */
.icon-brush:before {
  content: '\e8b7';
}
/* '' */
.icon-magnet:before {
  content: '\e8b8';
}
/* '' */
.icon-infinity:before {
  content: '\e8b9';
}
/* '' */
.icon-erase:before {
  content: '\e8ba';
}
/* '' */
.icon-chart-pie:before {
  content: '\e8bb';
}
/* '' */
.icon-chart-line:before {
  content: '\e8bc';
}
/* '' */
.icon-chart-bar:before {
  content: '\e8bd';
}
/* '' */
.icon-tape:before {
  content: '\e8be';
}
/* '' */
.icon-graduation-cap:before {
  content: '\e8bf';
}
/* '' */
.icon-language:before {
  content: '\e8c0';
}
/* '' */
.icon-ticket:before {
  content: '\e8c1';
}
/* '' */
.icon-water:before {
  content: '\e8c2';
}
/* '' */
.icon-droplet:before {
  content: '\e8c3';
}
/* '' */
.icon-air:before {
  content: '\e8c4';
}
/* '' */
.icon-credit-card:before {
  content: '\e8c5';
}
/* '' */
.icon-floppy:before {
  content: '\e8c6';
}
/* '' */
.icon-clipboard:before {
  content: '\e8c7';
}
/* '' */
.icon-megaphone:before {
  content: '\e8c8';
}
/* '' */
.icon-database:before {
  content: '\e8c9';
}
/* '' */
.icon-drive:before {
  content: '\e8ca';
}
/* '' */
.icon-bucket:before {
  content: '\e8cb';
}
/* '' */
.icon-thermometer:before {
  content: '\e8cc';
}
/* '' */
.icon-key:before {
  content: '\e8cd';
}
/* '' */
.icon-flow-cascade:before {
  content: '\e8ce';
}
/* '' */
.icon-flow-branch:before {
  content: '\e8cf';
}
/* '' */
.icon-flow-tree:before {
  content: '\e8d0';
}
/* '' */
.icon-flow-parallel:before {
  content: '\e8d1';
}
/* '' */
.icon-rocket:before {
  content: '\e8d2';
}
/* '' */
.icon-gauge:before {
  content: '\e8d3';
}
/* '' */
.icon-traffic-cone:before {
  content: '\e8d4';
}
/* '' */
.icon-cc:before {
  content: '\e8d5';
}
/* '' */
.icon-cc-by:before {
  content: '\e8d6';
}
/* '' */
.icon-cc-nc:before {
  content: '\e8d7';
}
/* '' */
.icon-cc-nc-eu:before {
  content: '\e8d8';
}
/* '' */
.icon-cc-nc-jp:before {
  content: '\e8d9';
}
/* '' */
.icon-cc-sa:before {
  content: '\e8da';
}
/* '' */
.icon-cc-nd:before {
  content: '\e8db';
}
/* '' */
.icon-cc-pd:before {
  content: '\e8dc';
}
/* '' */
.icon-cc-zero:before {
  content: '\e8dd';
}
/* '' */
.icon-cc-share:before {
  content: '\e8de';
}
/* '' */
.icon-cc-remix:before {
  content: '\e8df';
}
/* '' */
.icon-github:before {
  content: '\e8e0';
}
/* '' */
.icon-github-circled:before {
  content: '\e8e1';
}
/* '' */
.icon-flickr:before {
  content: '\e8e2';
}
/* '' */
.icon-flickr-circled:before {
  content: '\e8e3';
}
/* '' */
.icon-vimeo-circled:before {
  content: '\e8e4';
}
/* '' */
.icon-twitter:before {
  content: '\e8e5';
}
/* '' */
.icon-twitter-circled:before {
  content: '\e8e6';
}
/* '' */
.icon-facebook:before {
  content: '\e8e7';
}
/* '' */
.icon-facebook-circled:before {
  content: '\e8e8';
}
/* '' */
.icon-facebook-squared:before {
  content: '\e8e9';
}
/* '' */
.icon-gplus:before {
  content: '\e8ea';
}
/* '' */
.icon-gplus-circled:before {
  content: '\e8eb';
}
/* '' */
.icon-pinterest:before {
  content: '\e8ec';
}
/* '' */
.icon-pinterest-circled:before {
  content: '\e8ed';
}
/* '' */
.icon-tumblr:before {
  content: '\e8ee';
}
/* '' */
.icon-tumblr-circled:before {
  content: '\e8ef';
}
/* '' */
.icon-linkedin:before {
  content: '\e8f0';
}
/* '' */
.icon-linkedin-circled:before {
  content: '\e8f1';
}
/* '' */
.icon-dribbble:before {
  content: '\e8f2';
}
/* '' */
.icon-dribbble-circled:before {
  content: '\e8f3';
}
/* '' */
.icon-stumbleupon:before {
  content: '\e8f4';
}
/* '' */
.icon-stumbleupon-circled:before {
  content: '\e8f5';
}
/* '' */
.icon-lastfm:before {
  content: '\e8f6';
}
/* '' */
.icon-rdio:before {
  content: '\e8f7';
}
/* '' */
.icon-rdio-circled:before {
  content: '\e8f8';
}
/* '' */
.icon-spotify:before {
  content: '\e8f9';
}
/* '' */
.icon-spotify-circled:before {
  content: '\e8fa';
}
/* '' */
.icon-qq:before {
  content: '\e8fb';
}
/* '' */
.icon-instagram:before {
  content: '\e8fc';
}
/* '' */
.icon-dropbox:before {
  content: '\e8fd';
}
/* '' */
.icon-evernote:before {
  content: '\e8fe';
}
/* '' */
.icon-flattr:before {
  content: '\e8ff';
}
/* '' */
.icon-skype:before {
  content: '\e900';
}
/* '' */
.icon-skype-circled:before {
  content: '\e901';
}
/* '' */
.icon-renren:before {
  content: '\e902';
}
/* '' */
.icon-sina-weibo:before {
  content: '\e903';
}
/* '' */
.icon-paypal:before {
  content: '\e904';
}
/* '' */
.icon-picasa:before {
  content: '\e905';
}
/* '' */
.icon-soundcloud:before {
  content: '\e906';
}
/* '' */
.icon-mixi:before {
  content: '\e907';
}
/* '' */
.icon-behance:before {
  content: '\e908';
}
/* '' */
.icon-google-circles:before {
  content: '\e909';
}
/* '' */
.icon-smashing:before {
  content: '\e90a';
}
/* '' */
.icon-sweden:before {
  content: '\e90b';
}
/* '' */
.icon-db-shape:before {
  content: '\e90c';
}
/* '' */
.icon-logo-db:before {
  content: '\e90d';
}
/* '' */
.icon-cancel:before {
  content: '\e90e';
}
/* '' */
.icon-tag:before {
  content: '\e90f';
}
/* '' */
.icon-comment:before {
  content: '\e910';
}
/* '' */
.icon-book:before {
  content: '\e911';
}
/* '' */
.icon-hourglass:before {
  content: '\e912';
}
/* '' */
.icon-down-open-mini:before {
  content: '\e913';
}
/* '' */
.icon-down-thin:before {
  content: '\e914';
}
/* '' */
.icon-progress-0:before {
  content: '\e915';
}
/* '' */
.icon-cloud-thunder:before {
  content: '\e916';
}
/* '' */
.icon-chart-area:before {
  content: '\e917';
}
/* '' */
.icon-flow-line:before {
  content: '\e918';
}
/* '' */
.icon-vimeo:before {
  content: '\e919';
}
/* '' */
.icon-lastfm-circled:before {
  content: '\e91a';
}
/* '' */
.icon-vkontakte:before {
  content: '\e91b';
}
/* '' */
.icon-vimeo-1:before {
  content: '\e91c';
}
/* '' */
.icon-duckduckgo:before {
  content: '\e91d';
}
/* '' */
.icon-aim:before {
  content: '\e91e';
}
/* '' */
.icon-delicious:before {
  content: '\e91f';
}
/* '' */
.icon-paypal-1:before {
  content: '\e920';
}
/* '' */
.icon-flattr-1:before {
  content: '\e921';
}
/* '' */
.icon-android:before {
  content: '\e922';
}
/* '' */
.icon-eventful:before {
  content: '\e923';
}
/* '' */
.icon-smashmag:before {
  content: '\e924';
}
/* '' */
.icon-gplus-1:before {
  content: '\e925';
}
/* '' */
.icon-wikipedia:before {
  content: '\e926';
}
/* '' */
.icon-lanyrd:before {
  content: '\e927';
}
/* '' */
.icon-calendar-1:before {
  content: '\e928';
}
/* '' */
.icon-stumbleupon-1:before {
  content: '\e929';
}
/* '' */
.icon-fivehundredpx:before {
  content: '\e92a';
}
/* '' */
.icon-pinterest-1:before {
  content: '\e92b';
}
/* '' */
.icon-bitcoin:before {
  content: '\e92c';
}
/* '' */
.icon-w3c:before {
  content: '\e92d';
}
/* '' */
.icon-foursquare:before {
  content: '\e92e';
}
/* '' */
.icon-html5:before {
  content: '\e92f';
}
/* '' */
.icon-ie:before {
  content: '\e930';
}
/* '' */
.icon-call:before {
  content: '\e931';
}
/* '' */
.icon-grooveshark:before {
  content: '\e932';
}
/* '' */
.icon-ninetyninedesigns:before {
  content: '\e933';
}
/* '' */
.icon-forrst:before {
  content: '\e934';
}
/* '' */
.icon-digg:before {
  content: '\e935';
}
/* '' */
.icon-spotify-1:before {
  content: '\e936';
}
/* '' */
.icon-reddit:before {
  content: '\e937';
}
/* '' */
.icon-guest:before {
  content: '\e938';
}
/* '' */
.icon-gowalla:before {
  content: '\e939';
}
/* '' */
.icon-appstore:before {
  content: '\e93a';
}
/* '' */
.icon-blogger:before {
  content: '\e93b';
}
/* '' */
.icon-cc-1:before {
  content: '\e93c';
}
/* '' */
.icon-dribbble-1:before {
  content: '\e93d';
}
/* '' */
.icon-evernote-1:before {
  content: '\e93e';
}
/* '' */
.icon-flickr-1:before {
  content: '\e93f';
}
/* '' */
.icon-google:before {
  content: '\e940';
}
/* '' */
.icon-viadeo:before {
  content: '\e941';
}
/* '' */
.icon-instapaper:before {
  content: '\e942';
}
/* '' */
.icon-weibo:before {
  content: '\e943';
}
/* '' */
.icon-klout:before {
  content: '\e944';
}
/* '' */
.icon-linkedin-1:before {
  content: '\e945';
}
/* '' */
.icon-meetup:before {
  content: '\e946';
}
/* '' */
.icon-vk:before {
  content: '\e947';
}
/* '' */
.icon-plancast:before {
  content: '\e948';
}
/* '' */
.icon-disqus:before {
  content: '\e949';
}
/* '' */
.icon-rss-1:before {
  content: '\e94a';
}
/* '' */
.icon-skype-1:before {
  content: '\e94b';
}
/* '' */
.icon-twitter-1:before {
  content: '\e94c';
}
/* '' */
.icon-windows:before {
  content: '\e94d';
}
/* '' */
.icon-xing:before {
  content: '\e94e';
}
/* '' */
.icon-yahoo:before {
  content: '\e94f';
}
/* '' */
.icon-chrome:before {
  content: '\e950';
}
/* '' */
.icon-email:before {
  content: '\e951';
}
/* '' */
.icon-macstore:before {
  content: '\e952';
}
/* '' */
.icon-myspace:before {
  content: '\e953';
}
/* '' */
.icon-podcast:before {
  content: '\e954';
}
/* '' */
.icon-amazon:before {
  content: '\e955';
}
/* '' */
.icon-steam:before {
  content: '\e956';
}
/* '' */
.icon-cloudapp:before {
  content: '\e957';
}
/* '' */
.icon-dropbox-1:before {
  content: '\e958';
}
/* '' */
.icon-ebay:before {
  content: '\e959';
}
/* '' */
.icon-facebook-1:before {
  content: '\e95a';
}
/* '' */
.icon-github-1:before {
  content: '\e95b';
}
/* '' */
.icon-github-circled-1:before {
  content: '\e95c';
}
/* '' */
.icon-googleplay:before {
  content: '\e95d';
}
/* '' */
.icon-itunes:before {
  content: '\e95e';
}
/* '' */
.icon-plurk:before {
  content: '\e95f';
}
/* '' */
.icon-songkick:before {
  content: '\e960';
}
/* '' */
.icon-lastfm-1:before {
  content: '\e961';
}
/* '' */
.icon-gmail:before {
  content: '\e962';
}
/* '' */
.icon-pinboard:before {
  content: '\e963';
}
/* '' */
.icon-openid:before {
  content: '\e964';
}
/* '' */
.icon-quora:before {
  content: '\e965';
}
/* '' */
.icon-soundcloud-1:before {
  content: '\e966';
}
/* '' */
.icon-tumblr-1:before {
  content: '\e967';
}
/* '' */
.icon-eventasaurus:before {
  content: '\e968';
}
/* '' */
.icon-wordpress:before {
  content: '\e969';
}
/* '' */
.icon-yelp:before {
  content: '\e96a';
}
/* '' */
.icon-intensedebate:before {
  content: '\e96b';
}
/* '' */
.icon-eventbrite:before {
  content: '\e96c';
}
/* '' */
.icon-scribd:before {
  content: '\e96d';
}
/* '' */
.icon-posterous:before {
  content: '\e96e';
}
/* '' */
.icon-stripe:before {
  content: '\e96f';
}
/* '' */
.icon-opentable:before {
  content: '\e970';
}
/* '' */
.icon-cart:before {
  content: '\e971';
}
/* '' */
.icon-print-1:before {
  content: '\e972';
}
/* '' */
.icon-angellist:before {
  content: '\e973';
}
/* '' */
.icon-instagram-1:before {
  content: '\e974';
}
/* '' */
.icon-dwolla:before {
  content: '\e975';
}
/* '' */
.icon-appnet:before {
  content: '\e976';
}
/* '' */
.icon-statusnet:before {
  content: '\e977';
}
/* '' */
.icon-acrobat:before {
  content: '\e978';
}
/* '' */
.icon-drupal:before {
  content: '\e979';
}
/* '' */
.icon-buffer:before {
  content: '\e97a';
}
/* '' */
.icon-pocket:before {
  content: '\e97b';
}
/* '' */
.icon-bitbucket:before {
  content: '\e97c';
}
/* '' */
.icon-lego:before {
  content: '\e97d';
}
/* '' */
.icon-login-1:before {
  content: '\e97e';
}
/* '' */
.icon-stackoverflow:before {
  content: '\e97f';
}
/* '' */
.icon-hackernews:before {
  content: '\e980';
}
/* '' */
.icon-lkdto:before {
  content: '\e981';
}
/* '' */
.icon-search-1:before {
  content: '\e982';
}
/* '' */
.icon-mail-1:before {
  content: '\e983';
}
/* '' */
.icon-heart-1:before {
  content: '\e984';
}
/* '' */
.icon-heart-empty-1:before {
  content: '\e985';
}
/* '' */
.icon-star-1:before {
  content: '\e986';
}
/* '' */
.icon-user-1:before {
  content: '\e987';
}
/* '' */
.icon-video-1:before {
  content: '\e988';
}
/* '' */
.icon-picture-1:before {
  content: '\e989';
}
/* '' */
.icon-th-large:before {
  content: '\e98a';
}
/* '' */
.icon-th:before {
  content: '\e98b';
}
/* '' */
.icon-th-list:before {
  content: '\e98c';
}
/* '' */
.icon-ok:before {
  content: '\e98d';
}
/* '' */
.icon-ok-circle:before {
  content: '\e98e';
}
/* '' */
.icon-cancel-1:before {
  content: '\e98f';
}
/* '' */
.icon-cancel-circle:before {
  content: '\e990';
}
/* '' */
.icon-plus-circle:before {
  content: '\e991';
}
/* '' */
.icon-minus-circle:before {
  content: '\e992';
}
/* '' */
.icon-link-1:before {
  content: '\e993';
}
/* '' */
.icon-attach-1:before {
  content: '\e994';
}
/* '' */
.icon-lock-1:before {
  content: '\e995';
}
/* '' */
.icon-lock-open-1:before {
  content: '\e996';
}
/* '' */
.icon-tag-1:before {
  content: '\e997';
}
/* '' */
.icon-reply-1:before {
  content: '\e998';
}
/* '' */
.icon-reply-all-1:before {
  content: '\e999';
}
/* '' */
.icon-forward-1:before {
  content: '\e99a';
}
/* '' */
.icon-code-1:before {
  content: '\e99b';
}
/* '' */
.icon-retweet-1:before {
  content: '\e99c';
}
/* '' */
.icon-comment-1:before {
  content: '\e99d';
}
/* '' */
.icon-comment-alt:before {
  content: '\e99e';
}
/* '' */
.icon-chat-1:before {
  content: '\e99f';
}
/* '' */
.icon-attention-1:before {
  content: '\e9a0';
}
/* '' */
.icon-location-1:before {
  content: '\e9a1';
}
/* '' */
.icon-doc-1:before {
  content: '\e9a2';
}
/* '' */
.icon-docs-landscape:before {
  content: '\e9a3';
}
/* '' */
.icon-folder-1:before {
  content: '\e9a4';
}
/* '' */
.icon-archive-1:before {
  content: '\e9a5';
}
/* '' */
.icon-rss-2:before {
  content: '\e9a6';
}
/* '' */
.icon-rss-alt:before {
  content: '\e9a7';
}
/* '' */
.icon-cog-1:before {
  content: '\e9a8';
}
/* '' */
.icon-logout-1:before {
  content: '\e9a9';
}
/* '' */
.icon-clock-1:before {
  content: '\e9aa';
}
/* '' */
.icon-block-1:before {
  content: '\e9ab';
}
/* '' */
.icon-resize-full-1:before {
  content: '\e9ac';
}
/* '' */
.icon-resize-full-circle:before {
  content: '\e9ad';
}
/* '' */
.icon-popup-1:before {
  content: '\e9ae';
}
/* '' */
.icon-left-open-1:before {
  content: '\e9af';
}
/* '' */
.icon-right-open-1:before {
  content: '\e9b0';
}
/* '' */
.icon-down-circle:before {
  content: '\e9b1';
}
/* '' */
.icon-left-circle:before {
  content: '\e9b2';
}
/* '' */
.icon-right-circle:before {
  content: '\e9b3';
}
/* '' */
.icon-up-circle:before {
  content: '\e9b4';
}
/* '' */
.icon-down-dir-1:before {
  content: '\e9b5';
}
/* '' */
.icon-right-dir-1:before {
  content: '\e9b6';
}
/* '' */
.icon-down-micro:before {
  content: '\e9b7';
}
/* '' */
.icon-up-micro:before {
  content: '\e9b8';
}
/* '' */
.icon-cw-circle:before {
  content: '\e9b9';
}
/* '' */
.icon-arrows-cw:before {
  content: '\e9ba';
}
/* '' */
.icon-updown-circle:before {
  content: '\e9bb';
}
/* '' */
.icon-target-1:before {
  content: '\e9bc';
}
/* '' */
.icon-signal-1:before {
  content: '\e9bd';
}
/* '' */
.icon-progress-4:before {
  content: '\e9be';
}
/* '' */
.icon-progress-5:before {
  content: '\e9bf';
}
/* '' */
.icon-progress-6:before {
  content: '\e9c0';
}
/* '' */
.icon-progress-7:before {
  content: '\e9c1';
}
/* '' */
.icon-progress-8:before {
  content: '\e9c2';
}
/* '' */
.icon-progress-9:before {
  content: '\e9c3';
}
/* '' */
.icon-progress-10:before {
  content: '\e9c4';
}
/* '' */
.icon-progress-11:before {
  content: '\e9c5';
}
/* '' */
.icon-font:before {
  content: '\e9c6';
}
/* '' */
.icon-list-1:before {
  content: '\e9c7';
}
/* '' */
.icon-list-numbered:before {
  content: '\e9c8';
}
/* '' */
.icon-indent-left:before {
  content: '\e9c9';
}
/* '' */
.icon-indent-right:before {
  content: '\e9ca';
}
/* '' */
.icon-cloud-1:before {
  content: '\e9cb';
}
/* '' */
.icon-terminal:before {
  content: '\e9cc';
}
/* '' */
.icon-facebook-rect:before {
  content: '\e9cd';
}
/* '' */
.icon-twitter-bird:before {
  content: '\e9ce';
}
/* '' */
.icon-vimeo-rect:before {
  content: '\e9cf';
}
/* '' */
.icon-tumblr-rect:before {
  content: '\e9d0';
}
/* '' */
.icon-googleplus-rect:before {
  content: '\e9d1';
}
/* '' */
.icon-linkedin-rect:before {
  content: '\e9d2';
}
/* '' */
.icon-skype-2:before {
  content: '\e9d3';
}
/* '' */
.icon-vkontakte-rect:before {
  content: '\e9d4';
}
/* '' */
.icon-youtube:before {
  content: '\e9d5';
}
/* '' */
.icon-odnoklassniki-rect:before {
  content: '\e9d6';
}
/* '' */
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSSocial";
  src: url('../fonts/ss-social-circle.eot');
  src: url('../fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-social-circle.woff') format('woff'), url('../fonts/ss-social-circle.ttf') format('truetype'), url('../fonts/ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SSSocial";
  src: url('../fonts/ss-social-regular.eot');
  src: url('../fonts/ss-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-social-regular.woff') format('woff'), url('../fonts/ss-social-regular.ttf') format('truetype'), url('../fonts/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-icon,
.ss-icon.ss-social,
.ss-icon.ss-social-circle,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before,
[class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after,
[class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before,
[class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-facebook:before,
.ss-facebook.right:after {
  content: '';
}
.ss-twitter:before,
.ss-twitter.right:after {
  content: '';
}
.ss-linkedin:before,
.ss-linkedin.right:after {
  content: '';
}
.ss-googleplus:before,
.ss-googleplus.right:after {
  content: '';
}
.ss-tumblr:before,
.ss-tumblr.right:after {
  content: '';
}
.ss-wordpress:before,
.ss-wordpress.right:after {
  content: '';
}
.ss-blogger:before,
.ss-blogger.right:after {
  content: '';
}
.ss-posterous:before,
.ss-posterous.right:after {
  content: '';
}
.ss-youtube:before,
.ss-youtube.right:after {
  content: '';
}
.ss-vimeo:before,
.ss-vimeo.right:after {
  content: '';
}
.ss-flickr:before,
.ss-flickr.right:after {
  content: '';
}
.ss-instagram:before,
.ss-instagram.right:after {
  content: '';
}
.ss-pinterest:before,
.ss-pinterest.right:after {
  content: '';
}
.ss-svpply:before,
.ss-svpply.right:after {
  content: '';
}
.ss-readmill:before,
.ss-readmill.right:after {
  content: '';
}
.ss-dropbox:before,
.ss-dropbox.right:after {
  content: '';
}
.ss-dribbble:before,
.ss-dribbble.right:after {
  content: '';
}
.ss-behance:before,
.ss-behance.right:after {
  content: '';
}
.ss-github:before,
.ss-github.right:after {
  content: '';
}
.ss-octocat:before,
.ss-octocat.right:after {
  content: '';
}
.ss-stackoverflow:before,
.ss-stackoverflow.right:after {
  content: '';
}
.ss-paypal:before,
.ss-paypal.right:after {
  content: '';
}
.ss-kickstarter:before,
.ss-kickstarter.right:after {
  content: '';
}
.ss-foursquare:before,
.ss-foursquare.right:after {
  content: '';
}
.ss-skype:before,
.ss-skype.right:after {
  content: '';
}
.ss-rdio:before,
.ss-rdio.right:after {
  content: '';
}
.ss-spotify:before,
.ss-spotify.right:after {
  content: '';
}
.ss-lastfm:before,
.ss-lastfm.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
@font-face {
  font-family: "SSStandard";
  src: url('../fonts/ss-standard.eot');
  src: url('../fonts/ss-standard.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-standard.woff') format('woff'), url('../fonts/ss-standard.ttf') format('truetype'), url('../fonts/ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ss-icon,
.ss-icon.ss-standard,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-standard:before,
[class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after,
[class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
[class^="ss-"].right:before,
[class*=" ss-"].ss-standard.right:before {
  display: none;
  content: '';
}
.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-view:before,
.ss-view.right:after {
  content: '👀';
}
.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-move:before,
.ss-move.right:after {
  content: '';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}
.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '';
}
.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-halfheart:before,
.ss-halfheart.right:after {
  content: '';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-halfstar:before,
.ss-halfstar.right:after {
  content: '';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
.ss-facetime:before,
.ss-facetime.right:after {
  content: '';
}
.ss-reply:before,
.ss-reply.right:after {
  content: '↩';
}
.ss-send:before,
.ss-send.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-femaleuser:before,
.ss-femaleuser.right:after {
  content: '👧';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-dollarsign:before,
.ss-dollarsign.right:after {
  content: '💲';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}
.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-map:before,
.ss-map.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-pin:before,
.ss-pin.right:after {
  content: '📍';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}
.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}
.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-book:before,
.ss-book.right:after {
  content: '📕';
}
.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-grid:before,
.ss-grid.right:after {
  content: '';
}
.ss-rows:before,
.ss-rows.right:after {
  content: '';
}
.ss-columns:before,
.ss-columns.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}
.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}
.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-fork:before,
.ss-fork.right:after {
  content: '';
}
.ss-merge:before,
.ss-merge.right:after {
  content: '';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-loading:before,
.ss-loading.right:after {
  content: '';
}
.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}
.ss-connection:before,
.ss-connection.right:after {
  content: '';
}
.ss-file:before,
.ss-file.right:after {
  content: '📄';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-text:before,
.ss-text.right:after {
  content: '';
}
.ss-font:before,
.ss-font.right:after {
  content: '';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-list:before,
.ss-list.right:after {
  content: '';
}
.ss-layout:before,
.ss-layout.right:after {
  content: '';
}
.ss-action:before,
.ss-action.right:after {
  content: '';
}
.ss-redirect:before,
.ss-redirect.right:after {
  content: '↪';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-logout:before,
.ss-logout.right:after {
  content: '';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}
.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}
.ss-addcalendar:before,
.ss-addcalendar.right:after {
  content: '';
}
.ss-removecalendar:before,
.ss-removecalendar.right:after {
  content: '';
}
.ss-checkcalendar:before,
.ss-checkcalendar.right:after {
  content: '';
}
.ss-deletecalendar:before,
.ss-deletecalendar.right:after {
  content: '';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}
.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-directup:before,
.ss-directup.right:after {
  content: '▴';
}
.ss-directright:before,
.ss-directright.right:after {
  content: '▹';
}
.ss-dropdown:before,
.ss-dropdown.right:after {
  content: '▾';
}
.ss-directleft:before,
.ss-directleft.right:after {
  content: '◃';
}
.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}
/* Legacy classes */
.ss-volumelow:before,
.ss-volumelow.right:after {
  content: '🔉';
}
.ss-volumehigh:before,
.ss-volumehigh.right:after {
  content: '🔊';
}
.ss-batteryhigh:before,
.ss-batteryhigh.right:after {
  content: '';
}
.ss-batterymedium:before,
.ss-batterymedium.right:after {
  content: '';
}
.ss-batterylow:before,
.ss-batterylow.right:after {
  content: '';
}
.ss-batteryempty:before,
.ss-batteryempty.right:after {
  content: '';
}
.ss-clouddownload:before,
.ss-clouddownload.right:after {
  content: '';
}
.ss-cloudupload:before,
.ss-cloudupload.right:after {
  content: '';
}
.ss-calendaradd:before,
.ss-calendaradd.right:after {
  content: '';
}
.ss-calendarremove:before,
.ss-calendarremove.right:after {
  content: '';
}
.ss-calendarcheck:before,
.ss-calendarcheck.right:after {
  content: '';
}
.ss-calendardelete:before,
.ss-calendardelete.right:after {
  content: '';
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 *
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
figure {
  margin: 0;
}
.figure {
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}
.figure:after {
  content: " ";
  display: block;
  position: relative;
  padding-bottom: 40%;
  width: 100%;
}
.figure__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D9D9D9;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
/*

    site-patterns is for global styles, buttons, and forms
    - Text, buttons, forms etc.

    classnaam: sp-*

*/
h1 {
  font-size: 2.8rem;
  font-family: 'Moonflower_bold', arial;
  line-height: 1.2;
}
h2 {
  font-size: 2rem;
  font-family: 'Moonflower_bold', arial;
  line-height: 1.3;
  margin: 1.25em 0;
}
h3 {
  font-size: 1.3125rem;
  font-family: 'Moonflower_bold', arial;
  line-height: 1.3;
  margin: 1.25em 0 0.625em 0;
}
h4 {
  font-size: 1.125rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
  line-height: 1.3;
  margin: 1.25em 0 0.3125em 0;
}
h5 {
  font-size: 1rem;
  font-family: 'Moonflower_bold', arial;
  line-height: 1.4;
  margin: 1.25em 0 0.3125em 0;
}
p {
  font-size: 1rem;
  line-height: 1.616;
  margin-bottom: 1.25em;
}
/* Headings */
/* Forms */
.sp-form-default {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 10px;
  border: none;
  outline: none;
}
.sp-form-input {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 10px;
  border: none;
  outline: none;
}
.sp-form-number {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 10px;
  border: none;
  outline: none;
  width: 100%;
}
.sp-table {
  width: 100%;
}
.sp-table td {
  padding: 5px;
}
.sp-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-pagination li {
  display: inline-block;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 200px;
}
.bootstrap-select .sp-dropdown:focus,
.bootstrap-select .dropdown-menu a:focus {
  outline: none !important;
}
.bootstrap-select .sp-dropdown {
  height: 2.215rem;
  padding: 0 1rem;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background: white;
  color: #1A171B;
  font-size: 0.8em;
}
.bootstrap-select .sp-dropdown:after {
  content: url("data:image/svg+xml; utf8, <svg width='11px' height='7px' viewBox='0 0 11 7' version='1.1' xmlns='http://www.w3.org/2000/svg'><polygon id='Rectangle-16' points='1.79549513 0.204504871 0.734834957 1.26516504 5.50044642 6.0307765 10.2660579 1.26516504 9.20539771 0.204504871 5.50044642 3.90945616'></polygon></svg>");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bootstrap-select .sp-dropdown.open .sp-dropdown:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.bootstrap-select .sp-dropdown .filter-option {
  font-family: 'Moonflower_bold', arial;
  font-weight: 400;
}
.bootstrap-select .sp-dropdown .caret {
  display: none;
}
.bootstrap-select .dropdown-menu {
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0;
  font-size: 0.9em;
}
.bootstrap-select .dropdown-menu ul li a {
  padding: 10px 15px;
}
/* Buttons */
a.btn-default-style,
button.btn-default-style,
.btn-default-style {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  a.btn-default-style,
  button.btn-default-style,
  .btn-default-style {
    padding: 12px 35px;
  }
}
a.btn-default-style:hover,
button.btn-default-style:hover,
.btn-default-style:hover {
  background: #d91b27;
  border-color: #d91b27;
  color: black;
  outline: none;
}
a.btn-default-style:active,
button.btn-default-style:active,
.btn-default-style:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-default-style:focus,
button.btn-default-style:focus,
.btn-default-style:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-default-style.small,
button.btn-default-style.small,
.btn-default-style.small {
  font-size: 14px;
}
a.btn-default-style.large,
button.btn-default-style.large,
.btn-default-style.large {
  font-size: 18px;
}
a.btn-default-style.block,
button.btn-default-style.block,
.btn-default-style.block {
  display: block;
}
a.btn-one,
button.btn-one,
.btn-one {
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d91b27;
  color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  a.btn-one,
  button.btn-one,
  .btn-one {
    padding: 12px 35px;
  }
}
a.btn-one:hover,
button.btn-one:hover,
.btn-one:hover {
  background: #d91b27;
  border-color: #d91b27;
  color: black;
  outline: none;
}
a.btn-one:active,
button.btn-one:active,
.btn-one:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-one:focus,
button.btn-one:focus,
.btn-one:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-one.small,
button.btn-one.small,
.btn-one.small {
  font-size: 14px;
}
a.btn-one.large,
button.btn-one.large,
.btn-one.large {
  font-size: 18px;
}
a.btn-one.block,
button.btn-one.block,
.btn-one.block {
  display: block;
}
a.btn-one:hover,
button.btn-one:hover,
.btn-one:hover {
  background: #e7404a;
  color: white;
  text-decoration: none;
  border: none;
}
a.btn-two,
button.btn-two,
.btn-two {
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #1A171B;
  color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  a.btn-two,
  button.btn-two,
  .btn-two {
    padding: 12px 35px;
  }
}
a.btn-two:hover,
button.btn-two:hover,
.btn-two:hover {
  background: #d91b27;
  border-color: #d91b27;
  color: black;
  outline: none;
}
a.btn-two:active,
button.btn-two:active,
.btn-two:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-two:focus,
button.btn-two:focus,
.btn-two:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-two.small,
button.btn-two.small,
.btn-two.small {
  font-size: 14px;
}
a.btn-two.large,
button.btn-two.large,
.btn-two.large {
  font-size: 18px;
}
a.btn-two.block,
button.btn-two.block,
.btn-two.block {
  display: block;
}
a.btn-two:hover,
button.btn-two:hover,
.btn-two:hover {
  background: #352e37;
  color: white;
  text-decoration: none;
  border: none;
}
a.btn-continue-shopping,
button.btn-continue-shopping {
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #1A171B;
  color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  a.btn-continue-shopping,
  button.btn-continue-shopping {
    padding: 12px 35px;
  }
}
a.btn-continue-shopping:hover,
button.btn-continue-shopping:hover {
  background: #d91b27;
  border-color: #d91b27;
  color: black;
  outline: none;
}
a.btn-continue-shopping:active,
button.btn-continue-shopping:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-continue-shopping:focus,
button.btn-continue-shopping:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-continue-shopping.small,
button.btn-continue-shopping.small {
  font-size: 14px;
}
a.btn-continue-shopping.large,
button.btn-continue-shopping.large {
  font-size: 18px;
}
a.btn-continue-shopping.block,
button.btn-continue-shopping.block {
  display: block;
}
a.btn-continue-shopping:hover,
button.btn-continue-shopping:hover {
  background: #352e37;
  color: white;
  text-decoration: none;
  border: none;
}
a.btn-to-cart,
button.btn-to-cart {
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d91b27;
  color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  a.btn-to-cart,
  button.btn-to-cart {
    padding: 12px 35px;
  }
}
a.btn-to-cart:hover,
button.btn-to-cart:hover {
  background: #d91b27;
  border-color: #d91b27;
  color: black;
  outline: none;
}
a.btn-to-cart:active,
button.btn-to-cart:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-to-cart:focus,
button.btn-to-cart:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-to-cart.small,
button.btn-to-cart.small {
  font-size: 14px;
}
a.btn-to-cart.large,
button.btn-to-cart.large {
  font-size: 18px;
}
a.btn-to-cart.block,
button.btn-to-cart.block {
  display: block;
}
a.btn-to-cart:hover,
button.btn-to-cart:hover {
  background: #e7404a;
  color: white;
  text-decoration: none;
  border: none;
}
a.btn-checkout-order,
button.btn-checkout-order {
  -webkit-border-radius: 0;
          border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d91b27;
  color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
@media (min-width: 768px) {
  a.btn-checkout-order,
  button.btn-checkout-order {
    padding: 12px 35px;
  }
}
a.btn-checkout-order:hover,
button.btn-checkout-order:hover {
  background: #d91b27;
  border-color: #d91b27;
  color: black;
  outline: none;
}
a.btn-checkout-order:active,
button.btn-checkout-order:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-checkout-order:focus,
button.btn-checkout-order:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn-checkout-order.small,
button.btn-checkout-order.small {
  font-size: 14px;
}
a.btn-checkout-order.large,
button.btn-checkout-order.large {
  font-size: 18px;
}
a.btn-checkout-order.block,
button.btn-checkout-order.block {
  display: block;
}
a.btn-checkout-order:hover,
button.btn-checkout-order:hover {
  background: #e7404a;
  color: white;
  text-decoration: none;
  border: none;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: currentColor;
}
/*

    site-modules is for mixins, variables and utilities (such as icons)

*/
/* Link styles */
/* List styles */
.list-clear {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-clear-horizontal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-clear-horizontal li {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
/* Setting mixins */
/* Include font-face Fonts */
/* ===========

Textstyle mixin:

    Required: @size, @font, @color
    Optional: @margin, @transform, @decoration, @spacing, @lineheight

    Example use: .textstyle(16px, @font-two, @c-four, @transform: uppercase);

 */
/* Other mixins */
.font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.rank {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #00C853;
  color: white;
  padding: 0.5em;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: inline-block;
}
.rank__text {
  font-size: 1.125em;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.form__input {
  margin: 0;
  border: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.75rem;
  background-color: white;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #1A171B;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 0.875rem;
}
.form__input::-webkit-input-placeholder {
  color: #636363;
}
.form__input::-moz-placeholder {
  color: #636363;
}
.form__input::-ms-input-placeholder {
  color: #636363;
}
.form__input::placeholder {
  color: #636363;
}
.form__input--filled {
  background-color: #F2F2F2;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #1A171B;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.form__input--filled::-webkit-input-placeholder {
  color: #636363;
}
.form__input--filled::-moz-placeholder {
  color: #636363;
}
.form__input--filled::-ms-input-placeholder {
  color: #636363;
}
.form__input--filled::placeholder {
  color: #636363;
}
.form__select {
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem 0 1rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #1A171B;
  font-size: 0.875rem;
}
.form__select::-ms-expand {
  display: none;
}
.form__select-wrapper {
  display: inline-block;
  height: 2.215rem;
  background-color: white;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
}
.form__select--filled {
  background-color: #F2F2F2;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.form__select--filled .form__select {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #1A171B;
}
.form__select-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 1rem;
  font-size: 0.7rem;
  color: #767476;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__textarea {
  margin: 0;
  border: 0;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  padding: 0.75rem;
  background-color: white;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #1A171B;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 0.875rem;
}
.form__textarea::-webkit-input-placeholder {
  color: #636363;
}
.form__textarea::-moz-placeholder {
  color: #636363;
}
.form__textarea::-ms-input-placeholder {
  color: #636363;
}
.form__textarea::placeholder {
  color: #636363;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  background-image: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 2em;
  font-size: 1em;
}
.btn.is-primary {
  background-color: #d91b27;
  color: white;
}
.btn.is-primary:hover {
  text-decoration: none;
  color: white;
  background-color: #e7404a;
  border: none;
}
.btn.is-secondary {
  background-color: #1A171B;
  color: white;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.btn.is-secondary:hover {
  text-decoration: none;
  color: white;
  background-color: #352e37;
  border: none;
}
.btn--100 {
  width: 100%;
}
.blogOverview {
  padding-top: 3em;
}
.blog-overview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.blog-overview__list-item {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 16px;
}
@media (min-width: 480px) {
  .blog-overview__list-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-overview__list-item {
    width: 33.33333333%;
    margin-bottom: 80px;
  }
}
.blog-overview__footer {
  border-top: 1px solid #D9D9D9;
  margin-bottom: 32px;
  padding-top: 16px;
  text-align: center;
}
.textPage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 4em;
  margin-bottom: 5em;
  color: #1A171B;
}
.textPage--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .textPage__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .textPage__row--contained {
    max-width: 75%;
  }
}
.textPage__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2rem;
}
.textPage__col:last-child {
  margin-right: 0;
}
.textPage__media {
  margin-top: 2em;
  width: 100%;
}
@media (min-width: 992px) {
  .textPage__media {
    margin-top: 0;
    max-width: 30em;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .textPage__media img {
    max-width: 30em;
    display: block;
    margin: 0 auto;
  }
}
.activeFilters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -0.25em;
}
.activeFilters__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5em;
  padding: 0 0.563em;
  margin: 0.25em 0.5em 0.25em 0;
  font-size: 0.75em;
  -webkit-border-radius: 0.125em;
          border-radius: 0.125em;
  border: none;
  background: #F2F2F2;
}
.activeFilters__btn-icon {
  font-size: 0.375em;
  margin-left: 0.438em;
}
.activeFilters__type {
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
  color: #1A171B;
  margin-right: 0.25em;
}
.activeFilters__content {
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  color: #1A171B;
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:not(:first-child):before {
  content: '/';
  font-size: 13px;
  padding: 0 0.2rem;
  color: #858585;
}
.breadcrumbs li a {
  color: #767476;
  font-size: 13px;
  text-decoration: underline;
}
.breadcrumbs li:last-child span,
.breadcrumbs li:last-child a {
  text-decoration: none;
  pointer-events: none;
}
.cartProducts {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.cartProducts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.5em;
  border-bottom: 1px solid #D9D9D9;
}
.cartProducts__item a {
  color: currentColor;
}
.cartProducts__item:first-child {
  padding-top: 0;
}
.cartProducts__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 3em;
          flex: 0 1 3em;
  margin-right: 0.5em;
  background: none;
}
.cartProducts__figure figure {
  background-color: transparent;
  width: 100%;
}
.cartProducts__figure figure:after {
  padding-bottom: 135% !important;
}
.cartProducts__img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}
.cartProducts__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.cartProducts__main-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 0.5em;
}
.cartProducts__main-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cartProducts__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cartProducts__nav-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5rem;
  padding: 0;
  color: #767476;
  font-size: 0.7em;
  background: none;
  border: none;
}
.cartProducts__nav-item:last-of-type {
  margin-right: 0;
}
.cartProducts__title {
  margin-bottom: 0.188em;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1A171B;
}
.cartProducts__desc {
  color: #767476;
  font-size: 0.75rem;
}
.cartProducts__price {
  text-align: right;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1A171B;
}
.cartProducts__sale-new {
  display: block;
  color: #E53935;
  text-align: right;
  font-size: 0.85rem;
  font-weight: 500;
}
.cartProducts__sale-original {
  display: block;
  font-size: 0.75rem;
  text-decoration: line-through;
  -webkit-text-decoration-color: #E53935;
          text-decoration-color: #E53935;
  text-align: right;
}
.categoriesMobile {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-left: -1em;
  margin-right: -1em;
  width: 100vw;
  padding-left: 0.69em;
  padding-right: 1em;
  overflow-x: auto;
}
.categoriesMobile ::scrollbar {
  width: 0px;
  background: transparent;
}
.categoriesMobile ::scrollbar-thumb {
  background: #FF0000;
}
.categoriesMobile__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0.31em;
}
.categoriesMobile__item:last-child {
  padding-right: 2.1rem;
}
.categoriesMobile__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  padding: 0 1.2rem;
  font-size: 0.95rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #1A171B;
  -webkit-border-radius: 0.188em;
          border-radius: 0.188em;
  text-transform: uppercase;
  border: 1px solid #D9D9D9;
}
.cookieBar {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  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;
  padding: 2em 2.5em;
  color: #ffffff;
  background: #000000;
  font-size: 0.95em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  z-index: 98;
}
.cookieBar-content {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cookieBar-content--desc {
  color: #ffffff;
  text-align: center;
  padding: 1em;
}
.cookieBar-content--more {
  color: #ffffff;
  text-decoration: none;
}
.cookieBar-content--more:active,
.cookieBar-content--more:visited,
.cookieBar-content--more:hover {
  color: #E65905;
  text-decoration: underline;
}
.cookieBar-accept {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
}
.cookieBar-accept--btn {
  padding: 0.5em;
  border: none;
  background: #00C853;
  color: #000000;
}
.cookieBar-accept--btn .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75em;
  color: #000000;
}
.drilldown {
  overflow: hidden;
}
.drilldown-sub {
  display: none;
}
.drilldown-root {
  list-style: none;
  margin: 0;
  padding: 0;
}
.drilldown__back,
.drilldown__btn {
  background: none;
  border: none;
  padding: 0.8rem 0;
}
.drilldown__btn {
  width: 100%;
  text-align: left;
  color: currentColor;
}
.drilldown__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: 'Moonflower_bold', arial;
}
.drilldown__back-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.25em;
  font-size: 0.625em;
}
.drilldown__item {
  position: relative;
  display: block;
  padding: 0 0.5em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #767476;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .drilldown__item {
    font-size: 0.8125rem;
  }
}
.drilldown__item-icon {
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #1A171B;
  opacity: 0.6;
  font-size: 0.625em;
}
.drilldown__cat {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #1A171B;
}
.drilldown__link {
  display: block;
  padding: 0.7rem 0;
  color: currentColor;
}
.drilldown__sale {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  padding: 0 2rem;
  height: 2rem;
  color: white;
  background: #E53935;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 0.875rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.drilldown__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  padding: 0 2rem;
  height: 2rem;
  color: #1A171B;
  background: #B2EBF2;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 0.875rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.drilldown__seperator {
  margin: 1.15rem 0;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}
.shopFilter {
  width: 100%;
  min-height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #D9D9D9;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .shopFilter.selected-categories {
    border-left: 3px solid #d91b27;
  }
}
@media (min-width: 768px) {
  .shopFilter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px;
    padding: 0;
  }
}
.shopFilter__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  color: #1A171B;
}
@media (min-width: 768px) {
  .shopFilter__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 24px;
  }
}
.shopFilter__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  margin-right: auto;
  font-size: 2rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 0.5em;
}
.shopFilter__title a {
  color: currentColor;
}
.shopFilter__title-amount {
  display: inline-block;
  min-width: 1rem;
  height: 1rem;
  text-align: center;
  margin: 0 1em 0 0.5em;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  line-height: 1.55em;
  background: #E53935;
  color: white;
  font-size: 0.6875rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.shopFilter__title .active a {
  text-decoration: underline;
}
.shopFilter__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  position: relative;
  border: none;
  background: none;
  padding: 0;
}
@media (min-width: 992px) {
  .shopFilter__toggle {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.7em;
  }
}
.shopFilter__toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 16px;
  background: #1A171B;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.shopFilter__toggle span:last-of-type {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
          transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
@media (min-width: 992px) {
  .shopFilter__toggle span {
    width: 0.8rem;
    background: #767476;
  }
}
.shopFilter__toggle.collapsed {
  border-bottom: 1px solid transparent;
}
.shopFilter__toggle.collapsed span:last-of-type {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.shopFilter__title-toggle {
  height: 0.5rem;
}
.shopFilter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.625em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.shopFilter__list-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shopFilter__list.colors {
  margin-top: 1.25em;
}
.shopFilter__list.colors li {
  display: inline-block;
  width: 1.563em;
  height: 1.563em;
}
.shopFilter__list.colors li a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}
.shopFilter__scrollable {
  max-height: 25em;
  margin-top: -8px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: none;
}
.shopFilter__scrollable::-webkit-scrollbar {
  width: 0.625em;
}
.shopFilter__scrollable::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
.shopFilter__scrollable::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
}
.shopFilter__scrollable .shopFilter__scrollable {
  margin-top: 0;
}
@media (max-width: 767px) {
  .shopFilter__scrollable {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .shopFilter__scrollable {
    margin-top: -16px;
  }
}
.shopFilter__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  display: block;
}
.shopFilter__item.active {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.shopFilter__item-link {
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  margin: 10px 0 10px 36px;
  color: rgba(26, 23, 27, 0.8);
}
@media (min-width: 992px) {
  .shopFilter__item-link {
    font-size: 0.938rem;
    margin: 8px 0 8px calc(14px + 16px);
  }
}
.shopFilter__item-link:before {
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #D9D9D9;
  -webkit-transition: border 0.25 ease-in;
  -o-transition: border 0.25 ease-in;
  transition: border 0.25 ease-in;
}
@media (min-width: 768px) {
  .shopFilter__item-link:before {
    width: 14px;
    height: 14px;
  }
}
.shopFilter__item-link:hover::before,
.shopFilter__item-link:focus::before {
  border: 1px solid #1A171B;
}
.shopFilter__item.active a:before {
  background-color: #1A171B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpolyline points='1 6.5 4 9.5 11 2.5' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  -webkit-background-size: 11px 11px;
          background-size: 11px;
  background-position: center center;
  background-repeat: no-repeat;
}
.shopFilter__color {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.shopFilter--color .shopFilter__item-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0;
}
.shopFilter--color .shopFilter__item-link:before {
  display: none;
}
.shopFilter--limited .shopFilter__item:nth-of-type(1n + 7) {
  display: none;
}
.shopFilter--limited.is-open .shopFilter__item:nth-of-type(1n + 7) {
  display: block;
}
.shopFilter--limited.is-open .shopFilter__toggle span {
  display: none;
}
.shopFilter--limited.is-open .shopFilter__toggle:after {
  content: 'Lijst inklappen';
}
.shopFilter__categories {
  display: block;
  max-width: 82vw;
  padding-right: 8px;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shopFilter__categories {
    display: none;
  }
}
.shopFilter__list-col .shopFilter__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.shopFilter__tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 16px 0 8px;
  margin-left: -4px;
  margin-right: -4px;
  padding: 0;
  list-style-type: none;
}
.shopFilter__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4px 8px;
  padding: 4px 8px;
  color: rgba(26, 23, 27, 0.8);
  font-size: 14px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  border: 1px solid #D9D9D9;
  -webkit-transition: color 0.25 ease-in;
  -o-transition: color 0.25 ease-in;
  transition: color 0.25 ease-in;
}
.shopFilter__tag a {
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: rgba(26, 23, 27, 0.8);
}
@media (min-width: 768px) {
  .shopFilter__tag {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .shopFilter__tag {
    font-size: 0.875rem;
  }
}
.shopFilter__tag svg {
  width: 9px;
  height: 9px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .shopFilter__tag svg {
    margin-left: 12px;
  }
}
.shopFilter__tag:hover,
.shopFilter__tag:focus {
  cursor: pointer;
  color: #1A171B;
}
.shopFilter__reset {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.shopFilter__reset a {
  font-size: 1.077rem;
  display: block;
  margin-bottom: 24px;
  color: #767476;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .shopFilter__reset a {
    font-size: 0.938rem;
  }
}
.shopFilter__reset a:hover,
.shopFilter__reset a:focus {
  color: #1A171B;
}
.shopFilter__selected-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  margin: 0 8px;
}
@media (min-width: 768px) {
  .shopFilter__selected-items {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .filtersParent {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    background: white;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: visibility 0s ease 0.2s, opacity 0.2s, -webkit-transform 0s ease 0.2s;
    transition: visibility 0s ease 0.2s, opacity 0.2s, -webkit-transform 0s ease 0.2s;
    -o-transition: visibility 0s ease 0.2s, transform 0s ease 0.2s, opacity 0.2s;
    transition: visibility 0s ease 0.2s, transform 0s ease 0.2s, opacity 0.2s;
    transition: visibility 0s ease 0.2s, transform 0s ease 0.2s, opacity 0.2s, -webkit-transform 0s ease 0.2s;
  }
}
.filtersParent__select {
  margin-bottom: 2.5em;
}
.filtersParent__select .bootstrap-select {
  width: 100% !important;
}
.filtersParent__select .bootstrap-select .sp-dropdown {
  height: 3.2rem !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (min-width: 768px) {
  .filtersParent__select {
    display: none;
  }
}
.filtersParent__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 0 2.5em;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .filtersParent__body {
    padding: 0;
    overflow: unset;
  }
}
.filtersParent__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  padding: 0 1em;
  background: white;
}
.filtersParent__title {
  margin: 0;
  font-size: 1.8rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  line-height: 1;
}
.filtersParent__reset {
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  color: #767476;
  margin-right: 24px;
  text-decoration: underline;
}
.filtersParent__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: fixed;
  z-index: 999;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  height: 48px;
  width: calc(100% - 2rem);
  background-color: #1A171B;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: white;
  font-size: 1.15rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.filtersParent.is-open {
  -webkit-transition: visibility 0s, opacity 0.2s, -webkit-transform 0s;
  transition: visibility 0s, opacity 0.2s, -webkit-transform 0s;
  -o-transition: visibility 0s, transform 0s, opacity 0.2s;
  transition: visibility 0s, transform 0s, opacity 0.2s;
  transition: visibility 0s, transform 0s, opacity 0.2s, -webkit-transform 0s;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .filtersParent__head,
  .filtersParent__close {
    display: none;
  }
}
.filtersParent__head-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtersParent__close-button {
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  text-align: inherit;
  background: none;
  border: none;
}
.filtersParent__close-button svg {
  width: 20px;
  height: 20px;
}
.homeHero {
  padding-bottom: 40%;
  overflow: hidden;
  margin-bottom: 4em;
}
.homeHero.slick-initialized {
  padding-bottom: 0;
  overflow: unset;
}
.homeHero__wrapper {
  position: relative;
}
.homeHero__figure:after {
  padding-bottom: 75%;
}
@media screen and (min-width: 640px) {
  .homeHero__figure:after {
    padding-bottom: 66%;
  }
}
@media screen and (min-width: 768px) {
  .homeHero__figure:after {
    padding-bottom: 56%;
  }
}
@media screen and (min-width: 992px) {
  .homeHero__figure:after {
    padding-bottom: 42%;
  }
}
.homeHero--square .homeHero__figure {
  padding-bottom: 100% !important;
}
.homeHero__nav-left,
.homeHero__nav-right {
  border: none;
  background: none;
  position: absolute;
  bottom: 50%;
  font-size: 1.25rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.homeHero__nav-left {
  left: 1rem;
}
.homeHero__nav-right {
  right: 1rem;
}
.homeHero__dots {
  position: absolute;
  left: 50%;
  bottom: -1em;
  -webkit-transform: translateY(100%) translateX(-50%);
      -ms-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.homeHero__dots li {
  display: inline-block;
  width: 1.5em;
  height: 0.188em;
  margin: 0 0.25rem;
  background: #1A171B;
  opacity: 0.1;
}
.homeHero__dots li button {
  opacity: 0;
  height: 0.375em;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.homeHero__dots li.slick-active {
  opacity: 1;
}
.homeHero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .homeHero__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.homeHero__column {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.homeHero__column:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .homeHero__column {
    margin-top: 0 !important;
  }
}
.homeHero__column .homeHero__img {
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  left: inherit !important;
}
.homeHero__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 1em;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.homeHero__item-overlay {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  max-width: 17.5em;
  padding: 1em;
  background: white;
  -webkit-box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.12);
          box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.12);
  text-align: center;
}
.homeHero__item-title {
  margin: 0;
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
  color: #1A171B;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .homeHero__item-title {
    font-size: 1.1rem;
  }
}
.iconBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  background: none;
  border: none;
}
.iconBtn--cart {
  color: #1A171B;
}
.iconBtn--search {
  color: #1A171B;
}
.iconBtn__icon {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  color: currentColor;
}
.iconBtn__count {
  position: absolute;
  top: -0.425rem;
  left: 0.7rem;
  min-width: 1rem;
  height: 1rem;
  -webkit-border-radius: 1em;
          border-radius: 1em;
  padding: 0 0.35em;
  line-height: 1.55em;
  font-size: 0.6875rem;
  font-weight: 500;
  background: #E53935;
  color: white;
  border: none;
}
.iconBtn__label {
  display: none;
}
@media screen and (min-width: 480px) {
  .iconBtn__label {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 0.75rem;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #1A171B;
    font-size: 0.9375rem;
    font-weight: 400;
  }
}
.infoToggle {
  color: #000000;
}
.infoToggle__head {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  padding: 0.85em 0;
  border-bottom: 1px solid #D9D9D9;
}
.infoToggle__head-title {
  margin: 0;
  font-size: 1.35rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
}
.infoToggle__head-icon {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1em;
  width: 1em;
}
.infoToggle__head-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  width: 1em;
  background: #D9D9D9;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.infoToggle__head-icon span:last-of-type {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
          transform: translateY(-50%) translateX(-50%) rotate(0deg);
}
.infoToggle__head.collapsed .infoToggle__head-icon span:last-of-type {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
          transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
.infoToggle__content-inner {
  padding: 1em 0;
}
.infoToggle__table {
  width: 100%;
}
.infoToggle__table tr td {
  min-width: 180px;
  padding: 16px 0;
  font-size: 14px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #dbdbdb;
  vertical-align: baseline;
}
.infoToggle__table tr td:first-child {
  padding-right: 1rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #767476;
  font-weight: 400;
}
@media (min-width: 992px) {
  .infoToggle__table tr td {
    font-size: 1rem;
  }
}
.infoToggle p {
  font-size: 0.813em;
  line-height: 1.7;
}
.infoToggle img {
  margin: 1rem;
}
.navMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 2.75em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-bottom: none;
  border-top: none;
}
.navMain__link {
  color: currentColor !important;
  padding: 0 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.75rem;
}
.navMain__link:hover {
  text-decoration: none;
}
.navMain__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: 2.75rem;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
  text-decoration: none;
  background: #d71b27;
  border-bottom: none;
}
.navMain__item:hover,
.navMain__item.active {
  color: #d71b27;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border-bottom: none;
}
.navMain__item.active {
  color: #d71b27;
  font-weight: bold;
  text-decoration: none;
  background: #ffffff;
  border: none;
  border-bottom: none;
}
.navMain__item--sale,
.navMain__item--new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 2.75rem;
  margin-left: 1rem;
  padding: 0.375rem 0;
}
.navMain__sale {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: none;
  font-size: 0.875rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: #ffffff;
  color: #d71b27;
  text-transform: uppercase;
}
.navMain__sale:hover {
  background: #d71b27;
  color: #ffffff !important;
  text-decoration: none;
}
.navMain__new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  height: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: none;
  font-size: 0.875rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: #B2EBF2;
  color: #1A171B;
  text-transform: uppercase;
}
.navMain__new:hover {
  background: #def6f9;
  color: #1A171B !important;
  text-decoration: none;
}
.navMain__dropdown {
  list-style: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.25em;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-border-radius: 0 0 0.125em 0.125em;
          border-radius: 0 0 0.125em 0.125em;
  background: white;
  color: #1A171B;
  -webkit-box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.12);
          box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.12);
}
.navMain__dropdown-brands,
.navMain__dropdown-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navMain__dropdown-categories {
  max-width: 35%;
  min-width: 35%;
}
.navMain__dropdown-brands {
  max-width: 65%;
}
.navMain__dropdown-head {
  width: 100%;
  margin: 0.75rem 0 0.5rem;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #1A171B;
}
.navMain__dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.navMain__dropdown-col {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navMain__dropdown-item {
  margin: 0.3rem 0.3rem 0.3rem 0;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  line-height: 1.2;
  font-size: 0.875rem;
  color: #767476;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.navMain__dropdown-item:hover {
  color: #1A171B;
  text-decoration: underline;
}
.navMain__dropdown-link {
  color: currentColor !important;
  display: block;
}
.navMain__item:hover .navMain__dropdown {
  visibility: visible;
  opacity: 1;
}
.orderComponent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.orderComponent__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0.5em;
}
.orderComponent__options-size {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.orderComponent__options-amount {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 5.125em;
}
.orderComponent__size-table {
  display: block;
  text-align: right;
  margin-bottom: 12px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  color: #636363;
  font-size: 15px;
}
.orderComponent__cta {
  width: 100%;
  height: 48px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background: #E65905;
  color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 0.938em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
@media (min-width: 992px) {
  .orderComponent__cta {
    font-size: 1rem;
  }
}
.orderComponent__cta:hover {
  background: #fa7424;
  color: white;
  text-decoration: none;
  border: none;
}
.orderComponent__cta-spinner {
  display: none;
  position: relative;
  width: 1.25em;
  height: 1.25em;
  border-bottom-width: 2px;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.orderComponent__cta-spinner,
.orderComponent__cta-spinner:hover {
  text-decoration: none;
}
.orderComponent__cta-spinner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid;
  border-left-color: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.orderComponent__cta-done {
  display: none;
  font-size: 1.188em;
  margin-top: 0.313em;
}
.orderComponent__cta.is-spinning .orderComponent__cta-text {
  display: none;
}
.orderComponent__cta.is-spinning .orderComponent__cta-spinner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.orderComponent__cta.is-done .orderComponent__cta-text,
.orderComponent__cta.is-done .orderComponent__cta-spinner {
  display: none;
}
.orderComponent__cta.is-done .orderComponent__cta-done {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.orderComponent__input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.813em;
  line-height: 1;
  background: #FFFFFF;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 2px solid #D9D9D9;
}
.orderComponent__input::-ms-expand {
  display: none;
}
.orderComponent__amount {
  position: relative;
}
.orderComponent__amount input {
  text-align: center;
}
.orderComponent__amount-btn {
  padding: 0.5rem;
  border: none;
  background: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.813em;
  line-height: 1;
  color: #636363;
}
.orderComponent__amount-btn.plus {
  right: 0.5rem;
}
.orderComponent__amount-btn.minus {
  left: 0.5rem;
}
.orderComponent__select {
  position: relative;
}
.orderComponent__select select {
  cursor: pointer;
}
.orderComponent__select option[disabled] {
  color: #636363;
}
.orderComponent__select-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 0.625em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.pagination {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.pagination__arrow {
  display: inline-block;
  font-size: 0.7rem;
}
.pagination__arrow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.75rem 1rem;
  color: #767476;
}
.pagination__arrow.disabled {
  opacity: 0.4;
}
.pagination--underline .form__select {
  padding: 0 1.5rem 0 0.3rem;
}
.pagination--underline .form__select-wrapper {
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
}
.pagination--underline .form__select-down {
  right: 0.3rem;
}
.productInfo__content {
  position: relative;
  padding: 32px 0;
}
.productInfo__content::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background: #f9f9f9;
  z-index: -1;
  content: '';
}
@media (min-width: 992px) {
  .productInfo__content {
    padding: 40px 48px;
  }
  .productInfo__content::after {
    margin-left: 0;
    margin-right: 0;
  }
}
.productInfo__title {
  font-family: 'Moonflower_bold', arial;
  font-weight: 600;
  color: #1A171B;
  margin: 0 0 8px;
  font-size: 1.61rem;
  letter-spacing: -0.2px;
}
@media screen and (min-width: 768px) {
  .productInfo__title {
    font-size: 1.714rem;
    margin-bottom: 24px;
  }
}
.productInfo__desc {
  width: 100%;
  margin: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
}
.productInfo__desc-toggle {
  position: relative;
  display: block;
  margin-top: 16px;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: underline;
  color: #d91b27;
  z-index: 1;
}
.productInfo__desc p {
  margin-top: 0;
}
@media (max-width: 767px) {
  .productInfo__desc p {
    font-size: 14px;
  }
}
.productInfo__desc ul {
  padding: 0 1.5em;
}
.productInfo__desc li {
  margin-bottom: 8px;
}
.productInfo__desc.is-collapsed {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  height: 20em;
}
.productInfo__desc.is-collapsed ~ .productInfo__desc-toggle::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8em;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  z-index: -1;
  content: '';
}
.productInfo__cost {
  display: block;
  margin-top: 1em;
}
.productInfo__cost-price {
  font-size: 1.571rem;
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #1A171B;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .productInfo__cost-price {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}
.productInfo__cost-price-original {
  font-size: 0.75em;
  text-decoration: line-through;
  -webkit-text-decoration-color: #E53935;
          text-decoration-color: #E53935;
}
.productInfo__cost-price-sale {
  color: #E53935;
}
.productInfo__cost-desc {
  margin-left: 0.5rem;
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.625em;
  color: #636363;
}
.productInfo__variants-text {
  margin-bottom: 8px;
  color: #636363;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.productInfo__variants-text span {
  color: #1A171B;
  font-weight: bold;
}
.productInfo__variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productInfo__variants-item {
  display: block;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 50px;
  width: calc(20% - 20px);
  max-width: 80px;
  padding: 4px;
  border: 2px solid transparent;
  margin: 0 5px 5px;
}
.productInfo__variants-item:hover,
.productInfo__variants-item:focus {
  border-color: #d7d7d7;
}
.productInfo__variants-item.is-active {
  border-color: black;
}
.productInfo__variants-img {
  width: 100%;
}
.productInfo__variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}
.productInfo__variation-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.75em;
  width: 2em;
  padding-bottom: 0.25em;
  margin-right: 0.25em;
}
.productInfo__variation-item:last-of-type {
  margin-right: 0;
}
.productInfo__variation-item.is-current {
  padding-bottom: 0.125em;
  border-bottom: 2px solid #1A171B;
}
.productInfo__variation-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.productInfo__order {
  margin-top: 1.75em;
}
.productInfo__usps {
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
}
.productInfo__usps-item {
  display: block;
  margin: 0.5em 0;
}
.productInfo__usps-item .uspMain__txt {
  color: #1A171B;
  font: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.productInfo__reviews {
  border: none;
  background: none;
  padding: 0;
  margin: 2em 0 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.productInfo__reviews:hover .productInfo__reviews-link,
.productInfo__reviews:focus .productInfo__reviews-link {
  text-decoration: none;
}
.productInfo__reviews-rank {
  background-color: #00C853;
  color: white;
  padding: 0.8em;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: inline-block;
}
.productInfo__reviews-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #636363;
  font-size: 0.85rem;
  margin-left: 1em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-decoration: underline;
}
.productInfo__toggles {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.productInfo__toggles-item {
  margin-top: 2em;
}
.productSets {
  padding: 0 0.5em !important;
  margin-top: 2em;
  margin-bottom: 5em;
}
.productSets__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.productSets__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0.5em;
  width: 100%;
}
.productSets__item .figure:after {
  display: none;
}
@media screen and (min-width: 480px) {
  .productSets__item .figure:after {
    display: block;
  }
}
.productSets__item--1 .setTile__media:after {
  padding-bottom: 110%;
}
@media screen and (min-width: 480px) {
  .productSets__item--1 {
    width: 33.33%;
  }
  .productSets__item--1 .figure:after {
    padding-bottom: 122%;
  }
}
.productSets__item--2 .setTile__media:after {
  padding-bottom: 64%;
}
@media screen and (min-width: 480px) {
  .productSets__item--2 {
    width: 66.66%;
  }
  .productSets__item--2 .figure:after {
    padding-bottom: 60%;
  }
}
.productSets__item--3 .setTile__media:after {
  padding-bottom: 64%;
}
@media screen and (min-width: 480px) {
  .productSets__item--3 .figure:after {
    padding-bottom: 39.74%;
  }
}
.setDetail {
  margin-bottom: 4em;
}
.setDetail__inner {
  width: 100%;
  margin: 0 auto;
}
.setDetail__product {
  margin-top: 3em;
}
@media screen and (min-width: 640px) {
  .setDetail__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 950px;
    padding: 3em 2em;
    margin-top: 0;
  }
}
.setDetail__product-image {
  max-width: 25%;
}
.setDetail__product-image img {
  width: 100%;
}
.setDetail__product-info {
  width: 100%;
}
.setDetail__product-info .productInfo__title {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.productStage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.productStage__thumbs {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .productStage__thumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block !important;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 4em;
    margin-right: 2em;
    padding-top: 1.5em;
  }
  .productStage__thumbs-item {
    width: 4em;
    padding-left: 0.5em;
    cursor: pointer;
  }
  .productStage__thumbs-item.slick-current {
    position: relative;
  }
  .productStage__thumbs-item.slick-current:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #1A171B;
    width: 0.125em;
  }
}
.productStage__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-height: 31em;
  margin-bottom: 1.5em;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .productStage__main {
    margin-bottom: 0;
    max-height: 41em;
  }
}
.productStage__main-inner {
  width: 100%;
  height: 100%;
}
.productStage__main-nav {
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.productStage__main-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background: none;
  font-size: 2rem;
  padding: 0;
}
.productStage__main-btn.right {
  right: 1rem;
}
.productStage__main-btn.left {
  left: 1rem;
}
.productStage__main:hover .productStage__main-nav {
  opacity: 1;
}
.productStage__slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.productStage__slide-figure {
  width: 100%;
  height: 100%;
  background: none;
  max-height: 31em;
}
@media (min-width: 768px) {
  .productStage__slide-figure {
    max-height: 41em;
  }
}
.productStage__slide-figure:after {
  padding-bottom: 135%;
}
.productStage__slide-figure a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.productStage__slide-img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}
.productStage__thumb {
  width: 100%;
  background: none;
  cursor: pointer;
  pointer-events: none;
}
.productStage__thumb:after {
  padding-bottom: 135%;
}
.productStage__thumb-img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}
.productStage__dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .productStage__dots {
    display: none !important;
  }
}
.productStage__dots li {
  margin: 0 0.188em;
}
.productStage__dots li button {
  padding: 0;
  height: 0.375em;
  width: 0.375em;
  border: none;
  -webkit-border-radius: 0.188em;
          border-radius: 0.188em;
  background: #D9D9D9;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.14);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.productStage__dots li.slick-active button {
  background: #1A171B;
}
.productStage__btn {
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.938em;
  padding: 0 1em;
  border: none;
  background: white;
  -webkit-border-radius: 0.125em;
          border-radius: 0.125em;
  color: #1A171B;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75em;
  line-height: 1;
}
.productStage__btn-icon {
  margin-right: 0.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.touch .productStage__btn {
  display: none;
}
.no-transform {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  -webkit-box-shadow: 0 0 0.625em #888;
          box-shadow: 0 0 0.625em #888;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background: #FFF;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 1.25em;
}
.productTile {
  position: relative;
  display: block;
  z-index: 5;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.productTile:hover {
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .no-touch .productTile:not(.no-hover):hover {
    z-index: 10;
  }
  .no-touch .productTile:not(.no-hover):hover:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: white;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    -webkit-box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.14);
    box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.14);
  }
  .no-touch .productTile:not(.no-hover):hover .productTile__variants {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    padding: 15px;
    background: white;
    -webkit-box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.14);
    box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.14);
  }
}
.productTile__image {
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
}
.productTile__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.productTile__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .productTile__image img {
    padding: 16px;
  }
}
.productTile__image img.visible {
  display: block;
}
.productTile__image .img2 {
  opacity: 0;
}
.productTile__labels {
  position: absolute;
  bottom: 8px;
  right: 8px;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .productTile__labels {
    bottom: 16px;
    right: 16px;
  }
}
.productTile__labels > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.188rem;
  padding: 0 0.75rem;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.productTile__labels-sale {
  color: #FFFFFF;
  background: #E53935;
}
.productTile__labels-new {
  color: #FFFFFF;
  background: #1A171B;
}
.productTile__info {
  padding: 8px;
}
@media (min-width: 768px) {
  .productTile__info {
    padding: 16px;
  }
}
.productTile__title {
  display: inline-block;
  margin: 0 0 8px 0;
  line-height: 1;
  font-size: 13px;
  color: #1A171B;
  font-weight: 500;
}
.productTile__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #1A171B;
}
.productTile__prices-old {
  line-height: 1;
  font-size: 0.75em;
  text-decoration: line-through;
  -webkit-text-decoration-color: #E53935;
          text-decoration-color: #E53935;
  font-weight: bold;
  margin-left: 5px;
}
.productTile__prices-sale {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #E53935;
}
.productTile__prices-orig {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
.productTile__variants {
  display: none;
  color: rgba(20, 18, 21, 0.5);
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .productTile__variants {
    display: none;
  }
}
.productTile__variants-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.productTile__variants-list:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.25rem;
  height: 1px;
  background: #D9D9D9;
}
.productTile__variants-item {
  padding: 0;
}
.searchBar {
  background: white;
  -webkit-box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.14);
          box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.14);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease-in-out 0.1s;
  transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease-in-out 0.1s;
  -o-transition: transform 0.3s ease-in-out 0.1s, visibility 0s ease 0.3s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s ease 0.3s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s ease 0.3s, -webkit-transform 0.3s ease-in-out 0.1s;
}
.searchBar__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 3.7em;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
}
@media screen and (min-width: 640px) {
  .searchBar__inner {
    height: 5.5em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}
.searchBar__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.1rem;
  color: #1A171B;
  border: none;
  height: 100%;
}
.searchBar__input:placeholder {
  color: #636363;
}
@media screen and (min-width: 640px) {
  .searchBar__input {
    font-size: 1em;
  }
}
.searchBar__icon {
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .searchBar__icon {
    font-size: 1.2rem;
  }
}
.searchBar__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
  height: 100%;
  border: none;
  color: white;
  background: #1A171B;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
@media screen and (min-width: 640px) {
  .searchBar__btn {
    padding: 0 1.5em;
  }
}
.searchBar__cancel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: none;
  padding: 0 1em;
  padding-right: 0;
  color: #1A171B;
}
@media screen and (min-width: 640px) {
  .searchBar__cancel {
    padding: 0 1.5em;
  }
}
.searchBar.is-open {
  -webkit-transition: visibility 0s, -webkit-transform 0.3s ease-in-out 0.1s;
  transition: visibility 0s, -webkit-transform 0.3s ease-in-out 0.1s;
  -o-transition: transform 0.3s ease-in-out 0.1s, visibility 0s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s, -webkit-transform 0.3s ease-in-out 0.1s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  visibility: visible;
}
.shopMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 5em;
}
.shopMain__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 768px) {
  .shopMain__head {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .shopMain__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.shopMain__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.5em;
  padding: 0.7em 0.5em 0.5em 0;
  border: none;
  background: none;
  color: #1A171B;
}
.shopMain__back .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .shopMain__back {
    display: none;
  }
}
.shopMain__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 0.7em;
}
@media (min-width: 768px) {
  .shopMain__title {
    margin-bottom: 0;
  }
}
.shopMain__title h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.1;
  font-family: 'Moonflower_bold', arial;
  font-weight: 600;
  color: #1A171B;
}
.shopMain__title-heading--h1 {
  margin: 0;
  margin-right: 16px;
  font-size: 2rem;
  line-height: 1.1;
  font-family: 'Moonflower_bold', arial;
  font-weight: 600;
  color: #1A171B;
}
.shopMain__title.is-mobile {
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .shopMain__title.is-mobile {
    display: none;
  }
}
.shopMain__title.is-mobile .shopMain__results {
  font-size: 1.077rem;
}
.shopMain__filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  color: white;
  background: #1A171B;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.shopMain__filter-txt {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.shopMain__filter-amount {
  position: relative;
  top: -1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: white;
  color: #1A171B;
  font-size: 12px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.shopMain__nav-sort {
  position: relative;
}
.shopMain__nav-sort .form__select {
  height: 48px;
  background-color: white;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (min-width: 768px) {
  .shopMain__nav-sort {
    display: none;
  }
}
.shopMain__categories {
  margin-bottom: 0.95em;
  position: relative;
}
.shopMain__categories:after {
  content: '';
  position: absolute;
  right: -1rem;
  bottom: 0;
  top: 0;
  width: 3.1em;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(76%, #FFFFFF));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 76%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 76%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 76%);
}
@media screen and (min-width: 640px) {
  .shopMain__categories {
    display: none;
  }
}
.shopMain__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .shopMain__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.shopMain__nav-filter {
  margin: 0 8px;
  width: calc(50% - (8px * 2));
}
@media screen and (min-width: 768px) {
  .shopMain__nav-filter {
    display: none;
  }
}
.shopMain__nav-item {
  position: relative;
  display: inline-block;
}
.shopMain__nav-reset {
  display: none;
}
@media screen and (min-width: 640px) {
  .shopMain__nav-reset {
    display: inline-block;
    margin-right: 1rem;
  }
  .shopMain__nav-reset:last-of-type {
    margin-right: 0;
  }
}
.shopMain__nav-reset a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #767476;
  font-size: 0.9em;
}
.shopMain__nav-reset a:hover {
  text-decoration: underline;
}
.shopMain__products {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.shopMain__products-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  padding: 0 0.5em 1.75em;
}
@media screen and (min-width: 480px) {
  .shopMain__products-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .shopMain__products-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .shopMain__products-item {
    width: 16.666666%;
  }
}
.shopMain__products-item-three {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  padding: 0 0.5em 1.75em;
}
@media screen and (min-width: 480px) {
  .shopMain__products-item-three {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 33.333%;
  }
}
.shopMain__products-alert {
  width: 100%;
}
.shopMain__footer {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 1.75em;
}
.shopMain__footer-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
  border-bottom: 1px solid #D9D9D9;
}
.shopMain__footer h1,
.shopMain__footer h2,
.shopMain__footer h3,
.shopMain__footer h4,
.shopMain__footer h5,
.shopMain__footer h6 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #1A171B;
}
.shopMain__footer h1 {
  font-size: 1.5em;
  margin-bottom: 0;
}
.shopMain__footer h2,
.shopMain__footer h3 {
  font-size: 1.3em;
}
.shopMain__footer h4,
.shopMain__footer h5,
.shopMain__footer h6 {
  font-size: 1em;
}
.shopMain__footer h1,
.shopMain__footer h2,
.shopMain__footer h3,
.shopMain__footer h4,
.shopMain__footer h5,
.shopMain__footer h6 {
  margin-bottom: 0;
}
.shopMain__footer p {
  margin-top: 0.5em;
  color: #767476;
}
.shopMain__mobile-filters {
  margin-top: 0.5em;
  display: block;
}
@media screen and (min-width: 640px) {
  .shopMain__mobile-filters {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .shopMain__mobile-filters {
    display: none;
  }
}
.shopMain__results {
  font-size: 0.938rem;
  color: #636363;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.shopMain__footer .shopMain__results {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.announcementBar {
  margin: 0.5em 0 1.5em 0;
}
@media (min-width: 768px) {
  .announcementBar {
    margin: 1.5em 0 0 0;
  }
}
.announcementBar__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5em;
  padding: 1em;
  background: #B2EBF2;
  border: none;
  -webkit-border-radius: 1px;
          border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .announcementBar__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.announcementBar__title {
  margin: 0;
  font-family: 'Moonflower_bold', arial;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1A171B;
  line-height: 1.2;
}
.announcementBar__desc {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: rgba(26, 23, 27, 0.6);
  font-size: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .announcementBar__desc {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    padding-top: 0.2rem;
  }
}
.announcementBar--home {
  display: block;
  margin: 2em auto;
}
.announcementBar--home .announcementBar__link {
  min-height: 5em;
  padding: 1.5em;
}
.setTile {
  display: block;
  position: relative;
  height: 100%;
}
.setTile__media {
  display: block;
  position: relative;
  overflow: hidden;
}
.setTile__media:after {
  content: " ";
  display: block;
  position: relative;
  padding-bottom: 40%;
}
@media screen and (min-width: 480px) {
  .setTile__media {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .setTile__media:after {
    display: none;
  }
}
.setTile__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.setTile__link {
  z-index: 3;
  display: block;
  color: currentColor;
}
.setTile__media {
  z-index: 2;
}
.setTile__img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.setTile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25em;
  background: #1A171B;
  color: white;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .setTile__info {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .setTile__info {
    padding: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .setTile__info {
    padding: 3.125em;
  }
}
.setTile__info-title {
  width: 100%;
  margin: 0;
  margin-bottom: 0.8rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.1;
}
@media screen and (min-width: 640px) {
  .setTile__info-title {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1024px) {
  .setTile__info-title {
    font-size: 1.75em;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .setTile__info-title {
    font-size: 2em;
  }
}
.setTile__info-txt {
  display: none;
}
@media screen and (min-width: 640px) {
  .setTile__info-txt {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 0.813em;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 'Roboto', Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 1024px) {
  .setTile__info-txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 640px) {
  .setTile__info-cta {
    margin-top: 1.5rem;
  }
}
.setTile__cta {
  height: 2em;
  padding: 0 1.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  background: #d91b27;
  color: white;
}
.setTile__cta:hover {
  background: #e7404a;
  color: white;
}
@media screen and (min-width: 1024px) {
  .setTile__cta {
    height: 2.25em;
    padding: 0 2em;
    font-size: 0.813em;
  }
}
@media screen and (min-width: 1200px) {
  .setTile__cta {
    height: 2.625em;
    padding: 0 2.5em;
    font-size: 0.875em;
  }
}
.setTile__cta-wrapper {
  position: absolute;
  z-index: 3;
  bottom: 1em;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.setTile__cta-wrapper .setTile__cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (min-width: 1024px) {
  .setTile:hover .setTile__img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.setTile--inverted .setTile__info {
  background: #d91b27;
  color: white;
}
.setTile--inverted .setTile__cta {
  background: #1A171B;
  color: white;
}
.setTile--inverted .setTile__cta:hover {
  background: #352e37;
  color: white;
}
.setTile--light .setTile__info {
  background: #F2F2F2;
  color: #1A171B;
}
.setTile--light .setTile__cta {
  background: #d91b27;
  color: white;
}
.setTile--light .setTile__cta:hover {
  background: #e7404a;
  color: white;
}
.setTile--has-info.right,
.setTile--has-info-large.right,
.setTile--has-info.left,
.setTile--has-info-large.left {
  float: none;
}
@media screen and (min-width: 480px) {
  .setTile--has-info.right .setTile__media {
    right: 50%;
  }
  .setTile--has-info.right .setTile__info {
    right: 0;
    width: 50%;
  }
  .setTile--has-info.left .setTile__media {
    left: 50%;
  }
  .setTile--has-info.left .setTile__info {
    left: 0;
    width: 50%;
  }
  .setTile--has-info-large.right .setTile__media {
    right: 33.33%;
  }
  .setTile--has-info-large.right .setTile__info {
    right: 0;
    width: 33.33%;
  }
  .setTile--has-info-large.left .setTile__media {
    left: 33.33%;
  }
  .setTile--has-info-large.left .setTile__info {
    left: 0;
    width: 33.33%;
  }
}
.setTile--only-info {
  padding: 1em 0;
}
.setTile--only-info:after {
  display: none;
}
.setTile--only-info .setTile__media {
  display: none;
}
.setTile--only-info .setTile__info {
  position: relative;
  display: block;
}
.setTile--only-info .setTile__info-title {
  margin-bottom: 1rem;
}
.setTile--only-info .setTile__info-txt {
  display: block;
}
.slideOut {
  background-color: white;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90vw;
  max-width: 320px;
  min-width: 290px;
  padding: 2em 1em 0.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease-in-out 0.1s;
  transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease-in-out 0.1s;
  -o-transition: transform 0.3s ease-in-out 0.1s, visibility 0s ease 0.3s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s ease 0.3s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s ease 0.3s, -webkit-transform 0.3s ease-in-out 0.1s;
  -webkit-box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.24);
          box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.24);
  font-size: 1.2em;
}
.slideOut__close {
  position: absolute;
  top: 0.5rem;
  right: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem;
  font-size: 13px;
  background: none;
  border: none;
}
.slideOut__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 0 0.5em 1.375em;
  border-bottom: 1px solid #D9D9D9;
}
.slideOut__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  max-height: 100%;
  padding: 1em 0 2em;
  overflow-y: auto;
}
.slideOut__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.slideOut__footer-list {
  list-style: none;
  margin: 0;
  padding: 0.75em 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.slideOut__footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 1.07em;
  margin: 0.5em;
}
.slideOut__footer-label {
  color: #767476;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
}
.slideOut__footer-shipping {
  color: #1A171B;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
}
.slideOut__footer-total {
  color: #1A171B;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
.slideOut__footer-btn {
  margin-top: 1.375em;
}
.slideOut__footer-btn .btn {
  background-color: #E65905;
  color: white;
  width: 100%;
}
.slideOut__footer-btn .btn:hover {
  text-decoration: none;
  background-color: #fa7424;
}
.slideOut__footer-trust {
  margin-top: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slideOut__fade {
  -webkit-transform: translateX(-100%) scale(0);
      -ms-transform: translateX(-100%) scale(0);
          transform: translateX(-100%) scale(0);
  background-color: #1A171B;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0s linear 0.25s;
  transition: opacity 0.25s, -webkit-transform 0s linear 0.25s;
  -o-transition: opacity 0.25s, transform 0s linear 0.25s;
  transition: opacity 0.25s, transform 0s linear 0.25s;
  transition: opacity 0.25s, transform 0s linear 0.25s, -webkit-transform 0s linear 0.25s;
  cursor: pointer;
}
.slideOut__title {
  margin: 0;
  font-size: 1.875rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
}
.slideOut__title a {
  color: #1A171B;
}
.slideOut--small {
  max-width: 260px;
  min-width: 240px;
}
.slideOut--left {
  right: initial;
  left: 0;
  -webkit-transform: translateX(-100%) translateY(0);
      -ms-transform: translateX(-100%) translateY(0);
          transform: translateX(-100%) translateY(0);
}
.slideOut--left .slideOut__fade {
  left: initial;
  right: 0;
}
.slideOut--drilldown {
  background: #FFFFFF;
  color: #1A171B;
}
.slideOut--drilldown .slideOut__head {
  border-color: #D9D9D9;
}
.slideOut--drilldown .drilldown__seperator {
  background: #D9D9D9;
}
.slideOut--drilldown .drilldown__item {
  color: #847589;
}
.slideOut--drilldown .drilldown__cat,
.slideOut--drilldown .slideOut__title {
  color: #1A171B;
}
.slideOut.is-open {
  -webkit-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  visibility: visible;
  -webkit-transition: visibility 0s, -webkit-transform 0.3s ease-in-out 0.1s;
  transition: visibility 0s, -webkit-transform 0.3s ease-in-out 0.1s;
  -o-transition: transform 0.3s ease-in-out 0.1s, visibility 0s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s;
  transition: transform 0.3s ease-in-out 0.1s, visibility 0s, -webkit-transform 0.3s ease-in-out 0.1s;
}
.slideOut.is-open .slideOut__fade {
  -webkit-transition: opacity 0.25s linear 0.005s, -webkit-transform 0s;
  transition: opacity 0.25s linear 0.005s, -webkit-transform 0s;
  -o-transition: opacity 0.25s linear 0.005s, transform 0s;
  transition: opacity 0.25s linear 0.005s, transform 0s;
  transition: opacity 0.25s linear 0.005s, transform 0s, -webkit-transform 0s;
  -webkit-transform: translateX(-100%) scale(1);
      -ms-transform: translateX(-100%) scale(1);
          transform: translateX(-100%) scale(1);
  opacity: 0.24;
}
.slideOut.is-open.slideOut--left .slideOut__fade {
  -webkit-transition: opacity 0.25s linear 0.005s, -webkit-transform 0s;
  transition: opacity 0.25s linear 0.005s, -webkit-transform 0s;
  -o-transition: opacity 0.25s linear 0.005s, transform 0s;
  transition: opacity 0.25s linear 0.005s, transform 0s;
  transition: opacity 0.25s linear 0.005s, transform 0s, -webkit-transform 0s;
  -webkit-transform: translateX(100%) scale(1);
      -ms-transform: translateX(100%) scale(1);
          transform: translateX(100%) scale(1);
}
.textBlock--center {
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .textBlock--75 {
    max-width: 75%;
    margin: 0 auto;
  }
}
.textBlock__heading {
  color: #1A171B;
  font-weight: 500;
}
.textBlock__title {
  margin-bottom: 0.4rem;
}
.textBlock__author {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
}
.textBlock__date {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #767476;
}
.textBlock__text,
.textBlock__list,
.textBlock__read-more,
.textBlock p {
  text-align: left;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  color: #767476;
}
.textBlock__read-more {
  color: #1A171B;
  font-weight: bold;
}
.textBlock__list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #1A171B;
}
.textBlock__list-item {
  padding: 0.5em;
}
.textBlock a {
  color: #1A171B;
  text-decoration: none;
}
.textBlock a:hover {
  text-decoration: underline;
}
.textBlock img {
  max-width: 30em;
  height: auto;
}
.tile {
  width: 100%;
}
.tile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2em 1em;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.tile__overlay {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  max-width: 17.5em;
  padding: 1em;
  background: white;
  -webkit-box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.12);
          box-shadow: 0 0.5em 1em 0 rgba(27, 39, 51, 0.12);
  text-align: center;
}
.tile__title {
  margin: 0;
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
  color: #1A171B;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .tile__title {
    font-size: 1.1rem;
  }
}
.tile__link {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #d91b27;
}
.tile__href {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.tile__img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.05, 0.96);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.05, 0.96);
  -o-transition: transform 0.6s cubic-bezier(0, 0, 0.05, 0.96);
  transition: transform 0.6s cubic-bezier(0, 0, 0.05, 0.96);
  transition: transform 0.6s cubic-bezier(0, 0, 0.05, 0.96), -webkit-transform 0.6s cubic-bezier(0, 0, 0.05, 0.96);
}
.tile:hover .tile__img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.topBtn {
  position: fixed;
  z-index: 20;
  bottom: 0.5em;
  right: 0.5em;
  width: 2.625em;
  height: 2.625em;
  background: rgba(26, 23, 27, 0.24);
  text-align: center;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.topBtn:hover {
  background: rgba(26, 23, 27, 0.48);
}
.topBtn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #ffffff;
}
.uspMain {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 767px) {
  .uspMain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.uspMain__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 0;
  margin-right: 1em;
}
.headerMain__usps .uspMain__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uspMain__item:last-child {
  margin-right: 0;
}
.uspMain__txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: inherit;
  font-weight: normal;
  color: #1A171B;
}
.headerMain__usps .uspMain__txt {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .uspMain__txt {
    font-size: 0.938rem;
  }
}
@media (min-width: 1200px) {
  .headerMain__usps .uspMain__txt {
    font-size: 0.813rem;
  }
}
.uspMain__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 12px;
  margin-right: 8px;
  color: #d91b27;
}
@media (min-width: 992px) {
  .uspMain__icon {
    margin-right: 16px;
  }
}
.headerMain__usps .uspMain__icon {
  color: #00C853;
  width: 13px;
  height: 13px;
}
@media (min-width: 992px) {
  .headerMain__usps .uspMain__icon {
    margin-right: 8px;
  }
}
.uspMobile {
  height: 2.6em;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uspMobile__slider {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.uspMobile__slider-item {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uspMobile__txt {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #1A171B;
}
.uspMobile__icon {
  color: #d91b27;
}
@media screen and (min-width: 992px) {
  .uspMobile {
    display: none;
  }
}
.hide-usps-mobile .header .uspMobile {
  display: none;
}
.kiyohStars {
  display: block;
  color: #ffffff;
}
.kiyohStars a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 0.813em;
}
.kiyohStars svg {
  width: 1em;
  fill: #F3BE02;
}
.kiyohStars__amount {
  color: #ffffff;
}
.kiyohStarsMobile {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 992px) {
  .kiyohStarsMobile {
    display: none;
  }
}
.productsLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 2em;
  margin-left: -8px;
  margin-right: -8px;
}
.productsLayout__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 50%;
  padding: 0 8px 3.5rem;
}
@media screen and (min-width: 480px) {
  .productsLayout__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 33%;
  }
}
@media (min-width: 768px) {
  .productsLayout__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 25%;
  }
}
.newsletter {
  background-color: #e3f8f1;
  padding: 3em 0;
  border: none;
  border-top: none;
}
@media (min-width: 768px) {
  .newsletter {
    padding: 4em 0;
  }
}
.newsletter__inner {
  background-color: #e3f8f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .newsletter__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.newsletter__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter__col {
    width: 50%;
  }
}
.newsletter__col-error {
  display: none;
  color: #E53935;
  font-weight: bold;
  background: #e3f8f1;
}
.newsletter__content {
  text-align: center;
}
@media (min-width: 768px) {
  .newsletter__content {
    text-align: left;
  }
}
.newsletter__form {
  background: #ffffff;
}
.newsletter__form-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1.563em;
  height: 3.563em;
  line-height: 3.563em;
  -webkit-border-radius: 0.125em 0 0 0.125em !important;
          border-radius: 0.125em 0 0 0.125em !important;
  border: 0;
  font-size: 1em;
  color: inherit;
  opacity: inherit;
}
.newsletter__form-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 3.563em;
  line-height: 3.563em;
  padding: 0 2.063em;
  -webkit-border-radius: 0 0.125em 0.125em 0 !important;
          border-radius: 0 0.125em 0.125em 0 !important;
  background-color: #d91b27;
  color: white;
  text-transform: none;
}
.newsletter__form-btn:hover {
  background-color: #e7404a;
  color: white;
}
.newsletter__title {
  font-family: 'Moonflower_bold', arial;
  font-weight: 600;
  color: #18a67e;
  font-size: 2.25em;
  text-transform: none;
  margin: 0 0 0.375em 0;
}
.newsletter p,
.newsletter__paragraph {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #767476;
  font-size: 0.938em;
  opacity: inherit;
  margin: 1em 0;
}
.newsletter__disclaimer p {
  font-size: 0.85em;
  margin-bottom: 0;
}
.highlightSection__inner {
  text-align: center;
}
.highlightSection__heading {
  margin: 1.875em 0 1.375em 0;
}
.highlightSection__title {
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  font-size: 2.25rem;
  color: #1A171B;
  margin: 0 0 0.5em 0;
}
.highlightSection__title--subtitle {
  margin: 0 0 0.1em 0;
}
.highlightSection__subtitle {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  text-decoration: underline;
  color: #d91b27;
  font-weight: 500;
}
.highlightSection__content {
  padding: 4em 0;
  border-top: 1px solid #D9D9D9;
}
.highlightSection__content .slider__wrapper {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .highlightSection__content {
    margin-bottom: 4em;
    border-bottom: 1px solid #D9D9D9;
  }
}
.highlightSection__list {
  margin: 0;
  margin-top: 1em;
  list-style: none;
  padding: 0;
  margin: 0 -0.625em;
}
.highlightSection__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highlightSection__list .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.highlightSection__list-item {
  max-width: 12.5em;
  width: 100%;
  padding: 0 0.625em;
}
.highlightSection__list-item img {
  width: 100%;
}
.highlightSection__nav-left,
.highlightSection__nav-right {
  border: none;
  background: none;
  position: absolute;
  bottom: 50%;
  font-size: 1.25rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.highlightSection__nav-left {
  left: 1rem;
}
.highlightSection__nav-right {
  right: 1rem;
}
.tabs {
  list-style: none;
  margin: 0;
  margin-bottom: 4em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto';
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tabs__item.active .tabs__link {
  background: #EEEEEE;
  font-weight: 500;
}
.tabs__link {
  -webkit-border-radius: 0.188em;
          border-radius: 0.188em;
  border: none;
  display: block;
  color: black;
  padding: 0.7em 1.5em;
  text-decoration: underline;
}
.tabs__content {
  padding: 1em 0;
}
.tabs__content .tab-pane {
  display: none;
}
.tabs__content .tab-pane.active {
  display: inherit;
}
.slider .slick-list {
  margin: -4em;
  padding: 4em;
}
.slider.slick-initialized {
  padding-bottom: 0;
  overflow: unset;
  display: block;
}
.slider__wrapper {
  position: relative;
}
.slider__figure:after {
  padding-bottom: 75%;
}
@media screen and (min-width: 640px) {
  .slider__figure:after {
    padding-bottom: 66%;
  }
}
@media screen and (min-width: 768px) {
  .slider__figure:after {
    padding-bottom: 56%;
  }
}
@media screen and (min-width: 992px) {
  .slider__figure:after {
    padding-bottom: 42%;
  }
}
.slider__nav-left,
.slider__nav-right {
  border: none;
  background: none;
  position: absolute;
  bottom: 50%;
  font-size: 1.25rem;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
.slider__nav-left {
  left: 1rem;
}
.slider__nav-right {
  right: 1rem;
}
.slider__dots {
  position: absolute;
  left: 50%;
  bottom: -1em;
  -webkit-transform: translateY(100%) translateX(-50%);
      -ms-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider__dots li {
  display: inline-block;
  width: 1.5em;
  height: 0.188em;
  margin: 0 0.25rem;
  background: #1A171B;
  opacity: 0.1;
}
.slider__dots li button {
  opacity: 0;
  height: 0.375em;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider__dots li.slick-active {
  opacity: 1;
}
.reviewsList {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 700px;
}
.reviewsList__heading {
  font-family: 'Moonflower_bold', arial;
  font-weight: 600;
  color: #1A171B;
  margin: 0;
  margin-bottom: 1rem;
}
.reviewsList__amount {
  opacity: 0.5;
  font-size: 0.8em;
}
.reviewsList__list {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #efefef;
}
.reviewsList__loadmore {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #E65905;
  padding: 1em;
}
.reviewsList__loadmore:hover,
.reviewsList__loadmore:focus {
  text-decoration: underline;
}
.reviewsList__item {
  border-bottom: 1px solid #efefef;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  display: block;
}
.reviewsList__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviewsList__item-title {
  font-size: 0.813em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin: 0;
  margin-left: 1em;
}
.reviewsList__item-text p {
  font-size: 0.813rem;
  margin-bottom: 0;
}
.reviewsList__item-date {
  font-size: 0.8em;
  margin-left: auto;
  opacity: 0.6;
}
/*  Block
\*----------------------------------------------------------------------------*/
.product-slider {
  position: relative;
  margin-bottom: 24px;
  min-height: 1px;
}
@media (max-width: 767px) {
  .product-slider {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media (min-width: 992px) {
  .product-slider {
    margin-left: -8px;
    margin-right: -8px;
  }
}
/*  Elements
\*----------------------------------------------------------------------------*/
.product-slider__container {
  height: 100%;
  width: 100%;
}
.product-slider__gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
@media (min-width: 768px) {
  .product-slider__slide.swiper-slide {
    padding: 8px;
  }
}
.product-slider__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-slider__overlay svg {
  width: 64px;
  height: 64px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
.product-slider__link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.product-slider__link:hover .product-slider__overlay svg,
.product-slider__link:focus .product-slider__overlay svg {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.product-slider__image {
  position: relative;
  overflow: hidden;
}
.product-slider__image::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.product-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}
@media (min-width: 992px) {
  .product-slider__img {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: 'object-fit: contain; object-position: center;';
  }
}
.product-slider__dots.swiper-pagination {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-slider__dots.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  margin: 0 4px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #1A171B;
}
@media (min-width: 992px) {
  .product-slider__dots.swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
}
.product-slider__nav-item {
  position: absolute;
  top: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-slider__nav-item {
    background: #fff;
    border: 1px solid #1A171B;
  }
}
.product-slider__nav-item svg {
  width: 28px;
  height: 16px;
}
.product-slider__nav-item.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.product-slider__nav-item.is-left {
  left: 8px;
}
.product-slider__nav-item.is-right {
  right: 8px;
}
.pswp__counter {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
@media (min-width: 992px) {
  .pswp__button--arrow--left,
  .pswp__button--arrow--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    width: 120px;
    padding: 1rem;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .pswp__button--arrow--left:before,
  .pswp__button--arrow--right:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 50%;
    width: 42px;
    height: 24px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pswp__button--arrow--left:before {
    left: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjggMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+YTwvdGl0bGU+CiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlByb2R1Y3QtZGV0YWlsLS0tdjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjAuMDAwMDAwLCAtNjEyLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJTbGlkZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1MC4wMDAwMDAsIDI2OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMi1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNC4wMDAwMDAsIDM1Mi4wMDAwMDApIHNjYWxlKC0xLCAxKSB0cmFuc2xhdGUoLTI0LjAwMDAwMCwgLTM1Mi4wMDAwMDApIHRyYW5zbGF0ZSgwLjAwMDAwMCwgMzI4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDE2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgcG9pbnRzPSIxOC42ODEgMTQuMjU4IDIwLjA5NSAxNS42NzIgMjcuNTc5IDguMTg4IDIwLjA5NSAwLjcwNCAxOC42ODEgMi4xMTggMjQuNzUgOC4xODciPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iMjUuNTg0IDcuMTg2IDAuNDEzIDcuMTg2IDAuNDEzIDkuMTg2IDI1LjU4NCA5LjE4NiI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) !important;
  }
  .pswp__button--arrow--right:before {
    right: auto;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjhweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjggMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+YTwvdGl0bGU+CiAgICA8ZyBpZD0iRGVza3RvcCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlByb2R1Y3QtZGV0YWlsLS0tdjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MTYuMDAwMDAwLCAtNjEyLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJTbGlkZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1MC4wMDAwMDAsIDI2OC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjU2LjAwMDAwMCwgMzI4LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDE2LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aCIgcG9pbnRzPSIxOC42ODEgMTQuMjU4IDIwLjA5NSAxNS42NzIgMjcuNTc5IDguMTg4IDIwLjA5NSAwLjcwNCAxOC42ODEgMi4xMTggMjQuNzUgOC4xODciPjwvcG9seWdvbj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlBhdGgiIHBvaW50cz0iMjUuNTg0IDcuMTg2IDAuNDEzIDcuMTg2IDAuNDEzIDkuMTg2IDI1LjU4NCA5LjE4NiI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) !important;
  }
}
/*  Modifiers
\*----------------------------------------------------------------------------*/
/*  Block
\*----------------------------------------------------------------------------*/
.m-card {
  position: relative;
  color: inherit;
}
/*  Elements
\*----------------------------------------------------------------------------*/
.m-card__title {
  margin: 8px 0 12px;
  color: #1A171B;
  font-family: 'Moonflower_bold', arial;
}
.m-card:hover .m-card__title,
.m-card:focus .m-card__title {
  text-decoration: underline;
}
.m-card__meta {
  color: #636363;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.m-card__image {
  position: relative;
  padding-bottom: 56.32183908%;
  overflow: hidden;
}
.m-card__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.m-card:hover .m-card__img,
.m-card:focus .m-card__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.m-card__content {
  margin-top: 12px;
}
.m-card__content > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .m-card__content {
    margin-top: 16px;
  }
}
.m-card__text {
  color: #636363;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
/*  Modifiers
\*----------------------------------------------------------------------------*/
/*  Block
\*----------------------------------------------------------------------------*/
.m-card-overlay {
  position: relative;
  display: block;
  color: inherit;
  margin-bottom: 16px;
}
/*  Elements
\*----------------------------------------------------------------------------*/
.m-card-overlay__image {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-card-overlay__image {
    padding-bottom: 120.80536913%;
  }
}
.col-s-6 .m-card-overlay__image {
  padding-bottom: 75%;
}
@media (min-width: 768px) {
  .col-s-12 .m-card-overlay__image {
    padding-bottom: 37.5%;
  }
}
.with-gradient .m-card-overlay__image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.5) 100%);
}
.m-card-overlay__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.is-link:hover .m-card-overlay__img,
.is-link:focus .m-card-overlay__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.m-card-overlay__title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 16px;
  color: white;
  font-family: 'Moonflower_bold', arial;
  line-height: 1.15;
  z-index: 1;
}
@media (min-width: 1200px) {
  .m-card-overlay__title {
    padding: 24px;
  }
}
/*  Modifiers
\*----------------------------------------------------------------------------*/
.m-card-overlay--horizontal .m-card-overlay__image {
  position: relative;
  padding-bottom: 77.5862069%;
}
/*  Block
\*----------------------------------------------------------------------------*/
.m-text h2 {
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .m-text h2 {
    margin-bottom: 24px;
  }
}
.m-text h3 {
  margin: 0 0 16px;
  font-size: 24px;
}
/*  Elements
\*----------------------------------------------------------------------------*/
/*  Modifiers
\*----------------------------------------------------------------------------*/
/*  Block
\*----------------------------------------------------------------------------*/
.m-featured-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-featured-image > * {
  width: 100%;
}
@media (min-width: 768px) {
  .m-featured-image {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-featured-image > * {
    width: 50%;
  }
}
/*  Elements
\*----------------------------------------------------------------------------*/
.m-featured-image__media {
  position: relative;
  max-width: 400px;
  overflow: hidden;
}
.m-featured-image__media::after {
  content: '';
  display: block;
  padding-bottom: 75%;
}
@media (min-width: 768px) {
  .m-featured-image__media {
    margin-right: 48px;
  }
}
@media (min-width: 768px) {
  .is-switched .m-featured-image__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: 48px;
  }
}
.m-featured-image__content > *:last-child {
  margin-bottom: 0;
}
.m-featured-image__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*  Modifiers
\*----------------------------------------------------------------------------*/
.container {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container.container--wide {
  max-width: none;
}
.footerMain {
  background: #8f8989;
  border-top: none;
  color: #ffffff;
}
.footerMain .infoToggle__head-icon span {
  background: #ffffff;
}
.footerMain .infoToggle__head {
  border-bottom: 1px solid #ffffff;
}
.footerMain .infoToggle__head-title {
  color: #ffffff;
}
.footerMain__inner {
  position: relative;
  padding: 1em 1em 3em 1em;
}
@media screen and (min-width: 768px) {
  .footerMain__inner {
    padding: 3em 0;
  }
}
.footerMain__line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .footerMain__line {
    border-bottom: 1px dashed #ffffff;
    margin: 3em 0;
  }
}
.footerMain__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 -2em;
}
@media screen and (min-width: 768px) {
  .footerMain__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footerMain__col {
  padding: 0 2em;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .footerMain__col {
    margin-bottom: 0;
  }
}
.footerMain__col--xsmall {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
.footerMain__col--small {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.footerMain__col--large {
  -ms-flex-preferred-size: 32.5%;
      flex-basis: 32.5%;
}
.footerMain__col--xlarge {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.footerMain__title {
  display: block;
  margin: 0;
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-family: 'Moonflower_bold', arial;
  font-weight: 500;
  font-size: 2rem;
}
.footerMain__title--small {
  font-size: 1.5rem;
}
.footerMain__paragraph {
  line-height: 2;
  color: #ffffff;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.813rem;
  opacity: inherit;
}
.footerMain__paragraph:first-child {
  margin-top: 0;
}
.footerMain__paragraph:last-child {
  margin-bottom: 0;
}
.footerMain__paragraph strong {
  color: #ffffff;
  font-weight: 700;
}
.footerMain__paragraph p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.footerMain__paragraph a {
  color: #ffffff;
}
.footerMain__paragraph a:hover {
  text-decoration: underline;
}
.footerMain__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footerMain__menu-item {
  display: block;
  margin-bottom: 1em;
}
.footerMain__menu-item a {
  font-family: 'Moonflower_bold', arial;
  font-weight: 700;
  text-decoration: none;
  font-size: 2rem;
  color: #ffffff;
}
.footerMain__menu-item a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footerMain__socialmedia {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .footerMain__socialmedia {
    font-size: 1.2rem;
  }
}
.footerMain__socialmedia-item {
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .footerMain__socialmedia-item {
    margin-right: 0.2rem;
  }
}
.footerMain__socialmedia-item a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
.footerMain__socialmedia-item a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footerMain__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
  font-size: 0.9rem;
}
.footerMain__submenu-item {
  display: inline-block;
  margin-right: 1em;
}
.footerMain__submenu-item a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
}
.footerMain__submenu-item a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footerMain__cloud {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .footerMain__cloud {
    right: 0;
    left: unset;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.footerMain__cloud-logo {
  width: 20.75em;
  height: 2.75em;
}
.footerLogos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0 1em;
}
@media screen and (min-width: 480px) {
  .footerLogos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footerLogos__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 5.8em;
          flex: 0 1 5.8em;
  background: none;
}
.footerLogos__item:after {
  padding-bottom: 64%;
}
.footerLogos__img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain';
}
.header {
  position: relative;
  z-index: 99;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 640px) {
  .header {
    padding-top: 4.3em;
  }
}
@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 2em;
  }
}
.header-nav {
  background: #d71b27;
  color: white;
  border-bottom: none;
  border-top: none;
  padding: 0;
}
.header .container {
  max-width: 1140px;
}
@media screen and (min-width: 768px) {
  .header .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 992px) {
  .header .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1200px) {
  .header .container {
    max-width: 1140px;
  }
}
.headerTop {
  display: none;
  background: #8f8989;
  color: #1A171B;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .headerTop {
    display: block;
  }
}
.headerTop-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8125rem;
}
.headerTop-nav__item {
  margin-right: 1.5rem;
  color: #ffffff;
  font-weight: inherit;
}
.headerTop-nav__item:hover {
  text-decoration: underline;
  color: #fdfdfd;
}
.headerTop-nav__item:last-child {
  margin-right: 0;
}
.headerTop-nav__link {
  color: currentColor;
  font-weight: 500;
}
.headerTop__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-bottom: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5em;
}
.headerTop__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.headerTop__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.headerTop__socialmedia {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.75em;
  color: #ffffff;
}
.headerTop__socialmedia-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.headerTop__socialmedia-item:last-child {
  margin-right: 0;
}
.headerTop__socialmedia-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: currentColor !important;
}
.headerTop__socialmedia-item a:hover {
  color: #fdfdfd !important;
}
.headerTop__alternative-website {
  margin-top: 2px;
  margin-left: 1em;
}
.headerTop__account {
  margin-left: 2.75em;
  height: 100%;
}
.headerTop__rating-trustpilot {
  margin-top: 1.5em;
}
.headerTop-nav__item.has-dropdown {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerTop-nav__item.has-dropdown::after {
  content: "";
  margin-left: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
}
.headerTop-nav__item.has-dropdown .headerTop-nav__dropdown {
  display: none;
}
.headerTop-nav__item.has-dropdown:hover .headerTop-nav__dropdown,
.headerTop-nav__item.has-dropdown:focus .headerTop-nav__dropdown {
  display: block;
}
.headerTop-nav__dropdown {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 0.5rem 0;
  width: 200px;
  background: #8f8989;
  color: #1A171B;
  list-style: none;
}
.headerTop-nav__dropdown-item {
  display: block;
  color: #ffffff;
  font-weight: inherit;
}
.headerTop-nav__dropdown-item:hover {
  text-decoration: underline;
  color: #fdfdfd;
}
.headerTop-nav__dropdown-link {
  display: block;
  color: currentColor;
  padding: 0.8rem 1rem;
}
.headerMain {
  background: white;
  color: #1A171B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 640px) {
  .headerMain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0.25em 0.5em 0 transparent;
            box-shadow: 0 0.25em 0.5em 0 transparent;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  }
  .headerMain.is-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(27, 39, 51, 0.12);
            box-shadow: 0 0.25em 0.5em 0 rgba(27, 39, 51, 0.12);
  }
}
.headerMain__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 4.3em;
}
@media screen and (min-width: 992px) {
  .headerMain__inner {
    height: 6.5em;
  }
}
.headerMain__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0.5em 0;
  height: 100%;
  max-width: 11em;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .headerMain__brand {
    margin-right: auto;
  }
}
.headerMain__brand-link {
  max-width: 11em;
  height: 100%;
}
.headerMain__logo {
  display: block;
  max-height: 100%;
  height: 100%;
  padding-top: none;
  padding-bottom: none;
  padding-left: none;
  padding-right: none;
}
.headerMain__navicon {
  margin-right: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  .headerMain__navicon {
    display: none;
  }
}
.headerMain__navicon .navicon {
  width: 1.75em;
  height: 1.2em;
  position: relative;
  padding: 0;
  background: none;
  border: none;
}
.headerMain__navicon .navicon span {
  position: absolute;
  left: 50%;
  height: 2px;
  width: 1.75em;
  background: #1A171B;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.headerMain__navicon .navicon span:first-of-type {
  top: 0;
}
.headerMain__navicon .navicon span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.headerMain__navicon .navicon span:last-of-type {
  bottom: 0;
}
.headerMain__usps {
  display: none;
}
@media screen and (min-width: 992px) {
  .headerMain__usps {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: block;
  }
}
.headerMain__iconnav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headerMain__iconnav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.headerMain__iconnav-alternative-website {
  display: block;
}
@media screen and (min-width: 992px) {
  .headerMain__iconnav-alternative-website {
    display: none;
  }
}
.productDetail {
  margin-bottom: 2em;
}
.productDetail__head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .productDetail__head {
    margin-bottom: 2em;
  }
}
.productDetail__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .productDetail__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.productDetail__related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.productDetail__related-head {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #D9D9D9;
}
.productDetail__related-title {
  margin: 0;
  font-size: 1.35rem;
  font-family: 'Moonflower_bold', arial;
  font-weight: bold;
}
.productDetail__related-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.productDetail__stage {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0;
}
@media (min-width: 768px) {
  .productDetail__stage {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .productDetail__stage {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .productDetail__stage {
    width: 705px;
  }
}
.productDetail__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 700px;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .productDetail__info {
    margin-top: 0;
    width: 26em;
    margin-left: 3em;
  }
}
.productDetail__scrollto {
  position: fixed;
  z-index: 20;
  right: 1rem;
  bottom: 1rem;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 24px;
          border-radius: 24px;
  font-size: 24px;
  border: none;
  color: #C85300;
  background: #FFFFFF;
  -webkit-box-shadow: 0 8px 16px 0 rgba(26, 23, 27, 0.16);
          box-shadow: 0 8px 16px 0 rgba(26, 23, 27, 0.16);
}
@media (min-width: 768px) {
  .productDetail__scrollto {
    display: none !important;
  }
}
.productDetail__section {
  margin-bottom: 40px;
  scroll-margin-top: 32px;
  max-width: 890px;
}
@media (min-width: 992px) {
  .productDetail__section {
    margin-bottom: 80px;
    scroll-margin-top: 64px;
  }
}
.productDetail__section-title {
  font-size: 1.5rem;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .productDetail__section-title {
    margin-bottom: 24px;
  }
}
.productDetail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  -ms-flex-item-align: start;
      align-self: start;
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: 32px;
  padding: 0 4px;
  background: white;
  z-index: 100;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 992px) {
  .productDetail__nav {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    padding: 0;
    z-index: 2;
  }
}
.slideout-active .productDetail__nav {
  z-index: 0;
}
.productDetail__nav.is-pinned .is-active .productDetail__nav-link {
  border-color: #d91b27;
}
.productDetail__nav.is-pinned .is-active ~ .is-active .productDetail__nav-link {
  border-color: transparent;
}
.productDetail__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  background: white;
  list-style: none;
  overflow-x: auto;
}
.productDetail__nav-link {
  font-size: 0.938rem;
  position: relative;
  display: inline-block;
  padding: 20px 16px calc((8px * 2.5) - 3px);
  color: #1A171B;
  font-weight: 500;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.3px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.15s cubic-bezier(0.3, 0, 0.45, 1);
  -o-transition: all 0.15s cubic-bezier(0.3, 0, 0.45, 1);
  transition: all 0.15s cubic-bezier(0.3, 0, 0.45, 1);
  cursor: pointer;
}
@media (min-width: 992px) {
  .productDetail__nav-link {
    padding: 20px 20px calc((8px * 2.5) - 3px);
  }
}
.productDetail__nav-link:hover,
.productDetail__nav-link:focus {
  border-color: #d91b27;
  background: rgba(217, 27, 39, 0.05);
}
.productDetail__observer {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .productDetail__observer {
    margin-bottom: 32px;
  }
}
.productDetail__nav-button {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 2rem);
  height: 48px;
  padding: 10px 16px;
  background: #E65905;
  color: white;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 15px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s, opacity 0.25s cubic-bezier(0.3, 0, 0.45, 1), visibility 0.25s cubic-bezier(0.3, 0, 0.45, 1);
  -o-transition: background 0.2s, opacity 0.25s cubic-bezier(0.3, 0, 0.45, 1), visibility 0.25s cubic-bezier(0.3, 0, 0.45, 1);
  transition: background 0.2s, opacity 0.25s cubic-bezier(0.3, 0, 0.45, 1), visibility 0.25s cubic-bezier(0.3, 0, 0.45, 1);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
.is-pinned .productDetail__nav-button {
  opacity: 1;
  visibility: visible;
}
.hide-button .productDetail__nav-button {
  opacity: 0;
  visibility: hidden;
}
.productDetail__nav-button:hover {
  background: #fa7424;
  color: white;
  text-decoration: none;
  border: none;
}
@media (min-width: 768px) {
  .productDetail__nav-button {
    font-size: 1rem;
    position: inherit;
    height: auto;
    width: auto;
    margin-left: auto;
  }
}
.productDetail__reviews {
  max-width: 750px;
}
.productOverview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
.productOverview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.productOverview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .productOverview__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.productOverview__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .productOverview__aside {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    margin-left: 0;
    margin-right: 32px;
    margin-top: 32px;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .productOverview__aside {
    margin-right: 48px;
  }
}
.productOverview__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: block;
}
.productOverview__breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .productOverview__breadcrumbs {
    display: block;
  }
}
.productOverview__sale {
  display: none;
}
@media screen and (min-width: 768px) {
  .productOverview__sale {
    display: block;
    margin: 1.5em 0 0;
  }
}
.tileGrid {
  padding: 0 0.5em;
  margin: 0.5em auto;
}
.tileGrid__row {
  display: block;
}
@media screen and (min-width: 480px) {
  .tileGrid__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
@media screen and (min-width: 640px) {
  .tileGrid__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.tileGrid__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 0.5em;
}
@media screen and (min-width: 480px) {
  .tileGrid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (min-width: 640px) {
  .tileGrid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
  }
}
.tileGrid__item-figure {
  height: 100%;
}
.tileGrid__item-figure:after {
  padding-bottom: 122.5%;
}
@media screen and (min-width: 480px) and (max-width: 640px) {
  .tileGrid__item:nth-of-type(3) .tileGrid__item-figure:after {
    padding-bottom: 50%;
  }
}
.tileGrid__item--2-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 480px) {
  .tileGrid__item--2-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (min-width: 640px) {
  .tileGrid__item--2-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66.66%;
            flex: 1 1 66.66%;
  }
}
.tileGrid__item--2-3 .tileGrid__item-figure::after {
  padding-bottom: 100%;
}
@media screen and (min-width: 640px) {
  .tileGrid__item--2-3 .tileGrid__item-figure::after {
    padding-bottom: 60.08%;
  }
}
.tileGrid__item--3-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 480px) {
  .tileGrid__item--3-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.tileGrid__item--3-3 .tileGrid__item-figure::after {
  padding-bottom: 100%;
}
@media screen and (min-width: 480px) {
  .tileGrid__item--3-3 .tileGrid__item-figure::after {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 640px) {
  .tileGrid__item--3-3 .tileGrid__item-figure::after {
    padding-bottom: 42%;
  }
}
.tileGrid__item--4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 480px) {
  .tileGrid__item--4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.tileGrid__item--4 .tileGrid__item-figure::after {
  padding-bottom: 100%;
}
@media screen and (min-width: 480px) {
  .tileGrid__item--4 .tileGrid__item-figure::after {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 640px) {
  .tileGrid__item--4 .tileGrid__item-figure::after {
    padding-bottom: 42%;
  }
}
.p404 {
  margin-bottom: 5em;
}
.p404 .cls-1,
.p404 .cls-2,
.p404 .cls-3 {
  fill: none;
  stroke: #d91b27;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.p404 .cls-2 {
  stroke-dasharray: 10.1 10.1;
}
.p404 .cls-3 {
  stroke-dasharray: 9.92 9.92;
}
.p404__image {
  max-width: 200px;
  margin: 5em 0 2em 0;
}
.p404__search {
  max-width: 400px;
  margin: 2em auto;
}
.errorPageBlock {
  margin-bottom: 5em;
}
.errorPageBlock .cls-1,
.errorPageBlock .cls-2,
.errorPageBlock .cls-3 {
  fill: none;
  stroke: #d91b27;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}
.errorPageBlock .cls-2 {
  stroke-dasharray: 10.1 10.1;
}
.errorPageBlock .cls-3 {
  stroke-dasharray: 9.92 9.92;
}
.errorPageBlock__image {
  max-width: 200px;
  margin: 5em 0 2em 0;
}
.errorPageBlock__search {
  max-width: 400px;
  margin: 2em auto;
}
/*  Block
\*----------------------------------------------------------------------------*/
.o-article {
  width: 90vw;
  width: clamp(16rem, 90vw, 800px);
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 992px) {
  .o-article {
    margin-bottom: 64px;
  }
}
/*  Elements
\*----------------------------------------------------------------------------*/
.o-article__header {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .o-article__header {
    margin-top: 64px;
  }
}
.o-article__title {
  margin: 12px 0 24px;
}
.o-article__hero {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 50%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .o-article__hero {
    margin-left: -80px;
    margin-right: -80px;
    margin-bottom: 80px;
    padding-bottom: 60%;
  }
}
.o-article__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
}
.o-article__intro {
  margin-bottom: 24px;
  color: #1A171B;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
@media (min-width: 992px) {
  .o-article__intro {
    margin-bottom: 40px;
  }
}
.o-article__meta {
  color: #636363;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.o-article__author {
  font-weight: normal;
}
.o-article__author a {
  color: inherit;
  text-decoration: underline;
}
.o-article__content > * {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.o-article__content p {
  color: #636363;
}
.o-article__content a {
  color: #1A171B;
  font-weight: 500;
  text-decoration: underline;
}
.o-article__content img {
  max-width: 100%;
}
/*  Modifiers
\*----------------------------------------------------------------------------*/
.col-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-11 {
  -ms-flex-preferred-size: 91.66666666666666%;
      flex-basis: 91.66666666666666%;
  max-width: 91.66666666666666%;
}
.col-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-10 {
  -ms-flex-preferred-size: 83.33333333333334%;
      flex-basis: 83.33333333333334%;
  max-width: 83.33333333333334%;
}
.col-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-8 {
  -ms-flex-preferred-size: 66.66666666666666%;
      flex-basis: 66.66666666666666%;
  max-width: 66.66666666666666%;
}
.col-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-7 {
  -ms-flex-preferred-size: 58.333333333333336%;
      flex-basis: 58.333333333333336%;
  max-width: 58.333333333333336%;
}
.col-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-5 {
  -ms-flex-preferred-size: 41.66666666666667%;
      flex-basis: 41.66666666666667%;
  max-width: 41.66666666666667%;
}
.col-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-4 {
  -ms-flex-preferred-size: 33.33333333333333%;
      flex-basis: 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.col-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-2 {
  -ms-flex-preferred-size: 16.666666666666664%;
      flex-basis: 16.666666666666664%;
  max-width: 16.666666666666664%;
}
.col-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-1 {
  -ms-flex-preferred-size: 8.333333333333332%;
      flex-basis: 8.333333333333332%;
  max-width: 8.333333333333332%;
}
.col-offset-1 {
  margin-left: 8.333333333333332%;
}
/*  Block
\*----------------------------------------------------------------------------*/
.o-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 480px) {
  .o-grid .col-s-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid .col-offset-s-12 {
    margin-left: 100%;
  }
  .o-grid .col-s-11 {
    -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .o-grid .col-offset-s-11 {
    margin-left: 91.66666666666666%;
  }
  .o-grid .col-s-10 {
    -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .o-grid .col-offset-s-10 {
    margin-left: 83.33333333333334%;
  }
  .o-grid .col-s-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid .col-offset-s-9 {
    margin-left: 75%;
  }
  .o-grid .col-s-8 {
    -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .o-grid .col-offset-s-8 {
    margin-left: 66.66666666666666%;
  }
  .o-grid .col-s-7 {
    -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .o-grid .col-offset-s-7 {
    margin-left: 58.333333333333336%;
  }
  .o-grid .col-s-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid .col-offset-s-6 {
    margin-left: 50%;
  }
  .o-grid .col-s-5 {
    -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .o-grid .col-offset-s-5 {
    margin-left: 41.66666666666667%;
  }
  .o-grid .col-s-4 {
    -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .o-grid .col-offset-s-4 {
    margin-left: 33.33333333333333%;
  }
  .o-grid .col-s-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid .col-offset-s-3 {
    margin-left: 25%;
  }
  .o-grid .col-s-2 {
    -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .o-grid .col-offset-s-2 {
    margin-left: 16.666666666666664%;
  }
  .o-grid .col-s-1 {
    -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .o-grid .col-offset-s-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 768px) {
  .o-grid .col-m-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid .col-offset-m-12 {
    margin-left: 100%;
  }
  .o-grid .col-m-11 {
    -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .o-grid .col-offset-m-11 {
    margin-left: 91.66666666666666%;
  }
  .o-grid .col-m-10 {
    -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .o-grid .col-offset-m-10 {
    margin-left: 83.33333333333334%;
  }
  .o-grid .col-m-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid .col-offset-m-9 {
    margin-left: 75%;
  }
  .o-grid .col-m-8 {
    -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .o-grid .col-offset-m-8 {
    margin-left: 66.66666666666666%;
  }
  .o-grid .col-m-7 {
    -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .o-grid .col-offset-m-7 {
    margin-left: 58.333333333333336%;
  }
  .o-grid .col-m-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid .col-offset-m-6 {
    margin-left: 50%;
  }
  .o-grid .col-m-5 {
    -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .o-grid .col-offset-m-5 {
    margin-left: 41.66666666666667%;
  }
  .o-grid .col-m-4 {
    -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .o-grid .col-offset-m-4 {
    margin-left: 33.33333333333333%;
  }
  .o-grid .col-m-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid .col-offset-m-3 {
    margin-left: 25%;
  }
  .o-grid .col-m-2 {
    -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .o-grid .col-offset-m-2 {
    margin-left: 16.666666666666664%;
  }
  .o-grid .col-m-1 {
    -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .o-grid .col-offset-m-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .o-grid .col-l-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .o-grid .col-offset-l-12 {
    margin-left: 100%;
  }
  .o-grid .col-l-11 {
    -ms-flex-preferred-size: 91.66666666666666%;
        flex-basis: 91.66666666666666%;
    max-width: 91.66666666666666%;
  }
  .o-grid .col-offset-l-11 {
    margin-left: 91.66666666666666%;
  }
  .o-grid .col-l-10 {
    -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%;
  }
  .o-grid .col-offset-l-10 {
    margin-left: 83.33333333333334%;
  }
  .o-grid .col-l-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .o-grid .col-offset-l-9 {
    margin-left: 75%;
  }
  .o-grid .col-l-8 {
    -ms-flex-preferred-size: 66.66666666666666%;
        flex-basis: 66.66666666666666%;
    max-width: 66.66666666666666%;
  }
  .o-grid .col-offset-l-8 {
    margin-left: 66.66666666666666%;
  }
  .o-grid .col-l-7 {
    -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%;
  }
  .o-grid .col-offset-l-7 {
    margin-left: 58.333333333333336%;
  }
  .o-grid .col-l-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .o-grid .col-offset-l-6 {
    margin-left: 50%;
  }
  .o-grid .col-l-5 {
    -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%;
  }
  .o-grid .col-offset-l-5 {
    margin-left: 41.66666666666667%;
  }
  .o-grid .col-l-4 {
    -ms-flex-preferred-size: 33.33333333333333%;
        flex-basis: 33.33333333333333%;
    max-width: 33.33333333333333%;
  }
  .o-grid .col-offset-l-4 {
    margin-left: 33.33333333333333%;
  }
  .o-grid .col-l-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .o-grid .col-offset-l-3 {
    margin-left: 25%;
  }
  .o-grid .col-l-2 {
    -ms-flex-preferred-size: 16.666666666666664%;
        flex-basis: 16.666666666666664%;
    max-width: 16.666666666666664%;
  }
  .o-grid .col-offset-l-2 {
    margin-left: 16.666666666666664%;
  }
  .o-grid .col-l-1 {
    -ms-flex-preferred-size: 8.333333333333332%;
        flex-basis: 8.333333333333332%;
    max-width: 8.333333333333332%;
  }
  .o-grid .col-offset-l-1 {
    margin-left: 8.333333333333332%;
  }
}
/*  Elements
\*----------------------------------------------------------------------------*/
[class*="col-"] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 12px;
  padding-left: 12px;
}
/*  Modifiers
\*----------------------------------------------------------------------------*/
.o-grid--no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.o-grid__col--align-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.o-grid__col--align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.o-grid--debug .o-grid__col * {
  padding: 8px;
  color: #fff;
  background-color: #000;
}
/*  Block
\*----------------------------------------------------------------------------*/
.o-component {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .o-component {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .o-component {
    margin-bottom: 88px;
  }
}
@media (min-width: 768px) {
  .o-component.less-margin {
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .o-component.less-margin {
    margin-bottom: 40px;
  }
}
/*  Elements
\*----------------------------------------------------------------------------*/
/*  Modifiers
\*----------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .o-component--expand {
    margin-left: -80px;
    margin-right: -80px;
  }
}
.flag-icon-background {
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: '\00a0';
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../css/flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../css/flags/1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../css/flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../css/flags/1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../css/flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../css/flags/1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../css/flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../css/flags/1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../css/flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../css/flags/1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../css/flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../css/flags/1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../css/flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../css/flags/1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../css/flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../css/flags/1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../css/flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../css/flags/1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../css/flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../css/flags/1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../css/flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../css/flags/1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../css/flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../css/flags/1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../css/flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../css/flags/1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../css/flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../css/flags/1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../css/flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../css/flags/1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../css/flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../css/flags/1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../css/flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../css/flags/1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../css/flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../css/flags/1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../css/flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../css/flags/1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../css/flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../css/flags/1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../css/flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../css/flags/1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../css/flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../css/flags/1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../css/flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../css/flags/1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../css/flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../css/flags/1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../css/flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../css/flags/1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../css/flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../css/flags/1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../css/flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../css/flags/1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../css/flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../css/flags/1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../css/flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../css/flags/1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../css/flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../css/flags/1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../css/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../css/flags/1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../css/flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../css/flags/1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../css/flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../css/flags/1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../css/flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../css/flags/1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../css/flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../css/flags/1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../css/flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../css/flags/1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../css/flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../css/flags/1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../css/flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../css/flags/1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../css/flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../css/flags/1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../css/flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../css/flags/1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../css/flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../css/flags/1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../css/flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../css/flags/1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../css/flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../css/flags/1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../css/flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../css/flags/1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../css/flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../css/flags/1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../css/flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../css/flags/1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../css/flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../css/flags/1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../css/flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../css/flags/1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../css/flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../css/flags/1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../css/flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../css/flags/1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../css/flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../css/flags/1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../css/flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../css/flags/1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../css/flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../css/flags/1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../css/flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../css/flags/1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../css/flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../css/flags/1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../css/flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../css/flags/1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../css/flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../css/flags/1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../css/flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../css/flags/1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../css/flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../css/flags/1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../css/flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../css/flags/1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../css/flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../css/flags/1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../css/flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../css/flags/1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../css/flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../css/flags/1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../css/flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../css/flags/1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../css/flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../css/flags/1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../css/flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../css/flags/1x1/eh.svg);
}
.flag-icon-en {
  background-image: url(../css/flags/4x3/en.svg);
}
.flag-icon-en.flag-icon-squared {
  background-image: url(../css/flags/1x1/en.svg);
}
.flag-icon-er {
  background-image: url(../css/flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../css/flags/1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../css/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../css/flags/1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../css/flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../css/flags/1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../css/flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../css/flags/1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../css/flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../css/flags/1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../css/flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../css/flags/1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../css/flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../css/flags/1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../css/flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../css/flags/1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../css/flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../css/flags/1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../css/flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../css/flags/1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../css/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../css/flags/1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../css/flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../css/flags/1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../css/flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../css/flags/1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../css/flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../css/flags/1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../css/flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../css/flags/1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../css/flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../css/flags/1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../css/flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../css/flags/1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../css/flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../css/flags/1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../css/flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../css/flags/1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../css/flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../css/flags/1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../css/flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../css/flags/1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../css/flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../css/flags/1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../css/flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../css/flags/1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../css/flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../css/flags/1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../css/flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../css/flags/1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../css/flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../css/flags/1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../css/flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../css/flags/1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../css/flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../css/flags/1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../css/flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../css/flags/1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../css/flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../css/flags/1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../css/flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../css/flags/1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../css/flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../css/flags/1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../css/flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../css/flags/1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../css/flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../css/flags/1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../css/flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../css/flags/1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../css/flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../css/flags/1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../css/flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../css/flags/1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../css/flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../css/flags/1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../css/flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../css/flags/1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../css/flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../css/flags/1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../css/flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../css/flags/1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../css/flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../css/flags/1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../css/flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../css/flags/1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../css/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../css/flags/1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../css/flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../css/flags/1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../css/flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../css/flags/1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../css/flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../css/flags/1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../css/flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../css/flags/1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../css/flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../css/flags/1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../css/flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../css/flags/1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../css/flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../css/flags/1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../css/flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../css/flags/1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../css/flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../css/flags/1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../css/flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../css/flags/1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../css/flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../css/flags/1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../css/flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../css/flags/1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../css/flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../css/flags/1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../css/flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../css/flags/1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../css/flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../css/flags/1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../css/flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../css/flags/1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../css/flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../css/flags/1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../css/flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../css/flags/1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../css/flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../css/flags/1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../css/flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../css/flags/1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../css/flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../css/flags/1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../css/flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../css/flags/1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../css/flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../css/flags/1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../css/flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../css/flags/1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../css/flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../css/flags/1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../css/flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../css/flags/1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../css/flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../css/flags/1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../css/flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../css/flags/1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../css/flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../css/flags/1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../css/flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../css/flags/1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../css/flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../css/flags/1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../css/flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../css/flags/1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../css/flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../css/flags/1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../css/flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../css/flags/1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../css/flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../css/flags/1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../css/flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../css/flags/1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../css/flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../css/flags/1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../css/flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../css/flags/1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../css/flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../css/flags/1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../css/flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../css/flags/1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../css/flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../css/flags/1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../css/flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../css/flags/1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../css/flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../css/flags/1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../css/flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../css/flags/1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../css/flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../css/flags/1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../css/flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../css/flags/1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../css/flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../css/flags/1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../css/flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../css/flags/1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../css/flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../css/flags/1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../css/flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../css/flags/1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../css/flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../css/flags/1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../css/flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../css/flags/1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../css/flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../css/flags/1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../css/flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../css/flags/1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../css/flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../css/flags/1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../css/flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../css/flags/1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../css/flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../css/flags/1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../css/flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../css/flags/1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../css/flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../css/flags/1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../css/flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../css/flags/1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../css/flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../css/flags/1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../css/flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../css/flags/1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../css/flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../css/flags/1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../css/flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../css/flags/1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../css/flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../css/flags/1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../css/flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../css/flags/1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../css/flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../css/flags/1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../css/flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../css/flags/1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../css/flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../css/flags/1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../css/flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../css/flags/1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../css/flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../css/flags/1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../css/flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../css/flags/1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../css/flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../css/flags/1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../css/flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../css/flags/1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../css/flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../css/flags/1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../css/flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../css/flags/1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../css/flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../css/flags/1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../css/flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../css/flags/1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../css/flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../css/flags/1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../css/flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../css/flags/1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../css/flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../css/flags/1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../css/flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../css/flags/1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../css/flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../css/flags/1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../css/flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../css/flags/1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../css/flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../css/flags/1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../css/flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../css/flags/1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../css/flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../css/flags/1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../css/flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../css/flags/1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../css/flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../css/flags/1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../css/flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../css/flags/1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../css/flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../css/flags/1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../css/flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../css/flags/1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../css/flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../css/flags/1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../css/flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../css/flags/1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../css/flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../css/flags/1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../css/flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../css/flags/1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../css/flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../css/flags/1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../css/flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../css/flags/1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../css/flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../css/flags/1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../css/flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../css/flags/1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../css/flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../css/flags/1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../css/flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../css/flags/1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../css/flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../css/flags/1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../css/flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../css/flags/1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../css/flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../css/flags/1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../css/flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../css/flags/1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../css/flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../css/flags/1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../css/flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../css/flags/1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../css/flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../css/flags/1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../css/flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../css/flags/1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../css/flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../css/flags/1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../css/flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../css/flags/1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../css/flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../css/flags/1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../css/flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../css/flags/1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../css/flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../css/flags/1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../css/flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../css/flags/1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../css/flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../css/flags/1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../css/flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../css/flags/1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../css/flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../css/flags/1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../css/flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../css/flags/1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../css/flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../css/flags/1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../css/flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../css/flags/1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../css/flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../css/flags/1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../css/flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../css/flags/1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../css/flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../css/flags/1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../css/flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../css/flags/1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../css/flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../css/flags/1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../css/flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../css/flags/1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../css/flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../css/flags/1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../css/flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../css/flags/1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../css/flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../css/flags/1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../css/flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../css/flags/1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../css/flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../css/flags/1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../css/flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../css/flags/1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../css/flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../css/flags/1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../css/flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../css/flags/1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../css/flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../css/flags/1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../css/flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../css/flags/1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../css/flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../css/flags/1x1/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(../css/flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../css/flags/1x1/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(../css/flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../css/flags/1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../css/flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../css/flags/1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../css/flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../css/flags/1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../css/flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../css/flags/1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../css/flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../css/flags/1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../css/flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../css/flags/1x1/un.svg);
}
.flag-icon-xk {
  background-image: url(../css/flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(../css/flags/1x1/xk.svg);
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    -webkit-background-size: 44px 152px;
            background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider * {
  -webkit-backface-visibility: hidden;
}
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr;
}
.royalSlider > * {
  float: left;
}
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}
.rsThumb {
  float: left;
  position: relative;
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}
/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}
.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.rsPreloader {
  position: absolute;
  z-index: 0;
}
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}
.rsTabs {
  float: left;
  background: none !important;
}
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rsVideoContainer {
  /*left: 0;
    top: 0;
    position: absolute;*/
  /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15;
}
img.rsImg {
  max-width: none;
}
.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
  cursor: auto;
}
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}
/******************************
*
*  RoyalSlider Default Inverted Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default-inverted.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: #EEE;
  color: #222;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefaultInv .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefaultInv.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefaultInv.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefaultInv.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefaultInv.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefaultInv.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefaultInv .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default-inverted.png');
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsDefaultInv .rsArrowIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.rsDefaultInv.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefaultInv.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefaultInv.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefaultInv.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefaultInv .rsArrowDisabled .rsArrowIcn {
  filter: alpha(opacity=20);
  opacity: 0.2;
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefaultInv .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.rsDefaultInv .rsBullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
}
.rsDefaultInv .rsBullet span {
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #BBB;
}
.rsDefaultInv .rsBullet.rsNavSelected span {
  background-color: #000;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefaultInv .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefaultInv .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefaultInv .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefaultInv .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefaultInv .rsThumb.rsNavSelected {
  background: #FFF;
}
.rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.rsDefaultInv .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefaultInv .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.rsDefaultInv .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefaultInv .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
}
.rsDefaultInv .rsThumbsArrow:hover {
  background: rgba(255, 255, 255, 0.9);
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefaultInv .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default-inverted.png');
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefaultInv.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefaultInv.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefaultInv .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefaultInv .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefaultInv .rsThumbsHor {
    height: 44px;
  }
  .rsDefaultInv .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefaultInv .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefaultInv .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefaultInv .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefaultInv .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefaultInv .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefaultInv .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
          box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: -o-linear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefaultInv .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefaultInv .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default-inverted.png') 0 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsDefaultInv .rsFullscreenIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.rsDefaultInv.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefaultInv .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefaultInv .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-default-inverted.png) no-repeat 0 -32px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}
.rsDefaultInv .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(255, 255, 255, 0.9);
}
.rsDefaultInv .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsDefaultInv .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefaultInv .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefaultInv .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default-inverted.png') -64px 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.75);
  *background-color: #FFF;
}
.rsDefaultInv .rsCloseVideoIcn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefaultInv .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefaultInv .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #FFF;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #151515;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
  background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
          box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: -o-linear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
/******************************
*
*  RoyalSlider White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsMinW,
.rsMinW .rsOverflow,
.rsMinW .rsSlide,
.rsMinW .rsVideoFrameHolder,
.rsMinW .rsThumbs {
  background: #000;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px;
}
.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px;
}
.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url('rs-minimal-white.png') transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
  position: absolute;
  bottom: 15px;
  right: 73px;
  z-index: 35;
  padding-top: 4px;
  height: auto;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}
.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #CCC;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet.rsNavSelected span {
  background: #FFF;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsMinW .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsMinW .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsMinW .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsMinW .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
  background: #333;
}
.rsMinW .rsThumb.rsNavSelected img {
  filter: alpha(opacity=40);
  opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsMinW .rsTmb {
  display: block;
}
/* Thumbnails arrow icons */
.rsMinW .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsMinW .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-minimal-white.png');
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsMinW .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsMinW .rsThumbsHor {
    height: 44px;
  }
  .rsMinW .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsMinW .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsMinW .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  *display: inline;
  *zoom: 1;
}
.rsMinW .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsMinW .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
  color: #000;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
          box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: -o-linear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsMinW .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsMinW .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-minimal-white.png') 0 0 transparent;
}
.rsMinW .rsFullscreenIcn:hover {
  opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsMinW .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsMinW .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-minimal-white.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsMinW .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsMinW .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-minimal-white.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsMinW .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsMinW .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: transparent;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px;
}
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  /*background: url('rs-default.png');

    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
    border-radius: 2px;
    */
}
.rsDefault .rsArrowIcn:hover {
  /*background-color: rgba(0,0,0,0.9);*/
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  font-family: 'site-icons';
  font-size: 21px;
  text-align: center;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:before {
  content: '\ea22';
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:before {
  content: '\ea23';
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: auto;
  bottom: 20px;
  right: 20px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: none;
  text-align: right;
  line-height: 8px;
  overflow: hidden;
}
.rsDefault .rsBullet {
  cursor: pointer;
  width: 9px;
  height: 9px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 0px 10px;
  margin-right: 5px;
}
.rsDefault .rsBullet span {
  display: block;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(151, 198, 189, 0);
  border: 1px solid #ffffff;
}
.rsDefault .rsBullet.rsNavSelected span {
  background: #ffffff;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 100%;
  height: 65px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rsDefault .rsThumbsVer {
  width: 96px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 65px;
  height: 65px;
}
.rsDefault .rsThumb img {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rsDefault .rsThumb.rsNavSelected {
  /*background: #02874a;*/
}
.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.rsDefault .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}
.rsDefault .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-default.png');
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsDefault .rsThumbsHor {
    height: 44px;
  }
  .rsDefault .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
  background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1;
}
.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf;
}
.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  -webkit-box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
          box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ACACAC), to(#BBB));
  background-image: -o-linear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
}
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-default.png') -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*

.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
****************/
/******************************
*
*  RoyalSlider Universal Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-universal.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsUni,
.rsUni .rsOverflow,
.rsUni .rsSlide,
.rsUni .rsVideoFrameHolder,
.rsUni .rsThumbs {
  background: #222;
  color: #FFF;
}
/***************
*
*  1. Arrows
*
****************/
.rsUni .rsArrow {
  height: 100%;
  width: 60px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsUni.rsVer .rsArrow {
  width: 100%;
  height: 60px;
}
.rsUni.rsVer .rsArrowLeft {
  top: 0;
  left: 0;
}
.rsUni.rsVer .rsArrowRight {
  bottom: 0;
  left: 0;
}
.rsUni.rsHor .rsArrowLeft {
  left: 0;
  top: 0;
}
.rsUni.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsUni .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('rs-universal.png');
  opacity: 0.5;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsUni .rsArrow:hover .rsArrowIcn {
  opacity: 1;
}
.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px;
}
.rsUni.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px;
}
.rsUni.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px;
}
.rsUni.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px;
}
.rsUni .rsArrowDisabled .rsArrowIcn {
  opacity: 0.1 !important;
  filter: alpha(opacity=20);
  *display: none;
}
/***************
*
*  2. Bullets
*
****************/
.rsUni .rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 5px;
  overflow: hidden;
}
.rsUni .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px;
}
.rsUni .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #BBB;
}
.rsUni .rsBullet.rsNavSelected span {
  background-color: #383838;
}
/***************
*
*  3. Thumbnails
*
****************/
.rsUni .rsThumbsHor {
  width: 100%;
  height: 72px;
}
.rsUni .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%;
}
.rsUni.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}
.rsUni .rsThumb {
  float: left;
  overflow: hidden;
  width: 96px;
  height: 72px;
}
.rsUni .rsThumb img {
  width: 100%;
  height: 100%;
}
.rsUni .rsThumb.rsNavSelected {
  background: #333;
}
.rsUni .rsThumb.rsNavSelected img {
  opacity: 0.7;
  filter: alpha(opacity=30);
}
.rsUni .rsThumb.rsNavSelected .thumbIco {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #FFF;
  border: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-backface-visibility: hidden;
}
.rsUni .rsTmb {
  display: block;
}
/* Thumbnails with text */
.rsUni .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF;
}
.rsUni .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/* Thumbnails arrow icons */
.rsUni .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}
.rsUni.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}
.rsUni .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url('rs-universal.png') transparent;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px;
}
.rsUni.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px;
}
.rsUni.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px;
}
.rsUni .rsThumbsArrowDisabled {
  display: none !important;
}
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsUni .rsThumb {
    width: 59px;
    height: 44px;
  }
  .rsUni .rsThumbsHor {
    height: 44px;
  }
  .rsUni .rsThumbsVer {
    width: 59px;
  }
}
/***************
*
*  4. Tabs
*
****************/
.rsUni .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
}
.rsUni .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  text-decoration: none;
  background: #FFF;
  border-right: none;
  *display: inline;
  *zoom: 1;
  *border-right: 1px solid #d9d9d9;
}
.rsUni .rsTab:first-child {
  -webkit-border-top-left-radius: 16px;
          border-top-left-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
          border-bottom-left-radius: 16px;
}
.rsUni .rsTab:last-child {
  -webkit-border-top-right-radius: 16px;
          border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
          border-bottom-right-radius: 16px;
  border-right: 1px solid #D9D9DD;
}
.rsUni .rsTab:active {
  background-color: #f4f4f4;
}
.rsUni .rsTab.rsNavSelected {
  color: #FFF;
  background: #383838;
  border-color: #383838;
}
/***************
*
*  5. Fullscreen button
*
****************/
.rsUni .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer;
}
.rsUni .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-universal.png') 0 0 transparent;
  opacity: 0.7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.rsUni .rsFullscreenBtn:hover .rsFullscreenIcn {
  opacity: 1;
}
.rsUni.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0;
}
/***************
*
*  6. Play/close video button
*
****************/
.rsUni .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer;
}
.rsUni .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url(rs-universal.png) no-repeat 0 -32px;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.rsUni .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9);
}
.rsUni .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
}
.rsUni .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.rsUni .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px;
}
.rsUni .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url('rs-universal.png') -64px 0;
  background-color: #383838;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #383838;
}
.rsUni .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/***************
*
*  7. Preloader
*
****************/
.rsUni .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
/***************
*
*  8. Global caption
*
****************/
.rsUni .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    -webkit-background-size: 44px 152px;
            background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    -webkit-background-size: 24px 24px;
            background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSStandard";
  src: url('ss-standard.eot');
  src: url('ss-standard.eot?#iefix') format('embedded-opentype'), url('ss-standard.woff') format('woff'), url('ss-standard.ttf') format('truetype'), url('ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ss-icon,
.ss-icon.ss-standard,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-standard:before,
[class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after,
[class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
[class^="ss-"].right:before,
[class*=" ss-"].ss-standard.right:before {
  display: none;
  content: '';
}
.ss-cursor:before,
.ss-cursor.right:after {
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔎';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-view:before,
.ss-view.right:after {
  content: '👀';
}
.ss-attach:before,
.ss-attach.right:after {
  content: '📎';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-move:before,
.ss-move.right:after {
  content: '';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-writingdisabled:before,
.ss-writingdisabled.right:after {
  content: '';
}
.ss-erase:before,
.ss-erase.right:after {
  content: '✐';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '';
}
.ss-bookmark:before,
.ss-bookmark.right:after {
  content: '🔖';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-halfheart:before,
.ss-halfheart.right:after {
  content: '';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-halfstar:before,
.ss-halfstar.right:after {
  content: '';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-phonedisabled:before,
.ss-phonedisabled.right:after {
  content: '';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
.ss-facetime:before,
.ss-facetime.right:after {
  content: '';
}
.ss-reply:before,
.ss-reply.right:after {
  content: '↩';
}
.ss-send:before,
.ss-send.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-femaleuser:before,
.ss-femaleuser.right:after {
  content: '👧';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-dollarsign:before,
.ss-dollarsign.right:after {
  content: '💲';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌎';
}
.ss-navigate:before,
.ss-navigate.right:after {
  content: '';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-map:before,
.ss-map.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-pin:before,
.ss-pin.right:after {
  content: '📍';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-lowvolume:before,
.ss-lowvolume.right:after {
  content: '🔉';
}
.ss-highvolume:before,
.ss-highvolume.right:after {
  content: '🔊';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-repeat:before,
.ss-repeat.right:after {
  content: '🔁';
}
.ss-replay:before,
.ss-replay.right:after {
  content: '↺';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-book:before,
.ss-book.right:after {
  content: '📕';
}
.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-grid:before,
.ss-grid.right:after {
  content: '';
}
.ss-rows:before,
.ss-rows.right:after {
  content: '';
}
.ss-columns:before,
.ss-columns.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-highbattery:before,
.ss-highbattery.right:after {
  content: '';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-lowbattery:before,
.ss-lowbattery.right:after {
  content: '';
}
.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}
.ss-downloadcloud:before,
.ss-downloadcloud.right:after {
  content: '';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-uploadcloud:before,
.ss-uploadcloud.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-fork:before,
.ss-fork.right:after {
  content: '';
}
.ss-merge:before,
.ss-merge.right:after {
  content: '';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-loading:before,
.ss-loading.right:after {
  content: '';
}
.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}
.ss-connection:before,
.ss-connection.right:after {
  content: '';
}
.ss-file:before,
.ss-file.right:after {
  content: '📄';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-text:before,
.ss-text.right:after {
  content: '';
}
.ss-font:before,
.ss-font.right:after {
  content: '';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-list:before,
.ss-list.right:after {
  content: '';
}
.ss-layout:before,
.ss-layout.right:after {
  content: '';
}
.ss-action:before,
.ss-action.right:after {
  content: '';
}
.ss-redirect:before,
.ss-redirect.right:after {
  content: '↪';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-logout:before,
.ss-logout.right:after {
  content: '';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}
.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-notificationsdisabled:before,
.ss-notificationsdisabled.right:after {
  content: '🔕';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}
.ss-addcalendar:before,
.ss-addcalendar.right:after {
  content: '';
}
.ss-removecalendar:before,
.ss-removecalendar.right:after {
  content: '';
}
.ss-checkcalendar:before,
.ss-checkcalendar.right:after {
  content: '';
}
.ss-deletecalendar:before,
.ss-deletecalendar.right:after {
  content: '';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-cloud:before,
.ss-cloud.right:after {
  content: '☁';
}
.ss-droplet:before,
.ss-droplet.right:after {
  content: '💧';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-upright:before,
.ss-upright.right:after {
  content: '⬈';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-downright:before,
.ss-downright.right:after {
  content: '⬊';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-downleft:before,
.ss-downleft.right:after {
  content: '⬋';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-upleft:before,
.ss-upleft.right:after {
  content: '⬉';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-directup:before,
.ss-directup.right:after {
  content: '▴';
}
.ss-directright:before,
.ss-directright.right:after {
  content: '▹';
}
.ss-dropdown:before,
.ss-dropdown.right:after {
  content: '▾';
}
.ss-directleft:before,
.ss-directleft.right:after {
  content: '◃';
}
.ss-retweet:before,
.ss-retweet.right:after {
  content: '';
}
/* Legacy classes */
.ss-volumelow:before,
.ss-volumelow.right:after {
  content: '🔉';
}
.ss-volumehigh:before,
.ss-volumehigh.right:after {
  content: '🔊';
}
.ss-batteryhigh:before,
.ss-batteryhigh.right:after {
  content: '';
}
.ss-batterymedium:before,
.ss-batterymedium.right:after {
  content: '';
}
.ss-batterylow:before,
.ss-batterylow.right:after {
  content: '';
}
.ss-batteryempty:before,
.ss-batteryempty.right:after {
  content: '';
}
.ss-clouddownload:before,
.ss-clouddownload.right:after {
  content: '';
}
.ss-cloudupload:before,
.ss-cloudupload.right:after {
  content: '';
}
.ss-calendaradd:before,
.ss-calendaradd.right:after {
  content: '';
}
.ss-calendarremove:before,
.ss-calendarremove.right:after {
  content: '';
}
.ss-calendarcheck:before,
.ss-calendarcheck.right:after {
  content: '';
}
.ss-calendardelete:before,
.ss-calendardelete.right:after {
  content: '';
}
.fancybox-skin {
  color: #1A171B;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  background-color: #FFF;
}
html,
body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1.42857143 !important;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  /* mouse */
  /* keyboard */
  /* touch */
}
@media screen and (min-width: 640px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}
html :focus,
body :focus {
  outline: none;
}
html [data-whatinput='keyboard'] :focus,
body [data-whatinput='keyboard'] :focus {
  outline: 2px solid gray;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.slideout-active {
  position: fixed;
}
button,
a {
  cursor: pointer;
}
img.lazy-load-image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(25px);
          filter: blur(25px);
}
