/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.rangeslider{position:relative;display:block;cursor:pointer;height:25px;width:100%}.rangeslider__fill,.rangeslider__fill__bg,.rangeslider__handle{display:block;position:absolute;top:50%;height:2px;z-index:2;background:#29e;border-radius:10px;will-change:width}.rangeslider__handle{will-change:width,height,top;width:14px;height:14px;display:inline-block;z-index:3;cursor:pointer;border:solid 2px #fff;border-radius:50%;-webkit-transition:width .1s ease-in-out,height .1s ease-in-out,top .1s ease-in-out;transition:width .1s ease-in-out,height .1s ease-in-out,top .1s ease-in-out}.rangeslider__handle:active{background:#107ecd}.rangeslider__fill__bg{background:#ccc;width:100%}.rangeslider--disabled{opacity:.4}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.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%;
  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%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.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.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.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.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.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.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.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.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@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%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@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%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@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%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@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%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .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.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .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.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .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.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .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.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.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;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
      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;
      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;
      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;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        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;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        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;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        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;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        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;
        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;
        align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.noty_layout_mixin,
#noty_layout__top,
#noty_layout__topLeft,
#noty_layout__topCenter,
#noty_layout__topRight,
#noty_layout__bottom,
#noty_layout__bottomLeft,
#noty_layout__bottomCenter,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out;
}

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@keyframes noty_modal_in {
  100% {
    opacity: .3;
  }
}

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0;
  }
}

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0;
  }
}

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/front/fonts/Roboto-Light.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/front/fonts/Roboto-Regular.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/front/fonts/Roboto-Medium.woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/front/fonts/Roboto-Bold.woff");
  font-weight: normal;
  font-style: normal;
}

.noty_theme__mint.noty_type__success {
  background-color: #ffffff;
  border-top: 2px solid #55bac9;
  color: #000;
  -webkit-box-shadow: 0px 2px 5px #0000003d;
          box-shadow: 0px 2px 5px #0000003d;
  border-image-source: linear-gradient(to left, #93c827, #55bac9);
  border-image-slice: 1;
  border-bottom: none;
}

.sliderItems .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sliderItems .slick-slide {
  margin: 0 12px;
  height: auto;
  padding-bottom: 20px;
}

.sliderItems.withoutPadding .slick-slide {
  padding-bottom: 0 !important;
}

.sliderItems .slickArrow {
  position: absolute;
  top: 50%;
  font-size: 60px;
  width: 30px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #404040;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sliderItems .slickArrow.slickArrowLeft {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.sliderItems .slickArrow.slickArrowRight {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.sliderItem {
  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;
  padding: 16px;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sliderItem .sliderItemLabel {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 40px;
}

.sliderItem .sliderItemLabelHighRated {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 40px;
}

.sliderItem .sliderItemImage {
  width: auto;
  height: 200px;
}

.sliderItem .sliderItemImage img {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sliderItem .sliderItemTitle {
  color: #404040;
  font-size: 18px;
  line-height: 26px;
  font-family: "Roboto-Medium";
  display: block;
  text-align: center;
  padding: 20px 0;
  word-break: break-word;
}

.sliderItem .sliderItemcategoryImage {
  text-align: center;
  margin: 5px;
}

.sliderItem .sliderItemcategoryImage img {
  max-height: 30px;
  margin: 0 auto;
}

.sliderItem .sliderItemPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
}

.sliderItem .sliderItemPrice .sliderItemPriceLeft {
  width: 50%;
  height: auto;
}

.sliderItem .sliderItemPrice .sliderItemPriceLeft .currentPrice {
  font-size: 24px;
  line-height: 24px;
  font-family: "Roboto-Bold";
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
  height: auto;
}

.sliderItem .sliderItemPrice .sliderItemPriceLeft .oldPrice {
  color: #838383;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto-Medium";
  text-decoration: line-through;
  white-space: nowrap;
  height: auto;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight {
  width: 50%;
  height: auto;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemDiscount {
  color: #93c827;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto-Medium";
  margin-right: 10px;
  height: auto;
  text-align: right;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemAction .sliderItemLike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemAction .sliderItemLike li {
  margin: 0 2px;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemAction .sliderItemLike li a {
  color: #404040;
  font-family: "Roboto-Medium";
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemAction .sliderItemLike li a img {
  width: 20px;
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemAction .sliderItemLike li a img.dislikeIcon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.sliderItem .sliderItemPrice .sliderItemPriceRight .sliderItemAction .sliderItemLike li a span {
  margin-left: 2px;
}

.sliderItem .button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .sliderItem .button {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.sliderItem:hover .button {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sliderShops .slideShopCont {
  height: 100%;
  width: 100%;
}

.sliderShops .slideShopCont a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.categoryItemWrapper {
  margin: 30px 0;
}

.categoryItem {
  position: relative;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .categoryItem {
    padding: 8px;
  }
}

.categoryItem.expired {
  pointer-events: none;
  background-color: #ececec !important;
}

.categoryItem.expired .categoryGalleryContainer,
.categoryItem.expired .categoryItemContainer {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.categoryItem .categoryGalleryContainer {
  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%;
}

.categoryItem .categoryGalleryContainer .categoryItemImage {
  height: 220px;
  width: auto;
  max-width: 200px;
}

@media only screen and (max-width: 576px) {
  .categoryItem .categoryGalleryContainer .categoryItemImage {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

.categoryItem .categoryGalleryContainer .categoryItemImage img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 140px;
}

@media only screen and (max-width: 576px) {
  .categoryItem .categoryGalleryContainer .categoryItemImage img {
    width: 100%;
  }
}

.categoryItem .categoryGalleryContainer .categoryImage {
  margin-top: 10px;
  height: 35px;
  text-align: center;
}

.categoryItem .categoryGalleryContainer .categoryImage img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  /*@include filter(grayscale(100%));*/
}

.categoryItem .categoryItemContainer {
  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;
  padding-left: 20px;
  width: 100%;
}

.categoryItem .categoryItemTitle {
  color: #404040;
  font-size: 17px;
  line-height: 25px;
  font-family: "Roboto-Medium";
  display: block;
  word-break: break-word;
}

.categoryItem .categoryItemPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.categoryItem .categoryItemPrice .categoryItemPriceLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.categoryItem .categoryItemPrice .categoryItemPriceLeft .currentPrice {
  font-size: 22px;
  line-height: 22px;
  font-family: "Roboto-Bold";
  color: #404040;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .categoryItem .categoryItemPrice .categoryItemPriceLeft .currentPrice {
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 576px) {
  .categoryItem .categoryItemPrice .categoryItemPriceLeft .currentPrice {
    font-size: 18px;
    line-height: 18px;
  }
}

.categoryItem .categoryItemPrice .categoryItemPriceLeft .oldPrice {
  color: #838383;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto-Medium";
  text-decoration: line-through;
  white-space: nowrap;
}

.categoryItem .categoryItemPrice .categoryItemPriceRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemDiscount {
  color: #93c827;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto-Medium";
  margin-right: 10px;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemDiscount {
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 576px) {
  .categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemDiscount {
    font-size: 18px;
    line-height: 18px;
  }
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemAction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemAction .categoryItemLike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemAction .categoryItemLike li {
  margin: 0 2px;
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemAction .categoryItemLike li a {
  color: #404040;
  font-family: "Roboto-Medium";
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemAction .categoryItemLike li a img {
  width: 30px;
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemAction .categoryItemLike li a img.dislikeIcon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.categoryItem .categoryItemPrice .categoryItemPriceRight .categoryItemAction .categoryItemLike li a span {
  margin-left: 2px;
}

.categoryItem .button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .categoryItem .button {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.categoryItem:hover .button {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.special {
  color: #838383;
}

.categoryItemLabels {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: auto !important;
}

.categoryItemLabels .categoryItemLabel {
  width: 40px;
  display: inline-block;
}

.categoryItemLabelStatus {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: auto !important;
}

.categoryItemLabelStatus .categoryItemLabel {
  width: 90px;
  display: inline-block;
}

.catIconOverlay {
  position: absolute;
  opacity: .4;
  width: 20vw;
  right: 0;
  top: 0;
  max-width: 240px;
  -webkit-transform: translate(30%, -20%) rotate(10deg);
  transform: translate(30%, -20%) rotate(10deg);
}

@media only screen and (max-width: 576px) {
  .catIconOverlay {
    display: none;
  }
}

.itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.itemBox .itemContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}

@media only screen and (max-width: 576px) {
  .itemBox .itemContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.itemBox .itemContent .itemLabelStatus {
  position: absolute;
  top: 0;
  left: 0;
}

.itemBox .itemContent .itemLabelStatus img {
  width: 150px;
}

.itemBox .itemContent .itemImage {
  max-width: 50%;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 576px) {
  .itemBox .itemContent .itemImage {
    max-width: 100%;
  }
}

.itemBox .itemContent .itemImage .slick-slide {
  padding-bottom: 0 !important;
}

.itemBox .itemContent .itemImage .itemImageSlider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.itemBox .itemContent .itemImage .slickArrow {
  position: absolute;
  top: 50%;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #404040;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.itemBox .itemContent .itemImage .slickArrow.slickArrowLeft {
  left: 0;
}

.itemBox .itemContent .itemImage .slickArrow.slickArrowRight {
  right: 0;
}

.itemBox .itemContent .itemImage img {
  margin: 0 auto;
  display: block;
}

.itemBox .itemContent .itemInfo {
  width: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 576px) {
  .itemBox .itemContent .itemInfo {
    width: 100%;
  }
}

.itemBox .itemContent .itemInfo .itemTitle {
  font-size: 24px;
  line-height: 34px;
  color: #404040;
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .itemBox .itemContent .itemInfo .itemTitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
}

.itemBox .itemContent .itemInfo .categoryTitle {
  color: #bebebe;
  font-family: "Roboto-Medium";
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.itemBox .itemContent .itemInfo .itemText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 140px;
  overflow-y: auto;
}

.itemBox .itemContent .itemInfo .itemText .labelText {
  font-family: "Roboto-Medium";
  color: #404040;
  font-size: 14px;
  line-height: 24px;
}

.itemBox .itemActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 576px) {
  .itemBox .itemActions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.itemBox .itemActions .extra-fields {
  width: 40px;
}

.itemBox .itemActions .itemAction {
  margin-bottom: 10px;
}

.itemBox .itemActions .userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemBox .itemActions .userInfo .userIcon {
  width: 40px;
  margin-right: 10px;
}

.itemBox .itemActions .userInfo .userName {
  color: #404040;
  font-family: "Roboto-Medium";
  font-size: 18px;
  line-height: 18px;
}

.itemBox .itemActions .itemShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemBox .itemActions .itemShare .shareTitle {
  font-size: 14px;
  line-height: 14px;
  color: #bebebe;
  margin-right: 3px;
}

.itemBox .itemActions .itemShare .shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemBox .itemActions .itemShare .shareList li {
  margin: 0 3px;
}

.itemBox .itemActions .itemShare .shareList li a {
  font-size: 14px;
  line-height: 14px;
  color: #bebebe;
}

.itemBox .itemActions .itemShare .shareList li a:hover {
  color: #93c827;
}

.itemBox .itemActions .itemLike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemBox .itemActions .itemLike li {
  margin: 0 2px;
}

.itemBox .itemActions .itemLike li a {
  color: #404040;
  font-family: "Roboto-Medium";
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemBox .itemActions .itemLike li a img {
  width: 40px;
}

.itemBox .itemActions .itemLike li a img.dislikeIcon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.itemBox .itemActions .itemLike li a span {
  margin-left: 2px;
}

.itemPriceBox {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  .itemPriceBox {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 576px) {
  .itemPriceBox {
    padding: 0 20px;
  }
}

.itemPriceBox .itemHighRated {
  position: absolute;
  right: 4.5px;
  top: -2px;
  width: calc(100% - 30px);
  text-align: right;
}

.itemPriceBox .itemHighRated img {
  max-width: 65px;
}

.itemPriceBox .itemStore {
  margin: 30px 0 40px;
  text-align: center;
}

.itemPriceBox .itemStore img {
  max-width: 200px;
  max-height: 100px;
}

.itemPriceBox .itemPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.itemPriceBox .itemPrice .itemPriceLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.itemPriceBox .itemPrice .itemPriceLeft .currentPrice {
  font-size: 36px;
  line-height: 36px;
  font-family: "Roboto-Bold";
  color: #000;
  margin-bottom: 10px;
  white-space: nowrap;
}

.itemPriceBox .itemPrice .itemPriceLeft .oldPrice {
  color: #838383;
  font-size: 22px;
  line-height: 22px;
  font-family: "Roboto-Medium";
  text-decoration: line-through;
  white-space: nowrap;
}

.itemPriceBox .itemPrice .itemPriceRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.itemPriceBox .itemPrice .itemPriceRight .itemDiscount {
  color: #93c827;
  font-size: 26px;
  line-height: 26px;
  font-family: "Roboto-Medium";
}

.itemPriceBox .itemMethods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.itemPriceBox .itemMethods .itemMethodsRight {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.itemPriceBox .itemMethods .itemMethodsRight ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.itemPriceBox .itemMethods ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itemPriceBox .itemMethods ul li {
  margin-right: 8px;
}

.itemPriceBox .itemMethods ul li:last-child {
  margin-right: 0;
}

.itemPriceBox .itemMethods ul li img {
  width: 40px;
}

.subItemsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .subItemsBox {
    margin-top: 80px;
  }
}

.subItemsBox .subItemRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.subItemsBox .subItemRow:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.subItemsBox .subItemTitle {
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .subItemsBox .subItemTitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
}

.subItemsBox .subItemCurrentPrice {
  font-size: 30px;
  line-height: 30px;
  font-family: "Roboto-Bold";
  color: #000;
  white-space: nowrap;
}

.subItemsBox .subItemOldPrice {
  color: #838383;
  font-size: 22px;
  line-height: 22px;
  font-family: "Roboto-Medium";
  text-decoration: line-through;
  white-space: nowrap;
}

.subItemsBox .subItemDiscount {
  color: #93c827;
  font-size: 22px;
  line-height: 30px;
  font-family: "Roboto-Medium";
  margin-bottom: 0;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  min-height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index: 9999;
}

.sidebar.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footerTop {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 0;
  position: relative;
}

footer .footerTop .footerLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footerTop .footerLogo img {
  height: 100%;
  width: auto;
}

footer .footerTop .footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

footer .footerTop .footerSocial li {
  margin: 0 10px;
}

footer .footerTop .footerSocial li a {
  color: #3f403a;
  font-size: 24px;
  line-height: 24px;
}

footer .footerTop .footerSocial li a:hover {
  color: #93c827;
}

footer .footerBotom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ececec;
  min-height: 60px;
}

@media only screen and (max-width: 576px) {
  footer .footerBotom {
    padding: 20px 0;
  }
}

footer .footerBotom .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
  footer .footerBotom .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footerBotom .nav .navItem {
  margin-right: 20px;
  position: relative;
}

@media only screen and (max-width: 576px) {
  footer .footerBotom .nav .navItem {
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3f403a;
    width: 100%;
  }
}

footer .footerBotom .nav .navItem:before {
  content: '';
  display: block;
  height: 16px;
  width: 2px;
  background-color: #3f403a;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media only screen and (max-width: 576px) {
  footer .footerBotom .nav .navItem:before {
    display: none;
  }
}

footer .footerBotom .nav .navItem:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 576px) {
  footer .footerBotom .nav .navItem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

footer .footerBotom .nav .navItem:last-child:before {
  display: none;
}

footer .footerBotom .nav .navItem .navAction {
  font-size: 14px;
  line-height: 24px;
  color: #3f403a;
  font-family: "Roboto-Medium";
}

footer .footerBotom .nav .navItem .navAction:hover {
  color: #93c827;
}

footer .footerCopyright {
  height: 60px;
  color: #404040;
  font-size: 12px;
  font-family: "Roboto-Medium";
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ececec;
}

.footerImage {
  width: 100%;
  display: block;
}

.tab__action {
  display: block;
  margin: 60px 0;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: .5;
}

.tab__action > * {
  pointer-events: none;
}

.tab__action:hover,
.tab__action.active {
  color: #000;
  opacity: 1;
}

.tab__body {
  display: none;
}

.tab__body.active {
  display: block;
}

@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
}

header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .navbar .navbarTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background-color: #f4f4f4;
}

header .navbar .navbarTop .headerMobileMenu {
  display: none;
}

@media only screen and (max-width: 1400px) {
  header .navbar .navbarTop .headerMobileMenu {
    display: block;
  }
}

header .navbar .navbarTop .searchField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

header .navbar .navbarTop .searchField .searchIcon {
  position: absolute;
  color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  line-height: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}

header .navbar .navbarTop .searchField input {
  border: none;
  outline: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  color: #404040;
  font-family: "Roboto-Medium";
  padding-left: 30px;
  width: 100%;
}

header .navbar .navbarTop .searchField input::-webkit-input-placeholder {
  color: #bebebe;
  font-family: "Roboto-Medium";
  font-style: italic;
}

header .navbar .navbarTop .searchField input::-moz-placeholder {
  color: #bebebe;
  font-family: "Roboto-Medium";
  font-style: italic;
}

header .navbar .navbarTop .searchField input:-ms-input-placeholder {
  color: #bebebe;
  font-family: "Roboto-Medium";
  font-style: italic;
}

header .navbar .navbarTop .searchField input:-moz-placeholder {
  color: #bebebe;
  font-family: "Roboto-Medium";
  font-style: italic;
}

header .navbar .navbarTop .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}

header .navbar .navbarTop .logo img {
  height: 100%;
  width: auto;
}

header .navbar .navbarTop .headerActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .navbarTop .headerActions li {
  margin: 0 10px;
}

header .navbar .navbarTop .headerActions li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navbar .navbarTop .headerActions li a .notificationsIndication {
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  background-color: #55bac9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 100%;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

header .navbar .navbarTop .headerActions li a .headerActionsIcon {
  height: 40px;
  width: auto;
}

header .navbar .navbarMenu {
  background-color: #ececec;
  border-bottom: 5px solid #93c827;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1400px) {
  header .navbar .navbarMenu {
    display: none;
  }
}

header .navbar .navbarMenu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow-x: auto;
  padding: 0 30px;
}

header .navbar .navbarMenu .nav .menuItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .navbarMenu .nav .menuItem:last-child {
  margin-right: 0;
}

header .navbar .navbarMenu .nav .menuItem .menuItemLink {
  color: #000;
  font-family: "Roboto-Medium";
  font-size: 16px;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  height: 60px;
  position: relative;
  overflow-y: hidden;
}

header .navbar .navbarMenu .nav .menuItem .menuItemLink:hover {
  color: #93c827;
}

header .navbar .navbarMenu .nav .menuItem .menuItemLink.active {
  color: #93c827;
}

header .navbar .navbarMenu .nav .menuItem .menuItemLink.active:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #93c827;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}

header .navbar .navbarMenu .nav .menuItem .menuItemLink .menuItemIcon {
  height: 40px;
  width: auto;
  margin-right: 10px;
}

header .navbar .navMobile {
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f4f4f4;
  padding: 12px;
}

@media only screen and (max-width: 767px) {
  header .navbar .navMobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

header .navbar .navMobile a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .navMobile .mobileLogo {
  width: 40px;
  display: block;
}

header .navbar .navMobile .mobileLogo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

header .navbar .navMobile .mobileActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

header .navbar .navMobile .mobileActions li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px;
}

header .navbar .navMobile .mobileActions .mobileMenuOpen {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar .navMobile .mobileActions .mobileMenuOpen .mobileSearchIcon {
  font-size: 20px;
  line-height: 20px;
}

header .navbar .navMobile .mobileActions .headerActionsIcon {
  height: 30px;
  width: auto;
}

header .navbar .navMobile .mobileActions .notificationsIndication {
  width: 12px;
  height: 12px;
  color: #fff;
  font-size: 10px;
  line-height: 0;
  background-color: #55bac9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  border-radius: 100%;
  -webkit-transform: translate(30%, -30%);
  transform: translate(30%, -30%);
}

.mobileMenu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 60px;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background-color: #f4f4f4;
  z-index: 50;
  display: none;
  height: calc(100% - 60px);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1400px) {
  .mobileMenu {
    top: 120px;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mobileMenu {
    top: 60px;
  }
}

.mobileMenu.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mobileMenu .mobileNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 30px 20px;
}

.mobileMenu .mobileNav li {
  padding: 12px 0;
}

.mobileMenu .mobileNav li a {
  color: #404040;
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto-Medium";
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobileMenu .mobileNav li a:hover,
.mobileMenu .mobileNav li a:focus,
.mobileMenu .mobileNav li a.active {
  color: #93c827;
}

.mobileMenu .mobileNav li a .menuItemIcon {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 12px;
}

.mobileMenu .burger {
  height: 30px;
}

body .burger {
  display: block;
  width: 30px;
  height: 40px;
  opacity: 1;
  margin-left: 12px;
}

body .burger span::before {
  top: -8px;
}

body .burger span::after {
  top: 8px;
}

body .burger span::before,
body .burger span::after {
  content: "";
  position: absolute;
}

body .burger span,
body .burger span::before,
body .burger span::after {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  background: #93c827 none repeat scroll 0 0;
  display: block;
  height: 2px;
  width: 26px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

body .burger span {
  margin: 0 auto 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .burger3.selected span {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

body .burger3.selected span::before {
  -webkit-transform: translate(0px, 8px) rotate(90deg);
  transform: translate(0px, 8px) rotate(90deg);
}

body .burger3.selected span::after {
  -webkit-transform: translate(0px, -8px) rotate(90deg);
  transform: translate(0px, -8px) rotate(90deg);
}

.button {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  color: #fff;
  background-color: #55bac9;
  font-family: "Roboto-Medium";
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  border: 2px solid #55bac9;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.6);
}

.button.loadMore {
  background-color: #fff;
  border: 2px solid #55bac9;
  color: #55bac9;
}

.button.secondary {
  background-color: #93c827;
  border-color: #93c827;
}

.button.secondary:hover {
  color: #93c827;
}

.button:hover {
  color: #55bac9;
  background-color: #fff;
}

.button.withoutHover:hover {
  color: #fff;
  background-color: #55bac9;
}

.button.withRadius {
  border-radius: 6px;
}

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

.buttonContainer .button {
  margin: auto;
  max-width: 300px;
}

.socialLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 100%;
  padding: 0 16px;
  color: #fff;
}

.socialLogin:hover {
  color: #fff;
  opacity: .9;
}

.socialLogin.facebook {
  background-color: #3b5998;
}

.socialLogin i {
  font-size: 20px;
  line-height: 20px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  padding-right: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.socialLogin span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Roboto-Medium";
}

.commentsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 20px;
}

.commentsBox .commentsBoxHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #f4f4f4;
}

.commentsBox .commentsBoxHeader .commentsIcon {
  width: 40px;
  margin-right: 10px;
}

.commentsBox .commentsBoxHeader .commentsLabel {
  color: #404040;
  font-family: "Roboto-Medium";
  font-size: 18px;
  line-height: 18px;
}

.commentsBox .commentsBoxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.commentsBox .commentsBoxContent .commentRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #f4f4f4;
}

.commentsBox .commentsBoxContent .commentRow .commentUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.commentsBox .commentsBoxContent .commentRow .commentUser .userInfo {
  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;
}

.commentsBox .commentsBoxContent .commentRow .commentUser .userInfo .userIcon {
  width: 40px;
  margin-right: 10px;
}

.commentsBox .commentsBoxContent .commentRow .commentUser .userInfo .userName {
  color: #93c827;
  font-family: "Roboto-Medium";
  font-size: 18px;
  line-height: 18px;
  margin-top: 6px;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo {
  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;
  min-height: 100%;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .commentDate {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 4px;
  color: #bebebe;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .commentReplyAction {
  cursor: pointer;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .commentReplyAction:hover {
  color: #404040;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .commentText p {
  color: #404040;
  margin-bottom: 0;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .itemAction {
  line-height: 1;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .itemLike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .itemLike li {
  margin: 0 2px;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .itemLike li a {
  color: #404040;
  font-family: "Roboto-Medium";
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .itemLike li a img {
  width: 24px;
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .itemLike li a img.dislikeIcon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.commentsBox .commentsBoxContent .commentRow .commentInfo .itemLike li a span {
  margin-left: 2px;
}

.commentsBox .commentsBoxContent .commentReply {
  display: none;
}

.commentsBox .commentsBoxContent .commentReply.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commentsBox form {
  width: 100%;
}

.commentsBox textarea {
  max-width: 100%;
  height: 100px;
  background-color: #f4f4f4;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #555f77;
  font-family: inherit;
  font-size: 14px;
  padding: 5px 10px;
  outline: none;
  width: 100%;
}

.commentsBox button {
  width: auto;
  min-width: 280px;
}

.couponItem {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 6px;
}

.couponItem .couponInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.couponItem .couponInner .couponContent {
  display: block;
  height: 100% !important;
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #404040;
}

.couponItem .couponInner > div {
  height: auto !important;
}

.couponItem .couponImage {
  width: auto;
  height: 80px;
  text-align: center;
}

.couponItem .couponImage img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}

.couponItem .couponCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.couponItem .couponClipBoard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*flex: 1;*/
}

.couponItem .couponClipBoard .couponCode {
  background: #f3f1f1;
  padding: 9px;
  border-radius: 5px 0 0 5px;
  width: 100%;
  border: none;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.couponItem .couponClipBoard button {
  background: #f4f4f4;
  border-color: transparent;
  height: 36px;
}

.couponItem .couponClipBoard img {
  vertical-align: middle;
}

.couponItem .couponSlide {
  height: 30px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 auto 20px;
  padding: 0 20px;
  color: #404040;
  background-color: #f4f4f4;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.couponItem .couponSlide.active {
  color: #fff;
  background-color: #55bac9;
}

.couponItem .couponSlide.active:before {
  left: inherit;
  right: 0;
  -webkit-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}

.couponItem .couponSlide:before {
  content: '';
  width: 8px;
  height: 32px;
  border: 1px solid #404040;
  background-color: #838383;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.back-side {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background: #ececec;
  opacity: 0;
  padding: 33px 16px;
  overflow: auto;
  z-index: -1;
}

.back-side.is-flipped {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  z-index: 1;
}

.open-back-side,
.close-back-side {
  position: absolute;
  right: 0;
  top: 0;
  height: auto !important;
  padding: 5px;
  line-height: 1;
  cursor: pointer;
  font-size: 1.5em;
  color: #838383;
}

.partnerImage {
  height: 200px;
  width: auto;
  padding: 20px 40px;
  text-align: center;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partnerImage img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.partnerImage:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.backDrop {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  display: none;
}

.modalBox {
  width: auto;
  max-width: 600px;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  color: #404040;
  padding: 50px 40px 30px;
  z-index: 60;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 576px) {
  .modalBox {
    width: 100%;
    padding: 40px 20px 20px;
    height: 100vh;
    top: 0;
    overflow-y: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.modalBox.loginBox {
  max-width: 400px;
}

.modalBox .modalBoxContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modalBox .modalBoxContent .modalTitle {
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.modalBox .modalBoxContent .loginOptions {
  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%;
}

.modalBox .modalBoxContent .loginOptions .button {
  margin-bottom: 10px;
}

.modalBox .modalBoxContent .loginOptions .orLine {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}

.modalBox .modalBoxContent .loginOptions .restOptions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 20px;
}

.modalBox .modalBoxContent .loginOptions .restOptions a {
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}

.modalBox .modalBoxContent .loginOptions .restOptions a:hover {
  color: #93c827;
}

.modalBox .boxClose {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .modalBox .boxClose {
    width: 20px;
    height: 20px;
  }
}

.modalBox .boxClose i {
  color: #93c827;
  font-size: 30px;
  line-height: 30px;
}

@media only screen and (max-width: 576px) {
  .modalBox .boxClose i {
    font-size: 24px;
    line-height: 24px;
  }
}

.inputCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 20px 0;
}

.inputCol .inputField {
  height: 40px;
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 12px;
  font-size: 16px;
  line-height: 26px;
  background-color: #fff;
  color: #404040;
}

.inputCol .inputField ::-webkit-input-placeholder {
  color: #838383;
}

.inputCol .inputField :-moz-placeholder {
  color: #838383;
}

.inputCol .inputField ::-moz-placeholder {
  color: #838383;
}

.inputCol .inputField :-ms-input-placeholder {
  color: #838383;
}

.inputCol .inputField.withError {
  border-color: #c70c0c;
}

.inputCol .error {
  position: absolute;
  left: 0;
  bottom: -16px;
  color: #c70c0c;
  font-size: 12px;
  line-height: 12px;
}

.inputCol label i {
  font-style: normal;
  color: #55bac9;
  margin-left: 4px;
}

.userMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  height: 100vh;
  width: 400px;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media only screen and (max-width: 767px) {
  .userMenu {
    width: 100%;
    max-width: 400px;
  }
}

.userMenu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.userMenu .userMenuHeader {
  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;
}

.userMenu .userMenuHeader .userMenuHeaderTop {
  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;
  background-color: #55bac9;
  padding: 8px;
}

.userMenu .userMenuHeader .userMenuHeaderTop .closeUserMenu {
  color: #fff;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.userMenu .userMenuHeader .userMenuHeaderTop .cloud {
  position: absolute;
}

.userMenu .userMenuHeader .userMenuHeaderTop .cloud.cloudLeft {
  width: 110px;
  display: block;
  left: 30px;
  top: 40px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .userMenu .userMenuHeader .userMenuHeaderTop .cloud.cloudLeft {
    width: 90px;
    left: 20px;
  }
}

.userMenu .userMenuHeader .userMenuHeaderTop .cloud.cloudRight {
  width: 80px;
  display: block;
  right: 50px;
  top: 60px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .userMenu .userMenuHeader .userMenuHeaderTop .cloud.cloudRight {
    right: 30px;
    width: 60px;
  }
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage {
  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;
  text-align: center;
  margin-top: 30px;
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage .profileImageContent {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  border: 4px solid #000;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage .profileName {
  font-family: "Roboto-Medium";
  color: #404040;
  font-size: 22px;
  line-height: 22px;
  display: block;
  margin-top: 8px;
  text-align: center;
  cursor: pointer;
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage .profileName > i {
  font-size: 16px;
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage .profileLabel {
  font-family: "Roboto-Medium";
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 6px;
  text-align: center;
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage .arrows {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 6px;
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage .arrows img {
  width: 50px;
  display: block;
  margin: auto;
}

.userMenu .userMenuHeader .userMenuHeaderTop .profileImage .arrows .arrowsCount {
  font-family: "Roboto-Medium";
  color: #000;
  font-size: 14px;
  line-height: 14px;
  display: block;
  margin-top: 4px;
  text-align: center;
}

.userMenu .userMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 6px solid #63881a;
  background-color: #93c827;
}

.userMenu .userMenuList li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.userMenu .userMenuList li a {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .userMenu .userMenuList li a {
    height: 40px;
  }
}

.userMenu .userMenuList li a.active:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.userMenu .userMenuList li a i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .userMenu .userMenuList li a i {
    font-size: 30px;
    line-height: 30px;
  }
}

.userMenu .userMenuList li a i .indication {
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 0;
  background-color: #55bac9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-family: "Roboto-Regular";
  border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .userMenu .userMenuList li a i .indication {
    width: 12px;
    height: 12px;
    font-size: 8px;
  }
}

.userMenu .userMenuBody {
  background-color: #404040;
  height: calc(100vh - 318px);
  overflow-y: auto;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .userMenu .userMenuBody {
    height: calc(100vh - 298px);
  }
}

.userMenu .userMenuBody .userMenuTab {
  display: none;
}

.userMenu .userMenuBody .userMenuTab.active {
  display: block;
}

.userMenu .userMenuBody .iconsLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
  margin-top: 8px;
}

.userMenu .userMenuBody .iconsLine .iconsLineContent {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.userMenu .userMenuBody .iconsLine .iconsLineContent .icon-list {
  color: #fff;
  margin-left: 6px;
}

.userMenu .userMenuBody .notificationsList {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  padding: 0 30px 0px 40px;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup.active .notificationsContent .notificationRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup.active .notificationsGroupTitle .notificationsToggle {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d0d0d0;
  color: #404040;
  font-family: "Roboto-Bold";
  font-size: 10px;
  line-height: 11px;
  height: 24px;
  padding: 0 12px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2px;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle span {
  position: relative;
  z-index: 2;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle:before {
  content: '';
  height: 100%;
  width: 28px;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 40px;
  background-position: center right;
  opacity: .2;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle.upload:before {
  background-image: url("/front/images/svgs/uploadoffer.svg");
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle.likes:before {
  background-image: url("/front/images/svgs/thumbup_press.svg");
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle.comments:before {
  background-image: url("/front/images/svgs/comments.svg");
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle.achievements:before {
  background-image: url("/front/images/svgs/points.svg");
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsGroupTitle .notificationsToggle {
  width: 20px;
  height: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #d0d0d0;
  position: absolute;
  top: 0;
  right: -20px;
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: none;
  transition: none;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6px 0;
  height: 30px;
  background-color: #535252;
  padding: 0 12px;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow.notificationRowHighlighted {
  background-color: #55bac9;
  background-image: linear-gradient(141deg, #55bac9 60%, #93c827);
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText,
.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText a {
  display: block;
  height: auto;
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  position: relative;
  padding-right: 32px;
  font-family: "Roboto-Medium";
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText .points,
.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText a .points {
  position: absolute;
  right: -8px;
  top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText .points .pointCount,
.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText a .points .pointCount {
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  display: block;
  margin-right: -4px;
  font-family: "Roboto-Bold";
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText .points img,
.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationText a .points img {
  display: block;
  width: 28px;
}

.userMenu .userMenuBody .notificationsList .notificationsGroup .notificationsContent .notificationRow .notificationDate {
  position: absolute;
  width: 40px;
  left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  height: 30px;
  font-family: "Roboto-Medium";
}

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

.userMenu .userMenuBody .badgesList .badgeCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 10px 0;
  opacity: .4;
}

.userMenu .userMenuBody .badgesList .badgeCol.active {
  opacity: 1;
}

.userMenu .userMenuBody .badgesList .badgeCol.active img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

.userMenu .userMenuBody .badgesList .badgeCol img {
  width: 80px;
  margin: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.userMenu .userMenuBody .badgesList .badgeCol .badgeTitle {
  font-family: "Roboto-Bold";
  display: block;
  text-align: center;
  color: #93c827;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.userMenu .userMenuBody .badgesList .badgeCol .badgeText {
  font-family: "Roboto-Bold";
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 12px;
  margin-top: 4px;
}

.userMenu .userMenuBody .levelsList .levelRow {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6px 0;
  height: 30px;
  background-color: #535252;
  padding: 0 12px;
}

.userMenu .userMenuBody .levelsList .levelRow.levelGained {
  background-color: #55bac9;
  background-image: linear-gradient(141deg, #55bac9 60%, #93c827);
}

.userMenu .userMenuBody .levelsList .levelTitle {
  font-family: "Roboto-Bold";
  color: #fff;
  font-size: 14px;
}

.userMenu .userMenuBody .levelsList .levelPoints {
  text-align: right;
  font-size: 14px;
  color: #fff;
}

.userMenu .userMenuBody .levelsList img {
  width: 25px;
  position: absolute;
}

.userMenu .userMenuBody .userSettingsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.userMenu .userMenuBody .userSettingsHeader .userImageLabel {
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: center;
  color: #93c827;
  margin-bottom: 10px;
}

.userMenu .userMenuBody .userSettingsHeader .userImageContainer {
  display: block;
  margin: auto;
  border: 4px solid #000;
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

.userMenu .userMenuBody .userSettingsHeader .userImageContainer .userImageContent {
  position: relative;
  width: 100%;
  height: 100%;
}

.userMenu .userMenuBody .userSettingsHeader .userImageContainer .userImageContent img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 0;
}

.userMenu .userMenuBody .userSettingsHeader .userImageContainer .userImageContent:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: .2;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
}

.userMenu .userMenuBody .userSettingsHeader .userImageContainer .userImageContent .userImageAction {
  font-family: "Roboto-Bold";
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 20px;
  color: #fff;
  z-index: 4;
}

.userMenu .userMenuBody .settingsForm {
  margin: 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.userMenu .userMenuBody .settingsForm .fieldContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}

.userMenu .userMenuBody .settingsForm .fieldContainer .fieldRow {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.userMenu .userMenuBody .settingsForm .fieldContainer .fieldRow.withMargin {
  margin-top: 30px;
}

.userMenu .userMenuBody .settingsForm .fieldContainer .fieldRow label {
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 14px;
  color: #93c827;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  white-space: nowrap;
}

.userMenu .userMenuBody .settingsForm .fieldContainer .fieldRow input {
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background-color: #535252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2px;
  border: none;
  outline: none;
  border-bottom: 1px solid #93c827;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.userMenu .userMenuBody .settingsForm .fieldContainer .fieldIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
}

.userMenu .userMenuBody .settingsForm .fieldContainer .fieldIcon a {
  margin-left: auto;
  color: #838383;
  font-size: 18px;
  line-height: 18px;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup {
  margin-top: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .simpleTitle {
  display: block;
  text-align: center;
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 14px;
  color: #93c827;
  margin-bottom: 20px;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .checkboxesGroupContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .checkboxesGroupContent .checkboxGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .checkboxesGroupContent .checkboxGroup input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .checkboxesGroupContent .checkboxGroup input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: 22px;
  width: 6px;
  height: 12px;
  border: solid #93c827;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .checkboxesGroupContent .checkboxGroup input:checked + label:before {
  background-color: #fff;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .checkboxesGroupContent .checkboxGroup label {
  position: relative;
  cursor: pointer;
  font-family: "Roboto-Bold";
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.userMenu .userMenuBody .settingsForm .checkboxesGroup .checkboxesGroupContent .checkboxGroup label:before {
  content: '';
  -webkit-appearance: none;
  background-color: #838383;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-left: auto;
}

.userMenu .userMenuBody .settingsForm .buttonContainer {
  margin: 20px 0;
}

.userMenu .userMenuBody .settingsForm .buttonContainer .button {
  height: 30px;
  max-width: 230px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Roboto-Bold";
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 90px;
}

@media only screen and (max-width: 576px) {
  .filter {
    padding-bottom: 0;
  }
}

.filter__outter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.filter__outter--left {
  padding-right: 10px;
}

.filter__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 576px) {
  .filter__inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.filter__icon {
  font-size: 28px;
}

.filter__icon::before {
  color: #838383;
}

.filter__item {
  padding-right: 7px;
  line-height: 1;
}

@media only screen and (max-width: 576px) {
  .filter__item {
    padding-bottom: 12px;
  }
}

.filter__action {
  position: relative;
  line-height: 1;
  padding-right: 10px;
  cursor: pointer;
  border-right: 1px solid;
}

.filter__action.active {
  color: #93c827;
}

.range-slider {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 10px;
}

.range-slider__inner {
  width: 280px;
  height: 25px;
}

.range-slider__ouput-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rangeslider__fill,
.rangeslider__fill__bg,
.rangeslider__handle,
.rangeslider__handle:active {
  background: #93c827;
}

.rangeslider {
  position: absolute;
  width: 280px !important;
}

.rangeslider__handle {
  width: 23px;
  height: 23px;
}

.search {
  display: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.search.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #f2ecec;
  z-index: 9999;
  opacity: 0.95;
}

.search.active .searchInner {
  position: absolute;
  overflow-y: auto;
  padding-top: 120px;
  height: 100%;
  width: 100vw;
}

@media only screen and (max-width: 767px) {
  .search.active .searchInner {
    padding-top: 40px;
  }
}

.search.active .searchField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  width: 100%;
  padding: 10px 20px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
          box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search.active .searchField input {
  border: none;
  outline: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  color: #404040;
  font-family: "Roboto-Medium";
  padding-left: 30px;
  width: 100%;
}

.search.active .searchCloseIcon {
  display: block;
  font-size: 38px;
  color: #000;
  cursor: pointer;
}

.search.active .searchIcon {
  display: none;
}

.search.active .searchResults {
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
          box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.search.active .no_results {
  padding: 10px 20px;
  color: #404040;
  font-family: "Roboto-Medium";
}

.search .searchCloseIcon {
  display: none;
}

.accordion {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: -1px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 2px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.accordion__header {
  padding: 12px 15px;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 1;
}

.accordion__header--blue {
  background-color: #55bac9;
  color: #fff;
}

.accordion__header--black {
  background-color: #3e3e3e;
  color: #fff;
}

.accordion__header__icon {
  position: absolute;
  right: -12px;
  max-width: 60px;
}

.accordion__panel {
  padding: 0 15px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.accordion p:first-of-type {
  margin-top: 20px;
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip__message {
  display: none;
  position: absolute;
  top: -5px;
  left: 35px;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  padding: 7px;
  z-index: 9999;
  min-width: 220px;
}

.tooltip__message.active {
  display: block;
}

.categoryItem .tooltip__message {
  right: 0;
  left: auto;
}

.success {
  padding: 160px 0;
}

@media only screen and (max-width: 767px) {
  .success {
    padding: 40px 0;
  }
}

.success__icon {
  text-align: center;
}

.success__icon svg {
  fill: #93c827;
  width: 120px;
  height: 120px;
}

.success__message {
  text-align: center;
  color: #404040;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 18px;
}

.contest_banner {
  position: relative;
  height: 200px;
  background: url(/front/images/contest_banner.png);
  /*variable speed, opacity, and position of clouds for realistic effect*/
}

.contest_banner h2,
.contest_banner h4 {
  margin-bottom: 0px;
}

.contest_banner h4 {
  color: #fff;
  font-family: Roboto-Light;
  font-weight: 100;
  line-height: 1.2;
}

.contest_banner h2 span {
  font-weight: 500;
  color: #fff;
}

.contest_banner a.button {
  background: transparent;
  color: #000000;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 100;
}

.contest_banner .cloud {
  position: absolute;
}

.contest_banner .x1 {
  -webkit-animation: moveclouds 15s linear infinite;
  -moz-animation: moveclouds 15s linear infinite;
  -o-animation: moveclouds 15s linear infinite;
}

.contest_banner .x2 {
  right: 30%;
  top: 2%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0.6;
  /*opacity proportional to the size*/
  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  -webkit-animation: moveclouds 350s linear infinite;
  -moz-animation: moveclouds 350s linear infinite;
  -o-animation: moveclouds 350s linear infinite;
}

.contest_banner .x3 {
  right: 60%;
  top: 10%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 500s linear infinite;
  -moz-animation: moveclouds 500s linear infinite;
  -o-animation: moveclouds 500s linear infinite;
}

.contest_banner .x4 {
  right: 42%;
  top: 20%;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.75;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 420s linear infinite;
  -moz-animation: moveclouds 420s linear infinite;
  -o-animation: moveclouds 420s linear infinite;
}

.contest_banner .x5 {
  right: 2%;
  top: 21%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.8;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 480s linear infinite;
  -moz-animation: moveclouds 480s linear infinite;
  -o-animation: moveclouds 480s linear infinite;
}

.contest_banner .x6 {
  right: 95%;
  top: 30%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.6;
  /*opacity proportional to the size*/
  -webkit-animation: moveclouds 370s linear infinite;
  -moz-animation: moveclouds 370s linear infinite;
  -o-animation: moveclouds 370s linear infinite;
}

@-webkit-keyframes moveclouds {
  100% {
    right: 100%;
  }
}

.category__title-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category__title {
  font-family: "Roboto-Medium";
  font-weight: 300;
  margin: 0;
  color: #404040;
  position: relative;
  font-size: 26px;
  line-height: 36px;
  text-transform: lowercase;
}

@media only screen and (max-width: 576px) {
  .category__title {
    font-size: 22px;
    line-height: 22px;
  }
}

.category__title-image {
  height: 80px;
  width: auto;
  margin-right: 20px;
}

@media only screen and (max-width: 576px) {
  .category__title-image {
    height: 60px;
    margin-right: 12px;
  }
}

.category footer {
  /*margin-top: 120px;*/
}

.contact .topBox {
  position: relative;
}

.contact .topboxInnerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 300px;
}

@media only screen and (max-width: 992px) {
  .contact .topboxInnerWrapper {
    height: 200px;
  }
}

.contact .topBoxInner {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: #39a3b2;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
}

.contact .formBox {
  margin-bottom: 60px;
  padding: 20px 60px 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 576px) {
  .contact .formBox {
    padding: 20px 30px 30px;
  }
}

.contact .formBox label {
  color: #000;
}

.contact .cloud {
  position: absolute;
  width: 80px;
}

.contact .cloudLeft {
  top: 50px;
  left: 80px;
}

@media only screen and (max-width: 992px) {
  .contact .cloudLeft {
    top: 25px;
    left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact .cloudLeft {
    display: none;
  }
}

.contact .cloudLeft2 {
  top: 100px;
  left: 240px;
}

@media only screen and (max-width: 992px) {
  .contact .cloudLeft2 {
    display: none;
  }
}

.contact .cloudCenter {
  top: 50px;
  left: 25%;
  width: 120px;
  margin-left: -60px;
}

@media only screen and (max-width: 992px) {
  .contact .cloudCenter {
    width: 100px;
    margin-left: -50px;
  }
}

.contact .cloudCenter2 {
  top: 30px;
  left: 50%;
  margin-left: -40px;
}

@media only screen and (max-width: 992px) {
  .contact .cloudCenter2 {
    margin-left: -30px;
    width: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .contact .cloudCenter2 {
    display: none;
  }
}

.contact .cloudCenter3 {
  top: 40px;
  left: 75%;
  width: 100px;
  margin-left: -50px;
}

@media only screen and (max-width: 992px) {
  .contact .cloudCenter3 {
    width: 80px;
    margin-left: -40px;
  }
}

.contact .cloudRight {
  top: 50px;
  right: 80px;
}

@media only screen and (max-width: 992px) {
  .contact .cloudRight {
    top: 25px;
    right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact .cloudRight {
    display: none;
  }
}

.contact .cloudRight2 {
  top: 100px;
  right: 240px;
}

@media only screen and (max-width: 992px) {
  .contact .cloudRight2 {
    display: none;
  }
}

.gamingGuide .gamingGuideSection {
  background: -webkit-gradient(linear, left top, left bottom, from(#55bac9), to(#f4f4f4));
  background: linear-gradient(#55bac9, #f4f4f4);
  min-height: 900px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 576px) {
  .gamingGuide .header {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 576px) {
  .gamingGuide .header .d-flex img {
    width: 20px;
  }
}

.gamingGuide h1 {
  color: #fff;
  margin: 40px 0;
  font-size: 22px;
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .gamingGuide h1 {
    font-size: 20px;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 576px) {
  .gamingGuide .tab__action {
    margin: 30px 0;
  }
}

.gamingGuide .cloud {
  position: absolute;
  width: 140px;
  top: 20px;
}

@media only screen and (max-width: 767px) {
  .gamingGuide .cloud {
    top: 0;
    width: 90px;
  }
}

.gamingGuide .cloudLeft {
  left: 0;
}

.gamingGuide .cloudRight {
  right: 0;
}

.gamingGuide .arrowsTab .arrowsTabItem {
  color: #000;
  margin: 0 0 20px;
  font-family: "Roboto-Medium";
  font-size: 16px;
}

.gamingGuide .arrowsTab .arrowsTabContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 12px;
  background-color: #fff;
  line-height: 1;
}

.gamingGuide .arrowsTab .arrowsTabLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 9px 12px;
  background-color: #39a3b2;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.gamingGuide .arrowsTab .arrowsTabLabel img {
  margin: -4px 3px 0 0;
  width: 28px;
}

.gamingGuide .badgesTab {
  background: #fff;
  padding: 15px;
}

.gamingGuide .badgesTab .badgeItem {
  width: 20%;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 15px;
}

@media only screen and (max-width: 992px) {
  .gamingGuide .badgesTab .badgeItem {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .gamingGuide .badgesTab .badgeItem {
    width: 33%;
  }
}

@media only screen and (max-width: 576px) {
  .gamingGuide .badgesTab .badgeItem {
    width: 50%;
  }
}

.gamingGuide .badgesTab .badgeItem img {
  display: block;
  margin: 0 auto;
  max-width: 125px;
}

.gamingGuide .badgesTab .badgeItem h2 {
  font-size: 22px;
  margin: 10px 0;
  color: #93c827;
}

.gamingGuide .badgesTab .badgeItem p {
  margin: 0;
  color: #000;
}

.gamingGuide .levelsTab {
  background-color: #55bac9;
}

.gamingGuide .levelsTab .levelItemHeader {
  background-color: #39a3b2;
}

.gamingGuide .levelsTab .levelItem {
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 12px;
  border-bottom: 1px solid #39a3b2;
}

.offer .offerSection {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #f4f4f4), to(#55bac9));
  background: linear-gradient(#f4f4f4 65%, #55bac9);
  padding: 120px 0;
}

@media only screen and (max-width: 767px) {
  .offer .offerSection {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 576px) {
  .offer .offerSection {
    padding: 40px 0;
  }
}

.offer .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  margin: 0 0 20px;
  overflow: hidden;
}

.offer .inputCol {
  margin: 0;
}

.offer .inputCol:not(:last-of-type) {
  margin: 0 0 15px;
}

.offer label {
  display: block;
  color: #000;
}

.offer .dropzone {
  border: none;
}

.offer textarea {
  height: auto !important;
  max-width: 100%;
}

.offer .cloudButton {
  margin: 40px auto 0;
  display: block;
  width: 160px;
  cursor: pointer;
}

.offer .offerInfo {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .offer .offerInfo {
    text-align: left;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .offer .offerInfo h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .offer .offerInfo h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.offerSuccess .offerSuccessSection {
  background-image: url("/front/images/offerSuccess.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;
}

.offerSuccess .offer-message-success {
  text-align: center;
  padding-top: 50px;
}

.offerSuccess .offer-message-success h1 {
  color: #fff;
  width: 100%;
  text-shadow: 1px 4px #39a3b2;
  margin-bottom: 0;
}

.offerSuccess .offer-message-success p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}

.contest .range-slider {
  max-width: 350px;
  width: 100%;
}

.contest .range-slider__ouput-wrapper {
  width: 100%;
}

.contest .range-slider__inner {
  width: 100%;
}

.contest .rangeslider {
  width: 100% !important;
}

.contest .formBox {
  margin: 50px 0;
}

.contest .formBox button {
  max-width: 280px;
  margin: 0 auto;
}

.contest .contestSection {
  background: -webkit-gradient(linear, left top, left bottom, from(#55bac9), color-stop(6%, #f4f4f4));
  background: linear-gradient(#55bac9, #f4f4f4 6%);
  min-height: 900px;
  padding-bottom: 30px;
}

.contest .contestMessage {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.contest .contest-row {
  background-image: url("/front/images/contest_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .contest .contest-row {
    background-image: none !important;
  }
}

.contest .grassBg {
  background-image: url("/front/images/grass.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat-x: repeat;
  padding: 50px 20px 10px;
}

.about-us p {
  color: #000;
}

.about-us .column-text {
  padding: 20px;
}

.about-us .blue-row {
  background: #55bac9;
}

.about-us .green-row {
  background: #93c827;
}

.about-us .brown-row {
  background: #d8d4c3;
}

.about-us .blue-row h2,
.about-us .blue-row p,
.about-us .green-row h2,
.about-us .green-row p {
  color: #fff;
}

.about-us .containerImg img {
  vertical-align: middle;
}

.about-us .characterImg {
  vertical-align: bottom;
}

.about-us .designed-by {
  background-color: #ececec;
  padding: 20px 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular";
  color: #838383;
  font-size: 16px;
  line-height: 26px;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: block;
  overflow-x: hidden;
  background-color: #f4f4f4;
}

body.fixed {
  overflow: hidden;
}

body .mainContent {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  body .mainContent {
    margin-top: 70px;
  }
}

body .withItemsSlider {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

body .sliderItems {
  opacity: 0;
  webkit-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}

body .sliderItems.slick-initialized {
  opacity: 1;
}

body button,
body .button {
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3) !important;
}

body a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body a:hover,
body a:active {
  color: #93c827;
}

body p {
  font-family: "Roboto-Regular";
  color: #838383;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
}

body .greyBg {
  background-color: #ececec;
}

body .whiteBg {
  background-color: #fff;
}

body .blueBg {
  background-color: #55bac9;
}

body .wrapper {
  width: 100%;
}

body .textBlack {
  color: #000 !important;
}

body .textGreen {
  color: #93c827;
}

body .desktopOnly {
  display: block;
}

@media only screen and (max-width: 767px) {
  body .desktopOnly {
    display: none !important;
  }
}

body .mobileOnly {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  body .mobileOnly {
    display: block !important;
  }
}

body .marginTop-90 {
  margin-top: 90px;
}

body .marginTop-60 {
  margin-top: 60px;
}

body .marginTop-30 {
  margin-top: 30px;
}

body .withOverflow {
  overflow-x: auto;
}

body .withoutPadding {
  padding: 0 !important;
}

body .withoutMarginRight {
  margin-right: 0;
}

body .withoutBottomMargin {
  margin-bottom: 0 !important;
}

body .withPadding {
  padding: 0 80px;
}

@media only screen and (max-width: 767px) {
  body .withPadding {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .withPadding {
    padding: 0 40px;
  }
}

body .parentPadding {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  body .parentPadding {
    padding: 40px 0;
  }
}

body .parentTopPadding {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  body .parentTopPadding {
    padding-top: 40px;
  }
}

body .parentBottomPadding {
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  body .parentBottomPadding {
    padding-bottom: 40px;
  }
}

body .hidden {
  display: none !important;
}

body .relativeBox {
  position: relative;
}

body ul {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

body form {
  padding: 0;
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Roboto-Medium";
  font-weight: 300;
  margin: 0;
  color: #404040;
  margin-bottom: 30px;
  position: relative;
}

body h1.genericTitle,
body h2.genericTitle,
body h3.genericTitle,
body h4.genericTitle,
body h5.genericTitle,
body h6.genericTitle {
  color: #838383;
  font-size: 26px;
  line-height: 36px;
}

body h1.genericTitle.withIcon,
body h2.genericTitle.withIcon,
body h3.genericTitle.withIcon,
body h4.genericTitle.withIcon,
body h5.genericTitle.withIcon,
body h6.genericTitle.withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body h1.genericTitle.withIcon img,
body h2.genericTitle.withIcon img,
body h3.genericTitle.withIcon img,
body h4.genericTitle.withIcon img,
body h5.genericTitle.withIcon img,
body h6.genericTitle.withIcon img {
  height: 80px;
  width: auto;
  margin-right: 20px;
}

body h1.genericTitle.withIcon .greenTitle,
body h2.genericTitle.withIcon .greenTitle,
body h3.genericTitle.withIcon .greenTitle,
body h4.genericTitle.withIcon .greenTitle,
body h5.genericTitle.withIcon .greenTitle,
body h6.genericTitle.withIcon .greenTitle {
  margin-right: 10px;
}

body h1.genericTitle .greenTitle,
body h2.genericTitle .greenTitle,
body h3.genericTitle .greenTitle,
body h4.genericTitle .greenTitle,
body h5.genericTitle .greenTitle,
body h6.genericTitle .greenTitle {
  color: #93c827;
}

body h1 {
  font-size: 40px;
  line-height: 50px;
}

body h2 {
  font-size: 30px;
  line-height: 40px;
}

body h3 {
  font-size: 24px;
  line-height: 34px;
}

body h4 {
  font-size: 18px;
  line-height: 28px;
}

body .centerAlign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .textCenter {
  text-align: center;
}

body .textRight {
  text-align: right;
}

body .textCapital {
  text-transform: uppercase;
}

body .textBold {
  font-weight: bold;
}

body .colCentered {
  margin: auto;
}

body .colRight {
  margin-left: auto;
}

body .colReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  body .colReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body .withTopBorder {
  border-top: 2px solid #d0d0d0;
}

body .withBottomBorder {
  border-bottom: 2px solid #d0d0d0;
}

body .box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
}

body img {
  max-width: 100%;
}

body .container {
  max-width: 1400px;
}

.turbolinks-progress-bar {
  background-color: #93c827;
}

.b-lazy {
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.slick-list {
  padding: 20px 0;
}

.slick-slide {
  padding-bottom: 40px !important;
}

.slick-slide div {
  height: 100%;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #ececec;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #93c827;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #63881a;
}

