@charset "UTF-8";
/** -----------------------------------------------------------------------------------------------
BREAKPOINTS

USE FOR: App Components.
This file contains all application-wide Sass mixins.
----------------------------------------------------------------------------------------------- **/
/**
 * Media query for devices from 480 and below
 */
/**
 * Media query for devices from 480 and above
 */
/**
 * Media query for devices from 575 and below
 */
/**
 * Media query for devices from tablet and below
 */
/**
 * Media query for devices from tablet and above
 */
/**
 * Media query for standard 991 and below
 */
/**
 * Media query for devices from 992 and above
 */
/**
 * Media query for standard desktop and below
 */
/**
 * Media query for devices from 1025 and above
 */
/**
 * Media query for standard desktop and above
 */
/**
 * Media query for larger desktop and above
 */
/** -----------------------------------------------------------------------------------------------
FONTS

USE FOR: App Components.
This file contains all @font-face declarations, if any.
----------------------------------------------------------------------------------------------- **/
@font-face {
  font-family: BourtonBase;
  src: url("../../static/fonts/BourtonBase.4642a34feed9.ttf") format("truetype"), url("../../static/fonts/bourtonbase-webfont.5cc1c133dd46.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merlo Neue Round;
  src: url("../../static/fonts/merlo_neue_round_medium_alt-webfont.fe94055869ed.woff2") format("woff2"), url("../../static/fonts/merlo_neue_round_medium_alt-webfont.90237e565841.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merlo Neue Round Bold;
  src: url("../../static/fonts/MerloeNeueRound-Bold.268abcc98a5b.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'mission';
  src: url("../../static/fonts/mission.eot");
  src: url("../../static/fonts/mission.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../static/fonts/mission.woff2") format("woff2"), url("../../static/fonts/mission.woff") format("woff"), url("../../static/fonts/mission.ttf") format("truetype"), url("../../static/fonts/mission.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Asap;
  src: url("../../static/fonts/Asap-Bold.40a729b19d64.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Museo Sans;
  src: url("../../static/fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../../static/fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/** -----------------------------------------------------------------------------------------------
COLOR THEME (DEFAULT)

USE FOR: App Components.
When having several themes, this file contains everything related to the default one.
----------------------------------------------------------------------------------------------- **/
/* BASE COLORS */
/* PALETTE */
/* BRAND */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover,
*:focus {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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-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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. 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;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 11px;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container:before, .container:after {
  content: ' ';
  display: table;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.nav, .footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[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;
}

/* Icons */
@font-face {
  font-family: 'slick';
  src: url("../../static/fonts/slick.eot");
  src: url("../../static/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../static/fonts/slick.woff") format("woff"), url("../../static/fonts/slick.ttf") format("truetype"), url("../../static/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir='rtl'] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir='rtl'] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** -----------------------------------------------------------------------------------------------
BORDERS

USE FOR: Pattern-templates and Components.
----------------------------------------------------------------------------------------------- **/
/* WIDTHS */
/* STYLES*/
/* BORDER MIXIN */
/* RADIUS */
/* RADIUS MIXIN */
/** -----------------------------------------------------------------------------------------------
DISPLAY TYPES

USE FOR: All Components.
----------------------------------------------------------------------------------------------- **/
/* TYPES */
/* FLEX PROPERTIES */
/* DISPLAY MIXIN */
/** -----------------------------------------------------------------------------------------------
GLOBAL VARIABLES

USE FOR: All Styles.
----------------------------------------------------------------------------------------------- **/
/* KEYWORDS */
/* UNITS */
/* PERCENTAGES */
/* CURSORS */
/* BOX SIZING */
/** -----------------------------------------------------------------------------------------------
ICONS

USE FOR: All Components.
----------------------------------------------------------------------------------------------- **/
.ico {
  display: inline-block;
  color: #fefefe;
  font: normal normal normal 14px/1 "mission";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.ico:before {
  font-family: "mission";
  content: attr(data-icon);
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-facebook-square:before {
  content: "a";
}

.ico-instagram:before {
  content: "b";
}

.ico-youtube:before {
  content: "c";
}

.ico-twitter:before {
  content: "d";
}

.ico-star:before {
  content: "e";
}

.ico-pinterest:before {
  content: "f";
}

.ico-facebook:before {
  content: "g";
}

.ico-search:before {
  content: "q";
}

.ico-caret-left:before {
  content: "i";
}

.ico-caret-right:before {
  content: "j";
}

.ico-share:before {
  content: "k";
}

.ico-hamburger:before {
  content: "l";
}

.ico-caret:before {
  content: "m";
}

.ico-arrow:before {
  content: "n";
}

.ico-close:before {
  content: "r";
}

.ico-caret-light:before {
  content: "p";
}

.ico-back:before {
  content: "s";
}

.ico-lang:before {
  content: "h";
}

.ico-vk:before {
  content: "o";
}

.ico-linkedin:before {
  content: "t";
}

.ico-mail:before {
  content: "u";
}

.share-icons {
  padding: 30px 0;
}

.share-icons a {
  display: inline-block;
  color: #7f7f7f;
  margin: 0 10px;
  line-height: 35px;
  font-size: 45px;
}

.metric-icon {
  margin-right: 25px;
  width: 70px;
  height: 70px;
}

@media (max-width: 768px) {
  .metric-icon {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.metric-icon img {
  width: 95%;
  height: 95%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

/** -----------------------------------------------------------------------------------------------
MOTIONS

USE FOR: Animations & Transitions.
----------------------------------------------------------------------------------------------- **/
/* TRANSFORM MIXIN */
/* TRANSITION MIXIN */
/* ANIMATION MIXIN */
/* SCALING */
/* DURATION */
/* TIMING */
/* DELAY */
/* LOOP */
/* FILL MODE */
/* PROPERTIES */
/** -----------------------------------------------------------------------------------------------
ANIMATIONS

USE FOR: Components.
----------------------------------------------------------------------------------------------- **/
/* FRAMES */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@-webkit-keyframes ld-spin {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
            animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes ld-spin {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
            animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.animation--fade {
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animation--kenburns, .carousel--large .stage__img img {
  -webkit-animation: kenburns 40s linear infinite;
  animation: kenburns 40s linear infinite;
}

.animation--crossfade {
  -webkit-transition: opacity 0.7s ease-in-out 0s;
  transition: opacity 0.7s ease-in-out 0s;
  opacity: 0;
}

.animation--fade-up-in {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.animation--active {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

/** -----------------------------------------------------------------------------------------------
POSITIONS

USE FOR: All Components.
----------------------------------------------------------------------------------------------- **/
/* ALIGNMENT */
/* POSITION TYPES */
/* POSITION MIXIN */
/** -----------------------------------------------------------------------------------------------
SHADOWS

USE FOR: Pattern-templates and Components.
----------------------------------------------------------------------------------------------- **/
/* COLORS */
/* SHADOWS */
/** -----------------------------------------------------------------------------------------------
BACKGROUNDS

USE FOR: Pattern-templates and Components.
----------------------------------------------------------------------------------------------- **/
/* COMMON BACKGROUND CLASSES */
.bg-transparent {
  background-color: transparent;
}

.bg-clear {
  background-color: #fcfcfc;
}

.bg-whiteout {
  background-color: #fefefe;
}

.bg-base-quinary {
  background-color: #d8d8d8;
}

.bg-base-quinary-alt {
  background-color: rgba(229, 229, 229, 0.2);
}

.bg-primary {
  background-color: #eb0028;
}

.bg-white {
  background-color: white;
}

.black-gradient, .sector--secondary, .curtain--dark, .duo--secondary {
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
  background: #07090a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #07090a), color-stop(8%, #0e1011), color-stop(14%, #151718), color-stop(20%, #1b1d1e), color-stop(26%, #202324), color-stop(32%, #242628), color-stop(38%, #272a2a), color-stop(44%, #292b2d), color-stop(50%, #2a2d2e), color-stop(56%, #292b2d), color-stop(62%, #272a2a), color-stop(68%, #242628), color-stop(74%, #202324), color-stop(80%, #1b1d1e), color-stop(86%, #151718), color-stop(92%, #0e1011), color-stop(98%, #07090a));
  background: linear-gradient(0deg, #07090a 2%, #0e1011 8%, #151718 14%, #1b1d1e 20%, #202324 26%, #242628 32%, #272a2a 38%, #292b2d 44%, #2a2d2e 50%, #292b2d 56%, #272a2a 62%, #242628 68%, #202324 74%, #1b1d1e 80%, #151718 86%, #0e1011 92%, #07090a 98%);
}

.featured-gradient, .sector--upper {
  position: relative;
}

.featured-gradient:before, .sector--upper:before {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(130, 130, 130, 0.035)), to(rgba(0, 0, 0, 0.075)));
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(130, 130, 130, 0.035) 10%, rgba(0, 0, 0, 0.075));
  width: 100%;
  height: 100%;
  content: "";
}

.featured-gradient > *, .sector--upper > * {
  position: relative;
  z-index: 1;
}

/** -----------------------------------------------------------------------------------------------
TYPOGRAPHY

USE FOR: Components.
----------------------------------------------------------------------------------------------- **/
/* FAMILIES */
/* STYLES */
/* RENDERING */
/* TRANSFORMS */
/* WEIGHTS */
/* FONT MIXIN */
/* GENERAL TYPOGRAPHY STYLES */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333333;
  font: normal 16px/1.4 "Merlo Neue Round", sans-serif;
}

body.ru {
  font: normal 16px/1.4 "Museo Sans", sans-serif;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Merlo Neue Round", sans-serif;
}

.ru button, .ru
input, .ru
optgroup, .ru
select, .ru
textarea {
  font-family: "Museo Sans", sans-serif;
}

/* HEADINGS */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1,
.h1 {
  font-family: "BourtonBase", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 1;
}

.ru h1, .ru
.h1 {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-family: "BourtonBase", sans-serif;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -2.85px;
  }
  .ru h1, .ru
  .h1 {
    font-family: "Museo Sans", sans-serif;
  }
}

h1.lg,
.h1.lg {
  font-family: "BourtonBase", sans-serif;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: -5px;
  line-height: 0.9;
}

.ru h1.lg, .ru
.h1.lg {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  h1.lg,
  .h1.lg {
    font-family: "BourtonBase", sans-serif;
    font-size: 46px;
    font-weight: 400;
  }
  .ru h1.lg, .ru
  .h1.lg {
    font-family: "Museo Sans", sans-serif;
  }
}

.product-detail h1, .product-detail
.h1 {
  font-family: "BourtonBase", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.05;
}

.ru .product-detail h1, .ru .product-detail
.h1 {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  .product-detail h1, .product-detail
  .h1 {
    font-family: "BourtonBase", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  .ru .product-detail h1, .ru .product-detail
  .h1 {
    font-family: "Museo Sans", sans-serif;
  }
}

h2,
.h2,
h1.sm {
  font-family: "BourtonBase", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 0.9;
}

.ru h2, .ru
.h2, .ru
h1.sm {
  font-family: "Museo Sans", sans-serif;
}

h2 a,
.h2 a,
h1.sm a {
  line-height: 1;
}

@media (max-width: 768px) {
  h2,
  .h2,
  h1.sm {
    font-family: "BourtonBase", sans-serif;
    font-size: 38px;
    font-weight: 400;
  }
  .ru h2, .ru
  .h2, .ru
  h1.sm {
    font-family: "Museo Sans", sans-serif;
  }
}

@media (max-width: 768px) {
  .recipe-info h1 {
    font-family: "BourtonBase", sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1.1;
  }
  .ru .recipe-info h1 {
    font-family: "Museo Sans", sans-serif;
  }
}

h3,
.h3 {
  font-family: "BourtonBase", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.05;
}

.ru h3, .ru
.h3 {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  h3,
  .h3 {
    font-family: "BourtonBase", sans-serif;
    font-size: 32px;
    font-weight: 400;
  }
  .ru h3, .ru
  .h3 {
    font-family: "Museo Sans", sans-serif;
  }
}

h3.lg,
.h3.lg {
  font-family: "BourtonBase", sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.ru h3.lg, .ru
.h3.lg {
  font-family: "Museo Sans", sans-serif;
}

h3.xl,
.h3.xl {
  font-family: "BourtonBase", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -4px;
  line-height: 1.5;
}

.ru h3.xl, .ru
.h3.xl {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  h3.xl,
  .h3.xl {
    font-family: "BourtonBase", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1;
  }
  .ru h3.xl, .ru
  .h3.xl {
    font-family: "Museo Sans", sans-serif;
  }
}

h3.bordered,
.h3.bordered {
  border-bottom: 2px solid #eb0028;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.sector--robust h3, .sector--robust
.h3 {
  text-align: center;
  padding: 50px 30px;
}

h4,
.h4 {
  font-family: inherit;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.ru h4, .ru
.h4 {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  h4,
  .h4 {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
  }
  .ru h4, .ru
  .h4 {
    font-family: "Museo Sans", sans-serif;
  }
}

h4.title, h4.lg,
.h4.title,
.h4.lg {
  font-family: inherit;
  font-size: 28px;
  font-weight: 400;
}

.ru h4.title, .ru h4.lg, .ru
.h4.title, .ru
.h4.lg {
  font-family: "Museo Sans", sans-serif;
}

h4.title,
.h4.title {
  font-family: "BourtonBase", sans-serif;
  font-weight: 400;
  letter-spacing: -2.85px;
}

.ru h4.title, .ru
.h4.title {
  font-family: "Museo Sans", sans-serif;
}

h4.asap, #instructions-content ul.list--vertical li strong, #instructions-content .sector--robust:not(.sector--tertiary) ul li strong, .sector--robust:not(.sector--tertiary) #instructions-content ul li strong,
.h4.asap {
  font-family: "Asap", sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.ru h4.asap, .ru #instructions-content ul.list--vertical li strong, #instructions-content ul.list--vertical li .ru strong, .ru #instructions-content .sector--robust:not(.sector--tertiary) ul li strong, #instructions-content .sector--robust:not(.sector--tertiary) ul li .ru strong, .ru .sector--robust:not(.sector--tertiary) #instructions-content ul li strong, .sector--robust:not(.sector--tertiary) #instructions-content ul li .ru strong, .ru
.h4.asap {
  font-family: "Museo Sans", sans-serif;
}

.sector--robust:not(.sector--center) h4, .sector--robust:not(.sector--center)
.h4 {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .intro-text h4, .intro-text
  .h4 {
    font-size: 16px;
  }
}

h5,
.h5 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
}

.ru h5, .ru
.h5 {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  h5,
  .h5 {
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
  }
  .ru h5, .ru
  .h5 {
    font-family: "Museo Sans", sans-serif;
  }
}

h5.title,
.h5.title {
  font-family: "BourtonBase", sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -2px;
}

.ru h5.title, .ru
.h5.title {
  font-family: "Museo Sans", sans-serif;
}

h6 {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 1;
  text-transform: uppercase;
}

.ru h6 {
  font-family: "Museo Sans", sans-serif;
}

p {
  font-family: inherit;
  font-size: 16px;
  font-weight: 100;
  margin: 0 0 11px;
}

.ru p {
  font-family: "Museo Sans", sans-serif;
}

p small {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
}

.ru p small {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  p small {
    font-family: inherit;
    font-size: 10px;
    font-weight: 400;
  }
  .ru p small {
    font-family: "Museo Sans", sans-serif;
  }
}

.sector--robust:not(.sector--center) p {
  margin-bottom: 30px;
}

.product-detail #product-description {
  white-space: pre-line;
}

.product-detail #product-description ul, .product-detail #product-description ol {
  display: block;
  padding-left: 20px;
}

.product-detail #product-description ul li, .product-detail #product-description ol li {
  list-style: inherit;
}

.product-detail #product-description ul li, .product-detail #product-description ol li {
  list-style: disc;
}

@media (max-width: 768px) {
  .product-detail #product-description ul li, .product-detail #product-description ol li {
    text-align: left;
  }
}

.black-gradient h2, .sector--secondary h2, .curtain--dark h2, .duo--secondary h2,
.black-gradient h5,
.sector--secondary h5,
.curtain--dark h5,
.duo--secondary h5,
.black-gradient h6,
.sector--secondary h6,
.curtain--dark h6,
.duo--secondary h6 {
  color: #c8c8c8;
  margin-bottom: 30px;
}

.intro-text {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 120px 0;
  max-width: 80%;
}

@media (max-width: 768px) {
  .intro-text {
    max-width: 100%;
    padding: 70px 0;
  }
}

.intro-text.sm {
  padding: 80px 0;
  max-width: 60%;
}

@media (max-width: 768px) {
  .intro-text.sm {
    max-width: 90%;
    padding: 50px 0;
  }
}

.intro-text.lg {
  padding: 60px 0;
  max-width: 100%;
}

.intro-text h4 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.6;
  color: #6f6f6f;
  margin-bottom: 30px;
  white-space: pre-line;
}

.ru .intro-text h4 {
  font-family: "Museo Sans", sans-serif;
}

.intro-text h4:last-child {
  margin-bottom: 0;
}

.small,
small {
  font-size: 12px;
}

strong {
  font-weight: 700;
}

.lh-tall {
  line-height: 1.8;
}

.text--center {
  text-align: center;
}

.text--base2nd {
  color: #6f6f6f;
}

.text--white {
  color: #fefefe;
}

.text--black {
  color: #000000;
}

.text--primary {
  color: #eb0028;
}

.text--yellow {
  color: #ffcd29;
}

.text--upper {
  text-transform: uppercase;
}

.text--circle {
  border: 1px solid #6f6f6f;
  border-radius: 20px;
  display: inline-block;
  color: #6f6f6f;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
}

@media (max-width: 768px) {
  .text-xs-center {
    text-align: center;
  }
}

/** -----------------------------------------------------------------------------------------------
BASE STYLES

USE FOR: All Styles.
----------------------------------------------------------------------------------------------- **/
/* ROOT ELEMENT BASE STYLE */
html,
body {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* LINKS BASE STYLE */
a {
  color: #eb0028;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus,
button:focus {
  outline: 0;
}

/* SECTION TAG BASE STYLE */
section {
  position: relative;
  background-color: #f5f5f5;
}

/* COMMON GLOBAL STYLES */
.header-nav-offset {
  margin-top: 60px;
}

.home .header-nav-offset {
  margin-top: 0;
}

@media (min-width: 768px) {
  .header-nav-offset {
    margin-top: 110px;
  }
}

@media (min-width: 992px) {
  .container-grid {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-grid h2 {
  font-family: "BourtonBase", sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  margin: 64px 0 57px;
}

.ru .container-grid h2 {
  font-family: "Museo Sans", sans-serif;
}

@media (min-width: 768px) {
  .container-grid h2 {
    font-family: "BourtonBase", sans-serif;
    font-size: 48px;
    font-weight: 400;
  }
  .ru .container-grid h2 {
    font-family: "Museo Sans", sans-serif;
  }
}

.container-grid ul {
  padding-bottom: 40px;
}

.arrow-divider {
  position: relative;
}

.arrow-divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 20px solid rgba(0, 0, 0, 0.075);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
}

.scrollable-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.scrollable-wrapper::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .scrollable-wrapper {
    -webkit-box-pack: inherit !important;
        -ms-flex-pack: inherit !important;
            justify-content: inherit !important;
  }
}

.collapse {
  display: none;
}

.intro .container {
  padding: 60px 30px 69px;
}

.intro .container p {
  color: #6f6f6f;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .intro .container p {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .intro .container {
    padding: 130px 30px 100px;
  }
}

hr {
  background: none;
  border: 0;
  width: 90%;
  margin: 0 auto;
}

hr.hr-primary {
  border-top: 1px solid #eb0028;
  width: 100%;
  margin: 30px 0;
}

hr,
.outline-quaternary {
  border-top: 1px solid #c8c8c8;
}

.outline-quaternary,
.title-outline {
  border-bottom: 1px solid #c8c8c8;
}

.title-outline {
  padding-bottom: 15px;
}

.grid-divider {
  border-right: 1px solid #d8d8d8;
}

@media (max-width: 768px) {
  .grid-divider {
    border-right: 0;
  }
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.w-20 {
  width: 20%;
}

.w-80 {
  width: 80%;
}

.p-0 {
  padding: 0 !important;
}

.p-30 {
  padding: 30px;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.p30-0 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p60-0 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p100-0 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .p100-0 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.p0-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p0-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-40 {
  padding-top: 40px;
}

.m-0 {
  margin: 0 !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

@media (max-width: 768px) {
  .mb-90 {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .md-pt-120 {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .d-xs-none {
    display: none !important;
  }
  .xs-mb-20 {
    margin-bottom: 20px;
  }
}

/** -----------------------------------------------------------------------------------------------
BUTTONS STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
.btn, #product-description a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 solid;
  font-family: "Merlo Neue Round", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  -webkit-transition: transform 0.2s ease-out 0s;
  -webkit-transition: -webkit-transform 0.2s ease-out 0s;
  transition: -webkit-transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s;
  transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
  cursor: pointer;
  text-transform: capitalize;
  padding: 0 20px;
  min-width: 170px;
  height: 50px;
}

.ru .btn, .ru #product-description a, #product-description .ru a {
  font-family: "Museo Sans", sans-serif;
}

.ru .btn, .ru #product-description a, #product-description .ru a {
  font-family: "Museo Sans", sans-serif;
}

.btn:hover, #product-description a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  text-decoration: none;
}

.btn:disabled, #product-description a:disabled {
  cursor: not-allowed;
}

.btn.loading, #product-description a.loading {
  position: relative;
  background: #c8c8c8;
}

.btn.loading:before, #product-description a.loading:before {
  -webkit-animation: ld-spin 3s linear infinite;
  animation: ld-spin 3s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 1;
  border-radius: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  content: " ";
  z-index: 99;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  border: 0.2em solid #eb0028;
  border-left-color: transparent;
}

.btn--group {
  text-align: center;
}

.btn--group .btn, .btn--group #product-description a, #product-description .btn--group a {
  vertical-align: middle;
  margin-right: 30px;
}

.btn--group .btn:last-child, .btn--group #product-description a:last-child, #product-description .btn--group a:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .btn--group {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn--group .btn, .btn--group #product-description a, #product-description .btn--group a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.btn--group-inline {
  display: inline-block;
}

.btn--group-inline .btn, .btn--group-inline #product-description a, #product-description .btn--group-inline a {
  vertical-align: middle;
  margin-right: 30px;
  padding: 14px 26px;
}

.btn--group-inline .btn:last-child, .btn--group-inline #product-description a:last-child, #product-description .btn--group-inline a:last-child {
  margin: none;
}

.btn--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 170px;
}

@media (max-width: 768px) {
  .btn--block {
    width: 100%;
  }
}

.btn--small {
  font-size: 0.815em;
  height: 40px;
  line-height: 40px;
}

.btn[class*="-outline"], #product-description a[class*="-outline"] {
  background: transparent;
}

.btn--primary {
  background: #eb0028;
  color: #fefefe;
}

.btn--primary-outline, #product-description a {
  border: 1px solid #eb0028;
  color: #eb0028;
}

.btn--secondary {
  background-color: #fefefe;
  color: #000000;
}

.btn--secondary-outline {
  border: 1px solid #fefefe;
  color: #fefefe;
}

.btn--secondary-outline:hover {
  -webkit-transform: none;
  transform: none;
}

.btn--secondary-alt {
  background-color: #fefefe;
  color: #eb0028;
}

.btn--tertiary {
  background: #7f7f7f;
}

.btn--tertiary-outline {
  border: 1px solid #6f6f6f;
  color: #6f6f6f;
}

.btn--quaternary {
  background-color: transparent;
  color: #fefefe;
}

.btn--quaternary-alt {
  border: none solid;
}

.btn--quinary {
  background-color: #e93a28;
  color: #fefefe;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.btn--quinary:focus, .btn--quinary:hover {
  -webkit-transform: none;
  transform: none;
  background-color: #c1822f;
}

/** -----------------------------------------------------------------------------------------------
IMAGE STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
img {
  display: block;
  margin: 0 auto;
}

img.full-width {
  width: 100%;
}

img.img-cover {
  width: 100%;
  height: 100%;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
  -o-object-fit: cover;
     object-fit: cover;
}

img.img--contain, .card--single [class*="__header"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

img.img--circle {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  img.img--circle {
    display: none;
  }
}

img.img--thumb {
  max-width: 130px;
  max-height: 90px;
}

.image-wrapper {
  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-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .image-wrapper {
    display: none;
  }
}

.image-wrapper .image-container {
  display: inline-block;
  max-width: 50%;
  width: calc(25% - 10px - 1px);
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.thumb-wrapper {
  border: 1px inset transparent;
  cursor: pointer;
  margin-bottom: 12px;
}

.thumb-wrapper:hover {
  border-color: #eb0028;
}

@media (min-width: 768px) {
  .thumb-wrapper {
    background-color: #d8d8d8;
  }
  .thumb-wrapper.is-active {
    border: 1px inset #eb0028;
  }
}

/** -----------------------------------------------------------------------------------------------
INPUT STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
::-webkit-input-placeholder,
:placeholder-shown {
  font-family: "Merlo Neue Round", sans-serif;
  font-weight: 400;
  color: #c8c8c8;
}
:-ms-input-placeholder,
:placeholder-shown {
  font-family: "Merlo Neue Round", sans-serif;
  font-weight: 400;
  color: #c8c8c8;
}
::-ms-input-placeholder,
:placeholder-shown {
  font-family: "Merlo Neue Round", sans-serif;
  font-weight: 400;
  color: #c8c8c8;
}
::placeholder,
:placeholder-shown {
  font-family: "Merlo Neue Round", sans-serif;
  font-weight: 400;
  color: #c8c8c8;
}

.ru ::-webkit-input-placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

.ru :-ms-input-placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

.ru ::-ms-input-placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

.ru ::placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

.ru ::-webkit-input-placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

.ru :-ms-input-placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

.ru ::-ms-input-placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

.ru ::placeholder, .ru
:placeholder-shown {
  font-family: "Museo Sans", sans-serif;
}

input,
button {
  outline: none;
  border: none;
}

fieldset {
  border: none;
  padding: 0;
}

label {
  display: inline-block;
  font-weight: 700;
  max-width: 100%;
  margin-bottom: 5px;
}

label.small {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.ru label.small {
  font-family: "Museo Sans", sans-serif;
}

legend {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-bottom: 2rem;
}

legend:before {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  border-top: 1px solid #6f6f6f;
  margin: 0 auto;
  width: 100%;
  content: "";
}

legend span {
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  background: #f5f5f5;
  color: #6f6f6f;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 15px;
}

.ru legend span {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 768px) {
  legend span {
    font-size: 1.42rem;
  }
}

input {
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  color: #333333;
  width: 100%;
  background: #f5f5f5;
  padding: 6px 12px;
  height: 50px;
}

.ru input {
  font-family: "Museo Sans", sans-serif;
}

input:focus:invalid {
  border-color: #900;
  background-color: #fdd;
}

input[class*="-outline"] {
  background: #fefefe;
  padding: 11px 20px;
}

input.input-primary-outline {
  border: 1px solid #eb0028;
}

input.input-secondary-outline {
  border: 1px solid #6f6f6f;
}

input.input-secondary-outline:focus {
  background-color: #fdd;
  border-color: #eb0028;
}

input.input-tertiary {
  background-color: rgba(127, 127, 127, 0.25);
  height: auto;
  padding: 6px 5px;
}

@media (min-width: 1200px) {
  input.input-tertiary {
    font-size: 10px;
  }
}

input.input-quaternary {
  border: 1px solid #c8c8c8;
  background-color: transparent;
}

input.input-quaternary:focus {
  background-color: #f5f5f5;
  border-color: #6f6f6f;
}

input.input-transparent {
  background-color: transparent;
  color: #fefefe;
}

select.select-quaternary {
  border: 1px solid #c8c8c8;
  font-family: inherit;
  font-size: 1em;
  font-weight: 400;
  color: #333333;
  background-color: transparent;
  width: 100%;
  padding: 6px 12px;
  height: 50px;
}

.ru select.select-quaternary {
  font-family: "Museo Sans", sans-serif;
}

select.select-quaternary:focus {
  background-color: #f5f5f5;
  border-color: #6f6f6f;
}

textarea {
  border: 1px solid #6f6f6f;
  width: 100%;
}

#form-review textarea {
  margin: 8px 0;
}

@media (min-width: 768px) {
  textarea {
    height: 225px;
    margin-bottom: 28px;
  }
}

textarea.input-quaternary {
  border: 1px solid #c8c8c8;
  background-color: transparent;
  margin-bottom: 0;
  padding: 10px;
}

textarea.input-quaternary:focus {
  background-color: #f5f5f5;
  border-color: #6f6f6f;
}

input.input-validation-error, textarea.input-validation-error {
  border-color: #eb0028;
}

/** -----------------------------------------------------------------------------------------------
LIST STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
ul {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;
}

ul li {
  list-style: none;
  max-width: 100%;
}

ul li > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.list--vertical, .sector--robust:not(.sector--tertiary) ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#instructions-content ul.list--vertical li p, #instructions-content .sector--robust:not(.sector--tertiary) ul li p, .sector--robust:not(.sector--tertiary) #instructions-content ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#instructions-content ul.list--vertical li strong, #instructions-content .sector--robust:not(.sector--tertiary) ul li strong, .sector--robust:not(.sector--tertiary) #instructions-content ul li strong {
  width: 20%;
}

#instructions-content ul.list--vertical li span, #instructions-content .sector--robust:not(.sector--tertiary) ul li span, .sector--robust:not(.sector--tertiary) #instructions-content ul li span {
  padding-top: 5px;
  width: 80%;
}

ul.list--squared, .sector--robust:not(.sector--tertiary) ul {
  list-style-type: none;
  font-size: 0.938em;
}

ul.list--squared li, .sector--robust:not(.sector--tertiary) ul li {
  position: relative;
  margin: 5px 0;
  color: #6f6f6f;
  padding-left: 20px;
}

ul.list--squared li:before, .sector--robust:not(.sector--tertiary) ul li:before {
  position: absolute;
  top: 6px;
  left: 3px;
  display: block;
  background-color: #eb0028;
  content: '';
  width: 5px;
  height: 5px;
}

.text-xs-center ul.list--squared, .text-xs-center .sector--robust:not(.sector--tertiary) ul, .sector--robust:not(.sector--tertiary) .text-xs-center ul {
  text-align: left;
}

ul.list--social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
}

ul.list--social li {
  display: inline-block;
}

ul.list--social li:not(:last-child) {
  margin-right: 30px;
}

ul.list--social li .ico {
  color: #fefefe;
  font-size: 24px;
}

ul.list--social li .ico:hover {
  color: #ffcd29;
}

ul.list--grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: none;
  margin: auto;
}

@media (min-width: 1200px) {
  ul.list--grid {
    max-width: 1230px;
    padding-bottom: 60px;
  }
  #all-recipes ul.list--grid {
    max-width: inherit;
  }
}

@media (max-width: 768px) {
  ul.list--grid {
    padding-bottom: 90px;
  }
  .scrollable-wrapper ul.list--grid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

ul.list--grid li {
  display: inline-block;
  text-align: center;
}

ul.list--grid .card {
  margin: 15px 7px;
}

ul.list--grid .card--square {
  margin: 0 15px 30px;
}

@media (max-width: 768px) {
  ul.list--grid .card--square {
    margin: 0 30px 30px;
  }
}

ul.list--grid.flex-column {
  -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;
}

ul.list--spaced {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.list--spaced .card {
  margin-right: auto;
  margin-left: auto;
}

ul.list--slim li {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
}

ul.list--robust li {
  margin: 10px 0;
}

ul.list--default {
  display: block;
}

ul.list--default li {
  margin-bottom: 40px;
}

.sector--robust:not(.sector--tertiary) ul {
  margin-bottom: 30px;
}

.sector--robust:not(.sector--center) img {
  margin-top: 20px;
  margin-bottom: 20px;
}

/** -----------------------------------------------------------------------------------------------
ANCHOR LINKS STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
a:not(.btn):not(.ico) {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: inherit;
  font-size: 0.815em;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  color: #eb0028;
  cursor: pointer;
  text-decoration: none;
  text-transform: capitalize;
  text-rendering: geometricPrecision;
  width: auto;
  padding: 0;
}

.ru a:not(.btn):not(.ico) {
  font-family: "Museo Sans", sans-serif;
}

@media (min-width: 768px) {
  a:not(.btn):not(.ico) {
    font-size: 1em;
  }
}

a:not(.btn):not(.ico):before {
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #eb0028;
  width: 100%;
  visibility: hidden;
  content: '';
  height: 2px;
}

a:not(.btn):not(.ico):focus, a:not(.btn):not(.ico):hover, a:not(.btn):not(.ico).is-active {
  text-decoration: none;
}

a:not(.btn):not(.ico):focus:before, a:not(.btn):not(.ico):hover:before, a:not(.btn):not(.ico).is-active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

a:not(.btn):not(.ico).link--reset:before, .card__header a:not(.btn):not(.ico):before, .card__info h5 a[class*="link--"]:not(.btn):not(.ico):before, a.footer__logo:not(.btn):not(.ico):before {
  display: none;
}

a:not(.btn):not(.ico).link--static:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  visibility: visible;
}

a:not(.btn):not(.ico).link--secondary {
  color: #fefefe;
}

a:not(.btn):not(.ico).link--secondary:before {
  background-color: #fefefe;
}

a:not(.btn):not(.ico).link--secondary-alt {
  color: #fefefe;
}

a:not(.btn):not(.ico).link--secondary-alt:hover {
  color: #ffcd29;
}

a:not(.btn):not(.ico).link--secondary-alt:hover:before {
  background-color: #ffcd29;
}

a:not(.btn):not(.ico).link--tertiary {
  color: #333333;
}

a:not(.btn):not(.ico).link--tertiary:before {
  background-color: #333333;
}

a:not(.btn):not(.ico).link--quaternary {
  color: #7f7f7f;
}

a:not(.btn):not(.ico).link--quaternary:hover {
  color: #eb0028;
}

a:not(.btn):not(.ico).link--highlight {
  color: #337ab7;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

a:not(.btn):not(.ico).link--highlight:before {
  background-color: #337ab7;
}

a:not(.btn):not(.ico).link--highlight:hover {
  color: #23527c;
}

a:not(.btn):not(.ico).link--outline {
  border: 1px solid #7f7f7f;
  background-color: transparent;
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  margin: 10px 0;
  padding: 6px 18px;
}

a:not(.btn):not(.ico).link--outline:before {
  display: none;
}

a:not(.btn):not(.ico).link--active {
  border-bottom: 2px solid #eb0028;
  color: #eb0028;
  text-decoration: none;
  padding-bottom: 3px;
}

a:not(.btn):not(.ico).link--inactive {
  color: #6f6f6f;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/** -----------------------------------------------------------------------------------------------
DROPDOWN STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
select {
  padding: 0;
  border: none;
  height: 50px;
}

select option {
  padding: 0;
}

select.select-primary {
  background-color: #eb0028;
  color: #fefefe;
}

select.select-primary option {
  background-color: #eb0028;
}

select.select-secondary-outline {
  border: 1px solid #6f6f6f;
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #6f6f6f;
  padding: 8px 15px;
}

select.select-secondary-outline.full-default {
  -webkit-appearance: inherit;
  -moz-appearance: inherit;
  width: 100%;
  height: auto;
  font-size: 14px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236f6f6f%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") right 0.7em top 50%/0.65em auto no-repeat;
}

select.select-secondary-outline.dark-opt option {
  border: 1px solid #07090a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: background 0.3s ease-in-out 0s;
  transition: background 0.3s ease-in-out 0s;
  background: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  white-space: nowrap;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  padding: 0 30px 0 10px;
  min-height: 40px;
}

select.select-simple {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px;
  color: #000;
  height: 35px;
  width: 100px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236f6f6f%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") right 0.7em top 50%/0.65em auto no-repeat;
}

.ru select.select-simple {
  font-family: "Museo Sans", sans-serif;
}

select.select-simple option:first-child {
  display: none;
}

.select-wrapper {
  width: 100%;
  margin: 20px auto;
}

.select-wrapper.sticky {
  position: fixed;
  top: 60px;
  left: 0;
  background: #f5f5f5;
  margin-top: 0;
  padding-top: 10px;
}

.select-wrapper select {
  width: 90%;
}

/** -----------------------------------------------------------------------------------------------
TABBED CONTENT STYLES

USE FOR: Views & Components.
----------------------------------------------------------------------------------------------- **/
.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 1px solid #eb0028;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: #fefefe;
  max-width: 770px;
}

@media (min-width: 768px) {
  .tab-nav {
    height: 50px;
  }
}

.tab-nav:after {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: #eb0028;
  width: 50%;
  height: 100%;
  content: "";
}

.tab-nav.slide:after {
  left: 50%;
}

.tab-nav.disabled {
  width: 40%;
}

.tab-nav.disabled .tab-nav__item {
  width: 100%;
}

.tab-nav.disabled .tab-nav__item span {
  cursor: default;
}

.tab-nav.disabled:after {
  width: 100%;
}

@media (max-width: 768px) {
  .tab-nav.disabled {
    width: 70%;
  }
}

.tab-nav__item {
  width: 50%;
  text-align: center;
}

.tab-nav__item span {
  position: relative;
  z-index: 1;
  display: block;
  color: #eb0028;
  width: 100%;
  cursor: pointer;
  padding: 12px 25px;
}

.tab-nav__item.active span {
  color: #fefefe;
}

@media (max-width: 768px) {
  .tab-nav {
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
  }
  .ru .tab-nav {
    font-family: "Museo Sans", sans-serif;
  }
  .tab-nav__item span {
    padding: 10px 0;
  }
}

/** -----------------------------------------------------------------------------------------------
TEMPLATE STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.sector {
  display: block;
  position: relative;
}

.sector [class*="sector--"] > h1, .sector[class*="sector--"] > h1 {
  margin-top: 0;
  margin-bottom: 20px;
}

.sector [class*="sector--"] > h2, .sector[class*="sector--"] > h2 {
  color: #fefefe;
  margin: 0 0 30px;
}

.sector [class*="sector--"] > h4, .sector[class*="sector--"] > h4 {
  margin: 0 0 50px;
}

.sector [class*="sector--"] > h5,
.sector [class*="sector--"] > p, .sector[class*="sector--"] > h5,
.sector[class*="sector--"] > p {
  margin: 0 auto;
  max-width: 610px;
}

.sector [class*="sector--"] > h6, .sector[class*="sector--"] > h6 {
  margin-bottom: 30px;
}

.sector [class*="sector--"] > p, .sector[class*="sector--"] > p {
  margin-bottom: 60px;
}

.sector [class*="sector--"] > p.small, .sector[class*="sector--"] > p.small {
  color: #6f6f6f;
}

.sector [class*="sector--"] > div.lh-tall, .sector[class*="sector--"] > div.lh-tall {
  max-width: 100%;
  margin: 0 auto 30px;
}

.sector [class*="sector--"] > div.lh-tall p, .sector[class*="sector--"] > div.lh-tall p {
  color: #6f6f6f;
  text-align: left;
  white-space: pre-wrap;
}

.sector--secondary > h1 {
  color: #c8c8c8;
}

.sector--secondary > h5 {
  padding-bottom: 162px;
}

.sector--tertiary {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#e5e5e5));
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 50%, #e5e5e5);
}

.sector--tertiary .container {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .sector--tertiary .container {
    padding: 0;
  }
}

.sector--tertiary .container h1 {
  margin: 25px 0;
}

.sector--tertiary .container h6 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px;
}

@media (max-width: 768px) {
  .sector--tertiary .container h6 {
    display: none;
  }
}

.sector--tertiary .container p {
  color: #7f7f7f;
  margin: 30px 0;
}

.sector--tertiary .container .d-flex h6 {
  margin: 10px 10px 10px 0;
  letter-spacing: 2px;
}

.sector--quaternary {
  padding: 50px 0;
}

.sector--quaternary > h2 {
  color: #000000 !important;
}

.sector--quaternary .duo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sector--quaternary .duo__content {
  padding: 0 20px;
  text-align: left;
}

@media (max-width: 768px) {
  .sector--quaternary .duo__content {
    padding: 0 0 5px;
  }
}

.sector--quaternary .card--full h6, .sector--quaternary .card--feature h6, .sector--quaternary .card--single h6, .sector--quaternary .card--static h6 {
  margin-top: 0;
}

.sector--quinary h4 {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  .sector--quinary h4 {
    margin-bottom: 20px;
  }
  .sector--quinary .container {
    padding: 0;
  }
}

.sector--center {
  text-align: center;
  padding: 50px 30px;
}

@media (max-width: 768px) {
  .sector--center {
    padding: 15px;
  }
}

body.text .sector--center h1 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  body.text .sector--center h1 {
    margin-bottom: 20px;
  }
}

body.text .sector--center h5 {
  color: #6f6f6f;
}

.sector--bottom {
  position: relative;
  top: -142px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .sector--bottom {
    padding: 0 30px;
  }
}

.sector--overlay {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.sector--upper[class*="sector--"] h6, .sector--lower[class*="sector--"] h6 {
  font-weight: 700;
}

.sector--upper {
  position: relative;
  background-color: #fcfcfc;
  padding: 150px 0 0;
}

@media (max-width: 768px) {
  .sector--upper {
    padding-top: 70px;
  }
}

.sector--lower {
  position: relative;
  z-index: 1;
  background: #f5f5f5;
  font-weight: 700;
  padding-bottom: 0;
}

.sector--lower:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 20px solid rgba(0, 0, 0, 0.05);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  content: "";
}

.sector--lower[class*="sector--"] h6 {
  margin-bottom: 30px;
}

.sector--background {
  padding: 50px 0 80px;
  background-color: #000000;
  background-size: cover;
  color: #fefefe;
  width: 100%;
}

.sector--background h2 {
  padding: 0 0 10px;
  letter-spacing: -2.85px;
}

@media (min-width: 768px) {
  .sector--background h2 {
    font-size: 48px;
  }
}

.sector--robust {
  padding: 90px 0 70px;
}

@media (max-width: 768px) {
  .sector--robust {
    padding: 30px 0 0;
  }
}

body.text .sector--robust {
  padding-top: 30px;
}

@media (min-width: 768px) {
  body.text .sector--robust p {
    font-size: 18px;
    line-height: 30px;
  }
  body.text .sector--robust p,
  body.text .sector--robust ul {
    margin-bottom: 40px;
  }
}

.sector__highlight {
  padding: 56px 0 0;
}

.sector__highlight[class*="sector--"] > h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.sector__carousel .carousel--small .card {
  margin: 0 8px;
}

.sector__carousel .carousel--small .card:first-child {
  margin-left: 0;
}

.sector__carousel .carousel--small .card:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .sector__carousel .carousel--small .card {
    margin: 10px 0;
  }
}

@media (max-width: 991px) {
  .sector__carousel .slick-arrow:before {
    color: #eb0028;
  }
  .sector__carousel .slick-list {
    overflow: visible;
  }
  .sector__carousel li {
    margin: 0 5px;
  }
  .sector__carousel li .card {
    margin: 0;
  }
}

.sector__items {
  margin-top: 30px;
  margin-bottom: 90px;
  padding: 0;
}

@media (max-width: 768px) {
  .sector__items {
    margin-bottom: 65px;
  }
}

.sector__ribbon {
  -ms-flex-line-pack: center;
      align-content: center;
  color: #6f6f6f;
  padding: 0 15%;
}

.sector__ribbon[class*="--large"] {
  padding: 0 12%;
}

@media (max-width: 768px) {
  .sector__ribbon[class*="--large"] {
    padding: 0 30px 30px;
  }
}

.sector__ribbon[class*="--large"] h5 {
  margin-bottom: 50px;
  max-width: 100%;
}

.sector__ribbon[class*="--large"] p {
  margin-bottom: 20px;
  max-width: 100%;
}

.sector__ribbon[class*="--large"] a:not(.btn):not(.ico) {
  text-transform: none;
  text-align: left;
}

.sector__ribbon[class*="--large"] table {
  width: 100%;
  border-spacing: 0;
}

.sector__ribbon[class*="--large"] table tr:first-child td {
  border-bottom: 1px solid #eb0028;
}

.sector__ribbon[class*="--large"] table td {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
}

.sector__ribbon[class*="--large"] table td p {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .sector__ribbon[class*="--large"] table,
  .sector__ribbon[class*="--large"] thead,
  .sector__ribbon[class*="--large"] tbody,
  .sector__ribbon[class*="--large"] th,
  .sector__ribbon[class*="--large"] td,
  .sector__ribbon[class*="--large"] tr {
    display: block;
  }
  .sector__ribbon[class*="--large"] table tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .sector__ribbon[class*="--large"] table tr {
    border: 1px solid #c8c8c8;
  }
  .sector__ribbon[class*="--large"] table tr:nth-of-type(odd) {
    background: #fcfcfc;
  }
  .sector__ribbon[class*="--large"] table td {
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .sector__ribbon[class*="--large"] table td:before {
    position: absolute;
    top: 10px;
    left: 15px;
    content: attr(data-header);
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .sector__ribbon {
    padding: 0 30px 30px;
  }
}

.sector__ribbon hr {
  margin: 0 0 80px;
}

.instagram_gallery {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instagram_gallery > a:not(.btn):not(.ico) {
  width: calc(33.3333% - 30px);
  margin: 15px;
}

@media (max-width: 768px) {
  .instagram_gallery > a:not(.btn):not(.ico) {
    width: 100%;
    display: none;
  }
  .instagram_gallery > a:not(.btn):not(.ico):nth-child(-n + 3) {
    display: block;
  }
}

.instagram_gallery > a:not(.btn):not(.ico) img {
  width: 100%;
  height: 100%;
}

.contact #main section:nth-of-type(2) {
  min-height: 80vh;
}

.contact #rgpd-text {
  display: none;
}

.contact .rgpd-text hr {
  width: 100%;
  border-color: #e5e5e5;
  margin: 30px 0;
}

.contact .rgpd-text td, .contact .rgpd-text th {
  vertical-align: top;
}

.contact .rgpd-text div {
  background-color: #e5e5e5;
  padding: 20px;
}

.contact .rgpd-text div p {
  font-size: 13px;
}

.contact .rgpd-text div p a {
  color: #337ab7;
}

#store-detail img {
  display: inline-block;
  max-width: 100%;
  max-height: 80px;
}

/** -----------------------------------------------------------------------------------------------
VIDEOS STYLES

USE FOR: Views & Components.
----------------------------------------------------------------------------------------------- **/
.media__wrapper {
  text-align: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.media__wrapper#recipe-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

@media (max-width: 768px) {
  .media__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.media__container {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  height: auto;
  margin: 0 auto;
  max-width: 960px;
}

#recipe-video .media__container {
  position: absolute;
  height: 100%;
  width: 100%;
}

.media__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media__preview {
  display: block;
  width: 100%;
  max-width: 960px;
  max-height: 540px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media__preview.inactive {
  opacity: 0;
}

.media__player {
  position: absolute;
  margin: auto;
  height: 70px;
  width: 70px;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .media__player {
    width: 100px;
    height: 100px;
  }
}

.media__player:hover {
  cursor: pointer;
  opacity: 1;
}

.media__video {
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  height: 0;
  opacity: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.media__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media__video[class*="--static"] {
  position: relative;
  top: initial;
  left: initial;
  z-index: 1;
  opacity: 1;
}

.media__video.is-active {
  opacity: 1;
  z-index: 10;
}

/** -----------------------------------------------------------------------------------------------
ACCORDION STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
.accordion {
  color: #6f6f6f;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .accordion {
    padding-bottom: 85px;
  }
}

.accordion .btn, .accordion #product-description a, #product-description .accordion a {
  display: none;
  margin-top: 30px;
  margin-bottom: 40px;
}

.accordion__item {
  display: none;
  border-bottom: 1px solid #d8d8d8;
  cursor: pointer;
  padding: 20px 15px;
}

.accordion__item:nth-child(-n + 10) {
  display: block;
}

@media (min-width: 768px) {
  .accordion__item {
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ru .accordion__item {
    font-family: "Museo Sans", sans-serif;
  }
}

.accordion__item span {
  color: #333333;
}

.accordion__item > div {
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.accordion__item > div p {
  -webkit-transition: margin-top 0.3s ease 0s;
  transition: margin-top 0.3s ease 0s;
  margin-top: 0;
}

.accordion__item > div ul {
  display: block;
  font-size: 16px;
  padding-left: 30px;
}

.accordion__item > div ul li {
  list-style: inherit;
}

.accordion__item:nth-child(10) ~ .btn, #product-description .accordion__item:nth-child(10) ~ a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__item.active {
  background-color: #fefefe;
  height: auto;
}

.accordion__item.active > div {
  opacity: 1;
  height: auto;
}

.accordion__item.active > div p {
  margin-top: 30px;
}

/** -----------------------------------------------------------------------------------------------
ASIDE STYLES

USE FOR: Components
----------------------------------------------------------------------------------------------- **/
.aside {
  width: 40%;
  padding: 2rem;
}

@media (max-width: 991px) {
  .aside {
    width: 100%;
  }
}

.aside__box:not(:last-child) {
  margin-bottom: 2rem;
}

.aside__header {
  border-bottom: 2px solid #eb0028;
  font-size: 2.5rem;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
}

.aside__blog {
  text-align: left;
}

.aside__blog-link::before {
  content: '';
  display: none;
}

.aside__blog-link:not(:last-child) {
  margin-bottom: 1.6rem;
}

.aside__blog-date {
  color: #7f7f7f;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.aside__blog-header {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.4;
}

.aside__blog-header--underline {
  background-image: linear-gradient(transparent calc(100% - 2px), #eb0028 10px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  width: calc(100%);
}

.aside__blog-link:hover .aside__blog-header--underline {
  background-size: 100% 100%;
}

.aside__topics {
  gap: 1rem;
}

/** -----------------------------------------------------------------------------------------------
CARDS STYLES

USE FOR: Views & Components.
----------------------------------------------------------------------------------------------- **/
.card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background-color: transparent;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    margin: 0;
    max-height:150px;
  }
}

.card.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.card--horizontal, .card--slim {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card--vertical, .card--full, .card--feature, .card--single, .card--static, .card--tertiary, .card--square, .card--invisible {
  margin-bottom: 0;
  max-width: 100%;
}

@media (max-width: 768px) {
  .card--vertical, .card--full, .card--feature, .card--single, .card--static, .card--tertiary, .card--square, .card--invisible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
    margin: 0 10px;
  }
}

.card--center, .card--square, .card--invisible {
  text-align: center;
}

.card--spaced {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .card--full, .card--feature, .card--single, .card--static {
    margin: 0;
  }
}

.card--full [class*="__header"], .card--feature [class*="__header"], .card--single [class*="__header"], .card--static [class*="__header"] {
  width: 100%;
  height: auto;
}

.card--full [class*="__actions"], .card--feature [class*="__actions"], .card--single [class*="__actions"], .card--static [class*="__actions"] {
  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: 5% 5%;
}

@media (max-width: 991px) {
  .card--full [class*="__actions"], .card--feature [class*="__actions"], .card--single [class*="__actions"], .card--static [class*="__actions"] {
    padding: 5% 30px;
  }
}

.card--full [class*="__actions"] a, .card--feature [class*="__actions"] a, .card--single [class*="__actions"] a, .card--static [class*="__actions"] a {
  color: #eb0028;
  padding: 0;
  margin: 0 10px;
}

.card--full [class*="__actions"] a.ico, .card--feature [class*="__actions"] a.ico, .card--single [class*="__actions"] a.ico, .card--static [class*="__actions"] a.ico {
  font-size: 25px;
  width: 25px;
}

.card--secondary, .card--tertiary, .card--square {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  background: #fefefe;
  margin: 15px 10px;
  width: 100%;
  max-width: 270px;
}

@media (max-width: 767px) {
  .card--secondary, .card--tertiary, .card--square {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .card--secondary, .card--tertiary, .card--square {
    margin: 10px 5px;
    max-width: 100%;
  }
  .card--secondary [class*="__header"], .card--tertiary [class*="__header"], .card--square [class*="__header"],
  .card--secondary [class*="__body"],
  .card--tertiary [class*="__body"],
  .card--square [class*="__body"] {
    width: 50%;
    min-width: auto;
  }
}

.card--secondary:hover, .card--tertiary:hover, .card--square:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}

.card--secondary [class*="__info"], .card--tertiary [class*="__info"], .card--square [class*="__info"] {
  min-height: 116px;
}

.card--secondary [class*="__info"] h5 a, .card--tertiary [class*="__info"] h5 a, .card--square [class*="__info"] h5 a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .card--secondary [class*="__info"], .card--tertiary [class*="__info"], .card--square [class*="__info"] {
    min-height: 120px;
  }
}

.card--secondary .ico, .card--tertiary .ico, .card--square .ico {
  color: #eb0028;
}

.card--tertiary {
  text-align: center;
  margin: 0;
  height: 50%;
  max-width: 100%;
  width: 30%;
  padding: 50px 30px;
}

@media (max-width: 768px) {
  .card--tertiary {
    height: auto;
    margin-bottom: 30px;
  }
  .card--tertiary [class*="__info"] {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .card--tertiary {
    width: 100%;
    max-width: none;
    padding: 10% 0;
  }
}

.card--tertiary:hover {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
}

.card--tertiary [class*="__header"],
.card--tertiary [class*="__body"] {
  height: auto;
  width: auto;
}

.card--tertiary .btn, .card--tertiary #product-description a, #product-description .card--tertiary a {
  min-width: auto;
}

.card--square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  height: 350px;
  margin: 0 15px 30px;
}

@media (max-width: 768px) {
  .card--square {
    height: 286px;
  }
}

.card--square [class*="__header"],
.card--square [class*="__body"] {
  width: 100%;
  height: auto;
}

.card--square [class*="__info"] {
  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;
  height: 174px;
}

.card--square [class*="__info"] p {
  margin: 0 25px;
}

@media (max-width: 768px) {
  .card--square [class*="__info"] {
    height: 150px;
  }
  .card--square [class*="__info"] p {
    font-size: 14px;
  }
}

.card--square h4 {
  margin: 0;
  padding-bottom: 38px;
  padding-top: 42px;
}

@media (max-width: 768px) {
  .card--square h4 {
    padding: 25px 0;
  }
}

.card--square a:not(.btn):not(.ico) {
  font-size: 13px;
  margin: 30px auto 0;
}

.card--square.lg {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
  height: auto;
}

.card--square.lg [class*="__header"] {
  padding: 0 20px;
}

@media (max-width: 768px) {
  .card--square.lg {
    height: auto;
    width: auto;
    min-height: 420px;
  }
}

.card--square.lg [class*="__info"] {
  height: 150px;
}

@media (max-width: 768px) {
  .card--square.lg [class*="__info"] {
    height: 130px;
  }
}

.card--slim {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  max-width: 100%;
  height: 135px;
}

.card--slim [class*="__header"] {
  height: 100%;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

@media (max-width: 768px) {
  .card--slim [class*="__header"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
  }
}

.card--slim [class*="__header"] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.card--slim [class*="__body"] {
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 220px;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .card--slim [class*="__body"] {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
    padding-left: 10px;
  }
}

.card--slim [class*="__info"] h5 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .card--slim [class*="__info"] h5 {
    padding: 10px 0 0;
  }
}

.card--slim [class*="__info"] h5 [class*="link--"] {
  text-align: left;
}

.card--slim [class*="__footer"] {
  padding: 0;
}

.card--invisible {
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  width: 270px;
  height: 445px;
  padding: 25px;
  margin: 15px;
}

@media (max-width: 991px) {
  .card--invisible {
    margin: 10px;
    padding: 15px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .card--invisible {
    width: 150px;
  }
}

@media (min-width: 1025px) {
  .card--invisible:hover {
    background-color: #fefefe;
  }
  .card--invisible:hover [class*="__footer"] a {
    margin: 0 auto;
    opacity: 1;
  }
}

.card--invisible [class*="__header"] {
  max-width: 130px;
  max-height: 275px;
  margin-top: 30px;
}

.carousel .card--invisible [class*="__header"] {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .carousel .card--invisible [class*="__header"] {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .card--invisible [class*="__header"] {
    max-width: 215px;
  }
}

.card--invisible [class*="__header"] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.card--invisible [class*="__info"] h5 {
  padding: 0 25px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .card--invisible [class*="__info"] h5 {
    margin: auto;
  }
}

#results .card--invisible [class*="__info"] h5 a {
  font-weight: 700;
}

.card--invisible [class*="__footer"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card--invisible [class*="__footer"] a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}

@media (max-width: 768px) {
  .card--invisible [class*="__footer"] {
    display: none;
  }
}

.card--tab {
  overflow: hidden;
  cursor: pointer;
  margin: 0 10px;
  max-width: 210px;
}

@media (max-width: 768px) {
  .card--tab {
    margin: 0 auto;
  }
}

.card--tab [class*="__header"] {
  height: auto;
  width: 210px;
  height: 140px;
}

.card--tab [class*="__info"] {
  padding-top: 45px;
  padding-bottom: 42px;
  max-height: 132px;
}

.card--tab [class*="__info"] h5 {
  margin: 0 0 20px;
  font-weight: 700;
}

.card--tab:hover, .card--tab.active {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fefefe;
}

.card--tab:hover h5, .card--tab.active h5 {
  opacity: 1;
}

.card--feature {
  width: 100%;
}

.card--feature > [class*="__header"] {
  max-height: 234px;
}

@media (max-width: 991px) {
  .card--feature > [class*="__header"] {
    max-height: none;
  }
  .card--feature > [class*="__header"] > a {
    width: 100%;
  }
}

.card--feature > [class*="__header"] img {
  -webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
}

.card--feature > [class*="__body"] {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .card--feature > [class*="__body"] {
    margin-top: 0;
  }
}

.card--feature [class*="__overlay"] {
  padding: 0 20px;
}

.card--single {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 7% 5%;
}

@media (max-width: 991px) {
  .card--single {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.card--mobile {
  position: relative;
  border-bottom: 2px solid #c8c8c8;
  text-align: center;
  margin-bottom: 36px;
}

.card--mobile:after, .card--mobile:before {
  position: absolute;
  top: 100%;
  left: 50%;
  border: 1px solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  content: " ";
}

.card--mobile:before {
  border-color: rgba(199, 199, 199, 0);
  border-top-color: #c8c8c8;
  border-width: 18px;
  margin-left: -18px;
}

.card--mobile:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #f5f5f5;
  border-width: 15px;
  margin-left: -15px;
}

.card--static {
  width: 50%;
}

.card--static [class*="col"] {
  text-align: center;
  min-width: 33%;
  margin-bottom: 91px;
}

.card--static strong {
  display: block;
  margin-bottom: 20px;
}

.card--static h4 {
  font-size: 24px !important;
  color: #6f6f6f;
}

@media (max-width: 768px) {
  .card--static {
    width: 100%;
  }
  .card--static [class*="col"] {
    width: 50%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 27px;
  }
}

.card--gray {
  min-width: 150px;
  padding: 25px;
  margin: 15px;
  max-width: 300px;
}

.card--gray img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.card--gray img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (max-width: 768px) {
  .card--gray {
    max-height: inherit;
    margin: 0;
    padding: 0;
    height: 220px;
  }
  .card--gray img {
    height: 100%;
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.card__header {
  position: relative;
  height: 200px;
  width: 270px;
  max-width:100%;
}

@media (max-width: 767px) {
  .card__header {
    width: 150px;
    min-width: 150px;
    height: 150px;
  }
}

.card__header[class*="--large"] {
  max-width: 100%;
  width: 340px;
  height: 340px;
}

@media (max-width: 768px) {
  .card__header[class*="--large"] {
    width: 315px;
    height: 315px;
  }
}

.card__header[class*="--large"] a {
  overflow: hidden;
}

.card__header[class*="--large"] a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.card__header[class*="--large"] a,
.card__header[class*="--large"] img {
  -webkit-transition: transform 0.7s ease 0s;
  -webkit-transition: -webkit-transform 0.7s ease 0s;
  transition: -webkit-transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s;
  transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
}

.card__header h6 {
  position: absolute;
  top: 0;
  left: 0;
  background: #c1822f;
  color: #fefefe;
  text-align: center;
  width: 100%;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .card__header h6 {
    display: none;
  }
}

.card__header a {
  width: 100% !important;
  height: 100%;
}

.card__header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__date {
  color: #777;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 3rem;
  text-align: center;
  text-transform: capitalize;
}

.card__body {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  /*padding: 3rem;*/
}

/*@media (max-width: 991px) {
  .card__body {
    padding: 1.5rem;
  }
}*/

/*.card__info {
  margin-bottom: 3rem;
}*/

.card__info h4 {
  margin-top: 22px;
  margin-bottom: 11px;
}

.card__info h5 {
  text-align: center;
  margin-top: 22px;
}

@media (max-width: 767px) {
  .card__info h5 {
    margin: 0 0 33px;
    padding: 18px 10px 0;
  }
}

.card__info h6 {
  color: #6f6f6f;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .card__info h6 {
    margin-top: 30px;
  }
}

.card__info p {
  color: #6f6f6f;
  margin-top: 18px;
}

.card__footer {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding: 0 15px 20px;
}

@media (max-width: 767px) {
  .card__footer {
    padding: 0 10px 10px;
  }
}

.card__footer .ico {
  font-size: 24px;
}

@media (max-width: 768px) {
  .card__footer .ico {
    font-size: 20px;
  }
}

.card__title {
  font-family: "Merlo Neue Round", sans-serif !important;
  font-size: 2rem !important;
  letter-spacing: inherit;
  margin: 0 !important;
  min-height: 100px;
  text-align: center !important;
}

@media (max-width: 768px) {
  .card__title {
    min-height: unset;
  }
}

.card__title a {
  line-height: 1.4;
  text-transform: initial !important;
}

.card__title a::before {
  display: none !important;
}

.card__title h3 {
  letter-spacing: -2.17px;
  font-size: 1.625em;
  margin-bottom: 5px;
}

.card__badge {
  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;
  font-family: "BourtonBase", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  background-color: #eb0028;
  color: #f8dc49;
  border-radius: 50%;
  width: 33.33333px;
  height: 33.33333px;
}

.ru .card__badge {
  font-family: "Museo Sans", sans-serif;
}

@media (min-width: 768px) {
  .card__badge {
    font-size: 2rem;
    width: 50px;
    height: 50px;
  }
}

.carousel .card .card__badge {
  left: 4.5px;
  top: 81.91667px;
}

.card__overlay {
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fefefe;
  text-align: center;
  word-break: break-word;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}

.card__overlay h3 {
  margin: 0;
}

.card__overlay:hover {
  opacity: 1;
}

.card__extract {
  color: #6f6f6f;
  margin: 20px auto 40px;
  max-width: 85%;
}

.cards--related li img {
  max-width: 80%;
}

@media (max-width: 768px) {
  .cards--related li {
    width: 100%;
  }
}

/** -----------------------------------------------------------------------------------------------
CAROUSEL STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
.carousel .slick-arrow {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  z-index: 1;
  height: 55px;
  width: 55px;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel .slick-arrow:hover {
  width: 60px;
  height: 60px;
}

.carousel .slick-prev {
  background-image: url("/static/imgs/arrow-left.fea3e373a77b.svg");
}

.carousel .slick-next {
  background-image: url("/static/imgs/arrow-right.ab174ba4f156.svg");
}

.carousel .slick-next:before,
.carousel .slick-prev:before {
  content: "";
}

.carousel .slick-dots {
  left: none;
}

.carousel .slick-dots li {
  margin-left: none;
}

.carousel .slick-dots li button:before {
  color: #7f7f7f;
  font-size: 12px;
}

.carousel .slick-dots li.slick-active button:before {
  color: #eb0028;
}

.carousel--large, .carousel--static {
  position: fixed;
  top: 0;
  z-index: 0;
  background: #fefefe;
  width: 100vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.carousel--large .slick-slide, .carousel--static .slick-slide {
  position: relative;
}

@media (min-width: 768px) {
  .carousel--large .slick-slide, .carousel--static .slick-slide {
    text-align: center;
    overflow: hidden;
    height: 100vh;
  }
}

.carousel--large .slick-prev, .carousel--static .slick-prev {
  left: 78px;
}

.carousel--large .slick-next, .carousel--static .slick-next {
  right: 78px;
}

.carousel--large {
  top: 0;
}

.carousel--large .slick-slide {
  height: 100vh;
}

@media (min-width: 768px) {
  .carousel--static .slick-slide {
    min-height: 600px;
    height: 42.93vh;
  }
}

.carousel--small {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .carousel--small {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.carousel--small .slick-arrow {
  opacity: 0;
}

.carousel--small .slick-slide:hover {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  background: #fefefe;
}

.carousel--small:hover .slick-arrow {
  opacity: 1;
}

.carousel--split {
  position: relative;
}

.carousel--split .arrow-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 35%;
}

@media (min-width: 992px) {
  .carousel--split .arrow-container {
    width: 25%;
  }
}

.carousel--split .slides {
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  opacity: 0;
}

.carousel--split .slides.slick-initialized {
  opacity: 1;
}

.carousel--split .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .carousel--split .slick-track {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.carousel--split .slick-slide:not(.slick-center) {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.carousel--split .slick-slide .card--single {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.5;
}

.carousel--split .slick-center {
  text-align: center;
}

.carousel--split .slick-center .card--single {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.carousel--split .slick-arrow {
  top: 45%;
}

.carousel--split .slick-prev {
  left: 3.5vw;
}

@media (min-width: 992px) {
  .carousel--split .slick-prev {
    left: 5px;
  }
}

.carousel--split .slick-next {
  right: 3.5vw;
}

@media (min-width: 992px) {
  .carousel--split .slick-next {
    right: 5px;
  }
}

.carousel--images {
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .carousel--images {
    display: block;
  }
}

.carousel--images .img__list {
  position: relative;
}

.carousel--images .img__tab {
  font-family: "BourtonBase", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #7f7f7f;
}

.ru .carousel--images .img__tab {
  font-family: "Museo Sans", sans-serif;
}

.carousel--images .img__tab.slick-current {
  color: #fefefe;
}

.carousel--images-mobile {
  display: block;
}

@media (min-width: 768px) {
  .carousel--images-mobile {
    display: none;
  }
}

.carousel--images-mobile .img__list img {
  padding: 20px 0;
}

.carousel--images-mobile .img__nav ul li {
  font-family: "BourtonBase", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fefefe;
  padding: 5px 0;
}

.ru .carousel--images-mobile .img__nav ul li {
  font-family: "Museo Sans", sans-serif;
}

@media (max-width: 1099px) and (min-width: 1024px) {
  .carousel--duo {
    padding: 0 60px;
  }
}

.carousel--duo img {
  padding-top: 50px;
  padding-bottom: 50px;
}

.carousel--duo [class*="--left"] {
  padding: 0 5% 10%;
}

.carousel--duo [class*="--left"] h4 {
  font-family: "Merlo Neue Round", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 11px;
}

.ru .carousel--duo [class*="--left"] h4 {
  font-family: "Museo Sans", sans-serif;
}

.ru .carousel--duo [class*="--left"] h4 {
  font-family: "Museo Sans", sans-serif;
}

@media (min-width: 768px) {
  .carousel--duo [class*="--left"] {
    padding: 0 10%;
  }
}

.carousel--duo .slick-prev {
  left: 0;
}

@media (min-width: 1100px) {
  .carousel--duo .slick-prev {
    left: -60px;
  }
}

.carousel--duo .slick-next {
  right: 0;
}

@media (min-width: 1100px) {
  .carousel--duo .slick-next {
    right: -60px;
  }
}

@media (max-width: 991px) {
  .carousel--duo .duo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 10%;
  }
  .carousel--duo .duo__content {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%;
  }
}

/** -----------------------------------------------------------------------------------------------
COLLAPSIBLE BLOCK STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
.collapsible {
  position: relative;
  background-color: #eb0028;
  color: #fefefe;
  text-align: center;
  list-style-type: none;
  padding: 17.5px 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .collapsible {
    padding: 33.5px 0;
  }
}

.collapsible.is-fixed {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
}

.collapsible .dropdown-cta {
  font-family: inherit;
  font-size: 1.125em;
  font-weight: 400;
}

.ru .collapsible .dropdown-cta {
  font-family: "Museo Sans", sans-serif;
}

@media (min-width: 768px) {
  .collapsible .dropdown-cta {
    font-family: inherit;
    font-size: 1.5em;
    font-weight: 400;
  }
  .ru .collapsible .dropdown-cta {
    font-family: "Museo Sans", sans-serif;
  }
}

.collapsible a.dropdown-toggle {
  display: inline;
  color: #fefefe;
  list-style-type: none;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.125em;
  height: 33px;
}

@media (min-width: 768px) {
  .collapsible a.dropdown-toggle {
    font-size: 1.5em;
  }
}

.collapsible .selected-collection {
  padding-bottom: 2px;
  -webkit-perspective-origin: bottom;
          perspective-origin: bottom;
  -webkit-perspective: 200px;
          perspective: 200px;
}

.collapsible .selected-collection span {
  position: relative;
  bottom: 0;
  z-index: 0;
  color: #ffcd29;
}

.collapsible .selected-collection .next-selected-label {
  display: none;
}

.collapsible .caret-container {
  display: inline-block;
  margin-left: 12px;
}

.collapsible .caret-container .ico {
  color: #fefefe;
  font-size: 11px;
}

/** -----------------------------------------------------------------------------------------------
CURTAINS STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
.curtain {
  text-align: center;
  padding: 60px 0;
  width: 100vw;
}

.curtain--clear {
  background-color: #fcfcfc;
  background: #fcfcfc -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.075)));
  background: #fcfcfc linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.075));
  padding: 70px 30px 90px;
}

@media (min-width: 768px) {
  .curtain--clear {
    padding: 130px 15px 150px;
  }
}

.curtain--dark {
  color: #fefefe;
}

@media (min-width: 992px) {
  .curtain--dark {
    padding: 120px 0;
  }
}

.curtain--shadow {
  -webkit-box-shadow: 0 1px 30px 1px #e5e5e5;
          box-shadow: 0 1px 30px 1px #e5e5e5;
  text-align: inherit;
  background: 0;
}

@media (max-width: 768px) {
  .curtain--shadow {
    padding: 30px 0;
  }
}

/** -----------------------------------------------------------------------------------------------
FILTERS STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.filters {
  gap: 1.5rem;
  margin: 5rem 0;
}

@media (max-width: 480px) {
  .filters {
    display: block !important;
    margin: 3rem 0;
  }
}

.filters__label {
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .filters__label {
    margin: 0 0 2rem;
  }
}

.filters__group {
  gap: 1.5rem;
}

@media (max-width: 480px) {
  .filters__group {
    display: block !important;
  }
}

.filters__input {
  background-color: #fefefe !important;
  background-image: url("/static/imgs/arrow-down.svg");
  background-position: 85% 20px;
  background-size: 10px;
  background-repeat: no-repeat;
  border: none !important;
  color: #eb0028 !important;
  padding: 0 5rem 0 1.5rem !important;
  text-transform: uppercase;
  width: auto !important;
}

@media (max-width: 480px) {
  .filters__input {
    background-position: 95% 20px;
    width: 100% !important;
  }
  .filters__input:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

/** -----------------------------------------------------------------------------------------------
INPUT GROUPS STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.input-group .btn-inline {
  background-color: transparent;
  padding-left: 26px;
  height: 50px;
}

.input-group .btn-inline .ico {
  color: #6f6f6f;
  font-size: 20px;
}

.input-group .text-danger.field-validation-error {
  display: block;
  color: #eb0028;
  text-align-last: left;
  font-size: 85%;
  padding: 5px;
}

.input-group--single {
  margin: 0 auto;
  max-height: 50px;
}

@media (min-width: 768px) {
  .input-group--single {
    max-width: 375px;
  }
}

.input-group--horizontal {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .input-group--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input-group--horizontal select {
    margin: 1em 0;
  }
}

@media (min-width: 768px) {
  .input-group--horizontal select {
    margin-right: 5px;
  }
  .input-group--horizontal select:last-child {
    margin-right: 0;
  }
}

.input-group--outline {
  border: 1px solid #6f6f6f;
}

.input-group--outline:focus-within {
  border-color: #eb0028;
}

.search-container-mobile .input-group > div,
.nav-content .input-group > div {
  border-right: 0.5px solid #e93a28;
  height: 100%;
  padding: 20px 50px;
}

.search-container-mobile .input-group > div:nth-child(2),
.nav-content .input-group > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-container-mobile .input-group > div:last-child,
.nav-content .input-group > div:last-child {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

@media (max-width: 768px) {
  .search-container-mobile .input-group > div,
  .nav-content .input-group > div {
    border-top: 0.5px solid #e93a28;
    padding: 20px;
  }
  .search-container-mobile .input-group > div:nth-child(1),
  .nav-content .input-group > div:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .search-container-mobile .input-group > div:nth-child(2),
  .nav-content .input-group > div:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

/** -----------------------------------------------------------------------------------------------
MODAL STYLES

USE FOR: Views & Components.
----------------------------------------------------------------------------------------------- **/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  width: 100%;
  height: 100%;
}

.modal.visible {
  display: block;
}

.modal .modal-content {
  border: 1px solid #7f7f7f;
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 95%;
}

@media (min-width: 768px) {
  .modal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.modal .modal-content .close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}

.modal .modal-content .close-modal .ico {
  font-size: 28px;
  color: #7f7f7f;
}

.modal--small .modal-content {
  text-align: center;
  width: 315px;
  padding: 45px 55px;
}

.modal--small a:not(.btn):not(.ico) {
  margin-top: 23px;
}

.modal--image .modal-content {
  width: 100%;
}

@media (min-width: 768px) {
  .modal--image .modal-content {
    width: 50%;
  }
}

.modal--image .modal-content img {
  max-width: 90vw;
}

@media (min-width: 768px) {
  .modal--image .modal-content img {
    max-width: 40vw;
  }
}

.modal--split .modal-content {
  max-width: 1220px;
  min-width: 90%;
}

@media (min-width: 768px) {
  .modal--split .modal-content {
    padding-top: 30px;
    max-width: 1220px;
    min-width: 740px;
  }
}

.modal--alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

@media (min-width: 768px) {
  .modal--alert {
    font-size: 16px;
  }
}

.modal--alert .modal-content {
  border-radius: 4px;
  background-color: #fefefe;
  overflow: hidden;
  padding: 0;
  margin: 600px auto 0;
  width: 350px;
}

@media (min-width: 768px) {
  .modal--alert .modal-content {
    width: 600px;
    margin: 200px auto 0;
  }
}

.modal--alert .modal-content .close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal--alert .modal-content header {
  background-color: #fcfcfc;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 8px;
}

.modal--alert .modal-content main {
  width: 100%;
  padding: 22px;
}

.modal--alert .modal-content main .ico {
  color: #eb0028;
}

.modal--alert .modal-content footer {
  border-top: 1px solid #d8d8d8;
  padding: 8px 10px;
  direction: rtl;
}

.modal--alert .modal-content footer button {
  min-width: inherit;
  height: auto;
  padding: 5px 15px;
}

/** -----------------------------------------------------------------------------------------------
NAVIGATION STYLES

USE FOR: Components & Views.
----------------------------------------------------------------------------------------------- **/
.nav, .footer__nav {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nav li, .footer__nav li {
  cursor: pointer;
  margin: 0 15px;
}

@media (max-width: 991px) {
  .nav li, .footer__nav li {
    margin: 0;
  }
  .nav li.card--tab, .footer__nav li.card--tab {
    margin: 0 5px;
  }
}

.nav--fixed {
  display: none !important;
  -webkit-transition: opacity 0.7s ease-in-out 0s;
  transition: opacity 0.7s ease-in-out 0s;
  opacity: 0;
}

.nav--fixed li {
  -webkit-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
  width: 210px;
}

.nav--fixed li:hover, .nav--fixed li.active {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  background-color: #fefefe;
}

@media (min-width: 768px) {
  .nav--fixed.sticky {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 10;
    background: #f5f5f5;
    opacity: 1;
    width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .nav--fixed.sticky h5 {
    margin: 0;
    padding: 10px 0;
  }
}

.nav--wide {
  width: 55%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 60px auto;
}

@media (min-width: 768px) {
  .nav--wide {
    width: 65%;
  }
}

.nav--wide li {
  margin: 0 20px;
}

.nav--pagination {
  margin: 2rem auto;
}

.nav--pagination > li {
  margin: 0 7px;
}

.nav--pagination > li > a:not(.btn):not(.ico) {
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
  display: block;
  border: 1px solid transparent;
  background: none;
  color: #6f6f6f;
  padding: 4px 0;
  min-width: 30px;
  text-align: center;
  line-height: 1.4;
}

.nav--pagination > li > a:not(.btn):not(.ico) .ico {
  color: #6f6f6f;
}

.nav--pagination > li > a:not(.btn):not(.ico):hover {
  border: 1px solid #eb0028;
  background-color: #eb0028;
  color: #fefefe;
}

.nav--pagination > li > a:not(.btn):not(.ico):hover .ico {
  color: #fefefe;
}

.nav--pagination > li:first-child a:not(.btn):not(.ico) {
  border-radius: 0 0;
  margin-left: 0;
}

.nav--pagination > li:last-child a:not(.btn):not(.ico) {
  border-radius: 0 0;
}

.nav--pagination > li.active a:not(.btn):not(.ico) {
  border: 1px solid #eb0028;
  background-color: #eb0028;
  text-align: center;
  color: #fefefe;
}

.nav--pagination > li.disabled a:not(.btn):not(.ico) {
  background-color: transparent;
  border: 0;
  color: #6f6f6f;
  cursor: not-allowed;
}

.nav--fourcol {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto -20px;
  max-width: 1170px;
  padding: 60px 15px 10px;
}

.nav--fourcol li {
  margin: 0 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}

@media (min-width: 768px) {
  .nav--fourcol li {
    -ms-flex: 0 0 24%;
    -webkit-box-flex: 0;
            flex: 0 0 24%;
    max-width: 24%;
  }
}

.nav--fourcol li a {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.ru .nav--fourcol li a {
  font-family: "Museo Sans", sans-serif;
}

@media (min-width: 768px) {
  .nav--fourcol {
    padding: 5% 15px;
  }
}

.nav--vertical {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.nav--vertical li {
  width: 100%;
  margin: 0;
}

.nav--vertical a:not(.btn):not(.ico) {
  font-size: 18px;
  margin: 0 0 20px;
}

.nav--vertical .divider {
  border-top: 0.5px solid #e93a28;
  padding-top: 25px;
  margin-top: 5px;
}

.nav--tabs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.nav--tabs li {
  border-bottom: 6px solid #7f7f7f;
  text-align: center;
  color: #6f6f6f;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  padding-bottom: 20px;
}

.nav--tabs li.active, .nav--tabs li:hover {
  border-color: #eb0028;
}

/** -----------------------------------------------------------------------------------------------
RATING

USE FOR: Views & Components.
----------------------------------------------------------------------------------------------- **/
.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating .rate-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.rating .rate-back .ico {
  color: #c8c8c8;
}

.rating .rate-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.rating .rate-front .ico {
  color: #eb0028;
}

.rating-enabled {
  display: inline-block;
}

.rating-enabled label {
  display: inline-block;
  color: #c8c8c8;
  margin-right: 8px;
}

.rating-enabled input {
  display: none;
}

.rating-enabled .ico {
  cursor: pointer;
  float: right;
}

.rating-enabled .ico:hover,
.rating-enabled .ico:hover ~ .ico,
.rating-enabled input:checked ~ .ico {
  color: #eb0028;
}

.rating-large .ico, .rating-enabled .ico {
  font-family: "mission";
  font-size: 32px;
  font-weight: 400;
}

.ru .rating-large .ico, .ru .rating-enabled .ico {
  font-family: "Museo Sans", sans-serif;
}

/** -----------------------------------------------------------------------------------------------
BLOG STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.blog__post {
  background-color: #f5f5f5;
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .blog__post {
    padding: 4rem 0;
  }
}

.blog__post-header {
  background-color: #eb0028;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 13rem 0 0;
  padding: 7rem 0;
}

@media (max-width: 768px) {
  .blog__post-header {
    margin: 3rem 0 0;
    padding: 3rem 0;
  }
}

.blog__post-header-title {
  background-color: #eb0028;
  color: #fefefe;
  padding: 1rem 1.5rem 2.5rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .blog__post-header-title {
    font-size: 4rem;
  }
}

.blog__post-box {
  background-color: transparent;
  margin: 0 5rem 0 0;
  padding: 0 4rem 0 0;
  width: 60%;
}

@media (max-width: 991px) {
  .blog__post-box {
    margin: 0 0 5rem;
    padding: 0;
    width: 100%;
  }
}

.blog__post-details {
  margin: 0 0 3rem;
}

.blog__post-title {
  font-family: "Merlo Neue Round", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.2;
  margin: 0 0 3rem;
  word-break: break-word;
}

@media (min-width: 1500px) {
  .blog__post-title {
    font-size: 5rem;
  }
}

@media (max-width: 768px) {
  .blog__post-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 575px) {
  .blog__post-title {
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .blog__post-title {
    font-size: 3.2rem;
  }
}

.blog__post-actions {
  gap: 1.25rem;
  margin: 0 0 2rem;
}

.blog__post-social {
  background-color: #fefefe;
  border-radius: 100%;
  color: #eb0028;
  display: inline-block;
  font-size: 2rem;
  padding: 1.15rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog__post-social:hover {
  background-color: #eb0028;
  color: #fefefe;
}

.blog__post-date {
  font-size: 1.5rem;
  text-transform: capitalize;
}

.blog__post-date, .blog__post-body {
  color: #6f6f6f;
}

.blog__post-body h2,
.blog__post-body h3 {
  line-height: 1.3;
}

.blog__post-body h2 a,
.blog__post-body h3 a {
  font-family: "Merlo Neue Round", sans-serif !important;
  font-weight: 700 !important;
  font-size: 2.8rem !important;
  letter-spacing: 0.5px;
  text-align: initial !important;
  text-decoration: underline !important;
}

.blog__post-body h2 a::before,
.blog__post-body h3 a::before {
  content: unset;
  display: none;
}

@media (max-width: 480px) {
  .blog__post-body h2 a,
  .blog__post-body h3 a {
    font-size: 2.5rem;
  }
}

.blog__post-body p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .blog__post-body p {
    font-size: 1.6rem;
  }
}

.blog__post-body p:not(:last-child) {
  margin: 0 0 2.5rem;
}

.blog__post-body img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

.blog__post-img-box {
  margin: 2.5rem 0;
}

.blog__related {
  background-color: #f5f5f5;
  padding: 3rem 0 8rem;
}

.blog__related-title {
  display: block;
  margin: 0 0 5rem;
  text-align: center;
}

/** -----------------------------------------------------------------------------------------------
DUO SECTION STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.duo {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 50vw;
}

.history .duo {
  max-height: none;
}

@media (max-width: 768px) {
  .duo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 991px) {
  .duo {
    max-height: none;
  }
}

.duo--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .duo--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: none;
  }
}

.duo--aligned {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .duo--secondary {
    min-height: 40vw;
    max-height: 80vh;
  }
}

@media (max-width: 991px) {
  .duo--secondary {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

@media (max-width: 991px) {
  .duo--tertiary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.duo--tertiary [class*="__content"]:first-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  width: 70%;
}

@media (max-width: 991px) {
  .duo--tertiary [class*="__content"]:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.duo--tertiary [class*="__content"]:last-child {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  width: 30%;
}

@media (max-width: 991px) {
  .duo--tertiary [class*="__content"]:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.duo__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
}

@media (max-width: 768px) {
  .duo__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.duo__content[class*="--left"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

@media (min-width: 768px) {
  .duo__content .card__header img {
    max-width: 40vw;
  }
}

@media (min-width: 1200px) {
  .duo__content .card__header img {
    max-width: 35vw;
  }
}

.duo__extract {
  padding: 0 6%;
}

@media (max-width: 991px) {
  .duo__extract {
    padding: 25px 6%;
  }
}

@media (max-width: 768px) {
  .duo__extract {
    padding: 50px 30px 60px;
  }
}

.duo__extract p {
  color: #c8c8c8;
  margin-bottom: 50px;
}

.duo iframe,
.duo .card {
  width: 100%;
}

.duo iframe {
  border: none;
  background: transparent;
}

/** -----------------------------------------------------------------------------------------------
FOOTER STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.footer {
  position: relative;
  background-color: #eb0028;
  color: #eb0028;
  text-align: center;
  text-transform: uppercase;
  padding-top: 65px;
  font-size: 14px;
  clear: both;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 60px;
    font-size: 16px;
  }
}

.footer__logo:not(.btn):not(.ico) {
  width: 110px;
  height: 75px;
}

.footer__title {
  font-weight: 700;
  margin: 30px auto 50px;
}

.footer__divider {
  border: 0 solid;
  display: block;
  background-color: #e93a28;
  margin: 0 auto;
  height: 2px;
}

.footer__divider:last-child {
  margin-bottom: 50px;
}

.footer__nav {
  padding: 30px 0;
}

@media (max-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__nav li {
    margin: auto;
  }
}

.footer__nav li {
  font-weight: 600;
  padding: 12px 0;
}

@media (max-width: 991px) {
  .footer__nav li {
    margin: 0 15px;
  }
}

.footer__nav li [class*="link--"] {
  text-transform: uppercase;
}

.footer__alt {
  background: #ffcd29;
  margin: 0 auto;
  font-size: 14px;
  padding: 30px;
  height: 75px;
}

@media (max-width: 768px) {
  .footer__alt {
    height: auto;
  }
}

.footer__alt .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .footer__alt .container {
    -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;
  }
}

.footer__alt .container a.link--secondary {
  color: #eb0028 !important;
}

.footer__alt .container:after, .footer__alt .container:before {
  content: none;
}

.footer__copyright {
  display: inline-block;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .footer__copyright {
    margin-bottom: 15px;
  }
}

.footer__legal {
  display: inline-block;
  font-size: 13px;
}

.footer__legal a[class*="link--"]:not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .footer__legal a[class*="link--"] {
    display: block;
    margin: 0 auto;
  }
  .footer__legal a[class*="link--"]:not(:last-child) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.footer .list--social {
  margin-bottom: 50px;
}

.cookie-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 999;
  -webkit-transition: bottom 0.5s 0s;
  transition: bottom 0.5s 0s;
  display: none;
  width: 100%;
  background: #000000;
}

.cookie-wrapper > a:not(.btn):not(.ico) {
  border: 2px solid #fefefe;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 10px 10px 0 0;
  color: #fefefe;
  float: right;
  font-size: 14px;
}

.cookie-wrapper > div {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 40px;
}

@media (min-width: 1025px) {
  .cookie-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 25px;
    text-align: left;
  }
  .cookie-wrapper > div button {
    margin-left: 10px;
  }
}

.cookie-wrapper > div p {
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fefefe;
}

.ru .cookie-wrapper > div p {
  font-family: "Museo Sans", sans-serif;
}

.cookie-wrapper.hidden {
  bottom: -100%;
}

/** -----------------------------------------------------------------------------------------------
HEADER STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  background: #eb0028;
  height: auto;
  width: 100%;
  min-height: 50px;
}

.navbar.transparent {
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar.with-links {
    top: 20px;
  }
  .navbar.with-links ~ .nav-content {
    top: 130px;
  }
}

.navbar:after, .navbar:before,
.navbar .navbar-header:after,
.navbar .navbar-header:before {
  display: table;
  content: " ";
}

.navbar:after,
.navbar .navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar .navbar-header {
    float: left;
  }
}

.navbar a.navbar-brand {
  -webkit-transform: none !important;
  transform: none !important;
  float: left;
  position: static !important;
  height: 50px;
}

.navbar a.navbar-brand:before {
  display: none;
}

.navbar a.navbar-brand .mission-logo {
  position: absolute;
  top: 4px;
  left: 30px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  width: 70px;
  height: 50px;
}

@media (min-width: 768px) {
  .navbar a.navbar-brand .mission-logo {
    position: absolute;
    top: 17px;
    left: 30px;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 108px;
    height: 72px;
  }
}

@media (min-width: 1200px) {
  .navbar a.navbar-brand .mission-logo {
    left: 65px;
  }
}

.navbar .navbar-toggle {
  background-color: transparent;
  background-image: none;
  float: right;
}

@media (min-width: 768px) {
  .navbar .navbar-toggle {
    display: none;
  }
}

.navbar .navbar-nav {
  margin: 7.5px -15px;
}

.navbar .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar.mobile-nav-expanded .overlay {
  bottom: 0;
  right: 0;
}

.navbar .navigation-container {
  overflow: hidden;
  padding: 5px 15px;
}

.navbar .navigation-container .navbar-toggle {
  margin-top: 14px;
}

@media (min-width: 768px) {
  .navbar .navigation-container {
    height: 110px;
    padding: 30px 45px;
  }
}

.navbar .nav, .navbar .footer__nav {
  display: none;
}

@media (min-width: 768px) {
  .navbar .nav, .navbar .footer__nav {
    font-size: 1.25em;
  }
}

@media (max-width: 1199px) {
  .navbar .nav, .navbar .footer__nav {
    margin-left: 0;
  }
}

.navbar .nav li > a, .navbar .footer__nav li > a {
  padding: 0;
  margin: 10px 25px;
}

@media (max-width: 1199px) {
  .navbar .nav li > a, .navbar .footer__nav li > a {
    margin: 10px 15px;
    font-size: 17px;
  }
}

.navbar .container {
  position: relative;
}

.navbar .navbar-nav a {
  font-size: 18px;
}

.navbar .hamburger-box {
  padding: 0;
}

.navbar .hamburger-box .ico {
  font-size: 22px;
}

.navbar .search-icon {
  display: none;
}

.navbar .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 35px;
  color: #fefefe;
  width: 100%;
}

.navbar .social-links .social-title {
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ru .navbar .social-links .social-title {
  font-family: "Museo Sans", sans-serif;
}

.navbar .social-links .list--social {
  margin: 0 30px;
}

.navbar .language {
  display: inline-block;
  margin-right: 20px;
  color: #fefefe;
  height: auto;
}

@media (max-width: 991px) {
  .navbar .language {
    margin-right: 15px;
  }
  .navbar .language a {
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
  .navbar .language {
    position: absolute;
    top: 10px;
    right: 30px;
    padding: 10px 34px;
  }
}

.navbar .language a {
  font-size: 14px;
}

.navbar .language a .ico {
  display: inline-block;
  font-size: 17px;
  line-height: 16px;
  width: 15px;
  vertical-align: bottom;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .navbar .navigation-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 15px;
  }
  .navbar .nav, .navbar .footer__nav {
    display: block;
  }
  .navbar .navbar-nav {
    float: none;
  }
  .navbar .navbar-nav li {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }
  .navbar .navbar-brand-container {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  .navbar .navbar-brand {
    overflow: hidden;
    height: auto;
    margin-left: 0 !important;
    width: 90px;
  }
  .navbar .navbar-static-top {
    text-align: center;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
  .navbar .mission-logo {
    width: 108px;
    height: 72px;
  }
  .navbar .hamburger-box {
    display: none;
  }
  .navbar .search-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    text-align: right;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  .navbar .search-icon:hover {
    cursor: pointer;
  }
  .navbar .search-icon .ico {
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .navbar .navigation-container {
    padding: 20px 45px;
  }
}

.nav-content {
  display: none;
  position: fixed;
  top: 100px;
  z-index: 201;
  width: 100vw;
}

.nav-content > div {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 201;
  -webkit-animation: fade 0.5s;
  animation: fade 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  color: #fefefe;
  background: #eb0028;
  border-top: 0.5px solid #e93a28;
  width: 100%;
  font-size: 20px;
  padding-bottom: 60px;
}

.nav-content > div h5 {
  margin: 66px 0 36px;
}

.nav-content > div h5 a.link--secondary:before {
  z-index: 201;
}

.nav-content > div a:not(.btn):active, .nav-content > div a:not(.btn):hover, .nav-content > div a:not(.btn):link, .nav-content > div a:not(.btn):visited {
  text-align: left;
  text-decoration: none;
}

.nav-content ul li {
  font-size: 16px;
}

.nav-content ul li li a {
  margin-bottom: 16px;
}

.nav-content .btn, .nav-content #product-description a, #product-description .nav-content a {
  width: auto;
  display: inline-block;
}

.nav-content .duo h6 {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.ru .nav-content .duo h6 {
  font-family: "Museo Sans", sans-serif;
}

.nav-content .duo h4 {
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.ru .nav-content .duo h4 {
  font-family: "Museo Sans", sans-serif;
}

.nav-content .duo .feature-image {
  width: 90%;
  height: 285px;
  margin-bottom: 10px;
}

.nav-content .search-content {
  padding-bottom: 0 !important;
}

.nav-content .search-content .container {
  max-width: 100vw;
}

.nav-content .search-content input[type="text"] {
  outline: none;
}

@media (min-width: 768px) {
  .nav-content {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .nav-content .nav-featured-item {
    width: 50%;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
  -webkit-transition: all 0.5s 0s;
  transition: all 0.5s 0s;
  background-color: #eb0028;
  width: 0;
  height: 100%;
  overflow-x: hidden;
}

.overlay .navbar-brand {
  position: absolute;
  top: 20px;
  left: 31px;
  padding: 0;
}

.overlay .navbar-brand .mission-logo {
  position: absolute;
  top: -10px;
  left: 0;
  width: 70px;
  height: 50px;
}

.overlay a.close,
.overlay a.back {
  position: absolute;
  top: 15px;
  text-decoration: none;
  font-size: 28px;
  height: 28px;
  width: 28px;
}

.overlay a.close:before,
.overlay a.back:before {
  display: none;
}

.overlay .close {
  right: 20px;
}

.overlay .back {
  left: 20px;
}

@media (min-width: 768px) {
  .overlay {
    width: 0 !important;
  }
}

.overlay.sub-nav {
  background-color: #fefefe;
}

.overlay.sub-nav .link--title {
  font-family: "Merlo Neue Round Bold", sans-serif;
  margin-bottom: 28px;
}

.ru .overlay.sub-nav .link--title {
  font-family: "Museo Sans", sans-serif;
}

.overlay.sub-nav a,
.overlay.sub-nav h6,
.overlay.sub-nav i {
  color: #eb0028;
}

.overlay.sub-nav h6 {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  text-transform: uppercase;
  margin: 0;
}

.overlay.sub-nav a.close {
  color: #eb0028;
  top: 15px;
  font-size: 30px;
  line-height: 0.5;
}

.mobile-navbar {
  position: relative;
  top: 108px;
  padding: 0 20px;
}

.mobile-navbar a:not(.ico):not(.btn),
.mobile-navbar .nav-category-button {
  white-space: nowrap;
  text-align: left;
  width: 100%;
  font-size: 23px;
  margin-bottom: 16px;
}

.mobile-navbar a:not(.ico):not(.btn):before,
.mobile-navbar .nav-category-button:before {
  display: none;
}

.mobile-navbar .nav-category-link, .mobile-navbar .nav-category-button {
  display: block;
}

.mobile-navbar .nav-category-link {
  display: none !important;
}

.mobile-navbar .nav-category.selected-category .nav-category-link,
.mobile-navbar .nav-category.selected-category .nav-category-button {
  display: block !important;
}

.mobile-navbar .nav-category.selected-category .nav-category-button {
  font-weight: 700;
  margin-bottom: 28px;
}

.search-container-mobile {
  display: none;
  border: 0.5px solid #e93a28;
  position: relative;
  top: 120px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.search-container-mobile .holder {
  padding: 20px 0;
}

.search-container-mobile select {
  display: inline-block;
  margin: 0 0 0 31px;
  width: 100%;
  height: 100%;
}

.search-container-mobile .search-caret {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 35px;
}

.search-container-mobile .left {
  border-right: 0.5px solid #e93a28;
}

.search-content button,
.search-container-mobile button {
  border: none;
  background: none;
}

.search-content .ico-arrow,
.search-container-mobile .ico-arrow {
  cursor: pointer;
  font-size: 26px;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .search-content .ico-arrow,
  .search-container-mobile .ico-arrow {
    padding-top: 5px;
  }
}

@media (min-width: 768px) {
  .header-social {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #b52217;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 30px;
  }
  .header-social .list--social {
    width: 100%;
    margin: 5px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-social .list--social li .ico {
    color: #fff;
    font-size: 20px;
  }
  .header-social .list--social li .ico:hover {
    color: #eb0028;
  }
}

/** -----------------------------------------------------------------------------------------------
NEWS STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.news__text-box {
  color: #6f6f6f;
  max-width: 73rem;
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0 0;
  text-align: center;
}

.news__text-box h3 {
  color: initial;
  font-size: 2.8rem;
}

.news__text-box p {
  font-size: 1.8rem !important;
}

.news__text-box a {
  text-transform: lowercase !important;
}

/** -----------------------------------------------------------------------------------------------
STAGE STYLES

USE FOR: Views.
----------------------------------------------------------------------------------------------- **/
.stage {
  position: fixed;
  top: 60px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fefefe;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .stage {
    height: 600px;
    top: 110px;
  }
}

.stage:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  content: "";
}

.stage__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.stage__text {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 60px 30px 69px;
}

@media (min-width: 768px) {
  .stage__text {
    padding: 0;
  }
}

.stage__text h1,
.stage__text h6 {
  background: #eb0028;
  color: #fefefe;
  display: inline-block;
  padding: 2px 5px;
}

.stage__text h6 {
  line-height: 1.4;
}

@media (min-width: 992px) {
  .stage__text h6 {
    margin-bottom: 0;
    padding: 5px 5px 2px;
  }
}

.stage__text h1 {
  margin: -2px 0 30px;
  padding: 0 10px 15px;
}

.stage__text h4 {
  margin: 0 auto;
  line-height: 1.5;
  max-width: 600px;
}

.stage--simple {
  height: 250px;
}

@media (min-width: 768px) {
  .stage--simple {
    height: 300px;
  }
}

.stage--simple .stage__text {
  padding: 10px 30px;
}

@media (min-width: 768px) {
  .stage--simple .stage__text {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .stage--simple h6 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .stage--simple h6 {
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .stage--simple h1 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .stage--simple h1 {
    padding: 0 10px 15px;
  }
}

.stage--full {
  top: 0;
  width: 100vw;
}

.window {
  height: 90vh;
  max-height: 600px;
  z-index: -5;
}

@media (min-width: 768px) {
  .window.hero-half {
    height: 50vh;
  }
}

@media (min-width: 768px) and (max-height: 700px) {
  .window.hero-half {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .window {
    height: calc(100vh - 60px);
  }
  .home .window {
    height: calc(86.67vw + 140px);
  }
}

.home .window {
  max-height: none;
}

.window.hero-large {
  height: 230px;
}

@media (min-width: 768px) {
  .window.hero-large {
    height: 600px;
  }
}

.window.hero-short {
  height: 250px;
}

@media (min-width: 768px) {
  .window.hero-short {
    height: 300px;
  }
}

.carousel--large .stage .stage__text,
.carousel--static .stage .stage__text {
  position: relative;
  z-index: 200;
  padding: 0 30px;
  margin: 50px auto;
}

@media (min-width: 768px) {
  .carousel--large .stage .stage__text,
  .carousel--static .stage .stage__text {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 100%;
    padding: 30px 59px;
  }
}

.carousel--large .stage .stage__text br,
.carousel--static .stage .stage__text br {
  display: block;
}

@media (min-width: 768px) {
  .carousel--large .stage .stage__text br,
  .carousel--static .stage .stage__text br {
    display: none;
  }
}

.carousel--large .stage {
  top: 0;
  height: 100vh;
  width: 100vw;
}

.carousel--large .stage__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.carousel--large .stage__text h1,
.carousel--large .stage__text h6 {
  background: none;
  font-size: 7.18em;
}

.carousel--large .stage__text h1 {
  margin: 0.67em 0;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .carousel--large .stage--full {
    height: calc(86.67vw + 140px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .carousel--large .stage--full .stage__img {
    height: 86.67vw;
  }
  .carousel--large .stage--full .stage__text {
    position: absolute;
    top: 86.67vw;
    z-index: 10;
    margin: 0;
  }
  .carousel--large .stage--full .stage__text h6, .carousel--large .stage--full .stage__text h1 {
    display: none;
  }
}

.carousel--large.no-animate .stage__img img {
  -webkit-animation: none;
          animation: none;
}

@media (max-width: 768px) {
  .carousel--static .stage {
    display: block !important;
    position: relative;
    margin: 0;
    padding: 0;
  }
  .carousel--static .stage:before {
    display: none;
  }
  .carousel--static .stage__img {
    position: relative;
    width: 100%;
    height: 86.67vw;
  }
  .carousel--static .stage__text h1,
  .carousel--static .stage__text h6 {
    background: none;
  }
  .carousel--static .stage__text h6 {
    color: #7f7f7f;
    margin: 0;
  }
  .carousel--static .stage__text h1 {
    color: #000000;
    margin-top: 0;
  }
  .carousel--static .stage__text .btn, .carousel--static .stage__text #product-description a, #product-description .carousel--static .stage__text a {
    -webkit-transition: transform 0.2s ease-out 0s;
    -webkit-transition: -webkit-transform 0.2s ease-out 0s;
    transition: -webkit-transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s;
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */