/** Shopify CDN: Minification failed

Line 20:2 Expected identifier but found "*"
Line 1500:2 Expected identifier but found "*"
Line 1541:2 Expected identifier but found "*"
Line 2269:2 Expected identifier but found "*"
Line 3048:2 Expected identifier but found "*"
Line 3828:58 Unexpected "{"

**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
/*============================================================================
  Grid Setup
    1. Allow the grid system to be used on lists.
    2. Remove any margins and paddings that might affect the grid system.
    3. Apply a negative `margin-left` to negate the columns' gutters.
==============================================================================*/
.grid {
  *zoom: 1; }

.grid:after {
  content: '';
  display: table;
  clear: both; }

.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px; }

.grid__item {
  float: left;
  padding-left: 20px;
  width: 100%;
  -ms-flex-preferred-size: auto !important;
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important; }

.grid__item[class*="--push"] {
  position: relative; }

/*================ Flex grid ================*/
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.flex__item {
  position: relative;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: auto !important;
  min-width: 0; }

.flex__item--fixed {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

/* Halves */
.one-half {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.two-thirds {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%; }

.two-quarters {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

.three-quarters {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%; }

/* Fifths */
.one-fifth {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%; }

.two-fifths {
  width: 40%;
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%; }

.three-fifths {
  width: 60%;
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%; }

.four-fifths {
  width: 80%;
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  flex-basis: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%; }

.two-sixths {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.three-sixths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

.four-sixths {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

.five-sixths {
  width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  -webkit-flex-basis: 12.5%;
  flex-basis: 12.5%; }

.two-eighths {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%; }

.three-eighths {
  width: 37.5%;
  -ms-flex-preferred-size: 37.5%;
  -webkit-flex-basis: 37.5%;
  flex-basis: 37.5%; }

.four-eighths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

.five-eighths {
  width: 62.5%;
  -ms-flex-preferred-size: 62.5%;
  -webkit-flex-basis: 62.5%;
  flex-basis: 62.5%; }

.six-eighths {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%; }

.seven-eighths {
  width: 87.5%;
  -ms-flex-preferred-size: 87.5%;
  -webkit-flex-basis: 87.5%;
  flex-basis: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%;
  -ms-flex-preferred-size: 10%;
  -webkit-flex-basis: 10%;
  flex-basis: 10%; }

.two-tenths {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  -webkit-flex-basis: 20%;
  flex-basis: 20%; }

.three-tenths {
  width: 30%;
  -ms-flex-preferred-size: 30%;
  -webkit-flex-basis: 30%;
  flex-basis: 30%; }

.four-tenths {
  width: 40%;
  -ms-flex-preferred-size: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%; }

.five-tenths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

.six-tenths {
  width: 60%;
  -ms-flex-preferred-size: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%; }

.seven-tenths {
  width: 70%;
  -ms-flex-preferred-size: 70%;
  -webkit-flex-basis: 70%;
  flex-basis: 70%; }

.eight-tenths {
  width: 80%;
  -ms-flex-preferred-size: 80%;
  -webkit-flex-basis: 80%;
  flex-basis: 80%; }

.nine-tenths {
  width: 90%;
  -ms-flex-preferred-size: 90%;
  -webkit-flex-basis: 90%;
  flex-basis: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  -webkit-flex-basis: 8.33333%;
  flex-basis: 8.33333%; }

.two-twelfths {
  width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%; }

.three-twelfths {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%; }

.four-twelfths {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.five-twelfths {
  width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  -webkit-flex-basis: 41.66667%;
  flex-basis: 41.66667%; }

.six-twelfths {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

.seven-twelfths {
  width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  -webkit-flex-basis: 58.33333%;
  flex-basis: 58.33333%; }

.eight-twelfths {
  width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%; }

.nine-twelfths {
  width: 75%;
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%; }

.ten-twelfths {
  width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  -webkit-flex-basis: 91.66667%;
  flex-basis: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 767px) {
  /** Whole */
  .small--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .small--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .small--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .small--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .small--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .small--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .small--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .small--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .small--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .small--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .small--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .small--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .small--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%; }

  .small--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .small--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%; }

  .small--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .small--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .small--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .small--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%; }

  .small--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  .small--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .small--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .small--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .small--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .small--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .small--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .small--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 768px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-up--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-up--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-up--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .medium-up--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .medium-up--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .medium-up--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%; }

  .medium-up--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .medium-up--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%; }

  .medium-up--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .medium-up--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .medium-up--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%; }

  .medium-up--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  .medium-up--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 992px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .large-up--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .large-up--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .large-up--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .large-up--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .large-up--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .large-up--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .large-up--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%; }

  .large-up--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .large-up--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%; }

  .large-up--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .large-up--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .large-up--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%; }

  .large-up--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  .large-up--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; } }
/*================ Grid Push Classes ================*/
@media only screen and (min-width: 768px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
/*============================================================================
  #Normalize
  Based on normalize.css v3.0.2 | MIT License | git.io/normalize
==============================================================================*/
*, *:before, *:after {
  box-sizing: border-box; }

body {
  margin: 0;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

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

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none; }

[tabindex='-1']:focus {
  outline: none; }

/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.visually-hidden, .icon__fallback-text, .no-js .lazyload, .no-js .image-content__image-wrapper, .no-js .article__photo-wrapper {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.js-focus-hidden:focus {
  outline: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #666666;
  background-color: #ffffff;
  padding: 10px;
  z-index: 10000;
  transition: none; }

/*================ #Basic Styles ================*/
body,
html {
  background-color: #ffffff; }

.page-width {
  *zoom: 1;
  width: 100%;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto; }

.page-width:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (max-width: 767px) {
  .page-width {
    max-width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-width {
    max-width: 720px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-width {
    max-width: 960px; } }
@media only screen and (min-width: 1200px) {
  .page-width {
    max-width: 1040px; } }
@media only screen and (min-width: 1600px) {
  .page-width {
    max-width: 1210px; } }
/*================ Typography ================*/
blockquote p + cite {
  margin-top: 10px; }

blockquote cite {
  display: block; }

blockquote cite:before {
  content: '\2014 \0020'; }

code, pre {
  font-family: Consolas,monospace;
  font-size: 1em; }

pre {
  overflow: auto; }

/*================ #Icons ================*/
.icon {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px; }

.no-svg .icon {
  display: none; }

.icon--wide {
  width: 40px; }

.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default; }

.payment-icons li {
  margin-right: 5px; }

.payment-icons .icon {
  width: 38px;
  height: 24px; }

.payment-icons .icon--wide {
  width: 55px; }

.payment-icons .icon-shopify_pay {
  width: 100px; }

/*================ Social Icons ================*/
.social-icons .icon {
  width: 24px;
  height: 24px; }

.social-icons--button {
  margin-top: 4px; }

.social-icons--button .icon {
  background-color: #999999;
  border-radius: 5px;
  fill: #ffffff;
  padding: 5px; }

.social-icons--button a {
  display: block;
  margin-bottom: 10px !important;
  margin-right: 4px; }

.social-icons--button li:last-child a {
  margin-right: 0; }

/*================ #Lists ================*/
ul, ol {
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

.list--inline {
  padding: 0;
  margin: 0; }

.list--inline li {
  display: inline-block;
  margin-bottom: 0; }

.rte ul, .rte ol {
  margin: 0 0 10px 20px; }

.rte ul {
  list-style: disc outside; }

.rte ul ul {
  list-style: circle outside; }

.rte ul ul ul {
  list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

/*================ #Rich Text Editor ================*/
.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*================ #Links and Buttons ================*/
.btn, .btn--secondary,
.rte .btn--secondary,
.rte .btn, .rte .btn--secondary {
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f36c23;
  color: #fff; }

.btn:hover, .btn--secondary:hover,
.rte .btn:hover, .rte .btn--secondary:hover {
  background-color: #f36c23;
  color: #fff; }

.btn:active, .btn--secondary:active, .btn:focus, .btn--secondary:focus,
.rte .btn:active, .rte .btn--secondary:active,
.rte .btn:focus, .rte .btn--secondary:focus {
  background-color: #f36c23;
  color: #fff; }

.btn[disabled], [disabled].btn--secondary,
.rte .btn[disabled], .rte [disabled].btn--secondary {
  cursor: default;
  color: #757575;
  background-color: #f4f4f4; }

.btn .icon, .btn--secondary .icon,
.rte .btn .icon, .rte .btn--secondary .icon {
  fill: currentColor;
  path: currentColor; }

.btn--secondary,
.rte .btn--secondary {
  background-color: #030303; }

.btn--secondary:hover,
.rte .btn--secondary:hover {
  background-color: #101010;
  color: #fff; }

.btn--secondary:active, .btn--secondary:focus,
.rte .btn--secondary:active,
.rte .btn--secondary:focus {
  background-color: #292929;
  color: #fff; }

.btn--secondary-accent {
  border: 1px solid #006eff;
  color: #006eff;
  background-color: #ffffff; }

.btn--secondary-accent:hover {
  border: 1px solid #0058cc;
  color: #0058cc;
  background-color: #ffffff; }

.btn--secondary-accent:active, .btn--secondary-accent:focus {
  border: 1px solid #006eff;
  color: #006eff;
  background-color: #ffffff; }

.btn--secondary-accent[disabled] {
  border-color: #f4f4f4; }

.btn--secondary-accent[disabled]:hover, .btn--secondary-accent[disabled]:active, .btn--secondary-accent[disabled]:focus {
  background-color: #f4f4f4;
  color: #757575; }

/*================ Force an input/button to look like a text link ================*/
.text-link {
  display: inline;
  border: 0 none;
  background: none;
  padding: 0;
  margin: 0; }

/*================ #Tables ================*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: 700; }

th, td {
  text-align: left;
  border: 1px solid #EEEEEE; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 767px) {
  .responsive-table thead {
    display: none; }

  .responsive-table tr {
    display: block; }

  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }

  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 10px;
    margin: 0; }

  .responsive-table td:before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 14px;
    padding-right: 10px; } }
.responsive-table__row {
  border-bottom: 1px solid #EEEEEE; }

/*================ #Images and Iframes ================*/
svg:not(:root) {
  overflow: hidden; }

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }

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

/*================ Forms ================*/
@media only screen and (max-width: 991px) {
  input,
  select,
  textarea {
    font-size: 16px; } }
fieldset {
  border: 1px solid #EEEEEE;
  margin: 0 0 20px;
  padding: 10px; }

legend {
  border: 0;
  padding: 0; }

button,
input[type="submit"] {
  cursor: pointer; }

input,
textarea,
select {
  border: 1px solid #EEEEEE;
  border-radius: 0;
  max-width: 100%; }

input:focus,
textarea:focus,
select:focus {
  border-color: #EEEEEE; }

input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
  background-color: #f4f4f4;
  border-color: #757575; }

textarea {
  min-height: 100px; }

/*================ Error styles ================*/
input.input--error,
select.input--error,
textarea.input--error {
  border-color: #ec523e;
  background-color: #ec523e;
  color: #ec523e; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }

.ie9 select {
  padding-right: 10px;
  background-image: none; }

optgroup {
  font-weight: 700; }

option {
  color: #000;
  background-color: #fff; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.ie9 .label--hidden {
  position: static;
  height: auto;
  width: auto;
  margin-bottom: 2px;
  overflow: visible;
  clip: initial; }

label[for] {
  cursor: pointer; }

/*================ #Site Nav and Dropdowns ================*/
.site-header__logo img {
  display: block;
  width: 100%; }

.site-nav li {
  display: inline-block; }

/*================ Site Nav Links ================*/
.site-nav__link {
  display: block;
  white-space: nowrap; }

.site-nav__link .icon-arrow-down {
  position: relative; }

/*================ Dropdowns ================*/
.site-nav__dropdown {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 5; }

.site-nav__dropdown li {
  display: block; }

/*================ #Giftcard Template ================*/
.giftcard__qr-code img {
  margin: 0 auto; }

.giftcard__apple-wallet-image {
  display: block;
  margin: 0 auto; }

.giftcard__wrap {
  margin: 0 auto 20px; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html, body {
    background-color: #fff;
    color: #000; }

  .giftcard__print-link,
  .giftcard__apple-wallet {
    display: none; } }
/*================ GLOBAL ================*/
.no-js:not(html) {
  display: none; }

.no-js .no-js:not(html) {
  display: block; }

.no-js .js {
  display: none; }

.main-content {
  display: block;
  margin-top: 30px;
  /*.template-index &,
  .template-product & {
    padding-bottom: 0;
  }*/ }

@media only screen and (min-width: 768px) {
  .main-content {
    margin-top: 60px;
    padding-bottom: 0; } }
[class^='template-customers-'] .main-content,
.template- .main-content {
  padding-bottom: 40px; }

@media only screen and (min-width: 768px) {
  [class^='template-customers-'] .main-content,
  .template- .main-content {
    padding-bottom: 80px; } }
.template-page .main-content {
  margin-top: 0; }

.main-content__section {
  padding-top: 40px;
  padding-bottom: 40px; }

.main-content__section--gray {
  background: #cccccc; }

.page-template__main {
  margin-top: 30px;
  padding-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .page-template__main {
    margin-top: 60px;
    padding-bottom: 40px; } }
.full-width {
  padding: 80px 20px;
  background-color: #ffffff; }

.full-width--return-link {
  margin-bottom: -40px; }

@media only screen and (min-width: 768px) {
  .full-width--return-link {
    margin-bottom: -80px; } }
.content-block + .full-width--return-link {
  margin-top: -20px; }

hr {
  margin: 20px 0;
  border-color: #EEEEEE;
  border-style: solid;
  border-width: 1px 0 0; }

.hr--dark {
  border-color: #ffffff; }

/*================ Empty pages (404, cart) ================*/
.page-empty {
  padding: 120px 0;
  margin-bottom: 20px; }

/*================ Index sections ================*/
.index-section {
  margin-bottom: 50px; }

.index-section--flush + .index-section--flush {
  margin-top: -50px; }

.index-section--flush:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

/*================ Flex class helpers ================*/
.flex--center-vertical .flex__item {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center; }

.flex--grid {
  margin: 0 -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex--grid > .flex__item {
  padding: 10px; }

.flex--grid-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex--no-gutter {
  margin: 0; }

.flex--no-gutter > .flex__item {
  padding: 0; }

/*================ Grid | Half gutters ================*/
.grid--half-gutters {
  margin-left: -10px; }

.grid--half-gutters > .grid__item {
  padding-left: 10px; }

.grid--no-gutters {
  margin-left: 0; }

.grid--no-gutters > .grid__item {
  padding-left: 0; }

/*================ Grid | Vertically centered items ================*/
.grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }

.grid--table > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0; }

.medium-up--grid--table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: 0; }

.medium-up--grid--table > .grid__item {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0; }

@media only screen and (max-width: 767px) {
  .medium-up--grid--table {
    display: block; }

  .medium-up--grid--table > .grid__item {
    display: block; } }
body,
input,
textarea,
button,
select {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.375; }

@media only screen and (max-width: 991px) {
  input,
  textarea {
    font-size: 16px; } }
/*================ Headings ================*/
h1, .h1, .h1--mini, .product-single__title,
.product-single__price,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #030303;
  margin: 0 0 0.625em; }

h1 a, .h1 a, .h1--mini a, .product-single__title a,
.product-single__price a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit; }

h1:last-child, .h1:last-child, .h1--mini:last-child, .product-single__title:last-child,
.product-single__price:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0; }

h2, .h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: inherit;
  text-transform: inherit; }

h1, .h1, .h1--mini, .product-single__title,
.product-single__price {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.875em; }

@media only screen and (min-width: 768px) {
  h1, .h1, .h1--mini, .product-single__title,
  .product-single__price {
    font-size: 2.25em; } }
h2, .h2 {
  font-size: 1.875em; }

h3, .h3 {
  font-size: 1.5em; }

h4, .h4 {
  font-size: 1.125em; }

h5, .h5 {
  font-size: 1.25em; }

h6, .h6 {
  font-size: 1em; }

.h1--mini {
  font-size: 1.75em; }

/*================ RTE headings ================*/
.rte {
  *zoom: 1;
  margin-bottom: 20px; }

.rte:after {
  content: '';
  display: table;
  clear: both; }

.rte:last-child {
  margin-bottom: 0; }

.rte h1, .rte .h1, .rte .h1--mini, .rte .product-single__title, .rte
.product-single__price,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
  margin-top: 40px; }

.rte h1:first-child, .rte .h1:first-child, .rte .h1--mini:first-child, .rte .product-single__title:first-child, .rte
.product-single__price:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
  margin-top: 0; }

.rte p {
  margin: 0 0 20px; }

.rte li {
  margin-bottom: 10px; }

.rte li:last-child {
  margin-bottom: 0; }

.rte-setting {
  margin-bottom: 10px; }

.rte-setting:last-child {
  margin-bottom: 0; }

/*================ Paragraph styles ================*/
p {
  margin: 0 0 10px; }

p:last-child {
  margin-bottom: 0; }

/*================ Blockquote ================*/
blockquote {
  color: #030303;
  font-size: 1.25em;
  font-weight: 700;
  text-align: center; }

blockquote cite {
  font-size: 0.8em;
  font-weight: 400;
  opacity: 0.6;
  font-style: normal; }

@media only screen and (max-width: 767px) {
  blockquote {
    margin-left: 0;
    margin-right: 0; } }
/*================ Lists ================*/
.list--no-bullets {
  list-style: none; }

.list--bold {
  font-weight: 700;
  font-size: 0.9375em; }

/*================ Form elements ================*/
label {
  font-size: 0.75em;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 13px; }

/*================ Blog styles ================*/
.blog__meta {
  font-size: 0.875em; }

.blog__rss-link .icon-rss {
  fill: currentColor;
  width: 18px;
  height: 18px;
  vertical-align: baseline; }

/*================ Primary color inline background ================*/
.emphasized-title {
  display: inline;
  font-size: 2.25em;
  line-height: 1.35;
  padding: 0 10px;
  background-color: #006eff;
  color: #fff;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }

.emphasized-title--link:hover, .emphasized-title--link:focus {
  background-color: #0058cc;
  color: #fff; }

@media only screen and (min-width: 768px) {
  .emphasized-title--large {
    font-size: 3.75em; } }
.emphasized-subtitle {
  display: inline;
  line-height: 2;
  padding: 10px;
  background-color: #030303;
  color: #fff;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: background-color 0.15s ease-in; }

@media only screen and (min-width: 768px) {
  .emphasized-subtitle {
    font-size: 1.25em; } }
.emphasized-subtitle:hover, .emphasized-subtitle:focus {
  color: #fff;
  background-color: #1d1d1d; }

.emphasized-title-wrapper {
  margin-bottom: 8px; }

/*================ Tables ================*/
td,
th {
  padding: 10px;
  border: 1px solid #EEEEEE; }

/*================ Forms and inputs ================*/
::-webkit-input-placeholder {
  color: #666666;
  opacity: 0.6; }

:-moz-placeholder {
  color: #666666;
  opacity: 0.6; }

:-ms-input-placeholder {
  color: #666666;
  opacity: 0.6; }

::-ms-input-placeholder {
  color: #666666;
  opacity: 0.6;
  opacity: 1; }

input,
textarea,
select {
  background-color: #f4f4f4;
  color: #333;
  border: 0;
  max-width: 100%; }

input[disabled],
textarea[disabled],
select[disabled] {
  color: rgba(0, 0, 0, 0.4); }

input.input--error,
textarea.input--error,
select.input--error {
  color: #fff; }

input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6; }

input.input--error:-moz-placeholder,
textarea.input--error:-moz-placeholder,
select.input--error:-moz-placeholder {
  color: #fff;
  opacity: 0.6; }

input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder {
  color: #fff;
  opacity: 0.6; }

input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
  opacity: 1; }

.input--content-color {
  background-color: #ffffff; }

input,
textarea {
  padding: 13px 15px; }

input[type="search"] {
  padding-right: 0; }

select {
  padding-top: 13px;
  padding-left: 15px;
  padding-bottom: 13px; }

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

.form-vertical input[type="radio"],
.form-vertical input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px; }

.form-vertical input[type="submit"],
.form-vertical .btn,
.form-vertical .btn--secondary {
  display: inline-block; }

.input--full {
  width: 100%; }

textarea {
  min-height: 100px; }

/*================ Form feedback messages ================*/
.note,
.form-success,
.errors {
  padding: 13px;
  margin: 0 0 10px; }

.note {
  border: 1px solid #EEEEEE; }

.form-success {
  background-color: #59ac6c;
  color: #fff; }

.errors {
  background-color: #ec523e;
  color: #fff; }

.errors ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/*============================================================================
  Input groups
  - Align a text input beside a submit button without
    any space between them. The button will size it's parent
    based on the 1% width below while maintaining its
    padding and styles.
==============================================================================*/
.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }

.form-vertical .input-group {
  margin-bottom: 20px; }

.input-group__field,
.input-group__btn {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

.input-group__field,
.input-group__btn .btn,
.input-group__btn .btn--secondary {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0; }

.input-group__field {
  width: 100%; }

.form-vertical .input-group__field {
  margin: 0; }

.input-group__btn {
  white-space: nowrap;
  width: 1%; }

.input-group__btn .icon-arrow-right {
  width: 14px;
  height: 17px; }

/*================ Theme links and buttons ================*/
.btn, .btn--secondary,
.rte .btn--secondary,
.btn--secondary {
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 15px 45px;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }

.btn--narrow {
  padding-left: 15px;
  padding-right: 15px; }

.btn--full {
  display: block;
  width: 100%; }

/*================ Default link styles ================*/
a,
.link-accent-color {
  color: #f36c23;
  text-decoration: none;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }

a:hover, a:focus,
.link-accent-color:hover,
.link-accent-color:focus {
  color: #f36c23; }

.link--blue, .tor-affirm .affirm-modal-trigger {
  color: #369BC2; }

.link--blue:hover, .tor-affirm .affirm-modal-trigger:hover, .link--blue:focus, .tor-affirm .affirm-modal-trigger:focus {
  color: #369BC2; }

.text-link {
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }

.text-link .icon {
  fill: currentColor;
  height: 1em;
  width: 1em;
  margin-left: 3px; }

.link-body-color {
  color: #666666;
  transition: color 0.1s ease-in, background-color 0.1s ease-in; }

.link-body-color:hover, .link-body-color:focus {
  color: #006eff; }

/*================ Return link ================*/
.return-link {
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5em; }

.return-link .icon {
  fill: currentColor; }

.placeholder-svg {
  fill: #a6a6a6;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(102, 102, 102, 0.2); }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.placeholder-background .placeholder-svg {
  border: 0; }

.featured-card__image .placeholder-svg {
  width: auto; }

.hero__slide .placeholder-background {
  background-color: #ffffff; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /** Whole */
  .medium--one-whole {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }

  /* Halves */
  .medium--one-half {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  /* Thirds */
  .medium--one-third {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium--two-thirds {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  /* Quarters */
  .medium--one-quarter {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .medium--two-quarters {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--three-quarters {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  /* Fifths */
  .medium--one-fifth {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .medium--two-fifths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .medium--three-fifths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .medium--four-fifths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  /* Sixths */
  .medium--one-sixth {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium--two-sixths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium--three-sixths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--four-sixths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium--five-sixths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  /* Eighths */
  .medium--one-eighth {
    width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    -webkit-flex-basis: 12.5%;
    flex-basis: 12.5%; }

  .medium--two-eighths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .medium--three-eighths {
    width: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    -webkit-flex-basis: 37.5%;
    flex-basis: 37.5%; }

  .medium--four-eighths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--five-eighths {
    width: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    -webkit-flex-basis: 62.5%;
    flex-basis: 62.5%; }

  .medium--six-eighths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .medium--seven-eighths {
    width: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    -webkit-flex-basis: 87.5%;
    flex-basis: 87.5%; }

  /* Tenths */
  .medium--one-tenth {
    width: 10%;
    -ms-flex-preferred-size: 10%;
    -webkit-flex-basis: 10%;
    flex-basis: 10%; }

  .medium--two-tenths {
    width: 20%;
    -ms-flex-preferred-size: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }

  .medium--three-tenths {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%; }

  .medium--four-tenths {
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }

  .medium--five-tenths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--six-tenths {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%; }

  .medium--seven-tenths {
    width: 70%;
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%; }

  .medium--eight-tenths {
    width: 80%;
    -ms-flex-preferred-size: 80%;
    -webkit-flex-basis: 80%;
    flex-basis: 80%; }

  .medium--nine-tenths {
    width: 90%;
    -ms-flex-preferred-size: 90%;
    -webkit-flex-basis: 90%;
    flex-basis: 90%; }

  /* Twelfths */
  .medium--one-twelfth {
    width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%; }

  .medium--two-twelfths {
    width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%; }

  .medium--three-twelfths {
    width: 25%;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%; }

  .medium--four-twelfths {
    width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%; }

  .medium--five-twelfths {
    width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%; }

  .medium--six-twelfths {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }

  .medium--seven-twelfths {
    width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%; }

  .medium--eight-twelfths {
    width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%; }

  .medium--nine-twelfths {
    width: 75%;
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%; }

  .medium--ten-twelfths {
    width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%; }

  .medium--eleven-twelfths {
    width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%; }

  .grid--uniform .medium--one-half:nth-child(2n+1),
  .grid--uniform .medium--one-third:nth-child(3n+1),
  .grid--uniform .medium--one-quarter:nth-child(4n+1),
  .grid--uniform .medium--one-fifth:nth-child(5n+1),
  .grid--uniform .medium--one-sixth:nth-child(6n+1),
  .grid--uniform .medium--two-sixths:nth-child(3n+1),
  .grid--uniform .medium--three-sixths:nth-child(2n+1),
  .grid--uniform .medium--two-eighths:nth-child(4n+1),
  .grid--uniform .medium--four-eighths:nth-child(2n+1),
  .grid--uniform .medium--five-tenths:nth-child(2n+1),
  .grid--uniform .medium--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium--show {
    display: block !important; }

  .medium--hide {
    display: none !important; }

  .medium--text-left {
    text-align: left !important; }

  .medium--text-right {
    text-align: right !important; }

  .medium--text-center {
    text-align: center !important; } }
.breadcrumb-container {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  max-width: 1440px;
  margin: 10px auto 0;
  text-transform: uppercase;
  padding: 0 20px;
  color: #000000;
  position: relative;
  z-index: 10; }

.breadcrumb-container .breadcrumb {
  font-size: 0.5625em; }

.breadcrumb-container span[aria-hidden] {
  padding: 0 10px; }

@media only screen and (min-width: 992px) {
  .breadcrumb-container {
    padding: 0 10px; } }
@media only screen and (min-width: 1200px) {
  .breadcrumb-container {
    padding: 0 15px; } }
@media screen and (min-width: 1400px) {
  .breadcrumb-container {
    padding: 0 40px 0 20px; } }
.breadcrumb-container a {
  color: #000000; }

.breadcrumb-container span:last-child {
  color: #f36c23; }

.tor-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: .45; }

.address-new-toggle {
  white-space: normal;
  padding: 10px 15px; }

/*Remove message megazoom*/
.mz-hint .mz-hint-message {
  display: none; }

/*Stamped io*/
.stamped-container {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  border: 1px solid #999999;
  -webkit-text-fill-color: #cbcbcb;
  -webkit-box-shadow: 0 0 0 1000px #333333 inset;
  transition: background-color 5000s ease-in-out 0s; }

.tor-header__container {
  max-width: 1440px;
  margin: 0 auto; }

.nav-secondary {
  *zoom: 1;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  background: #000000;
  display: none; }

.nav-secondary:after {
  content: '';
  display: table;
  clear: both; }

@media only screen and (min-width: 992px) {
  .nav-secondary {
    display: block; } }
.nav-secondary__list {
  float: right;
  list-style: none;
  margin: 0 10px 0 0; }

.nav-secondary__list-item {
  float: left;
  padding: 6px 15px;
  font-size: 0.625em;
  line-height: 14px;
  text-transform: uppercase; }

.nav-secondary__list-item a {
  color: #ffffff; }

.nav-secondary__list-item .icon {
  fill: currentColor;
  width: 14px;
  height: 14px; }

.nav-secondary__list-item:first-child {
  position: absolute;
  right: 0;
  padding: 15px; }

a.cart-indicator {
  color: #f36c23; }

a.cart-indicator span {
  padding-left: 6px; }

a.cart-indicator .icon {
  fill: currentColor; }

.cart-indicator__wrap {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal; }

.nav-main {
  background-color: #ffffff;
  position: relative;
  max-height: 64px;
  border-bottom: 1px solid #EEEEEE; }

.nav-main .tor-header__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.tor-header {
  position: relative; }

.tor-header__logo {
  display: inline-block;
  width: 18%;
  max-height: 100%;
  margin: 20px;
  overflow: hidden; }

.tor-header__logo img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 992px) {
  .tor-header__logo {
    margin: 0 10px;
    width: 12%; } }
@media screen and (min-width: 1140px) {
  .tor-header__logo {
    width: 16%; } }
@media only screen and (min-width: 1200px) {
  .tor-header__logo {
    width: 18%;
    margin: 0 15px; } }
@media screen and (min-width: 1400px) {
  .tor-header__logo {
    max-width: 250px;
    margin: 0 40px 0 20px; } }
@media screen and (max-width: 991px) {
  .tor-header__logo {
    padding: 20px 0 20px 12px;
    display: inline-block;
    height: 63px;
    width: auto;
    margin: 0; } }
@media only screen and (min-width: 992px) {
  .tor-header__logo {
    margin: 16px 15px 10px 25px;
    width: 12%; } }
@media screen and (min-width: 1140px) {
  .tor-header__logo {
    width: 16%; } }
@media only screen and (min-width: 1200px) {
  .tor-header__logo {
    width: 18%;
    margin: 10px 40px 0 20px; } }
@media screen and (min-width: 1400px) {
  .tor-header__logo {
    max-width: 250px;
    margin: 10px 40px 0 70px; } }
@media screen and (max-width: 991px) {
  .tor-header__logo img {
    height: 100%;
    width: auto; }

  .tor-header__container {
    display: block !important; } }
.tor-header__search {
  display: none;
  width: 18%;
  position: relative; }

@media only screen and (min-width: 992px) {
  .tor-header__search {
    display: inline-block;
    max-width: 130px; } }
@media only screen and (min-width: 1200px) {
  .tor-header__search {
    max-width: 160px; } }
@media screen and (min-width: 1400px) {
  .tor-header__search {
    max-width: 250px; } }
.tor-header__search input {
  font-size: 13px;
  line-height: 13px;
  padding-top: 10px;
  padding-bottom: 10px; }

.tor-header__search-form {
  width: 100%; }

.tor-header__search-input {
  padding-left: 10px;
  padding-right: 40px !important;
  position: relative;
  cursor: pointer;
  height: 35px;
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 100%; }

.tor-header__search-submit {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6px;
  color: #0B0A0A; }

.tor-header__search-submit .icon-search {
  height: 19px;
  width: 19px; }

.tor-header__manu {
  display: none; }

@media only screen and (min-width: 992px) {
  .tor-header__manu {
    display: inline-block; } }
.nav-main__list {
  list-style: none;
  margin: 0 10px 0 0; }

#first-nav-item {
  max-width: 30.6%; }

.nav-main__list-item {
  float: left;
  padding: 18px 15px 12px;
  cursor: pointer;
  position: relative;
  height: 55px;
  max-height: 64px;
  max-width: 24.3%;
  padding-right: 33px; }

.nav-main__list-item.active {
  background: #f36c23; }

@media only screen and (min-width: 992px) {
  .nav-main__list-item {
    min-width: 150px; } }
@media only screen and (min-width: 1200px) {
  .nav-main__list-item {
    min-width: 170px; } }
.nav-main__list-link {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  display: inline-block;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: .4px;
  position: relative;
  padding-right: 20px;
  max-height: 40px;
  overflow: hidden;
  white-space: nowrap; }

.nav-main__list-link::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 38%;
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 66% 50%;
  -ms-transform-origin: 66% 50%;
  transform-origin: 66% 50%;
  vertical-align: middle;
  width: 6px; }

.active .nav-main__list-link {
  color: #ffffff; }

.active .nav-main__list-link::after {
  border-color: #ffffff; }

.nav-main__submenu-wrap {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 50;
  top: 100%;
  cursor: auto; }

.nav-overlay:before {
  content: '';
  background: #ffffff;
  border-bottom: 3px solid #EEEEEE;
  display: none;
  opacity: 1;
  width: 200vw;
  position: absolute;
  top: 0;
  bottom: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.active .nav-overlay:before {
  display: block; }

.nav-overlay .nav-main__submenu {
  border-bottom: 3px solid #EEEEEE; }

.nav-main__submenu {
  display: none;
  list-style: none;
  position: relative;
  background: #cccccc;
  padding: 10px 0 15px; }

.active .nav-main__submenu {
  display: block; }

.nav-main__submenu-item {
  line-height: 14px; }

.nav-main__submenu-item > a {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  font-size: 0.75em;
  line-height: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 8px 15px;
  display: block; }

.nav-main__submenu-item.sub-active {
  background: #00bfff; }

.nav-main__submenu-item.sub-active > a {
  color: #000000; }

.nav-main__submenu-second {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 0; }

.sub-active .nav-main__submenu-second {
  display: block; }

.nav-collection {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #ffffff; }

.nav-collection__info {
  padding: 10px 10px 0; }

@media only screen and (min-width: 1200px) {
  .nav-collection__info {
    padding: 20px 20px 0; } }
a.glink span {
  color: #000; }

.switcher-popup span {
  color: #fff !important; }

.nav-collection__item {
  padding: 10px 10px 0;
  max-width: 190px;
  border-right: 1px solid #EEEEEE; }

@media only screen and (min-width: 1200px) {
  .nav-collection__item {
    padding: 15px 15px 0;
    max-width: 190px; } }
.nav-collection__item .nav-collection__image {
  max-width: 190px !important;
  max-height: 190px !important;
  min-height: 159px; }

.nav-collection__image {
  display: block;
  background: #EFEFEF;
  line-height: 0; }

.nav-collection__image img {
  width: 100%;
  height: auto; }

.nav-collection__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875em;
  line-height: 14px;
  color: #f36c23;
  display: block;
  padding-bottom: 10px; }

.nav-collection__title:hover {
  color: #000000; }

.nav-collection__list {
  list-style: none;
  font-size: 0.75em;
  line-height: 12px; }

.nav-collection__list a {
  color: #666666; }

.nav-collection__list a:hover {
  color: #f36c23;
  text-decoration: underline; }

.nav-collection__list-item {
  padding-bottom: 10px; }

.tor-header__manu .nav-collection__item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

/******tor header*******/
.tor-header .nav-secondary {
  height: 45px; }

.mobile-top-header-button {
  position: absolute;
  top: 48px;
  left: 70px;
  padding: 0 3px;
  font-size: 11px;
  letter-spacing: 0.69px;
  line-height: 16px;
  margin-right: 5px;
  background-color: #3D3D3D;
  color: #ffffff; }

.nav-secondary__list-item:first-child {
  position: absolute;
  right: 0;
  padding: 15px; }

@media screen and (min-width: 1400px) {
  .tor-header__logo {
    max-width: 250px;
    margin: 10px 40px 0 70px; } }
@media only screen and (max-width: 768px) {
  .tor-header__container-menu-mobile .hamburger {
    height: 70px !important; }

  .nav-main {
    max-height: 70px;
    min-height: 70px; }

  .tor-header__container-menu-mobile-right {
    position: absolute;
    top: 0;
    right: 0; }

  .tor-header .top-header-active {
    left: 150px; } }
/* new menu */
.tor-header .large-navigation-buttons {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.tor-header .top-header-button {
  font-size: 13px;
  letter-spacing: 0.81px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0.9rem .75rem 1.1rem;
  color: #000000;
  background-color: #ECECED;
  height: 45px;
  width: 120px;
  text-align: center;
  cursor: pointer;
  -webkit-font-smoothing: initial; }

.tor-header .top-header-active {
  color: #FFFFFF;
  background: #f36c23;
  left: 120px; }

.tor-header input:-webkit-autofill,
.tor-header input:-webkit-autofill:hover,
.tor-header input:-webkit-autofill:focus,
.tor-header input:-webkit-autofill:active {
  -webkit-text-fill-color: #3D3D3D;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
  transition: background-color 5000s ease-in-out 0s; }

.tor-header input:active, .tor-header input:focus {
  outline: none; }

.tor-header__container {
  max-width: 100%;
  padding-right: 23px; }

.nav-secondary__list-item svg {
  width: 16px;
  height: 12px; }

.nav-secondary__list-item:first-child {
  position: absolute;
  right: 23px;
  top: 11px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.nav-secondary__list-item:first-child a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.nav-secondary__list-item:first-child span {
  font-size: 15px;
  line-height: 25px;
  font-weight: 900;
  margin-left: 7px; }

.nav-main {
  max-height: 91px; }

.nav-main .tor-header__logo {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.nav-main .tor-header__search input {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  height: 40px; }

.nav-main .tor-header__logo img {
  max-height: 40px; }

.nav-main .nav-main__list-link {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.94px;
  text-transform: uppercase;
  padding-right: 0;
  -webkit-font-smoothing: subpixel-antialiased; }

.nav-main .nav-main__list-item {
  max-width: unset;
  min-width: unset; }

.nav-main .search-btn-clear {
  right: 35px;
  top: 1px; }

.nav-main__list-item {
  padding: 13px 0 11px;
  min-height: 91px; }

.nav-main__list-item-full {
  position: inherit;
  height: 100%; }

.nav-main__list-item-full .nav-main__container {
  position: relative; }

.nav-main__list-item-full .nav-main__submenu {
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  border-bottom: none; }

.nav-main__list-item-full .nav-main__submenu-second {
  display: block; }

.nav-main__list-item-full.active .nav-main__submenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.nav-main__list-link:after {
  display: none; }

.tor-header .top-header-button {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #FFFFFF;
  background: transparent;
  padding: 0 22px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 900;
  letter-spacing: 0.9375px; }

.tor-header .top-header-button .icon {
  margin-left: 16px;
  margin-top: -3px; }

.tor-header .top-header-button path {
  fill: #FFFFFF; }

.tor-header .top-header-active {
  width: 166px;
  color: #FFFFFF;
  background: #f36c23; }

.tor-header__manu .nav-main__submenu-item > a {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.9375px;
  text-transform: uppercase;
  color: #000000;
  padding: 0 0 0;
  margin-bottom: 12px;
  -webkit-font-smoothing: subpixel-antialiased; }

.tor-header__manu .nav-main__submenu-item {
  margin-bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.tor-header__manu .nav-main__submenu-item:hover > a {
  color: #f36c23; }

.tor-header__manu .nav-collection__title {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: initial;
  text-transform: capitalize;
  color: #000000;
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.tor-header__manu .nav-collection__title:hover {
  color: #f36c23; }

.tor-header__manu .nav-main__list-item.active,
.tor-header__manu .nav-main__list-item.active span,
.tor-header__manu .nav-main__list-link {
  background: #FFFFFF;
  color: #000000; }

.tor-header__manu .nav-main__list-item.active span,
.tor-header__manu .nav-main__list-item.active .nav-main__list-link {
  border-bottom: #f36c23 7px solid; }

.nav-main__submenu-functional .nav-collection__bottom-link {
  margin-top: 20px;
  background: #f36c23;
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.833333px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 133px;
  min-height: 38px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.nav-main__submenu-functional .nav-collection__bottom-link:hover {
  -webkit-filter: drop-shadow(0px 14px 24px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 14px 24px rgba(0, 0, 0, 0.15)); }

@media (min-width: 1200px) {
  .nav-main__list {
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .tor-header__manu .nav-main__list-item:hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    z-index: 100;
    bottom: -2px;
    left: 0px; }

  .nav-main__list-item {
    float: inherit;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  #first-nav-item {
    max-width: unset; }

  .nav-main .tor-header__container {
    max-width: inherit;
    padding: 0 26px 0 25px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .tor-header__search-submit {
    top: 57%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px; }

  .tor-header .nav-secondary {
    height: 50px; }

  .nav-main__submenu-wrap {
    box-shadow: 0px 28px 45px rgba(154, 155, 163, 0.18592);
    border-top: 1px #F7F7F7 solid; }

  .tor-header__manu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 61.979166666666664vw;
    padding: 0 40px; }

  .nav-main__submenu-wrap-small {
    min-width: 271px;
    left: -84px;
    padding: 50px 39px 40px;
    background: #FFFFFF;
    display: none; }

  .nav-main__submenu-wrap-small .nav-main__submenu-item {
    margin-bottom: 20px; }

  .nav-main__submenu-wrap-small .nav-main__submenu-item > {
    margin-bottom: 0; }

  .nav-main__submenu-wrap-small .nav-main__submenu {
    padding: 0; }

  .nav-main__submenu-wrap-about {
    left: -93px; }

  .active .nav-main__submenu-wrap-small {
    display: block; }

  .nav-main__submenu-wrap-small .nav-main__submenu {
    background: #FFFFFF; }

  .nav-main__submenu-wrap-small .nav-main__submenu-item.sub-active {
    background: #FFFFFF; }

  .nav-main__list-item-full .nav-main__submenu {
    padding: 58px 80px 55px; }

  .tor-header .top-header-button:hover {
    color: #f36c23; }

  .tor-header .top-header-button:hover svg path {
    fill: #f36c23; }

  .tor-header .top-header-active:hover {
    color: #000; }

  .nav-main__submenu-functional {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .nav-main__submenu-functional .nav-main__submenu-second {
    position: unset;
    display: none; }

  .nav-main__submenu-functional .nav-main__submenu-item {
    height: auto; }

  .nav-main__submenu-functional .nav-main__submenu-item.sub-active {
    background: #FFFFFF; }

  .nav-main__submenu-functional .nav-collection__title {
    font-family: "Lato", "Arial", Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.9375px;
    text-transform: uppercase;
    font-weight: 900;
    color: #f36c23; }

  .nav-main__submenu-functional .nav-collection__description {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #242424;
    margin-top: 8px; }

  .nav-main__submenu-functional .nav-collection__options {
    font-size: 16px;
    line-height: 21px;
    color: #6D6D6D;
    margin-bottom: 58px;
    white-space: initial; }

  .nav-main__submenu-functional .nav-collection__options p {
    margin-bottom: 0;
    position: relative;
    padding-left: 12px; }

  .nav-main__submenu-functional .nav-collection__options p:before {
    content: '-';
    position: absolute;
    left: 0; }

  .nav-main__submenu-functional .nav-main__submenu-second {
    width: 100% !important;
    padding-bottom: 30px;
    padding-top: 30px; }

  .nav-main__submenu-functional .nav-main__submenu-item {
    margin-bottom: 8px; }

  .nav-main__submenu-functional .nav-collection__item {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0;
    border-right: none; }

  .nav-main__submenu-functional .nav-collection {
    max-width: 20.78125vw;
    width: 20.78125vw;
    margin-right: 30px;
    padding: 20px 31px;
    background: #F7F7F7;
    margin-top: 0px;
    position: relative;
    min-height: 545px;
    overflow: hidden; }

  .nav-main__submenu-functional .nav-collection__image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    background: transparent;
    width: 100%;
    max-width: unset !important;
    max-height: 255px !important;
    min-height: 255px; }

  .nav-main__submenu-functional .nav-collection__info {
    padding: 0; }

  .nav-main__submenu-functional .nav-collection__image img {
    height: 255px;
    width: auto;
    object-fit: contain; }

  .nav-main__submenu-functional .nav-main__submenu {
    width: 30%;
    padding-right: 20px; }

  .nav-main__list-item-full.active .nav-main__submenu-functional .nav-main__submenu-second {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2; }

  .nav-main__list-item-full.active .nav-main__submenu-functional .nav-main__submenu {
    position: unset;
    display: block;
    z-index: 2; }

  .tor-header__logo {
    width: 15%; }

  .tor-header__search {
    max-width: unset; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .nav-main__menu-column {
    margin-right: 60px; } }
@media (min-width: 1200px) and (max-width: 1299px) {
  .nav-main__submenu {
    padding: 58px 40px 55px; }

  .nav-main__menu-column {
    margin-right: 30px; } }
@media (min-width: 1200px) and (max-width: 1400px) {
  .nav-main__submenu-functional .nav-collection {
    margin-right: 15px;
    max-width: 22.78125vw;
    width: 22.78125vw; }

  .nav-main__submenu-functional .nav-collection:last-of-type {
    margin-right: 0; } }
@media (min-width: 1400px) {
  .tor-header__search {
    max-width: 20.833333333333336vw;
    min-width: 20.833333333333336vw; }

  .tor-header__manu {
    padding: 0 60px 0 60px; }

  .nav-main__submenu-functional .nav-main__submenu {
    padding-right: 0; }

  .nav-main .tor-header__logo {
    max-width: 14.531250000000002vw; } }
@media (min-width: 1600px) {
  .nav-main__list-item-full .nav-main__submenu {
    padding: 58px 138px 55px; }

  .nav-main__menu-column {
    margin-right: 73px; }

  .tor-header__manu {
    padding: 0 104px 0 150px; }

  .nav-main__submenu-functional .nav-main__submenu {
    padding-right: 0;
    min-width: 27.395833333333336vw; }

  .nav-main__submenu-functional .nav-main__submenu {
    padding-right: 0; }

  .nav-main__list {
    max-width: 873px; }

  .nav-main .tor-header__logo {
    max-width: 14.531250000000002vw; } }
@media (min-width: 1900px) {
  .nav-main__menu-column {
    margin-right: 5.25vw; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-main .tor-header__container {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media only screen and (max-width: 767px) {
  .nav-main .tor-header__container {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.tor-header__container-menu-mobile {
  height: 64px;
  float: left;
  clear: none;
  display: block; }

@media only screen and (min-width: 992px) {
  .tor-header__container-menu-mobile {
    display: none; } }
/* Hamburger */
.tor-header__container-menu-mobile .hamburger {
  display: inline-block;
  width: 56px;
  height: 100%;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  z-index: 1600;
  float: left; }

.tor-header__container-menu-mobile .hamburger-icon {
  top: 30px;
  left: 15px; }

.tor-header__container-menu-mobile .hamburger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tor-header__container-menu-mobile .hamburger-icon:before,
.tor-header__container-menu-mobile .hamburger-icon:after {
  left: 0; }

.tor-header__container-menu-mobile .hamburger-icon .hamburger_menu .icon {
  display: block; }

.tor-header__container-menu-mobile .hamburger-icon .hamburger_close .icon {
  display: none; }

.tor-header__container-menu-mobile .hamburger-icon.open .hamburger_close .icon {
  display: block; }

.tor-header__container-menu-mobile .hamburger-icon.open .hamburger_menu .icon {
  display: none; }

/* *** */
body.nav-open {
  overflow: hidden;
  height: 100%;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0; }

body.nav-open:before {
  content: '';
  position: fixed;
  left: 0;
  top: 64px;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000; }

.tor-header__menu-mobile {
  transition: left 0.25s ease-in-out;
  width: calc(100% - 56px);
  /*height: 100vh;*/
  height: calc(100vh - 64px);
  position: absolute;
  /*left: -100vw;*/
  left: -200vw;
  /*top: 0;*/
  top: 64px;
  /*z-index: -1;*/
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1500; }

.tor-header__menu-mobile.open {
  left: 0; }

.nav-mobile__submenu-second,
.nav-mobile__submenu-wrap {
  display: none; }

.tor-header__menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0 0 50px; }

.nav-mobile__list-link {
  cursor: pointer; }

.nav-mobile__submenu-item a,
.nav-mobile__list-link {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  display: block;
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  padding: 13px 32px 12px 20px;
  min-height: 50px;
  text-transform: uppercase; }

.nav-mobile__submenu-item > a:after,
.nav-mobile__list-link:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 9px;
  pointer-events: none;
  position: absolute;
  right: 23px;
  top: 19px;
  -ms-transform: rotate(45deg) translateY(0);
  -webkit-transform: rotate(45deg) translateY(0);
  transform: rotate(45deg) translateY(0);
  -webkit-transform-origin: 66% 50%;
  -ms-transform-origin: 66% 50%;
  transform-origin: 66% 50%;
  vertical-align: middle;
  width: 9px;
  transition: all 0.3s; }

.nav-mobile__submenu-item.open > a:after {
  -ms-transform: rotate(-136deg) translateY(0);
  -webkit-transform: rotate(-136deg) translateY(0);
  transform: rotate(-136deg) translateY(0); }

.tor-header__container-menu-mobile .nav-collection__title:after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 21px;
  top: 26px;
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 66% 50%;
  -ms-transform-origin: 66% 50%;
  transform-origin: 66% 50%;
  vertical-align: middle;
  width: 6px; }

/* *** */
.nav-mobile-secondary__list .nav-mobile-secondary__list-item a {
  padding: 16px 32px 18px 15px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: block;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #e9e9e9;
  text-transform: uppercase; }

.nav-mobile__list.open-lvl-2 .nav-mobile__list-item.open .nav-mobile__list-link,
.nav-mobile__list.open-lvl-2 .nav-mobile__list-item:not(.open) {
  display: none; }

.nav-mobile__list.open-lvl-2 .nav-mobile__list-item.open .nav-mobile__submenu-wrap {
  display: block; }

.nav-mobile__section-2 {
  margin-top: 1px;
  background: #F5F5F5; }

.nav-mobile__list.open-lvl-2.open-lvl-3 .nav-mobile__list-item.open .nav-mobile__submenu-item.open .nav-mobile__submenu-second {
  display: block; }

.tor-header__container-menu-mobile .nav-collection__list {
  display: none; }

.nav-mobile__list .nav-collection__list-item a {
  padding-left: 30px; }

.nav-mobile__list.open-lvl-4 .nav-collection__item.open .nav-collection__title:after {
  -ms-transform: rotate(225deg) translateY(-50%);
  -webkit-transform: rotate(225deg) translateY(-50%);
  transform: rotate(225deg) translateY(-50%);
  right: 17px;
  top: 39%; }

.tor-header__container-menu-mobile .link-simple:after {
  display: none !important; }

#menuMobileLinkParent,
#menuMobileLinkBack {
  padding: 12px 32px 13px 20px;
  display: block;
  font-size: 0.875em;
  text-transform: uppercase; }

#menuMobileLinkBack {
  font-weight: 900;
  font-size: 15px;
  line-height: 25px;
  min-height: 51px;
  letter-spacing: 0.9375px;
  text-transform: uppercase;
  background: #F5F5F5;
  color: #f36c23;
  text-align: center;
  text-decoration: none;
  position: relative; }

#menuMobileLinkParent {
  text-align: center;
  text-decoration: underline; }

#menuMobileLinkParent.parent-link-disabled {
  text-decoration: none !important;
  cursor: default !important; }

#menuMobileLinkBack:not(.parent-link-disabled):before {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 9px;
  pointer-events: none;
  position: absolute;
  left: 15px;
  top: 18px;
  -ms-transform: rotate(135deg) translateY(-50%);
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  -webkit-transform-origin: 66% 50%;
  -ms-transform-origin: 66% 50%;
  transform-origin: 66% 50%;
  vertical-align: middle;
  width: 9px; }

#menuMobileLinkBack.back-link-disabled {
  display: none; }

.nav-mobile-secondary__list-item a span {
  padding-left: 5px; }

#menuMobileLinkParent,
#menuMobileLinkBack,
.tor-header__menu-mobile-wrap .nav-collection__title,
.nav-mobile__section-1,
.nav-mobile__section-2 {
  font-weight: 900; }

.tor-header__menu-mobile-wrap .nav-collection__list-item,
.tor-header__menu-mobile-wrap .nav-collection__title {
  line-height: 1.375; }

.tor-header__menu-mobile-wrap .nav-collection__list-item {
  padding: 0 !important; }

#menuMobileLinkParent.parent-link-disabled:focus,
#menuMobileLinkParent.parent-link-disabled:hover,
#menuMobileLinkParent.parent-link-disabled {
  color: #000000 !important; }

#menuMobileLinkParent.parent-link-active {
  text-decoration: underline; }

.nav-mobile-secondary__list-item-label {
  vertical-align: middle; }

.nav-mobile__submenu-item a:focus,
.nav-mobile__submenu-item a:active,
.nav-mobile-secondary__list-item:focus .nav-mobile-secondary__list-item-label,
.nav-mobile-secondary__list-item:active .nav-mobile-secondary__list-item-label,
.nav-mobile__list-link:focus,
.nav-mobile__list-link:active {
  color: #000000 !important; }

.nav-mobile__submenu-item a:hover,
.nav-mobile-secondary__list-item:hover .nav-mobile-secondary__list-item-label,
.nav-mobile__list-link:hover {
  color: #f36c23 !important; }

.tor-header__menu-mobile-wrap .nav-collection {
  display: block !important; }

.tor-header__menu-mobile-wrap .nav-collection__info,
.tor-header__menu-mobile-wrap .nav-collection__item {
  padding: 0 !important;
  max-width: none !important; }

.menu-mobile_footer {
  padding: 18px 32px 18px 15px;
  font-weight: 700;
  color: #000000; }

.tor-header__container-menu-mobile-right {
  float: right;
  width: calc(100% - 195px);
  height: 63px;
  padding-top: 20px;
  text-align: right;
  padding-right: 0;
  padding-left: 25px; }

@media only screen and (min-width: 992px) {
  .tor-header__container-menu-mobile-right {
    display: none; } }
.tor-header-mobile__search {
  float: left;
  position: relative;
  width: calc(100% - 140px);
  top: -4px; }

.tor-header-mobile__search input {
  font-size: 13px;
  line-height: 13px;
  padding-top: 10px;
  padding-bottom: 10px; }

@media only screen and (max-width: 991px) {
  .tor-header__logo img {
    height: 23px !important;
    width: auto !important; } }
@media screen and (max-width: 767px) {
  .tor-header-mobile__search {
    display: none;
    position: absolute;
    top: 60px;
    z-index: 2000;
    width: 100% !important;
    left: 0;
    padding: 18px 18px 19px 18px;
    background: #D2D2D2;
    box-shadow: rgba(0, 0, 0, 0.5) 0 8px 12px; }

  .tor-header-mobile__search:before {
    content: '';
    position: absolute;
    top: -.5em;
    right: 60px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #d2d2d2; }

  .tor-header-mobile__search form {
    position: relative; }

  .tor-header-mobile__search form .tor-header__search-input {
    height: 38px; }

  .tor-header__container-menu-mobile-right {
    padding-left: 0; } }
@media screen and (max-width: 374px) {
  .tor-header__logo img {
    height: auto !important;
    width: 100% !important;
    vertical-align: middle; }

  .tor-header__container-menu-mobile-right a {
    margin-right: 6px !important; }

  .tor-header__container-menu-mobile-right a:last-child {
    margin-right: 0 !important; }

  .tor-header__container-menu-mobile-right a .icon {
    height: 25px !important;
    width: 25px !important; } }
.tor-header__container-menu-mobile-right a .icon {
  width: 27px;
  height: 27px; }

.tor-header__container-menu-mobile-right a {
  margin-right: 9px;
  cursor: pointer;
  height: 27px;
  display: inline-block; }

.tor-header__container-menu-mobile-right a:last-child {
  margin-right: 0; }

#menuMobileLinkBack,
#menuMobileLinkParent,
.nav-mobile__list a,
.nav-mobile__list span {
  white-space: normal !important; }

#shopify-section-tor-header {
  -ms-overflow-style: none !important; }

/* */
.tor-header__search-form {
  position: relative; }

.search-btn-clear {
  position: absolute;
  font-weight: 700;
  color: #000000;
  width: 22px;
  height: 35px;
  right: 30px;
  top: 0;
  padding-top: 5px;
  cursor: pointer;
  text-align: right;
  display: none; }

.tor-header-mobile__search .search-btn-clear {
  height: 38px;
  padding-top: 8px;
  right: 40px; }

.tor-header__search-input::-ms-clear {
  display: none !important; }

@media (max-width: 767px) {
  .tor-header .icon {
    display: none; }

  .tor-header .nav-secondary__list {
    display: none; }

  .tor-header .top-header-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 0 18px;
    width: 100%; }

  .tor-header .large-navigation-buttons {
    width: 100vw; }

  .tor-header .nav-secondary {
    height: 30px; }

  .tor-header .top-header-active {
    width: 133px; }

  .tor-header .tor-header-mobile__search {
    display: none; }

  .tor-header .tor-header__logo {
    max-width: 133px; }

  .tor-header .tor-header__logo img {
    object-fit: contain; }

  .nav-collection__description {
    font-size: 14px; }

  .tor-header-mobile__search .search-btn-clear {
    padding-top: 5px; }

  .tor-header__search-submit {
    top: 57%; }

  .nav-mobile__submenu-item.open > a:after {
    right: 25px; } }
@media (max-width: 1199px) {
  .tor-header .nav-secondary {
    display: block; }

  .tor-header .top-header-button {
    font-size: 11px;
    line-height: 16px;
    font-weight: 900; }

  .tor-header .tor-header__container {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-right: 0;
    max-height: 60px; }

  .tor-header .tor-header__container-menu-mobile-right {
    position: inherit; }

  .tor-header .tor-header__menu-mobile {
    width: 100%;
    top: 60px; }

  .tor-header .nav-main {
    height: 60px;
    min-height: 60px; }

  .tor-header .tor-header__container-menu-mobile .hamburger {
    height: 60px !important; }

  .tor-header .tor-header__logo,
  .tor-header .tor-header__container-menu-mobile-right,
  .tor-header .tor-header__container-menu-mobile {
    height: 60px; }

  .tor-header .tor-header__logo {
    width: auto; }

  .tor-header .nav-mobile__section-1 {
    overflow-y: auto;
    height: calc(100vh - 151px); }

  .tor-header .nav-mobile__section-1 {
    -ms-overflow-style: none;
    scrollbar-width: none; }

  .tor-header .nav-mobile__section-1::-webkit-scrollbar {
    display: none; }

  .tor-header .nav-mobile__submenu-second a {
    font-weight: 400;
    padding-left: 50px; }

  .tor-header .nav-mobile__submenu-item a:hover, .tor-header .nav-mobile-secondary__list-item:hover .nav-mobile-secondary__list-item-label, .tor-header .nav-mobile__list-link:hover {
    color: #000000 !important; }

  .tor-header .tor-header__menu-mobile.open {
    border-top: 1px solid #e9e9e9; }

  body.nav-open:before {
    top: 90px;
    height: calc(100% - 90px); }

  .nav-main {
    border-bottom: none; }

  .nav-main__submenu-functional .nav-main__submenu-second {
    display: block;
    position: initial; }

  .nav-main__submenu-functional .nav-collection {
    background: #F7F7F7;
    padding: 30px;
    margin-bottom: 15px; }

  .nav-main__submenu-functional .nav-main__submenu-second {
    padding: 20px;
    width: 100%; }

  .nav-main__submenu-functional .nav-collection__item .nav-collection__image,
  .nav-main__submenu-functional .nav-collection__item .nav-collection__image img {
    max-width: initial !important;
    width: auto;
    max-height: 172px !important;
    min-height: 172px;
    margin: auto;
    object-fit: contain; }

  .nav-main__submenu-functional .nav-collection__item .nav-collection__image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: transparent; }

  .nav-main__submenu-functional .nav-collection__options {
    font-size: 14px;
    line-height: 21px;
    color: #6D6D6D;
    font-weight: 400;
    margin-top: 6px;
    white-space: initial; }

  .nav-main__submenu-functional .nav-collection__options p {
    margin-bottom: 0;
    position: relative;
    padding-left: 12px; }

  .nav-main__submenu-functional .nav-collection__options p:before {
    content: '-';
    position: absolute;
    left: 0; }

  .nav-main__submenu-functional .nav-collection__item {
    border-right: none; }

  .nav-main__submenu-functional .nav-collection__title {
    font-weight: 900;
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 6px; }

  .nav-main__submenu-functional .nav-collection__description {
    white-space: initial;
    font-weight: 600;
    font-size: 14px; }

  .nav-main__submenu-functional .nav-collection__bottom-link {
    position: initial;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 15px; }

  .nav-main__submenu-functional .nav-mobile__submenu {
    padding-bottom: 0; }

  .tor-header .tor-header__menu-mobile,
  .tor-header .nav-mobile__section-1 {
    overscroll-behavior: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #btnMenuMobileSearch {
    display: none; }

  .tor-header__manu {
    display: none; }

  .tor-header__container-menu-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .tor-header .nav-main {
    height: 84px;
    min-height: 84px;
    padding-left: 13px;
    padding-right: 12px; }

  .tor-header__search {
    display: none; }

  .tor-header__container-menu-mobile-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .tor-header .nav-secondary,
  .tor-header .top-header-button {
    height: 35px; }

  .nav-secondary__list-item:first-child span {
    font-size: 11px;
    line-height: 25px; }

  .tor-header .top-header-button .icon {
    margin-left: 14px;
    margin-top: 6px; }

  .nav-secondary__list-item:first-child {
    top: 5px; }

  body.nav-open:before {
    top: 119px;
    height: calc(100% - 119px); }

  .tor-header .tor-header__menu-mobile {
    top: 84px;
    height: calc(100vh - 84px);
    overflow: hidden; }

  .tor-header__container-menu-mobile {
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .tor-header__container-menu-mobile-right {
    padding-left: 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .tor-header .tor-header__container {
    max-height: 84px; }

  .tor-header .tor-header__logo,
  .tor-header .tor-header__container-menu-mobile-right,
  .tor-header .tor-header__container-menu-mobile,
  .tor-header .tor-header__container-menu-mobile .hamburger {
    height: 84px !important; }

  .tor-header .tor-header__logo img {
    min-width: 153px;
    max-width: 153px; }

  .tor-header .tor-header__container-menu-mobile-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 24px; }

  .tor-header .tor-header__menu-mobile,
  .tor-header .nav-mobile__section-1 {
    overscroll-behavior: none; }

  .tor-header-mobile__search {
    top: 0; }

  .tor-header__search-submit {
    top: 56%;
    right: 12px; }

  .tor-header-mobile__search input {
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    min-width: 400px;
    max-width: 400px; }

  .tor-header-mobile__search {
    max-width: 400px;
    width: 400px; }

  .nav-main .tor-header__logo img {
    max-height: 22px;
    object-fit: contain; }

  .nav-main .tor-header__logo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }

  .nav-mobile__submenu-item a, .nav-mobile__list-link {
    padding: 13px 36px 12px; }

  .nav-mobile__submenu-item > a:after, .nav-mobile__list-link:after {
    right: 36px; }

  .tor-header .nav-mobile__section-1 {
    overflow-y: auto;
    height: calc(100vh - 84px);
    margin-bottom: 20px; }

  .nav-main__submenu-functional .nav-main__submenu-second {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .nav-main__submenu-functional .nav-collection {
    margin-right: 15px;
    padding: 20px;
    width: calc(33.333% - 10px);
    position: relative;
    margin-bottom: 0; }

  .nav-main__submenu-functional .nav-collection:last-of-type {
    margin-right: 0; }

  .nav-main__submenu-functional .nav-main__submenu-second {
    padding: 15px 36px 16px; }

  .nav-main__submenu-functional .nav-collection__item .nav-collection__image {
    max-height: 199px !important;
    min-height: 199px; }

  .nav-main__submenu-functional .nav-collection__item .nav-collection__image img {
    min-height: unset;
    width: 100%;
    max-width: unset; }

  .nav-main__submenu-functional .nav-collection__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 6px; }

  .nav-main__submenu-functional .nav-collection__options {
    margin-bottom: 58px; }

  .nav-main__submenu-functional .nav-collection__bottom-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

  .nav-mobile__submenu-item.open > a:after {
    right: 38px; } }
@media (min-width: 1000px) and (max-width: 1199px) {
  .tor-header__container-menu-mobile-right {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0; }

  .tor-header__container-menu-mobile {
    padding-right: 12px; }

  .tor-header .nav-main {
    padding-right: 0; } }
.site-footer {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  letter-spacing: .4px; }

.site-footer .site-footer__list-item {
  padding-right: 5px; }

.site-footer a {
  color: #333333;
  font-size: 0.75em;
  line-height: 1.3125em;
  margin-bottom: 0; }

.site-footer a:hover, .site-footer a:focus {
  color: #f36c23; }

@media only screen and (max-width: 767px) {
  .site-footer .page-width {
    padding: 0 20px; } }
.site-footer__main {
  background-color: #ffffff;
  padding-top: 20px; }

@media only screen and (min-width: 768px) {
  .site-footer__main {
    padding-bottom: 30px;
    padding-top: 30px; } }
.flex-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto; }

.flex-footer .flex__item {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0 0 20px; }

.flex-footer .flex__item:last-child {
  max-width: 164px; }

@media only screen and (min-width: 768px) {
  .flex-footer .flex__item {
    -webkit-flex: 1 1 calc(100%/3);
    -moz-flex: 1 1 calc(100%/3);
    -ms-flex: 1 1 calc(100%/3);
    flex: 1 1 calc(100%/3); } }
@media only screen and (min-width: 992px) {
  .flex-footer {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .flex-footer .flex__item {
    padding: inherit; }

  .flex-footer .flex__item:first-child {
    padding-left: 0; }

  .flex-footer .flex__item:last-child {
    padding-right: 0; } }
.site-footer__section-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  font-size: 0.625em;
  letter-spacing: .6px;
  line-height: 14px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.site-footer__list {
  list-style: none; }

.footer-social__contact {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f36c23;
  line-height: 18px; }

.footer-social__contact a {
  color: #f36c23; }

.footer-social__contact a:hover, .footer-social__contact a:focus {
  color: #f36c23; }

.footer-social__logo {
  border-top: 1px solid #999999;
  padding-top: 15px; }

.footer-social__logo img {
  width: 100%;
  height: auto; }

.footer-social__info {
  font-size: 0.75em;
  line-height: 16px; }

.site-footer__newsletter {
  background: #333333;
  padding: 8px 0; }

.site-footer__newsletter label {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  margin-right: 23px;
  line-height: 14px;
  font-size: 0.75em;
  letter-spacing: 1.3px; }

.site-footer__newsletter input.email {
  background: #333333;
  border: 1px solid #999999;
  color: #cbcbcb;
  font-size: 0.75em;
  line-height: 12px;
  padding: 8px 24px 8px 18px;
  letter-spacing: .4px;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .site-footer__newsletter input.email {
    width: 320px; } }
.site-footer__newsletter ::-webkit-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
  line-height: normal; }

.site-footer__newsletter :-moz-placeholder {
  color: #cbcbcb;
  opacity: 1;
  line-height: normal; }

.site-footer__newsletter ::-moz-placeholder {
  color: #cbcbcb;
  opacity: 1;
  line-height: normal; }

.site-footer__newsletter :-ms-input-placeholder {
  color: #cbcbcb;
  opacity: 1;
  line-height: normal; }

.site-footer__newsletter input.button {
  background-color: transparent;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 24px;
  padding: 0 6px;
  position: absolute;
  right: 10px;
  bottom: 18px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

@media only screen and (min-width: 768px) {
  .site-footer__newsletter input.button {
    bottom: auto;
    left: 552px;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }
.site-footer__newsletter #mc_embed_signup_scroll {
  position: relative; }

/******fixed-message*****/
.text-center {
  text-align: center !important; }

.is-fixed-bottom {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 70;
  bottom: 0; }

.fixed-message__text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 20px;
  padding-top: 20px; }

.fixed-message__container .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.fixed-message__container .button--primary {
  color: #fff;
  background-color: #f36c23;
  border-color: transparent;
  min-height: 50px;
  font-size: 15px;
  letter-spacing: 0.83px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 210px;
  min-width: 210px;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.375em - 1px);
  cursor: pointer; }

.is-hidden {
  display: none !important; }

.fixed-message__text a {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 500; }

.fixed-message__button, .fixed-message__button a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media only screen and (max-width: 767px) {
  .small--text-center {
    text-align: center !important; }

  .fixed-message__container .container {
    display: block; }

  .fixed-message__button {
    width: 100%;
    padding-bottom: 20px; }

  .fixed-message__text {
    width: 100%; } }
@media (min-width: 768px) and (max-width: 1360px) {
  #mc_embed_signup_scroll {
    padding-left: 20px;
    padding-right: 20px; } }
/*================ TEMPLATES ================*/
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  background-color: #030303;
  color: #fff; }

.ie9 .template-password {
  height: auto;
  padding: 80px 0; }

.password-page {
  display: table;
  height: 100%;
  width: 100%; }

.password-page a {
  color: #fff; }

.password-page h1, .password-page .h1, .password-page .h1--mini, .password-page .product-single__title, .password-page
.product-single__price,
.password-page h2,
.password-page .h2,
.password-page h3,
.password-page .h3,
.password-page h4,
.password-page .h4,
.password-page h5,
.password-page .h5,
.password-page h6,
.password-page .h6 {
  color: #fff; }

.password-page label {
  color: #fff; }

.password-page__inner {
  display: table-cell;
  vertical-align: middle; }

.password-page__content,
.password-modal__content {
  max-width: 600px;
  margin: 0 auto; }

.password-page__content {
  padding: 20px 0; }

.password-logo {
  margin-top: 10px;
  margin-bottom: 20px; }

.password-logo__image {
  max-width: 100%; }

.password-page__title {
  font-size: 3.125em;
  line-height: 1;
  margin-bottom: 20px; }

.password-page__message {
  font-size: 1.125em;
  margin-bottom: 40px; }

.password-signup-form {
  margin-bottom: 80px; }

.password-social-sharing {
  margin-bottom: 80px; }

/*================ Login link ================*/
.password-login-link {
  display: block;
  padding: 20px;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .password-login-link {
    position: absolute;
    top: 0;
    right: 0; } }
.password-login-link .icon {
  width: 12px;
  height: 1em;
  margin-right: 6.66667px;
  fill: currentColor; }

/*================ Login modal ================*/
.password-login-form {
  margin-bottom: 40px; }

/*================ Newsletter ================*/
.password-signup-form__subheading {
  margin-bottom: 25px; }

.password-signup-form__subheading a {
  color: #f36c23; }

.password-signup-form__subheading a:hover {
  color: #f36c23; }

.password-signup-form .input-group {
  max-width: 450px;
  margin: 0 auto; }

/*================ Password svg icons ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px;
  margin-left: 6.66667px;
  fill: currentColor; }

/*============= Templates | Gift card page =============*/
.template-giftcard {
  background-color: #030303; }

.giftcard__header {
  margin: 80px auto 40px; }

.giftcard__content {
  background-color: #ffffff;
  max-width: 540px;
  margin: 0 auto 40px;
  padding: 20px; }

.giftcard__shop-url {
  display: none; }

/*================ Giftcard image, amount, and code ================*/
.giftcard__wrap {
  position: relative; }

.giftcard__wrap:before, .giftcard__wrap:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.giftcard__wrap:before {
  top: -2px;
  left: -2px;
  border-radius: 12px 0 100%;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05); }

.giftcard__wrap:after {
  bottom: -2px;
  right: -2px;
  border-radius: 100% 0 12px;
  box-shadow: -2px -2px 1px rgba(0, 0, 0, 0.05); }

.giftcard__image {
  display: block;
  border-radius: 12px;
  overflow: hidden; }

.giftcard__amount-wrapper {
  position: absolute;
  top: 6.66667px;
  right: 10px; }

.giftcard__amount,
.giftcard__amount-remaining {
  color: #fff; }

.giftcard__amount {
  font-size: 1.75em;
  margin-bottom: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 768px) {
  .giftcard__amount {
    font-size: 2.5em; } }
.giftcard__code {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px; }

.giftcard__code-bubble {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #666666;
  padding: 10px 20px;
  font-size: 0.9375em;
  border-radius: 4px; }

@media only screen and (min-width: 768px) {
  .giftcard__code-bubble {
    font-size: 1.25em; } }
.giftcard__code-bubble:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 1px dashed #666666;
  border-radius: 4px;
  opacity: 0.3; }

/*================ Print styles ================*/
@media print {
  .giftcard__shop-url {
    display: block; }

  .giftcard__wrap:before, .giftcard__wrap:after {
    display: none; }

  .giftcard__amount-wrapper {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0 6.66667px; } }
/*================ Product image and thumbnail layout ================*/
.photos__item--main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-align: center;
  min-width: 0;
  margin: 0 20px;
  height: 200px; }

@media only screen and (min-width: 768px) {
  .photos__item--main {
    height: 300px; } }
.photos__item--thumbs {
  max-width: 100%; }

.product__photo-container {
  width: 100%;
  position: relative;
  max-width: 480px;
  margin: 0 auto; }

.product__photo-container.hide {
  display: none; }

.product__photo-wrapper {
  display: block;
  width: 100%; }

.product__photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.product-single__photo {
  margin-bottom: 20px; }

/*================ Product thumbnail layout ================*/
.product-single__thumbnails.slick-vertical .slick-slide {
  border: 0;
  padding: 2px 0; }

.product-single__thumbnails {
  display: none;
  margin: 0 0 20px; }

.product-single__thumbnails.slick-initialized {
  display: block; }

.product-single__thumbnails--static {
  display: block;
  text-align: center; }

.product-single__thumbnails--static .product-single__thumbnail-item {
  display: inline-block;
  width: 45%;
  max-width: 150px; }

.product-single__thumbnail {
  position: relative;
  display: block;
  height: 110px;
  padding: 10px;
  max-width: 200px;
  margin: 0 auto; }

.product-single__thumbnail img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-height: 90px;
  margin: 0 auto; }

.no-csstransforms .product-single__thumbnail img {
  top: 0; }

.is-active .product-single__thumbnail:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1px solid #999999; }

/*================ Slider arrows ================*/
.product-single__thumbnails.slick-initialized .slick-prev,
.product-single__thumbnails.slick-initialized .slick-next {
  opacity: 0.2;
  transition: opacity 0.15s ease-in;
  width: 30px;
  height: 30px; }

.product-single__thumbnails.slick-initialized .slick-prev:before,
.product-single__thumbnails.slick-initialized .slick-next:before {
  display: none; }

.product-single__thumbnails.slick-initialized .slick-prev:hover, .product-single__thumbnails.slick-initialized .slick-prev:focus,
.product-single__thumbnails.slick-initialized .slick-next:hover,
.product-single__thumbnails.slick-initialized .slick-next:focus {
  opacity: 0.7; }

.product-single__thumbnails.slick-initialized .slick-prev .icon,
.product-single__thumbnails.slick-initialized .slick-next .icon {
  fill: #666666;
  width: 30px;
  height: 30px; }

@media only screen and (max-width: 767px) {
  .product-single__thumbnails.slick-initialized .slick-prev,
  .product-single__thumbnails.slick-initialized .slick-next {
    display: none !important; } }
.product-single__thumbnails.slick-initialized .slick-next {
  right: -35px; }

.product-single__thumbnails.slick-initialized .slick-prev {
  left: -35px; }

.product-single__thumbnails.slick-initialized .slick-disabled {
  opacity: 0;
  visibility: hidden; }

.product-single__thumbnails.slick-vertical .slick-prev,
.product-single__thumbnails.slick-vertical .slick-next {
  left: 0;
  right: 0;
  margin-top: 0;
  width: 100%;
  height: auto; }

.product-single__thumbnails.slick-vertical .slick-prev {
  top: -20px; }

.product-single__thumbnails.slick-vertical .slick-next {
  top: auto;
  bottom: -40px; }

/*================ Product image modal ================*/
.product-modal__image {
  display: block;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  max-height: 95%;
  max-width: 95%;
  margin: 0 auto; }

.no-csstransforms .product-modal__image {
  top: 2.5%; }

.js-modal-open-product-modal {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.product-tag {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.75em;
  background-color: #f36c23;
  color: #fff;
  padding: 4px 10px; }

.product-tag--absolute {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

/*Stamped*/
.product-single__reviews {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.product-single__price {
  margin-right: 15px; }

.stamped-main-badge .stamped-badge-caption[data-reviews="0"]:after {
  content: ''; }

.fa-star-half-o:before,
.fa-star-o:before,
.fa-star:before,
.stamped-fa-star-half-o:before,
.stamped-fa-star-o:before,
.stamped-fa-star:before {
  font-size: 0.875em; }

.page_testimonials .content-block {
  padding: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .page_testimonials .custom-field--value .fc-field--col {
    width: calc(50% - 20px); }

  .page_testimonials .custom-field--value .page-width {
    max-width: 100%; }

  .page_testimonials .custom-field--value .fc-item .fc-wrapper {
    width: 100%; } }
.custom-field--value .fc-item .fc-wrapper {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 60px 20px; }

@media only screen and (min-width: 768px) {
  .custom-field--value .fc-item .fc-wrapper {
    width: 992px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-field--value .fc-item .fc-wrapper {
    width: 768px; } }
@media only screen and (max-width: 767px) {
  .custom-field--value .fc-item .fc-wrapper {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px; }

  .custom-field--value .fc-item .fc-wrapper .field__img {
    margin-bottom: 40px; } }
.custom-field--value .fc-item .fc-wrapper .field__body-text {
  padding-top: 10px;
  font-size: 30px;
  line-height: 42.4px;
  border-top: 10px solid #f36c23; }

@media only screen and (max-width: 991px) {
  .custom-field--value .fc-item .fc-wrapper .field__body-text {
    font-size: 19.2px;
    line-height: 1.5; } }
.custom-field--value .fc-item:nth-child(odd) {
  background-color: #F4F2F1; }

.custom-field--value .fc-item:nth-child(odd) .fc-field--col:first-child {
  margin-right: 20px; }

.custom-field--value .fc-item:nth-child(even) .fc-field--col:first-child {
  margin-left: 20px; }

.custom-field--value .fc-item:nth-child(even) .fc-wrapper {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media only screen and (max-width: 767px) {
  .custom-field--value .fc-item:nth-child(even) .fc-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.custom-field--value .fc-field--col {
  width: 50%;
  color: #333333; }

.custom-field--value .fc-field--col img {
  display: block;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .custom-field--value .fc-field--col img {
    width: 65%; } }
@media only screen and (max-width: 767px) {
  .custom-field--value .fc-field--col {
    width: 100%; } }
.custom-field--value .fc-field--col.fc-has-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px; }

.custom-field--value .field__author {
  font-weight: 700;
  font-size: 24px;
  margin-top: 40px; }

@media only screen and (max-width: 991px) {
  .custom-field--value .field__author {
    font-size: 19.2px;
    line-height: 24px;
    margin-top: 20px; } }
.custom-field--value .field__author-name {
  color: #f36c23; }

.tor-button {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  color: #ffffff !important;
  font-size: 0.5em;
  line-height: 8px;
  padding: 8px 10px; }

.tor-button--red {
  background: #f36c23; }

.tor-button--big {
  font-size: 1em;
  line-height: 14px;
  padding: 15px 20px; }

.tor-button--small {
  padding: 4px 10px; }

.tor-button--upper {
  text-transform: uppercase; }

.tor-button--white {
  border: 1px solid #f36c23;
  background: #ffffff;
  color: #f36c23 !important; }

@media only screen and (max-width: 767px) {
  .tor-button {
    font-size: 0.75em;
    padding: 8px 10px; } }
.link-arrow {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f36c23;
  font-size: 0.625em;
  line-height: 12px; }

.link-arrow:hover, .link-arrow:active {
  color: #f36c23; }

.link-arrow::after {
  content: "›";
  display: inline-block;
  margin-left: 10px; }

.link-arrow--upper {
  text-transform: uppercase; }

/*================ VENDOR ================*/
/*============================================================================
  Slick Slider 1.5.8

  - If upgrading Slick's styles, use the following variables/functions
    instead of the slick defaults (from slick-theme.scss)
  - This file includes default slick.scss styles (at Slick Slider SCSS)
    and slick-theme.scss (at Slick Slider Theme). Upgrade each area individually
  - All `outline: none;` have been removed for any elements in slideshow
    (buttons, arrows, etc) to preserve a11y
==============================================================================*/
/*================ Slick Slider SCSS ================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*================ Slick Slider Theme ================*/
.slick-loading .slick-list {
  background: white url(//commercial.torquefitness.com/cdn/shop/t/39/assets/ajax-loader.gif?v=41356863302472015721669918518) center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick-icons, sans-serif";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick-icons, sans-serif";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 0.75; }

/*================ Content blocks ================*/
.content-block {
  background-color: #ffffff;
  padding: 0 40px 40px 40px;
  margin-bottom: 20px; }

.content-block:last-child {
  margin-bottom: 0; }

.content-block .blog__meta {
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  text-align: center; }

.content-block--small {
  padding: 20px; }

.content-block--no-bottom-padding {
  padding-bottom: 0; }

.content-block__item {
  margin-bottom: 20px; }

.content-block__full-image {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 40px; }

@media only screen and (max-width: 991px) {
  .content-block__full-image {
    margin-bottom: 0; } }
.content-block__full-image img {
  display: block;
  margin: 0 auto; }

.content-block__full-image:first-child {
  margin-top: 0; }

.template-article .main-content {
  margin: 0;
  padding-top: 170px;
  position: relative; }

@media only screen and (max-width: 767px) {
  .template-article .main-content {
    padding-top: 0; } }
.template-article.tpl-showcase .main-content {
  padding-top: 0; }

.template-article .article__photo-wrapper {
  padding: 0 !important; }

.template-article.tpl-showcase .content-block {
  padding: 0; }

.template-article .content-block {
  position: relative;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 0;
  margin: 0; }

.template-article .content-block__full-image {
  margin: 0; }

.template-article .content-block blockquote {
  display: table-cell;
  margin: 0;
  text-align: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  font-style: italic;
  background-color: #f9f5f5;
  padding: 20px; }

@media only screen and (max-width: 991px) {
  .template-article .content-block blockquote {
    width: 100%; } }
.template-article .content-block blockquote:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 10px;
  float: left;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTEgOS4yNzVjMCA1LjE0MS0zLjg5MiAxMC41MTktMTAgMTEuNzI1bC0uOTg0LTIuMTI2YzIuMjE1LS44MzUgNC4xNjMtMy43NDIgNC4zOC01Ljc0Ni0yLjQ5MS0uMzkyLTQuMzk2LTIuNTQ3LTQuMzk2LTUuMTQ5IDAtMy4xODIgMi41ODQtNC45NzkgNS4xOTktNC45NzkgMy4wMTUgMCA1LjgwMSAyLjMwNSA1LjgwMSA2LjI3NXptMTMgMGMwIDUuMTQxLTMuODkyIDEwLjUxOS0xMCAxMS43MjVsLS45ODQtMi4xMjZjMi4yMTUtLjgzNSA0LjE2My0zLjc0MiA0LjM4LTUuNzQ2LTIuNDkxLS4zOTItNC4zOTYtMi41NDctNC4zOTYtNS4xNDkgMC0zLjE4MiAyLjU4NC00Ljk3OSA1LjE5OS00Ljk3OSAzLjAxNSAwIDUuODAxIDIuMzA1IDUuODAxIDYuMjc1eiIvPjwvc3ZnPg==); }

.template-article .content-block ul {
  font-size: 18px; }

.template-article .content-block ul li {
  line-height: 27px; }

.template-article .content-block h2, .template-article .content-block .h2, .template-article .content-block h3, .template-article .content-block .h3, .template-article .content-block h4, .template-article .content-block .h4 {
  margin-top: 40px; }

.template-article .content-block .rte--indented-images > blockquote {
  padding: 20px 20px;
  margin-left: 40px;
  margin-right: 40px; }

@media only screen and (max-width: 767px) {
  .template-article .content-block .rte--indented-images > blockquote {
    margin-right: 0;
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  .template-article .content-block .rte--indented-images tbody tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .template-article .content-block .rte--indented-images tbody tr td {
    width: 100%; } }
.template-article .content-block .rte--indented-images table td {
  border-collapse: collapse;
  border: 0;
  vertical-align: top;
  padding: 0;
  padding-right: 20px;
  width: auto !important; }

.template-article .content-block .rte--indented-images table td p {
  padding: 0; }

.template-article .content-block .rte--indented-images table td img {
  width: 100%;
  margin: 0;
  max-width: initial;
  min-width: 240px; }

@media only screen and (max-width: 767px) {
  .template-article .content-block .rte--indented-images table td img {
    width: 100%; } }
.template-article .content-block > .rte--indented-images img {
  margin: 0 auto;
  display: block; }

@media only screen and (max-width: 767px) {
  .template-article .content-block > .rte--indented-images img {
    margin-bottom: 20px;
    margin-top: 0;
    height: auto; } }
.template-article .blog__meta {
  line-height: 1;
  padding-top: 48px; }

.template-article .page-container {
  background-color: #FFF; }

.template-article .content-block.add-comment {
  padding: 0 60px;
  padding-bottom: 43px;
  padding-top: 28px; }

@media only screen and (max-width: 767px) {
  .template-article .content-block.add-comment {
    padding: 0; } }
.template-article .comment-form {
  padding: 0 38px;
  border-radius: 4px; }

.template-article .comment-form textarea {
  min-height: 142px;
  resize: vertical;
  border-radius: 4px; }

@media only screen and (max-width: 767px) {
  .template-article .comment-form {
    padding: 0; } }
.content-block.has-comments {
  padding: 0 60px;
  background-color: #F7F7F7; }

@media only screen and (max-width: 767px) {
  .content-block.has-comments {
    padding: 0; } }
.content-block.has-comments h2, .content-block.has-comments .h2 {
  padding: 0 0 13px 0;
  text-align: center;
  color: #3A3D3F;
  border-bottom: 1px solid #E7E7E7; }

.content-block.has-comments .comment-form {
  background-color: #FFF;
  padding-top: 13px;
  display: inline-block;
  width: 100%; }

.content-block.has-comments .comment-form .btn, .content-block.has-comments .comment-form .btn--secondary {
  background: transparent;
  width: auto;
  color: #000;
  float: right;
  font-size: 10px;
  line-height: 1;
  padding: 7px 32px;
  letter-spacing: 2px; }

.content-block.has-comments .comment-form .btn:hover, .content-block.has-comments .comment-form .btn--secondary:hover {
  background-color: #f36c23;
  color: #FFF; }

.content-block.has-comments .comment-form h3, .content-block.has-comments .comment-form .h3 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 24px; }

.template-article .comment + .comment {
  border: none; }

.template-article .content-block {
  padding: 0 40px; }

.template-article .content-block .rounder-img {
  border-radius: 100%; }

/*================ Product cards ================*/
.product-card {
  position: relative;
  display: block;
  background-color: #ffffff;
  text-align: center;
  padding: 12.5px;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 1px;
  color: #666666;
  z-index: 1; }

.grid--no-gutters .product-card {
  border-left-width: 1px; }

.collection__card--first .product-card {
  border-left-width: 0; }

.product-card:hover, .product-card:focus {
  color: #666666; }

.product-card:focus {
  z-index: 2; }

@media only screen and (min-width: 768px) {
  .product-card {
    padding: 32px 25px 25px 25px; } }
@media (max-width: 767px) {
  .product-card {
    padding-top: 32px; } }
/*================ Product hover/focus overlay ================*/
.product-card__overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  transition: all 0.15s ease-in; }

.product-card:hover .product-card__overlay,
.product-card:focus .product-card__overlay {
  visibility: visible;
  opacity: 1; }

.product-card__overlay-btn {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  transition: all 0.15s ease-in; }

.product-card:hover .product-card__overlay-btn {
  -ms-transform: translateY(-85%);
  -webkit-transform: translateY(-85%);
  transform: translateY(-85%); }

.no-csstransforms .product-card__overlay-btn {
  top: 35%; }

/*================ Product image and wrapper ================*/
.product-card__image-container {
  /*height: 211px;*/
  height: 232px;
  margin-bottom: 60px;
  width: 100%;
  z-index: 2; }

.product-card__image img {
  height: 232px;
  object-fit: contain; }

.product-card_no-review.product-card_no-price .product-card__image-container {
  margin-bottom: 16px; }

.product-card_no-price .product-card__image-container,
.product-card_no-review .product-card__image-container {
  margin-bottom: 38px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .product-card__image-container,
  .product-card__image img {
    /*height: 198px;*/
    height: 219px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .product-card__image-container,
  .product-card__image img {
    /*height: 195px;*/
    height: 216px; } }
@media (max-width: 767px) {
  .no-image_wrap img {
    opacity: 0; }

  .product-card__image-container,
  .product-card__image img {
    /*height: 195px;*/
    height: 216px; }

  .product-card__image-wrapper.product-card__no-image-wrapper {
    max-height: 100%;
    background-position: 50% 50% !important;
    background-size: cover; }

  .product-card__info {
    padding-top: 16px !important; } }
@media (max-width: 500px) {
  .product-card__image-container,
  .product-card__image img {
    /*height: 189px;*/
    height: 208px; } }
@media (max-width: 460px) {
  .product-card__image-container,
  .product-card__image img {
    height: 198px; } }
@media (max-width: 412px) {
  .product-card__image-container,
  .product-card__image img {
    /*height: 129px;*/
    height: 148px; } }
.product-card__image-wrapper {
  vertical-align: top; }

.product-card__image {
  position: relative;
  margin: 0 auto; }

.product-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

@media only screen and (min-width: 1600px) {
  .product-card__image img.no-image_img {
    top: -24px !important; }

  .no-image_wrap {
    position: relative;
    overflow: hidden; } }
/*================ Product meta info ================*/
.product-card__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 12.5px; }

@media only screen and (min-width: 768px) {
  .product-card__info {
    padding: 16px 12.5px 20px; } }
.product-card__name,
.product-card__availability {
  position: relative;
  z-index: 3; }

.product-card__name {
  font-weight: 700;
  color: #030303;
  white-space: normal; }

.product-card__availability {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #006eff; }

.product-card__brand,
.product-card__price {
  font-size: 0.875em; }

.product-card__regular-price {
  opacity: 1;
  color: #737373; }

.template-product .page-container {
  background-color: #ffffff; }

.product-single {
  margin-bottom: 40px; }

/* Card Small */
.template-search,
.template-collection {
  /* *** */ }

.template-search .product-card__overlay,
.template-collection .product-card__overlay {
  display: none; }

.template-search .product-card__name,
.template-collection .product-card__name {
  font-size: 0.75em; }

@media only screen and (min-width: 768px) {
  .template-search .product-card__name,
  .template-collection .product-card__name {
    font-size: 1.125em; } }
.template-search .product-card,
.template-collection .product-card {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid transparent;
  box-sizing: border-box; }

.template-search .product-card:hover,
.template-collection .product-card:hover {
  border: 1px solid #999999; }

.template-search .product-card__image,
.template-collection .product-card__image {
  padding-left: 0;
  padding-right: 0; }

.template-search .product-card__price,
.template-collection .product-card__price {
  font-size: 0.625em;
  font-weight: 900;
  color: #000000;
  padding-top: 3px; }

@media only screen and (min-width: 768px) {
  .template-search .product-card__price,
  .template-collection .product-card__price {
    font-size: 0.875em; } }
.template-search .product-card__availability,
.template-collection .product-card__availability {
  font-size: 0.625em; }

@media only screen and (min-width: 768px) {
  .template-search .product-card__availability,
  .template-collection .product-card__availability {
    font-size: 0.875em; } }
.template-search .product-card,
.template-collection .product-card {
  height: 100%; }

.template-search .product-card__image-container,
.template-search .product-card_no-review.product-card_no-price .product-card__image-container,
.template-search .product-card_no-price .product-card__image-container,
.template-search .product-card_no-review .product-card__image-container,
.template-collection .product-card__image-container,
.template-collection .product-card_no-review.product-card_no-price .product-card__image-container,
.template-collection .product-card_no-price .product-card__image-container,
.template-collection .product-card_no-review .product-card__image-container {
  margin-bottom: 0; }

.template-search .product-card__info,
.template-collection .product-card__info {
  height: calc(100% - 232px);
  padding-bottom: 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center; }

@media (min-width: 1600px) {
  .template-search .product-card__image img.no-image_img,
  .template-collection .product-card__image img.no-image_img {
    top: 0 !important; }

  .template-search .product-card__image-container,
  .template-collection .product-card__image-container {
    height: 260px; }

  .template-search .product-card__info,
  .template-collection .product-card__info {
    height: calc(100% - 260px); } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .template-search .product-card__image-container,
  .template-collection .product-card__image-container {
    height: 218px; }

  .template-search .product-card__info,
  .template-collection .product-card__info {
    height: calc(100% - 218px); } }
@media (min-width: 992px) and (max-width: 1199px) {
  .template-search .product-card__image-container,
  .template-collection .product-card__image-container {
    height: 195px; }

  .template-search .product-card__info,
  .template-collection .product-card__info {
    height: calc(100% - 195px); } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .template-search .product-card__image-container,
  .template-collection .product-card__image-container {
    height: 195px; }

  .template-search .product-card__info,
  .template-collection .product-card__info {
    height: calc(100% - 195px); } }
@media (min-width: 530px) and (max-width: 767px) {
  .template-search .product-card__info,
  .template-collection .product-card__info {
    height: calc(100% - 216px); } }
@media (min-width: 451px) and (max-width: 500px) {
  .template-search .product-card__info,
  .template-collection .product-card__info {
    padding-top: 0 !important;
    height: calc(100% - 208px); } }
@media (min-width: 413px) and (max-width: 450px) {
  .template-search .product-card__image-container,
  .template-collection .product-card__image-container {
    height: 164px; }

  .template-search .product-card__info,
  .template-collection .product-card__info {
    padding-top: 0 !important;
    height: calc(100% - 164px); } }
@media (max-width: 412px) {
  .template-search .product-card__info,
  .template-collection .product-card__info {
    padding-top: 0 !important;
    min-height: calc(100% - 148px); } }
@media (max-width: 375px) {
  .template-search .product-card__image-container,
  .template-collection .product-card__image-container {
    height: 136px; }

  .template-search .product-card__info,
  .template-collection .product-card__info {
    padding-top: 12px !important;
    min-height: calc(100% - 136px); } }
@media (max-width: 320px) {
  .template-search .product-card__image-container,
  .template-collection .product-card__image-container {
    height: 108px; }

  .template-search .product-card__info,
  .template-collection .product-card__info {
    padding-top: 12px !important;
    min-height: calc(100% - 108px); } }
/*================ Product Page ================*/
.product-single {
  color: #000000; }

.product-single hr {
  margin: 15px 0; }

@media only screen and (min-width: 768px) {
  .product-single .tor-button {
    margin-top: 10px;
    text-align: center;
    min-width: 72%; } }
.product-single .flex {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media only screen and (min-width: 768px) {
  .product-single__main .flex__item:first-child,
  .product-single__about .flex__item:first-child {
    max-width: 60%; }

  .product-single__main .flex__item:last-child,
  .product-single__about .flex__item:last-child {
    max-width: 33.33333%; } }
.product-single__more-info {
  width: 100%;
  margin-bottom: 10px; }

.single-option-selector-product-template {
  color: #ffffff;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoMC40NTIwNDQgMCAwIDAuNDUyMDQ0IDM1LjM0MzIgMzUuMzQzMikiPjxnPgogICAgPHBhdGggZD0ibTEyMS4zLDM0LjZjLTEuNi0xLjYtNC4yLTEuNi01LjgsMGwtNTEsNTEuMS01MS4xLTUxLjFjLTEuNi0xLjYtNC4yLTEuNi01LjgsMC0xLjYsMS42LTEuNiw0LjIgMCw1LjhsNTMuOSw1My45YzAuOCwwLjggMS44LDEuMiAyLjksMS4yIDEsMCAyLjEtMC40IDIuOS0xLjJsNTMuOS01My45YzEuNy0xLjYgMS43LTQuMiAwLjEtNS44eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI0VGRURFRCI+PC9wYXRoPgogIDwvZz48L2c+IDwvc3ZnPg==) 96%/10% no-repeat #666666; }

.product-single__main {
  margin-bottom: 30px; }

.product-single__description {
  font-size: 0.875em;
  letter-spacing: .4px; }

.product-single__description h2, .product-single__description .h2 {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.125em;
  text-transform: uppercase; }

.product-single__quick {
  font-size: 0.875em;
  margin: 20px 0; }

.product-single__quick-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75em;
  letter-spacing: normal; }

.product-single__quick-list ul {
  list-style: square inside; }

.product-single__quick-list span {
  margin-left: -4px; }

.product-single__info-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #f36c23;
  font-size: 0.875em;
  margin-bottom: 0;
  text-transform: uppercase; }

.product-single__info-table td {
  border-width: 0 0 1px 0;
  font-size: 0.875em;
  padding: 10px 0;
  width: 50%; }

.product-single__info-table td:first-child {
  font-size: 0.75em;
  text-transform: uppercase;
  padding-right: 10px; }

.product-single__info-table tr:last-of-type td {
  border-width: 0; }

.product-single__meta-list {
  line-height: 1; }

.product-single__meta-list li {
  padding-right: 10px;
  vertical-align: middle; }

.product-single__meta-list li:last-child {
  padding-right: 0; }

.product-single__vendor {
  margin-bottom: 5px; }

.product-single__title,
.product-single__price {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: .4px;
  margin-bottom: 0; }

.product-single__subtitle {
  font-size: 1.125em;
  padding-top: 5px; }

.product-single__price--compare {
  color: #737373; }

.product-single__stock {
  display: inline-block;
  padding: 20px 0;
  font-size: 0.8125em;
  text-transform: uppercase; }

.product-single__icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 0.625em;
  margin: 10px 0; }

.product-single__icons-item {
  -webkit-flex: 1 1 calc(33% - 10px);
  -moz-flex: 1 1 calc(33% - 10px);
  -ms-flex: 1 1 calc(33% - 10px);
  flex: 1 1 calc(33% - 10px);
  text-align: center; }

.tor-affirm {
  font-size: 0.75em; }

.icon-affirm {
  height: 14px;
  padding-bottom: 4px;
  width: auto;
  fill: #00C8E5; }

/*================ Related Product ================*/
.related-products {
  /*padding-top: $gutter-site * 2;
  padding-bottom: $gutter-site * 2;
  background: $cl-grey-third;*/ }

.related-products .product-card__name {
  color: #000000;
  padding: 5px 10px; }

.related-products .product-card__image-wrapper {
  background: #ffffff; }

.related-products .product-card__image {
  max-width: 100% !important; }

.related-products .product-card__price,
.related-products .product-card__name {
  font-size: 0.75em; }

@media only screen and (min-width: 992px) {
  .related-products .product-card__price,
  .related-products .product-card__name {
    font-size: 1.125em; } }
.related-products .product-card__price {
  padding-top: 5px; }

.related-products .product-card,
.related-products .product-card__info {
  background: #cccccc;
  border: none; }

.related-products .product-card {
  padding: 0 8px 16px; }

.related-products .product-card:hover {
  border: none !important; }

.related-products .product-card:hover .product-card__name {
  color: #ffffff;
  background: #f36c23; }

.related-products .product-card__info {
  position: static; }

@media only screen and (min-width: 992px) {
  .related-products .product-card__info {
    padding-top: 30px; } }
.related-products .product-tag,
.related-products .product-card__overlay,
.related-products .product-card__review {
  display: none; }

.related-products .product-card__image-container {
  height: auto;
  margin-bottom: 0 !important; }

.related-products .product-card__image > div {
  padding-top: 100% !important; }

.related-products .product-card__image > div img {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  height: auto; }

/*================ Megazoom ================*/
.MagicToolboxSlides-arrow {
  display: none !important; }

.MagicToolboxSlides {
  height: 600px; }

@media screen and (max-width: 600px) {
  .MagicToolboxSlides {
    height: 540px; } }
@media screen and (max-width: 550px) {
  .MagicToolboxSlides {
    height: 500px; } }
@media screen and (max-width: 450px) {
  .MagicToolboxSlides {
    height: 386px; } }
@media screen and (max-width: 390px) {
  .MagicToolboxSlides {
    height: 350px; } }
@media screen and (max-width: 320px) {
  .MagicToolboxSlides {
    height: 280px; } }
@media only screen and (min-width: 768px) {
  .MagicToolboxSlides {
    height: 400px; } }
@media only screen and (min-width: 992px) {
  .MagicToolboxSlides {
    height: 600px; } }
.MagicToolboxSlide {
  height: 100%; }

.MagicToolboxSlide figure {
  height: 100%;
  width: 100%;
  max-width: 600px; }

.MagicToolboxSlide figure img {
  position: relative;
  height: 100% !important;
  max-height: 100% !important;
  max-width: none !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

/*================ Product form ================*/
.product-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .product-form {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.product-form__item {
  -webkit-flex: 1 0 160px;
  -moz-flex: 1 0 160px;
  -ms-flex: 1 0 160px;
  flex: 1 0 160px;
  margin-bottom: 10px; }

.product-form__item label {
  display: block; }

.product-form__item.selector-wrapper {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.product-form__item--submit {
  width: 100%;
  margin-top: 0;
  min-width: 210px;
  padding-right: 10px; }

@media only screen and (max-width: 767px) {
  .product-form__item--submit {
    padding-right: 0;
    width: 100%; } }
.product-form--payment-button .product-form__item--submit {
  margin-top: 10px;
  width: 100%; }

.product-form__item--submit.product-form__onboarding {
  margin-top: 20px;
  padding-left: 0; }

.product-form__item--submit button.tor-button {
  width: 100%;
  margin-top: 0;
  line-height: normal; }

.product-form__cart-submit {
  border: 0;
  white-space: normal;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: uppercase; }

.product-form__item--quantity {
  -webkit-flex: 0 0 72px;
  -moz-flex: 0 0 72px;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px; }

/*================ Add to cart ================*/
.product-addtocart-spinner {
  -webkit-animation: spin 700ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
  animation: spin 700ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto;
  display: none;
  outline: none;
  width: 18px;
  height: 18px;
  line-height: 16px; }

.product-form--loading .product-addtocart-spinner {
  display: block; }

.product-addtocart-spinner .icon {
  fill: currentColor;
  width: 18px;
  height: 18px; }

.product-addtocart-available {
  outline: none; }

.product-form--loading .product-addtocart-available {
  display: none; }

@-webkit-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*============================================================================
  Pagination
  - Markup build by liquid tag,
    so nesting and element selectors are necessary
==============================================================================*/
.pagination {
  text-align: center;
  margin: 40px 40px 0; }

.pagination a {
  color: #666666; }

.pagination a:hover, .pagination a:focus {
  color: #f36c23; }

.pagination .current {
  font-weight: 700;
  color: #030303; }

.pagination a,
.pagination .current {
  display: inline-block;
  padding: 5px 10px; }

/*================ Article comments ================*/
.comment {
  margin-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
  padding: 0 70px; }

.comment:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid transparent; }

.comment + .comment {
  border-top: 1px solid #ffffff; }

.comment p {
  margin-bottom: 6px; }

.comment-user {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-right: 55px; }

.comment-date {
  font-size: 11px;
  text-transform: uppercase; }

/*================ Indented article/page images ================*/
.rte--indented-images .rte__image-indent {
  position: relative;
  margin-left: -20px;
  margin-right: -20px; }

@media only screen and (min-width: 768px) {
  .rte--indented-images .rte__image-indent {
    margin-left: -40px;
    margin-right: -40px; } }
/*================ Section header ================*/
.section-header {
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .section-header__item + .section-header__item {
    margin-top: 20px; } }
.section-header__title,
.section-header__subtext {
  margin-bottom: 0; }

.hero-wrapper {
  position: relative;
  margin-top: -30px;
  letter-spacing: .4px; }

@media only screen and (min-width: 768px) {
  .hero-wrapper {
    margin-top: -60px; } }
.hero {
  margin-bottom: 0; }

.hero__text-content {
  max-width: 483px; }

@media only screen and (min-width: 768px) {
  .hero__text-content--right {
    float: right;
    text-align: right; }

  .hero__text-content--right > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .hero__text-content--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }

  .hero__text-content--center > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.hero .slick-dots {
  margin: 0;
  bottom: calc(42/592 * 100%); }

.hero .slick-dots li {
  margin: 0;
  vertical-align: middle; }

.hero .slick-dots li button {
  position: relative;
  outline: none; }

.hero .slick-dots li button:before {
  text-indent: -9999px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid transparent;
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  opacity: 1;
  transition: all 0.2s; }

.hero .slick-dots li.slick-active button:before {
  background-color: transparent;
  border-color: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px; }

.hero .slick-dots li button:active:before {
  opacity: 0.5; }

.hero__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 296px; }

@media only screen and (min-width: 768px) {
  .hero__slide {
    height: 592px; } }
.hero__image {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover"; }

@media only screen and (min-width: 992px) {
  .hero__image {
    height: 100%; } }
.slick-initialized .hero__image,
.no-js .hero__image {
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.hero__image img {
  display: block;
  width: 100%; }

.ie9 .hero__slide {
  z-index: 1 !important; }

.ie9 .slick-dots {
  z-index: 2; }

.hero__logo {
  margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
  .hero__logo {
    max-width: 116px;
    margin-bottom: 10px; } }
.hero__logo img {
  max-width: 232px;
  width: 100%;
  height: auto; }

.hero__text-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(218/592 * 100%); }

.hero__description {
  color: #ffffff;
  font-size: 1.25em;
  line-height: 28px;
  margin-bottom: 10px; }

@media only screen and (min-width: 992px) {
  .hero__description {
    margin-bottom: 24px; } }
@media only screen and (max-width: 767px) {
  .hero__description {
    font-size: 1em;
    line-height: 20px; } }
.hero__arrows {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 34%; }

.no-js .hero__arrows {
  display: none; }

.hero__arrows .page-width {
  position: relative; }

.hero__arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  outline: none; }

.hero__arrow--prev {
  left: -20px; }

.hero__arrow--next {
  right: -20px; }

.hero__arrow .icon {
  width: 30px;
  height: 30px;
  fill: #f9f5f5; }

/*================ Collection sorting select menus ================*/
.collection-sort {
  display: inline-block;
  text-align: left;
  max-width: 150px; }

.collection-sort + .collection-sort {
  margin-left: 20px; }

@media only screen and (max-width: 767px) {
  .collection-sort {
    width: 80%; }

  .collection-sort + .collection-sort {
    margin: 20px 0 0; } }
.collection-sort__label {
  display: block;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .collection-sort__label {
    text-align: left;
    padding-left: 6.66667px;
    margin-bottom: 0; } }
.collection-sort__input {
  background-color: transparent;
  font-weight: 700;
  padding-top: 6.66667px;
  padding-bottom: 6.66667px;
  padding-left: 6.66667px; }

@media only screen and (max-width: 767px) {
  .collection-sort__input {
    width: 100%;
    border: 1px solid #e6e6e6; } }
/*================ Collection card and grid ================*/
.collection {
  margin-bottom: 30px; }

.collection:last-child {
  margin-bottom: 0; }

/*================ Collection card ================*/
.collection-card {
  position: relative;
  box-sizing: content-box;
  display: block;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 12.5px;
  height: 315px;
  z-index: 1; }

.collection-card:focus {
  z-index: 2; }

@media only screen and (min-width: 768px) {
  .collection-card {
    padding: 25px; } }
.collection-card:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
  transition: opacity 0.2s ease; }

.collection-card:hover:after, .collection-card:focus:after {
  opacity: 0.6; }

.collection-card__meta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  margin-right: 10px;
  z-index: 2; }

@media only screen and (min-width: 768px) {
  .collection-card__meta {
    bottom: 40px; } }
.collection-card__title {
  display: inline;
  background-color: #f36c23;
  color: #fff;
  margin-bottom: 10px;
  padding: 2px 10px;
  letter-spacing: 0;
  font-size: 1.625em;
  line-height: 1.4;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }

@media only screen and (min-width: 992px) {
  .collection-card__title {
    font-size: 2em; } }
.collection-card__subtext {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 10px 0 0 10px;
  font-size: 0.8125em;
  color: #fff; }

/* Custom */
.template-collection .main-content {
  margin-top: 0;
  padding-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .template-collection .main-content {
    padding-bottom: 80px; } }
/* breadcrumb */
.template-collection .breadcrumb {
  font-size: 0.625em;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 700; }

.template-collection .breadcrumb a {
  color: #000000; }

.template-collection .breadcrumb a:hover {
  color: #f36c23; }

.template-collection .breadcrumb span:last-child {
  color: #f36c23; }

.template-collection .breadcrumb span[aria-hidden="true"] {
  padding: 0 2px 0 2px; }

.template-collection .section-header {
  margin-bottom: 28px; }

.collection-wrap .section-header__title {
  font-size: 1.125em;
  color: #f36c23;
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 10px; }

.collection-wrap .collection-sort {
  white-space: nowrap;
  max-width: 195px; }

.collection-wrap .collection-sort label {
  padding-left: 0;
  display: inline-block;
  font-size: 0.625em;
  font-weight: 900;
  color: #000000;
  padding-right: 5px;
  position: relative;
  top: -1px; }

@media screen and (max-width: 420px) {
  .collection-wrap .collection-sort label {
    min-width: 51px;
    text-align: left; } }
.collection-wrap .collection-sort select {
  font-size: 0.8125em;
  box-sizing: border-box;
  height: 20px;
  padding: 1px 30px 1px 4px;
  width: auto;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500; }

.collection-wrap .collection-sort select,
.collection-wrap .nice-select,
.collection-wrap .nice-select .list {
  min-width: 136px; }

/*Start Collection Header*/
.collection-header--black {
  background-color: #000000; }

.collection-description {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 310px; }

.collection-description_image {
  overflow: hidden;
  max-width: 57%;
  -webkit-flex-basis: 57%;
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.collection-description_text {
  width: 43%;
  background: #000000;
  color: #ffffff;
  font-size: 1em;
  line-height: 30px;
  letter-spacing: .4px;
  -webkit-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
  padding: 30px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.collection-description_text p {
  margin-bottom: 0; }

.collection-description_text > div {
  margin: 30px 60px;
  max-height: 100%;
  overflow-x: hidden; }

@media (min-width: 768px) and (max-width: 1199px) {
  .collection-description_text > div {
    margin: 30px; } }
.collection-description_text .tor-button {
  font-size: 0.625em;
  padding: 10px 40px;
  margin-top: 20px;
  min-width: 155px;
  text-align: center; }

.collection-description_text .tor-button--red {
  margin-right: 20px; }

.collection-description_text .tor-button--blue {
  background: #00bfff;
  margin-left: 0; }

.collection-description_text .tor-button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.collection-header__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.25em;
  color: #f36c23;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 14px; }

.collection-header__logo .sup {
  position: relative;
  font-size: 0.3125em;
  top: -18px; }

@media only screen and (max-width: 767px) {
  .collection-header {
    display: none; }

  .collection-sort {
    max-width: none;
    width: auto;
    padding-right: 30px; }

  .collection-sort:last-child {
    padding-right: 0;
    margin-top: 0; }

  .template-collection .section-header {
    margin-bottom: 15px; }

  .template-collection .section-header__title {
    margin-top: 20px; }

  .template-collection .breadcrumb {
    display: none; } }
.template-collection .tor-button--medium {
  font-size: 0.625em;
  font-weight: 900;
  width: auto;
  display: inline-block;
  clear: both;
  letter-spacing: 2px;
  padding: 10px 42px 10px 42px;
  margin-top: 21px; }

.template-collection .page-container {
  background: #ffffff; }

.collection-footer_description {
  padding-bottom: 0; }

.collection-footer_description p,
.collection-footer_description h2,
.collection-footer_description .h2 {
  font-size: 0.75em; }

.collection-footer_description h2, .collection-footer_description .h2 {
  color: #f36c23;
  font-weight: 900;
  margin-bottom: 0; }

.collection-footer_description p {
  color: #000000; }

/* Pagination */
.template-collection .pagination {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.template-collection .pagination .next a,
.template-collection .pagination .prev a {
  line-height: 1.1;
  font-weight: 700; }

@media screen and (max-width: 420px) {
  .template-collection .pagination .next a,
  .template-collection .pagination .prev a {
    margin-bottom: 10px; } }
.template-collection .pagination .next a,
.template-collection .pagination .prev a,
.template-collection .pagination .page a {
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000; }

.template-collection .pagination .next a:hover,
.template-collection .pagination .prev a:hover,
.template-collection .pagination .page a:hover {
  color: #f36c23;
  border-color: #f36c23; }

.template-collection .pagination .page {
  color: #000000;
  font-size: 0.875em;
  text-align: center; }

.template-collection .pagination .page.current {
  background: #f36c23;
  border: 1px solid #f36c23;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px; }

.template-collection .pagination span {
  margin-left: 6px;
  margin-right: 7px; }

@media screen and (max-width: 420px) {
  .template-collection .pagination span {
    margin-left: 4px;
    margin-right: 4px; } }
@media only screen and (min-width: 768px) {
  .collection-footer_description {
    padding-top: 62px;
    padding-bottom: 0; } }
.template-collection .collection-product_grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/*.flex__item.collection-description_image {
  padding-top: 0 !important;
}*/
/*.flex__item.collection-description_text {
  padding: 0 !important;
}*/
/* Reviews */
.product-card__review {
  min-height: 22px; }

.product-card__review .stamped-fa-star,
.product-card__review .stamped-fa-star-checked,
.product-card__review .stamped-fa-star-half-o,
.product-card__review .stamped-fa-star-o {
  color: #f36c23;
  font-size: 1.09375em; }

.product-card__review .stamped-badge {
  line-height: 20.5px; }

.product-card__review .stamped-badge-caption {
  font-weight: 900;
  font-size: 0.75em;
  color: #999999 !important; }

.product-card__review .stamped-badge-starrating {
  margin-right: 0 !important; }

.product-card__review .stamped-badge-caption {
  letter-spacing: 2px;
  margin-left: 15px !important; }

.product-card__review .stamped-badge-caption[data-reviews="0"] {
  margin-left: 0 !important; }

.product-card__review .stamped-badge-caption[data-reviews]:before,
.product-card__review .stamped-badge-caption[data-reviews="1"]:before {
  content: attr(data-rating) " ("; }

.product-card__review .stamped-badge-caption[data-reviews]:after,
.product-card__review .stamped-badge-caption[data-reviews="1"]:after {
  content: ')'; }

.product-card__review .stamped-badge-caption[data-reviews="0"]:before,
.product-card__review .stamped-badge-caption[data-reviews="0"]:after {
  content: '' !important; }

@media only screen and (max-width: 767px) {
  .product-card__review .stamped-badge-starrating {
    font-size: 0.875em;
    line-height: 15px; }

  .product-card__review .stamped-badge-caption {
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 1.5px;
    font-size: 10px !important;
    position: relative;
    top: -1px;
    margin-left: 12px !important; }

  .product-card__review .stamped-badge-caption[data-reviews="0"] {
    margin-left: 0 !important; }

  .product-card__review {
    min-height: 20px; } }
/*================ Social sharing icons ================*/
.social-sharing {
  margin-top: 50px; }

.social-sharing .icon {
  width: 26px;
  height: 26px;
  fill: currentColor;
  border-radius: 4px;
  padding: 6px; }

.social-sharing .icon-facebook {
  background: #3f51a4; }

.social-sharing .icon-twitter {
  background: #17a3e5; }

.social-sharing .icon-pinterest {
  background: #c10017; }

.social-sharing__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-right: 30px; }

@media only screen and (max-width: 767px) {
  .social-sharing__title {
    display: inline-block;
    margin-bottom: 10px; } }
.social-sharing__link {
  color: #ffffff; }

.social-sharing__link:hover, .social-sharing__link:focus {
  color: #ffffff; }

.social-sharing__link + .social-sharing__link {
  margin-left: 15px; }

.social-sharing__blog_article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-bottom: 45px;
  margin-top: 13px; }

@media only screen and (max-width: 767px) {
  .social-sharing__blog_article {
    padding: 20px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0; } }
.social-sharing__blog_article .social-sharing__link {
  color: #FFF;
  opacity: 1;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  background: #1C5B9A;
  display: inline-block;
  height: 24px;
  width: 136px;
  padding: 0 20px;
  box-sizing: border-box; }

.social-sharing__blog_article .social-sharing__link.share-twitter {
  background-color: #17a3e5; }

@media only screen and (max-width: 767px) {
  .social-sharing__blog_article .social-sharing__link {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-size: 16px;
    margin-left: 0; } }
.social-sharing__blog_article .social-sharing__link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 23px;
  width: auto;
  height: auto;
  position: static !important; }

.social-sharing__blog_article .social-sharing__link .icon {
  background: transparent; }

@media only screen and (max-width: 767px) {
  .social-sharing__blog_article .social-sharing__link .icon {
    width: 35px;
    height: 35px; } }
/*================ Cart ================*/
.cart-table {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 20px; }

.cart-table td,
.cart-table th {
  border: 0; }

@media only screen and (min-width: 768px) {
  .cart-table td,
  .cart-table th {
    padding: 20px; } }
/*================ Cart cells ================*/
@media only screen and (min-width: 768px) {
  .cart__cell--image {
    width: 180px; }

  .cart__cell--quantity {
    width: 130px; }

  .cart__cell--total {
    width: 200px;
    text-align: right; } }
/*================ Cart cell responsive labels ================*/
@media only screen and (max-width: 767px) {
  .cart-table th,
  .cart-table td {
    text-align: center; }

  .cart-table td:before {
    display: none; } }
/*================ Cart items ================*/
.cart__image {
  display: inline-block;
  max-width: 120px;
  margin: 10px auto; }

@media only screen and (max-width: 767px) {
  .cart__image img {
    max-height: 120px; } }
.cart__quantity-label {
  display: block;
  text-align: center; }

.cart__cell--quantity .js-qty {
  max-width: 120px;
  margin: 0 auto; }

.cart__quantity {
  display: none; }

.no-js .cart__quantity {
  display: block; }

.cart__item-total {
  font-size: 1.2em; }

@media only screen and (min-width: 768px) {
  .cart__item-total {
    padding-right: 20px; } }
.cart__subtotal {
  margin: 30px 0 0; }

@media only screen and (min-width: 768px) {
  .cart__subtotal {
    margin-top: 20px; } }
.cart__taxes {
  margin-bottom: 40px; }

.cart__note {
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e6e6e6; }

@media only screen and (max-width: 767px) {
  .cart__note {
    min-height: 50px; } }
.cart__buttons {
  padding-bottom: 20px; }

.cart__buttons .btn, .cart__buttons .btn--secondary {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .cart__buttons .btn, .cart__buttons .btn--secondary {
    display: block;
    width: 100%; } }
.update-cart {
  display: none; }

.no-js .update-cart {
  display: inline-block; }

/*================ Cart discounts ================*/
.cart-item__original-price,
.cart-item__discount {
  font-size: 80% !important;
  margin-bottom: 0 !important; }

/*================ Empty cart ================*/
.cart--no-cookies .cart--empty-message {
  display: none; }

.cart--no-cookies .cart--continue-message {
  display: none; }

.cart--cookie-message {
  display: none;
  padding-bottom: 25px; }

.cart--no-cookies .cart--cookie-message {
  display: block; }

/*================ Quantity selector ================*/
.js-qty {
  position: relative;
  max-width: 72px; }

.js-qty--is-loading {
  opacity: 0.6; }

.js-qty__input {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: none;
  border: 1px solid #000000;
  width: 100%;
  padding: 14px calc(24px + 10px) 14px 10px;
  line-height: normal;
  text-align: center; }

.js-qty__adjust {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875em;
  position: absolute;
  color: #000000;
  right: 0;
  text-align: center;
  width: 24px;
  padding: 0;
  background: none;
  border: 0 solid #000000;
  height: 50%; }

.js-qty__adjust--minus {
  border-left-width: 1px;
  bottom: 0; }

.js-qty__adjust--plus {
  top: 0;
  border-left-width: 1px;
  border-bottom-width: 1px; }

/*================ Notification bar ================*/
.notification {
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: top 0.25s, visibility 0.25s, opacity 0.15s;
  transition-timing-function: cubic-bezier(0.33, 0.59, 0.14, 1);
  z-index: 16; }

.notification--promo {
  position: static;
  display: none; }

.notification--active {
  display: block;
  visibility: visible;
  top: 100%;
  opacity: 1; }

.notification__link {
  display: block;
  padding: 10px 0; }

.notification__link:hover u {
  text-decoration: none; }

.notification__inner {
  position: relative;
  overflow: visible;
  padding: 10px 0; }

.notification__inner--has-link {
  padding: 0; }

.notification__message {
  display: block;
  padding: 0 60px;
  text-align: center;
  font-weight: 700; }

.notification__message span {
  text-decoration: underline;
  white-space: nowrap; }

.notification--success,
.notification--promo {
  background-color: #f36c23;
  color: #ffffff;
  z-index: 16; }

.notification--success a,
.notification--promo a {
  color: #ffffff; }

.notification--error {
  background-color: #ec523e;
  color: #fff; }

.notification--error a {
  color: #fff; }

.notification__close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  padding: 0 10px;
  color: inherit; }

.notification__close .icon {
  fill: currentColor; }

/*================ Modals ================*/
.modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #666666;
  z-index: 15;
  transition: all ease-in-out 0.2s; }

.modal.modal--is-active {
  display: block;
  opacity: 1; }

body.modal--is-active {
  overflow: hidden; }

.modal__inner {
  height: 100%;
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: all ease-in-out 0.2s; }

.modal--is-active .modal__inner {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.modal__centered {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.modal__centered .no-csstransforms {
  top: 20%; }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px; }

.modal__close .icon {
  font-size: 1.25em; }

/*================ Link block CTA ================*/
.link-block {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-size: cover;
  background-position: top center; }

.link-block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  z-index: 1; }

.link-block:hover:after, .link-block:hover:focus {
  opacity: 0.5; }

.link-block__cta {
  word-break: break-word;
  z-index: 2;
  position: relative; }

.link-block-no-js {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/*================ Quote slider ================*/
.quote-icon {
  display: block;
  margin: 0 auto 20px; }

.quotes-wrapper .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px; }

.quotes-wrapper .slick-dots li,
.quotes-wrapper .slick-dots button {
  width: auto;
  height: auto; }

.quotes-wrapper .slick-dots button {
  line-height: 1;
  font-size: 1em;
  opacity: 0.6;
  color: currentColor; }

.quotes-wrapper .slick-dots button:before {
  display: none; }

.quotes-wrapper .slick-dots .slick-active button {
  font-weight: 700;
  opacity: 1; }

.quotes-wrapper .slick-slide[tabindex="0"] {
  outline: none; }

/*================ Image content section ================*/
.image-content__image-container {
  position: relative; }

.image-content__image-wrapper {
  display: block;
  margin: 0 auto; }

.image-content__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.image-content__text {
  padding: 40px; }

/*================ Featured collection card ================*/
.featured-card {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 0 1px 1px;
  background-color: #ffffff;
  padding: 0 40px; }

.featured-card:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: opacity 0.15s ease-in;
  z-index: 1; }

.featured-card:hover:before {
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .medium-up--one-quarter .featured-card {
    height: 470px; } }
@media only screen and (min-width: 768px) {
  .medium-up--one-third .featured-card {
    height: 530px; } }
@media only screen and (min-width: 768px) {
  .medium-up--one-half .featured-card {
    height: 650px; } }
.no-js .featured-card {
  height: 625px; }

@media only screen and (max-width: 767px) {
  .featured-card--contain {
    height: 100% !important; } }
.featured-card--cover {
  height: 380px !important;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-width: 0; }

.featured-card__image-container {
  position: relative;
  width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .featured-card--contain .featured-card__image-container {
    height: 100% !important;
    margin-bottom: 40px; } }
.featured-card__blank-image-container {
  position: relative;
  width: 100%;
  margin: 0 auto 40px; }

.featured-card__blank-image-container .featured-card__image {
  position: relative; }

@media only screen and (max-width: 767px) {
  .featured-card__blank-image-container .featured-card__image {
    max-width: 290px; } }
.featured-card__image {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }

.no-js .featured-card__image {
  opacity: 1; }

.featured-card__header {
  padding: 30px 5% 10px;
  z-index: 1; }

.featured-card--cover .featured-card__header {
  position: relative;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .featured-card--contain .featured-card__header {
    height: 100% !important; } }
.featured-card__header--background {
  background-color: #ffffff; }

.featured-card__title {
  font-size: 1.75em;
  margin-bottom: 0;
  color: #030303; }

.featured-card__action {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 0.8125em;
  color: #006eff; }

.featured-card:hover .featured-card__action {
  color: inherit; }

.section-block {
  position: relative;
  background-color: #ffffff; }

.section-block--padding {
  padding: 30px; }

.section-block__header {
  margin-bottom: 30px; }

.section-block__header--padded {
  padding-top: 30px; }

.section-block__title,
.section-block__subtext {
  margin-bottom: 0; }

/*================ Maps ================*/
.map-section {
  position: relative;
  min-height: 650px;
  width: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

@media only screen and (min-width: 768px) {
  .map-section {
    min-height: 500px; } }
.map-section .section-header {
  margin-bottom: 20px; }

.map-section .btn, .map-section .btn--secondary {
  margin-top: 10px; }

.map-section .icon-pin {
  height: 14.3px;
  position: relative;
  top: -1px; }

@media only screen and (min-width: 768px) {
  .ie9 .map-section {
    height: 650px; } }
.map-section__full-width {
  margin: -50px 0; }

.map-section__wrapper {
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.map-section__content-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

@media only screen and (min-width: 768px) {
  .map-section__content-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 33%;
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }
.ie9 .map-section__content-wrapper {
  top: 10%; }

@media only screen and (min-width: 768px) {
  .ie9 .map-section__content-wrapper {
    width: 33%; } }
.map-section__image {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center; }

@media only screen and (min-width: 768px) {
  .map-section__image {
    position: absolute; } }
.map-section--display-map .map-section__image {
  display: none !important; }

.map-section--load-error .map-section__image {
  display: block !important; }

.flex--third {
  -webkit-flex: 1 1 33%;
  -moz-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%; }

@media only screen and (max-width: 767px) {
  .flex--third {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }
.ie9 .flex--third {
  width: 33%; }

.flex--half {
  -webkit-flex: 1 1 50%;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%; }

@media only screen and (max-width: 767px) {
  .flex--half {
    -webkit-flex: 0 1 100%;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; } }
.ie9 .flex--half {
  width: 50%; }

.map-section__overlay {
  width: 100%;
  min-height: auto;
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

@media only screen and (min-width: 768px) {
  .map-section__overlay:nth-child(2) {
    border-left: 1px solid rgba(102, 102, 102, 0.2); } }
@media only screen and (max-width: 767px) {
  .map-section__overlay:nth-child(2) {
    border-top: 1px solid rgba(102, 102, 102, 0.2); } }
.map-section__overlay > * {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .map-section__overlay {
    min-height: 320px;
    margin: 40px 0; } }
.map-section__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

@media only screen and (min-width: 768px) {
  .map-section__text {
    background-color: #f2f2f2;
    padding: 20px; } }
@media only screen and (max-width: 767px) {
  .map-section__text {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 20px 20px; } }
@media only screen and (min-width: 768px) {
  .map-section__text-second-item {
    border-left: 1px solid rgba(102, 102, 102, 0.2); } }
@media only screen and (max-width: 767px) {
  .map-section__text-second-item {
    padding-top: 20px;
    border-top: 1px solid rgba(102, 102, 102, 0.2); } }
.map-section__background-wrapper {
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

@media only screen and (min-width: 768px) {
  .map-section__background-wrapper {
    position: static;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; } }
.ie9 .map-section__background-wrapper {
  width: 100%;
  height: 500px; }

.map-section__container {
  width: 100%;
  height: 55vh; }

@media only screen and (min-width: 768px) {
  .map-section__container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    margin: 0 -30% 0 0; } }
.gm-style-cc,
.gm-style-cc + div {
  visibility: hidden; }

/*================ Featured product section ================*/
.featured-product__text {
  margin-top: 5px; }

@media only screen and (max-width: 767px) {
  .featured-product__text {
    text-align: center;
    position: relative;
    top: -50px;
    margin-bottom: -50px; } }
.featured-product__prices {
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .featured-product__image {
    text-align: center; } }
.featured-product__full-details {
  display: inline-block;
  margin-top: 20px;
  padding: 0 5px; }

/*================ Featured articles ================*/
.article-block {
  display: block;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .article-block {
    padding: 20px 0; } }
.article-block__image {
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

@media only screen and (max-width: 767px) {
  .article-block__image {
    padding-bottom: 50%; } }
.article-block__info {
  padding: 20px 10px; }

.article-block__date {
  display: block;
  font-size: 0.875em;
  color: #666666; }

.article-block__date,
.article-block__title {
  margin-bottom: 5px; }

.article-content-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 0 30px; }

@media only screen and (max-width: 767px) {
  .article-content-nav {
    padding: 0; } }
.article-content-nav__item {
  text-align: center;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.article-content-nav__item:first-child {
  text-align: left; }

.article-content-nav__item:last-child {
  text-align: right; }

.article-content-nav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 23px;
  font-size: 10px;
  color: #000;
  letter-spacing: 1.1px;
  padding: 15px 0; }

.article-content-nav a:hover {
  opacity: 0.6; }

@media only screen and (max-width: 767px) {
  .article-content-nav a {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.article-content-nav__next a {
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end; }

@media only screen and (max-width: 767px) {
  .article-content-nav__next a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.article-content-nav__next a .article-content-nav__ico {
  width: 7px;
  height: 11px;
  margin-left: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAMAAACZS1ciAAAAdVBMVEXN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19gAAADN19j9neRJAAAAJXRSTlMAAwYPEhUXGyEkKS08QEVJTmFlbo6Qo7nCzNDT193l6vT19/n+nIgU+gAAAEZJREFUCNcFwQkWgQAABcCxZomylkSk9+9/RDNm1wLc06/hNOW5gvOUbgmX5LGAW9JgP+RTshvyPbB9Zzyiza+CzasG5uAP5NoEgGhzvYsAAAAASUVORK5CYII=); }

@media only screen and (max-width: 767px) {
  .article-content-nav__next a .article-content-nav__ico {
    margin: 0; } }
.article-content-nav__prev a {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start; }

@media only screen and (max-width: 767px) {
  .article-content-nav__prev a {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.article-content-nav__prev a .article-content-nav__ico {
  width: 7px;
  height: 11px;
  margin-right: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAMAAACZS1ciAAAAeFBMVEXN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19jN19gAAADN19hDn1PxAAAAJnRSTlMAAwYPEhUXGyEkKS08QEVJT2Fnb46RpLjCzNDT193l6uv09ff5/jxlM/IAAABGSURBVAjXBcEJFoEAAAXAsWYva0mE9P79b2gGFJcJLLvcsHhkPDJvM56Y3ZMz6uQKu0/eW9h/02/gMOS1hvKXBlTPFTD1B+UcBJIIFcpAAAAAAElFTkSuQmCC); }

@media only screen and (max-width: 767px) {
  .article-content-nav__prev a .article-content-nav__ico {
    margin: 0; } }
@media only screen and (min-width: 768px) {
  .article-content-nav__home a {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }
.article-content-nav__home a .article-content-nav__ico {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEXN19jN19jN19jN19jN19jN19gAAADN19grCGFdAAAABnRSTlMASUrk5udXTd49AAAAM0lEQVR4AWNgZGFnZ2dhZIAzgBSIwQBnsEMAA4xBWACqlZUBzmBiBVLMTAxwBkEwQA4DAHhSBKnPDhqKAAAAAElFTkSuQmCC); }

@media only screen and (max-width: 767px) {
  .article-content-nav__home a .article-content-nav__ico {
    margin: 0; } }
.article-content-nav__icon-area {
  height: auto; }

@media only screen and (max-width: 767px) {
  .article-content-nav__icon-area {
    height: 30px; } }
.tpl-news .article__photo-wrapper {
  padding-top: 0 !important; }

.tpl-news .article__photo-wrapper img {
  position: relative;
  width: 100%; }

@media (max-width: 576px) {
  h1.blog-article-title, .blog-article-title.h1, .blog-article-title.h1--mini, .blog-article-title.product-single__title,
  .blog-article-title.product-single__price {
    padding: 0 !important; }

  .article-content-block h2, .article-content-block .h2 {
    padding: 0 !important; } }
/*================ Featured content ================*/
.featured-content {
  position: relative;
  padding: 120px 20px 40px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media only screen and (min-width: 768px) {
  .featured-content {
    padding: 80px; } }
/*============================================================================
  Styles columns.liquid and gallery.liquid
    - Background images and positioning are handled with theme settings
==============================================================================*/
@media only screen and (max-width: 767px) {
  .column-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.column-flex__image {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

@media only screen and (min-width: 768px) {
  .column-flex__image {
    height: 380px; } }
.column-flex__image--tall {
  height: 300px; }

@media only screen and (min-width: 768px) {
  .column-flex__image--tall {
    height: 520px; } }
.column-flex__content {
  padding: 20px; }

.custom-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto; }

/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center; }

.align--top-right {
  text-align: right; }

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center; }

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right; }

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center; }

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right; }

/*================ Video section ================*/
body.video-playing {
  overflow: hidden; }

.video-section {
  height: 200px; }

@media only screen and (min-width: 768px) {
  .video-section {
    height: 380px; } }
.video-section.video-section--tall {
  height: 300px; }

@media only screen and (min-width: 768px) {
  .video-section.video-section--tall {
    height: 520px; } }
.video-section__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }

@media only screen and (min-width: 768px) {
  .video-section__modal {
    width: 75%; } }
.video-section--loaded .video-section__modal {
  opacity: 1;
  pointer-events: auto;
  z-index: 16; }

.video-section__body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out; }

.video-section--loaded .video-section__body-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 15; }

.video-section__player,
.video-section__player iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden; }

.video-section--loaded .video-section__player, .video-section--loaded
.video-section__player iframe {
  z-index: 16;
  visibility: visible; }

.video-section__player-close {
  display: none;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  border: 0; }

.video-section__player-close:hover {
  opacity: 0.5; }

.video-section--loaded .video-section__player-close {
  z-index: 17; }

.video-section__player-close .icon {
  fill: #000;
  width: 25px;
  height: 25px; }

@media only screen and (max-width: 767px) {
  .video-section__player-close {
    top: 10px;
    left: 10px; } }
.video-section__cover {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: all 0.25s ease-out;
  z-index: 2; }

.video-section__cover-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.25s ease-out; }

.video-section__cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-section__cover-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 13px;
  text-align: center;
  opacity: 1;
  transition: opacity 0.25s ease-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.video-section__load-player-button {
  border: 0;
  line-height: 1;
  padding: 10px;
  background-color: #f36c23;
  text-transform: uppercase;
  transition: all 0.25s ease;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }

.video-section__load-player-button:hover {
  background-color: #f36c23; }

.video-section__load-player-button.video-section__load-player-button--large {
  padding: 0;
  background: none; }

.video-section__error {
  display: none;
  position: absolute;
  bottom: -40px;
  width: 50vw;
  min-width: 340px;
  left: 50%;
  color: #fff;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.video-section--error .video-section__error {
  display: block; }

.video-section__load-player-text {
  margin-left: 10px;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1.625em;
  line-height: 1.2;
  color: #fff;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone; }

@media only screen and (min-width: 992px) {
  .video-section__load-player-text {
    font-size: 2em; } }
.video-section__load-player-icon {
  position: relative;
  top: 2px;
  margin: 0 auto;
  height: 20px;
  width: 20px;
  padding: 0;
  display: inline-block;
  transition: all 0.5s ease; }

@media only screen and (min-width: 768px) {
  .video-section__load-player-icon {
    top: 0; } }
.video-section__load-player-button--large .video-section__load-player-icon {
  width: 60px;
  height: 60px; }

.video-section__load-player-button-triangle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #f36c23;
  border-bottom: 5px solid transparent;
  -ms-transform: translate(-34%, -50%);
  -webkit-transform: translate(-34%, -50%);
  transform: translate(-34%, -50%); }

.video-section__load-player-button--large .video-section__load-player-button-triangle {
  border-top: 15px solid transparent;
  border-left: 23px solid #fff;
  border-bottom: 15px solid transparent; }

.video-section__load-player-button-circle {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 20px;
  width: 20px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  border-top-right-radius: 75px;
  border-top-left-radius: 75px;
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
  transition: all 0.25s ease-out; }

.video-section__load-player-button--large .video-section__load-player-button-circle {
  background-color: #f36c23;
  width: 60px;
  height: 60px; }

.video-section__load-player-button--large:hover .video-section__load-player-button-circle,
.video-section__load-player-button--large:focus .video-section__load-player-button-circle {
  background-color: #f36c23; }

/*================ Blog ================*/
.tags-wrapper {
  margin: 0 auto;
  max-width: 1380px; }

.article__photo-container {
  position: relative; }

.article__photo_full {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px; }

.article__photo-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

article {
  color: #000; }

article h1.h2, article .h2.h1, article .h2.h1--mini, article .h2.product-single__title, article
.h2.product-single__price {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 48px;
  margin-top: 33px;
  margin-bottom: 59px; }

article h2, article .h2 {
  font-size: 22px;
  font-weight: 900;
  padding: 0 130px;
  text-transform: capitalize; }

article h3, article .h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900; }

article p {
  font-size: 16px;
  line-height: 27px;
  color: #000; }

/***** showcase *****/
.show-mobile {
  display: none; }

.show-mobile-button {
  display: none !important; }

.tpl-showcase .main-content, .tpl-showcase-category .main-content {
  margin-top: 0; }

.blog-showcase .page-width {
  max-width: 1216px;
  padding: 80px 0 0; }

.showcase-header {
  min-height: 490px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.blog-category-header .showcase-header {
  min-height: 360px; }

.showcase-header-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
  margin-top: 28px;
  max-width: 472px; }

.showcase-header .page-width {
  padding-top: 0 !important; }

.showcase-header h1, .showcase-header .h1, .showcase-header .h1--mini, .showcase-header .product-single__title, .showcase-header
.product-single__price {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase; }

.showcase-header-banner {
  background-color: #E8482F;
  padding: 12px 16px;
  position: absolute;
  bottom: 0;
  min-width: 210px; }

.showcase-header-banner h4, .showcase-header-banner .h4 {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 6px;
  text-align: center; }

.showcase-header-banner p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-align: center; }

@media (max-width: 999px) {
  .showcase-header {
    min-height: 212px; }

  .blog-category-header .showcase-header {
    min-height: 170px; }

  .show-desktop {
    display: none !important; }

  .show-mobile {
    display: block; }

  .show-mobile-button {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .blog-showcase h1, .blog-showcase .h1, .blog-showcase .h1--mini, .blog-showcase .product-single__title, .blog-showcase
  .product-single__price {
    margin-left: 20px;
    margin-top: 32px;
    font-weight: 900;
    font-size: 35px;
    line-height: 45px;
    color: #3D3D3D;
    margin-bottom: 24px; }

  .showcase-header-banner {
    min-width: 158px;
    padding: 9px 16px; }

  .showcase-header-banner h4, .showcase-header-banner .h4 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px; }

  .showcase-header-banner p {
    font-size: 14px;
    line-height: 16px; }

  .blog-showcase .page-width {
    padding: 60px 20px 0 20px; } }
@media (min-width: 1000px) and (max-width: 1280px) {
  .blog-showcase .page-width {
    padding: 80px 20px 0 20px; } }
/***** showcase video ****/
.showcase-video-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px !important; }

.showcase-video-container .featured-video {
  width: 60%; }

.showcase-video-text-container {
  width: 45%;
  padding-right: 78px; }

.showcase-video-text-container h2 p, .showcase-video-text-container .h2 p {
  font-weight: 900;
  font-size: 40px;
  line-height: 140%;
  color: #3D3D3D;
  margin-bottom: 30px;
  font-family: "Lato", "Arial", Helvetica, sans-serif; }

.showcase-video-text-container p {
  font-size: 16px;
  line-height: 25px;
  color: #3D3D3D;
  font-family: "Lato", "Arial", Helvetica, sans-serif; }

@media (max-width: 999px) {
  .showcase-video-container {
    display: block;
    padding-top: 24px !important;
    padding-left: 20px;
    padding-right: 20px; }

  .showcase-video-text-container {
    width: 100%;
    padding-right: 0; }

  .showcase-video-container .featured-video {
    width: 100%; }

  .showcase-video-container {
    padding-left: 20px;
    padding-right: 20px; }

  .showcase-video-container .featured-video {
    margin-top: 32px; }

  .showcase-video-container {
    padding-bottom: 32px !important; } }
/***** showcase icons ****/
.showcase-icons-background {
  background: #F5F5F6; }

.showcase-icons-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 23px 0 23px;
  max-height: 100px;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden; }

.showcase-icons-container {
  -ms-overflow-style: none;
  scrollbar-width: none; }

.showcase-icons-container::-webkit-scrollbar {
  display: none; }

.showcase-icons-container .flickity-viewport {
  width: 100%; }

.showcase-icons-container img {
  object-fit: contain;
  max-height: 64px;
  width: auto;
  max-width: 185px;
  padding-left: 38px; }

.showcase-icons-container img:first-child {
  padding-left: 0; }

@media (max-width: 999px) {
  .showcase-icons-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: unset;
    padding: 25px 20px 0;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .showcase-icons-container img {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 25px;
    width: 25%;
    max-height: 33px;
    max-width: 110px; }

  .showcase-icons-container {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (min-width: 1000px) and (max-width: 1280px) {
  .showcase-icons-container img {
    max-height: 56px;
    width: auto;
    padding-left: 18px;
    max-width: 130px; }

  .showcase-icons-container {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 1000px) {
  .showcase-icons-container .flickity-slider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (min-width: 1280px) {
  .showcase-icons-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90vw; }

  .showcase-icons-container-center {
    margin-left: auto;
    max-width: 1216px; } }
@media (min-width: 1600px) {
  .showcase-icons-container {
    max-width: 80vw; } }
/***** showcase images ****/
.showcase-images-container {
  padding-bottom: 40px !important; }

.showcase-images-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px; }

.showcase-images-header {
  width: 45%; }

.showcase-images-info {
  width: 60%; }

.showcase-images-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px; }

.showcase-step {
  width: calc(33.3333% - 25px);
  margin-left: 25px; }

.showcase-step img {
  min-height: 349px;
  max-height: 349px;
  object-fit: cover;
  margin-bottom: 12px; }

.showcase-step h2, .showcase-step .h2 {
  margin-bottom: 6px;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #f36c23; }

.showcase-step h4, .showcase-step .h4 {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  color: #242424; }

.showcase-images-text h4, .showcase-images-text .h4 {
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  color: #3D3D3D;
  margin-bottom: 0; }

.showcase-images-text h2, .showcase-images-text .h2 {
  font-weight: 900;
  font-size: 45px;
  line-height: 60px;
  text-transform: uppercase;
  color: #f36c23;
  margin-bottom: 0; }

.showcase-images-info p, .showcase-step p {
  font-size: 16px;
  line-height: 25px;
  color: #3D3D3D; }

@media (max-width: 999px) {
  .showcase-images-text {
    display: block; }

  .showcase-images-header {
    width: 100%;
    padding-right: 0; }

  .showcase-images-info {
    width: 100%; }

  .showcase-step {
    width: 100%;
    margin-left: 0; }

  .showcase-images-steps {
    margin-left: 0; }

  .showcase-images-text h2, .showcase-images-text .h2 {
    font-size: 35px;
    line-height: 140%;
    margin-bottom: 24px; }

  .showcase-step img {
    min-height: 251px;
    max-height: 251px;
    width: 100%; }

  .showcase-step h2, .showcase-step .h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2px; }

  .showcase-step h4, .showcase-step .h4 {
    font-size: 20px;
    line-height: 30px; }

  .showcase-step {
    margin-bottom: 60px; }

  .showcase-step:last-child {
    margin-bottom: 0; }

  .showcase-images-container {
    padding-bottom: 20px !important; } }
@media (min-width: 1000px) and (max-width: 1280px) {
  .showcase-step img {
    min-height: 300px;
    max-height: 300px; } }
/***** showcase category ****/
.showcase-categories-container h2, .showcase-categories-container .h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 60px;
  color: #3D3D3D;
  margin-bottom: 48px; }

.showcase-category {
  width: calc(33.3333% - 25px);
  margin-left: 25px;
  margin-bottom: 24px; }

.showcase-category-background {
  min-height: 200px;
  padding-bottom: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  background-size: cover;
  background-position: center; }

.showcase-category-background:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(252, 51, 26, 0.8), rgba(252, 51, 26, 0.8)); }

.showcase-categories-wrap {
  margin-left: -25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.showcase-category-title {
  padding: 10px 12px 10px 32px;
  background: #FFFFFF;
  z-index: 1; }

.showcase-category-title span {
  font-size: 24px;
  line-height: 30px;
  color: #242424;
  font-weight: 900; }

.showcase-category:hover .showcase-category-title {
  background: none; }

.showcase-category:hover .showcase-category-title span {
  color: #FFFFFF; }

.facilities_page-width {
  padding-top: 64px; }

@media (max-width: 999px) {
  .facilities_page-width {
    padding-top: 48px; } }
@media (max-width: 767px) {
  .facilities_page-width {
    padding-top: 41px; } }
.facilities_menu {
  padding-top: 45px;
  overflow-x: auto;
  min-height: 95px;
  -ms-overflow-style: none;
  scrollbar-width: none; }

@media (max-width: 999px) {
  .facilities_menu {
    padding-top: 35px; } }
@media (max-width: 767px) {
  .facilities_menu {
    padding-top: 30px; } }
.facilities_menu::-webkit-scrollbar {
  display: none; }

.facilities_menu a {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: #797979;
  margin-right: 40px;
  display: inline-block;
  position: relative; }

@media (max-width: 999px) {
  .facilities_menu a {
    font-size: 18px;
    line-height: 24px;
    margin-right: 30px; } }
@media (max-width: 767px) {
  .facilities_menu a {
    font-size: 16px;
    line-height: 24px;
    margin-right: 23px; } }
.facilities_menu a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background: #f36c23;
  position: absolute;
  left: 50%;
  bottom: -9px;
  opacity: 0;
  transition: .3s all; }

.facilities_menu a.active {
  color: #242424;
  font-weight: 800; }

.facilities_menu a.active:after {
  width: 100%;
  left: 0;
  opacity: 1; }

.facilities_menu div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.facilities_page-width,
.facilities_menu,
.blog-category-header .page-width {
  max-width: 100%;
  margin-left: 0; }

@media (max-width: 1199px) {
  .facilities_page-width,
  .facilities_menu,
  .blog-category-header .page-width {
    padding-left: 20px; } }
@media (min-width: 1200px) {
  .facilities_page-width,
  .facilities_menu,
  .blog-category-header .page-width {
    padding-left: 75px; } }
@media (min-width: 1600px) {
  .facilities_page-width,
  .facilities_menu,
  .blog-category-header .page-width {
    padding-left: 140px; } }
@media (max-width: 999px) {
  .showcase-category {
    width: 100%; }

  .showcase-categories-container h2, .showcase-categories-container .h2 {
    font-size: 35px;
    line-height: 140%;
    margin-bottom: 40px; }

  .showcase-category-background {
    min-height: 144px; }

  .showcase-category-title span {
    font-size: 20px;
    line-height: 25px; } }
/*******showcase form********/
.overflow-hidden {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none; }

.blog-showcase .showcase-form .page-width {
  padding-top: 0; }

.showcase-shogun-article .showcase-form {
  margin-top: 45px; }

.blog-showcase-categories .showcase-form {
  margin-top: 76px; }

/*****showcase facilities *******/
.showcase-facilities h2, .showcase-facilities .h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 140%;
  padding-bottom: 48px;
  color: #3D3D3D; }

.showcase-facilities-article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.showcase-facilities-article:nth-of-type(odd) {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.showcase-facilities-img,
.showcase-facilities-text {
  width: 50%; }

.showcase-facilities-img img {
  min-height: 426px;
  max-height: 426px;
  object-fit: cover;
  width: 100%; }

.showcase-facilities-img {
  max-height: 426px;
  position: relative; }

.showcase-facilities-img .showcase_block-no-link_lightbox-link {
  width: 100%; }

.blog-showcase .showcase-facilities-text {
  padding-left: 75px;
  padding-right: 148px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.blog-showcase .showcase-facilities-text h4, .blog-showcase .showcase-facilities-text .h4 {
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  color: #3D3D3D;
  margin-bottom: 0; }

.blog-showcase .blog-article-address {
  font-size: 14px;
  line-height: 25px;
  color: #3D3D3D;
  margin-bottom: 0; }

.blog-showcase .blog-article-content {
  font-size: 16px;
  line-height: 25px;
  color: #3D3D3D;
  margin-top: 16px; }

.showcase-facilities-button {
  background: #f36c23;
  min-height: 50px;
  min-width: 165px;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.833333px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 27px; }

.showcase-facilities-button:hover {
  color: #FFFFFF; }

.showcase-facilities-button-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px; }

@media (max-width: 999px) {
  .showcase-facilities-article {
    display: block; }

  .showcase-facilities-article:nth-of-type(odd) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .showcase-facilities-img,
  .showcase-facilities-text {
    width: 100%; }

  .showcase-header-category {
    padding-bottom: 32px; }

  .showcase-header-category .showcase-header-text p,
  .showcase-header-category .showcase-header-text {
    font-size: 16px;
    line-height: 25px;
    color: #3D3D3D;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100%; }

  .showcase-header-category h1, .showcase-header-category .h1, .showcase-header-category .h1--mini, .showcase-header-category .product-single__title, .showcase-header-category
  .product-single__price {
    text-transform: uppercase; }

  .showcase-facilities h2, .showcase-facilities .h2 {
    font-size: 35px;
    line-height: 140%;
    padding-bottom: 32px; }

  .showcase-facilities-img img {
    min-height: 200px;
    width: 100%; }

  .blog-showcase .showcase-facilities-text {
    padding: 40px 20px 60px; }

  .blog-showcase .showcase-facilities-text h4, .blog-showcase .showcase-facilities-text .h4 {
    font-size: 24px;
    line-height: 32px; } }
@media (min-width: 1000px) and (max-width: 1279px) {
  .blog-showcase .showcase-facilities-text {
    padding-left: 20px;
    padding-right: 20px; } }
/**********showcase products*********/
.showcase-product-card {
  width: calc(33.3333% - 83px);
  margin-left: 83px; }

.showcase-products-slider {
  width: calc(100% + 83px); }

.showcase-shogun-article .flickity-viewport {
  min-height: 350px; }

.showcase-product-card img {
  min-height: 231px;
  max-height: 231px;
  min-width: 100%;
  object-fit: contain; }

.showcase-shogun-article .flickity-prev-next-button.previous {
  right: 90px;
  left: unset; }

.showcase-shogun-article .flickity-prev-next-button.next {
  right: 0; }

.showcase-shogun-article .previous svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.showcase-shogun-article .flickity-button {
  background: #F5F5F6;
  width: 60px;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.showcase-shogun-article .flickity-button svg path {
  fill: #3D3D3D; }

.showcase-shogun-article .flickity-button:hover {
  background: #F5F5F6; }

.showcase-shogun-article .flickity-button:hover svg path {
  fill: #f36c23; }

.showcase-products-title-wrap {
  padding-top: 55px;
  padding-bottom: 55px; }

.showcase-products-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  color: #3D3D3D;
  margin-bottom: 0; }

.showcase-shogun-article .showcase-product-card h4, .showcase-shogun-article .showcase-product-card .h4 {
  font-size: 18px;
  line-height: 25px;
  color: #3D3D3D;
  margin-top: 20px;
  font-weight: 400;
  margin-bottom: 0; }

.showcase-shogun-article .showcase-product-card .showcase-product-button {
  background: #f36c23;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.833333px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 30px;
  margin-top: 19px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 164px; }

@media (min-width: 1000px) {
  .showcase-shogun-article .showcase-product-card .showcase-product-button {
    display: none; }

  .showcase-shogun-article .showcase-product-card:hover .showcase-product-button {
    display: block; } }
@media (min-width: 760px) and (max-width: 999px) {
  .showcase-product-card {
    width: calc(33.3333% - 53px);
    margin-left: 53px; }

  .showcase-products-slider {
    width: calc(100% + 53px); }

  .showcase-shogun-article .showcase-product-card h4, .showcase-shogun-article .showcase-product-card .h4 {
    min-height: 50px; } }
@media (max-width: 759px) {
  .showcase-product-card {
    width: 100%;
    margin-left: 0; }

  .showcase-products-slider {
    width: 100%; }

  .showcase-product-card img {
    min-height: 185px;
    max-height: 185px; }

  .showcase-products-title {
    font-size: 25px;
    line-height: 35px; }

  .showcase-products-title-wrap {
    padding-top: 20px;
    padding-bottom: 20px; }

  .showcase-shogun-article .showcase-product-card .showcase-product-button {
    margin-left: 0;
    width: 131px;
    padding: 14px 10px 13px; }

  .showcase-shogun-article .flickity-button {
    width: 44px;
    height: 44px; }

  .showcase-shogun-article .flickity-prev-next-button.previous {
    right: unset;
    left: 0; }

  .showcase-shogun-article .next {
    right: unset;
    left: 65px; }

  .showcase-mobile-buttons {
    height: 44px;
    margin-top: 30px; }

  .showcase-shogun-article .flickity-prev-next-button svg {
    width: 19px;
    height: 18px; }

  .showcase-shogun-article .flickity-viewport {
    min-height: 299px; }

  .showcase-products {
    padding-bottom: 24px; } }
/*================ Rich text section ================*/
.rich-text__heading--large {
  font-size: 2.25em; }

.rich-text__heading--small {
  font-size: 1.5em; }

.rich-text__text--large {
  font-size: 1.125em; }

.rich-text__text--small {
  font-size: 0.875em; }

.featured-products {
  background: #FFFFFF;
  padding: 20px 0; }

.featured-products__container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.featured-products__container .item {
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative; }

@media only screen and (max-width: 767px) {
  .featured-products__container .item {
    padding-bottom: 20px; } }
@media only screen and (min-width: 768px) {
  .featured-products__container .item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: calc(33% - calc(40px/3));
    margin: 0 10px; }

  .featured-products__container .item:first-child {
    margin-left: 0; }

  .featured-products__container .item:last-child {
    margin-right: 0; } }
.product-teaser {
  position: relative; }

.product-teaser__image img {
  width: 100%;
  height: 200px; }

.product-teaser__image img.lazyloaded {
  height: auto; }

.product-teaser_wrap {
  display: block;
  color: #ffffff; }

.product-teaser_wrap:hover, .product-teaser_wrap:active {
  color: #ffffff; }

.product-teaser__text {
  max-width: 145px;
  position: absolute;
  right: 20px;
  bottom: 25px; }

.product-teaser__title {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 10px; }

.featured-video {
  background-color: #060606;
  padding: 20px 0; }

@media only screen and (min-width: 768px) {
  .featured-video .flex__item:first-child {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 43%; }

  .featured-video .flex__item:last-child {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 57%;
    padding-right: 0; } }
.featured-video__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .featured-video__info {
    max-width: 300px; } }
.featured-video__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #f36c23;
  font-size: 1.5em; }

@media only screen and (min-width: 768px) {
  .featured-video__title {
    font-size: 2.6em; } }
.featured-video__text {
  color: #b2b2b2;
  font-size: 1.25em;
  line-height: 28px; }

@media only screen and (max-width: 767px) {
  .featured-video__text {
    font-size: 1em;
    line-height: 20px; } }
.featured-video__video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.featured-video__video iframe,
.featured-video__video object,
.featured-video__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.partners {
  background: #ffffff;
  padding: 30px 0 10px; }

.partners__content {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.partners__content > div:last-child .flex {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.partners__content > div:last-child .flex__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(50% - 10px) !important;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .partners__content > div:last-child .flex__item {
    width: calc(1/3*100% - calc(40px/3)) !important; } }
@media only screen and (min-width: 992px) {
  .partners__content > div:first-child {
    -webkit-flex: 0 0 calc(24.5% - 10px);
    -moz-flex: 0 0 calc(24.5% - 10px);
    -ms-flex: 0 0 calc(24.5% - 10px);
    flex: 0 0 calc(24.5% - 10px); }

  .partners__content > div:last-child {
    -webkit-flex: 0 0 calc(75.5% - 10px);
    -moz-flex: 0 0 calc(75.5% - 10px);
    -ms-flex: 0 0 calc(75.5% - 10px);
    flex: 0 0 calc(75.5% - 10px); } }
.link-arrow.partners__link-all {
  font-size: 0.875em; }

.partner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #333333;
  padding: 42px;
  height: 100%; }

.partner--text {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  padding: 20px 20px 20px 20px;
  height: calc(100% - 20px); }

.partner__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 28px; }

.partner__title span {
  color: #f36c23; }

.partner__info {
  color: #b2b2b2;
  font-size: 0.875em;
  line-height: 19px;
  letter-spacing: .4px;
  margin: 20px 0 30px;
  display: inline-table; }

.partner__img {
  width: 100%;
  height: auto; }

.banner {
  position: relative;
  height: 210px;
  overflow: hidden; }

.banner__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.banner__content .page-width {
  position: relative;
  height: 100%; }

.banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.banner__info {
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.banner__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 1.5em;
  line-height: 28px;
  margin-bottom: 20px; }

.banner__title span {
  color: #f36c23; }

/*================ Facility Design styles ================*/
.facility-design {
  background: #333333;
  padding: 20px 0; }

.facility-design__container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 767px) {
  .facility-design__container .flex__item {
    padding-bottom: 20px; } }
@media only screen and (min-width: 768px) {
  .facility-design__container .flex__item {
    -webkit-flex: 1 1 calc(33% - calc(40px/3));
    -moz-flex: 1 1 calc(33% - calc(40px/3));
    -ms-flex: 1 1 calc(33% - calc(40px/3));
    flex: 1 1 calc(33% - calc(40px/3));
    margin: 0 10px; }

  .facility-design__container .flex__item:first-child {
    margin-left: 0; }

  .facility-design__container .flex__item:last-child {
    margin-right: 0; } }
/*================ Facility Design Teaser ================*/
.facility-design-teaser {
  position: relative; }

.facility-design-teaser__image img {
  width: 100%;
  height: auto;
  display: block; }

.facility-design-teaser_wrap {
  display: block;
  color: #ffffff; }

.facility-design-teaser_wrap:hover, .facility-design-teaser_wrap:active {
  color: #ffffff; }

.facility-design-teaser__text {
  max-width: 156px;
  position: absolute;
  right: 0;
  bottom: 0; }

.facility-design-teaser__title {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 10px; }

.facility-design-teaser__button {
  min-width: 156px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 0.75em; }

.facility-design__container {
  padding-top: 30px;
  padding-bottom: 30px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facility-design__container {
    padding-top: 20px;
    padding-bottom: 30px; } }
.facility-design-title + .facility-design-section .facility-design__container {
  background: #F0F0F0; }

.facility-design-title + .facility-design-section + .facility-design-section .facility-design__container {
  background: #F5F5F5; }

.facility-design-title + .facility-design-section + .facility-design-section + .facility-design-section .facility-design__container {
  background: #ffffff; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .facility-design-teaser__button {
    min-width: 140px;
    font-size: 0.6875em; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facility-design-teaser__button {
    min-width: 110px;
    font-size: 0.625em;
    padding-top: 8px;
    padding-bottom: 8px; } }
@media only screen and (max-width: 767px) {
  .facility-design__container {
    padding-top: 20px !important;
    padding-bottom: 0 !important; } }
/* Title */
.facility-design-title {
  color: #ffffff;
  background: #333333;
  display: table;
  width: 100%; }

.facility-design-title__text {
  font-size: 1.25em;
  line-height: 28px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4px; }

.facility-design-title_wrap {
  padding-bottom: 17px;
  padding-top: 17px; }

.facility-design-title h1, .facility-design-title .h1, .facility-design-title .h1--mini, .facility-design-title .product-single__title, .facility-design-title
.product-single__price {
  color: #ffffff;
  padding-right: 100px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .4px; }

.facility-design-title__text-row2 {
  display: block; }

@media screen and (max-width: 1200px) {
  .facility-design-title__text-row2 {
    display: inline; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facility-design-title h1, .facility-design-title .h1, .facility-design-title .h1--mini, .facility-design-title .product-single__title, .facility-design-title
  .product-single__price {
    display: block;
    padding-right: 0; }

  .facility-design-title__text {
    display: block;
    padding-bottom: 8px; } }
@media only screen and (max-width: 767px) {
  .facility-design-title h1, .facility-design-title .h1, .facility-design-title .h1--mini, .facility-design-title .product-single__title, .facility-design-title
  .product-single__price {
    display: block;
    padding-right: 0; }

  .facility-design-title__text {
    display: block;
    padding-bottom: 10px;
    letter-spacing: .4px; }

  .facility-design-title_wrap {
    padding-top: 14px;
    padding-bottom: 10px; }

  .facility-design-title__text-row2 {
    display: inline; } }
/* Sections */
.facility-design-subsection {
  position: relative; }

.facility-design-subsection__image {
  overflow-y: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  max-height: 670px;
  min-height: 670px; }

.facility-design-section-01 .facility-design-subsection__image:before,
.facility-design-section-02 .facility-design-subsection__image:before,
.facility-design-section-03 .facility-design-subsection__image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000;
  opacity: 0.45; }

.facility-design-subsection__image + .page-width {
  position: relative; }

.facility-design-subsection__image img {
  width: 100%;
  vertical-align: middle; }

.facility-design-subsection__title {
  color: #ffffff; }

.facility-design-section-01 .facility-design-subsection__title {
  text-transform: uppercase;
  line-height: 0.75;
  margin-bottom: 17px; }

.facility-design-section-01 .facility-design-subsection__subtitle {
  font-size: 0.625em !important; }

.facility-design-section-02 .facility-design-subsection__title,
.facility-design-section-03 .facility-design-subsection__title {
  font-size: 2.25em;
  margin-bottom: 27px;
  letter-spacing: .4px; }

.facility-design-subsection_description {
  font-size: 1.25em;
  line-height: 28px;
  letter-spacing: .4px; }

.facility-design-subsection__text {
  position: absolute;
  max-width: 470px;
  bottom: 70px;
  color: #cccccc; }

.facility-design-subsection__button {
  margin-top: 31px;
  border: 1px solid #ffffff;
  font-weight: normal; }

@media only screen and (min-width: 992px) {
  .facility-design-subsection__text-right,
  .facility-design-section-02 .facility-design-subsection__text {
    right: 30px;
    padding-right: 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facility-design-section .facility-design-subsection__text {
    bottom: 50px; } }
@media only screen and (max-width: 767px) {
  .facility-design-section .facility-design-subsection__text,
  .facility-design-subsection__text-right,
  .facility-design-title + .facility-design-section + .facility-design-section .facility-design-subsection__text {
    padding-right: 20px;
    bottom: 42vh;
    max-width: 100%; }

  .facility-design-subsection__image {
    overflow-x: hidden; }

  .facility-design-subsection__image {
    min-height: 100vh; }

  .facility-design-subsection__image img {
    min-height: 100vh;
    width: auto !important;
    max-width: none !important; }

  .tor-button.tor-button--big {
    font-size: 1em;
    padding: 15px 20px; }

  .img-thumb-modal {
    cursor: default !important; } }
.fancybox-image {
  border: 4px solid #ffffff;
  border-radius: 4px; }

.fancybox-slide--image {
  padding-left: 20px !important;
  padding-right: 20px !important; }

@media screen and (max-width: 542px) {
  .facility-design-section-01 .facility-design-subsection_description br,
  .facility-design-section-02 .facility-design-subsection_description br {
    display: none; } }
.custom_form-wrap {
  padding-top: 84px;
  padding-bottom: 84px; }

.custom_form-wrap fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 5px 0 !important; }

.custom_form-wrap fieldset:last-child {
  margin-bottom: 0; }

.custom_form-wrap legend {
  color: red;
  padding: 0 0 10px 30px !important;
  margin: 0 !important;
  font-size: 2.25em;
  font-weight: 700; }

.custom_form-wrap .custom_form-row {
  clear: both; }

.custom_form-wrap .custom_form-col {
  float: left;
  width: 50%;
  position: relative; }

.custom_form-col:first-child {
  padding-right: 8px; }

.custom_form-col:last-child {
  padding-left: 8px; }

.custom_form-col.custom_form-col-full-width {
  width: 100%;
  padding: 0 !important;
  float: none; }

.custom_form-wrap label {
  display: block;
  color: #000000;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: none !important; }

.custom_form-wrap label:not(.radio-label) {
  position: absolute;
  height: 48px;
  line-height: 48px;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 41px;
  background: #EEEEEE;
  z-index: 10;
  display: none; }

@media only screen and (min-width: 768px) {
  .custom_form-wrap label:not(.radio-label) {
    width: calc(100% - 8px); } }
@media screen and (max-width: 480px) {
  .custom_form-wrap label:not(.radio-label) {
    padding-left: 18px; } }
.custom_form-col:last-child label {
  left: 8px; }

.custom_form-hint .required-label,
.custom_form-wrap label .required-label {
  color: #f36c23; }

.custom_form-wrap input[type="tel"],
.custom_form-wrap input[type="email"],
.custom_form-wrap input[type="text"],
.custom_form-wrap select,
.custom_form-wrap textarea {
  display: block;
  width: 100%;
  background: #EEEEEE;
  border-radius: 0;
  border-width: 0;
  padding-left: 41px;
  position: relative;
  z-index: 20;
  margin-bottom: 16px;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: none !important; }

.custom_form-wrap textarea {
  height: 200px;
  resize: none;
  padding-top: 16px;
  padding-bottom: 16px; }

.custom_form-wrap label.label-textarea {
  height: 200px;
  width: 100% !important;
  left: 0 !important; }

.custom_form-wrap .field-bg-transparent {
  background: transparent !important; }

.custom_form-wrap input[type="tel"],
.custom_form-wrap input[type="email"],
.custom_form-wrap input[type="text"],
.custom_form-wrap select {
  height: 48px; }

.custom_form-wrap button,
.custom_form-wrap input[type="button"] {
  background: #ffffff;
  border: 1px solid #f36c23;
  color: #f36c23;
  text-transform: uppercase;
  font-size: 1.125em;
  padding: 7px 60px 7px 60px;
  letter-spacing: .6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px; }

/* focus style */
/*.custom_form-wrap .nice-select:focus,*/
.custom_form-wrap textarea:focus,
.custom_form-wrap input[type="date"]:focus,
.custom_form-wrap input[type="tel"]:focus,
.custom_form-wrap input[type="password"]:focus,
.custom_form-wrap input[type="email"]:focus,
.custom_form-wrap input[type="text"]:focus {
  outline-color: #5E9ED6;
  outline-color: -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px; }

.custom_form-wrap .nice-select:focus *,
.custom_form-wrap .nice-select:not(.open) ul.list {
  outline: none !important; }

.custom_form-wrap .nice-select {
  z-index: 10; }

.custom_form-wrap .nice-select .current:before {
  height: 48px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 0; }

.custom_form-wrap .nice-select:focus .current:before {
  outline-color: #5E9ED6;
  outline-color: -webkit-focus-ring-color;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px; }

/* nice-select */
.custom_form-wrap select {
  opacity: 0;
  position: absolute;
  display: block !important;
  z-index: 0;
  width: calc(100% - 8px); }

.custom_form-wrap select option {
  display: none; }

.custom_form-wrap select:focus,
.custom_form-wrap select:active {
  outline: none !important; }

.custom_form-wrap .nice-select {
  z-index: 30;
  position: relative;
  display: block !important;
  height: 48px;
  border: none;
  background: #EEEEEE;
  line-height: 48px;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 63px 0 41px;
  margin-bottom: 16px; }

.custom_form-wrap .nice-select .option:hover,
.custom_form-wrap .nice-select .option.focus,
.custom_form-wrap .nice-select .option.selected.focus {
  font-weight: 700; }

.custom_form-wrap label,
.custom_form-wrap .nice-select.disabled:hover {
  cursor: default !important; }

.custom_form-wrap .nice-select:before {
  right: 0 !important;
  top: 0 !important;
  width: 48px;
  height: 48px; }

.custom_form-wrap .nice-select:after {
  width: 9px !important;
  height: 9px !important;
  border-width: 3px !important;
  top: 23px;
  right: 19px; }

.custom_form-wrap .nice-select .list {
  width: calc(100% - 48px);
  z-index: 50;
  max-height: 320px;
  overflow-y: auto;
  padding-top: 6px;
  padding-bottom: 6px; }

.custom_form-wrap .nice-select .option {
  padding: 3px 2px 3px 41px;
  font-weight: 700; }

.custom_form-wrap .nice-select .current .required-label,
.custom_form-wrap .nice-select .option .required-label {
  color: #f36c23 !important; }

.custom_form-wrap .nice-select.open {
  z-index: 100; }

.custom_form-wrap .nice-select .option:first-child {
  display: none; }

.custom_form-hint {
  font-size: 0.75em;
  display: inline-block;
  padding-left: 41px;
  color: #000000;
  font-weight: 700;
  position: relative;
  top: -8px; }

@media only screen and (max-width: 767px) {
  .custom_form-col {
    float: none;
    clear: both;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important; }

  .custom_form-wrap label {
    width: 100%;
    left: 0 !important; }

  .custom_form-wrap {
    padding-top: 44px;
    padding-bottom: 44px; }

  .custom_form-wrap legend {
    font-size: 2em; }

  .custom_form-col {
    float: none !important;
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  .custom_form-wrap legend {
    font-size: 1.75em;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .custom_form-wrap {
    padding-top: 38px;
    padding-bottom: 43px; }

  .custom_form-hint,
  .custom_form-wrap .nice-select .option,
  .custom_form-wrap .nice-select,
  .custom_form-wrap label,
  .custom_form-wrap input[type="tel"],
  .custom_form-wrap input[type="email"],
  .custom_form-wrap input[type="text"],
  .custom_form-wrap select,
  .custom_form-wrap textarea {
    padding-left: 18px; }

  .custom_form-wrap .nice-select .current {
    display: block;
    position: absolute;
    max-width: calc(100% - 78px);
    overflow: hidden;
    text-overflow: ellipsis; }

  .custom_form-wrap .nice-select .list {
    width: 100%; } }
/* Klaviyo Forms */
.klaviyo_form .klaviyo_form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.klaviyo_form .klaviyo_form-row select {
  padding-right: 16px; }

.klaviyo_form .klaviyo_form-row input,
.klaviyo_form .klaviyo_form-row select {
  height: 50px;
  width: 100%;
  border: 1px solid #E2E2E2;
  color: #3D3D3D;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 15px;
  text-indent: 16px; }

.klaviyo_form .klaviyo_form-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

.klaviyo_form label {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 20px; }

.klaviyo_form .klaviyo_form-row-textarea textarea {
  border: 1px solid #E2E2E2;
  color: #3D3D3D;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  width: 100%;
  margin-top: 15px;
  min-height: 150px;
  resize: none;
  padding-top: 15px;
  padding-left: 16px; }

.klaviyo_form-row div {
  display: block;
  width: 50%;
  position: relative; }

.klaviyo_form-row-textarea div {
  display: block; }

.klaviyo_form-row div:first-child {
  margin-right: 30px; }

.klaviyo_form-row-textarea {
  width: 100%; }

.klaviyo_form_actions button {
  background-color: #f36c23;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.83px;
  line-height: 18px;
  text-align: center;
  margin-top: 30px;
  height: 50px;
  min-width: 165px;
  border: none;
  cursor: pointer; }

.klaviyo_form .error {
  color: #f36c23;
  font-family: Lato; }

.klaviyo_form .arrow-form-row {
  border: solid #3D3D3D;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 65%;
  right: 15px; }

.klaviyo_form .required {
  color: red; }

.klaviyo_form .chk {
  margin: 5px 0;
  width: 100%; }

.klaviyo_form .chk label {
  display: inline;
  font-weight: normal;
  vertical-align: baseline;
  font-family: inherit; }

.klaviyo_form .chk input {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  vertical-align: baseline; }

.klaviyo_form .select-wrapper {
  width: 100%; }

.klaviyo_form .select-wrapper .arrow-form-row {
  top: 54%; }

.klaviyo_form .cell {
  width: calc(50% - 15px);
  margin-left: 15px; }

.klaviyo_form .cell:first-child {
  margin-left: 0;
  margin-right: 15px; }

.klaviyo_form-row-textarea .cell {
  width: 100%;
  margin: 0; }

.klaviyo_submit_button.is-loading {
  position: relative;
  font-size: 0; }

.klaviyo_submit_button.is-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  position: absolute !important;
  left: calc(50% - 7.5px);
  top: calc(50% - 7.5px);
  z-index: 4; }

/*klaviyo form two steps */
.klaviyo_form-two-steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  transition: max-height 0.3s;
  margin-bottom: 96px; }

.klaviyo_form-two-steps-border {
  border-top: 1px solid #E6E6E7;
  padding-top: 120px;
  margin-top: 100px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps-border {
    padding-top: 0; } }
.klaviyo_form-two-steps > div {
  background: #fff;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  transition: margin 0.3s; }

.klaviyo_form-two-steps #first-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.klaviyo_form-two-steps #second-step {
  margin-right: -100%;
  padding: 2em 0; }

.klaviyo_form-two-steps #second-step .page-width {
  padding-left: 0;
  padding-right: 0; }

.klaviyo_form-two-steps input:-webkit-autofill {
  -webkit-text-fill-color: #3d3d3d;
  -webkit-box-shadow: none; }

.klaviyo_form-two-steps input:focus, .klaviyo_form-two-steps textarea:focus, .klaviyo_form-two-steps select:focus {
  outline: none; }

.klaviyo_form-two-steps select:required:invalid {
  color: #9A9BA3; }

.klaviyo_form-two-steps .arrow-form-row {
  top: 57px; }

@media (max-width: 1000px) {
  .klaviyo_form-two-steps #second-step {
    padding: 2em 0; }

  .klaviyo_form-two-steps {
    padding-top: 0;
    margin-bottom: 0; }

  .klaviyo_form-two-steps #second-step {
    margin-bottom: 60px; }

  #first-step {
    padding-top: 60px; }

  .klaviyo_form-two-steps-border {
    padding-top: 0;
    margin-top: 20px; } }
@media (max-width: 425px) {
  .klaviyo_form-two-steps #second-step {
    padding: 2em 0; } }
@media (max-width: 640px) {
  .klaviyo_form-two-steps #first-step {
    display: block; }

  .klaviyo_form-two-steps .arrow-form-row {
    top: 48px; } }
.klaviyo_form-two-steps #first-step .img-banner {
  min-height: 500px;
  width: 50%; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps #first-step .img-banner {
    min-height: 211px;
    width: 100%; }

  .klaviyo_form-two-steps #second-step .img-banner {
    min-height: 106px;
    margin: 0 -4em; } }
@media (max-width: 425px) {
  .klaviyo_form-two-steps #second-step .img-banner {
    margin: 0 -2em; } }
.klaviyo_form-two-steps #first-step .form-1-wrapper {
  width: 50%; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps #first-step .form-1-wrapper {
    width: 100%;
    padding: 0 4em; } }
@media (max-width: 425px) {
  .klaviyo_form-two-steps #first-step .form-1-wrapper {
    padding: 0 2em; } }
.klaviyo_form-two-steps #first-step .form-1 {
  margin: 0 auto;
  max-width: 380px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps #first-step .form-1 {
    padding: 0;
    margin-top: 40px; } }
.klaviyo_form-two-steps #first-step h2, .klaviyo_form-two-steps #first-step .h2 {
  font: 900 50px/60px Lato, sans-serif;
  color: #3d3d3d;
  margin: 0 0 32px;
  text-align: center; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps #first-step h2, .klaviyo_form-two-steps #first-step .h2 {
    font: 900 30px/30px Lato, sans-serif;
    text-align: center; } }
.klaviyo_form-two-steps .row {
  margin: 24px 0;
  display: block;
  position: relative; }

.klaviyo_form-two-steps .column-1 .row:first-child {
  margin-top: 0; }

.klaviyo_form-two-steps .row input, .klaviyo_form-two-steps .row textarea, .klaviyo_form-two-steps .row select,
.klaviyo_form-two-steps #first-step .row {
  max-width: 380px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .row {
    margin: 20px 0; } }
.klaviyo_form-two-steps label {
  display: block;
  font: 900 14px/20px Lato, sans-serif;
  margin-bottom: 16px;
  color: #3d3d3d;
  text-transform: none; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px; } }
.klaviyo_form-two-steps label .req {
  color: #f36c23; }

.klaviyo_form-two-steps input[type="text"], .klaviyo_form-two-steps input[type="email"],
.klaviyo_form-two-steps input[type="tel"], .klaviyo_form-two-steps textarea, .klaviyo_form-two-steps select {
  font: 14px/20px Lato, sans-serif;
  color: #3d3d3d;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 15px 16px;
  width: 100%;
  background: #FFFFFF; }

.klaviyo_form-two-steps input[type="text"], .klaviyo_form-two-steps input[type="email"],
.klaviyo_form-two-steps input[type="tel"], .klaviyo_form-two-steps select {
  height: 50px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps input[type="text"], .klaviyo_form-two-steps input[type="email"],
  .klaviyo_form-two-steps input[type="tel"], .klaviyo_form-two-steps textarea, .klaviyo_form-two-steps select {
    font: 12px/18px Lato, sans-serif;
    padding: 14px 15px; }

  .klaviyo_form-two-steps input[type="text"], .klaviyo_form-two-steps input[type="email"],
  .klaviyo_form-two-steps input[type="tel"], .klaviyo_form-two-steps select {
    height: 45px; } }
.klaviyo_form-two-steps .arrow-form-row {
  right: 25px; }

.klaviyo_form-two-steps input[type="text"]::-webkit-input-placeholder, .klaviyo_form-two-steps input[type="email"]::-webkit-input-placeholder {
  color: #9a9ba3;
  opacity: 1; }

.klaviyo_form-two-steps input[type="text"]:-ms-input-placeholder, .klaviyo_form-two-steps input[type="email"]:-ms-input-placeholder {
  color: #9a9ba3;
  opacity: 1; }

.klaviyo_form-two-steps input[type="text"]::placeholder, .klaviyo_form-two-steps input[type="email"]::placeholder {
  color: #9a9ba3;
  opacity: 1; }

.klaviyo_form-two-steps input[type="text"]:-ms-input-placeholder, .klaviyo_form-two-steps input[type="email"]:-ms-input-placeholder {
  color: #9a9ba3; }

.klaviyo_form-two-steps input[type="text"]::-ms-input-placeholder, .klaviyo_form-two-steps input[type="email"]::-ms-input-placeholder {
  color: #9a9ba3; }

.klaviyo_form-two-steps input[type="checkbox"] {
  -webkit-appearance: none;
  border: 1px solid #d6d7db;
  display: inline-block;
  position: relative;
  padding: 9px;
  margin: 3px 0 0;
  cursor: pointer;
  float: left;
  background: #FFFFFF; }

.klaviyo_form-two-steps input[type="checkbox"]:checked:after {
  content: '\2714';
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: 3px;
  color: #f36c23; }

.klaviyo_form-two-steps input[type="checkbox"] + label {
  font: 600 14px/20px Lato, sans-serif;
  margin-left: 29px;
  color: #3D3D3D; }

.klaviyo_form-two-steps input[type='file'] {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0; }

.klaviyo_form-two-steps .upload-file-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #9A9BA3;
  font-weight: 400; }

.klaviyo_form-two-steps .upload-file-wrap svg {
  margin-right: 10px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps input[type="checkbox"] + label {
    font-size: 12px;
    line-height: 17px; }

  .klaviyo_form-two-steps .row input, .klaviyo_form-two-steps .row textarea, .klaviyo_form-two-steps .row select {
    max-width: unset; } }
.klaviyo_form-two-steps input[type="button"] {
  background: #f36c23;
  border: none;
  text-transform: uppercase;
  padding: 16px 40px;
  font: bold 15px/18px Lato, sans-serif;
  letter-spacing: 0.83px;
  color: #ffffff;
  min-width: 165px;
  margin-top: 40px;
  cursor: pointer;
  transition: background 0.3s;
  -webkit-appearance: none; }

.klaviyo_form-two-steps #first-step input[type="button"] {
  display: block; }

.klaviyo_form-two-steps .form-2-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps input[type="button"] {
    font-size: 13px;
    line-height: 20px;
    padding: 13px 0;
    width: 140px; } }
.klaviyo_form-two-steps input[type="button"]:hover {
  background: #606060; }

.klaviyo_form-two-steps label.error {
  color: #f36c23;
  font: 400 13px/13px Lato, sans-serif;
  margin-top: 4px; }

.klaviyo_form-two-steps #second-step h2, .klaviyo_form-two-steps #second-step .h2 {
  font: 900 40px/60px Lato, sans-serif;
  color: #3d3d3d;
  margin: 0 0 16px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps #second-step h2, .klaviyo_form-two-steps #second-step .h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 24px 0 16px; } }
.klaviyo_form-two-steps p {
  font: 400 16px/25px Lato, sans-serif;
  color: #3d3d3d;
  margin: 16px 0 56px; }

.klaviyo_form-two-steps #second-step p {
  margin: 16px 0 56px; }

.klaviyo_form-two-steps .k_form-popup-product #second-step p {
  margin: 16px 0 48px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps p {
    font-size: 14px;
    line-height: 20px; } }
.klaviyo_form-two-steps .products label {
  font: 900 20px/30px Lato, sans-serif;
  color: #242424;
  margin-bottom: 32px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .products label {
    font-size: 16px;
    line-height: 20px; } }
.klaviyo_form-two-steps .products-list {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  max-width: 1200px;
  margin-bottom: 64px; }

@media (max-width: 1000px) {
  .klaviyo_form-two-steps .products-list {
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 640px) {
  .klaviyo_form-two-steps .products-list {
    -webkit-column-count: 1;
    column-count: 1; } }
.klaviyo_form-two-steps .products-list .item {
  display: inline-block;
  width: 100%;
  max-width: 390px; }

.klaviyo_form-two-steps .products-list .item.empty {
  height: 70px; }

@media (max-width: 1000px) {
  .klaviyo_form-two-steps .products-list .item.empty {
    display: none; }

  .klaviyo_form-two-steps .row .column-2 {
    margin-right: 0 !important; } }
.klaviyo_form-two-steps .products-list .item label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.klaviyo_form-two-steps .products-list .item .thumbnail {
  max-width: 56px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0 16px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .products-list .item .thumbnail {
    max-width: 48px;
    margin: 0 10px 0 16px; }

  .klaviyo_form-two-steps .row .column-2 {
    margin-top: 48px; } }
.klaviyo_form-two-steps .products-list .item .name {
  font: bold 18px/20px Lato, sans-serif;
  color: #3d3d3d; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .products-list .item .name {
    font-size: 14px;
    line-height: 20px; } }
.klaviyo_form-two-steps .products-list .item .name sup {
  font-size: 10px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: top; }

.klaviyo_form-two-steps .row.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .row.columns {
    display: block; } }
.klaviyo_form-two-steps .row.columns > div {
  width: 100%;
  max-width: 380px;
  margin-right: 60px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .row.columns > div {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }

  .klaviyo_form-two-steps .column-1 .row,
  .klaviyo_form-two-steps .column-2 .row {
    max-width: 380px; } }
@media (max-width: 759px) {
  .klaviyo_form-two-steps .row.columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.klaviyo_form-two-steps .row.columns > div > label {
  font: 900 20px/30px Lato, sans-serif;
  color: #242424;
  margin-bottom: 32px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .row.columns > div > label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px; } }
.klaviyo_form-two-steps .row.columns > div > label .optional {
  font: 400 14px/20px Lato, sans-serif;
  color: #9a9ba3;
  vertical-align: baseline;
  margin-left: 10px; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .row.columns > div > label .optional {
    font-size: 14px;
    line-height: 20px; } }
.klaviyo_form-two-steps #second-step input[type="button"] {
  width: 100%;
  max-width: 380px;
  margin-top: 0; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps #second-step .row.button-place {
    margin: 40px 0 0; }

  .klaviyo_form-two-steps #second-step .row.button-place.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #E2E2E2; }

  .klaviyo_form-two-steps #second-step .row.button-place.fixed input[type="button"] {
    max-width: 100%; }

  .klaviyo_form-two-steps input[type=file] + label {
    padding: 12px;
    border: 1px solid #E2E2E2; } }
.klaviyo_form-two-steps .relative {
  position: relative; }

.klaviyo_form-two-steps input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1; }

.klaviyo_form-two-steps input[type="file"] + label {
  font: 400 14px/20px Lato, sans-serif;
  color: #9a9ba3;
  position: relative; }

@media (max-width: 640px) {
  .klaviyo_form-two-steps .row.columns > div > label .optional {
    font-size: 12px;
    line-height: 18px; } }
.klaviyo_form-two-steps input[type="file"] + label.selected {
  color: #3d3d3d; }

.klaviyo_form-two-steps input[type="file"] + label:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAATCAYAAAB/TkaLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGYSURBVHgBrdRNTsJQEADg+QkEXXUJuoAjlOBeOAEcAU5gvIEewROAJ4AbgGs1Pm/AxoTEhV0pAfrGedUHhJSUKm9TYGa+N32dgpBzSRgElk6v9FNXEGsAGCHIaBHb2xMzm7oczOHBV1iuFZnGAlBTdKLXVwSsgkBTpYDBdvF5dn8wugZFQEh6hafZZCc21E1CS8v6Qeg2uLTS8re5m1NgfhGwD5noIjwPmWXowRLMoxhKHe1qWjCbbpPcemVAhG3KAolh3WGJ+TLm0w9g6qN2vmqc9VPKAsoCQWy0BkEGemvGnZsA3mlad3lRbvoaIqjqJBjKC1L82So+vhuI45HLRbGBr9FvugEazAuiiaLNg4NgaW2dgYPtGv4PqG32UHi+XeMmA/eBLrhqVMY63EEaaC22knPcqUmOZB/oN3OvZR4wQf3QpgX9ygMmsQJj/5hgEndjgIiTY4EejdICfwV/UWv0Pe44ZB9YNG+GGfqHgG5tHhSI/tnCRGcvEqEuqOhBv5G7ZoEJ6guY8YYE2z+/irExXXsw7/oGv5GXGTdaFNIAAAAASUVORK5CYII=") center no-repeat;
  background-size: contain;
  margin-right: 10px; }

.klaviyo_form-two-steps input[type="file"].is-loading + label:after {
  -webkit-animation: ifFileSpin 500ms infinite linear;
  animation: ifFileSpin 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 1em;
  vertical-align: middle; }

@-webkit-keyframes ifFileSpin {
  from {
    -webkit-transform: rotate(0deg); }

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

@keyframes ifFileSpin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

/*form popup*/
.k_form-popup {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  padding-top: 35px;
  background: #FFF; }

.k_form-popup .tor-header__logo {
  max-width: 209px;
  margin-left: 100px;
  margin-top: 0; }

.k_form-popup #second-step {
  margin-right: 0;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 60px;
  padding-bottom: 90px; }

.k_form-popup #second-step .page-width {
  padding-top: 0;
  margin-left: 100px; }

.k_form-popup #second-step::-webkit-scrollbar {
  width: 0;
  height: 0; }

.k_form-popup .close-popup {
  position: absolute;
  right: 100px;
  top: 35px; }

.k_form-popup .close-popup:hover path {
  fill: #f36c23; }

@media (max-width: 991px) {
  .k_form-popup {
    z-index: 1600;
    padding-top: 0; }

  .k_form-popup .tor-header__logo {
    margin-left: 20px;
    padding-left: 0; }

  .k_form-popup #second-step {
    padding: 24px 20px 100px; }

  .k_form-popup #second-step .page-width {
    margin-left: 0; }

  .k_form-popup .close-popup {
    right: 20px;
    top: 16px; }

  .k_form-popup .button-place {
    padding-bottom: 80px; }

  .k_form-popup form {
    width: 100%; }

  .k_form-popup .page-width {
    max-width: 100%; }

  .k_form-popup .row.columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 992px) and (max-width: 1140px) {
  .k_form-popup .close-popup {
    top: 24px; } }
.klaviyo_form-two-steps .k_form-popup.opened,
.c-wufoo-form-popup.opened {
  display: block; }

.overflow-hidden {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none; }

.c-wufoo-form-bottom__container {
  width: 478px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .c-wufoo-form-bottom__container {
    width: 100%; } }
.c-wufoo-form-bottom__container_small {
  width: 380px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .c-wufoo-form-bottom__container_small {
    width: 100%; } }
.c-wufoo-form-bottom__container_top {
  width: 344px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .c-wufoo-form-bottom__container_top {
    width: 100%; } }
.c-wufoo-form-popup {
  z-index: 100000; }

@media (max-width: 767px) {
  .c-wufoo-form-popup #second-step {
    padding-left: 0;
    padding-right: 0; }

  .c-wufoo-form-popup #second-step h2, .c-wufoo-form-popup #second-step .h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 24px 0 16px; }

  .c-wufoo-form-popup #second-step p {
    font-size: 14px;
    line-height: 20px; }

  .c-wufoo-form-popup #second-step .page-width {
    padding-left: 16px;
    padding-right: 16px; } }
.c-wufoo-form-popup #second-step p {
  margin: 16px 0 56px; }

.x-design-contact-form_wrap_bottom.c-wufoo-form-bottom .klaviyo_form-two-steps {
  margin-bottom: 36px; }

@media (max-width: 991px) {
  .x-design-contact-form_wrap_bottom.c-wufoo-form-bottom .klaviyo_form-two-steps {
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .x-design-contact-form_wrap_bottom.c-wufoo-form-bottom .klaviyo_form-two-steps #first-step h2, .x-design-contact-form_wrap_bottom.c-wufoo-form-bottom .klaviyo_form-two-steps #first-step .h2 {
    margin-bottom: 8px; } }
@media (min-width: 992px) {
  .x-design-contact-form_wrap_bottom.c-wufoo-form-bottom .klaviyo_form-two-steps #first-step h2, .x-design-contact-form_wrap_bottom.c-wufoo-form-bottom .klaviyo_form-two-steps #first-step .h2 {
    margin-bottom: 36px; } }
@media (max-width: 991px) {
  .x-design-contact-form_wrap_bottom.c-wufoo-form-bottom .klaviyo_form-two-steps #first-step {
    padding-bottom: 20px; } }
.contact-sales-title {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 116px;
  line-height: 116px; }

.contact-sales-title h1, .contact-sales-title .h1, .contact-sales-title .h1--mini, .contact-sales-title .product-single__title, .contact-sales-title
.product-single__price {
  color: #ffffff;
  font-size: 4.25em;
  font-weight: 700;
  text-align: center;
  text-transform: none !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: normal !important; }

/* Contact Sales Form */
/* nice-select */
.contact-sales_form #contactSalesFacilityProvince + .nice-select .option:first-child {
  display: block; }

@media only screen and (max-width: 767px) {
  .contact-sales-title h1, .contact-sales-title .h1, .contact-sales-title .h1--mini, .contact-sales-title .product-single__title, .contact-sales-title
  .product-single__price {
    font-size: 3.25em; }

  .contact-sales-title {
    min-height: 86px;
    line-height: 86px; } }
@media screen and (max-width: 480px) {
  .contact-sales-title h1, .contact-sales-title .h1, .contact-sales-title .h1--mini, .contact-sales-title .product-single__title, .contact-sales-title
  .product-single__price {
    line-height: 1 !important;
    font-size: 2.875em; }

  .contact-sales-title {
    height: auto !important;
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px; } }
.contact-us-title {
  height: 446px;
  line-height: 446px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.contact-us-title h1, .contact-us-title .h1, .contact-us-title .h1--mini, .contact-us-title .product-single__title, .contact-us-title
.product-single__price {
  color: #ffffff;
  font-size: 4.25em;
  font-weight: 700;
  text-align: center;
  text-transform: none !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: normal !important; }

.contact-us-section_wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.contact-us_tel {
  font-size: 2em;
  color: #f36c23;
  font-weight: 900;
  padding-bottom: 17px; }

@media screen and (min-width: 1600px) {
  .contact-us-section_wrap {
    max-width: 1360px; } }
.contact-us-section {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000000;
  font-size: 1.125em; }

.contact-us_contact-info-subtitle {
  text-transform: uppercase;
  font-weight: 900; }

.contact-us-section .flex__item {
  padding-top: 80px;
  -webkit-flex: 1 1 calc(33% - calc(40px/3));
  -ms-flex: 1 1 calc(33% - calc(40px/3));
  flex: 1 1 calc(33% - calc(40px/3));
  padding-left: 20px;
  padding-right: 20px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 960px) {
  .contact-us-section_wrap {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px; }

  .contact-us-section_wrap .flex__item,
  .flex.contact-us-section {
    display: block !important; }

  .flex__item.contact-us_contact-info {
    float: right;
    width: 50% !important;
    padding-left: 10px;
    padding-right: 0 !important; }

  .contact-us-section_wrap .flex__item:first-child,
  .contact-us-section_wrap .flex__item:last-child {
    padding-left: 0 !important;
    width: 50% !important;
    float: left; }

  .flex__item.contact-us_contact-info > div {
    text-align: right !important; }

  .contact-us-section_wrap .flex__item:last-child {
    padding-top: 50px;
    padding-right: 10px !important; }

  .contact-us-section_wrap .flex__item:first-child {
    padding-top: 73px; } }
@media only screen and (max-width: 767px) {
  .flex__item.contact-us_contact-info,
  .contact-us-section_wrap .flex__item:first-child,
  .contact-us-section_wrap .flex__item:last-child,
  .contact-us-section_wrap .flex__item {
    float: none !important;
    clear: both !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    width: 100% !important; }

  .contact-info-center,
  .flex__item.contact-us_contact-info > div {
    text-align: center !important; }

  .flex__item.contact-us_contact-info {
    padding-top: 60px !important; }

  .contact-us-section_wrap .flex__item:first-child,
  .contact-us-section_wrap .flex__item:last-child {
    padding-top: 60px !important; }

  .contact-us-title {
    height: auto;
    line-height: 1;
    padding-top: 6px;
    padding-bottom: 9px;
    background: #666666 !important; }

  .contact-us-title h1, .contact-us-title .h1, .contact-us-title .h1--mini, .contact-us-title .product-single__title, .contact-us-title
  .product-single__price {
    font-size: 3.25em; }

  .contact-us-title div {
    height: 100%; }

  .contact-us-title_wrap {
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.contact-us_form-wrap {
  clear: both; }

.flex__item.contact-us_contact-info > div {
  text-align: center; }

.contact-info-center {
  display: inline-block;
  text-align: left; }

.contact-us_social-btn {
  display: block;
  padding-top: 28px; }

.contact-us_social-btn a {
  margin-right: 4px; }

.contact-us-section .flex__item .contact-us_contact-info-block {
  margin-bottom: 25px; }

.contact-us-section .flex__item .contact-us_contact-info-block:last-child {
  margin-bottom: 0; }

.contact-us-section .flex__item:first-child {
  padding-left: 40px;
  text-transform: uppercase; }

.contact-us-section .flex__item:last-child {
  padding-right: 40px;
  text-align: right; }

.contact-us_form-wrap h2, .contact-us_form-wrap .h2 {
  font-size: 2.25em;
  color: #f36c23;
  text-align: center;
  margin-bottom: 36px; }

.contact-us_form-wrap.custom_form-wrap {
  padding-top: 63px; }

@media screen and (max-width: 480px) {
  .contact-us-title h1, .contact-us-title .h1, .contact-us-title .h1--mini, .contact-us-title .product-single__title, .contact-us-title
  .product-single__price {
    line-height: 1 !important;
    font-size: 2.875em; }

  .contact-us-title {
    padding-top: 8px;
    padding-bottom: 9px; } }
@media only screen and (min-width: 768px) {
  .contact-us-section .flex__item:first-child {
    max-width: 320px; } }
.contact-more-info_form-wrap h2, .contact-more-info_form-wrap .h2 {
  color: #f36c23;
  padding: 0 0 10px 30px !important;
  margin: 0 !important;
  font-size: 2.25em;
  font-weight: 700; }

.contact-more-info-title {
  background: #666666; }

.contact-more-info-title h1, .contact-more-info-title .h1, .contact-more-info-title .h1--mini, .contact-more-info-title .product-single__title, .contact-more-info-title
.product-single__price {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 26px; }

.more-info__form {
  margin-top: 0; }

.more-info__form .column-2 {
  margin-top: 0; }

.more-info__form .column-1 .row:first-child {
  margin-top: 24px; }

@media (max-width: 640px) {
  .more-info__form .row .column-2 {
    margin-top: 0; } }
.promotion {
  background: #F0F0F0;
  padding: 40px 0; }

.promotion__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  text-transform: uppercase;
  font-size: 1.125em; }

.promotion__container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 767px) {
  .promotion__container .flex__item {
    padding-bottom: 20px; } }
@media only screen and (min-width: 768px) {
  .promotion__container .flex__item {
    -webkit-flex: 1 1 calc(33% - calc(40px/3));
    -moz-flex: 1 1 calc(33% - calc(40px/3));
    -ms-flex: 1 1 calc(33% - calc(40px/3));
    flex: 1 1 calc(33% - calc(40px/3));
    margin: 0 10px 20px;
    max-width: calc(33% - calc(40px/3)); }

  .promotion__container .flex__item:first-child, .promotion__container .flex__item:nth-child(4n) {
    margin-left: 0; }

  .promotion__container .flex__item:nth-child(3n + 3) {
    margin-right: 0; } }
.x-design-form-container .klaviyo_form-two-steps #first-step input[type=button] {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 991px) {
  .x-design-form-container .klaviyo_form-two-steps #first-step {
    padding-top: 58px; } }
.x-design-form-container .klaviyo_form-two-steps #first-step .row {
  margin: 16px 0; }

.x-design-form-container .klaviyo_form-two-steps p {
  margin-bottom: 0;
  margin-top: 12px; }

@media (max-width: 991px) {
  .x-design-form-container .klaviyo_form-two-steps p {
    font-size: 16px;
    line-height: 25px; } }
.x-design-form-container .klaviyo_form-two-steps input[type="button"] {
  margin-top: 31px; }

.x-design-form-container .klaviyo_form-two-steps input[type=checkbox] + label {
  font: 600 13px/20px Lato,sans-serif; }

.x-design-form-container .klaviyo_form-two-steps label {
  font-size: 16px;
  margin-bottom: 9px;
  font-weight: 600; }

/* X-Design - section 3 */
@media (min-width: 992px) {
  .x-design-section-3-1_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media (min-width: 992px) {
  .x-design-section-3_wrap {
    margin-bottom: 100px; } }
.x-design-section-3_wrap h2, .x-design-section-3_wrap .h2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 30px;
  color: #242424; }

@media (min-width: 992px) {
  .x-design-section-3_wrap h2, .x-design-section-3_wrap .h2 {
    margin-bottom: 55px;
    font-size: 46px;
    line-height: 100%; } }
.x-design-section-3_wrap h2 strong, .x-design-section-3_wrap .h2 strong {
  color: #f36c23;
  font-weight: 900; }

.x-design-section-3_wrap h3, .x-design-section-3_wrap .h3 {
  margin-bottom: 22px; }

.x-design-section-3_wrap ul {
  list-style: disc;
  padding-top: 20px;
  padding-bottom: 20px; }

.x-design-section-3_wrap .x-design-disc li {
  list-style: disc;
  font-weight: 600;
  padding-left: 0;
  margin-left: 20px; }

.x-design-section-3_wrap .x-design-disc li:before {
  display: none; }

/* X-Design - section 2 */
.x-design-section-2_wrap {
  padding: 100px 0; }

@media (max-width: 991px) {
  .x-design-section-2_wrap {
    padding: 50px 0; } }
.x-design-section-2_wrap .page-width {
  max-width: 1280px;
  padding: 0; }

.x-design-section-2_wrap h2, .x-design-section-2_wrap .h2 {
  font-weight: 900;
  font-size: 46px;
  line-height: 100%;
  margin-bottom: 36px;
  color: #242424; }

@media (max-width: 991px) {
  .x-design-section-2_wrap h2, .x-design-section-2_wrap .h2 {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 18px; } }
.x-design-section-2_wrap h2 strong, .x-design-section-2_wrap .h2 strong {
  color: #f36c23;
  font-weight: 900; }

.x-design-section-2_wrap h3, .x-design-section-2_wrap .h3 {
  margin-bottom: 30px; }

@media (max-width: 991px) {
  .x-design-section-2_wrap h3, .x-design-section-2_wrap .h3 {
    margin-bottom: 16px; } }
.x-design-section-2_wrap h3 p, .x-design-section-2_wrap .h3 p, .x-design-section-2_wrap h3, .x-design-section-2_wrap .h3 {
  text-align: left;
  font-weight: 900;
  font-size: 24px;
  line-height: 140%;
  color: #242424; }

@media (max-width: 991px) {
  .x-design-section-2_wrap h3 p, .x-design-section-2_wrap .h3 p, .x-design-section-2_wrap h3, .x-design-section-2_wrap .h3 {
    font-size: 18px;
    line-height: 140%; } }
@media (min-width: 1200px) {
  .x-design-section-2_wrap .x-design-section-2_text {
    width: 50%;
    padding-right: 100px; } }
.x-design-section-2_wrap .x-design-section-2_text-content {
  font-size: 18px;
  line-height: 145%;
  color: #242424; }

@media (max-width: 991px) {
  .x-design-section-2_wrap .x-design-section-2_text-content {
    font-size: 16px;
    line-height: 25px; } }
.x-design-section-2_wrap .x-design-section-2_video {
  width: 100%;
  margin-top: 30px; }

@media (min-width: 1200px) {
  .x-design-section-2_wrap .x-design-section-2_video {
    width: 50%;
    margin-top: 0; } }
.x-design-section-2_wrap .x-design-section-2_video button[data-plyr="play"].plyr__control--overlaid {
  background-color: #FFFFFF !important; }

.x-design-section-2_wrap .x-design-section-2_video button[data-plyr="play"].plyr__control--overlaid svg {
  fill: #242424 !important; }

.x-design-section-2_wrap .x-design-section-2_video .plyr__controls {
  opacity: 0;
  transition: 0.3s opacity; }

.x-design-section-2_wrap .x-design-section-2_video:hover .plyr__controls {
  opacity: 1; }

.x-design-section-2_wrap .x-design-section-2_video .featured-video {
  padding-top: 0;
  padding-bottom: 0; }

.x-design-section-2_wrap .x-design-section-2-1_wrap:first-child {
  margin-left: 0; }

.x-design-section-2_wrap .x-design-section-2-1_wrap:last-child {
  margin-right: 0; }

@media (min-width: 1280px) and (max-width: 1366px) {
  .x-design-section-2_wrap .page-width {
    max-width: 1230px; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .x-design-section-2_wrap .page-width {
    max-width: 950px; } }
.x-design-section-2_flex {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1200px) {
  .x-design-section-2_flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
.x-design-section-2-4_wrap,
.x-design-section-2-3_wrap,
.x-design-section-2-2_wrap,
.x-design-section-2-1_wrap {
  margin: 0 23px 40px 23px;
  width: 25%;
  line-height: 24px; }

.x-design-section-2-4_wrap p,
.x-design-section-2-3_wrap p,
.x-design-section-2-2_wrap p,
.x-design-section-2-1_wrap p {
  font-size: 1.125em;
  color: #000000; }

@media only screen and (max-width: 767px) {
  .x-design-section-2_flex {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

  .x-design-section-2-1_wrap,
  .x-design-section-2-2_wrap,
  .x-design-section-2-3_wrap,
  .x-design-section-2-4_wrap {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }
/* X-Design - section 1 */
.x-design__container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 768px) {
  .x-design__container .flex__item {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0; }

  .x-design__container .flex__item img {
    max-height: 182px;
    min-height: 182px;
    object-fit: cover; }

  .x-design__container .flex__item:first-child {
    margin-left: 0; }

  .x-design__container .flex__item:last-child {
    margin-right: 0; } }
/* Teasers */
.x-design-teaser {
  position: relative; }

.x-design-teaser__image img {
  width: 100%;
  height: auto;
  display: block; }

.x-design-teaser_wrap {
  display: block;
  color: #ffffff; }

.x-design-teaser_wrap:hover, .x-design-teaser_wrap:active {
  color: #ffffff; }

.x-design__container {
  padding-bottom: 64px;
  padding-top: 61px;
  background: #000000; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .x-design__container {
    padding-top: 0;
    padding-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .x-design__container {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
.x-design_button {
  font-size: 1.125em;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #f36c23;
  padding: 7px 36px 8px 36px; }

.x-design_button:hover {
  color: #ffffff; }

.x-design-section-1__bg {
  padding-top: 139px;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  padding-bottom: 40px; }

@media (min-width: 992px) {
  .x-design-section-1__bg {
    padding-bottom: 117px;
    padding-top: 173px;
    min-height: 100vh; } }
@media (min-width: 1440px) {
  .x-design-section-1__bg {
    min-height: 100vh; } }
.x-design-section-1__bg .content_container {
  height: 100%; }

@media (max-width: 991px) {
  .x-design-section-1__bg .content_container {
    padding-left: 0;
    padding-right: 0; } }
.x-design-section-1__wrap {
  background: #000000;
  color: #ffffff;
  text-align: left; }

.x-design-section-1__wrap h2, .x-design-section-1__wrap .h2 {
  margin-top: 45px;
  margin-bottom: 30px;
  color: #FFFFFF; }

@media (min-width: 992px) {
  .x-design-section-1__wrap h2, .x-design-section-1__wrap .h2 {
    margin-top: 60px;
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px; } }
.x-design-section-1__logo img {
  max-width: 100%;
  margin-bottom: 14px;
  width: 100%; }

@media (min-width: 992px) {
  .x-design-section-1__logo img {
    margin-bottom: 40px; } }
@media (min-width: 1440px) {
  .x-design-section-1__logo img {
    max-width: 553px;
    min-width: 553px; } }
.x-design-section-1_description strong {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 32px; }

@media (min-width: 992px) {
  .x-design-section-1_description strong {
    font-size: 24px;
    line-height: 140%;
    font-weight: 900;
    margin-bottom: 32px; } }
.x-design-section-1_description p {
  margin-bottom: 21px; }

.x-design-section-1_description {
  font-size: 1em;
  line-height: 21px;
  text-align: left; }

.x-design-section-1__form-background {
  background: rgba(255, 255, 255, 0.8);
  width: 465px;
  min-height: 572px; }

@media (max-width: 991px) {
  .x-design-section-1__form-background {
    max-width: 465px;
    width: 100%; }

  .x-design-section-1__form-background #first-step {
    padding-left: 0;
    padding-right: 0; } }
.x-design-section-1__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 992px) {
  .x-design-section-1__form {
    width: 50%; } }
@media (max-width: 991px) {
  .x-design-section-1__form {
    margin-left: auto;
    margin-right: auto; } }
.x-design-flex-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%; }

@media (max-width: 991px) {
  .x-design-flex-columns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.x-design-flex-columns__text {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 65px; }

@media (min-width: 992px) {
  .x-design-flex-columns__text {
    width: 50%;
    padding-left: 0;
    padding-right: 24px;
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .x-design-flex-columns__text {
    max-width: 505px;
    margin-left: auto;
    margin-right: auto; } }
.x-design-flex-columns__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%; }

@media (min-width: 992px) {
  .x-design-flex-columns__text p {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    max-width: 553px; } }
.x-design--mob {
  display: none; }

.x-design_breadcrumb {
  text-transform: uppercase; }

/* FORM */
.overflow-hidden {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none; }

.x-design-page .x-design-section_wrap sup {
  top: -0.3em; }

.x-design-page .klaviyo_form-two-steps-border {
  margin-top: 0; }

.x-design-page #second-step .column-2 .row:first-child {
  margin-top: 0; }

.x-design-page .x-design-form-container .klaviyo_form-two-steps-border {
  padding-top: 41px; }

.x-design-page .x-design-form-container .klaviyo_form-two-steps #first-step .h2, .x-design-page .x-design-form-container .klaviyo_form-two-steps #first-step h2, .x-design-page .x-design-form-container .klaviyo_form-two-steps #first-step .h2 {
  font-size: 24px;
  line-height: 140%;
  text-align: center; }

.x-design-page .x-design-form-container .klaviyo_form-two-steps {
  min-height: unset;
  margin-bottom: 0; }

.x-design-page .x-design-form-container .need-more-info-form {
  padding: 0; }

.x-design-page .x-design-form-container .klaviyo_form-two-steps #first-step,
.x-design-page .x-design-form-container .klaviyo_form-two-steps-border {
  background: transparent; }

.x-design-page .x-design-form-container .x-design-contact-form_wrap {
  padding: 58px 20px; }

@media (min-width: 768px) {
  .x-design-page .x-design-form-container .x-design-contact-form_wrap {
    padding: 48px; } }
.x-design-page .x-design-form-container .x-design-contact-form_wrap #first-step h2, .x-design-page .x-design-form-container .x-design-contact-form_wrap #first-step .h2 {
  font-weight: 800;
  font-size: 38px;
  line-height: 120%;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #242424;
  text-align: left; }

@media (max-width: 991px) {
  .x-design-page .x-design-form-container .x-design-contact-form_wrap #first-step h2, .x-design-page .x-design-form-container .x-design-contact-form_wrap #first-step .h2 {
    font-weight: 800;
    font-size: 28px;
    line-height: 120%; } }
@media (max-width: 991px) {
  .x-design-page .x-design-form-container .klaviyo_form-two-steps-border {
    padding-top: 0;
    padding-bottom: 45px; }

  .x-design-page .x-design-form-container .x-design-contact-form_wrap #first-step {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

  .x-design-page .x-design-form-container .x-design-contact-form_wrap .row {
    margin-left: auto;
    margin-right: auto;
    max-width: unset; }

  .x-design-page .x-design-form-container #second-step .column-2 {
    margin-top: 0; }

  .x-design-page .x-design-form-container #second-step .column-2 .row:first-child {
    margin-top: 24px; } }
.x-design-contact-form_wrap_bottom {
  padding-top: 70px; }

@media (min-width: 768px) and (max-width: 991px) {
  .x-design-contact-form_wrap_bottom {
    padding-top: 40px; } }
@media (max-width: 1000px) {
  .x-design-contact-form_wrap_bottom {
    padding-bottom: 30px; } }
.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step .row input,
.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step .row,
.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step form {
  max-width: 478px; }

.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step h2, .x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step .h2, .x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step .h2 {
  font-weight: 900;
  font-size: 46px;
  line-height: 100%;
  text-align: left;
  margin-bottom: 65px;
  color: #242424; }

@media (max-width: 991px) {
  .x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step h2, .x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step .h2, .x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step .h2 {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 30px; } }
.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step input[type="button"] {
  width: 100%;
  height: 50px;
  margin-top: 25px; }

.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps label {
  margin-bottom: 12px; }

.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step {
  padding-top: 0; }

@media (max-width: 991px) {
  .x-design-contact-form_wrap_bottom .klaviyo_form-two-steps #first-step {
    max-width: 478px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px; } }
.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps input[type="text"],
.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps input[type="email"] {
  height: 50px; }

.x-design-contact-form_wrap_bottom .klaviyo_form-two-steps .required {
  color: #3D3D3D; }

.x-design-section-3__block:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
  opacity: 0.55;
  transition: opacity 0.3s; }

.x-design-section-3__block .rack-process__card-title {
  font-weight: 800;
  font-size: 46px;
  line-height: 100%;
  margin-bottom: 20px;
  position: relative;
  display: inline-block; }

@media (max-width: 991px) {
  .x-design-section-3__block .rack-process__card-title {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 16px;
    transition: none; } }
.x-design-section-3__block .x-design-section-3__pict {
  padding-top: 425px;
  width: 100%; }

.x-design-section-3__block .x-design-section-3__info {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 42px 40px 60px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (max-width: 991px) {
  .x-design-section-3__block .x-design-section-3__info {
    padding: 25px 20px 66px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .x-design-section-3__block .x-design-section-3__info {
    padding: 22px 20px 60px; } }
@media (min-width: 1600px) {
  .x-design-section-3__block .x-design-section-3__info {
    padding: 42px 70px 60px; } }
.x-design-section-3__block .x-design-section-3__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  object-fit: cover;
  object-position: center; }

.x-design-section-3__block.rack-process__card {
  position: relative;
  padding: 42px 32px 60px; }

@media (min-width: 1440px) {
  .x-design-section-3__block.rack-process__card {
    padding: 42px 50px 60px; } }
@media (min-width: 1600px) {
  .x-design-section-3__block.rack-process__card {
    padding: 42px 70px 60px; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .x-design-section-3__block.rack-process__card {
    padding: 22px 20px 60px;
    height: 650px; } }
@media (max-width: 991px) {
  .x-design-section-3__block.rack-process__card {
    padding: 25px 20px 66px; } }
.x-design-section-3__block .rack-process__card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px; }

@media (max-width: 991px) {
  .x-design-section-3__block .rack-process__card-text {
    font-size: 16px;
    line-height: 21px; } }
.x-design-section-3__block .rack-process__number {
  height: auto;
  opacity: 1;
  font-size: 75px;
  line-height: 70px;
  transition: opacity .3s ease,  height .3s ease; }

@media (max-width: 991px) {
  .x-design-section-3__block .rack-process__number {
    font-size: 50px;
    line-height: 42px; } }
.x-design-section-3__block .rack-process__hidden {
  max-height: 0;
  opacity: 1;
  transition: max-height .7s; }

@media (max-width: 991px) {
  .x-design-section-3__block .rack-process__hidden {
    max-height: 0;
    opacity: 0;
    transition: none;
    overflow: hidden; } }
.x-design-section-3__block .rack-process__show-more {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #f36c23;
  position: absolute;
  bottom: 25px; }

@media (min-width: 992px) {
  .x-design-section-3__block .rack-process__show-more {
    display: none; } }
@media (min-width: 992px) {
  .x-design-section-3__block.rack-process__card:hover .rack-process__card-title {
    font-size: 32px;
    line-height: 100%;
    padding-bottom: 18px; } }
@media (min-width: 992px) and (max-width: 991px) {
  .x-design-section-3__block.rack-process__card:hover .rack-process__card-title {
    padding-bottom: 14px; } }
@media (min-width: 992px) {
  .x-design-section-3__block.rack-process__card:hover .rack-process__card-title:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #f36c23;
    position: absolute;
    left: 0;
    bottom: 0; }

  .x-design-section-3__block.rack-process__card:hover .rack-process__number {
    height: 0;
    opacity: 0; }

  .x-design-section-3__block.rack-process__card:hover .rack-process__hidden {
    max-height: 560px; }

  .x-design-section-3__block.rack-process__card:hover .rack-process__card-text {
    font-size: 16px; } }
.x-design-section-3__block.rack-process__card:hover:before {
  opacity: 1; }

@media (min-width: 1600px) {
  .x-design-section-3__block.rack-process__card:hover .rack-process__card-text {
    font-size: 18px; } }
@media (max-width: 991px) {
  .x-design-section-3__block.rack-process__card.is-active {
    height: auto; }

  .x-design-section-3__block.rack-process__card.is-active .rack-process__card-title:before {
    content: '';
    width: 100%;
    height: 4px;
    background: #f36c23;
    position: absolute;
    left: 0;
    bottom: 0; } }
.x-design-section-3__block.rack-process__card.is-active .rack-process__card-title {
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 14px; }

.x-design-section-3__block.rack-process__card.is-active .rack-process__number {
  height: 0;
  opacity: 0; }

.x-design-section-3__block.rack-process__card.is-active .rack-process__hidden {
  max-height: 100%;
  opacity: 1;
  height: auto; }

@media (max-width: 991px) {
  .x-design-section-3__block.rack-process__card.is-active .rack-process__card-text {
    font-size: 14px;
    line-height: 21px; } }
.main-collection__header {
  margin-bottom: 24px; }

@media only screen and (min-width: 992px) {
  .main-collection__header {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 2.83333%; } }
.main-collection__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 1.5em;
  margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .main-collection__title {
    font-size: 2.25em; } }
.main-collection__description {
  color: #000000;
  font-size: 1em;
  line-height: 1.2; }

.main-collection__description p {
  margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .main-collection__description {
    font-size: 1.25em; } }
.main-collection__image {
  position: relative;
  overflow: hidden; }

.main-collection__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.img-teaser__wrap {
  position: absolute;
  bottom: calc(34/538 * 100%);
  right: 0;
  left: 0; }

.img-teaser__wrap h2, .img-teaser__wrap .h2 {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 2.125em;
  line-height: 1;
  margin-bottom: 5px; }

@media only screen and (min-width: 992px) {
  .img-teaser__wrap h2, .img-teaser__wrap .h2 {
    font-size: 4.25em;
    margin-bottom: 20px; } }
.img-teaser__content {
  max-width: 444px;
  color: #cccccc;
  margin-left: 2.83333%; }

.img-teaser__content--right {
  float: right;
  margin-right: 2.83333%;
  margin-left: 0; }

.img-teaser__info {
  color: #b2b2b2;
  font-size: 1em;
  letter-spacing: .4px; }

.img-teaser__info a {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.625em;
  line-height: 1;
  padding: 10px 24px;
  margin-top: 10px; }

@media only screen and (min-width: 992px) {
  .img-teaser__info {
    font-size: 1.25em; }

  .img-teaser__info a {
    font-size: 0.75em;
    margin-top: 20px; } }
/*Carousel*/
.main-collection__carousel {
  margin: 40px 0; }

.main-collection__carousel .slick-disabled {
  display: none !important; }

.main-collection__carousel.slick-initialized .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end; }

.main-collection__carousel .slick-arrow {
  height: 30px;
  width: 30px; }

.main-collection__carousel .slick-arrow:before {
  content: none; }

.main-collection__carousel .slick-arrow .icon {
  fill: #f36c23;
  height: 30px;
  width: 30px; }

@media only screen and (max-width: 767px) {
  .main-collection__carousel .slick-arrow {
    display: none !important; } }
.main-collection__carousel-item img {
  margin: 0 auto;
  height: 262px;
  object-fit: contain;
  /*width: 100%;
    height: auto;*/ }

.main-collection__carousel-info {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  font-size: 0.875em;
  line-height: 1;
  display: block;
  margin: 0 10px;
  text-transform: uppercase; }

.main-collection__carousel-info span {
  padding: 10px 12px;
  display: inline-block; }

.main-collection__carousel-info:hover {
  color: #ffffff; }

.main-collection__carousel-info:hover span {
  background: #f36c23; }

/*** Showcase ***/
body {
  overflow-x: hidden !important; }

.showcase-title {
  color: #ffffff;
  background: #f36c23;
  display: table;
  width: 100%; }

.showcase-title_wrap {
  padding-bottom: 22px;
  padding-top: 22px; }

.showcase-title h1, .showcase-title .h1, .showcase-title .h1--mini, .showcase-title .product-single__title, .showcase-title
.product-single__price {
  color: #ffffff;
  padding-right: 100px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .4px; }

.showcase-title__text {
  font-size: 1.125em;
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4px;
  width: 100%; }

.showcase-title__text-row2 {
  display: block; }

/* Section-featured */
.content-block_showcase {
  position: relative;
  height: 360px;
  margin-bottom: 8px;
  z-index: 0; }

.content-block_showcase-featured {
  height: 560px;
  margin-bottom: 32px; }

.showcase_txt-wrap {
  position: absolute;
  width: 337px;
  padding-right: 30px; }

.showcase_txt-wrap {
  bottom: 77px;
  padding-left: 30px;
  z-index: 200; }

@media (min-width: 768px) and (max-width: 1199px) {
  .content-block_showcase:nth-child(2n+1) .showcase_txt-wrap {
    right: 0; } }
.showcase-featured_txt-wrap {
  right: 0;
  bottom: 118px;
  padding-left: 30px;
  z-index: 200; }

.showcase_txt-wrap h2.blog__title-link, .showcase_txt-wrap .blog__title-link.h2 {
  color: #f36c23;
  font-weight: 900;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: .9px;
  line-height: 18px; }

.showcase-excerpt {
  font-size: 1.125em;
  color: #000000;
  letter-spacing: .4px; }

.showcase-excerpt-featured {
  color: #ffffff; }

.btn-showcase-featured {
  font-size: 1em;
  border: 1px solid #ffffff;
  padding: 15px 26px 15px 26px;
  font-weight: normal;
  margin-top: 20px; }

.content-block_showcase.content-block {
  padding: 0 !important; }

.content-block_showcase:before {
  height: 100%;
  width: 337px;
  position: absolute;
  background: #dddddd;
  top: 0;
  content: " ";
  z-index: 5; }

@media (min-width: 768px) and (max-width: 1199px) {
  .content-block_showcase:nth-child(2n+1):before {
    right: 0; } }
@media (min-width: 1200px) {
  .content-block_showcase:not(.content-block_showcase_no-link) {
    clear: both; }

  .content-block_showcase_no-link.content-block_showcase_align-r + .content-block_showcase_no-link.content-block_showcase_align-l,
  .content-block_showcase_no-link.content-block_showcase_align-l + .content-block_showcase_no-link.content-block_showcase_align-r,
  .content-block_showcase:not(.content-block_showcase_no-link) + .content-block_showcase_no-link {
    margin-right: 4px; }

  .content-block_showcase_no-link.content-block_showcase_align-r + .content-block_showcase_no-link.content-block_showcase_align-r,
  .content-block_showcase_no-link.content-block_showcase_align-l + .content-block_showcase_no-link.content-block_showcase_align-l {
    margin-left: 4px; }

  .content-block_showcase_no-link {
    width: calc(50% - 4px);
    float: left; }

  .content-block_showcase_align-r .showcase_txt-wrap,
  .content-block_showcase_align-r:before {
    right: 0; } }
.content-block_showcase-featured:before {
  height: 100%;
  width: 337px;
  position: absolute;
  background: rgba(27, 27, 27, 0.7);
  right: 0;
  top: 0;
  content: " ";
  z-index: 5; }

.showcase-grid {
  margin-left: 0 !important; }

.showcase-grid .grid__item {
  padding: 0 !important;
  float: none !important; }

.content-block_showcase .content-block__full-image:first-child {
  margin-top: 0; }

.content-block_showcase .content-block__full-image {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }

.content-block_showcase .article__photo-wrapper img {
  right: auto !important;
  width: auto;
  min-height: 100%;
  max-width: none;
  min-width: 100%; }

.content-block_showcase .content-block__full-image,
.content-block_showcase .article__photo-container,
.content-block_showcase .article__photo-wrapper {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover; }

.content-block_showcase-featured .content-block__full-image,
.content-block_showcase-featured .article__photo-container,
.content-block_showcase-featured .article__photo-wrapper {
  height: 560px; }

.content-block_showcase .article__photo-wrapper {
  padding-top: 0 !important;
  overflow: hidden;
  position: relative; }

.btn-showcase {
  border: 1px solid #f36c23;
  color: #f36c23 !important;
  font-size: 9px;
  font-weight: 700;
  margin-top: 14px; }

@media only screen and (max-width: 767px) {
  .btn-showcase {
    padding: 15px 26px 15px 26px;
    font-weight: normal;
    font-size: 1em;
    margin-top: 20px; } }
/* Pagination */
.showcase-pagination.pagination {
  margin: 32px 0 8px 0; }

.showcase-pagination.pagination .next a,
.showcase-pagination.pagination .prev a {
  line-height: 1.1;
  font-weight: 700; }

@media screen and (max-width: 420px) {
  .showcase-pagination.pagination .next a,
  .showcase-pagination.pagination .prev a {
    margin-bottom: 10px; } }
.showcase-pagination.pagination .next a,
.showcase-pagination.pagination .prev a,
.showcase-pagination.pagination .page a {
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000; }

.showcase-pagination.pagination .next a:hover,
.showcase-pagination.pagination .prev a:hover,
.showcase-pagination.pagination .page a:hover {
  color: #f36c23;
  border-color: #f36c23; }

.showcase-pagination.pagination .page {
  color: #000000;
  font-size: 0.875em;
  text-align: center; }

.showcase-pagination.pagination .page.current {
  background: #f36c23;
  border: 1px solid #f36c23;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px; }

.showcase-pagination.pagination span {
  margin-left: 6px;
  margin-right: 7px; }

@media screen and (max-width: 420px) {
  .showcase-pagination.pagination span {
    margin-left: 4px;
    margin-right: 4px; } }
.showcase-title__text-wrap {
  float: right; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-title h1, .showcase-title .h1, .showcase-title .h1--mini, .showcase-title .product-single__title, .showcase-title
  .product-single__price {
    display: block;
    padding-right: 0; }

  .showcase-title__text {
    display: block;
    padding-bottom: 8px; }

  .showcase-title__text-wrap {
    float: none !important; } }
@media only screen and (max-width: 767px) {
  .content-block_showcase-featured,
  .content-block_showcase {
    height: auto; }

  .content-block_showcase .content-block__full-image {
    height: 360px; }

  .showcase_txt-wrap {
    position: relative;
    background: #dddddd;
    width: 100%;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }

  .content-block_showcase:before {
    display: none; }

  .content-block_showcase-featured .content-block__full-image,
  .content-block_showcase-featured .article__photo-container,
  .content-block_showcase-featured .article__photo-wrapper,
  .content-block_showcase-featured .content-block_showcase .content-block__full-image {
    height: 360px; }

  .showcase-featured_txt-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #1b1b1b; }

  .content-block_tag-scroller__title {
    font-size: 0.875em !important; }

  .showcase-title_wrap h1, .showcase-title_wrap .h1, .showcase-title_wrap .h1--mini, .showcase-title_wrap .product-single__title, .showcase-title_wrap
  .product-single__price {
    display: block;
    padding-right: 0; }

  .showcase-design-title__text {
    display: block;
    padding-bottom: 10px;
    letter-spacing: .4px; }

  .showcase-design-title_wrap {
    padding-top: 14px;
    padding-bottom: 10px; }

  .showcase-design-title__text-row2 {
    display: inline; }

  .showcase-title__text-wrap {
    float: none !important; }

  /* remove showcase tag scroller styles on mobile */
  .pn-Advancer {
    display: none; }

  .content-block_tag-scroller_wrap {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .tag-scroller_wrapper {
    padding: 0 !important;
    width: calc(100% - 95px) !important; }

  .content-block_tag-scroller__title {
    padding-right: 10px !important;
    position: relative;
    top: 1px; }

  .tagScrollerNav_Link {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 !important;
    border: none !important; }

  .tag-scrollerNav {
    white-space: normal !important;
    max-height: 300px;
    overflow-y: auto !important; }

  .tagScrollerNav_Link:hover:before,
  .tagScrollerNav_Link[aria-selected="true"]:before {
    display: none; }

  .tagScrollerNav_Link:hover,
  .tagScrollerNav_Link[aria-selected="true"] {
    border: none !important; }

  .tag-scroller_wrapper_dropdown {
    border: 1px solid #b2b2b2;
    top: 0 !important; }

  .tag-scrollerNav {
    display: none;
    position: absolute !important; }

  .tag-scroller_dropdown-selected {
    padding: 11px 32px 11px 10px;
    color: #f36c23;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.75em; }

  .tag-scroller_dropdown-selected:after {
    border-bottom: 3px solid #b2b2b2;
    border-right: 3px solid #b2b2b2;
    content: '';
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 9px !important;
    height: 9px !important;
    top: 18px;
    right: 12px; }

  .tagScrollerNav_Link a,
  .tagScrollerNav_Link span {
    padding: 3px 0;
    color: #000000 !important;
    letter-spacing: normal !important; }

  .tagScrollerNav_Link[aria-selected="true"] {
    background: #f36c23 !important; }

  .tagScrollerNav_Link[aria-selected="true"] a,
  .tagScrollerNav_Link[aria-selected="true"] span {
    color: #ffffff !important;
    font-weight: 700; }

  .tag-scrollerNav {
    background: #ffffff;
    z-index: 150;
    border: 1px solid #ffffff;
    box-shadow: 0 5px 16px 2px rgba(0, 0, 0, 0.25);
    left: -1px;
    right: -1px; }

  .tag-scrollerNav,
  .tag-scrollerNav span,
  .tag-scrollerNav a {
    transition-duration: 0s !important;
    cursor: pointer !important; }

  .tagScrollerNav_Contents {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%; }

  .tagScrollerNav_Contents:hover .tagScrollerNav_Link {
    background: #ffffff !important;
    color: #000000 !important; }

  .tagScrollerNav_Contents:hover .tagScrollerNav_Link span,
  .tagScrollerNav_Contents:hover .tagScrollerNav_Link a {
    color: #000000 !important; }

  .tagScrollerNav_Contents .tagScrollerNav_Link:hover {
    background: #f36c23 !important; }

  .tagScrollerNav_Contents .tagScrollerNav_Link:hover span,
  .tagScrollerNav_Contents .tagScrollerNav_Link:hover a,
  .tagScrollerNav_Contents .tagScrollerNav_Link:hover {
    color: #ffffff !important; } }
@media (max-width: 670px) {
  .showcase-title__text-row2 {
    display: inline; } }
/* Lightbox link */
.showcase_block-no-link_lightbox-link {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 337px);
  cursor: pointer;
  display: block; }

.content-block_showcase_align-l .showcase_block-no-link_lightbox-link {
  right: 0; }

.content-block_showcase_align-r .showcase_block-no-link_lightbox-link {
  left: 0; }

@media only screen and (max-width: 767px) {
  .showcase_block-no-link_lightbox-link {
    display: none;
    width: 0;
    height: 0; } }
#ajaxinatePagination {
  text-align: center; }

.showcase_pagination-btn-load-more {
  display: inline-block;
  margin-left: auto;
  margin-right: auto; }

/*** Showcase Tag-scroller ***/
/* arrow */
.tag-scroller_wrapper i.arrow {
  border: solid #b2b2b2;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  position: relative;
  top: -2px; }

.tag-scroller_wrapper .arrow.right {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.tag-scroller_wrapper .arrow.left {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.content-block_tag-scroller_wrap {
  background: #000000;
  padding: 15px 40px 15px 30px;
  margin-bottom: 8px; }

.content-block_tag-scroller__title {
  color: #aaaaaa;
  font-size: 1.125em;
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  padding-right: 30px;
  letter-spacing: 1.5px; }

.tag-scroller_wrapper {
  display: inline-block;
  top: 3px;
  width: calc(100% - 190px); }

.tagScrollerNav_Link a,
.tagScrollerNav_Link {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px; }

.tagScrollerNav_Link[aria-selected="true"] a {
  font-weight: 900; }

.tagScrollerNav_Link span,
.tagScrollerNav_Link a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 49; }

.tagScrollerNav_Link[aria-selected="true"] a,
.tagScrollerNav_Link[aria-selected="true"] {
  color: #f36c23; }

.tagScrollerNav_Link {
  position: relative;
  border: 2px solid transparent; }

.tagScrollerNav_Link:hover:before,
.tagScrollerNav_Link[aria-selected="true"]:before {
  position: absolute;
  content: " ";
  top: -2px;
  left: 7px;
  right: 7px;
  background: #000000;
  height: calc(100% + 4px); }

.tagScrollerNav_Link:hover {
  border: 2px solid #ffffff;
  position: relative; }

.tagScrollerNav_Link[aria-selected="true"]:hover,
.tagScrollerNav_Link[aria-selected="true"] {
  border: 2px solid #f36c23;
  position: relative; }

.tag-scroller_wrapper {
  position: relative;
  padding: 0 32px 0 32px;
  box-sizing: border-box; }

.tag-scrollerNav {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  position: relative;
  font-size: 0; }

.js .tag-scrollerNav {
  -ms-overflow-style: none !important; }

.js .tag-scrollerNav::-webkit-scrollbar {
  display: none; }

.tag-scrollerNav,
.js .tag-scrollerNav {
  -ms-overflow-style: none !important; }

.tagScrollerNav_Contents {
  float: left;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  position: relative; }

.tagScrollerNav_Contents-no-transition {
  transition: none; }

.tagScrollerNav_Link {
  text-decoration: none;
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  margin: 0 8px; }

.tagScrollerNav_Link + .tagScrollerNav_Link {
  /*border-left-color: #eee;*/ }

.tagScrollerNav_Link[aria-selected="true"] {
  color: #f36c23;
  font-weight: 900; }

.pn-Advancer {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  cursor: default;
  transition: opacity .3s; }

.pn-Advancer:focus {
  outline: 0; }

.pn-Advancer .arrow {
  cursor: default; }

.pn-Advancer_Left {
  left: 0; }

[data-overflowing="both"] ~ .pn-Advancer_Left .arrow,
[data-overflowing="left"] ~ .pn-Advancer_Left .arrow,
[data-overflowing="both"] ~ .pn-Advancer_Left,
[data-overflowing="left"] ~ .pn-Advancer_Left {
  opacity: 1;
  cursor: pointer !important; }

.pn-Advancer_Right {
  right: 0; }

[data-overflowing="both"] ~ .pn-Advancer_Right .arrow,
[data-overflowing="right"] ~ .pn-Advancer_Right .arrow,
[data-overflowing="both"] ~ .pn-Advancer_Right,
[data-overflowing="right"] ~ .pn-Advancer_Right {
  opacity: 1;
  cursor: pointer !important; }

.pn-Advancer_Icon {
  width: 20px;
  height: 44px;
  fill: #bbb; }

.tagScrollerNav_Indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  background-color: transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
  opacity: 0; }

.tagScrollerNav_Link:first-child {
  margin-left: 0 !important; }

.tagScrollerNav_Link:last-child {
  margin-right: 0 !important; }

/* Search */
.template-search .main-content {
  margin-top: 0; }

/* breadcrumb */
.template-search .breadcrumb {
  font-size: 0.625em;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 700; }

.template-search .breadcrumb a {
  color: #000000; }

.template-search .breadcrumb a:hover {
  color: #f36c23; }

.template-search .breadcrumb span:last-child {
  color: #f36c23; }

.template-search .breadcrumb span[aria-hidden="true"] {
  padding: 0 2px 0 2px; }

.template-search .section-header {
  margin-bottom: 28px;
  margin-top: 63px; }

.template-search .section-header__title {
  font-size: 1.125em;
  color: #f36c23;
  font-weight: 900; }

.template-search .section-header__subtext {
  font-size: 0.875em; }

.template-search h2, .template-search .h2 {
  font-size: 0.875em;
  /*color: $cl-red;*/
  font-weight: 900; }

@media only screen and (max-width: 767px) {
  .template-search .section-header {
    margin-bottom: 15px; }

  .template-search .breadcrumb {
    display: none; } }
.template-search .tor-button--medium {
  font-size: 0.625em;
  font-weight: 900;
  width: auto;
  display: inline-block;
  clear: both;
  letter-spacing: 2px;
  padding: 10px 42px 10px 42px;
  margin-top: 21px; }

.template-search .page-container {
  background: #ffffff; }

/* Pagination */
.template-search .pagination {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.template-search .pagination .next a,
.template-search .pagination .prev a {
  line-height: 1.1;
  font-weight: 700; }

@media screen and (max-width: 420px) {
  .template-search .pagination .next a,
  .template-search .pagination .prev a {
    margin-bottom: 10px; } }
.template-search .pagination .next a,
.template-search .pagination .prev a,
.template-search .pagination .page a {
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000; }

.template-search .pagination .next a:hover,
.template-search .pagination .prev a:hover,
.template-search .pagination .page a:hover {
  color: #f36c23;
  border-color: #f36c23; }

.template-search .pagination .page {
  color: #000000;
  font-size: 0.875em;
  text-align: center; }

.template-search .pagination .page.current {
  background: #f36c23;
  border: 1px solid #f36c23;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px; }

.template-search .pagination span {
  margin-left: 6px;
  margin-right: 7px; }

@media screen and (max-width: 420px) {
  .template-search .pagination span {
    margin-left: 4px;
    margin-right: 4px; } }
/* Search input */
.template-search .main-content form[role="search"] input[type="search"] {
  border-left: 1px solid #C3C3C3;
  border-top: 1px solid #C3C3C3;
  border-bottom: 1px solid #C3C3C3;
  padding-bottom: 2px; }

.template-search .main-content form[role="search"] .input-group__btn button svg {
  position: relative;
  top: -1px; }

.template-search .collection-product_grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* Card */
.template-search .product-card__overlay {
  display: none; }

.template-search .product-card__name {
  font-size: 0.75em; }

@media only screen and (min-width: 768px) {
  .template-search .product-card__name {
    font-size: 1.125em; } }
.template-search .product-card {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid transparent;
  box-sizing: border-box; }

.template-search .product-card:hover {
  border: 1px solid #999999; }

.template-search .product-card__image {
  padding-left: 0;
  padding-right: 0; }

.template-search .product-card__price {
  font-size: 0.625em;
  font-weight: 900;
  color: #000000;
  padding-top: 3px; }

@media only screen and (min-width: 768px) {
  .template-search .product-card__price {
    font-size: 0.875em; } }
.template-search .product-card__availability {
  font-size: 0.625em; }

@media only screen and (min-width: 768px) {
  .template-search .product-card__availability {
    font-size: 0.875em; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .template-search .collection-product_grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .template-search .section-header__item {
    width: 50%; } }
.search_section-blog-title {
  font-weight: 900;
  color: #f36c23; }

.content-block_search {
  padding-left: 0;
  padding-top: 30px;
  padding-right: 0; }

.search_blog-post-title {
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 6px;
  color: #000000; }

.search_blog-post-excerpt {
  margin-bottom: 10px; }

.content-block__search-blog-item {
  margin-bottom: 30px; }

.content-block__search-blog-item:last-child {
  margin-bottom: 0; }

.template-search .main-content {
  margin-top: 0;
  padding-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .template-search .main-content {
    padding-bottom: 80px; } }
.drawer-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  min-height: 100%;
  pointer-events: none;
  background-color: transparent;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: background-color 350ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0ms linear 350ms;
  transition: transform 0ms linear 350ms, background-color 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0ms linear 350ms, background-color 350ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0ms linear 350ms;
  will-change: background-color; }

.drawer-cover--open {
  overflow-x: hidden;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: background-color 350ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0ms linear;
  transition: transform 0ms linear, background-color 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0ms linear, background-color 350ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0ms linear; }

.drawer-cover--open .cart-drawer {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.cart-drawer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 392px;
  max-width: 480px;
  padding: 0 15px 40px;
  background-color: #ffffff;
  border: 1px solid rgba(51, 51, 51, 0.5);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: -webkit-transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform; }

@media only screen and (max-width: 767px) {
  .cart-drawer {
    min-height: 100%; } }
.cart-drawer__item,
.cart-drawer__list-header,
.cart-drawer__footer {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out; }

.cart-drawer__header {
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 30px 18px 30px;
  font-size: 0.875em;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #EEEEEE; }

.cart-drawer__empty-text {
  padding: 20px 0; }

.cart-drawer__header-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.125em;
  color: #000000;
  margin-bottom: 0;
  text-transform: uppercase; }

.cart-drawer__close-button {
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: none;
  line-height: 18px; }

.cart-drawer__close-button .icon {
  fill: #000000;
  vertical-align: middle;
  width: 18px;
  height: 18px; }

.cart-drawer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 15px 10px;
  border-bottom: 1px solid #EEEEEE; }

.cart-drawer__item.cart-drawer__item--remove {
  -webkit-animation: remove 0.25s ease-out;
  animation: remove 0.25s ease-out;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: none;
  padding: 0; }

.cart-drawer__item:last-child {
  border: none; }

.cart-drawer__item-template {
  display: none; }

.cart-drawer__list-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #333333;
  color: #ffffff;
  font-size: 0.625em;
  line-height: 24px;
  text-transform: uppercase; }

.cart-drawer__item-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  transition: opacity 350ms cubic-bezier(0.4, 0, 0.2, 1); }

.cart-drawer__item-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.cart-drawer__item-column-image {
  display: block;
  width: 88px;
  margin-right: 10px; }

.cart-drawer__item-column-image figure {
  margin: 0; }

.cart-drawer__item-column-image img {
  width: 100%;
  height: auto; }

.cart-drawer__item-column-details {
  color: #3C3D41;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-right: 10px;
  position: relative; }

@media only screen and (min-width: 768px) {
  .cart-drawer__item-column-details {
    max-width: 130px; } }
.cart-drawer__item-column-quantity {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 80px; }

.cart-drawer__item-column-quantity .js-qty {
  overflow: hidden; }

.cart-drawer__item-quantity {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 50px;
  padding: 5px;
  line-height: 1.5;
  text-align: center;
  font-size: 0.75em;
  color: #666666; }

.cart-drawer__item-quantity::-webkit-inner-spin-button, .cart-drawer__item-quantity::-webkit-outer-spin-button {
  opacity: 1; }

.cart-drawer__item-vendor {
  font-size: 0.6875em; }

.cart-drawer__item-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #3C3D41;
  font-size: 1em;
  line-height: 15px; }

.cart-drawer__item-column-price {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 110px; }

.cart-drawer__item-price-wrap {
  color: #3C3D41;
  margin-bottom: 10px;
  font-size: 0.75em;
  line-height: 12px;
  text-align: right; }

.cart-drawer__item-total-price {
  color: #3C3D41;
  font-size: 1.125em; }

.cart-drawer__item-remove {
  font-size: 0.75em;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  position: absolute;
  bottom: 0; }

.cart-drawer__footer-subtotal-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 10px;
  border-top: 1px solid #EEEEEE;
  color: #3C3D41;
  text-transform: uppercase; }

.cart-drawer__footer-subtotal {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%; }

.cart-drawer__subtotal-heading {
  font-size: 0.875em; }

.cart-drawer__subtotal-number {
  font-size: 1.125em; }

.cart-drawer__footer-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 20px;
  border-top: 1px solid #EEEEEE; }

.cart-drawer__footer-checkout,
.cart-drawer__footer-cart {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1em;
  padding: 10px 20px;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #f36c23;
  border-radius: 0;
  width: 50%; }

.cart-drawer__footer-checkout {
  color: #ffffff;
  background: #f36c23;
  margin-left: 20px; }

.cart-drawer__footer-checkout:hover {
  color: #ffffff; }

.cart-drawer__message-container {
  opacity: 0; }

.cart-drawer--error .cart-drawer__message-container {
  opacity: 1; }

.cart-drawer__message {
  text-align: center;
  font-size: 14px;
  color: #f36c23; }

.ajax-cart--error .cart-drawer__message {
  padding-bottom: 40px; }

.cart-drawer__hide {
  display: none; }

.scroll-locked {
  overflow: hidden; }

.scroll-locked body {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0; }

.cart-drawer__loading {
  position: absolute;
  -webkit-animation: spin 700ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
  animation: spin 700ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto;
  outline: none;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #f36c23;
  top: 50%;
  left: 50%; }

.cart-drawer__loading .icon {
  fill: currentColor;
  width: 100%;
  height: 100%; }

.tor-social-feed__title {
  margin: 10px 0; }

.tor-social-feed__title span {
  color: #f36c23; }

.tor-social-feed .ff-stream {
  padding-top: 0; }

.tor-social-feed .ff-item-bar {
  display: none; }

.tor-social-feed .ff-stream-wrapper {
  margin-top: 0; }

.tor-social-feed .ff-overlay-wrapper {
  opacity: 1 !important; }

.tor-social-feed .ff-overlay {
  display: none; }

.tor-social-feed .ff-sc-label2 .ff-label-wrapper {
  bottom: 0;
  top: unset; }

.tor-social-feed .ff-sc-label2 .ff-icon {
  width: 24px;
  height: 24px; }

.tor-social-feed .ff-sc-label2 .ff-icon:before {
  bottom: -5px;
  top: unset;
  border-width: 54px 54px 0 0;
  border-color: transparent #f7f7f7 transparent transparent !important; }

.tor-social-feed .ff-sc-label2 .ff-icon-inner {
  border-radius: 4px;
  line-height: 24px;
  font-size: 13px; }

.tor-social-feed .ff-twitter .ff-icon-inner {
  background-color: #17a3e5 !important; }

.tor-social-feed .ff-youtube .ff-icon-inner {
  background-color: #c10017 !important; }

.tor-social-feed .ff-instagram .ff-icon-inner {
  background-color: #fb3958 !important; }

.tor-social-feed .ff-facebook .ff-icon-inner {
  background-color: #3f51a4 !important; }

.tor-social-feed .ff-loadmore-wrapper .ff-btn {
  background-color: transparent !important;
  padding: 0;
  color: #f36c23; }

.tor-social-feed .ff-item .ff-img-holder img.ff-initial-image {
  height: 100% !important;
  width: auto;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.tor-social-feed .ff-layout-grid .ff-has-overlay:hover img {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6; }

/*** Concepts & Design ***/
body {
  overflow-x: hidden !important; }

.concepts-design-title {
  color: #ffffff;
  background: #f36c23;
  display: table;
  width: 100%; }

.concepts-design-title_wrap {
  padding-bottom: 22px;
  padding-top: 22px; }

.concepts-design-title h1, .concepts-design-title .h1, .concepts-design-title .h1--mini, .concepts-design-title .product-single__title, .concepts-design-title
.product-single__price {
  color: #ffffff;
  padding-right: 100px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .4px;
  text-transform: uppercase; }

.concepts-design-title__text {
  font-size: 1.125em;
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4px;
  width: 100%; }

.concepts-design-title__text-row2 {
  display: block; }

/* *** */
.content-block_concepts-design_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

/* Section-featured */
.content-block_concepts-design {
  position: relative;
  margin-bottom: 8px !important; }

.content-block_concepts-design:not(.content-block_concepts-design-featured) {
  width: calc(50% - 4px); }

.content-block_concepts-design:nth-child(2n+1):not(.content-block_concepts-design-featured) {
  margin-right: 4px; }

.content-block_concepts-design:nth-child(2n):not(.content-block_concepts-design-featured) {
  margin-left: 4px; }

.content-block_concepts-design-featured {
  height: 320px;
  margin-bottom: 8px; }

.content-block_concepts-design-featured .article__photo-container {
  overflow: hidden; }

.content-block_concepts-design-featured img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  left: auto;
  right: auto; }

.content-block_concepts-design.content-block {
  padding: 0 !important; }

.concepts-design-grid {
  margin-left: 0 !important; }

.concepts-design-grid .grid__item {
  padding: 0 !important;
  float: none !important; }

.content-block_concepts-design .content-block__full-image:first-child {
  margin-top: 0; }

.content-block_concepts-design .content-block__full-image {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }

.content-block_concepts-design-featured .content-block__full-image,
.content-block_concepts-design-featured .article__photo-container,
.content-block_concepts-design-featured .article__photo-wrapper {
  height: 320px; }

.content-block_concepts-design .article__photo-wrapper {
  overflow: hidden;
  position: relative; }

.content-block_concepts-design:not(.content-block_concepts-design-featured) .content-block__full-image,
.content-block_concepts-design:not(.content-block_concepts-design-featured) .article__photo-container,
.content-block_concepts-design:not(.content-block_concepts-design-featured) .article__photo-wrapper {
  height: 100%; }

.content-block_concepts-design:not(.content-block_concepts-design-featured) .article__photo-wrapper img {
  min-height: 100%; }

/* Pagination */
.concepts-design-pagination.pagination {
  margin: 32px 0 32px 0; }

.concepts-design-pagination.pagination .next a,
.concepts-design-pagination.pagination .prev a {
  line-height: 1.1;
  font-weight: 700; }

@media screen and (max-width: 420px) {
  .concepts-design-pagination.pagination .next a,
  .concepts-design-pagination.pagination .prev a {
    margin-bottom: 10px; } }
.concepts-design-pagination.pagination .next a,
.concepts-design-pagination.pagination .prev a,
.concepts-design-pagination.pagination .page a {
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px;
  border: 1px solid #000000;
  border-radius: 4px;
  color: #000000; }

.concepts-design-pagination.pagination .next a:hover,
.concepts-design-pagination.pagination .prev a:hover,
.concepts-design-pagination.pagination .page a:hover {
  color: #f36c23;
  border-color: #f36c23; }

.concepts-design-pagination.pagination .page {
  color: #000000;
  font-size: 0.875em;
  text-align: center; }

.concepts-design-pagination.pagination .page.current {
  background: #f36c23;
  border: 1px solid #f36c23;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 0 5px 0;
  width: 32px;
  height: 32px; }

.concepts-design-pagination.pagination span {
  margin-left: 6px;
  margin-right: 7px; }

@media screen and (max-width: 420px) {
  .concepts-design-pagination.pagination span {
    margin-left: 4px;
    margin-right: 4px; } }
.concepts-design-title__text-wrap {
  float: right; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .concepts-design-title h1, .concepts-design-title .h1, .concepts-design-title .h1--mini, .concepts-design-title .product-single__title, .concepts-design-title
  .product-single__price {
    display: block;
    padding-right: 0; }

  .concepts-design-title__text {
    display: block;
    padding-bottom: 8px; }

  .concepts-design-title__text-wrap {
    float: none; } }
@media only screen and (max-width: 767px) {
  .content-block_concepts-design_wrap {
    display: block; }

  .content-block_concepts-design:not(.content-block_concepts-design-featured) {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .content-block_concepts-design:nth-child(2n+1):not(.content-block_concepts-design-featured) {
    margin-right: 0; }

  .content-block_concepts-design:nth-child(2n):not(.content-block_concepts-design-featured) {
    margin-left: 0; }

  .content-block_concepts-design-featured .content-block__full-image,
  .content-block_concepts-design-featured .article__photo-container,
  .content-block_concepts-design-featured .article__photo-wrapper,
  .content-block_concepts-design-featured .content-block_showcase .content-block__full-image {
    height: 320px; }

  .content-block_tag-scroller__title {
    font-size: 0.875em !important; }

  .concepts-design-title_wrap h1, .concepts-design-title_wrap .h1, .concepts-design-title_wrap .h1--mini, .concepts-design-title_wrap .product-single__title, .concepts-design-title_wrap
  .product-single__price {
    display: block;
    padding-right: 0; }

  .concepts-design-title__text {
    display: block;
    padding-bottom: 10px;
    letter-spacing: .4px; }

  .concepts-design-title_wrap {
    padding-top: 14px;
    padding-bottom: 10px; }

  .concepts-design-title__text-row2 {
    display: inline; }

  .concepts-design-title__text-wrap {
    float: none; }

  /* remove concepts-design tag scroller styles on mobile */
  .pn-Advancer {
    display: none; }

  .content-block_tag-scroller_wrap {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .tag-scroller_wrapper {
    padding: 0 !important;
    width: calc(100% - 95px) !important; }

  .content-block_tag-scroller__title {
    padding-right: 10px !important;
    position: relative;
    top: 1px; }

  .tagScrollerNav_Link {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 !important;
    border: none !important; }

  .tag-scrollerNav {
    white-space: normal !important;
    max-height: 300px;
    overflow-y: auto !important; }

  .tagScrollerNav_Link:hover:before,
  .tagScrollerNav_Link[aria-selected="true"]:before {
    display: none; }

  .tagScrollerNav_Link:hover,
  .tagScrollerNav_Link[aria-selected="true"] {
    border: none !important; }

  .tag-scroller_wrapper_dropdown {
    border: 1px solid #b2b2b2;
    top: 0 !important; }

  .tag-scrollerNav {
    display: none;
    position: absolute !important; }

  .tag-scroller_dropdown-selected {
    padding: 11px 32px 11px 10px;
    color: #f36c23;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.75em; }

  .tag-scroller_dropdown-selected:after {
    border-bottom: 3px solid #b2b2b2;
    border-right: 3px solid #b2b2b2;
    content: '';
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 9px !important;
    height: 9px !important;
    top: 18px;
    right: 12px; }

  .tagScrollerNav_Link a,
  .tagScrollerNav_Link span {
    padding: 3px 0;
    color: #000000 !important;
    letter-spacing: normal !important; }

  .tagScrollerNav_Link[aria-selected="true"] {
    background: #f36c23 !important; }

  .tagScrollerNav_Link[aria-selected="true"] a,
  .tagScrollerNav_Link[aria-selected="true"] span {
    color: #ffffff !important;
    font-weight: 700; }

  .tag-scrollerNav {
    background: #ffffff;
    z-index: 150;
    border: 1px solid #ffffff;
    box-shadow: 0 5px 16px 2px rgba(0, 0, 0, 0.25);
    left: -1px;
    right: -1px; }

  .tag-scrollerNav,
  .tag-scrollerNav span,
  .tag-scrollerNav a {
    transition-duration: 0s !important;
    cursor: pointer !important; }

  .tagScrollerNav_Contents {
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%; }

  .tagScrollerNav_Contents:hover .tagScrollerNav_Link {
    background: #ffffff !important;
    color: #000000 !important; }

  .tagScrollerNav_Contents:hover .tagScrollerNav_Link span,
  .tagScrollerNav_Contents:hover .tagScrollerNav_Link a {
    color: #000000 !important; }

  .tagScrollerNav_Contents .tagScrollerNav_Link:hover {
    background: #f36c23 !important; }

  .tagScrollerNav_Contents .tagScrollerNav_Link:hover span,
  .tagScrollerNav_Contents .tagScrollerNav_Link:hover a,
  .tagScrollerNav_Contents .tagScrollerNav_Link:hover {
    color: #ffffff !important; } }
@media (max-width: 670px) {
  .concepts-design-title__text-row2 {
    display: inline; } }
/* Hover */
.content-block_concepts-design .hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  display: none;
  top: 0;
  left: 0; }

.content-block_concepts-design .hover-link {
  width: 48px;
  height: 48px;
  display: none;
  cursor: pointer;
  text-align: center; }

.content-block_concepts-design .hover-link:hover {
  opacity: 0.6; }

.concepts-design_product-refs {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.concepts-design_product-refs-wrap {
  width: 50%;
  min-width: 260px;
  max-width: 360px;
  /*100%;*/
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-height: calc(100% - 48px);
  overflow-y: auto;
  position: relative; }

.concepts-design_product-refs__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: calc(100% - 30px); }

.content-block_concepts-design.hovered .concepts-design_product-refs,
.content-block_concepts-design:hover .concepts-design_product-refs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }

.content-block_concepts-design.hovered .hover-link,
.content-block_concepts-design:hover .hover-link,
.content-block_concepts-design.hovered .hover-overlay,
.content-block_concepts-design:hover .hover-overlay {
  display: block; }

.concepts-design_product-refs-title {
  background: #333333;
  color: #ffffff;
  font-size: 0.875em !important;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 19px;
  letter-spacing: .7px;
  margin: 0 !important; }

.concepts-design_product-refs-list {
  background: #ffffff;
  color: #000000; }

.concepts-design_product-refs-list li {
  border-top: 1px solid #DFDFDF; }

.concepts-design_product-refs-list li a {
  padding-top: 14px;
  padding-bottom: 15px;
  display: block; }

.concepts-design_product-refs-list li:first-child {
  border-top: none; }

.concepts-design_product-refs-list a {
  color: #000000; }

.concepts-design_product-refs-list a:hover {
  color: #ffffff;
  background: #f36c23; }

@media only screen and (max-width: 767px) {
  .content-block_concepts-design .hover-link {
    display: none !important; }

  .concepts-design_product-refs-wrap {
    max-height: calc(100% - 60px);
    margin-top: 0;
    max-width: calc(100% - 30px); }

  .content-block_concepts-design:not(.content-block_concepts-design-featured) {
    min-height: 330px; }

  .content-block_concepts-design:not(.content-block_concepts-design-featured) .article__photo-wrapper {
    min-height: 330px; }

  .content-block_concepts-design:not(.content-block_concepts-design-featured) .article__photo-wrapper img {
    min-height: 330px;
    min-width: 100%;
    max-width: none;
    width: auto;
    right: auto; } }
@media (max-width: 374px) {
  .concepts-design-title h1, .concepts-design-title .h1, .concepts-design-title .h1--mini, .concepts-design-title .product-single__title, .concepts-design-title
  .product-single__price {
    white-space: normal;
    font-size: 27px; } }
/* Header image */
@media (min-width: 768px) {
  .concepts-desing_img-main-mobile {
    display: none !important; }

  .concepts-desing_img-main {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  .concepts-desing_img-main-mobile {
    display: block !important; }

  .concepts-desing_img-main {
    display: none !important; } }
/*Start Advanced Nav*/
.advanced-nav {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75em;
  box-shadow: 0 20px 30px -28px #333333;
  margin-bottom: 40px; }

.advanced-nav__items {
  display: inline-block; }

.advanced-nav__item {
  float: left;
  padding: 20px;
  list-style-type: none; }

.advanced-nav__item a {
  color: #000000;
  padding: 5px;
  border-bottom: 2px solid #ffffff; }

.advanced-nav__item.active a {
  border-color: #f36c23; }

.advanced-nav__item a:hover {
  border-color: #f36c23; }

/*End Advanced Nav*/
/*Start FAQs*/
.faqs {
  min-height: 320px;
  font-size: 1em; }

@media only screen and (min-width: 768px) {
  .faqs__content {
    margin-left: 120px; } }
.faqs__content .collapse-item__title,
.faqs__content .collapse-item__text {
  padding-left: 34px; }

.faqs__content .collapse-item__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  margin-top: 15px; }

.faqs__content .collapse-item__title a::before {
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 66% 40%;
  -ms-transform-origin: 66% 40%;
  transform-origin: 66% 40%;
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 3px solid #f36c23;
  border-right: 3px solid #f36c23;
  content: "";
  display: inline-block;
  margin-right: 24px;
  width: 8px;
  height: 8px;
  transition: all .25s ease-out; }

.faqs__content .collapse-item__title:not(.open) a {
  color: #000000; }

.faqs__content .collapse-item__title:not(.open) a::before {
  -ms-transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: 66% 0;
  -ms-transform-origin: 66% 0;
  transform-origin: 66% 0; }

.faqs__content .collapse-item__text {
  color: #333333; }

/*End FAQs*/
/*Start Block text with image*/
.text-img-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

@media only screen and (min-width: 768px) {
  .text-img-block {
    min-height: 464px; } }
.text-img-block--left {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.text-img-block--left .text-img-block__text-container {
  text-align: left;
  padding-left: 11.6%;
  padding-right: 15%; }

.text-img-block--left .text-img-block__wrap {
  float: right; }

.text-img-block__img {
  width: 56.4%;
  background-repeat: no-repeat;
  background-size: cover; }

.text-img-block__wrap {
  max-width: 100%; }

@media only screen and (min-width: 768px) {
  .text-img-block__wrap {
    max-width: 85%; } }
.text-img-block__text-container {
  padding: 20px 10px; }

@media only screen and (min-width: 768px) {
  .text-img-block__text-container {
    text-align: right;
    padding-top: 20%;
    padding-right: 5%;
    padding-left: 7%; } }
@media only screen and (min-width: 1600px) {
  .text-img-block__text-container {
    padding-right: 11.6%;
    padding-left: 15%; } }
.text-img-block__text {
  background: #333333; }

.text-img-block__text .tor-button {
  font-size: 0.625em;
  padding: 10px 40px;
  min-width: unset;
  margin-top: 10px; }

@media only screen and (min-width: 768px) {
  .text-img-block__text {
    width: calc(100% - 56.4%); } }
.text-img-block__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #f36c23;
  font-size: 1.5em; }

@media only screen and (min-width: 768px) {
  .text-img-block__title {
    font-size: 2em; } }
@media only screen and (min-width: 992px) {
  .text-img-block__title {
    font-size: 3em; } }
.text-img-block__info {
  color: #ffffff; }

@media only screen and (min-width: 768px) {
  .text-img-block__info {
    font-size: 1.25em; } }
/*End Block text with image*/
/*Start Promo Items*/
.promo {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .promo {
    margin-top: 30px;
    margin-bottom: 40px; } }
@media only screen and (max-width: 767px) {
  .promo .flex__item {
    padding-bottom: 20px; } }
@media only screen and (min-width: 768px) {
  .promo .flex__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: calc(33% - 40px/3);
    margin: 0 10px; }

  .promo .flex__item:first-child, .promo .flex__item:nth-child(4n) {
    margin-left: 0; }

  .promo .flex__item:nth-child(3n) {
    margin-right: 0; } }
@media only screen and (min-width: 992px) {
  .promo .flex__item {
    max-width: calc(33% - 80px/3);
    margin: 0 20px; } }
@media only screen and (min-width: 1600px) {
  .promo .flex__item {
    max-width: calc(33% - 120px/3);
    margin: 0 30px; } }
.promo__item-image {
  position: relative; }

.promo__item-image img {
  width: 100%;
  height: auto; }

.promo__item-title {
  position: absolute;
  color: #ffffff;
  top: 30px;
  left: 30px;
  right: 30px; }

.promo__item-title span {
  color: #f36c23; }

.promo__item-text {
  margin-top: 20px;
  margin-bottom: 40px; }

/*End Promo Items*/
.template-product .custom_form-wrap {
  padding: 0; }

.blog-torque-content_wrap {
  clear: both;
  background: #ffffff;
  padding-top: 78px; }

.article__header-wrap_blog-torque h2.blog__title-link, .article__header-wrap_blog-torque .blog__title-link.h2 {
  line-height: 41px;
  font-size: 2.5625em;
  font-weight: 900;
  color: #000000;
  margin-bottom: 15px; }

.article__header-wrap_blog-torque h2.blog__title-link a:hover, .article__header-wrap_blog-torque .blog__title-link.h2 a:hover {
  color: #000000; }

.blog-torque_article-date {
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 15px;
  font-size: 0.75em;
  letter-spacing: 1px;
  margin-bottom: 19px; }

.article__header-wrap_blog-torque {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 126px 21px 126px; }

.article__header-wrap_blog-torque * {
  z-index: 5;
  position: relative; }

.article__header-wrap_blog-torque:before {
  position: absolute;
  background: #ffffff;
  content: " ";
  z-index: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.blog-torque-content_wrap .content-block {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 98px; }

.blog-torque-content_wrap .content-block:last-child {
  margin-bottom: 70px; }

.blog-torque-content_wrap .content-block__full-image {
  margin-bottom: 0;
  margin-top: 0; }

.article__blog-torque_read-more {
  font-size: 1.375em; }

/* Recent */
.blog-torque-content_column-l {
  width: calc(100% - 320px); }

.blog-torque-content_column-r {
  padding-left: 0;
  width: 320px; }

.blog-torque_recent-wrap {
  padding-left: 0;
  padding-right: 0; }

.blog-torque_recent-wrap .content-block__title {
  font-size: 1.25em;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: 21px; }

.blog-torque_article-recent-title {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 17px;
  color: #f36c23;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px;
  display: block; }

.blog-torque_article-recent-title a {
  display: block; }

.blog-torque_article-recent-excerpt {
  display: block;
  color: #666D70; }

.blog-torque_recent-wrap li {
  border-bottom: 1px solid #eeeeee;
  padding: 30px 50px 30px 60px; }

.blog-torque_recent-wrap li:first-child {
  border-top: 1px solid #eeeeee; }

.blog-torque_recent-more {
  font-size: 0.875em;
  font-weight: 700;
  text-align: center;
  color: #f36c23;
  text-transform: uppercase; }

.blog-torque_recent-more a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px; }

/* Featured */
.content-block_torque-featured {
  padding-top: 0;
  padding-bottom: 0; }

.content-block_torque-featured .content-block__full-image {
  margin-top: 0;
  margin-bottom: 0; }

.blog-torque-featured_wrap {
  position: relative; }

.content-block_torque-featured_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 117px;
  text-align: center; }

.content-block_torque-featured_overlay input[type="text"] {
  width: 457px;
  max-width: 100%;
  height: 55px;
  border-width: 2px;
  font-size: 1.5em;
  background-color: #ffffff; }

/* Search */
.content-block_torque-featured_search .tor-header__search-form,
.content-block_torque-featured_search .tor-header__search-input-wrap {
  display: block;
  width: 457px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.content-block_torque-featured_search .tor-header__search-form {
  max-width: calc(100% - 30px); }

.content-block_torque-featured_logo {
  margin-bottom: 55px; }

.content-block_torque-featured_logo img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.content-block_torque-featured_logo img + img {
  margin-top: 11px; }

.content-block_torque-featured_search .tor-header__search-submit .icon-search {
  width: 38px;
  height: 38px; }

.content-block_torque-featured_search .search-btn-clear {
  font-size: 22px;
  right: 50px;
  top: 5px;
  height: 100%; }

.tor-blog-news_search-input {
  padding-right: 70px !important; }

@media (min-width: 1200px) {
  .blog-torque-content_wrap .page-width {
    max-width: 1440px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .article__header-wrap_blog-torque h2.blog__title-link, .article__header-wrap_blog-torque .blog__title-link.h2,
  .article__header-wrap_blog-torque .blog__title-link.h2 {
    font-size: 2.25em; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .article__header-wrap_blog-torque h2.blog__title-link, .article__header-wrap_blog-torque .blog__title-link.h2,
  .article__header-wrap_blog-torque .blog__title-link.h2 {
    line-height: 36px;
    font-size: 34px; }

  .article__header-wrap_blog-torque {
    padding-left: 80px;
    padding-right: 80px; }

  .blog-torque-content_wrap .content-block {
    margin-bottom: 70px; }

  .blog-torque-content-block-with-paging {
    padding-bottom: 20px; } }
@media (min-width: 769px) {
  .blog-torque-featured_wrap {
    overflow: hidden; }

  .blog-torque-featured_wrap,
  .blog-torque-featured_wrap .content-block__full-image,
  .content-block_torque-featured {
    height: 713px; }

  .blog-torque-featured_wrap .content-block__full-image img {
    min-height: 713px;
    right: auto;
    width: auto;
    min-width: 100%;
    max-width: none; } }
@media (min-width: 769px) and (max-width: 991px) {
  .blog-torque-content_column-r,
  .blog-torque-content_column-l {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .blog-torque-content_wrap .grid {
    margin-left: 0; }

  .blog-torque-content_wrap .content-block {
    margin-bottom: 20px !important; }

  .article__header-wrap_blog-torque h2.blog__title-link, .article__header-wrap_blog-torque .blog__title-link.h2,
  .article__header-wrap_blog-torque .blog__title-link.h2 {
    line-height: 36px;
    font-size: 36px; }

  .blog-torque-content_column-r-with-paging {
    padding-bottom: 56px; } }
@media (max-width: 768px) {
  .blog-torque-content_column-r,
  .blog-torque-content_column-l {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .blog-torque-content_wrap .grid {
    margin-left: 0; }

  .blog-torque-content_wrap .content-block {
    margin-bottom: 20px !important; }

  .article__header-wrap_blog-torque h2.blog__title-link, .article__header-wrap_blog-torque .blog__title-link.h2,
  .article__header-wrap_blog-torque .blog__title-link.h2 {
    font-size: 1.125em;
    line-height: 20px;
    margin-bottom: 10px; }

  .article__header-wrap_blog-torque {
    padding-left: 56px;
    padding-right: 40px; }

  .article__blog-torque_read-more {
    font-size: 1em; }

  .blog-torque-content_wrap .page-width {
    padding-left: 0;
    padding-right: 0; }

  .blog-torque_article-date {
    margin-bottom: 12px; }

  .blog-torque-featured_wrap {
    overflow: hidden; }

  .blog-torque-featured_wrap,
  .blog-torque-featured_wrap .content-block__full-image,
  .content-block_torque-featured {
    height: 370px; }

  .blog-torque-featured_wrap .content-block__full-image img {
    min-height: 370px;
    right: auto;
    width: auto;
    min-width: 100%;
    max-width: none; }

  .content-block_torque-featured_logo img {
    width: 351px;
    max-width: 100%; }

  .content-block_torque-featured_logo img + img {
    width: 115px; }

  .content-block_torque-featured_overlay-content {
    padding-left: 20px;
    padding-right: 20px; }

  .content-block_torque-featured_search .tor-header__search-form,
  .content-block_torque-featured_search .tor-header__search-input-wrap {
    width: 351px;
    max-width: 100%; }

  .content-block_torque-featured_overlay {
    padding-top: 75px; }

  .content-block_torque-featured_logo {
    margin-bottom: 35px; }

  .blog-torque-content_wrap {
    padding-top: 20px; }

  .content-block_torque-featured_overlay input[type="text"] {
    height: 50px; }

  .content-block_torque-featured_search .search-btn-clear {
    top: 3px; }

  .blog-torque-content_column-r-with-paging {
    padding-bottom: 56px; } }
@media (max-width: 500px) {
  .blog-torque-content_wrap .content-block {
    overflow: hidden; }

  .blog-torque-content_wrap .content-block:not(.blog-torque_recent-wrap),
  .blog-torque-content_wrap .content-block__full-image {
    height: 320px; }

  .blog-torque-content_wrap .content-block__full-image img {
    min-height: 320px;
    right: auto;
    width: auto;
    min-width: 100%;
    max-width: none; } }
.blog-torque-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  clear: both; }

.blog-torque-grid {
  position: relative; }

@media all and (min-width: 300px) {
  .thank-you {
    border-top: 5px solid #f36c23;
    box-sizing: border-box;
    height: 100%;
    margin: 68px auto 99px auto;
    max-height: 483px;
    max-width: 300px;
    width: 100%; }

  .thank-you > * {
    margin: 0 auto;
    width: 100%; }

  .thank-you > header {
    max-width: 74%;
    margin: 10.97308% auto 10.14493% auto; }

  .thank-you__subscribe-confirmed, .thank-you__message-received {
    max-width: 74%;
    font-size: 128%;
    margin: 0 auto;
    text-align: center; }

  .thank-you__logo {
    margin: 17% auto 13.66667% auto;
    max-width: 46.46154%; }

  .thank-you__social {
    margin: 8.48861% auto 0 auto; }

  .thank-you__social header {
    font-family: "Lato", "Arial", Helvetica, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 0.625em;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase; }

  .thank-you__delimeter {
    background: rgba(0, 0, 0, 0.5);
    height: 1px;
    margin: 0 auto 8.69565% auto;
    max-width: 53.33333%; }

  .thank-you__go-home .tor-button {
    display: block;
    margin: 0 auto;
    max-width: 64%;
    text-align: center;
    width: 100%; } }
@media all and (min-width: 320px) {
  .thank-you {
    max-width: 325px; }

  .thank-you > header {
    max-width: 68.30769%; }

  .thank-you__subscribe-confirmed, .thank-you__message-received {
    max-width: 68.30769%; }

  .thank-you__delimeter {
    max-width: 49.23077%; }

  .thank-you__go-home .tor-button {
    max-width: 59.07692%; } }
.page-width-wide {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }

@media (max-width: 992px) {
  .product-rack .page-width {
    max-width: 100%; } }
.product-rack .MagicToolboxSlides .MagicToolboxSlide figure {
  max-width: 100%; }

.product-rack .MagicToolboxSlides .MagicToolboxSlide figure img {
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important; }

@media only screen and (max-width: 991px) {
  .product-rack .MagicToolboxSlides {
    height: auto !important; } }
@media only screen and (min-width: 768px) {
  .product-rack .product-single__main .flex__item:first-child {
    max-width: 63%; } }
@media (max-width: 768px) {
  .product-rack .product-single__title {
    margin-top: 20px; }

  .product-rack .product-single__more-info {
    text-align: center; } }
/*================ Rack Options ==================*/
.mw-product-options {
  display: block;
  width: 100%; }

.mw-product-options .mw_product_option_label {
  font-size: 0.875em;
  color: #0B0A0A; }

.mw-product-options .option-value-label {
  font-size: 0.875em; }

.mw-product-options .mw-option-tooltip {
  background: none;
  border: 1px solid #f36c23;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin-left: 7px;
  margin-top: -2px;
  text-align: center;
  vertical-align: middle; }

.mw-product-options .mw-option-tooltip:after {
  display: inline-block;
  content: 'i';
  color: #f36c23;
  font-size: 0.75em;
  font-weight: bold;
  vertical-align: top;
  margin-top: -2px; }

.mw-product-options .mw-option.without-title label {
  display: none; }

.mw-product-options .mw-option.configuration-option .swatch-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container {
  -webkit-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  position: relative;
  text-align: center;
  border: 2px solid transparent;
  padding: 0; }

.mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container.swatch-selected {
  border: 2px solid #f36c23;
  color: #f36c23; }

.mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container.swatch-selected .swatch-value {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container .swatch-value {
  width: 130px !important;
  height: 120px !important;
  margin: 0 auto;
  max-width: 100% !important; }

.mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container .configuration-option-title {
  position: absolute;
  display: inline-block;
  max-width: 60%;
  left: 5px;
  top: 100px;
  text-transform: uppercase;
  text-align: left;
  font-size: 0.75em;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

@media screen and (max-width: 942px) and (min-width: 768px) {
  .mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container {
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    padding-bottom: 10px; }

  .mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container .swatch-value {
    width: 100px !important;
    height: 92px !important; }

  .mw-product-options .mw-option.configuration-option .swatch-option .swatch-value-container .configuration-option-title {
    top: 80px;
    max-width: 100%; } }
.mw-product-options .mw-option-radio .mw_options_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mw-product-options .mw-option-radio .mw_options_list li {
  display: inline-block;
  position: relative;
  padding-right: 20px; }

.mw-product-options .mw-option-radio .mw_options_list li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.mw-product-options .mw-option-radio .mw_options_list li:after {
  display: block;
  content: ' ';
  position: absolute;
  top: 6px;
  right: 0;
  height: 12px;
  width: 12px;
  background-color: #ffffff;
  border: 1px solid #000000;
  cursor: pointer; }

.mw-product-options .mw-option-radio .mw_options_list li.item-checked:after {
  background-color: #f36c23; }

.mw-product-options .mw-option-radio.left-aligned .mw_options_list {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mw-product-options .mw-option-radio.left-aligned .mw_options_list li {
  margin-right: 40px; }

.mw-product-options .mw-option-radio.left-aligned .mw_options_list li:last-child {
  margin-right: 0; }

.mw-product-options .swatch-value-container .swatch-value {
  border: none;
  border-radius: 0;
  width: 50px !important;
  height: 50px !important; }

/*================ Rack Page ==================*/
.product-rack-container {
  margin-top: -30px;
  border-top: 1px solid #EEEEEE;
  margin-bottom: 40px; }

.product-rack-container #about .medium-up--one-third {
  font-size: 0.875em; }

.product-rack-container #about .medium-up--one-third ul {
  padding-left: 14px; }

.product-rack-container .rack-media-slider-title {
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
  color: #f36c23;
  margin-top: 20px;
  margin-bottom: -30px; }

.product-rack-container .rack-configuration-images {
  display: none; }

.product-rack-container .rack-configuration-slider .slider-item {
  height: 360px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

@media (max-width: 1600px) {
  .product-rack-container .rack-configuration-slider .slider-item {
    height: 300px; } }
.product-rack-container .rack-configuration-slider .MagicScroll a[target="_blank"] {
  display: none !important; }

.product-rack-container .rack-configuration-slider .MagicScroll .mcs-wrapper {
  left: 40px !important;
  right: 40px !important; }

.product-rack-container .rack-configuration-slider .MagicScroll .mcs-wrapper .mcs-item img {
  width: 100%;
  height: auto; }

.product-rack-container .rack-configuration-slider .MagicScroll .mcs-button-arrow {
  opacity: 1;
  margin: 0;
  top: 50%; }

.product-rack-container .rack-configuration-slider .MagicScroll .mcs-button-arrow:before {
  width: 30px;
  height: 30px;
  border-width: 3px;
  border-color: #f36c23; }

.fancybox-container.rack-view .fancybox-content {
  background: #ffffff; }

.product-rack .MagicToolboxSelectorsContainer {
  display: none; }

.why-rack-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px; }

.why-rack-container .why-rack-section {
  padding: 160px 0 100px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.5); }

@media (max-width: 768px) {
  .why-rack-container .why-rack-section {
    text-align: center;
    padding: 100px 0 60px; } }
.why-rack-container .why-rack-section .why-rack-content {
  display: inline-block;
  text-align: left;
  font-size: 1.5625em;
  color: #ffffff;
  max-width: 50%; }

@media (max-width: 768px) {
  .why-rack-container .why-rack-section .why-rack-content {
    max-width: 80%; } }
.why-rack-container .why-rack-section .why-rack-content h1, .why-rack-container .why-rack-section .why-rack-content .h1, .why-rack-container .why-rack-section .why-rack-content .h1--mini, .why-rack-container .why-rack-section .why-rack-content .product-single__title, .why-rack-container .why-rack-section .why-rack-content
.product-single__price, .why-rack-container .why-rack-section .why-rack-content h2, .why-rack-container .why-rack-section .why-rack-content .h2, .why-rack-container .why-rack-section .why-rack-content h3, .why-rack-container .why-rack-section .why-rack-content .h3, .why-rack-container .why-rack-section .why-rack-content h4, .why-rack-container .why-rack-section .why-rack-content .h4 {
  color: #f36c23;
  font-weight: bold; }

.rack-tales-container {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px; }

.rack-tales-container .rack-tale-item {
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 30px; }

@media (max-width: 1200px) {
  .rack-tales-container .rack-tale-item {
    width: 49%;
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .rack-tales-container .rack-tale-item {
    padding: 20px; } }
@media (max-width: 600px) {
  .rack-tales-container .rack-tale-item {
    width: 100%;
    padding-bottom: 20px; }

  .rack-tales-container .rack-tale-item.no-image-tale {
    height: auto;
    padding-bottom: 40px; } }
.rack-tales-container .rack-tale-item h1, .rack-tales-container .rack-tale-item .h1, .rack-tales-container .rack-tale-item .h1--mini, .rack-tales-container .rack-tale-item .product-single__title, .rack-tales-container .rack-tale-item
.product-single__price, .rack-tales-container .rack-tale-item h2, .rack-tales-container .rack-tale-item .h2, .rack-tales-container .rack-tale-item h3, .rack-tales-container .rack-tale-item .h3 {
  text-transform: uppercase;
  color: #f36c23;
  font-weight: bold; }

.rack-tales-container .rack-tale-item h1, .rack-tales-container .rack-tale-item .h1, .rack-tales-container .rack-tale-item .h1--mini, .rack-tales-container .rack-tale-item .product-single__title, .rack-tales-container .rack-tale-item
.product-single__price {
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-size: 1.125em;
  font-weight: 900; }

.rack-tales-container .rack-tale-item h2, .rack-tales-container .rack-tale-item .h2 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 1em;
  letter-spacing: 0.1em; }

.rack-tales-container .rack-tale-item h3, .rack-tales-container .rack-tale-item .h3 {
  letter-spacing: normal;
  font-size: 1.125em;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0; }

@media (max-width: 600px) {
  .rack-tales-container .rack-tale-item h3, .rack-tales-container .rack-tale-item .h3 {
    bottom: 0; } }
.rack-tales-container .rack-tale-item p {
  text-align: left;
  line-height: 1.5em;
  font-size: 0.9375em; }

.rack-uprights, .rack-crossmembers {
  margin-top: 80px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 40px; }

@media (max-width: 768px) {
  .rack-uprights, .rack-crossmembers {
    margin-top: 0; } }
.rack-uprights h2, .rack-uprights .h2, .rack-crossmembers h2, .rack-crossmembers .h2 {
  font-size: 3.875em;
  color: #f36c23;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .rack-uprights h2, .rack-uprights .h2, .rack-crossmembers h2, .rack-crossmembers .h2 {
    font-size: 3.375em; } }
@media (max-width: 600px) {
  .rack-uprights h2, .rack-uprights .h2, .rack-crossmembers h2, .rack-crossmembers .h2 {
    font-size: 2.875em; } }
.rack-uprights h3, .rack-uprights .h3, .rack-crossmembers h3, .rack-crossmembers .h3 {
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  font-weight: 900;
  margin-bottom: 5px; }

.rack-uprights .rack-uprights-description, .rack-uprights .rack-crossmembers-description, .rack-crossmembers .rack-uprights-description, .rack-crossmembers .rack-crossmembers-description {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 40px; }

@media (max-width: 768px) {
  .rack-uprights .rack-uprights-description, .rack-uprights .rack-crossmembers-description, .rack-crossmembers .rack-uprights-description, .rack-crossmembers .rack-crossmembers-description {
    font-size: 1.375em; } }
.rack-uprights .flex .uprights-image, .rack-crossmembers .flex .uprights-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 30%; }

@media (max-width: 768px) {
  .rack-uprights .flex .uprights-image, .rack-crossmembers .flex .uprights-image {
    display: none; } }
.rack-uprights .flex .uprights-tales, .rack-crossmembers .flex .uprights-tales {
  max-width: 60%;
  padding: 40px 0; }

@media (max-width: 768px) {
  .rack-uprights .flex .uprights-tales, .rack-crossmembers .flex .uprights-tales {
    max-width: 100%;
    padding-top: 0; } }
.rack-uprights .flex .uprights-tales .uprights-tale-item, .rack-crossmembers .flex .uprights-tales .uprights-tale-item {
  display: inline-block;
  width: 49%;
  text-align: left;
  padding: 40px 10% 40px 0;
  vertical-align: top; }

@media (max-width: 768px) {
  .rack-uprights .flex .uprights-tales .uprights-tale-item, .rack-crossmembers .flex .uprights-tales .uprights-tale-item {
    padding: 20px 5%; } }
@media (max-width: 600px) {
  .rack-uprights .flex .uprights-tales .uprights-tale-item, .rack-crossmembers .flex .uprights-tales .uprights-tale-item {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; } }
.rack-uprights .flex .uprights-tales .uprights-tale-item .tale-image, .rack-crossmembers .flex .uprights-tales .uprights-tale-item .tale-image {
  height: 240px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.rack-uprights .flex .uprights-tales .uprights-tale-item .tale-title, .rack-crossmembers .flex .uprights-tales .uprights-tale-item .tale-title {
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0 20px;
  letter-spacing: 0.2em; }

.rack-uprights .flex .uprights-tales .uprights-tale-item .tale-content, .rack-crossmembers .flex .uprights-tales .uprights-tale-item .tale-content {
  line-height: 1.5em;
  font-size: 0.9375em; }

.rack-crossmembers {
  margin-top: 40px;
  border-bottom: none;
  margin-bottom: 0; }

.rack-crossmembers .crossmember-tales {
  text-align: left; }

.rack-crossmembers .crossmember-tales .crossmember-tale-item {
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin-top: 40px;
  border-radius: 5px; }

@media (max-width: 1200px) {
  .rack-crossmembers .crossmember-tales .crossmember-tale-item {
    width: 33%; } }
@media (max-width: 900px) {
  .rack-crossmembers .crossmember-tales .crossmember-tale-item {
    width: 49%; } }
@media (max-width: 600px) {
  .rack-crossmembers .crossmember-tales .crossmember-tale-item {
    width: 100%; } }
.rack-crossmembers .crossmember-tales .crossmember-tale-item a {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.rack-crossmembers .crossmember-tales .crossmember-tale-item a:hover .tale-image {
  background-color: rgba(0, 0, 0, 0.1); }

.rack-crossmembers .crossmember-tales .crossmember-tale-item .tale-image {
  height: 200px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.rack-crossmembers .crossmember-tales .crossmember-tale-item .tale-content {
  line-height: 2em;
  font-size: 0.9375em;
  height: 255px;
  overflow: hidden;
  margin-top: 10px; }

@media (max-width: 600px) {
  .rack-crossmembers .crossmember-tales .crossmember-tale-item .tale-content {
    height: auto;
    padding-bottom: 20px; } }
.rack-crossmembers .crossmember-tales .crossmember-tale-item .tale-content p:first-child {
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.1em; }

.rack-crossmembers .crossmember-tales .crossmember-tale-item .tale-content ul {
  margin-top: 10px;
  margin-left: 15px;
  list-style-type: square; }

.rack-crossmembers .stations-tales {
  text-align: center;
  margin-top: -20px; }

.rack-crossmembers .stations-tales .stations-item {
  width: 45%;
  margin-right: 4%; }

@media (max-width: 650px) {
  .rack-crossmembers .stations-tales .stations-item {
    width: 100%;
    margin: 0 0 20px; } }
.rack-crossmembers .stations-tales .stations-item:nth-of-type(even) {
  margin-right: 0; }

.rack-crossmembers .stations-tales .stations-item .tale-image {
  height: 440px; }

.rack-crossmembers .stations-tales .stations-item .tale-content {
  text-align: left;
  line-height: 1.5em;
  height: 140px; }

@media (max-width: 1200px) {
  .rack-crossmembers .stations-tales .stations-item .tale-content {
    height: 200px; } }
@media (max-width: 650px) {
  .rack-crossmembers .stations-tales .stations-item .tale-content {
    height: auto;
    padding-bottom: 20px; } }
.rack-crossmembers .stations-tales .stations-item .tale-content p {
  margin-bottom: 5px; }

.rack-crossmembers .stations-tales .stations-item .tale-content p:first-child {
  margin-bottom: 10px; }

.rack-warranty {
  margin: 40px 0;
  text-align: center;
  font-size: 1.375em; }

.rack-warranty h2, .rack-warranty .h2, .rack-warranty h3, .rack-warranty .h3 {
  color: #f36c23; }

.rack-warranty h2, .rack-warranty .h2 {
  font-size: 1.625em;
  margin-bottom: 10px; }

.rack-warranty h3, .rack-warranty .h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 5px;
  font-weight: bold; }

.rack-inquiry-form {
  margin: 80px auto 0;
  max-width: 80%; }

@media (max-width: 1200px) {
  .rack-inquiry-form {
    max-width: 100%; } }
.rack-inquiry-form .contact-more-info_form-wrap h2, .rack-inquiry-form .contact-more-info_form-wrap .h2 {
  text-align: center;
  padding: 0 !important;
  margin: 40px 0 !important; }

.thank-you header h1, .thank-you header .h1, .thank-you header .h1--mini, .thank-you header .product-single__title, .thank-you header
.product-single__price {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f36c23;
  text-align: center; }

.page__our-mission .breadcrumb-container {
  margin-bottom: 10px; }

.tor-page-banner {
  position: relative;
  overflow: hidden;
  line-height: 0;
  height: 510px; }

.tor-page-banner.img-loaded {
  height: auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tor-page-banner {
    height: 300px; } }
@media only screen and (max-width: 767px) {
  .tor-page-banner {
    height: 150px; } }
.tor-page-banner.img-loaded .tor-page-banner__image {
  -webkit-filter: blur(0);
  filter: blur(0);
  object-fit: contain;
  height: auto;
  transition: all 500ms; }

.tor-page-banner__image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  -webkit-filter: blur(30px);
  filter: blur(30px); }

.tor-page-banner__content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff; }

@media only screen and (min-width: 768px) {
  .tor-page-banner__content {
    top: 60%; } }
.tor-page-banner__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 1.875em;
  line-height: 30px;
  margin-bottom: 10px; }

.tor-page-banner__info {
  font-size: 1em;
  line-height: 1.375; }

@media only screen and (min-width: 768px) {
  .tor-page-banner__info {
    font-size: 1.25em; } }
@media only screen and (min-width: 768px) {
  .tor-page-banner__title {
    font-size: 4.25em;
    line-height: 68px; } }
.mission-statement {
  padding-top: 14.5%;
  padding-bottom: 9.5%;
  background-color: #F4F2F1; }

.mission-statement .page-width {
  position: relative; }

.mission-statement__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .1; }

.mission-statement__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #f36c23;
  font-size: 2.25em;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8.4%; }

.mission-statement__content {
  font-size: 1.25em;
  color: #333333;
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: justify; }

.mission-statement__logo {
  width: 100%;
  height: auto;
  max-width: 338px;
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .mission-statement__content {
    font-size: 2.625em; } }
@media only screen and (min-width: 1200px) {
  .mission-statement {
    padding-top: 100px;
    padding-bottom: 90px; }

  .mission-statement__title {
    margin-bottom: 60px; } }
.text-with-image__img {
  line-height: 0; }

.text-with-image__img img {
  width: 100%;
  height: auto; }

.text-with-image__text-wrap {
  position: relative; }

.text-with-image__text {
  padding: 30px 20px; }

.text-with-image__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  margin-bottom: 10px; }

.text-with-image__info {
  color: #333333;
  font-size: 1em; }

.text-with-image--right {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media only screen and (min-width: 768px) {
  .text-with-image__text {
    position: absolute;
    padding: 0 8% 0 10%;
    top: 50%;
    font-size: 0.875em;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .text-with-image--right .text-with-image__text {
    padding: 0 10% 0 8%; } }
@media only screen and (min-width: 992px) {
  .text-with-image__title {
    font-size: 2em;
    margin-bottom: 20px; }

  .text-with-image__text {
    font-size: 1.125em; } }
@media only screen and (min-width: 1600px) {
  .text-with-image__text {
    top: 45%;
    padding: 0 10% 0 20%; }

  .text-with-image--right .text-with-image__text {
    padding: 0 20% 0 10%; } }
.page__our-story {
  /* .our-story-companies-gallery-item:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
  }*/ }

.page__our-story .breadcrumb-container {
  margin-bottom: 10px; }

.page__our-story .our-story-content {
  background: #F4F2F1;
  padding: 100px 0 30px; }

.page__our-story .our-story-content-our-history {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 124px;
  color: #f36c23;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 20px 0;
  letter-spacing: 2px; }

.page__our-story .our-story-content-title {
  color: #000000;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
  line-height: 55px;
  text-align: center;
  margin: 15px auto;
  max-width: 530px; }

.page__our-story .our-story-main-content {
  color: #333333;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
  margin: 50px auto;
  -webkit-column-width: 350px;
  column-width: 350px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 65px;
  column-gap: 65px;
  padding: 0px 75px; }

.page__our-story .our-story-our-history-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0px; }

.page__our-story .our-history-item {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  text-align: center; }

.page__our-story .our-history-item-text {
  color: #000000;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
  padding-bottom: 30px;
  margin-top: 95px;
  border-bottom: 1px solid #DDDDDD; }

.page__our-story .our-history-item-divider {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  color: #000;
  padding-top: 15px;
  text-transform: uppercase; }

.page__our-story .our-history-divider-dot {
  height: 10px;
  width: 10px;
  background-color: #FF3333;
  border-radius: 50%;
  margin: -20px auto 15px auto; }

.page__our-story .our-story-team-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 45px;
  text-align: center;
  padding: 90px 0 65px; }

.page__our-story .our-story-team {
  padding: 15px 0 100px 0; }

.page__our-story .our-story-team-gallery {
  display: -ms-grid;
  display: grid; }

.page__our-story .our-story-team-gallery-item {
  background-size: cover; }

.page__our-story .our-story-team-gallery-item.first-item {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  height: 230px;
  width: 375px;
  justify-self: end;
  margin-right: 5px;
  margin-bottom: 10px; }

.page__our-story .our-story-team-gallery-item.second-item {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 2 / 4;
  width: 375px;
  justify-self: end;
  height: 470px;
  margin-right: 5px; }

.page__our-story .our-story-team-gallery-item.third-item {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1 / 3;
  width: 375px;
  height: 470px;
  margin-left: 5px; }

.page__our-story .our-story-team-gallery-item.forth-item {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  width: 375px;
  height: 230px;
  margin-left: 5px;
  margin-top: 10px; }

.page__our-story .our-story-companies {
  background: #F4F2F1;
  padding: 50px 0; }

.page__our-story .our-story-companies-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 45px;
  text-align: center;
  padding-bottom: 25px; }

.page__our-story .our-story-companies-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page__our-story .our-story-companies-gallery-item {
  height: 247px;
  width: 100%;
  -webkit-flex: 0 23%;
  -ms-flex: 0 23%;
  flex: 0 23%;
  margin: 1%; }

@media (max-width: 768px) {
  .page__our-story .our-story-content {
    padding: 20px 0 0; }

  .page__our-story .our-story-main-content {
    padding: 0 30px; }

  .page__our-story .our-story-our-history-icons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 70px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .page__our-story .our-history-item {
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px; }

  .page__our-story .our-story-team-gallery-item.first-item {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    height: 230px;
    margin: 5px 0; }

  .page__our-story .our-story-team-gallery-item.second-item {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%;
    height: 230px;
    margin: 5px 0;
    display: none; }

  .page__our-story .our-story-team-gallery-item.third-item {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    width: 100%;
    height: 230px;
    margin: 5px 0; }

  .page__our-story .our-story-team-gallery-item.forth-item {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    width: 100%;
    height: 230px;
    margin: 5px 0; }

  .page__our-story .our-story-team {
    padding: 15px 0; }

  .page__our-story .our-story-companies-gallery {
    margin-top: 15px; }

  .page__our-story .our-story-companies-gallery-item {
    -webkit-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    margin: 2%; } }
@media (max-width: 992px) {
  .page__our-story .our-story-companies-gallery-item {
    -webkit-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
    margin: 2%; } }
@media (max-width: 580px) {
  .page__our-story .our-story-companies-gallery-item {
    height: 175px;
    box-sizing: border-box;
    border: inset 15px transparent;
    background-size: contain !important; }

  .page__our-story .our-story-team-title {
    padding: 35px 0; } }
@media (max-width: 400px) {
  .page__our-story .our-story-companies-gallery-item {
    height: 150px;
    border: inset 10px transparent; } }
.ie11 .page__our-story .our-story-team-gallery {
  position: relative;
  height: 710px; }

@media only screen and (min-width: 768px) {
  .ie11 .page__our-story .our-story-team-gallery {
    width: 760px;
    margin: 0 auto; } }
@media only screen and (max-width: 991px) {
  .ie11 .page__our-story .our-story-team-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.ie11 .page__our-story .our-story-team-gallery-item {
  margin: 0 !important; }

@media only screen and (min-width: 768px) {
  .ie11 .page__our-story .our-story-team-gallery-item {
    position: absolute; } }
.ie11 .page__our-story .second-item.our-story-team-gallery-item {
  top: 240px; }

.ie11 .page__our-story .third-item.our-story-team-gallery-item {
  top: 0;
  left: 385px; }

.ie11 .page__our-story .forth-item.our-story-team-gallery-item {
  left: 385px;
  top: 480px; }

/****NEW PAGE ****/
.page__our-story {
  /***** VALUES ******/
  /*******PEOPLE*******/
  /*****PROCESS*****/
  /******* LOGOS ******/ }

.page__our-story .page-width {
  max-width: 1263px;
  margin-right: auto;
  margin-left: auto;
  padding: 0; }

.page__our-story .os_medium-show {
  display: none; }

.page__our-story .os_small-show {
  display: none; }

.page__our-story .os_medium-large-show {
  display: none; }

.page__our-story h4, .page__our-story .h4 {
  font-family: Lato;
  font-size: 24px;
  line-height: 29px;
  color: #3D3D3D; }

.page__our-story h2, .page__our-story .h2 {
  font-family: Lato;
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  color: #000000;
  margin-bottom: 36px; }

.page__our-story h3, .page__our-story .h3 {
  font-family: Lato;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #000000; }

.page__our-story .os_info-text {
  font-style: italic;
  font-family: Lato;
  color: #000;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  text-align: center; }

.page__our-story .os__small-text {
  font-family: Lato;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #A6A6A6; }

.page__our-story .os__text {
  font-family: Lato;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #3D3D3D; }

.page__our-story .os__large-text {
  font-size: 20px;
  line-height: 25px;
  color: #3D3D3D; }

.page__our-story .flickity-prev-next-button {
  background: #F5F5F6;
  border-radius: 25.8197px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page__our-story .flickity-button:hover {
  background: #F5F5F6; }

.page__our-story .flickity-button:hover svg path {
  fill: #f36c23; }

.page__our-story .flickity-button svg path {
  fill: #3D3D3D; }

.page__our-story .os_video-text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto; }

.page__our-story .os_video-text-container video {
  max-height: 330px; }

.page__our-story .os_video-container {
  padding-top: 100px;
  padding-bottom: 124px;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 564px;
  background-position: center;
  background-attachment: fixed; }

.page__our-story .os_video-text-background {
  background: rgba(3, 3, 3, 0.5);
  padding: 23px 36px 36px;
  margin-right: 20px;
  max-width: 50%; }

.page__our-story .os_video-text-container .featured-video {
  margin-left: 20px;
  max-height: 330px;
  padding: 0; }

.page__our-story .os_video-wrapper {
  width: 48%; }

.page__our-story .os_video-text {
  font-family: Lato;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF; }

.page__our-story .os_video-text-background h1, .page__our-story .os_video-text-background .h1, .page__our-story .os_video-text-background .h1--mini, .page__our-story .os_video-text-background .product-single__title, .page__our-story .os_video-text-background
.product-single__price {
  font-family: Lato;
  font-weight: 800;
  font-size: 72px;
  line-height: 86px;
  color: #FFFFFF;
  margin-bottom: 12px; }

.page__our-story .os_story-img-containe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page__our-story .os_story-img-container img {
  width: 100%;
  margin-right: 0; }

.page__our-story .os_story-img-wrap {
  width: 50%;
  margin-right: 20px; }

@media (min-width: 1280px) {
  .page__our-story {
  /*.os_video-text-container video, .os_video-text-container .featured-video, .os_video-text-container .plyr__poster, .plyr__video-wrapper {
  min-width: 612px;
  max-height: 330px;
  min-height: 330px;
}*/ }

  .page__our-story .os_video-container {
    min-height: 564px; } }
@media (min-width: 1280px) and (max-width: 1365px) {
  .page__our-story .page-width, .page__our-story .os_video-container {
    padding-left: 24px;
    padding-right: 24px; }

  .page__our-story .os_video-text-background {
    padding: 23px 36px 26px; } }
@media (min-width: 768px) and (max-width: 1000px) {
  .page__our-story .os_medium-hidden {
    display: none; }

  .page__our-story .os_medium-show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .page__our-story .os_video-text-background {
    margin-right: 20px; }

  .page__our-story .os_video-text-container {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .page__our-story .page-width {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px; }

  .page__our-story .os_video-text-background h1, .page__our-story .os_video-text-background .h1, .page__our-story .os_video-text-background .h1--mini, .page__our-story .os_video-text-background .product-single__title, .page__our-story .os_video-text-background
  .product-single__price {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px; }

  .page__our-story .os_video-text-background {
    background: none;
    padding: 0;
    margin-right: 0; }

  .page__our-story .os_video-container {
    max-height: 445px;
    padding: 117px 60px; }

  .page__our-story .os_video-text {
    font-size: 20px;
    line-height: 24px; }

  .page__our-story .os_video-text-container {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .page__our-story .os_video-text-container .featured-video {
    max-height: 187px;
    width: 50%; }

  .page__our-story .os_video-text-container video {
    max-height: 187px; }

  .page__our-story .os_video-text-container .plyr__video-wrapper {
    max-height: 187px; }

  .page__our-story .os_video-text-container .featured-video {
    margin-left: 0;
    max-height: 187px;
    padding: 0;
    width: 328px; }

  .page__our-story h2, .page__our-story .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    font-weight: 700; }

  .page__our-story h3, .page__our-story .h3 {
    font-weight: 700; }

  .page__our-story .os__small-text {
    font-size: 20px;
    line-height: 24px; }

  .page__our-story .os__large-text {
    font-size: 20px;
    line-height: 24px; }

  .page__our-story .os_video-wrapper {
    width: 347px; } }
@media (max-width: 759px) {
  .page__our-story .page-width {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .page__our-story .os_small-show {
    display: block; }

  .page__our-story .os_small-hidden {
    display: none; }

  .page__our-story h4, .page__our-story .h4 {
    font-size: 18px;
    line-height: 22px; }

  .page__our-story h2, .page__our-story .h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 900; }

  .page__our-story h3, .page__our-story .h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900; }

  .page__our-story .os_video-text {
    font-size: 18px;
    line-height: 22px; }

  .page__our-story .os__small-text {
    font-size: 16px;
    line-height: 19px; }

  .page__our-story .os__text {
    font-size: 18px;
    line-height: 22px; }

  .page__our-story .os__large-text {
    font-size: 18px;
    line-height: 22px; }

  .page__our-story .os_video-text-container {
    display: block; }

  .page__our-story .os_video-text-background h1, .page__our-story .os_video-text-background .h1, .page__our-story .os_video-text-background .h1--mini, .page__our-story .os_video-text-background .product-single__title, .page__our-story .os_video-text-background
  .product-single__price {
    font-size: 35px;
    line-height: 45px; }

  .page__our-story .os_video-text-background {
    max-width: 100%;
    margin-right: 0;
    background: none;
    padding: 0; }

  .page__our-story .os_video-container {
    padding: 60px 20px 68px;
    min-height: 328px;
    background-attachment: initial; }

  .page__our-story .featured-video video {
    max-width: 100%;
    height: 201px; }

  .page__our-story .featured-video {
    padding: 0; }

  .page__our-story .os_story-img-wrap {
    width: 100% !important; } }
@media (min-width: 1000px) and (max-width: 1279px) {
  .page__our-story .os_medium-large-show {
    display: block; }

  .page__our-story .os_medium-large-hidden {
    display: none; } }
.page__our-story .os_story-container h2, .page__our-story .os_story-container .h2 {
  margin-bottom: 21px; }

.page__our-story .os_story-container {
  padding-top: 100px;
  padding-bottom: 80px; }

.page__our-story .os_story-img-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px; }

.page__our-story .os_story-img-wrap {
  width: 50%; }

.page__our-story .os_story-img-container img {
  margin-right: 20px;
  object-fit: cover;
  max-height: 375px;
  object-position: top; }

.page__our-story .os_story-text-container {
  width: 50%;
  margin-left: 20px; }

@media (min-width: 1280px) {
  .page__our-story .os_story-text-container {
    padding-left: 90px;
    padding-right: 40px; } }
@media (min-width: 1400px) {
  .page__our-story .os_story-text-img {
    min-width: 612px; } }
@media (min-width: 768px) and (max-width: 1279px) {
  .page__our-story .os_story-container {
    padding-top: 80px;
    padding-bottom: 60px; }

  .page__our-story .os_story-bottom-text {
    font-size: 18px;
    line-height: 22px; } }
@media (min-width: 1000px) and (max-width: 1279px) {
  .page__our-story .os_story-container .story-icons {
    margin-top: 20px; } }
@media (min-width: 768px) and (max-width: 1000px) {
  .page__our-story .os_story-img-container img {
    margin-right: 30px;
    height: 208px; }

  .page__our-story .os__large-text, .page__our-story .os__text {
    font-size: 18px;
    line-height: 22px; } }
@media (max-width: 759px) {
  .page__our-story .os_story-img-container {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 40px; }

  .page__our-story .os_story-text-container {
    width: 100%;
    margin-left: 0; }

  .page__our-story .os_story-container {
    padding-top: 60px;
    padding-bottom: 60px; }

  .page__our-story .os_story-img-container img {
    width: 100%;
    max-height: 201px;
    margin-right: 0; } }
.page__our-story .story-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.page__our-story .story-icons i {
  font-size: 48px;
  color: #f36c23; }

.page__our-story .story-icons div {
  max-width: 98px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page__our-story .story-icons p {
  color: #000;
  font-weight: 700;
  font-family: Lato;
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
  width: 100%; }

.page__our-story .story-icons img {
  min-height: 80px;
  width: auto;
  margin-right: 0;
  max-height: 80px;
  object-fit: contain; }

.page__our-story .os_story-container .story-icons {
  margin-top: 41px; }

.page__our-story .story-icons .story-icon_1 {
  min-height: 85px;
  max-height: 85px;
  display: block; }

.page__our-story .story-icons .story-icon_2 {
  margin-top: 12px; }

@media (min-width: 1000px) and (max-width: 1360px) {
  .page__our-story .story-icons i {
    font-size: 50px; }

  .page__our-story .story-icons p {
    font-size: 14px; } }
@media (min-width: 768px) and (max-width: 1000px) {
  .page__our-story .os_story-img-container {
    margin-bottom: 34px; }

  .page__our-story .os_story-container .story-icons {
    width: 100%;
    margin-top: 0;
    margin-bottom: 61px; }

  .page__our-story .story-icons .story-icon_1 {
    min-height: 90px;
    max-height: 90px;
    display: block; }

  .page__our-story .os_people-container .story-icons {
    width: 100%;
    margin-bottom: 0;
    margin-top: 50px; }

  .page__our-story .story-icons p {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .page__our-story .story-icons i {
    width: 80%;
    text-align: center; }

  .page__our-story .story-icons div {
    max-width: unset; } }
@media (max-width: 759px) {
  .page__our-story .story-icons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
    margin-top: 40px; }

  .page__our-story .story-icons div {
    width: 50%;
    margin-right: 0;
    margin-bottom: 28px;
    min-width: 50%; }

  .page__our-story .story-icons p {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .page__our-story .story-icons i {
    width: 80%;
    text-align: center; } }
.page__our-story .os_values-container {
  padding: 80px 48px 110px;
  background: #F3F3F3; }

.page__our-story .os_values-header-block h2, .page__our-story .os_values-header-block .h2, .page__our-story .os_values-header-block p {
  text-align: center;
  max-width: 648px;
  margin-left: auto;
  margin-right: auto; }

.page__our-story .os_values-header-block {
  margin-bottom: 73px; }

.page__our-story .os_values-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page__our-story .os_value-item {
  margin-left: 48px; }

.page__our-story .os_value-item:first-of-type {
  margin-left: 0; }

.page__our-story .os_value-item h3, .page__our-story .os_value-item .h3 {
  margin-bottom: 31px; }

.page__our-story .os_value-item img {
  margin-bottom: 30px; }

@media (min-width: 1280px) {
  .page__our-story .os_value-item img {
    min-height: 260px;
    max-height: 260px;
    object-fit: cover; } }
@media (min-width: 760px) and (max-width: 1279px) {
  .page__our-story .os_values-header-block {
    margin-bottom: 60px;
    max-width: 521px;
    margin-left: auto;
    margin-right: auto; }

  .page__our-story .os_values-container {
    padding: 60px 0 80px; }

  .page__our-story .os_values-list {
    display: block; }

  .page__our-story .os_value-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }

  .page__our-story .os_value-item:last-of-type {
    margin-bottom: 0; }

  .page__our-story .os_value-item img {
    max-width: 300px;
    margin-right: 67px;
    margin-bottom: 0; }

  .page__our-story .os_value-item h3, .page__our-story .os_value-item .h3 {
    margin-bottom: 20px; } }
@media (max-width: 759px) {
  .page__our-story .os_values-list {
    display: block; }

  .page__our-story .os_values-container {
    padding: 60px 0 80px; }

  .page__our-story .os_value-item {
    margin-left: 0;
    margin-bottom: 80px; }

  .page__our-story .os_values-header-block h2, .page__our-story .os_values-header-block .h2, .page__our-story .os_values-header-block p {
    text-align: left; }

  .page__our-story .os_values-header-block {
    margin-bottom: 48px;
    padding-left: 20px;
    padding-right: 20px; }

  .page__our-story .os_value-item .os__text {
    font-size: 20px;
    line-height: 24px; }

  .page__our-story .os_value-item:last-of-type {
    margin-bottom: 0; }

  .page__our-story .os_value-item h3, .page__our-story .os_value-item .h3 {
    margin-bottom: 20px; }

  .page__our-story .os_value-item img {
    min-height: 232px;
    max-width: 232px;
    object-fit: cover;
    min-width: 100%; } }
.page__our-story .os_people-large {
  display: block; }

.page__our-story .os_people-medium {
  display: none; }

.page__our-story .os_people-container {
  padding-top: 110px;
  padding-bottom: 66px; }

.page__our-story .os_people-header-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page__our-story .os_people-image-block {
  width: 50%;
  margin-left: 20px;
  max-width: 612px; }

.page__our-story .os_people-image-block .os_people-image {
  object-fit: cover;
  max-height: 346px;
  width: 100%; }

.page__our-story .os_people-text-container {
  max-width: 476px; }

.page__our-story .os_people-text-container .story-icons {
  margin-top: 26px; }

.page__our-story .os_people-roles {
  padding-top: 114px; }

.page__our-story .os_people-roles h3, .page__our-story .os_people-roles .h3 {
  text-align: center; }

.page__our-story .os_department {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 26px);
  margin-left: -26px; }

.page__our-story .os_department-container h3, .page__our-story .os_department-container .h3 {
  width: 100%;
  text-align: center; }

.page__our-story .os_department-container {
  width: 100%;
  margin-top: 60px;
  position: relative; }

.page__our-story .os_department-container .flickity-prev-next-button.next {
  right: -70px; }

.page__our-story .os_department-container .flickity-prev-next-button.previous {
  left: -70px; }

.page__our-story .os_department-container:first-of-type {
  margin-top: 0; }

.page__our-story .os_department-container .flickity-viewport {
  width: 100%; }

.page__our-story .os_people-photo {
  width: calc(15% - 26px);
  margin-left: 26px;
  min-width: 188px;
  margin-bottom: 50px; }

.page__our-story .os_people-photo h4, .page__our-story .os_people-photo .h4 {
  font-size: 22px;
  line-height: 24px; }

.page__our-story .os_department-container .os_people-photo:first-of-type {
  margin-left: 0; }

.page__our-story .os_people-photo h4, .page__our-story .os_people-photo .h4 {
  color: #000000; }

.page__our-story .os_people-photo div {
  margin-bottom: 50px; }

.page__our-story .os_people-photo img {
  width: 100%;
  margin-left: 0;
  height: 250px;
  object-fit: cover;
  object-position: top; }

.page__our-story .os_people-photo h4, .page__our-story .os_people-photo .h4 {
  margin-bottom: 6px; }

@media (max-width: 1279px) {
  .page__our-story .os_people-large {
    display: none; }

  .page__our-story .os_people-medium {
    display: block; } }
@media (min-width: 1280px) and (max-width: 1400px) {
  .page__our-story .os_people-photo {
    width: calc(15% - 26px);
    margin-left: 26px;
    min-width: 180px;
    margin-bottom: 50px; }

  .page__our-story .os_department-container .os_medium-hidden {
    display: none; }

  .page__our-story .os_department-container .os_medium-show {
    display: block; }

  .page__our-story .os_department-container .flickity-prev-next-button.next {
    right: 0; }

  .page__our-story .os_department-container .flickity-prev-next-button.previous {
    left: 0; }

  .page__our-story .os_department-container .flickity-buttons-wrap {
    width: 130px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 759px) {
  .page__our-story .os_people-container {
    padding-top: 60px;
    padding-bottom: 80px; }

  .page__our-story .os_people-header-container {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .page__our-story .os_people-image-block {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px; }

  .page__our-story .os_people-image-block img {
    margin-bottom: 0; }

  .page__our-story .os_people-image {
    width: 100%;
    margin-bottom: 40px;
    min-height: 201px;
    object-fit: contain; }

  .page__our-story .os_people-text-container .story-icons {
    margin-top: 40px;
    margin-bottom: 0; }

  .page__our-story .os_people-roles {
    padding-top: 26px; }

  .page__our-story .os_people-container .flickity-viewport {
    width: 100%; }

  .page__our-story .os_people-photo {
    width: calc(50% - 8px);
    margin-left: 0;
    margin-right: 15px;
    min-width: unset; }

  .page__our-story .os_people-roles {
    margin-left: 0;
    width: 100%; }

  .page__our-story .os_people-photo img {
    margin-bottom: 2px;
    height: 203px; }

  .page__our-story .os_people-photo div {
    margin-bottom: 45px; }

  .page__our-story .os_department-container {
    margin-top: 40px; }

  .page__our-story .os_department-container .flickity-prev-next-button.next {
    right: 0; }

  .page__our-story .os_department-container .flickity-prev-next-button.previous {
    left: 0; }

  .page__our-story .os_department-container .flickity-buttons-wrap {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    margin-top: 16px; }

  .page__our-story .os_people-container .flickity-buttons-wrap {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto; } }
@media (min-width: 760px) and (max-width: 1279px) {
  .page__our-story .os_people-container {
    padding-top: 60px;
    padding-bottom: 60px; }

  .page__our-story .os_people-container .flickity-viewport {
    width: 100%; }

  .page__our-story .os_people-header-container .os_people-image {
    min-height: 208px; }

  .page__our-story .os_people-header-container {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .page__our-story .os_people-image-block {
    max-width: 348px; }

  .page__our-story .os_people-roles {
    padding: 74px 0 20px; }

  .page__our-story .os_people-container .flickity-buttons-wrap {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    height: 44px; }

  .page__our-story .os_people-photo {
    width: calc(33.333% - 18px);
    margin-left: 0;
    margin-right: 24px;
    min-width: unset; }

  .page__our-story .os_people-roles {
    margin-left: 0;
    width: 100%; }

  .page__our-story .os_people-photo img {
    max-width: 214px; }

  .page__our-story .os_people-text-container {
    max-width: 310px; }

  .page__our-story .os_people-photo div {
    margin-bottom: 42px; }

  .page__our-story .os_department-container .flickity-prev-next-button.next {
    right: 0; }

  .page__our-story .os_department-container .flickity-prev-next-button.previous {
    left: 0; }

  .page__our-story .os_department-container .flickity-buttons-wrap {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    margin-top: 16px; } }
@media (min-width: 1000px) and (max-width: 1279px) {
  .page__our-story .os_people-photo {
    width: calc(25% - 24px);
    margin-left: 0;
    margin-right: 24px; }

  .page__our-story .os_people-text-container {
    max-width: 50%; } }
.page__our-story .os_process-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.page__our-story .os_process-container {
  padding: 80px 0 1px;
  background: #F3F3F3; }

.page__our-story .os_process-list {
  max-width: 1303px;
  margin-left: auto;
  margin-right: auto; }

.page__our-story .os_process-header-block {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 88px; }

.page__our-story .os_process-header-block .os__large-text {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto; }

.page__our-story .os_process-container img {
  min-width: 434px;
  max-width: 434px;
  min-height: 300px;
  max-height: 300px;
  object-fit: contain; }

.page__our-story .os_process-container .os_process-list img {
  margin-right: 60px; }

.page__our-story .os_process-item-title {
  font-family: Lato;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin-bottom: 24px; }

.page__our-story .os__title-red {
  color: #f36c23; }

.page__our-story .os_process-item {
  margin-bottom: 88px; }

.page__our-story .os_process-item li {
  margin-left: 26px; }

.page__our-story .os_process-item ul {
  margin-bottom: 24px; }

.page__our-story .os_process-item p {
  margin-bottom: 24px; }

.page__our-story .os_process-header-block img {
  min-height: unset;
  margin-top: 24px; }

@media (min-width: 1280px) and (max-width: 1365px) {
  .page__our-story .os_process-list {
    max-width: 1240px; }

  .page__our-story .os_process-container .os_process-list img {
    margin-right: 40px; } }
@media (max-width: 759px) {
  .page__our-story .os_process-item {
    display: block;
    width: 100%; }

  .page__our-story .os_process-container img {
    min-width: unset;
    max-width: 100%;
    margin-right: 0;
    min-height: unset;
    max-height: 233px; }

  .page__our-story .os_process-container .os_process-list img {
    margin-right: 0; }

  .page__our-story .os_process-container {
    padding: 60px 20px 65px; }

  .page__our-story .os_process-header-block {
    text-align: left;
    margin-bottom: 38px; }

  .page__our-story .os_process-container .flickity-buttons-wrap {
    width: 130px;
    margin-left: auto;
    height: 44px; }

  .page__our-story .os_process-container .flickity-prev-next-button {
    background: #FFFFFF;
    top: 59px;
    z-index: 30; }

  .page__our-story .os_process-item {
    margin-bottom: 26px; }

  .page__our-story .os_process-container .os__title-red {
    margin-bottom: 30px; }

  .page__our-story .os_process-item img {
    margin-bottom: 40px; } }
@media (min-width: 760px) and (max-width: 1270px) {
  .page__our-story .os_process-container {
    padding: 60px 60px 80px; }

  .page__our-story .os_process-header-block {
    max-width: 521px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px; }

  .page__our-story .os_process-item {
    display: block; }

  .page__our-story .os_process-item img {
    margin-bottom: 32px;
    min-width: 347px;
    max-width: 347px;
    max-height: 241px;
    min-height: 241px;
    margin-right: 0; }

  .page__our-story .os_process-item {
    margin-bottom: 100px; }

  .page__our-story .os_process-item:last-of-type {
    margin-bottom: 0; } }
.page__our-story .os_logos-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px; }

.page__our-story .os_logos {
  padding-top: 60px; }

.page__our-story .os_logos h2, .page__our-story .os_logos .h2 {
  font-size: 56px;
  text-align: center; }

.page__our-story .os_logos-column {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px; }

.page__our-story .os_logo-image {
  width: 100%;
  height: auto;
  max-height: 80px;
  min-width: 20%;
  object-fit: contain; }

.page__our-story .os_logos-column .os_logo-image:not(:last-child) {
  margin-bottom: 76px; }

@media (max-width: 759px) {
  .page__our-story .os_logos-column {
    min-width: 20%; }

  .page__our-story .os_logo-image {
    max-width: 100%;
    min-height: 80px; }

  .page__our-story .os_logos .flickity-viewport {
    width: 100%; }

  .page__our-story .os_logos-column {
    width: calc(50% - 15px);
    margin-right: 15px; }

  .page__our-story .os_logos .flickity-buttons-wrap {
    height: 44px;
    margin-bottom: 60px;
    max-width: 130px;
    margin-left: auto; }

  .page__our-story .os_logos h2, .page__our-story .os_logos .h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px; } }
@media (min-width: 760px) and (max-width: 1279px) {
  .page__our-story .os_logos-container {
    padding-top: 56px;
    margin-top: 0; }

  .page__our-story .os_logos h2, .page__our-story .os_logos .h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px; }

  .page__our-story .os_logo-image {
    min-height: 85px;
    max-width: 142px; } }
@media (max-width: 999px) {
  .page__our-story .klaviyo_form h2, .page__our-story .klaviyo_form .h2 {
    color: #000000; }

  .page__our-story .klaviyo_form-two-steps #first-step .form-1 {
    margin-top: 0; }

  .page__our-story .klaviyo_form-two-steps {
    margin-top: 0; } }
#shopify-section-story-form .klaviyo_form-two-steps-border {
  margin-top: 40px; }

@media (max-width: 999px) {
  #shopify-section-story-form .klaviyo_form-two-steps-border {
    margin-top: 0; } }
.page__events .breadcrumb-container {
  margin-bottom: 10px; }

.page__events .events-main {
  background: #F4F2F1; }

.page__events .events-content-title {
  width: 100%;
  color: #333333;
  font-size: 50px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 70px 15px 20px; }

.page__events .text-with-image {
  background: #fff; }

.page__events .events-block {
  margin-bottom: 30px;
  background: #fff; }

.page__events .event-logo {
  width: 100%;
  padding: 40px 20px 20px;
  text-align: center; }

.page__events .event-block-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.page__events .event-block-info-left {
  width: 50%;
  padding: 0 5% 5% 5%;
  color: #333333;
  font-size: 18px; }

.page__events .event-block-info-right {
  width: 50%;
  padding: 0 5% 5% 5%; }

.page__events .schedule-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.page__events .schedule-row-left {
  width: 50%; }

.page__events .schedule-row-right {
  width: 50%; }

.page__events .event-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 30px; }

.page__events .event-city, .page__events .event-place {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

.page__events .event-date {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 30px; }

.page__events .event-date span {
  color: #f36c23; }

.page__events .schedule-row.schedule-row-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #f36c23;
  margin-bottom: 10px; }

.page__events .schedule-row {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 18px; }

.page__events .event-block-info-right .event-title {
  text-align: center; }

@media (max-width: 992px) {
  .page__events .event-block-info-left {
    width: 50%;
    padding: 0 15px 15px 15px; }

  .page__events .event-block-info-right {
    width: 50%;
    padding: 0 15px 15px 15px; } }
@media (max-width: 768px) {
  .page__events .event-block-info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .page__events .event-block-info-left {
    width: 100%; }

  .page__events .event-block-info-right {
    width: 100%; }

  .page__events .text-with-image__text {
    padding: 20px; }

  .page__events .events-content-title {
    padding: 25px 15px 20px; }

  .page__events .event-title {
    margin-bottom: 20px; }

  .page__events .event-date {
    margin-top: 20px; }

  .page__events .event-block-info-right {
    margin-top: 20px; }

  .page__events .event-block-info-right .event-title {
    text-align: left; } }
.header-text-block {
  height: 80px;
  background: #000;
  color: #fff;
  position: absolute;
  width: 100%;
  z-index: 3;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header-text-block-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 40%;
  font-size: 36px;
  text-transform: uppercase; }

.header-text-block-content {
  width: 60%;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding: 0 10%; }

.tor-page-banner {
  background: #000; }

@media (max-width: 768px) {
  .header-text-block-content {
    padding: 0 5%; } }
@media (max-width: 670px) {
  .header-text-block {
    display: none; } }
/* **** Showcase - Article **** */
.showcase-article-title {
  color: #ffffff;
  background: #f36c23;
  display: table;
  width: 100%; }

.showcase-article-title_wrap {
  padding-bottom: 22px;
  padding-top: 22px; }

.showcase-article-title h1, .showcase-article-title .h1, .showcase-article-title .h1--mini, .showcase-article-title .product-single__title, .showcase-article-title
.product-single__price {
  color: #ffffff;
  padding-right: 100px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .4px; }

.showcase-article-title__text {
  font-size: 1.125em;
  line-height: 24px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center; }

.showcase-article-title__text-row1 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 1.375em; }

.showcase-article-title__text-row2 {
  display: block;
  font-size: 1.25em;
  padding-top: 5px; }

.showcase-title__text-wrap {
  float: right; }

.showcase-article_header_wrap {
  overflow: hidden; }

.showcase-article_header_wrap .article__photo-wrapper,
.showcase-article_header_wrap .article__photo-container,
.showcase-article_header_wrap .content-block__full-image,
.showcase-article_header_wrap {
  height: 560px; }

.showcase-article_header_wrap img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  right: auto; }

.showcase-article_header_wrap,
.showcase-article_block_img-c,
.showcase-article_block_img-r,
.showcase-article_block_img-l {
  margin-bottom: 8px; }

.showcase-article_block_img-c .content-block_showcase-article,
.showcase-article_block_img-r .content-block_showcase-article,
.showcase-article_block_img-l .content-block_showcase-article {
  padding-top: 0;
  padding-bottom: 0; }

.showcase-article_header_wrap .content-block__full-image,
.showcase-article_block_img-c .content-block__full-image,
.showcase-article_block_img-r .content-block__full-image,
.showcase-article_block_img-l .content-block__full-image {
  margin-top: 0;
  margin-bottom: 0; }

.showcase-article_block_img-c .content-block_showcase-article,
.showcase-article_block_img-c .article__photo-wrapper,
.showcase-article_block_img-c .article__photo-container,
.showcase-article_block_img-c .content-block__full-image,
.showcase-article_block_img-c {
  height: 360px; }

.showcase-article_block_img-c {
  overflow: hidden; }

.showcase-article_block_img-c img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  right: auto; }

.showcase-article_block_img-l .content-block_showcase-article,
.showcase-article_block_img-l .article__photo-wrapper,
.showcase-article_block_img-l .article__photo-container,
.showcase-article_block_img-l .content-block__full-image,
.showcase-article_block_img-l,
.showcase-article_block_img-r .content-block_showcase-article,
.showcase-article_block_img-r .article__photo-wrapper,
.showcase-article_block_img-r .article__photo-container,
.showcase-article_block_img-r .content-block__full-image,
.showcase-article_block_img-r {
  height: 400px; }

.showcase-article_block_img-r .content-block__full-image img,
.showcase-article_block_img-l .content-block__full-image img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  right: auto; }

.showcase-article_block_img-r .content-block_showcase-article,
.showcase-article_block_img-l .content-block_showcase-article {
  overflow: hidden; }

.showcase-article_block_img-l,
.showcase-article_block_img-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden; }

.showcase-article_block_img-r .showcase-article_block_txt-wrap,
.showcase-article_block_img-l .showcase-article_block_txt-wrap {
  width: 52.8%; }

.showcase-article_block_img-r .content-block_showcase-article,
.showcase-article_block_img-l .content-block_showcase-article {
  width: 47.2%; }

.showcase-article_block_img-l .showcase-article_block_txt-wrap {
  background: #DEDEDE;
  color: #000000; }

article .showcase-article_block_img-l .showcase-article_block_txt-wrap p {
  color: #000000; }

.showcase-article_block_img-l .showcase-article_block_title,
.showcase-article_block_img-r .showcase-article_block_title {
  font-weight: 900;
  font-size: 2.25em;
  line-height: 1.15;
  margin-bottom: 0;
  padding: 0 0 3px 0 !important; }

.showcase-article_block_img-l .showcase-article_block_title {
  color: #f36c23; }

.showcase-article_block_img-r .showcase-article_block_txt-wrap {
  background: #383A3E;
  color: #959595; }

.showcase-article_block_text {
  font-size: 1.25em;
  line-height: 36px;
  color: #959595; }

article .showcase-article_block_text p,
.showcase-article_block_text p {
  font-size: 1em;
  line-height: 36px;
  color: #959595; }

.showcase-article_block_img-r .showcase-article_block_title {
  color: #ffffff; }

.showcase-article_block_txt-wrap {
  padding: 56px 52px 52px 52px; }

.showcase-article_block_txt-container {
  width: 71.1%;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 768px) and (max-width: 1290px) {
  .showcase-article_block_txt-container {
    width: 100%; } }
@media (max-width: 991px) {
  .showcase-article_block_txt-container {
    width: 100%; }

  .showcase-article_block_img-l,
  .showcase-article_block_img-r {
    display: block;
    height: auto; }

  .showcase-article_block_img-l .showcase-article_block_txt-wrap,
  .showcase-article_block_img-r .showcase-article_block_txt-wrap {
    width: 100%; }

  .showcase-article_block_img-r .content-block_showcase-article,
  .showcase-article_block_img-l .content-block_showcase-article {
    width: 100%; }

  .showcase-article_block_img-r .content-block_showcase-article,
  .showcase-article_block_img-l .content-block_showcase-article {
    margin-bottom: 0; }

  .showcase-article-title .page-width {
    width: 100%;
    max-width: none; } }
@media (min-width: 768px) {
  .showcase-article-title__text-wrap {
    float: right; }

  .showcase-article__carousel.main-collection__carousel {
    margin-top: 49px;
    margin-bottom: 44px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .showcase-article-title__text-wrap {
    padding-right: 30px; }

  .showcase-article-title h1, .showcase-article-title .h1, .showcase-article-title .h1--mini, .showcase-article-title .product-single__title, .showcase-article-title
  .product-single__price {
    padding-left: 30px; } }
@media (max-width: 767px) {
  .showcase-article-title h1, .showcase-article-title .h1, .showcase-article-title .h1--mini, .showcase-article-title .product-single__title, .showcase-article-title
  .product-single__price {
    display: block;
    padding-left: 0; }

  .showcase-article-title__text {
    display: block;
    padding-bottom: 8px;
    text-align: left; }

  .showcase-article-title__text-wrap {
    float: none; }

  .showcase-article-title__text-row2 {
    padding-top: 0; }

  .showcase-article-title__text-wrap {
    padding-top: 7px; }

  .showcase-article_block_txt-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* resize image without crop */
  .showcase-article_block_img-r .content-block__full-image img,
  .showcase-article_block_img-l .content-block__full-image img,
  .showcase-article_header_wrap img {
    min-height: 0;
    height: auto;
    min-width: 100%;
    width: auto;
    max-width: 100%;
    right: 0; }

  .showcase-article_block_img-c .content-block_showcase-article,
  .showcase-article_block_img-c .article__photo-wrapper,
  .showcase-article_block_img-c .article__photo-container,
  .showcase-article_block_img-c .content-block__full-image,
  .showcase-article_block_img-c,
  .showcase-article_block_img-l .content-block_showcase-article,
  .showcase-article_block_img-l .article__photo-wrapper,
  .showcase-article_block_img-l .article__photo-container,
  .showcase-article_block_img-l .content-block__full-image,
  .showcase-article_block_img-l,
  .showcase-article_block_img-r .content-block_showcase-article,
  .showcase-article_block_img-r .article__photo-wrapper,
  .showcase-article_block_img-r .article__photo-container,
  .showcase-article_block_img-r .content-block__full-image,
  .showcase-article_block_img-r,
  .showcase-article_header_wrap .article__photo-wrapper,
  .showcase-article_header_wrap .article__photo-container,
  .showcase-article_header_wrap .content-block__full-image,
  .showcase-article_header_wrap {
    height: auto; }

  .showcase-article_block_img-c .article__photo-wrapper,
  .showcase-article_block_img-l .article__photo-wrapper,
  .showcase-article_block_img-r .article__photo-wrapper,
  .showcase-article_header_wrap .article__photo-wrapper {
    padding-top: 0 !important; }

  .showcase-article_block_img-c img,
  .showcase-article_block_img-l img,
  .showcase-article_block_img-r img,
  .showcase-article_header_wrap img {
    position: relative; }

  .showcase-article_block_img-c .content-block__full-image,
  .showcase-article_block_img-l .content-block__full-image,
  .showcase-article_block_img-r .content-block__full-image,
  .showcase-article_header_wrap .content-block__full-image {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 421px) and (max-width: 767px) {
  .showcase-article-title_wrap {
    padding-left: 30px; } }
@media (max-width: 420px) {
  .showcase-article-title_wrap {
    padding-left: 10px; }

  .showcase-article-title__text-row1 {
    font-size: 1.1875em; }

  .showcase-article-title__text-row2 {
    font-size: 1.0625em; }

  .showcase-article-title__text-wrap {
    padding-top: 2px; }

  .showcase-article_block_img-l .showcase-article_block_title,
  .showcase-article_block_img-r .showcase-article_block_title {
    font-size: 1.875em; }

  .showcase-article_block_txt-wrap {
    padding-left: 30px;
    padding-right: 30px; }

  .showcase-article_block_text {
    font-size: 1.25em; }

  .showcase-article__carousel .main-collection__carousel-info span {
    margin-top: 0; } }
.text-uppercase {
  text-transform: uppercase; }

.showcase-article__carousel.main-collection__carousel.slick-initialized .slick-slide {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.showcase-article__carousel .main-collection__carousel-info span {
  margin-top: 10px; }

.template-article.tpl-showcase .main-content {
  margin-top: 0 !important; }

/* resize image without crop */
.showcase-article_block_img-c .content-block__full-image img,
.showcase-article_header_wrap img {
  min-height: 0;
  height: auto;
  min-width: 100%;
  width: auto;
  max-width: 100%;
  right: 0; }

.showcase-article_block_img-c .content-block_showcase-article,
.showcase-article_block_img-c .article__photo-wrapper,
.showcase-article_block_img-c .article__photo-container,
.showcase-article_block_img-c .content-block__full-image,
.showcase-article_block_img-c,
.showcase-article_header_wrap .content-block_showcase-article,
.showcase-article_header_wrap .article__photo-wrapper,
.showcase-article_header_wrap .article__photo-container,
.showcase-article_header_wrap .content-block__full-image,
.showcase-article_header_wrap {
  height: auto; }

.showcase-article_block_img-c .article__photo-wrapper,
.showcase-article_header_wrap .article__photo-wrapper {
  padding-top: 0 !important; }

.showcase-article_block_img-c img,
.showcase-article_header_wrap img {
  position: relative; }

.showcase-article_block_img-c .content-block__full-image,
.showcase-article_header_wrap .content-block__full-image {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.showcase-article_block_img-r .content-block_showcase-article,
.showcase-article_block_img-r .content-block__full-image,
.showcase-article_block_img-r,
.showcase-article_block_img-l .content-block_showcase-article,
.showcase-article_block_img-l .content-block__full-image,
.showcase-article_block_img-l {
  height: auto !important;
  min-height: 100%; }

.showcase-article_block_img-l .content-block.content-block_showcase-article,
.showcase-article_block_img-r .content-block.content-block_showcase-article {
  min-height: 100% !important;
  overflow-y: visible; }

.showcase-article_block_img-l .article__photo-container,
.showcase-article_block_img-l .content-block__full-image,
.showcase-article_block_img-r .article__photo-container,
.showcase-article_block_img-r .content-block__full-image {
  min-height: 100% !important;
  height: auto !important; }

.showcase-article_block_img-l .article__photo-wrapper,
.showcase-article_block_img-r .article__photo-wrapper {
  padding-top: 0 !important;
  min-height: 100% !important;
  height: auto !important; }

.showcase-article_block_img-l img,
.showcase-article_block_img-r img {
  position: relative !important; }

.showcase-article__carousel-wrap {
  max-width: 1040px !important; }

.showcase-article_block_text p {
  margin-bottom: 0; }

/* Showcase list style */
.showcase-article_block_text ul {
  padding-left: 31px;
  color: #959595;
  list-style: none; }

.showcase-article_block_text ul li {
  position: relative; }

.showcase-article_block_text ul li:before {
  content: '-';
  position: absolute;
  left: -10px; }

article .showcase-article_block_img-l .showcase-article_block_txt-wrap ul {
  color: #000000; }

/* Lightbox links */
.showcase-article_block_img-r .showcase_block-no-link_lightbox-link,
.showcase-article_block_img-l .showcase_block-no-link_lightbox-link {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block; }

.showcase-article_block_img-r .showcase_block-no-link_lightbox-link {
  right: 0; }

.showcase-article_block_img-l .showcase_block-no-link_lightbox-link {
  left: 0; }

@media only screen and (max-width: 767px) {
  .showcase-article_block_img-r .showcase_block-no-link_lightbox-link,
  .showcase-article_block_img-l .showcase_block-no-link_lightbox-link {
    display: none;
    width: 0;
    height: 0; } }
.page__partners {
  /*  .partner-item:hover {
      background: #fff;
      -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
      -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
      box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    }

    .partner-item:hover .partner-round {
      background-color: #e83825;
    }
    */ }

.page__partners .header-text-block-title {
  color: #ffffff;
  margin: 0; }

.page__partners .slider-wrapper {
  height: 793px;
  position: relative;
  background-color: #000; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page__partners .slider-wrapper {
    height: 300px; } }
@media only screen and (max-width: 767px) {
  .page__partners .slider-wrapper {
    height: 250px; } }
.page__partners .slider-wrapper .slick-slider {
  z-index: 2; }

.page__partners .slider-wrapper .slick-slide {
  height: 793px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page__partners .slider-wrapper .slick-slide {
    height: 300px; } }
@media only screen and (max-width: 767px) {
  .page__partners .slider-wrapper .slick-slide {
    height: 250px; } }
.page__partners .slider-wrapper .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.page__partners .slider-wrapper .mz-loading.shown {
  font-size: 0;
  border-radius: 100%;
  opacity: 1;
  padding: 0;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #eee;
  background: rgba(49, 51, 61, 0.7);
  font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  direction: ltr;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.25s ease; }

.page__partners .slider-wrapper .mz-loading.shown:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid white;
  border-top-color: transparent;
  box-sizing: border-box;
  -webkit-animation: spin-loading .9s infinite linear;
  animation: spin-loading .9s infinite linear; }

@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.page__partners .breadcrumb-container {
  margin-bottom: 10px; }

.page__partners .partners-main {
  background: #fff;
  padding-bottom: 100px; }

.page__partners .partners-content-title {
  width: 100%;
  color: #333333;
  font-size: 50px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 70px 15px 30px; }

.page__partners .partners-content {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #333333;
  text-align: center;
  padding: 0 15% 15px;
  line-height: 36px; }

.page__partners .partners-box {
  margin-top: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page__partners .partner-left-box {
  width: 45%;
  padding: 0 5% 0 0; }

.page__partners .partner-right-box {
  width: 55%;
  color: #333333;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px; }

.page__partners .partners-bottom {
  padding: 30px 0;
  background: #F4F2F1; }

.page__partners .partners-bottom-title {
  width: 100%;
  color: #333333;
  font-size: 50px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 0px 15px 30px; }

.page__partners .partner-bottom-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6%;
  grid-template-columns: 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6% 8.6%;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.page__partners .partner-item.item1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row: 1; }

.page__partners .partner-item.item2 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row: 1; }

.page__partners .partner-item.item3 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  grid-column-end: 10;
  -ms-grid-row: 1;
  grid-row: 1; }

.page__partners .partner-item.item4 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row: 1; }

.page__partners .partner-item.item5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row: 2; }

.page__partners .partner-item.item6 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  grid-column-end: 10;
  -ms-grid-row: 2;
  grid-row: 2; }

.page__partners .partner-item.item7 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  grid-column-end: 13;
  -ms-grid-row: 2;
  grid-row: 2; }

.page__partners .partner-item.item8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row: 3; }

.page__partners .partner-item.item9 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row: 3; }

.page__partners .partner-item.item10 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  grid-column-end: 10;
  -ms-grid-row: 3;
  grid-row: 3; }

.page__partners .partner-item.item11 {
  -ms-grid-column: 10;
  grid-column-start: 10;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row: 3; }

.page__partners .partner-item {
  height: 350px;
  width: 237px;
  padding: 50px 0; }

.page__partners .partner-round {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background-position: center center;
  background-color: #fff;
  background-repeat: no-repeat;
  margin: 0 auto; }

.page__partners .partner-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  margin-top: 35px;
  letter-spacing: 3px;
  color: #3C3D41; }

@media (max-width: 992px) {
  .page__partners .partner-bottom-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }

  .page__partners .partner-item.item1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: end; }

  .page__partners .partner-item.item2 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: start; }

  .page__partners .partner-item.item3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: auto; }

  .page__partners .partner-item.item4 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row: 2; }

  .page__partners .partner-item.item5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row: 2; }

  .page__partners .partner-item.item6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row: 3; }

  .page__partners .partner-item.item7 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row: 3; }

  .page__partners .partner-item.item8 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row: 3; }

  .page__partners .partner-item.item9 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row: 4; }

  .page__partners .partner-item.item10 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row: 4; }

  .page__partners .partner-item.item11 {
    -ms-grid-column: 5;
    grid-column-start: 5;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row: 4; } }
@media (max-width: 768px) {
  .page__partners .partner-bottom-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }

  .page__partners .partner-item.item1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: center; }

  .page__partners .partner-item.item2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: center; }

  .page__partners .partner-item.item3 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: center; }

  .page__partners .partner-item.item4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    justify-self: center; }

  .page__partners .partner-item.item5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row: 3;
    justify-self: center; }

  .page__partners .partner-item.item6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row: 4;
    justify-self: center; }

  .page__partners .partner-item.item7 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row: 4;
    justify-self: center; }

  .page__partners .partner-item.item8 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 5;
    grid-row: 5;
    justify-self: center; }

  .page__partners .partner-item.item9 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row: 5;
    justify-self: center; }

  .page__partners .partner-item.item10 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row: 6;
    justify-self: center; }

  .page__partners .partner-item.item11 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row: 6;
    justify-self: center; }

  .page__partners .page__partners .partner-item.item12 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: center; } }
@media (max-width: 576px) {
  .page__partners .partners-content-title {
    padding: 35px 15px 30px; }

  .page__partners .partners-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .page__partners .partner-left-box {
    width: 100%;
    padding: 5%;
    text-align: center; }

  .page__partners .partner-right-box {
    width: 100%;
    padding: 0 5%;
    text-align: justify; }

  .page__partners .partner-bottom-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }

  .page__partners .partner-item.item1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: center; }

  .page__partners .partner-item.item2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    justify-self: center; }

  .page__partners .partner-item.item3 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: center; }

  .page__partners .partner-item.item4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-self: center; }

  .page__partners .partner-item.item5 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    justify-self: center; }

  .page__partners .partner-item.item6 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    justify-self: center; }

  .page__partners .partner-item.item7 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
    justify-self: center; }

  .page__partners .partner-item.item8 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
    justify-self: center; }

  .page__partners .partner-item.item9 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
    justify-self: center; }

  .page__partners .partner-item.item10 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
    justify-self: center; }

  .page__partners .page__partners .partner-item.item11 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
    justify-self: center; }

  .page__partners .page__partners .partner-item.item12 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
    justify-self: center; }

  .page__partners .partner-item {
    height: 200px;
    width: 150px;
    padding: 10px 0; }

  .page__partners .partner-round {
    width: 130px;
    height: 130px;
    background-size: 80%; }

  .page__partners .partner-title {
    margin-top: 10px; } }
.slider-wrapper .slick-slider {
  margin-bottom: 0; }

.slider-wrapper .slick-dots {
  margin: 0;
  bottom: calc(42/592 * 100%); }

.slider-wrapper .slick-dots li {
  margin: 0;
  vertical-align: middle; }

.slider-wrapper .slick-dots li button {
  position: relative;
  outline: none; }

.slider-wrapper .slick-dots li button:before {
  text-indent: -9999px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid transparent;
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  opacity: 1;
  transition: all 0.2s; }

.slider-wrapper .slick-dots li.slick-active button:before {
  background-color: transparent;
  border-color: #ffffff;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 4px 0 0 4px; }

.slider-wrapper .slick-dots li button:active:before {
  opacity: 0.5; }

.slider-wrapper .hero__arrows {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  bottom: inherit;
  z-index: 3; }

.no-js .slider-wrapper .hero__arrows {
  display: none; }

.slider-wrapper .hero__arrows .page-width {
  position: relative; }

.slider-wrapper .hero__arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  outline: none; }

.slider-wrapper .hero__arrow--prev {
  left: -20px; }

.slider-wrapper .hero__arrow--next {
  right: -20px; }

.slider-wrapper .hero__arrow .icon {
  width: 30px;
  height: 30px;
  fill: #f9f5f5; }

.US,
.INTL {
  display: none; }

.grouped-products {
  display: none; }

.grouped-products-wrapper {
  margin-bottom: 10px;
  width: 100%; }

.grouped-products-button {
  width: 100%;
  background: #666666; }

.grouped-products-button span {
  position: absolute;
  right: 35px;
  margin-top: -5px;
  font-size: 26px; }

.grouped-products-button:hover {
  cursor: pointer; }

.grouped-products {
  width: 100%;
  border: 1px solid #666666; }

.grouped-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.grouped-product-left {
  width: calc(100% - 82px); }

.grouped-product-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 82px;
  padding: 5px; }

.grouped-product-title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 15px;
  font-size: 17px;
  color: #333333; }

.grouped-product-title div {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.grouped-product-title div:first-child {
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.grouped-product-price {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #000000;
  text-align: right; }

.grouped-product-divider {
  height: 1px;
  background: #666666;
  margin: 0 15px; }

.grouped-product-qty-block {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  display: -ms-grid;
  display: grid;
  text-align: center;
  border: 1px solid #000000;
  -ms-grid-columns: 60% 40%;
  grid-template-columns: 60% 40%;
  -ms-grid-rows: 50% 50%;
  grid-template-rows: 50% 50%;
  width: 100%; }

.grouped-product-qty {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 3;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center; }

.grouped-product-qty-plus {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-left: 1px solid #000000; }

.grouped-product-qty-minus {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000; }

.grouped-product-qty-plus, .grouped-product-qty-minus:hover {
  cursor: pointer; }

.page__fusion .header-content-area {
  background-color: #66CCFF; }

.page__fusion .main-text {
  color: #333333;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  padding: 50px 70px;
  line-height: 60px; }

.page__fusion .main-content__section {
  padding-top: 75px; }

.page__fusion .tor-page-banner__info {
  font-size: 4.8em;
  line-height: 68px;
  color: #f36c23;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal; }

.page__fusion .rounds div {
  border: 3px solid #fff;
  height: 600px;
  width: 600px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  position: absolute; }

.page__fusion .round-1 {
  margin-top: -450px; }

.page__fusion .round-2 {
  margin-top: -450px;
  margin-left: 400px; }

.page__fusion .round-3 {
  margin-top: -170px; }

.page__fusion .round-4 {
  margin-top: -170px;
  margin-left: 400px; }

.page__fusion .fusion-form {
  background-color: #444444;
  padding: 75px; }

.page__fusion .fusion-form h2, .page__fusion .fusion-form .h2 {
  font-size: 2.25em;
  color: #f36c23;
  text-align: center;
  margin-bottom: 36px; }

.page__fusion .text-with-image__title {
  color: #f36c23; }

.page__fusion .tor-page-banner__content {
  top: 40%; }

@media (max-width: 768px) {
  .page__fusion .rounds div {
    border: 3px solid #fff;
    height: 300px;
    width: 300px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    position: absolute; }

  .page__fusion .round-1 {
    margin-top: -450px; }

  .page__fusion .round-2 {
    margin-top: -450px;
    margin-left: 400px; }

  .page__fusion .round-3 {
    margin-top: -170px; }

  .page__fusion .round-4 {
    margin-top: -170px;
    margin-left: 400px; } }
.page__tank-marketing .breadcrumb-container {
  margin-bottom: 10px; }

.page__tank-marketing .tor-page-banner__content {
  top: 55%;
  text-align: left; }

.page__tank-marketing .tor-page-banner__image {
  -webkit-filter: none;
  filter: none; }

.page__tank-marketing .tor-page-banner__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 52px;
  width: 500px; }

.page__tank-marketing .tor-page-banner__info {
  color: #B2B2B2;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  width: 600px; }

.page__tank-marketing .top-video-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 100px 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page__tank-marketing .top-video-block-left, .page__tank-marketing .top-video-block-right {
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

.page__tank-marketing .top-video-block-left-video {
  text-align: center;
  position: relative; }

.page__tank-marketing .top-video-block-right-title {
  color: #000000;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 52px;
  padding: 0 15px; }

.page__tank-marketing .top-video-block-right-text {
  color: #B2B2B2;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  padding: 30px 15px; }

.page__tank-marketing .middle-video-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.page__tank-marketing .middle-video-block-left, .page__tank-marketing .middle-video-block-right {
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  position: relative; }

.page__tank-marketing .middle-video-block-left img, .page__tank-marketing .middle-video-block-right img {
  width: 100%; }

.page__tank-marketing .middle-video-block-left-video {
  position: relative; }

.page__tank-marketing .middle-video-block-left-content {
  color: #EA2F18;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  position: absolute;
  top: 40%;
  right: 10%; }

.page__tank-marketing .middle-video-block-left-content span {
  margin-top: 15px;
  color: #FFFFFF;
  font-size: 18px; }

.page__tank-marketing .bottom-video-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 100px 0;
  max-width: 1170px; }

.page__tank-marketing .bottom-video-block-left, .page__tank-marketing .bottom-video-block-right {
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%; }

.page__tank-marketing .bottom-video-block-left-first {
  height: 565px;
  margin: 0 15px 0 85px; }

.page__tank-marketing .bottom-video-block-right-second {
  height: 565px;
  margin-top: 25px;
  margin: 0 50px;
  margin: 25px 85px 0 15px; }

.page__tank-marketing .bottom-video-block-left-second {
  height: 305px;
  margin: 25px 15px 0 85px;
  position: relative; }

.page__tank-marketing .bottom-video-block-right-first {
  height: 305px;
  margin: 0 85px 0 15px;
  position: relative; }

.page__tank-marketing .tank-head-block {
  background: #EB2B11;
  color: #FFFFFF;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page__tank-marketing .tank-bottom-block-top {
  height: 250px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.page__tank-marketing .tank-bottom-block-top a {
  color: #FFFFFF;
  background: #303030;
  font-size: 24px;
  padding: 15px 50px;
  border: 2px solid #000000;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase; }

.page__tank-marketing .tank-bottom-block-icons {
  background: #E01103; }

.page__tank-marketing .tank-bottom-block-container {
  max-width: 1200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
  height: 180px;
  text-align: center; }

.page__tank-marketing .tank-bottom-block-icon {
  -webkit-flex: 33%;
  -ms-flex: 33%;
  flex: 33%; }

.page__tank-marketing .tank-bottom-block-icon-image {
  display: inline-block; }

.page__tank-marketing .tank-bottom-block-icon-text {
  display: inline-block;
  color: #FFFFFF;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
  position: relative;
  top: -15px;
  left: 25px; }

.page__tank-marketing .tank-content-block {
  background: #EDEEEF; }

.page__tank-marketing .tank-content-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.page__tank-marketing .tank-content-block-left {
  padding-right: 30px;
  padding-top: 20px;
  -webkit-flex: 35%;
  -ms-flex: 35%;
  flex: 35%; }

.page__tank-marketing .tank-content-block-right {
  -webkit-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
  padding-left: 30px;
  padding-top: 20px; }

.page__tank-marketing .tank-content-block-center {
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  background: #ffffff; }

.page__tank-marketing .tank-content-block-center-top {
  position: absolute;
  margin-left: -25px; }

.page__tank-marketing .tank-content-block-center-top-text {
  color: #FFFFFF;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  margin-top: -47px; }

.page__tank-marketing .tank-content-block-main {
  margin-top: 85px; }

.page__tank-marketing .tank-content-block-main-option {
  padding: 15px;
  color: #424243;
  font-size: 14px;
  text-align: center;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal; }

.page__tank-marketing .tank-content-block-bottom-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.page__tank-marketing .tank-content-block-bottom-left {
  padding-right: 30px;
  padding-top: 20px;
  -webkit-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
  text-align: center; }

.page__tank-marketing .tank-content-block-bottom-right {
  -webkit-flex: 35%;
  -ms-flex: 35%;
  flex: 35%;
  padding-left: 30px;
  padding-top: 20px;
  text-align: center; }

.page__tank-marketing .tank-content-block-bottom-left img, .page__tank-marketing .tank-content-block-bottom-right img {
  width: 80%; }

.page__tank-marketing .tank-content-block-bottom-center {
  -webkit-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  background: #ffffff; }

.page__tank-marketing .tank-content-block-bottom-main {
  margin-top: 85px; }

.page__tank-marketing .tank-content-block-bottom-center-top {
  position: absolute;
  margin-left: -25px; }

.page__tank-marketing .tank-content-block-bottom-center-top-text {
  color: #FFFFFF;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  margin-top: -47px; }

.page__tank-marketing .tank-content-block-bottom-main-option {
  padding: 25px 15px;
  color: #424243;
  font-size: 22px;
  text-align: center;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal; }

.page__tank-marketing .tank-bottom-block {
  margin-top: 50px; }

.page__tank-marketing .tank-content-block-bottom-left-text, .page__tank-marketing .tank-content-block-bottom-right-text {
  margin-top: 23px; }

.page__tank-marketing .tank-content-block-bottom-left-text .tank-content-block-bottom-main-option {
  color: #EA2F18;
  font-size: 22px;
  text-align: right;
  text-transform: uppercase;
  padding-right: 50px; }

.page__tank-marketing .tank-content-block-bottom-right-text .tank-content-block-bottom-main-option {
  color: #EA2F18;
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 50px; }

.page__tank-marketing .tank-video::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 42%;
  left: 42%; }

.page__tank-marketing .middle-video-block-right .tank-video::after {
  left: 48%; }

.page__tank-marketing .bottom-video-block-container .tank-video::after {
  left: 47%; }

.page__tank-marketing .top-video-block-thumbnail {
  background-size: contain;
  width: 90%;
  height: 300px; }

.page__tank-marketing .tank-video:hover {
  cursor: pointer; }

.page__tank-marketing .tank-content-block-main {
  position: relative; }

.page__tank-marketing .dot-left, .page__tank-marketing .dot-right, .page__tank-marketing .dot-description {
  display: none;
  z-index: 5; }

.page__tank-marketing .dot-description {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  position: absolute;
  background: rgba(170, 170, 170, 0.95);
  margin-left: -15px;
  padding: 15px;
  margin-top: 15px; }

.page__tank-marketing .holder {
  margin: 50px auto;
  width: 50px;
  height: 50px;
  position: relative; }

.page__tank-marketing .pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #EB2B11;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
  left: 10px;
  top: 10px; }

.page__tank-marketing .dot {
  border: 10px solid #EB2B11;
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  opacity: 0; }

.page__tank-marketing .dot-left, .page__tank-marketing .dot-right {
  display: none; }

.page__tank-marketing .option1 .dot-left {
  position: absolute;
  margin-left: -260px;
  margin-top: 10px; }

.page__tank-marketing .option1 .dot-right {
  position: absolute;
  margin-left: 470px;
  margin-top: 45px; }

.page__tank-marketing .option2 .dot-left {
  position: absolute;
  margin-left: -196px;
  margin-top: -195px; }

.page__tank-marketing .option2 .dot-right {
  position: absolute;
  margin-left: 478px;
  margin-top: -190px; }

.page__tank-marketing .option3 .dot-left {
  position: absolute;
  margin-left: -128px;
  margin-top: -43px; }

.page__tank-marketing .option3 .dot-right {
  position: absolute;
  margin-left: 404px;
  margin-top: -26px; }

.page__tank-marketing .option4 .dot-left {
  position: absolute;
  margin-left: -128px;
  margin-top: -93px; }

.page__tank-marketing .option4 .dot-right {
  position: absolute;
  margin-left: 404px;
  margin-top: -75px; }

.page__tank-marketing .option5 .dot-left {
  position: absolute;
  margin-left: -200px;
  margin-top: -131px; }

.page__tank-marketing .option5 .dot-right {
  position: absolute;
  margin-left: 503px;
  margin-top: -116px; }

.page__tank-marketing .option6 .dot-left {
  position: absolute;
  margin-left: -368px;
  margin-top: -192px; }

.page__tank-marketing .option6 .dot-right {
  position: absolute;
  margin-left: 670px;
  margin-top: -213px; }

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }

.page__tank-marketing .tank-content-block .tank-content-block-main .tank-content-block-main-option:hover {
  cursor: pointer; }

@media screen and (max-width: 1600px) {
  .page__tank-marketing .bottom-video-block-left-first {
    margin: 0 15px 0 0; }

  .page__tank-marketing .bottom-video-block-right-second {
    margin: 25px 0 0 15px; }

  .page__tank-marketing .bottom-video-block-left-second {
    margin: 25px 15px 0 0; }

  .page__tank-marketing .bottom-video-block-right-first {
    margin: 0 0 0 15px; }

  .page__tank-marketing .tank-content-block-center-top img, .page__tank-marketing .tank-content-block-bottom-center-top img {
    width: 344px;
    margin-left: 4px; }

  .page__tank-marketing .option1 .dot-left {
    position: absolute;
    margin-left: -235px;
    margin-top: -13px; }

  .page__tank-marketing .option1 .dot-right {
    position: absolute;
    margin-left: 410px;
    margin-top: 12px; }

  .page__tank-marketing .option2 .dot-left {
    position: absolute;
    margin-left: -175px;
    margin-top: -195px; }

  .page__tank-marketing .option2 .dot-right {
    position: absolute;
    margin-left: 410px;
    margin-top: -190px; }

  .page__tank-marketing .option3 .dot-left {
    position: absolute;
    margin-left: -113px;
    margin-top: -93px; }

  .page__tank-marketing .option3 .dot-right {
    position: absolute;
    margin-left: 342px;
    margin-top: -71px; }

  .page__tank-marketing .option4 .dot-left {
    position: absolute;
    margin-left: -110px;
    margin-top: -167px; }

  .page__tank-marketing .option4 .dot-right {
    position: absolute;
    margin-left: 343px;
    margin-top: -148px; }

  .page__tank-marketing .option5 .dot-left {
    position: absolute;
    margin-left: -185px;
    margin-top: -181px; }

  .page__tank-marketing .option5 .dot-right {
    position: absolute;
    margin-left: 426px;
    margin-top: -174px; }

  .page__tank-marketing .option6 .dot-left {
    position: absolute;
    margin-left: -320px;
    margin-top: -246px; }

  .page__tank-marketing .option6 .dot-right {
    position: absolute;
    margin-left: 570px;
    margin-top: -262px; } }
@media screen and (max-width: 1200px) {
  .page__tank-marketing .bottom-video-block-left-first {
    height: 520px; }

  .page__tank-marketing .bottom-video-block-right-second {
    height: 520px; }

  .page__tank-marketing .bottom-video-block-left-second {
    height: 280px; }

  .page__tank-marketing .bottom-video-block-right-first {
    height: 280px; }

  .page__tank-marketing .tank-content-block-center-top img, .page__tank-marketing .tank-content-block-bottom-center-top img {
    width: 318px; }

  .page__tank-marketing .option1 .dot-left {
    position: absolute;
    margin-left: -215px;
    margin-top: -28px; }

  .page__tank-marketing .option1 .dot-right {
    position: absolute;
    margin-left: 380px;
    margin-top: -3px; }

  .page__tank-marketing .option2 .dot-left {
    position: absolute;
    margin-left: -167px;
    margin-top: -195px; }

  .page__tank-marketing .option2 .dot-right {
    position: absolute;
    margin-left: 376px;
    margin-top: -190px; }

  .page__tank-marketing .option3 .dot-left {
    position: absolute;
    margin-left: -109px;
    margin-top: -108px; }

  .page__tank-marketing .option3 .dot-right {
    position: absolute;
    margin-left: 313px;
    margin-top: -98px; }

  .page__tank-marketing .option4 .dot-left {
    position: absolute;
    margin-left: -107px;
    margin-top: -180px; }

  .page__tank-marketing .option4 .dot-right {
    position: absolute;
    margin-left: 313px;
    margin-top: -169px; }

  .page__tank-marketing .option5 .dot-left {
    position: absolute;
    margin-left: -170px;
    margin-top: -200px; }

  .page__tank-marketing .option5 .dot-right {
    position: absolute;
    margin-left: 393px;
    margin-top: -187px; }

  .page__tank-marketing .option6 .dot-left {
    position: absolute;
    margin-left: -297px;
    margin-top: -263px; }

  .page__tank-marketing .option6 .dot-right {
    position: absolute;
    margin-left: 522px;
    margin-top: -278px; } }
@media screen and (max-width: 992px) {
  .page__tank-marketing .tor-page-banner__info {
    font-size: 20px; }

  .page__tank-marketing .tor-page-banner__content {
    top: 50%; }

  .page__tank-marketing .top-video-block-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .page__tank-marketing .top-video-block-left, .page__tank-marketing .top-video-block-thumbnail {
    width: 100%; }

  .page__tank-marketing .tank-video::after {
    left: 48%; }

  .page__tank-marketing .middle-video-block-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .page__tank-marketing .middle-video-block-right {
    margin-top: 25px; }

  .page__tank-marketing .top-video-block-container, .page__tank-marketing .bottom-video-block-container {
    margin: 50px 0; }

  .page__tank-marketing .bottom-video-block-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .page__tank-marketing .top-video-block-right {
    margin-top: 25px; }

  .page__tank-marketing .top-video-block-right-title {
    text-align: center; }

  .page__tank-marketing .bottom-video-block-left-first {
    margin: 15px 0; }

  .page__tank-marketing .bottom-video-block-right-second {
    margin: 15px 0; }

  .page__tank-marketing .bottom-video-block-left-second {
    margin: 15px 0; }

  .page__tank-marketing .bottom-video-block-right-first {
    margin: 15px 0; }

  .page__tank-marketing .tank-content-block-container.page-width, .page__tank-marketing .tank-content-block-bottom-container.page-width {
    max-width: 100%;
    padding: 0; }

  .page__tank-marketing .tank-content-block-center-top-text {
    margin-top: -42px; }

  .page__tank-marketing .tank-content-block-center-top img, .page__tank-marketing .tank-content-block-bottom-center-top img {
    display: none; }

  .page__tank-marketing .tank-content-block-center-top, .page__tank-marketing .tank-content-block-bottom-center-top {
    position: inherit;
    margin: 0; }

  .page__tank-marketing .tank-content-block-center-top .tank-content-block-center-top-text {
    margin: 0;
    padding: 20px;
    width: 100%;
    background: #4D4D4E; }

  .page__tank-marketing .tank-content-block-main {
    margin-top: 10px; }

  .page__tank-marketing .tank-content-block-bottom-center-top .tank-content-block-center-top-text {
    margin: 0;
    padding: 20px;
    width: 100%;
    background: #EA2F18; }

  .page__tank-marketing .tank-content-block-bottom-main {
    margin-top: 15px; }

  .page__tank-marketing .tank-content-block-bottom-left {
    padding: 20px 0 0; }

  .page__tank-marketing .tank-content-block-bottom-right {
    padding: 20px 0 0; }

  .page__tank-marketing .tank-content-block-bottom-left-text .tank-content-block-bottom-main-option,
  .page__tank-marketing .tank-content-block-bottom-main .tank-content-block-bottom-main-option,
  .page__tank-marketing .tank-content-block-bottom-right-text .tank-content-block-bottom-main-option {
    padding: 0 15px 0 15px;
    height: 90px; }

  .page__tank-marketing .tank-content-block-bottom-left-text, .page__tank-marketing .tank-content-block-bottom-right-text {
    margin-top: 33px;
    padding: 0 10px; }

  .page__tank-marketing .tank-content-block-bottom-container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media screen and (max-width: 768px) {
  .page__tank-marketing .tor-page-banner__info {
    display: none; }

  .page__tank-marketing .tor-page-banner__title {
    width: 100%;
    text-align: center;
    line-height: 50px; }

  .page__tank-marketing .tank-bottom-block-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    width: 100%; }

  .page__tank-marketing .tank-bottom-block-icon {
    width: 100%;
    padding: 15px; }

  .page__tank-marketing .tank-content-block-bottom-left-text .tank-content-block-bottom-main-option,
  .page__tank-marketing .tank-content-block-bottom-main .tank-content-block-bottom-main-option,
  .page__tank-marketing .tank-content-block-bottom-right-text .tank-content-block-bottom-main-option {
    padding: 0 15px 0 15px;
    height: 120px; } }
@media screen and (max-width: 560px) {
  .page__tank-marketing .tank-content-block-center-top-text {
    font-size: 17px; }

  .page__tank-marketing .tor-page-banner__title {
    font-size: 32px; }

  .page__tank-marketing .top-video-block-right-title {
    font-size: 40px; }

  .page__tank-marketing .tank-content-block-bottom-left-text .tank-content-block-bottom-main-option,
  .page__tank-marketing .tank-content-block-bottom-main .tank-content-block-bottom-main-option,
  .page__tank-marketing .tank-content-block-bottom-right-text .tank-content-block-bottom-main-option {
    font-size: 18px;
    padding: 0; } }
@media screen and (max-width: 440px) {
  .page__tank-marketing .tank-content-block-center-top-text {
    font-size: 14px; }

  .page__tank-marketing .middle-video-block-left-content {
    font-size: 18px; }

  .page__tank-marketing .middle-video-block-left-content span {
    font-size: 15px; }

  .page__tank-marketing .bottom-video-block-left-first {
    height: 410px; }

  .page__tank-marketing .bottom-video-block-right-second {
    height: 410px; }

  .page__tank-marketing .bottom-video-block-left-second {
    height: 220px; }

  .page__tank-marketing .bottom-video-block-right-first {
    height: 220px; } }
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box; }

.vbox-overlay * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }

.vbox-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050; }

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050; }

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050; }

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block; }

.vbox-prev {
  left: 15px; }

.vbox-next {
  right: 15px; }

.vbox-prev span {
  left: 10px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.vbox-next span {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px; }

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh; }

.venoframe.vbvid {
  height: 260px; }

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 640px;
    height: 360px; } }
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh; }

  .venoframe.vbvid {
    width: 960px;
    height: 540px; } }
/*
Please do NOT edit this part!
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden; }

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%; }

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px; }

.vbox-container img {
  max-width: 100%;
  height: auto; }

.vbox-figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial; }

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vbox-content.swipe-left {
  margin-left: -200px !important; }

.vbox-content.swipe-right {
  margin-left: 200px !important; }

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out; }

/* ---------- preloader ----------
 * SPINKIT
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-rotating-plane {
  background-color: #333;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0); }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.sk-double-bounce {
  position: relative; }

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%; }

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5); }

  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg); }

  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg); }

  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.sk-spinner-pulse {
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

.sk-chasing-dots {
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear; }

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out; }

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

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

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

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: '';
  background-color: #333; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto; }

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: .1s;
  animation-delay: .1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0; }

  40% {
    opacity: 1; } }

.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1; }

  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0);
    transform: perspective(140px) rotateX(0);
    opacity: 1; }

  100%, 90% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.x-create #section-one {
  min-height: 100vh;
  width: 100%;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  position: relative; }

.x-create #section-one .section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0; }

.x-create #section-one .section-background {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.x-create #section-one h1, .x-create #section-one .h1, .x-create #section-one .h1--mini, .x-create #section-one .product-single__title, .x-create #section-one
.product-single__price {
  color: #f36c23;
  font-size: 120px;
  font-weight: 700;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  text-transform: uppercase;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 66ms;
  margin: 0;
  position: absolute;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  resize: vertical;
  height: 100vh;
  text-align: center;
  top: 0; }

.x-create #section-one .section-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  resize: vertical;
  height: 100%;
  text-align: center;
  position: relative; }

.x-create #section-one .section-content p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: justify;
  line-height: 2.5;
  padding: 0 30%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 40vh; }

.x-create #section-one.opened h1, .x-create #section-one.opened .h1, .x-create #section-one.opened .h1--mini, .x-create #section-one.opened .product-single__title, .x-create #section-one.opened
.product-single__price {
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.x-create #section-two {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-two .section-content {
  height: 100%;
  text-align: center;
  z-index: 5; }

.x-create #section-two .section-content .section-column-first {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vh; }

.x-create #section-two .section-content .section-column-first .section-background {
  width: 100%;
  height: 100%;
  position: relative; }

.x-create #section-two .section-content .section-column-first .section-column-first-heading {
  color: #f36c23;
  font-size: 180px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-two .section-content .section-column-first .section-column-first-heading .first-line, .x-create #section-two .section-content .section-column-first .section-column-first-heading .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-two .section-content .section-column-first .section-column-first-heading .first-line .letter, .x-create #section-two .section-content .section-column-first .section-column-first-heading .second-line .letter {
  justify-self: left; }

.x-create #section-two .section-content .section-column-first .section-column-first-heading .first-line .letter.last, .x-create #section-two .section-content .section-column-first .section-column-first-heading .second-line .letter.last {
  padding-left: 15px; }

.x-create #section-two .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100vh;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.x-create #section-two .section-content .section-column-first .section-column-first-content .first-line, .x-create #section-two .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-two .section-content .section-column-first .section-column-first-content .first-line .letter, .x-create #section-two .section-content .section-column-first .section-column-first-content .second-line .letter {
  justify-self: left; }

.x-create #section-two .section-content .section-column-first .section-column-first-content .first-line .letter.last, .x-create #section-two .section-content .section-column-first .section-column-first-content .second-line .letter.last {
  padding-left: 15px; }

.x-create #section-two .section-content .section-column-second {
  width: 65%;
  float: left;
  margin-left: -65%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden; }

.x-create #section-two .section-content .section-column-second .section-column-second-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  background: #424242; }

.x-create #section-two .section-content .section-column-second .section-text {
  padding-top: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-two .section-content .section-column-second .section-text p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: justify;
  line-height: 2.5;
  padding: 0 20%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.x-create #section-two .section-content .section-column-second .section-items-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item {
  margin: 0 5%;
  width: 75%;
  min-width: 0; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-image {
  height: 355px; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-number {
  font-size: 120px;
  color: #fff;
  text-align: left;
  font-weight: bold; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-heading {
  text-align: left;
  color: #f36c23;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  height: 60px; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-text {
  text-align: left;
  color: #ABABAB;
  font-size: 18px;
  margin-top: 20px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-link {
  text-align: left;
  margin-top: 20px; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-link a.show-item-description, .x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-link a.show-item-description:visited {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f36c23; }

.x-create #section-two .section-content .section-column-second .section-items-row .section-item .section-item-link a.show-item-description:hover {
  text-decoration: none; }

.x-create #section-two.opened .section-content .section-column-first .section-column-first-heading {
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.x-create #section-two.opened .section-content .section-column-first .section-column-first-content {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition-delay: 1s;
  background: rgba(255, 255, 255, 0.85); }

.x-create #section-two.opened .section-content .section-column-second .section-column-second-content {
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms, -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.x-create #section-three {
  height: 110vh;
  width: 100%;
  background: #424242; }

.x-create #section-three .section-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  resize: vertical;
  height: 100%;
  text-align: center; }

.x-create #section-three .section-content .section-gallery {
  margin: 2.5% 0; }

.x-create #section-three .section-content .section-gallery .section-gallery-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 5%; }

.x-create #section-three .section-content .section-gallery .section-gallery-wrapper .slick-prev:before {
  content: "<";
  color: #f36c23;
  font-size: 55px;
  font-weight: bold;
  position: relative;
  bottom: 15px; }

.x-create #section-three .section-content .section-gallery .section-gallery-wrapper .slick-next:before {
  content: ">";
  color: #f36c23;
  font-size: 55px;
  font-weight: bold;
  position: relative;
  bottom: 15px; }

.x-create #section-three .section-content .section-gallery .section-gallery-wrapper .gallery-item {
  margin: 0 1.5%; }

.x-create #section-three .section-content .section-gallery .section-gallery-wrapper .gallery-item :hover {
  cursor: pointer; }

.x-create #section-three .section-content .section-video {
  height: 80vh;
  width: 100%;
  position: relative; }

.x-create #section-three .section-content .section-video .section-video-layout {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; }

.x-create #section-three .section-content .section-video .section-video-layout .button-play {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100%;
  font-size: 120px;
  font-weight: bold;
  text-decoration: underline;
  color: #f36c23; }

.x-create #section-three .section-content .section-video .section-video-layout .button-play:hover {
  cursor: pointer; }

.x-create #section-four {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-four .section-content {
  height: 100%;
  text-align: center;
  z-index: 5; }

.x-create #section-four .section-content .section-column-first {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vh; }

.x-create #section-four .section-content .section-column-first .section-background {
  width: 100%;
  height: 100%;
  position: relative; }

.x-create #section-four .section-content .section-column-first .section-column-first-heading {
  color: #f36c23;
  font-size: 180px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-four .section-content .section-column-first .section-column-first-heading .first-line, .x-create #section-four .section-content .section-column-first .section-column-first-heading .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-four .section-content .section-column-first .section-column-first-heading .first-line .letter, .x-create #section-four .section-content .section-column-first .section-column-first-heading .second-line .letter {
  justify-self: center; }

.x-create #section-four .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 76px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100vh;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.x-create #section-four .section-content .section-column-first .section-column-first-content .first-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-four .section-content .section-column-first .section-column-first-content .first-line .letter {
  justify-self: center; }

.x-create #section-four .section-content .section-column-first .section-column-first-content .second-line {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 33% 33%;
  grid-template-columns: 33% 33% 33%; }

.x-create #section-four .section-content .section-column-first .section-column-first-content .second-line .letter {
  justify-self: center; }

.x-create #section-four .section-content .section-column-second {
  width: 65%;
  float: left;
  margin-left: -65%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden; }

.x-create #section-four .section-content .section-column-second .section-column-second-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  background: #424242; }

.x-create #section-four .section-content .section-column-second .section-items {
  padding-top: 10%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item {
  margin: 0 5%;
  width: 75%; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-image {
  height: 355px; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-number {
  font-size: 120px;
  color: #fff;
  text-align: left;
  font-weight: bold; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-heading {
  text-align: left;
  color: #f36c23;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  height: 60px; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-text {
  text-align: left;
  color: #ABABAB;
  font-size: 18px;
  margin-top: 20px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link {
  text-align: left;
  margin-top: 20px; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link a.show-item-description, .x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link a.show-item-description:visited {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f36c23; }

.x-create #section-four .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link a.show-item-description:hover {
  text-decoration: none; }

.x-create #section-four.opened .section-content .section-column-first .section-column-first-heading {
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.x-create #section-four.opened .section-content .section-column-first .section-column-first-content {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition-delay: 1s;
  background: rgba(0, 0, 0, 0.85); }

.x-create #section-four.opened .section-content .section-column-second .section-column-second-content {
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms, -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.x-create #section-five, .x-create #section-eight, .x-create #section-ten {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-five .section-wrapper, .x-create #section-eight .section-wrapper, .x-create #section-ten .section-wrapper {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.x-create #section-six {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-six .section-content {
  height: 100%;
  text-align: center;
  z-index: 5; }

.x-create #section-six .section-content .section-column-first {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vh; }

.x-create #section-six .section-content .section-column-first .section-background {
  width: 100%;
  height: 100%;
  position: relative; }

.x-create #section-six .section-content .section-column-first .section-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.x-create #section-six .section-content .section-column-first .section-column-first-heading {
  color: #f36c23;
  font-size: 180px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-six .section-content .section-column-first .section-column-first-heading .first-line, .x-create #section-six .section-content .section-column-first .section-column-first-heading .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-six .section-content .section-column-first .section-column-first-heading .second-line {
  font-size: 60px; }

.x-create #section-six .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100vh;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.x-create #section-six .section-content .section-column-first .section-column-first-content .first-line, .x-create #section-six .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-six .section-content .section-column-first .section-column-first-content .second-line {
  font-size: 60px; }

.x-create #section-six .section-content .section-column-second {
  width: 50%;
  float: left;
  margin-left: -50%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden; }

.x-create #section-six .section-content .section-column-second .section-column-second-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  background: #fff; }

.x-create #section-six .section-content .section-column-second .section-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-six .section-content .section-column-second .section-items .section-item {
  margin: 10% 5%;
  height: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-six .section-content .section-column-second .section-items .section-item .section-item-number {
  font-size: 120px;
  color: #f36c23;
  text-align: left;
  font-weight: bold; }

.x-create #section-six .section-content .section-column-second .section-items .section-item .section-item-heading {
  text-align: left;
  color: #f36c23;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  height: 60px; }

.x-create #section-six .section-content .section-column-second .section-items .section-item .section-item-text {
  text-align: left;
  color: #424242;
  font-size: 18px;
  margin-top: 20px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis; }

.x-create #section-six .section-content .section-column-second .section-items .section-item .section-item-link {
  text-align: left;
  margin-top: 20px; }

.x-create #section-six .section-content .section-column-second .section-items .section-item .section-item-link a.show-item-description, .x-create #section-six .section-content .section-column-second .section-items .section-item .section-item-link a.show-item-description:visited {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f36c23; }

.x-create #section-six .section-content .section-column-second .section-items .section-item .section-item-link a.show-item-description:hover {
  text-decoration: none; }

.x-create #section-six.opened .section-content .section-column-first .section-column-first-heading {
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.x-create #section-six.opened .section-content .section-column-first .section-column-first-content {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition-delay: 1s; }

.x-create #section-six.opened .section-content .section-column-second .section-column-second-content {
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms, -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.x-create #section-seven {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-seven .section-content {
  height: 100%;
  text-align: center;
  z-index: 5; }

.x-create #section-seven .section-content .section-column-first {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vh; }

.x-create #section-seven .section-content .section-column-first .section-background {
  width: 100%;
  height: 100%;
  position: relative; }

.x-create #section-seven .section-content .section-column-first .section-column-first-heading {
  color: #f36c23;
  font-size: 180px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-seven .section-content .section-column-first .section-column-first-heading .first-line, .x-create #section-seven .section-content .section-column-first .section-column-first-heading .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-seven .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100vh;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.x-create #section-seven .section-content .section-column-first .section-column-first-content .first-line, .x-create #section-seven .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-seven .section-content .section-column-second {
  width: 65%;
  float: left;
  margin-left: -65%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden; }

.x-create #section-seven .section-content .section-column-second .section-column-second-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  background: #424242; }

.x-create #section-seven .section-content .section-column-second .section-text {
  padding-top: 20%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-seven .section-content .section-column-second .section-text p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: justify;
  line-height: 2.5;
  padding: 0 20%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.x-create #section-seven .section-content .section-column-second .section-items-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item {
  margin: 0 5%;
  width: 75%; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-image {
  height: 355px; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-number {
  font-size: 120px;
  color: #fff;
  text-align: left;
  font-weight: bold; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-heading {
  text-align: left;
  color: #f36c23;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  height: 60px;
  margin-top: 20px; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-text {
  text-align: left;
  color: #ABABAB;
  font-size: 18px;
  margin-top: 20px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-link {
  text-align: left;
  margin-top: 20px; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-link a.show-item-description, .x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-link a.show-item-description:visited {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f36c23; }

.x-create #section-seven .section-content .section-column-second .section-items-row .section-item .section-item-link a.show-item-description:hover {
  text-decoration: none; }

.x-create #section-seven.opened .section-content .section-column-first .section-column-first-heading {
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.x-create #section-seven.opened .section-content .section-column-first .section-column-first-content {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition-delay: 1s;
  background: rgba(255, 255, 255, 0.85); }

.x-create #section-seven.opened .section-content .section-column-second .section-column-second-content {
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms, -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.x-create #section-nine {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-nine .section-content {
  height: 100%;
  text-align: center;
  z-index: 5; }

.x-create #section-nine .section-content .section-column-first {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vh; }

.x-create #section-nine .section-content .section-column-first .section-background {
  width: 100%;
  height: 100%;
  position: relative; }

.x-create #section-nine .section-content .section-column-first .section-column-first-heading {
  color: #f36c23;
  font-size: 180px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-nine .section-content .section-column-first .section-column-first-heading .first-line, .x-create #section-nine .section-content .section-column-first .section-column-first-heading .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-nine .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100vh;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.x-create #section-nine .section-content .section-column-first .section-column-first-content .first-line, .x-create #section-nine .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-nine .section-content .section-column-second {
  width: 65%;
  float: left;
  margin-left: -65%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden; }

.x-create #section-nine .section-content .section-column-second .section-column-second-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  background: #424242; }

.x-create #section-nine .section-content .section-column-second .section-items {
  padding-top: 10%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10% 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item {
  margin: 0 5%;
  width: 75%; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-image {
  height: 355px; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-number {
  font-size: 120px;
  color: #fff;
  text-align: left;
  font-weight: bold; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-heading {
  text-align: left;
  color: #f36c23;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  height: 60px; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-text {
  text-align: left;
  color: #ABABAB;
  font-size: 18px;
  margin-top: 20px;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link {
  text-align: left;
  margin-top: 20px; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link a.show-item-description, .x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link a.show-item-description:visited {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f36c23; }

.x-create #section-nine .section-content .section-column-second .section-items .section-items-row .section-item .section-item-link a.show-item-description:hover {
  text-decoration: none; }

.x-create #section-nine.opened .section-content .section-column-first .section-column-first-heading {
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.x-create #section-nine.opened .section-content .section-column-first .section-column-first-content {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition-delay: 1s;
  background: rgba(0, 0, 0, 0.85); }

.x-create #section-nine.opened .section-content .section-column-second .section-column-second-content {
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms, -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.x-create #section-eleven {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-eleven .section-content {
  height: 100%;
  text-align: center;
  z-index: 5; }

.x-create #section-eleven .section-content .section-column-first {
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vh; }

.x-create #section-eleven .section-content .section-column-first .section-background {
  width: 100%;
  height: 100%;
  position: relative; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-heading {
  color: #f36c23;
  font-size: 180px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-heading .first-line, .x-create #section-eleven .section-content .section-column-first .section-column-first-heading .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-heading .first-line.no-space, .x-create #section-eleven .section-content .section-column-first .section-column-first-heading .second-line.no-space {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-heading .first-line.no-space div, .x-create #section-eleven .section-content .section-column-first .section-column-first-heading .second-line.no-space div {
  padding: 0 2%; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-heading .second-line {
  font-size: 60px; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100vh;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-content .first-line, .x-create #section-eleven .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-content .first-line.no-space, .x-create #section-eleven .section-content .section-column-first .section-column-first-content .second-line.no-space {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-content .first-line.no-space div, .x-create #section-eleven .section-content .section-column-first .section-column-first-content .second-line.no-space div {
  padding: 0 2%; }

.x-create #section-eleven .section-content .section-column-first .section-column-first-content .second-line {
  font-size: 60px; }

.x-create #section-eleven .section-content .section-column-second {
  width: 50%;
  float: left;
  margin-left: -50%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden; }

.x-create #section-eleven .section-content .section-column-second .section-column-second-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  background: #fff; }

.x-create #section-eleven .section-content .section-column-second .section-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-eleven .section-content .section-column-second .section-items .section-item {
  margin: 7.5% 15%;
  height: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.x-create #section-eleven .section-content .section-column-second .section-items .section-item .section-item-icon {
  margin-left: -25px; }

.x-create #section-eleven .section-content .section-column-second .section-items .section-item .section-item-heading {
  text-align: left;
  color: #f36c23;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin: 10px 0;
  font-weight: bold;
  height: 60px; }

.x-create #section-eleven .section-content .section-column-second .section-items .section-item .section-item-text {
  text-align: left;
  color: #424242;
  font-size: 18px;
  margin-top: 30px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis; }

.x-create #section-eleven.opened .section-content .section-column-first .section-column-first-heading {
  transition-duration: 333ms;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  opacity: 0; }

.x-create #section-eleven.opened .section-content .section-column-first .section-column-first-content {
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition-delay: 1s;
  background: rgba(0, 0, 0, 0.85); }

.x-create #section-eleven.opened .section-content .section-column-second .section-column-second-content {
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms, -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.x-create #section-twelve {
  min-height: 100vh;
  width: 100%;
  position: relative; }

.x-create #section-twelve .section-wrapper {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.x-create #section-twelve .section-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  resize: vertical;
  height: 100%;
  text-align: center;
  z-index: 5; }

.x-create #section-twelve .section-content .section-column-first {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  height: 100vh;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  left: 0; }

.x-create #section-twelve .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15%; }

.x-create #section-twelve .section-content .section-column-first .section-column-first-content .first-line, .x-create #section-twelve .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.x-create #section-twelve .section-content .section-column-first .section-column-first-content .second-line {
  font-size: 60px; }

.x-create #section-twelve .section-content .section-column-second {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  text-align: left; }

.x-create #section-twelve .section-content .section-column-second .section-form {
  margin: 10% 5%; }

#section-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.5s, visibility 0s 1.5s; }

#section-modal.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 1.5s; }

#section-modal .section-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  resize: vertical;
  height: 100%;
  text-align: center;
  z-index: 5; }

#section-modal .section-content .section-column-first {
  width: 30%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  height: 100vh;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  left: 0; }

#section-modal .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15%; }

#section-modal .section-content .section-column-first .section-column-first-content .first-line, #section-modal .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#section-modal .section-content .section-column-first .section-column-first-content .second-line {
  font-size: 60px; }

#section-modal .section-content .section-column-second {
  width: 70%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  text-align: left; }

#section-modal .section-content .section-column-second .section-column-second-content {
  margin: 10% 5%; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-close {
  font-size: 24px;
  color: #f36c23;
  padding: 7px 15px;
  border: 1px solid #f36c23;
  width: 45px;
  margin-bottom: 50px; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-close:hover {
  cursor: pointer; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-wrapper .modal-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-wrapper .modal-left .modal-number {
  text-align: left;
  color: #f36c23;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: bold; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-wrapper .modal-left .modal-header {
  margin-top: 5px;
  text-align: left;
  color: #f36c23;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-wrapper .modal-left .modal-text {
  margin-top: 35px;
  text-align: left;
  color: #424242;
  font-size: 18px; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-wrapper .modal-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%; }

#section-modal .section-content .section-column-second .section-column-second-content .modal-wrapper .modal-right .modal-image {
  height: 60vh;
  width: 100%;
  margin-left: 10%; }

#section-modal-build, #section-modal-features, #section-modal-modules, #section-modal-attachments, #section-modal-functional-training {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 4;
  width: 100%;
  height: 100%;
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1);
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1), -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1); }

#section-modal-build .section-content, #section-modal-features .section-content, #section-modal-modules .section-content, #section-modal-attachments .section-content, #section-modal-functional-training .section-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

#section-modal-build .section-content .section-column-first, #section-modal-features .section-content .section-column-first, #section-modal-modules .section-content .section-column-first, #section-modal-attachments .section-content .section-column-first, #section-modal-functional-training .section-content .section-column-first {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  height: 100vh; }

#section-modal-build .section-content .section-column-first .section-background, #section-modal-features .section-content .section-column-first .section-background, #section-modal-modules .section-content .section-column-first .section-background, #section-modal-attachments .section-content .section-column-first .section-background, #section-modal-functional-training .section-content .section-column-first .section-background {
  width: 100%;
  height: 100%;
  position: relative; }

#section-modal-build .section-content .section-column-first .section-column-first-content, #section-modal-features .section-content .section-column-first .section-column-first-content, #section-modal-modules .section-content .section-column-first .section-column-first-content, #section-modal-attachments .section-content .section-column-first .section-column-first-content, #section-modal-functional-training .section-content .section-column-first .section-column-first-content {
  color: #f36c23;
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  height: 100vh;
  top: 0;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  padding: 0 5%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  transition-delay: 1s;
  background: rgba(0, 0, 0, 0.9); }

#section-modal-build .section-content .section-column-first .section-column-first-content .first-line, #section-modal-build .section-content .section-column-first .section-column-first-content .second-line, #section-modal-features .section-content .section-column-first .section-column-first-content .first-line, #section-modal-features .section-content .section-column-first .section-column-first-content .second-line, #section-modal-modules .section-content .section-column-first .section-column-first-content .first-line, #section-modal-modules .section-content .section-column-first .section-column-first-content .second-line, #section-modal-attachments .section-content .section-column-first .section-column-first-content .first-line, #section-modal-attachments .section-content .section-column-first .section-column-first-content .second-line, #section-modal-functional-training .section-content .section-column-first .section-column-first-content .first-line, #section-modal-functional-training .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#section-modal-build .section-content .section-column-first .section-column-first-content .first-line .letter, #section-modal-build .section-content .section-column-first .section-column-first-content .second-line .letter, #section-modal-features .section-content .section-column-first .section-column-first-content .first-line .letter, #section-modal-features .section-content .section-column-first .section-column-first-content .second-line .letter, #section-modal-modules .section-content .section-column-first .section-column-first-content .first-line .letter, #section-modal-modules .section-content .section-column-first .section-column-first-content .second-line .letter, #section-modal-attachments .section-content .section-column-first .section-column-first-content .first-line .letter, #section-modal-attachments .section-content .section-column-first .section-column-first-content .second-line .letter, #section-modal-functional-training .section-content .section-column-first .section-column-first-content .first-line .letter, #section-modal-functional-training .section-content .section-column-first .section-column-first-content .second-line .letter {
  justify-self: left; }

#section-modal-build .section-content .section-column-first .section-column-first-content .first-line .letter.last, #section-modal-build .section-content .section-column-first .section-column-first-content .second-line .letter.last, #section-modal-features .section-content .section-column-first .section-column-first-content .first-line .letter.last, #section-modal-features .section-content .section-column-first .section-column-first-content .second-line .letter.last, #section-modal-modules .section-content .section-column-first .section-column-first-content .first-line .letter.last, #section-modal-modules .section-content .section-column-first .section-column-first-content .second-line .letter.last, #section-modal-attachments .section-content .section-column-first .section-column-first-content .first-line .letter.last, #section-modal-attachments .section-content .section-column-first .section-column-first-content .second-line .letter.last, #section-modal-functional-training .section-content .section-column-first .section-column-first-content .first-line .letter.last, #section-modal-functional-training .section-content .section-column-first .section-column-first-content .second-line .letter.last {
  padding-left: 15px; }

#section-modal-build .section-content .section-column-second, #section-modal-features .section-content .section-column-second, #section-modal-modules .section-content .section-column-second, #section-modal-attachments .section-content .section-column-second, #section-modal-functional-training .section-content .section-column-second {
  width: 75%;
  float: left;
  margin-left: -75%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden; }

#section-modal-build .section-content .section-column-second .section-column-second-content, #section-modal-features .section-content .section-column-second .section-column-second-content, #section-modal-modules .section-content .section-column-second .section-column-second-content, #section-modal-attachments .section-content .section-column-second .section-column-second-content, #section-modal-functional-training .section-content .section-column-second .section-column-second-content {
  transition: -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  transition: transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms, -webkit-transform 666ms cubic-bezier(0.666, 0, 0.333, 1) 333ms;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff; }

#section-modal-build .section-content .section-column-second .section-items, #section-modal-features .section-content .section-column-second .section-items, #section-modal-modules .section-content .section-column-second .section-items, #section-modal-attachments .section-content .section-column-second .section-items, #section-modal-functional-training .section-content .section-column-second .section-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#section-modal-build .section-content .section-column-second .section-items .section-item, #section-modal-features .section-content .section-column-second .section-items .section-item, #section-modal-modules .section-content .section-column-second .section-items .section-item, #section-modal-attachments .section-content .section-column-second .section-items .section-item, #section-modal-functional-training .section-content .section-column-second .section-items .section-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  padding: 0 10%;
  width: 100%; }

#section-modal-build .section-content .section-column-second .section-items .section-item .modal-left, #section-modal-features .section-content .section-column-second .section-items .section-item .modal-left, #section-modal-modules .section-content .section-column-second .section-items .section-item .modal-left, #section-modal-attachments .section-content .section-column-second .section-items .section-item .modal-left, #section-modal-functional-training .section-content .section-column-second .section-items .section-item .modal-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

#section-modal-build .section-content .section-column-second .section-items .section-item .modal-left .modal-number, #section-modal-features .section-content .section-column-second .section-items .section-item .modal-left .modal-number, #section-modal-modules .section-content .section-column-second .section-items .section-item .modal-left .modal-number, #section-modal-attachments .section-content .section-column-second .section-items .section-item .modal-left .modal-number, #section-modal-functional-training .section-content .section-column-second .section-items .section-item .modal-left .modal-number {
  text-align: left;
  color: #f36c23;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: bold; }

#section-modal-build .section-content .section-column-second .section-items .section-item .modal-left .modal-header, #section-modal-features .section-content .section-column-second .section-items .section-item .modal-left .modal-header, #section-modal-modules .section-content .section-column-second .section-items .section-item .modal-left .modal-header, #section-modal-attachments .section-content .section-column-second .section-items .section-item .modal-left .modal-header, #section-modal-functional-training .section-content .section-column-second .section-items .section-item .modal-left .modal-header {
  margin-top: 5px;
  text-align: left;
  color: #f36c23;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 6px; }

#section-modal-build .section-content .section-column-second .section-items .section-item .modal-left .modal-text, #section-modal-features .section-content .section-column-second .section-items .section-item .modal-left .modal-text, #section-modal-modules .section-content .section-column-second .section-items .section-item .modal-left .modal-text, #section-modal-attachments .section-content .section-column-second .section-items .section-item .modal-left .modal-text, #section-modal-functional-training .section-content .section-column-second .section-items .section-item .modal-left .modal-text {
  margin-top: 35px;
  text-align: left;
  color: #424242;
  font-size: 18px; }

#section-modal-build .section-content .section-column-second .section-items .section-item .modal-right, #section-modal-features .section-content .section-column-second .section-items .section-item .modal-right, #section-modal-modules .section-content .section-column-second .section-items .section-item .modal-right, #section-modal-attachments .section-content .section-column-second .section-items .section-item .modal-right, #section-modal-functional-training .section-content .section-column-second .section-items .section-item .modal-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%; }

#section-modal-build .section-content .section-column-second .section-items .section-item .modal-right .modal-image, #section-modal-features .section-content .section-column-second .section-items .section-item .modal-right .modal-image, #section-modal-modules .section-content .section-column-second .section-items .section-item .modal-right .modal-image, #section-modal-attachments .section-content .section-column-second .section-items .section-item .modal-right .modal-image, #section-modal-functional-training .section-content .section-column-second .section-items .section-item .modal-right .modal-image {
  width: 100%;
  margin-left: 10%; }

#section-modal-build .section-content .modal-close, #section-modal-features .section-content .modal-close, #section-modal-modules .section-content .modal-close, #section-modal-attachments .section-content .modal-close, #section-modal-functional-training .section-content .modal-close {
  font-size: 24px;
  color: #f36c23;
  padding: 7px 15px;
  border: 1px solid #f36c23;
  width: 45px;
  position: fixed;
  top: 80px;
  left: 32.5%;
  background: #fff; }

#section-modal-build .section-content .modal-close:hover, #section-modal-features .section-content .modal-close:hover, #section-modal-modules .section-content .modal-close:hover, #section-modal-attachments .section-content .modal-close:hover, #section-modal-functional-training .section-content .modal-close:hover {
  cursor: pointer; }

#section-modal-build.active, #section-modal-features.active, #section-modal-modules.active, #section-modal-attachments.active, #section-modal-functional-training.active {
  -webkit-transform: translateZ(0) translateZ(0);
  transform: translateZ(0) translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000; }

#section-modal-modules .section-content .section-column-first .section-column-first-content, #section-modal-features .section-content .section-column-first .section-column-first-content {
  font-size: 40px; }

#section-modal-modules .section-content .section-column-first .section-column-first-content .first-line, #section-modal-modules .section-content .section-column-first .section-column-first-content .second-line, #section-modal-features .section-content .section-column-first .section-column-first-content .first-line, #section-modal-features .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#section-modal-functional-training .section-content .section-column-first .section-column-first-content, #section-modal-attachments .section-content .section-column-first .section-column-first-content {
  font-size: 30px; }

#section-modal-functional-training .section-content .section-column-first .section-column-first-content .first-line, #section-modal-functional-training .section-content .section-column-first .section-column-first-content .second-line, #section-modal-attachments .section-content .section-column-first .section-column-first-content .first-line, #section-modal-attachments .section-content .section-column-first .section-column-first-content .second-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#section-modal-functional-training .section-content .section-column-first .section-column-first-content .second-line, #section-modal-attachments .section-content .section-column-first .section-column-first-content .second-line {
  font-size: 40px; }

#section-gallery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: #fff;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms linear 666ms, opacity 666ms cubic-bezier(0.666, 0, 0.333, 1);
  cursor: move; }

#section-gallery .section-gallery-image {
  height: 100vh;
  width: 100%; }

#section-gallery .section-gallery-image img {
  max-width: none;
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  -moz-user-select: none; }

#section-gallery .section-gallery-close {
  font-size: 24px;
  color: #f36c23;
  padding: 7px 15px;
  border: 1px solid #f36c23;
  width: 45px;
  position: absolute;
  top: 5%;
  right: 5%; }

#section-gallery .section-gallery-close:hover {
  cursor: pointer; }

#section-gallery.opened {
  visibility: visible;
  opacity: 1;
  transition: visibility 0ms linear, opacity 666ms cubic-bezier(0.666, 0, 0.333, 1);
  display: block; }

.overflow-hidden {
  overflow: hidden; }

.x-create-menu {
  width: 100%;
  height: 60px;
  background: #000;
  text-align: right;
  position: fixed;
  top: 0;
  z-index: 9;
  opacity: 1;
  display: block; }

.x-create-menu ul {
  padding: 0 15px;
  display: inline-block; }

.x-create-menu ul li {
  display: inline;
  padding: 0 10px;
  text-transform: uppercase; }

.x-create-menu ul li a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 15px; }

.x-create-menu ul li a.active {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #f36c23; }

.x-create-menu button {
  display: inline;
  margin-right: 30px;
  background: #000;
  border-radius: 5px;
  border: 1px solid #f36c23;
  color: #f36c23;
  padding: 10px 15px;
  position: relative;
  top: 5px; }

.mobile-only {
  display: none; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.stop-scrolling-animation {
  height: 100%;
  overflow: hidden; }

.stop-content-scrolling {
  height: 100vh;
  text-align: center;
  z-index: 5;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.section-empty-number {
  height: 120px; }

.space-letter {
  margin-right: 10px; }

.gallery-header {
  margin: 3% 0 0 5%;
  text-align: left;
  color: #f36c23;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 6px;
  height: 60px; }

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  background-color: #fff; }

.fancybox-caption {
  bottom: 0;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 20px 50px 44px !important;
  right: 0;
  text-align: right;
  border: none !important; }

.fancybox-caption:after {
  border: none !important; }

.fancybox-image {
  min-width: 800px !important; }

.video-button {
  color: #fff;
  font-size: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3% 0;
  margin-top: 8%; }

.video-button a {
  color: #fff; }

.menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.logo {
  margin-left: 3%;
  position: relative;
  top: 12px; }

.lifting-block-right-title {
  color: #000000;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 52px;
  padding: 0 45px 0; }

.lifting-first-block-padding {
  padding-bottom: 20px; }

.large-product-img {
  max-height: 325px !important; }

.lifting-large-img-height {
  max-height: 485px; }

.lifting-min-height-small {
  min-height: 110px; }

.lifting-min-height-medium {
  min-height: 185px; }

.lifting-titles {
  text-align: center; }

.functional-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.functional-block-right {
  max-width: 65%;
  padding-right: 0 !important; }

.functional-header-text {
  text-align: center; }

.functional-contact-button {
  margin-bottom: 40px; }

.functional-content-block-container {
  margin-bottom: 0; }

.top-functional-block-right-title {
  text-align: center; }

.functional-small-img {
  min-height: 250px; }

.functional-visibility {
  visibility: hidden;
  color: #fff; }

.p-rack {
  border-bottom: 1px solid #E6E6E7; }

@media (max-width: 1199px) {
  .p-rack .content_container {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px; } }
@media (max-width: 991px) {
  .p-rack .content_container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px; } }
.p-rack .collection-rack_padding-top {
  margin-top: 50px; }

@media (max-width: 991px) {
  .p-rack .rack-process__card {
    height: auto; } }
@media (min-width: 992px) {
  .p-rack .collection-rack__title {
    font-size: 46px; } }
.p-rack .rack-process__card-text ul {
  margin-left: 16px; }

.c-rack-hero {
  height: 100%;
  padding-top: 83px;
  position: relative;
  overflow: hidden;
  transition: 1s all;
  will-change: auto; }

@media (min-width: 992px) {
  .c-rack-hero {
    padding-top: 0; } }
@media (min-width: 1400px) {
  .c-rack-hero {
    /*height: calc(100vh - 140px);*/
    min-height: 850px; } }
.c-rack-hero__container {
  transition: opacity 0.8s;
  opacity: 1;
  min-height: 850px; }

@media (min-width: 992px) {
  .c-rack-hero__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 9.21875vw; } }
@media (min-width: 1200px) {
  .c-rack-hero__container {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; } }
.c-rack-hero__container_visible {
  opacity: 1; }

@media (min-width: 992px) {
  .c-rack-hero__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }
@media (min-width: 1200px) {
  .c-rack-hero__wrapper {
    min-height: calc(850px - 141px);
    width: 100%; } }
.c-rack-hero__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important; }

@media (min-width: 1400px) {
  .c-rack-hero__background {
    background-size: 100% 100% !important; } }
.c-rack-hero__background_width {
  background-size: auto 100% !important;
  margin-left: 0; }

.c-rack-hero__info {
  width: 50%; }

@media (max-width: 991px) {
  .c-rack-hero__info {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px; } }
.c-rack-hero__form {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

@media (max-width: 991px) {
  .c-rack-hero__form {
    width: 100%;
    margin-bottom: 40px; } }
.c-rack-hero__form .need-more-info-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 47px 42px;
  margin-bottom: 0;
  min-height: 569px; }

@media (max-width: 991px) {
  .c-rack-hero__form .need-more-info-form {
    padding: 42px 16px;
    min-height: 521px;
    width: 100%; } }
.c-rack-hero__form .klaviyo_form-two-steps > div {
  background: transparent; }

.c-rack-hero__form #first-step .form-1 .row {
  max-width: 344px;
  margin: 16px 0; }

@media (max-width: 1000px) {
  .c-rack-hero__form #first-step {
    padding-top: 16px;
    padding-bottom: 16px; } }
.c-rack-hero__form #first-step ul {
  list-style: square;
  margin-left: 16px;
  color: #242424; }

.c-rack-hero__form #first-step .form-1 .row input {
  max-width: 344px; }

.c-rack-hero__form #first-step label {
  color: #242424;
  margin-bottom: 9px; }

.c-rack-hero__form #first-step input[type="checkbox"] {
  background: transparent;
  border-color: #666666; }

.c-rack-hero__form #first-step input[type="button"] {
  margin-top: 31px;
  width: 100%; }

.c-rack-hero__form .klaviyo_form-two-steps .column-2 .row:first-child {
  margin-top: 0; }

.c-rack-hero__form .klaviyo_form-two-steps #first-step h2, .c-rack-hero__form .klaviyo_form-two-steps #first-step .h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #242424;
  max-width: 400px;
  text-align: left; }

@media (max-width: 991px) {
  .c-rack-hero__form .klaviyo_form-two-steps #first-step h2, .c-rack-hero__form .klaviyo_form-two-steps #first-step .h2 {
    font-size: 28px; } }
@media (max-width: 640px) {
  .c-rack-hero__form .klaviyo_form-two-steps #first-step h2, .c-rack-hero__form .klaviyo_form-two-steps #first-step .h2 {
    max-width: 100%; } }
.c-rack-hero__form #first-step .form-1 {
  max-width: 344px; }

.c-rack-hero__form .row-list {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0; }

.c-rack-hero__form #first-step label {
  margin-bottom: 9px; }

.c-rack-hero__form .klaviyo_form-two-steps .k_form-popup {
  background: #FFF; }

.c-rack-hero__title {
  font-family: Lato,sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  color: #FFFFFF; }

.c-rack-hero__title strong {
  font-family: Lato,sans-serif;
  font-weight: 800;
  color: #f36c23; }

@media (max-width: 991px) {
  .c-rack-hero__title {
    font-size: 28px; } }
.c-rack-hero__text {
  font-family: Lato,sans-serif;
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  max-width: 698px; }

@media (max-width: 991px) {
  .c-rack-hero__text {
    font-size: 16px; } }
.c-rack-hero .content_container {
  padding-bottom: 0;
  padding-top: 80px; }

@media (max-width: 991px) {
  .c-rack-hero .content_container {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 992px) {
  .c-rack-hero .content_container {
    padding-bottom: 80px; } }
.c-rack-banner {
  margin-top: 100px;
  min-height: 514px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 991px) {
  .c-rack-banner {
    margin-top: 50px; } }
.c-rack-banner__title {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 46px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 50%;
  margin-bottom: 0; }

@media (max-width: 991px) {
  .c-rack-banner__title {
    max-width: 100%;
    font-size: 28px; } }
.c-rack-banner__text {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF;
  margin-top: 18px;
  max-width: 50%; }

@media (max-width: 991px) {
  .c-rack-banner__text {
    max-width: 100%;
    font-size: 16px; } }
.c-rack-blocks__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px; }

@media (max-width: 991px) {
  .c-rack-blocks__container {
    display: block; } }
.c-rack-blocks__block {
  max-width: 498px;
  width: 33.33%;
  padding-left: 24px;
  padding-right: 24px; }

@media (max-width: 991px) {
  .c-rack-blocks__block {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px; } }
@media (max-width: 991px) {
  .c-rack-blocks__block:last-of-type {
    padding-bottom: 0; } }
.c-rack-blocks__title {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 28px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 0; }

.c-rack-blocks__title:after {
  content: '';
  position: absolute;
  background: #f36c23;
  width: 154px;
  height: 5px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.c-rack-blocks__text {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #242424;
  padding-top: 25px; }

@media (max-width: 991px) {
  .c-rack-blocks__text {
    font-size: 16px; } }
.c-advantages__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 991px) {
  .c-advantages__container {
    display: block; } }
.c-advantages__block {
  width: calc(50% - 15px);
  padding: 5.208vw 4.947vw;
  margin-bottom: 26px;
  min-height: 477px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important; }

@media (max-width: 991px) {
  .c-advantages__block {
    width: 100%; } }
.c-advantages__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 140%;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px; }

@media (max-width: 991px) {
  .c-advantages__title {
    font-size: 28px; } }
.c-advantages__title:after {
  content: '';
  position: absolute;
  background: #f36c23;
  width: 100px;
  height: 4px;
  bottom: 0;
  left: 0; }

.c-advantages__text {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 18px;
  line-height: 145%;
  color: #FFFFFF; }

@media (max-width: 991px) {
  .c-advantages__text {
    font-size: 16px; } }
.c-advantages__text ul {
  list-style: square;
  margin-left: 18px;
  margin-top: 18px; }

.c-advantages__text li {
  margin-bottom: 6px; }

.c-overview__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 50px;
  margin-left: calc(50vw - 1686px / 2); }

@media (max-width: 1699px) {
  .c-overview__container {
    padding-left: 137px;
    margin-left: 0; } }
@media (max-width: 1499px) {
  .c-overview__container {
    padding-left: 40px; } }
@media (max-width: 1359px) {
  .c-overview__container {
    margin-left: calc(50vw - 1200px / 2);
    padding-left: 20px; } }
@media (max-width: 1199px) {
  .c-overview__container {
    padding-left: 32px;
    margin-left: 0; } }
@media (max-width: 991px) {
  .c-overview__container {
    display: block;
    padding: 60px 0 30px; } }
.c-overview__info {
  padding-right: 65px;
  max-width: 55.46vw;
  min-width: 55.46vw; }

@media (max-width: 991px) {
  .c-overview__info {
    max-width: 100%;
    padding-right: 16px;
    padding-left: 16px; } }
.c-overview__img {
  min-width: 44.54vw;
  width: 44.54vw; }

@media (max-width: 991px) {
  .c-overview__img {
    width: calc(100% + 32px);
    margin-left: -16px; } }
@media (min-width: 1440px) {
  .c-overview__img {
    min-width: 718px;
    width: 718px; } }
@media (min-width: 1440px) {
  .c-overview__img img {
    width: 718px;
    height: 476px; } }
.c-overview__tab-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Lato';
  font-weight: 900;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.94px;
  text-transform: uppercase;
  color: #242424;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer; }

.c-overview__tab {
  padding-bottom: 15px;
  padding-right: 20px; }

.c-overview__tab-block {
  border-bottom: 1px solid #DFDFDF; }

.c-overview__tab-block .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c-overview__tab-block svg {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.c-overview__tab-block_opened .c-overview__tab-name {
  color: #f36c23; }

.c-overview__tab-block_opened svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.c-overview__tab-block_opened path {
  stroke: #f36c23; }

.c-tab-description__text {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #242424; }

.c-tab-description__text ul {
  list-style: square;
  margin-left: 18px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

@media (max-width: 1199px) {
  .c-tab-description__text ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; } }
.c-tab-description__text li {
  margin-bottom: 16px; }

@media (min-width: 1200px) {
  .c-tab-description__text li {
    max-width: 85%; } }
.c-tab-description__text p {
  margin-bottom: 20px; }

.c-tab-spec__row {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block; }

@media (max-width: 991px) {
  .c-tab-spec__row {
    border-bottom: 1px dashed #9A9BA3; } }
@media (max-width: 991px) {
  .c-tab-spec__row:last-of-type {
    border-bottom: none; } }
.c-tab-spec__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  text-transform: uppercase; }

.c-tab-spec__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #242424; }

.c-tab-spec__text ul {
  list-style: square;
  margin-left: 16px; }

.c-tab-faq__question {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c-tab-faq__arrow {
  background: #F5F5F6;
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  margin-right: 23px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.c-tab-faq__arrow .icon {
  width: 13px; }

.c-tab-faq__arrow svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.c-tab-faq__arrow path {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  stroke: #000000; }

.c-tab-faq__answer {
  font-size: 16px;
  line-height: 145%;
  color: #3D3D3D;
  padding-left: 57px; }

.c-tab-faq__row_opened svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.c-tab-faq__row_opened path {
  stroke: #f36c23; }

.p-rack .c-where-works .swiper-slide {
  max-width: 453px; }

@media (max-width: 768px) {
  .p-rack .c-where-works .swiper-slide {
    max-width: 320px; } }
.p-rack .c-where-works .showcase_item {
  width: 453px; }

@media (max-width: 768px) {
  .p-rack .c-where-works .showcase_item {
    width: 230px; } }
.p-rack .c-where-works .item_photo {
  height: 396px; }

@media (max-width: 768px) {
  .p-rack .c-where-works .item_photo {
    height: 320px; } }
.p-rack .c-where-works__title {
  position: relative;
  width: 100%;
  font-family: Lato, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #242424;
  padding: 0 15px;
  transition: .3s all;
  margin: 0;
  font-weight: 900;
  font-size: 16px;
  line-height: 155%; }

@media (max-width: 991px) {
  .p-rack .c-where-works__title {
    font-size: 15px; } }
.p-rack .c-where-works .showcase_nav .swiper-slide {
  font-weight: 600; }

.p-rack .c-where-works .showcase_nav .swiper-slide.active {
  font-weight: 800; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .p-rack .c-where-works__header {
    font-size: 38px !important; }

  .p-rack .c-where-works .showcase_nav .swiper-slide {
    font-size: 18px; } }
@media (min-width: 1400px) and (max-width: 1599px) {
  .p-rack .c-where-works .showcase_nav .swiper-slide {
    font-size: 20px; } }
@media (min-width: 1600px) and (max-width: 1900px) {
  .p-rack .c-where-works .showcase_nav .swiper-slide {
    font-size: 22px; } }
.p-rack .c-where-works .showcase_slider .swiper-button-prev, .p-rack .c-where-works .showcase_slider .swiper-button-next {
  top: 182px; }

@media (max-width: 991px) {
  .p-rack .c-where-works .showcase_slider .swiper-button-prev, .p-rack .c-where-works .showcase_slider .swiper-button-next {
    display: none; } }
@media (max-width: 991px) {
  .p-rack .c-where-works .showcase_section {
    padding-top: 0; } }
@media (max-width: 991px) {
  .p-rack .c-where-works .showcase_section .section_title {
    font-size: 32px; } }
@media (max-width: 991px) {
  .p-rack .c-where-works .showcase_item .item_photo {
    width: 230px;
    height: 199px; } }
@media (max-width: 991px) {
  .p-rack .c-where-works .showcase_item {
    width: 230px; } }
@media (max-width: 991px) {
  .p-rack .c-where-works .section_header {
    margin-bottom: 12px; } }
.p-rack .c-where-works .showcase_item .item_photo img {
  object-fit: contain; }

.c-accessories {
  overflow: hidden; }

.c-accessories__container {
  padding-top: 100px; }

@media (max-width: 991px) {
  .c-accessories__container {
    padding-top: 40px; } }
.c-accessories__slide {
  max-width: 453px;
  width: auto; }

.c-accessories__image {
  max-height: 396px;
  width: 453px;
  object-fit: contain; }

@media (max-width: 991px) {
  .c-accessories__image {
    width: 260px;
    height: 227px; } }
.c-accessories__slider {
  position: static;
  width: calc(100% + 50px);
  display: block;
  overflow: visible !important; }

@media (max-width: 991px) {
  .c-accessories__slider {
    width: 100%; } }
.c-accessories__header {
  font-weight: 900;
  font-size: 46px;
  line-height: 100%;
  color: #242424;
  margin-bottom: 71px; }

@media (max-width: 991px) {
  .c-accessories__header {
    margin-bottom: 40px;
    font-size: 28px; } }
.c-accessories__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 155%;
  text-transform: uppercase;
  color: #242424;
  margin-top: 18px; }

.c-accessories__desc {
  font-size: 16px;
  line-height: 21px;
  color: #242424; }

.c-accessories__desc ul {
  margin-top: 17px;
  margin-left: 16px;
  list-style: square; }

.c-accessories__desc li {
  margin-bottom: 8px; }

.c-accessories .swiper-button-prev svg,
.c-accessories .swiper-button-next svg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 22px;
  height: 24px;
  fill: #f36c23;
  transition: .3s all;
  margin: auto; }

.c-accessories .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.c-accessories .swiper-button-prev,
.c-accessories .swiper-button-next {
  outline: none;
  box-shadow: none;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #FFF;
  z-index: 2;
  cursor: pointer;
  margin: 0;
  top: 30%; }

@media (max-width: 991px) {
  .c-accessories .swiper-button-prev,
  .c-accessories .swiper-button-next {
    display: none; } }
.c-accessories .swiper-button-next:after,
.c-accessories .swiper-button-prev:after {
  display: none; }

.c-accessories .swiper-button-next.swiper-button-disabled,
.c-accessories .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

.c-accessories .swiper-horizontal > .swiper-scrollbar {
  left: 0; }

.c-accessories .swiper-scrollbar {
  margin-top: 50px;
  position: relative !important;
  width: 100%;
  max-width: calc(100% - 50px);
  left: auto;
  bottom: auto;
  height: 5px;
  background: #E8E8E8;
  border-radius: 0; }

@media (max-width: 991px) {
  .c-accessories .swiper-scrollbar {
    margin-top: 20px;
    max-width: 100%; } }
.c-accessories .swiper-scrollbar-drag {
  background: #535353; }

.c-accessories .swiper-slide {
  width: 453px; }

@media (max-width: 991px) {
  .c-accessories .swiper-slide {
    width: 260px; } }
.c-tab-downloads__row {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 991px) {
  .c-tab-downloads__row {
    display: block; } }
.c-tab-downloads__title {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #9A9BA3;
  margin-bottom: 12px; }

@media (min-width: 992px) {
  .c-tab-downloads__title {
    width: 40%;
    margin-right: 44px;
    margin-bottom: 0; } }
.c-tab-downloads__file-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.9375px;
  text-transform: uppercase;
  color: #000000;
  width: 60%; }

@media (max-width: 991px) {
  .c-tab-downloads__file-link {
    width: 100%; } }
.c-tab-downloads__file-link .icon {
  margin-right: 15px;
  width: 30px;
  height: auto; }

.c-tab-downloads__file-link svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 30px; }

.c-tab-downloads__file-link path {
  stroke: none; }

.c-tab-downloads__file-link:hover {
  color: #f36c23; }

.c-tab-downloads__warranty-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.9375px;
  text-transform: uppercase;
  color: #f36c23;
  width: fit-content; }

@media (max-width: 991px) {
  .c-tab-downloads__warranty-link {
    width: fit-content; } }
.c-tab-downloads__warranty-link .icon {
  margin-right: 15px;
  width: 30px;
  height: auto; }

.c-tab-downloads__warranty-link svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 30px; }

.c-tab-downloads__warranty-link path {
  stroke: none; }

.c-tab-downloads__warranty-link:hover {
  color: #000000; }

@media (min-width: 992px) {
  .c-r-bottom-form {
    padding-top: 50px; } }
@media (max-width: 991px) {
  .c-r-bottom-form {
    padding-left: 16px;
    padding-right: 16px; } }
@media (max-width: 991px) {
  .c-r-bottom-form #first-step {
    padding-top: 0; } }
.c-r-bottom-form #first-step #if-continue {
  width: 100%; }

.collection-rack_margin-bottom {
  margin-bottom: 50px; }

.collection-rack_padding-top {
  padding-top: 50px; }

@media (max-width: 991px) {
  .collection-rack_padding-top {
    padding-top: 0; } }
.collection-rack__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 16px; }

@media (max-width: 991px) {
  .collection-rack__title {
    font-size: 28px;
    line-height: 120%; } }
.collection-rack__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  max-width: 622px;
  color: #242424; }

@media (max-width: 991px) {
  .collection-rack__text {
    font-size: 16px;
    line-height: 150%; } }
@media (max-width: 1199px) {
  .collection-rack .content_container {
    max-width: 100%; } }
@media (max-width: 1199px) {
  .collection-rack .showcase_nav {
    max-width: 100%; } }
.banners-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

@media (max-width: 991px) {
  .banners-list {
    display: block; } }
.banners-list .content_container {
  position: static; }

.banners-list__pict {
  padding-top: 425px;
  width: 100%; }

.banners-list__info {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 60px 70px; }

@media (max-width: 991px) {
  .banners-list__info {
    padding: 40px 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .banners-list__info {
    padding: 60px 20px; } }
.banners-list__banner {
  margin-right: 0;
  color: #FFFFFF;
  height: 425px;
  padding: 60px 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  position: relative; }

@media (max-width: 991px) {
  .banners-list__banner {
    margin-bottom: 15px;
    padding: 40px 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .banners-list__banner {
    padding: 60px 20px; } }
.banners-list__banner_3 {
  width: 32.29167%; }

@media (max-width: 991px) {
  .banners-list__banner_3 {
    width: 100%; } }
.banners-list__banner_2 {
  width: calc(50% - 13px); }

@media (max-width: 991px) {
  .banners-list__banner_2 {
    width: 100%; } }
.banners-list__banner_large {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 34px;
  height: 495px;
  padding-left: 0;
  padding-right: 0;
  cursor: auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 991px) {
  .banners-list__banner_large {
    margin-bottom: 25px; } }
.banners-list__banner_large .banners-list__pict {
  padding-top: 495px; }

.banners-list__banner_large .banners-list__info {
  bottom: unset;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.banners-list__banner:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.53031) 21.21%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1; }

.banners-list__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  object-fit: cover;
  object-position: center; }

.banners-list__banner-content {
  overflow: hidden; }

.banners-list__banner-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 120%;
  padding-bottom: 19px;
  position: relative;
  margin-bottom: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block; }

@media (max-width: 991px) {
  .banners-list__banner-title {
    font-size: 24px;
    line-height: 120%; } }
.banners-list__banner-title_h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 120%;
  padding-bottom: 0; }

@media (max-width: 991px) {
  .banners-list__banner-title_h1 {
    font-size: 28px;
    line-height: 120%; } }
.banners-list__banner-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f36c23;
  height: 4px;
  width: 100%; }

.banners-list__banner-title_h1:before {
  display: none; }

.banners-list__banner-button {
  background: #f36c23;
  color: #FFFFFF;
  text-transform: uppercase;
  min-width: 165px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-size: 15px;
  line-height: 18px;
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: 0.833333px; }

.banners-list__banner-button:hover {
  color: #FFFFFF; }

.banners-list__banner-text {
  max-width: 415px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px; }

@media (max-width: 991px) {
  .banners-list__banner-text {
    font-size: 16px;
    line-height: 25px; } }
.banners-list__list {
  font-weight: 500;
  padding-top: 8px; }

.banners-list_large .banners-list__banner-text {
  font-weight: 400; }

.banners-list__banner_large .banners-list__banner-text {
  max-width: 743px; }

.banners-list__banner-content:not(.content_container) .banners-list__hidden {
  /*display: none;*/
  max-height: 0;
  opacity: 0;
  transition: opacity .3s ease,margin .3s ease,max-height .5s;
  overflow: hidden; }

@media (max-width: 991px) {
  .banners-list__banner-content:not(.content_container) .banners-list__hidden {
    display: block;
    max-height: unset;
    opacity: 1; } }
@media (min-width: 992px) {
  .banners-list__banner:not(.banners-list__banner_large):hover .banners-list__hidden {
    opacity: 1;
    max-height: 250px; } }
.banners-list__banner_large .banners-list__banner-button {
  height: 50px;
  font-size: 15px;
  line-height: 18px;
  margin-top: 40px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.rack-customize {
  overflow: hidden; }

.rack-customize .rack-customize__title.section_title {
  font-size: 40px;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  color: #242424;
  white-space: normal; }

@media (max-width: 991px) {
  .rack-customize .rack-customize__title.section_title {
    font-size: 28px;
    line-height: 120%; } }
.rack-customize__title-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #242424;
  margin-top: 14px;
  max-width: 574px; }

@media (max-width: 991px) {
  .rack-customize__title-text {
    font-size: 16px;
    line-height: 150%; } }
.rack-customize__nav .rack-customize__tab-title.swiper-slide {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.94px;
  text-transform: uppercase;
  color: #797979;
  position: relative;
  padding-bottom: 14px; }

@media (max-width: 991px) {
  .rack-customize__nav .rack-customize__tab-title.swiper-slide {
    font-size: 16px;
    line-height: 25px; } }
.rack-customize__nav {
  position: static !important;
  width: auto;
  overflow: visible;
  max-width: calc(100% - 300px);
  margin-right: 0;
  margin-left: auto; }

@media (max-width: 1199px) {
  .rack-customize__nav {
    margin-top: 28px; } }
.rack-customize__nav:before {
  content: '';
  height: 1px;
  background: #EAEAEA;
  position: absolute;
  width: 100%;
  bottom: 0; }

.rack-customize .rack-customize__section-header.section_header {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 1199px) {
  .rack-customize .rack-customize__section-header.section_header {
    margin-bottom: 30px;
    display: block; } }
.rack-customize .showcase_item {
  width: 453px;
  outline: none; }

@media (max-width: 991px) {
  .rack-customize .showcase_item {
    width: 258px; } }
.rack-customize .vbox-item {
  outline: none; }

.rack-customize .showcase_item .item_photo {
  height: 396px;
  margin-bottom: 21px; }

@media (max-width: 991px) {
  .rack-customize .showcase_item .item_photo {
    height: 226px; } }
.rack-customize__card-title {
  font-weight: 900;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  text-transform: uppercase;
  color: #242424;
  max-width: 367px;
  margin-left: auto;
  margin-right: auto; }

.rack-customize .showcase_slider {
  overflow: visible; }

@media (max-width: 991px) {
  .rack-customize .showcase_slider .swiper-slide {
    max-width: 258px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .rack-customize .showcase_slider .swiper-slide {
    max-width: 453px; } }
.rack-customize__slider.showcase_slider .swiper-button-prev, .rack-customize .showcase_slider .swiper-button-next {
  top: 177px; }

@media (max-width: 991px) {
  .rack-customize__slider.showcase_slider .swiper-button-prev, .rack-customize .showcase_slider .swiper-button-next {
    display: none; } }
.rack-customize__slider.showcase_slider .swiper-button-prev {
  left: 10px; }

.rack-customize__slider.showcase_slider .swiper-button-next {
  right: 10px; }

.vbox-container {
  overflow-y: auto; }

.vbox-content {
  max-height: 80vh;
  height: 80vh; }

@media (max-width: 991px) {
  .rack-process .collection-rack__title {
    margin-top: 50px; } }
.rack-process__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 50px; }

@media (max-width: 991px) {
  .rack-process__container {
    display: block; } }
.rack-process__card {
  width: 32.29167%;
  margin-left: 15px;
  margin-right: 15px;
  height: 560px;
  padding: 42px 40px 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  background-size: cover !important; }

@media (max-width: 991px) {
  .rack-process__card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px 20px 40px;
    min-height: 402px;
    height: auto; } }
@media (min-width: 992px) and (max-width: 1279px) {
  .rack-process__card {
    padding: 42px 20px 60px; } }
@media (min-width: 1600px) {
  .rack-process__card {
    padding: 42px 70px 60px; } }
.rack-process__card:first-of-type {
  margin-left: 0; }

.rack-process__card:last-of-type {
  margin-right: 0; }

.rack-process__number {
  font-weight: 800;
  font-size: 55px;
  line-height: 70px;
  text-align: center;
  color: #FFFFFF; }

@media (max-width: 991px) {
  .rack-process__number {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 35px; } }
.rack-process__card-title {
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 19px; }

@media (max-width: 991px) {
  .rack-process__card-title {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 16px; } }
.rack-process__card-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 454px;
  margin-bottom: 0; }

@media (max-width: 991px) {
  .rack-process__card-text {
    font-size: 16px;
    line-height: 150%; } }
@media (min-width: 992px) and (max-width: 1599px) {
  .rack-process__card-text {
    font-size: 16px; } }
.rack-process__hidden {
  max-height: 0;
  opacity: 0;
  transition: opacity .6s ease,margin .3s ease,max-height .6s;
  overflow: hidden; }

@media (max-width: 991px) {
  .rack-process__hidden {
    display: block;
    max-height: unset;
    opacity: 1; } }
@media (min-width: 992px) {
  .rack-process__card:hover .rack-process__hidden {
    opacity: 1;
    max-height: 300px; } }
.c-rack-accessories__banner {
  height: 495px;
  background-size: cover !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.c-rack-accessories__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .c-rack-accessories__title {
    font-size: 28px;
    line-height: 120%; } }
.c-rack-accessories__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 18px;
  max-width: 640px; }

@media (max-width: 991px) {
  .c-rack-accessories__text {
    font-size: 16px;
    line-height: 150%; } }
@media (max-width: 991px) {
  .c-collection-accessories {
    margin-top: 40px; } }
.c-collection-accessories__header {
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .c-collection-accessories__header {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px; } }
.c-collection-accessories__title {
  font-weight: 900;
  font-size: 16px;
  line-height: 155%;
  text-transform: uppercase;
  color: #242424;
  margin-top: 18px;
  margin-bottom: 17px; }

@media (max-width: 991px) {
  .c-collection-accessories .swiper-slide {
    width: 258px; } }
@media (max-width: 991px) {
  .c-collection-accessories .c-accessories__image {
    max-height: 226px; } }
@media (max-width: 991px) {
  .c-collection-accessories .swiper-button-prev, .c-collection-accessories .swiper-button-next {
    display: none; } }
@media (min-width: 992px) and (max-width: 1280px) {
  .c-collection-accessories .swiper-button-next {
    right: 60px; } }
.c-rack-form {
  padding-top: 65px; }

@media (max-width: 991px) {
  .c-rack-form {
    padding-top: 0; } }
@media (max-width: 991px) {
  .c-rack-form #first-step {
    padding-top: 0;
    padding-bottom: 0; } }
.c-rack-form #first-step .rack-customize__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 38px; }

@media (max-width: 991px) {
  .c-rack-form #first-step .rack-customize__title {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px; } }
.c-rack-form .klaviyo_form-two-steps label {
  margin-bottom: 12px; }

@media (min-width: 992px) {
  .c-rack-form .klaviyo_form-two-steps #first-step .row,
  .c-rack-form .klaviyo_form-two-steps .row input,
  .c-rack-form .klaviyo_form-two-steps #first-step .form-1 {
    max-width: 478px; } }
.c-rack-form .klaviyo_form-two-steps input[type="button"] {
  width: 100%; }

@media (min-width: 992px) {
  .c-rack-form .klaviyo_form-two-steps input[type="button"] {
    width: 478px; } }
.c-rack-form .klaviyo_form-two-steps {
  margin-bottom: 0; }

/*
.c-rack-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100vh;
  height: auto;
}
.c-rack-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.1s -webkit-transform;
  transition: 0.1s -webkit-transform;
  -o-transition: 0.1s transform;
  transition: 0.1s transform;
  &:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(36, 36, 36, 0.65) 7.29%, rgba(9, 9, 9, 0.255185) 44.27%, rgba(0, 0, 0, 0) 95.31%);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.c-rack-hero__container {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0s top;
}
@media (max-width: 991px) {
  .c-rack-hero__bg {
    &:before {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(9, 9, 9, 0.255185) 45.46%, rgba(27, 27, 27, 0.676288) 62.85%, rgba(36, 36, 36, 0.9) 100%);
    }
  }
}
*/
.c-tank-hero .c-rack-hero__bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.c-tank-hero .c-rack-hero__bg:before {
  display: none; }

.c-tank-hero .gallery_product_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

.c-tank-hero .swiper-slide {
  height: auto;
  line-height: 0; }

.c-tank-hero .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(36, 36, 36, 0.65) 7.29%, rgba(9, 9, 9, 0.25519) 44.27%, transparent 95.31%);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat; }

.c-tank-hero .swiper-slide div {
  width: 100%;
  height: 100%;
  line-height: 0; }

.c-tank-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center; }

.c-tank-hero .gallery_product_thumbnail_slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 45px; }

.c-tank-hero .gallery_product_thumbnail_slider .swiper-slide {
  max-width: 324px;
  height: 185px;
  line-height: 0;
  cursor: pointer; }

.c-tank-hero .gallery_product_thumbnail_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center; }

.c-tank-hero .gallery_product_thumbnail_slider .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  border: 2px solid #000;
  transition: opacity 0.2s; }

.c-tank-hero .gallery_product_thumbnail_slider .swiper-slide-thumb-active:before {
  opacity: 1; }

.c-tank-hero .gallery_product_thumbnail_slider .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 5px;
  border-radius: 0;
  background: #E4E4E4; }

.c-tank-hero .gallery_product_thumbnail_slider .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #535353;
  opacity: 1;
  cursor: pointer; }

@media (max-width: 991px) {
  .c-tank-hero .gallery_product_thumbnail_slider .swiper-slide {
    max-width: 164px;
    height: 102px; } }
@media (max-width: 767px) {
  .c-tank-hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .c-tank-hero .content_container {
    padding-bottom: 0; }

  .c-tank-hero .c-rack-hero__form .need-more-info-form {
    padding-bottom: 0; }

  .c-tank-hero .c-rack-hero__bg {
    position: relative !important;
    top: 0 !important;
    bottom: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

  .c-rack-hero .content_container {
    top: 0 !important; }

  .scrollmagic-pin-spacer {
    top: 0 !important;
    bottom: 0 !important;
    padding: 0 !important;
    min-height: auto !important;
    height: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin: 0 !important; }

  .c-tank-hero .c-rack-hero__wrapper {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .c-tank-hero {
    padding-top: 0; }

  .c-tank-hero .gallery_product_thumbnail_slider {
    padding-top: 10px;
    padding-bottom: 30px; }

  .c-tank-hero .gallery_product_thumbnail_slider .swiper-slide {
    max-width: 104px;
    height: 60px; } }
.c-advantages__text {
  max-width: 660px; }

.c-related-products {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  margin: 0; }

.c-related-products .page-width {
  max-width: 1686px;
  padding-left: 20px;
  padding-right: 20px; }

.c-related-products .c-related-products__title {
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 1;
  text-transform: capitalize;
  color: #242424;
  width: 100%;
  margin: 0;
  margin-bottom: 58px; }

.c-related-product {
  position: relative;
  height: auto;
  max-width: 390px;
  padding: 0; }

.c-related-product__header {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  text-decoration: none;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 18px; }

.c-related-product__header:hover + .c-related-product__body .c-related-product__title {
  color: #f36c23;
  text-decoration: none; }

.c-related-product__header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center center;
  -o-object-position: center center; }

.c-related-product__body {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0; }

.c-related-product__title {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #242424;
  margin: 0; }

.c-related-product__title:hover {
  color: #f36c23;
  text-decoration: none; }

.c-related-products .c-related-products__swiper {
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 0; }

.c-related-products .c-related-products__swiper .swiper-scrollbar.c-related-products-scrollbar {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 100%;
  max-width: 100%;
  height: 5px;
  background-color: #E4E4E4;
  border-radius: 0;
  margin: 0;
  margin-top: 75px; }

.c-related-products .c-related-products__swiper .swiper-scrollbar.c-related-products-scrollbar .swiper-scrollbar-drag {
  cursor: pointer;
  background-color: #535353;
  border-radius: 0; }

.s-tank-video {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 0; }

.s-tank-video .s-tank-video__title {
  text-decoration: none;
  font-family: "Lato", "Arial", Helvetica, sans-serif;
  font-weight: 900;
  font-size: 46px;
  line-height: 100%;
  text-align: center;
  color: #242424;
  margin: 0;
  margin-bottom: 58px; }

.s-tank-video-video-wrapper {
  position: relative;
  width: 100%;
  height: 860px;
  max-height: 100vh;
  line-height: 0;
  margin: 0; }

.s-tank-video-video-wrapper #player {
  position: relative;
  width: 100%;
  height: 100%; }

.s-tank-video-video-wrapper .featured-video-wrapper-poster {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  background-position: center center;
  transition: .3s all; }

.s-tank-video-video-wrapper .featured-video-wrapper-poster.active {
  opacity: 0;
  visibility: hidden; }

.s-tank-video-video-wrapper .featured-video-wrapper-poster:hover:before {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: .8; }

.s-tank-video-video-wrapper .featured-video-wrapper-poster:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='70' height='70' fill='white'/%3E%3Cpath d='M47.9419 36.2084L27.3984 48.0692V24.3477L47.9419 36.2084Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s all;
  margin: auto; }

@media (max-width: 1199px) {
  .s-tank-video-video-wrapper {
    height: 700px; } }
@media (max-width: 991px) {
  .c-overview__container {
    padding-top: 20px; }

  .s-tank-video .s-tank-video__title {
    font-size: 28px; }

  .s-tank-video-video-wrapper {
    height: 500px; }

  .s-tank-video-video-wrapper .featured-video-wrapper-poster:before {
    width: 50px;
    height: 50px; }

  .c-related-products {
    padding-top: 50px;
    padding-bottom: 70px; }

  .c-related-products .c-related-products__title {
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 30px; }

  .c-related-product {
    max-width: 280px; }

  .c-related-product__header {
    margin-bottom: 16px; }

  .c-related-products__swiper .swiper-scrollbar.c-related-products-scrollbar {
    margin-top: 40px; }

  .c-overview__info {
    padding-bottom: 30px; } }
@media (max-width: 767px) {
  .s-tank-video-video-wrapper {
    height: 480px; } }
@media (max-width: 640px) {
  .c-tank-hero .klaviyo_form-two-steps #first-step .form-1 {
    margin-top: 0; }

  .s-tank-video-video-wrapper {
    height: 350px; } }
@media (max-width: 479px) {
  .s-tank-video-video-wrapper {
    height: 250px; }

  .c-tank-hero .c-rack-hero__bg {
    height: 300px; } }
@media (max-width: 399px) {
  .s-tank-video-video-wrapper {
    height: 200px; }

  .c-tank-hero .c-rack-hero__bg {
    height: 240px; } }
.c-rack-hero__form #first-step label {
  font-size: 16px;
  font-weight: 600; }

.c-rack-hero__form #first-step input[type="checkbox"] + label {
  font-size: 13px; }

.c-overview__tab-name {
  font-weight: 600; }

.c-overview__tab-block_opened .c-overview__tab-name {
  font-weight: 900; }

.c-advantages__block {
  background-position: center center !important; }

.c-tank-hero {
  padding-top: 0;
  height: auto;
  min-height: 700px; }

.c-tank-hero .c-rack-hero__bg {
  position: relative;
  max-height: 100vh;
  min-height: 870px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.c-tank-hero .c-rack-hero__bg .gallery_product_slider {
  height: auto; }

.c-tank-hero .c-rack-hero__wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 50px 0;
  padding-top: 100px; }

.c-tank-hero .c-rack-hero__container {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.c-tank-hero .swiper-slide {
  height: auto; }

.c-tank-hero .swiper-slide:before {
  display: none; }

@media (min-width: 1920px) {
  .c-tank-hero .c-rack-hero__bg {
    height: 100vh;
    min-height: 1098px; }

  .c-tank-hero .c-rack-hero__wrapper {
    height: 100vh;
    min-height: 1098px; } }
@media (max-width: 991px) {
  .c-tank-hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .c-tank-hero .c-rack-hero__bg {
    height: 580px;
    min-height: 0; }

  .c-tank-hero .c-rack-hero__wrapper {
    position: relative;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0; } }
@media (max-width: 767px) {
  .c-tank-hero .c-rack-hero__bg {
    height: 400px !important; } }
@media (max-width: 479px) {
  .c-tank-hero .c-rack-hero__bg {
    height: 300px !important; } }
@media (max-width: 399px) {
  .c-tank-hero .c-rack-hero__bg {
    height: 240px !important; } }
.has-secondary.product-card__image img.secondary {
  display: none; }

.has-secondary.product-card__image:hover img.secondary {
  display: block; }

.has-secondary.product-card__image:hover img.lazyloaded {
  display: none; }

#shopify-section-related-products {
  overflow: hidden; }
