/* ===========================================================================
    IMPORTS
=========================================================================== */
/* CORE
================================== */
.masonry {
  -webkit-transition: all;
  -moz-transition: all;
  transition: all;
  column-gap: 30px;
  column-fill: initial;
}
.masonry .brick {
  margin-bottom: 30px;
  display: inline-block; /* Fix the misalignment of items */
  vertical-align: top; /* Keep the item on the very top */
}
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}
.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.masonry.gutterless {
  column-gap: 0;
}
.masonry.gutterless .brick {
  margin-bottom: 0;
}
[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem;
}
[class~="col"],
[class*="col-"],
[class*="col_"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%;
}
[class~="col"],
[class*="col_"] {
  flex: 1 1 0%;
}
[class*="col-"] {
  flex: none;
}
[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0;
}
[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}
[class*="grid-"][class*="-noGutter"] > [class~="col"],
[class*="grid-"][class*="-noGutter"] > [class*="col-"] {
  padding: 0;
}
[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="grid-"][class*="-center"] {
  justify-content: center;
}
[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}
[class*="grid-"][class*="-middle"] {
  align-items: center;
}
[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="grid-"][class*="-column"] {
  flex-direction: column;
}
[class*="grid-"][class*="-column"] > [class*="col-"] {
  flex-basis: auto;
}
[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="grid-"][class*="-equalHeight"] > [class~="col"],
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  align-self: stretch;
}
[class*="grid-"][class*="-equalHeight"] > [class~="col"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
  height: 100%;
}
[class*="grid-"][class*="-noBottom"] > [class~="col"],
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0;
}
[class*="col-"][class*="-top"] {
  align-self: flex-start;
}
[class*="col-"][class*="-middle"] {
  align-self: center;
}
[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="col-"][class*="-first"] {
  order: -1;
}
[class*="col-"][class*="-last"] {
  order: 1;
}
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}
[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  flex-basis: 11.11111%;
  max-width: 11.11111%;
}
[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"] {
  flex-basis: 9.09091%;
  max-width: 9.09091%;
}
[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
@media (max-width: 80em) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"],
  [class*="_lg-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 64em) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"],
  [class*="_md-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 48em) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"],
  [class*="_sm-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 36em) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"],
  [class*="_xs-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%;
}
[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%;
}
[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%;
}
[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%;
}
[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%;
}
[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%;
}
[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%;
}
[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%;
}
[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%;
}
[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%;
}
[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%;
}
[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%;
}
[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%;
}
[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%;
}
[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%;
}
[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%;
}
@media (max-width: 80em) {
  [class~="grid"] > [class*="_lg-1"],
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="grid"] > [class*="_lg-2"],
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="grid"] > [class*="_lg-3"],
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_lg-4"],
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="grid"] > [class*="_lg-5"],
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="grid"] > [class*="_lg-6"],
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_lg-7"],
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="grid"] > [class*="_lg-8"],
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="grid"] > [class*="_lg-9"],
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_lg-10"],
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="grid"] > [class*="_lg-11"],
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="grid"] > [class*="_lg-12"],
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_lg-0"],
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_lg-1"],
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%;
  }
  [class~="grid"] > [data-push-left*="_lg-2"],
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%;
  }
  [class~="grid"] > [data-push-left*="_lg-3"],
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_lg-4"],
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%;
  }
  [class~="grid"] > [data-push-left*="_lg-5"],
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%;
  }
  [class~="grid"] > [data-push-left*="_lg-6"],
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_lg-7"],
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%;
  }
  [class~="grid"] > [data-push-left*="_lg-8"],
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%;
  }
  [class~="grid"] > [data-push-left*="_lg-9"],
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_lg-10"],
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%;
  }
  [class~="grid"] > [data-push-left*="_lg-11"],
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%;
  }
  [class~="grid"] > [data-push-right*="_lg-0"],
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_lg-1"],
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%;
  }
  [class~="grid"] > [data-push-right*="_lg-2"],
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%;
  }
  [class~="grid"] > [data-push-right*="_lg-3"],
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_lg-4"],
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%;
  }
  [class~="grid"] > [data-push-right*="_lg-5"],
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%;
  }
  [class~="grid"] > [data-push-right*="_lg-6"],
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_lg-7"],
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%;
  }
  [class~="grid"] > [data-push-right*="_lg-8"],
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%;
  }
  [class~="grid"] > [data-push-right*="_lg-9"],
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_lg-10"],
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%;
  }
  [class~="grid"] > [data-push-right*="_lg-11"],
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%;
  }
  [class~="grid"] [class*="_lg-first"],
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_lg-last"],
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"] {
    order: 1;
  }
}
@media (max-width: 64em) {
  [class~="grid"] > [class*="_md-1"],
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="grid"] > [class*="_md-2"],
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="grid"] > [class*="_md-3"],
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_md-4"],
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="grid"] > [class*="_md-5"],
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="grid"] > [class*="_md-6"],
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_md-7"],
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="grid"] > [class*="_md-8"],
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="grid"] > [class*="_md-9"],
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_md-10"],
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="grid"] > [class*="_md-11"],
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="grid"] > [class*="_md-12"],
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_md-0"],
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_md-1"],
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%;
  }
  [class~="grid"] > [data-push-left*="_md-2"],
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%;
  }
  [class~="grid"] > [data-push-left*="_md-3"],
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_md-4"],
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%;
  }
  [class~="grid"] > [data-push-left*="_md-5"],
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%;
  }
  [class~="grid"] > [data-push-left*="_md-6"],
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_md-7"],
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%;
  }
  [class~="grid"] > [data-push-left*="_md-8"],
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%;
  }
  [class~="grid"] > [data-push-left*="_md-9"],
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_md-10"],
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%;
  }
  [class~="grid"] > [data-push-left*="_md-11"],
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%;
  }
  [class~="grid"] > [data-push-right*="_md-0"],
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_md-1"],
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%;
  }
  [class~="grid"] > [data-push-right*="_md-2"],
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%;
  }
  [class~="grid"] > [data-push-right*="_md-3"],
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_md-4"],
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%;
  }
  [class~="grid"] > [data-push-right*="_md-5"],
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%;
  }
  [class~="grid"] > [data-push-right*="_md-6"],
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_md-7"],
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%;
  }
  [class~="grid"] > [data-push-right*="_md-8"],
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%;
  }
  [class~="grid"] > [data-push-right*="_md-9"],
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_md-10"],
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%;
  }
  [class~="grid"] > [data-push-right*="_md-11"],
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%;
  }
  [class~="grid"] [class*="_md-first"],
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_md-last"],
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"] {
    order: 1;
  }
}
@media (max-width: 48em) {
  [class~="grid"] > [class*="_sm-1"],
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="grid"] > [class*="_sm-2"],
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="grid"] > [class*="_sm-3"],
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_sm-4"],
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="grid"] > [class*="_sm-5"],
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="grid"] > [class*="_sm-6"],
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_sm-7"],
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="grid"] > [class*="_sm-8"],
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="grid"] > [class*="_sm-9"],
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_sm-10"],
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="grid"] > [class*="_sm-11"],
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="grid"] > [class*="_sm-12"],
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_sm-0"],
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_sm-1"],
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%;
  }
  [class~="grid"] > [data-push-left*="_sm-2"],
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%;
  }
  [class~="grid"] > [data-push-left*="_sm-3"],
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_sm-4"],
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%;
  }
  [class~="grid"] > [data-push-left*="_sm-5"],
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%;
  }
  [class~="grid"] > [data-push-left*="_sm-6"],
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_sm-7"],
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%;
  }
  [class~="grid"] > [data-push-left*="_sm-8"],
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%;
  }
  [class~="grid"] > [data-push-left*="_sm-9"],
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_sm-10"],
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%;
  }
  [class~="grid"] > [data-push-left*="_sm-11"],
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%;
  }
  [class~="grid"] > [data-push-right*="_sm-0"],
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_sm-1"],
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%;
  }
  [class~="grid"] > [data-push-right*="_sm-2"],
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%;
  }
  [class~="grid"] > [data-push-right*="_sm-3"],
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_sm-4"],
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%;
  }
  [class~="grid"] > [data-push-right*="_sm-5"],
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%;
  }
  [class~="grid"] > [data-push-right*="_sm-6"],
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_sm-7"],
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%;
  }
  [class~="grid"] > [data-push-right*="_sm-8"],
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%;
  }
  [class~="grid"] > [data-push-right*="_sm-9"],
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_sm-10"],
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%;
  }
  [class~="grid"] > [data-push-right*="_sm-11"],
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%;
  }
  [class~="grid"] [class*="_sm-first"],
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_sm-last"],
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"] {
    order: 1;
  }
}
@media (max-width: 36em) {
  [class~="grid"] > [class*="_xs-1"],
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="grid"] > [class*="_xs-2"],
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="grid"] > [class*="_xs-3"],
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="grid"] > [class*="_xs-4"],
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="grid"] > [class*="_xs-5"],
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="grid"] > [class*="_xs-6"],
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="grid"] > [class*="_xs-7"],
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="grid"] > [class*="_xs-8"],
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="grid"] > [class*="_xs-9"],
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="grid"] > [class*="_xs-10"],
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="grid"] > [class*="_xs-11"],
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="grid"] > [class*="_xs-12"],
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="grid"] > [data-push-left*="_xs-0"],
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class~="grid"] > [data-push-left*="_xs-1"],
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%;
  }
  [class~="grid"] > [data-push-left*="_xs-2"],
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%;
  }
  [class~="grid"] > [data-push-left*="_xs-3"],
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class~="grid"] > [data-push-left*="_xs-4"],
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%;
  }
  [class~="grid"] > [data-push-left*="_xs-5"],
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%;
  }
  [class~="grid"] > [data-push-left*="_xs-6"],
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class~="grid"] > [data-push-left*="_xs-7"],
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%;
  }
  [class~="grid"] > [data-push-left*="_xs-8"],
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%;
  }
  [class~="grid"] > [data-push-left*="_xs-9"],
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class~="grid"] > [data-push-left*="_xs-10"],
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%;
  }
  [class~="grid"] > [data-push-left*="_xs-11"],
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%;
  }
  [class~="grid"] > [data-push-right*="_xs-0"],
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class~="grid"] > [data-push-right*="_xs-1"],
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%;
  }
  [class~="grid"] > [data-push-right*="_xs-2"],
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%;
  }
  [class~="grid"] > [data-push-right*="_xs-3"],
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class~="grid"] > [data-push-right*="_xs-4"],
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%;
  }
  [class~="grid"] > [data-push-right*="_xs-5"],
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%;
  }
  [class~="grid"] > [data-push-right*="_xs-6"],
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class~="grid"] > [data-push-right*="_xs-7"],
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%;
  }
  [class~="grid"] > [data-push-right*="_xs-8"],
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%;
  }
  [class~="grid"] > [data-push-right*="_xs-9"],
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class~="grid"] > [data-push-right*="_xs-10"],
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%;
  }
  [class~="grid"] > [data-push-right*="_xs-11"],
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%;
  }
  [class~="grid"] [class*="_xs-first"],
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"] {
    order: -1;
  }
  [class~="grid"] [class*="_xs-last"],
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"] {
    order: 1;
  }
}
@media (max-width: 80em) {
  [class*="lg-hidden"] {
    display: none;
  }
}
@media (max-width: 64em) {
  [class*="md-hidden"] {
    display: none;
  }
}
@media (max-width: 48em) {
  [class*="sm-hidden"] {
    display: none;
  }
}
@media (max-width: 36em) {
  [class*="xs-hidden"] {
    display: none;
  }
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
  padding: 0;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
}
img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
body {
  overflow-x: hidden;
}
.align-horizontal-center,
.align-center {
  text-align: center;
}
.align-horizontal-right,
.align-right {
  text-align: right;
}
.align-horizontal-left,
.align-left {
  text-align: left;
}
.align-horizontal-justify,
.align-justify {
  text-align: justify;
}
.align-vertical-center {
  align-self: center;
}
.align-vertical-top {
  align-self: flex-start;
}
.align-vertical-bottom {
  align-self: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-space-around {
  justify-content: space-around;
}
.height-window {
  height: 100vh;
}
.height-inherit {
  height: inherit;
}
.height-full {
  height: 100%;
}
.width-window {
  width: 100vw;
}
.width-inherit {
  width: inherit;
}
.width-full {
  width: 100%;
}
.width-auto {
  width: auto;
}
.scene {
  height: 100vh;
  width: 100%;
}
.margin-center {
  margin: 0 auto;
}
[class*="grid"].margin-grid--small {
  max-width: 960px;
  margin: 0 auto;
}
[class*="grid"].margin-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2vw;
}
@media only screen and (min-width: 1024px) {
  [class*="grid"].margin-grid {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1440px) {
  [class*="grid"].margin-grid {
    max-width: 1280px;
    width: 80%;
  }
}
@media only screen and (min-width: 1680px) {
  [class*="grid"].margin-grid {
    max-width: 1536px;
  }
}
[class*="grid"].margin-grid--large {
  max-width: 1680px;
  margin: 0 auto;
}
[class*="col"].no-padding,
.no-padding {
  padding: 0;
}
[class*="col"].no-padding-top,
.no-padding-top {
  padding-top: 0;
}
[class*="col"].no-padding-left,
.no-padding-left {
  padding-left: 0;
}
[class*="col"].no-padding-right,
.no-padding-right {
  padding-right: 0;
}
[class*="col"].no-padding-bottom,
.no-padding-bottom {
  padding-bottom: 0;
}
.margin-grid.space-top-tiny,
.space-top-tiny {
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-top-tiny,
  .space-top-tiny {
    margin-top: calc(100vw/(1680 / 10));
  }
}
.margin-grid.space-top-small,
.space-top-small {
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-top-small,
  .space-top-small {
    margin-top: calc(100vw/(1680 / 20));
  }
}
.margin-grid.space-top,
.space-top {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-top,
  .space-top {
    margin-top: calc(100vw/(1680 / 30));
  }
}
.margin-grid.space-top-large,
.space-top-large {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-top-large,
  .space-top-large {
    margin-top: calc(100vw/(1680 / 40));
  }
}
.margin-grid.space-top-xlarge,
.space-top-xlarge {
  margin-top: 80px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-top-xlarge,
  .space-top-xlarge {
    margin-top: calc(100vw/(1680 / 80));
  }
}
.margin-grid.space-bottom-tiny,
.space-bottom-tiny {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-bottom-tiny,
  .space-bottom-tiny {
    margin-bottom: calc(100vw/(1680 / 10));
  }
}
.margin-grid.space-bottom-small,
.space-bottom-small {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-bottom-small,
  .space-bottom-small {
    margin-bottom: calc(100vw/(1680 / 20));
  }
}
.margin-grid.space-bottom,
.space-bottom {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-bottom,
  .space-bottom {
    margin-bottom: calc(100vw/(1680 / 30));
  }
}
.margin-grid.space-bottom-large,
.space-bottom-large {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .margin-grid.space-bottom-large,
  .space-bottom-large {
    margin-bottom: calc(100vw/(1680 / 40));
  }
}
.padding-top-tiny {
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  .padding-top-tiny {
    padding-top: calc(100vw/(1680 / 10));
  }
}
.padding-top-small {
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .padding-top-small {
    padding-top: calc(100vw/(1680 / 20));
  }
}
.padding-top {
  padding-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .padding-top {
    padding-top: calc(100vw/(1680 / 30));
  }
}
.padding-top-large {
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .padding-top-large {
    padding-top: calc(100vw/(1680 / 40));
  }
}
.padding-top-xlarge {
  margin-top: 80px;
}
@media only screen and (min-width: 1024px) {
  .padding-top-xlarge {
    margin-top: calc(100vw/(1680 / 80));
  }
}
.padding-bottom-tiny {
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .padding-bottom-tiny {
    padding-bottom: calc(100vw/(1680 / 10));
  }
}
.padding-bottom-small {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .padding-bottom-small {
    padding-bottom: calc(100vw/(1680 / 20));
  }
}
.padding-bottom {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .padding-bottom {
    padding-bottom: calc(100vw/(1680 / 30));
  }
}
.padding-bottom-large {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .padding-bottom-large {
    padding-bottom: calc(100vw/(1680 / 40));
  }
}
.horizontal-scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.horizontal-scroll-child {
  flex: 0 0 auto;
}
.GPU-render {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mix-blend--exclusion {
  mix-blend-mode: exclusion;
}
.user-select-none {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[class*="display-flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.display-flex-center {
  align-items: center;
}
.backdrop-filter {
  background: rgba(0,0,0,0.7);
  backdrop-filter: saturate(180%) blur(20px);
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-hidden {
  overflow: hidden;
}
.list-horizontal li {
  display: inline-block;
}
.list-horizontal-flex {
  display: flex;
}
/* COMMONS
================================== */
.debug-red {
  background-color: rgba(255,99,71,0.2);
}
.debug-peru {
  background-color: rgba(205,133,63,0.2);
}
.debug-blue {
  background-color: rgba(0,0,255,0.2);
}
html {
  font-size: 72.5%;
}
@media only screen and (min-width: 375px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (min-width: 576px) {
  html {
    font-size: 80%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 800px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 100%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
.heading--one {
  font-size: calc( 32px / 1 );
  line-height: 1.2;
}
@media only screen and (min-width: 375px) {
  h1,
  .heading--one {
    font-size: calc( 32px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  h1,
  .heading--one {
    font-size: calc(100vw/(576 / 32));
  }
}
@media only screen and (min-width: 768px) {
  h1,
  .heading--one {
    font-size: calc( 32px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .heading--one {
    font-size: calc(100vw/(1280 / 32));
  }
}
@media only screen and (min-width: 1280px) {
  h1,
  .heading--one {
    font-size: calc(100vw/(1440 / 32));
  }
}
@media only screen and (min-width: 1440px) {
  h1,
  .heading--one {
    font-size: calc(100vw/(1680 / 32));
  }
}
@media only screen and (min-width: 1680px) {
  h1,
  .heading--one {
    font-size: calc(100vw/(1680 / 32));
  }
}
@media only screen and (min-width: 1920px) {
  h1,
  .heading--one {
    font-size: 32px;
  }
}
h2,
.heading--two {
  font-size: calc( 24px / 1 );
  line-height: 1.2;
}
@media only screen and (min-width: 375px) {
  h2,
  .heading--two {
    font-size: calc( 24px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  h2,
  .heading--two {
    font-size: calc(100vw/(576 / 24));
  }
}
@media only screen and (min-width: 768px) {
  h2,
  .heading--two {
    font-size: calc( 24px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  h2,
  .heading--two {
    font-size: calc(100vw/(1280 / 24));
  }
}
@media only screen and (min-width: 1280px) {
  h2,
  .heading--two {
    font-size: calc(100vw/(1440 / 24));
  }
}
@media only screen and (min-width: 1440px) {
  h2,
  .heading--two {
    font-size: calc(100vw/(1680 / 24));
  }
}
@media only screen and (min-width: 1680px) {
  h2,
  .heading--two {
    font-size: calc(100vw/(1680 / 24));
  }
}
@media only screen and (min-width: 1920px) {
  h2,
  .heading--two {
    font-size: 24px;
  }
}
h3,
.heading--three {
  font-size: calc( 18px / 1 );
  line-height: 1.2;
}
@media only screen and (min-width: 375px) {
  h3,
  .heading--three {
    font-size: calc( 18px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  h3,
  .heading--three {
    font-size: calc(100vw/(576 / 18));
  }
}
@media only screen and (min-width: 768px) {
  h3,
  .heading--three {
    font-size: calc( 18px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  h3,
  .heading--three {
    font-size: calc(100vw/(1280 / 18));
  }
}
@media only screen and (min-width: 1280px) {
  h3,
  .heading--three {
    font-size: calc(100vw/(1440 / 18));
  }
}
@media only screen and (min-width: 1440px) {
  h3,
  .heading--three {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1680px) {
  h3,
  .heading--three {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1920px) {
  h3,
  .heading--three {
    font-size: 18px;
  }
}
h4,
.heading--four {
  font-size: calc( 16px / 1 );
  line-height: 1.2;
}
@media only screen and (min-width: 375px) {
  h4,
  .heading--four {
    font-size: calc( 16px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  h4,
  .heading--four {
    font-size: calc(100vw/(576 / 16));
  }
}
@media only screen and (min-width: 768px) {
  h4,
  .heading--four {
    font-size: calc( 16px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  h4,
  .heading--four {
    font-size: calc(100vw/(1280 / 16));
  }
}
@media only screen and (min-width: 1280px) {
  h4,
  .heading--four {
    font-size: calc(100vw/(1440 / 16));
  }
}
@media only screen and (min-width: 1440px) {
  h4,
  .heading--four {
    font-size: calc(100vw/(1680 / 16));
  }
}
@media only screen and (min-width: 1680px) {
  h4,
  .heading--four {
    font-size: calc(100vw/(1680 / 16));
  }
}
@media only screen and (min-width: 1920px) {
  h4,
  .heading--four {
    font-size: 16px;
  }
}
p,
.paragraphe {
  font-size: calc( 18px / 1 );
  line-height: 1.2;
}
@media only screen and (min-width: 375px) {
  p,
  .paragraphe {
    font-size: calc( 18px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  p,
  .paragraphe {
    font-size: calc(100vw/(576 / 18));
  }
}
@media only screen and (min-width: 768px) {
  p,
  .paragraphe {
    font-size: calc( 18px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  p,
  .paragraphe {
    font-size: calc(100vw/(1280 / 18));
  }
}
@media only screen and (min-width: 1280px) {
  p,
  .paragraphe {
    font-size: calc(100vw/(1440 / 18));
  }
}
@media only screen and (min-width: 1440px) {
  p,
  .paragraphe {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1680px) {
  p,
  .paragraphe {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1920px) {
  p,
  .paragraphe {
    font-size: 18px;
  }
}
a {
  text-decoration: none;
  cursor: pointer;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.button {
  display: inline-block;
}
.button--primary {
  border: none;
}
.button--secondary {
  border: none;
}
@-moz-keyframes landingTitle {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes landingTitle {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes landingTitle {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes landingTitle {
  0% {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes pers-rotation {
  0% {
    opacity: 0;
    -webkit-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    -moz-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    transform: perspective(0) rotateX(90deg) translate(0, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(0) rotateX(0deg) translate(0, 0);
    -moz-transform: perspective(0) rotateX(0deg) translate(0, 0);
    transform: perspective(0) rotateX(0deg) translate(0, 0);
  }
}
@-webkit-keyframes pers-rotation {
  0% {
    opacity: 0;
    -webkit-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    -moz-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    transform: perspective(0) rotateX(90deg) translate(0, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(0) rotateX(0deg) translate(0, 0);
    -moz-transform: perspective(0) rotateX(0deg) translate(0, 0);
    transform: perspective(0) rotateX(0deg) translate(0, 0);
  }
}
@-o-keyframes pers-rotation {
  0% {
    opacity: 0;
    -webkit-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    -moz-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    transform: perspective(0) rotateX(90deg) translate(0, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(0) rotateX(0deg) translate(0, 0);
    -moz-transform: perspective(0) rotateX(0deg) translate(0, 0);
    transform: perspective(0) rotateX(0deg) translate(0, 0);
  }
}
@keyframes pers-rotation {
  0% {
    opacity: 0;
    -webkit-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    -moz-transform: perspective(0) rotateX(90deg) translate(0, -100px);
    transform: perspective(0) rotateX(90deg) translate(0, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(0) rotateX(0deg) translate(0, 0);
    -moz-transform: perspective(0) rotateX(0deg) translate(0, 0);
    transform: perspective(0) rotateX(0deg) translate(0, 0);
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loader-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loader-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes loader-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loader-out {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes fade-from-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-from-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-from-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-from-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    -moz-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fade-variation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-variation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-variation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-variation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes gradient {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
@-o-keyframes gradient {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
/* VIEWS
================================== */
body.js-active .section--landing {
  position: relative;
}
.page--product {
  min-height: 50vh;
  padding-top: 10vh;
/*
    ================================== */
/*
    ================================== */
}
.page--product .product__img-wrapper {
  position: relative;
}
.page--product .product__img-wrapper img {
  width: 100%;
  display: block;
}
.page--product .product__img-wrapper .zoom-ui {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-block;
  background-color: #413b36;
  padding: 10px;
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc( 14px / 1 );
}
@media only screen and (min-width: 375px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: calc( 14px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: calc(100vw/(576 / 14));
  }
}
@media only screen and (min-width: 768px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: calc( 14px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: calc(100vw/(1280 / 14));
  }
}
@media only screen and (min-width: 1280px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: calc(100vw/(1440 / 14));
  }
}
@media only screen and (min-width: 1440px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: calc(100vw/(1680 / 14));
  }
}
@media only screen and (min-width: 1680px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: calc(100vw/(1680 / 14));
  }
}
@media only screen and (min-width: 1920px) {
  .page--product .product__img-wrapper .zoom-ui {
    font-size: 14px;
  }
}
.page--product .product__img-wrapper:hover .zoom-ui {
  opacity: 0.5;
}
.page--product .product__desc-wrapper {
  position: relative;
  padding: 20px 20px 100px 20px;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .page--product .product__desc-wrapper {
    padding: 20px 40px 100px 40px;
  }
}
.page--product .product__desc-wrapper h1 {
  font-weight: 700;
}
.page--product .product__desc-wrapper p {
  display: inline-block;
  line-height: 1.6;
  margin-top: 20px;
  color: #7c736a;
}
.page--product .product__desc-wrapper .product__price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f0edea;
  padding: 10px 20px;
  font-weight: 800;
  font-size: calc( 44px / 1 );
  line-height: 1;
}
@media only screen and (min-width: 375px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: calc( 44px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: calc(100vw/(576 / 44));
  }
}
@media only screen and (min-width: 768px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: calc( 44px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: calc(100vw/(1280 / 44));
  }
}
@media only screen and (min-width: 1280px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: calc(100vw/(1440 / 44));
  }
}
@media only screen and (min-width: 1440px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: calc(100vw/(1680 / 44));
  }
}
@media only screen and (min-width: 1680px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: calc(100vw/(1680 / 44));
  }
}
@media only screen and (min-width: 1920px) {
  .page--product .product__desc-wrapper .product__price {
    font-size: 44px;
  }
}
.page--product .product__desc-wrapper .product__price .price {
  display: inline-block;
  font-size: calc( 44px / 1 );
}
@media only screen and (min-width: 375px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: calc( 44px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: calc(100vw/(576 / 44));
  }
}
@media only screen and (min-width: 768px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: calc( 44px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: calc(100vw/(1280 / 44));
  }
}
@media only screen and (min-width: 1280px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: calc(100vw/(1440 / 44));
  }
}
@media only screen and (min-width: 1440px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: calc(100vw/(1680 / 44));
  }
}
@media only screen and (min-width: 1680px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: calc(100vw/(1680 / 44));
  }
}
@media only screen and (min-width: 1920px) {
  .page--product .product__desc-wrapper .product__price .price {
    font-size: 44px;
  }
}
.page--product .product__desc-wrapper .product__price .price--cents,
.page--product .product__desc-wrapper .product__price .price--device {
  display: inline-block;
  font-size: calc( 20px / 1 );
}
@media only screen and (min-width: 375px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: calc( 20px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: calc(100vw/(576 / 20));
  }
}
@media only screen and (min-width: 768px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: calc( 20px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: calc(100vw/(1280 / 20));
  }
}
@media only screen and (min-width: 1280px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: calc(100vw/(1440 / 20));
  }
}
@media only screen and (min-width: 1440px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: calc(100vw/(1680 / 20));
  }
}
@media only screen and (min-width: 1680px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: calc(100vw/(1680 / 20));
  }
}
@media only screen and (min-width: 1920px) {
  .page--product .product__desc-wrapper .product__price .price--cents,
  .page--product .product__desc-wrapper .product__price .price--device {
    font-size: 20px;
  }
}
/* COMPONENTS
================================== */
.loader-c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #cd853f;
  z-index: 10;
  display: none;
}
.loader-c.hidden {
  -webkit-animation: loader-out 1000ms 1.5s cubic-bezier(0.46, 0.13, 0.88, 0.04) forwards;
  -moz-animation: loader-out 1000ms 1.5s cubic-bezier(0.46, 0.13, 0.88, 0.04) forwards;
  animation: loader-out 1000ms 1.5s cubic-bezier(0.46, 0.13, 0.88, 0.04) forwards;
}
.st-menu-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 100ms 250ms;
  -moz-transition: transform 100ms 250ms;
  transition: transform 100ms 250ms;
}
@media only screen and (min-width: 1024px) {
  .st-menu-mobile {
    display: none;
  }
}
.st-menu-mobile .menu-mobile__c {
  position: absolute;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 0 5vw rgba(0,0,0,0.2);
  -webkit-transform: translateX(120%);
  -moz-transform: translateX(120%);
  transform: translateX(120%);
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  z-index: 10;
}
.st-menu-mobile .menu-mobile__c ul li {
  margin-bottom: 20px;
}
.st-menu-mobile .menu-mobile__c ul li a {
  font-weight: 600;
  color: #7c736a;
  font-size: calc( 18px / 1 );
  line-height: 1.4;
}
@media only screen and (min-width: 375px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: calc( 18px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: calc(100vw/(576 / 18));
  }
}
@media only screen and (min-width: 768px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: calc( 18px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: calc(100vw/(1280 / 18));
  }
}
@media only screen and (min-width: 1280px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: calc(100vw/(1440 / 18));
  }
}
@media only screen and (min-width: 1440px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1680px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1920px) {
  .st-menu-mobile .menu-mobile__c ul li a {
    font-size: 18px;
  }
}
.st-menu-mobile .menu-mobile__c .logo {
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
.st-menu-mobile .menu-mobile__c .logo::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120%;
  top: -30px;
  left: -10px;
  background-image: url("../../img/images/redline.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 50px;
}
.st-menu-mobile .menu-mobile__backdrop {
  width: 100%;
  height: 100vh;
  background-color: rgba(17,17,17,0.6);
  opacity: 0;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  transition: opacity 100ms;
}
.st-menu-mobile.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0ms;
  -moz-transition: transform 0ms;
  transition: transform 0ms;
}
.st-menu-mobile.active .menu-mobile__c {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
.st-menu-mobile.active .menu-mobile__backdrop {
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  transition: opacity 250ms;
}
.st-header {
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
/*
  ================================== */
/*
  ================================== */
/*
  ================================== */
}
.st-header .logo {
  position: relative;
  display: inline-block;
  padding-top: 30px;
}
.st-header .logo::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 120%;
  top: -30px;
  left: -10px;
  background-image: url("../../img/images/redline.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 50px;
}
.st-header .header-social-link {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .st-header .header-social-link {
    display: flex;
  }
}
.st-header .header-social-link a {
  font-weight: 600;
  color: #7c736a;
  margin-left: 10px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
.st-header .header-social-link a i {
  margin: 0 4px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
.st-header .header-social-link a:hover,
.st-header .header-social-link a:hover i {
  color: #413b36;
}
.st-header .button-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .st-header .button-mobile-menu {
    display: none;
  }
}
.st-header .button-mobile-menu .hamburger-ico {
  position: relative;
  width: 24px;
  height: 24px;
}
.st-header .button-mobile-menu .hamburger-ico span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #413b36;
  margin: 6px 0;
}
.st-footer {
  position: relative;
  background-color: #f9f7f4;
  border-top: 6px solid #c80f2d;
  padding-bottom: 50px;
  padding-top: 70px;
  color: #7c736a;
/*
  ================================== */
/*
  ================================== */
/*
  ================================== */
/*
  ================================== */
/*
  ================================== */
/*
  ================================== */
/*
  ================================== */
}
.st-footer::before {
  content: "";
  position: absolute;
  top: -100px;
  left: calc(50% - 125px);
  display: inline-block;
  width: 250px;
  height: 100px;
  background-image: url("../../img/images/redline-footer.svg");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.st-footer .footer-row-first {
  position: relative;
}
.st-footer .footer-row-first .button-gototop {
  display: none;
  position: absolute;
  right: 0;
  top: -71px;
  padding: 26px;
  background-color: #7c736a;
  cursor: pointer;
  background-image: url("../../img/images/arrow--top.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer-row-first .button-gototop {
    display: block;
  }
}
.st-footer .footer-row-first .button-gototop:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.st-footer .logo {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .st-footer .logo {
    text-align: left;
  }
}
.st-footer .footer__social-link {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer__social-link {
    display: flex;
  }
}
.st-footer .footer__social-link li {
  margin-top: 10px;
}
.st-footer .footer__social-link a {
  font-weight: 600;
  color: #7c736a;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
.st-footer .footer__social-link a i {
  margin: 0 4px;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
.st-footer .footer__social-link a:hover,
.st-footer .footer__social-link a:hover i {
  color: #413b36;
}
.st-footer .list-horizontal,
.st-footer .list-horizontal li {
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .st-footer .list-horizontal,
  .st-footer .list-horizontal li {
    width: 100%;
  }
}
.st-footer .footer-link {
  display: inline-block;
  color: #7c736a;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer-link {
    text-align: left;
    width: auto;
  }
}
.st-footer .footer-link:hover {
  color: #413b36;
}
.st-footer .mention {
  margin-top: 30px;
  font-size: calc( 12px / 1 );
  width: 100%;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 375px) {
  .st-footer .mention {
    font-size: calc( 12px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .st-footer .mention {
    font-size: calc(100vw/(576 / 12));
  }
}
@media only screen and (min-width: 768px) {
  .st-footer .mention {
    font-size: calc( 12px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .st-footer .mention {
    font-size: calc(100vw/(1280 / 12));
  }
}
@media only screen and (min-width: 1280px) {
  .st-footer .mention {
    font-size: calc(100vw/(1440 / 12));
  }
}
@media only screen and (min-width: 1440px) {
  .st-footer .mention {
    font-size: calc(100vw/(1680 / 12));
  }
}
@media only screen and (min-width: 1680px) {
  .st-footer .mention {
    font-size: calc(100vw/(1680 / 12));
  }
}
@media only screen and (min-width: 1920px) {
  .st-footer .mention {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .st-footer .mention {
    width: 100%;
    text-align: center;
  }
}
.st-footer .footer__adress-container {
  border-bottom: 2px solid #e2ded9;
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer__adress-container {
    border-left: 2px solid #e2ded9;
    border-bottom: 0;
  }
}
.st-footer .footer__adress-container .name {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: calc( 18px / 1 );
  text-transform: uppercase;
}
@media only screen and (min-width: 375px) {
  .st-footer .footer__adress-container .name {
    font-size: calc( 18px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .st-footer .footer__adress-container .name {
    font-size: calc(100vw/(576 / 18));
  }
}
@media only screen and (min-width: 768px) {
  .st-footer .footer__adress-container .name {
    font-size: calc( 18px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer__adress-container .name {
    font-size: calc(100vw/(1280 / 18));
  }
}
@media only screen and (min-width: 1280px) {
  .st-footer .footer__adress-container .name {
    font-size: calc(100vw/(1440 / 18));
  }
}
@media only screen and (min-width: 1440px) {
  .st-footer .footer__adress-container .name {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1680px) {
  .st-footer .footer__adress-container .name {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1920px) {
  .st-footer .footer__adress-container .name {
    font-size: 18px;
  }
}
.st-footer .footer__adress-container .tel {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.st-footer .footer__adress-container .opening {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.st-footer .logo-margarita {
  max-width: 60px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.st-footer .footer__mentions-container {
  border-bottom: 2px solid #e2ded9;
  text-align: left;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer__mentions-container {
    border-left: 2px solid #e2ded9;
    border-bottom: 0;
  }
}
.st-footer .footer__mentions-container .title {
  color: #c80f2d;
  display: inline-block;
  width: 100%;
  font-size: calc( 24px / 1 );
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media only screen and (min-width: 375px) {
  .st-footer .footer__mentions-container .title {
    font-size: calc( 24px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .st-footer .footer__mentions-container .title {
    font-size: calc(100vw/(576 / 24));
  }
}
@media only screen and (min-width: 768px) {
  .st-footer .footer__mentions-container .title {
    font-size: calc( 24px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer__mentions-container .title {
    font-size: calc(100vw/(1280 / 24));
  }
}
@media only screen and (min-width: 1280px) {
  .st-footer .footer__mentions-container .title {
    font-size: calc(100vw/(1440 / 24));
  }
}
@media only screen and (min-width: 1440px) {
  .st-footer .footer__mentions-container .title {
    font-size: calc(100vw/(1680 / 24));
  }
}
@media only screen and (min-width: 1680px) {
  .st-footer .footer__mentions-container .title {
    font-size: calc(100vw/(1680 / 24));
  }
}
@media only screen and (min-width: 1920px) {
  .st-footer .footer__mentions-container .title {
    font-size: 24px;
  }
}
.st-footer .footer__mentions-container ul {
  list-style-type: disc;
  padding-left: 20px;
}
.st-footer .footer__mentions-container ul li {
  line-height: 1.3;
  margin-bottom: 6px;
}
.st-footer .footer__mentions-container ul i {
  display: inline-block;
  font-size: calc( 20px / 1 );
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  transform: translateY(2px);
}
@media only screen and (min-width: 375px) {
  .st-footer .footer__mentions-container ul i {
    font-size: calc( 20px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .st-footer .footer__mentions-container ul i {
    font-size: calc(100vw/(576 / 20));
  }
}
@media only screen and (min-width: 768px) {
  .st-footer .footer__mentions-container ul i {
    font-size: calc( 20px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .st-footer .footer__mentions-container ul i {
    font-size: calc(100vw/(1280 / 20));
  }
}
@media only screen and (min-width: 1280px) {
  .st-footer .footer__mentions-container ul i {
    font-size: calc(100vw/(1440 / 20));
  }
}
@media only screen and (min-width: 1440px) {
  .st-footer .footer__mentions-container ul i {
    font-size: calc(100vw/(1680 / 20));
  }
}
@media only screen and (min-width: 1680px) {
  .st-footer .footer__mentions-container ul i {
    font-size: calc(100vw/(1680 / 20));
  }
}
@media only screen and (min-width: 1920px) {
  .st-footer .footer__mentions-container ul i {
    font-size: 20px;
  }
}
.card-product__description li, .product__desc-wrapper li {
   color:#867e75 !important;
}

.card-product {
  display: inline-block;
  position: relative;
  max-width: 334px;
  background-color: #fff;
  border: 1px solid #e2ded9;
  margin: 10px;
  width: 100%;
  text-align: left;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;

/*
    ================================== */
/*
    ================================== */
/*
    ================================== */
/*
    ================================== */
}
.card-product .card-product__image-thumb-container {
  overflow: hidden;
  width: 100%;
/*  ================================== */
}
.card-product .card-product__image-thumb-container .card-product-image {
  display: block;
  width: 100%;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.card-product .card-product__description {
  padding: 20px 20px 60px 20px;
}
.card-product .card-product__description h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.card-product .card-product__description p {
  font-size: calc( 15px / 1 );
  color: #7c736a;
}
@media only screen and (min-width: 375px) {
  .card-product .card-product__description p {
    font-size: calc( 15px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .card-product .card-product__description p {
    font-size: calc(100vw/(576 / 15));
  }
}
@media only screen and (min-width: 768px) {
  .card-product .card-product__description p {
    font-size: calc( 15px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .card-product .card-product__description p {
    font-size: calc(100vw/(1280 / 15));
  }
}
@media only screen and (min-width: 1280px) {
  .card-product .card-product__description p {
    font-size: calc(100vw/(1440 / 15));
  }
}
@media only screen and (min-width: 1440px) {
  .card-product .card-product__description p {
    font-size: calc(100vw/(1680 / 15));
  }
}
@media only screen and (min-width: 1680px) {
  .card-product .card-product__description p {
    font-size: calc(100vw/(1680 / 15));
  }
}
@media only screen and (min-width: 1920px) {
  .card-product .card-product__description p {
    font-size: 15px;
  }
}
.card-product .card-product__price {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #413b36;
  color: #f9f7f4;
  padding: 6px 10px;
  font-weight: 600;
  line-height: 1;
}
.card-product .card-product__price .price {
  display: inline-block;
  font-size: calc( 24px / 1 );
}
@media only screen and (min-width: 375px) {
  .card-product .card-product__price .price {
    font-size: calc( 24px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .card-product .card-product__price .price {
    font-size: calc(100vw/(576 / 24));
  }
}
@media only screen and (min-width: 768px) {
  .card-product .card-product__price .price {
    font-size: calc( 24px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .card-product .card-product__price .price {
    font-size: calc(100vw/(1280 / 24));
  }
}
@media only screen and (min-width: 1280px) {
  .card-product .card-product__price .price {
    font-size: calc(100vw/(1440 / 24));
  }
}
@media only screen and (min-width: 1440px) {
  .card-product .card-product__price .price {
    font-size: calc(100vw/(1680 / 24));
  }
}
@media only screen and (min-width: 1680px) {
  .card-product .card-product__price .price {
    font-size: calc(100vw/(1680 / 24));
  }
}
@media only screen and (min-width: 1920px) {
  .card-product .card-product__price .price {
    font-size: 24px;
  }
}
.card-product .card-product__price .price--cent,
.card-product .card-product__price .price--device {
  display: inline-block;
  font-size: calc( 12px / 1 );
}
@media only screen and (min-width: 375px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: calc( 12px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: calc(100vw/(576 / 12));
  }
}
@media only screen and (min-width: 768px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: calc( 12px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: calc(100vw/(1280 / 12));
  }
}
@media only screen and (min-width: 1280px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: calc(100vw/(1440 / 12));
  }
}
@media only screen and (min-width: 1440px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: calc(100vw/(1680 / 12));
  }
}
@media only screen and (min-width: 1680px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: calc(100vw/(1680 / 12));
  }
}
@media only screen and (min-width: 1920px) {
  .card-product .card-product__price .price--cent,
  .card-product .card-product__price .price--device {
    font-size: 12px;
  }
}
.card-product:hover {
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.card-product:hover .card-product__image-thumb-container .card-product-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.section--landing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-image: url("../../img/images/background.jpg");
  background-size: cover;
  z-index: -1;
}
.campaign-intro-container {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  padding-top: 10vh;
/*
    ================================== */
/*
    ================================== */
}
.campaign-intro-container .campaign-ambiance {
  position: relative;
  display: inline-block;
/*  ================================== */
}
.campaign-intro-container .campaign-ambiance .campaign-title {
  max-width: 400px;
  position: absolute;
  width: 90%;
  z-index: 2;
  left: 5%;
  top: -50px;
}
@media only screen and (min-width: 1024px) {
  .campaign-intro-container .campaign-ambiance .campaign-title {
    left: 6%;
    width: 100%;
  }
}
.campaign-intro-container .campaign-rubrics {
  position: relative;
  display: none;
/*
        ================================== */
/*
        ================================== */
/*
        ================================== */
}
@media only screen and (min-width: 1024px) {
  .campaign-intro-container .campaign-rubrics {
    display: flex;
  }
}
.campaign-intro-container .campaign-rubrics::after {
  content: "Selectionnez une catégorie";
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #b9afa6;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
.campaign-intro-container .campaign-rubrics [class*="campaign-rubric--"] {
  display: inline-block;
  position: relative;
  margin: 0 3px;
  overflow: hidden;
  max-height: 380px;
}
.campaign-intro-container .campaign-rubrics [class*="campaign-rubric--"] .campaign-rubric__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #413b36;
  z-index: 1;
  padding: 10px;
  color: #fff;
  text-align: right;
}
.campaign-intro-container .campaign-rubrics [class*="campaign-rubric--"] .campaign-rubric__title-thumb-container img {
  display: block;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}
.campaign-intro-container .campaign-rubrics [class*="campaign-rubric--"]:hover .campaign-rubric__title-thumb-container img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.campaign-intro-container .campaign-rubrics:hover::after {
  color: #413b36;
}
.section--favorite .favorite-container {
  background-color: #f9f7f4;
  padding: 40px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.section--favorite .favorite-container .title-container {
  display: flex;
  justify-content: center;
}
.section--favorite .favorite-container .title-container i,
.section--favorite .favorite-container .title-container h2 {
  display: inline-block;
}
.section--favorite .favorite-container .title-container i {
  font-size: calc( 26px / 1 );
}
@media only screen and (min-width: 375px) {
  .section--favorite .favorite-container .title-container i {
    font-size: calc( 26px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .section--favorite .favorite-container .title-container i {
    font-size: calc(100vw/(576 / 26));
  }
}
@media only screen and (min-width: 768px) {
  .section--favorite .favorite-container .title-container i {
    font-size: calc( 26px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .section--favorite .favorite-container .title-container i {
    font-size: calc(100vw/(1280 / 26));
  }
}
@media only screen and (min-width: 1280px) {
  .section--favorite .favorite-container .title-container i {
    font-size: calc(100vw/(1440 / 26));
  }
}
@media only screen and (min-width: 1440px) {
  .section--favorite .favorite-container .title-container i {
    font-size: calc(100vw/(1680 / 26));
  }
}
@media only screen and (min-width: 1680px) {
  .section--favorite .favorite-container .title-container i {
    font-size: calc(100vw/(1680 / 26));
  }
}
@media only screen and (min-width: 1920px) {
  .section--favorite .favorite-container .title-container i {
    font-size: 26px;
  }
}
.section--favorite .favorite-container .title-container h2 {
  color: #c80f2d;
  font-weight: 600;
  margin-left: 10px;
}
.section--favorite .swiper-favorite-container {
  width: 100%;
  max-width: 1160px;
  margin: 0;
  cursor: grab;
/*  ================================== */
}
.section--favorite .swiper-favorite-container .swiper-slide {
  text-align: center;
}
.section--favorite .swiper-nav-arrow-container {
  padding: 20px;
  display: none;
/*  ================================== */
}
@media only screen and (min-width: 1024px) {
  .section--favorite .swiper-nav-arrow-container {
    display: none;
  }
}
.section--favorite .swiper-nav-arrow-container .swiper-button-prev,
.section--favorite .swiper-nav-arrow-container .swiper-button-next {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  height: 100%;
  color: #413b36;
/*  ================================== */
}
.section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
.section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
  font-size: calc( 32px / 1 );
}
@media only screen and (min-width: 375px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: calc( 32px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: calc(100vw/(576 / 32));
  }
}
@media only screen and (min-width: 768px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: calc( 32px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: calc(100vw/(1280 / 32));
  }
}
@media only screen and (min-width: 1280px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: calc(100vw/(1440 / 32));
  }
}
@media only screen and (min-width: 1440px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: calc(100vw/(1680 / 32));
  }
}
@media only screen and (min-width: 1680px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: calc(100vw/(1680 / 32));
  }
}
@media only screen and (min-width: 1920px) {
  .section--favorite .swiper-nav-arrow-container .swiper-button-prev::after,
  .section--favorite .swiper-nav-arrow-container .swiper-button-next::after {
    font-size: 32px;
  }
}
.section--comeToUs .comeToUs-container {
  background-color: #f9f7f4;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  padding: 20px;
  position: relative;
/*
        ================================== */
/*
        ================================== */
/*  ================================== */
}
@media only screen and (min-width: 800px) {
  .section--comeToUs .comeToUs-container {
    padding: 0;
  }
}
.section--comeToUs .comeToUs-container .comeToUs--man {
  position: absolute;
  z-index: 1;
  display: inline-block;
  max-width: 265px;
  width: 100%;
  margin: 0 40px;
  bottom: -8px;
  left: calc(100vw/(1680 / 50));
  display: none;
}
@media only screen and (min-width: 800px) {
  .section--comeToUs .comeToUs-container .comeToUs--man {
    display: block;
  }
}
.section--comeToUs .comeToUs-container .text-container {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 600px;
  padding-top: 26px;
  padding-bottom: 14px;
/*  ================================== */
}
.section--comeToUs .comeToUs-container .text-container .title {
  display: inline-block;
  font-size: calc( 28px / 1 );
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (min-width: 375px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: calc( 28px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: calc(100vw/(576 / 28));
  }
}
@media only screen and (min-width: 768px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: calc( 28px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: calc(100vw/(1280 / 28));
  }
}
@media only screen and (min-width: 1280px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: calc(100vw/(1440 / 28));
  }
}
@media only screen and (min-width: 1440px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: calc(100vw/(1680 / 28));
  }
}
@media only screen and (min-width: 1680px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: calc(100vw/(1680 / 28));
  }
}
@media only screen and (min-width: 1920px) {
  .section--comeToUs .comeToUs-container .text-container .title {
    font-size: 28px;
  }
}
.section--comeToUs .comeToUs-container .text-container .title b {
  display: inline-block;
  width: 100%;
  font-weight: 600;
}
.section--comeToUs .comeToUs-container .text-container .title b span.main-color {
  color: #c80f2d;
}
.section--comeToUs .comeToUs-container .comeToUs__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: disc;
  padding-left: 24px;
  max-width: 650px;
}
.section--comeToUs .comeToUs-container .comeToUs__list li {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  .section--comeToUs .comeToUs-container .comeToUs__list li {
    width: 50%;
  }
}
.rubric__head .rubric__title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 800px) {
  .rubric__head .rubric__title {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
.rubric__head h2 {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding: 10px 20px;
  color: #fff;
}
.rubric__head h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #c80f2d;
  z-index: -1;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rubric__head .rubric__nav {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 800px) {
  .rubric__head .rubric__nav {
    width: auto;
    text-align: left;
  }
}
.rubric__head .rubric__nav li a {
  display: inline-block;
  color: #b9afa6;
  font-size: calc( 18px / 1 );
  margin-left: 20px;
  text-decoration: underline;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  transition: color 250ms ease;
}
@media only screen and (min-width: 375px) {
  .rubric__head .rubric__nav li a {
    font-size: calc( 18px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  .rubric__head .rubric__nav li a {
    font-size: calc(100vw/(576 / 18));
  }
}
@media only screen and (min-width: 768px) {
  .rubric__head .rubric__nav li a {
    font-size: calc( 18px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  .rubric__head .rubric__nav li a {
    font-size: calc(100vw/(1280 / 18));
  }
}
@media only screen and (min-width: 1280px) {
  .rubric__head .rubric__nav li a {
    font-size: calc(100vw/(1440 / 18));
  }
}
@media only screen and (min-width: 1440px) {
  .rubric__head .rubric__nav li a {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1680px) {
  .rubric__head .rubric__nav li a {
    font-size: calc(100vw/(1680 / 18));
  }
}
@media only screen and (min-width: 1920px) {
  .rubric__head .rubric__nav li a {
    font-size: 18px;
  }
}
.rubric__head .rubric__nav li a:hover {
  color: #413b36;
}
.rubric__head .rubric__nav li:first-child a {
  margin-left: 0;
}
.cards-product-container {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  padding: 20px;
/*
    ================================== */
}
@media only screen and (min-width: 800px) {
  .cards-product-container {
    padding: 0;
  }
}
.cards-product-container .card-product {
  max-width: 100%;
  margin: 10px 10px;
}
@media only screen and (min-width: 800px) {
  .cards-product-container .card-product {
    max-width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .cards-product-container .card-product {
    max-width: calc(33% - 20px);
  }
}
@media only screen and (min-width: 1440px) {
  .cards-product-container .card-product {
    max-width: calc(25% - 20px);
  }
}
.section--rubric-one .rubric__head h2::before,
.section--rubric-one .card-product__price {
  background-color: #5dbc5e;
}
.section--rubric-two .rubric__head h2::before,
.section--rubric-two .card-product__price {
  background-color: #34b1cf;
}
.section--rubric-three .rubric__head h2::before,
.section--rubric-three .card-product__price {
  background-color: #f35a3a;
}
/* ===========================================================================
    COMMONS
=========================================================================== */
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Hind Siliguri', sans-serif;
  font-size: calc( 16px / 1 );
  background-color: #fff;
  -webkit-animation: fade-in 250ms ease;
  -moz-animation: fade-in 250ms ease;
  animation: fade-in 250ms ease;
}
@media only screen and (min-width: 375px) {
  body {
    font-size: calc( 16px / 1 );
  }
}
@media only screen and (min-width: 576px) {
  body {
    font-size: calc(100vw/(576 / 16));
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: calc( 16px / 1.2 );
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: calc(100vw/(1280 / 16));
  }
}
@media only screen and (min-width: 1280px) {
  body {
    font-size: calc(100vw/(1440 / 16));
  }
}
@media only screen and (min-width: 1440px) {
  body {
    font-size: calc(100vw/(1680 / 16));
  }
}
@media only screen and (min-width: 1680px) {
  body {
    font-size: calc(100vw/(1680 / 16));
  }
}
@media only screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}
html {
  scroll-behavior: smooth;
}
/*
    SELECTION
================================== */
::selection {
  background-color: #000;
  color: #fff;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
/*
    SCROLLBAR
================================== */
/* width */
/* Track */
/* Handle */
/* Handle on hover */
/* ===========================================================================
    @MEDIA LIGHT
=========================================================================== */
