@charset "UTF-8";
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0; }

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9); }

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-scale-up .lg-item {
  opacity: 0; }

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg); }

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg); }

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg); }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg); }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg); }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg); }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg); }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg); }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-tube .lg-item {
  opacity: 0; }

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lg-transitions.css.map */
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }

@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }

@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

/*! Pushy - v1.3.0 - 2019-6-25
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }

.pushy a {
  display: block;
  color: #b3b3b1;
  padding: 15px 30px;
  text-decoration: none; }

.pushy a:hover {
  color: #FFF; }

.pushy ul:first-child {
  margin-top: 10px; }

.pushy.pushy-left {
  left: 0; }

.pushy.pushy-right {
  right: 0; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0); }

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */ }

.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out; }

.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out; }

.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0; }

.pushy-submenu button:hover {
  color: #FFF; }

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative; }

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }

.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }

.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible; }

.pushy-submenu-open .pushy-link {
  opacity: 1; }

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

/*# sourceMappingURL=pushy.css.map */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/*@font-face {
    font-family: 'Anime Ace';
    src: url('../fonts/animeace2_reg-webfont.woff2') format('woff2'),
         url('../fonts/animeace2_reg-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Anime Ace';
    src: url('../fonts/animeace2_ital-webfont.woff2') format('woff2'),
         url('../fonts/animeace2_ital-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Anime Ace';
    src: url('../fonts/animeace2_bld-webfont.woff2') format('woff2'),
         url('../fonts/animeace2_bld-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}*/
#cookie-head {
  position: fixed;
  width: 100%;
  bottom: -100%;
  z-index: 1000; }

.content-cookie {
  background-color: white;
  width: 80%;
  margin: auto;
  border-radius: 10px 10px 0px 0px;
  padding: 20px;
  border-top: 5px solid #E6E9ED;
  font-size: 12px;
  padding-bottom: 35px;
  text-align: center;
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-content: center; }

.btn-cookie {
  margin-top: 10px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 2px;
  background-color: #77e378;
  border: 0;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer; }

.btn-cookie:hover {
  background-color: #adffad; }

.gestion-cookie {
  background-color: #e2e6ea;
  color: #847f7f; }

.gestion-cookie:hover {
  background-color: #ebeff3; }

.text-cookie {
  width: 70%;
  margin: auto;
  text-align: justify;
  display: inline-block;
  margin-top: 20px; }

.cta-cookie {
  width: 300px;
  text-align: left;
  margin: auto;
  margin-left: 30px;
  vertical-align: bottom;
  display: inline-block; }

.parametrage-cookie {
  display: none;
  width: 95%;
  margin: auto;
  text-align: center; }

.cookie-33 {
  display: inline-block;
  width: 30%;
  margin: auto;
  vertical-align: middle; }

.cookie-33-btn {
  display: inline-block;
  width: 30%;
  margin: auto;
  vertical-align: middle; }

.btn-actif-cookie {
  margin-top: 10px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 2px;
  background-color: #77e378;
  border: 0;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer; }

.btn-inactif-cookie {
  margin-top: 10px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 9px;
  letter-spacing: 2px;
  background-color: #e2e6ea;
  border: 0;
  color: #847f7f;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer; }

.content-cookie button:focus {
  outline: 0; }

@media screen and (max-width: 1450px) {
  .content-cookie {
    width: 90%; } }

@media screen and (max-width: 1300px) {
  .content-cookie {
    width: 98%;
    font-size: 11px; }
  .text-cookie {
    margin-top: 0px; }
  .cta-cookie {
    width: 150px;
    text-align: center;
    margin-left: 30px;
    vertical-align: initial;
    margin-top: 15px; }
  .btn-cookie {
    font-size: 8px;
    letter-spacing: 1px;
    padding: 10px 22px; } }

@media screen and (max-width: 950px) {
  .cookie-33 {
    width: 40%; }
  .cookie-33-btn {
    width: 17%;
    margin-left: 1%; }
  .btn-cookie {
    padding: 7px 10px; }
  .parametrage-cookie {
    font-size: 10px; } }

@media screen and (max-width: 700px) {
  .text-cookie {
    width: 100%; }
  .cta-cookie {
    width: 100%;
    margin-left: 0px;
    margin-top: 5px; }
  .btn-actif-cookie, .btn-inactif-cookie {
    margin-top: 0px;
    font-size: 8px;
    padding: 2px 15px; }
  .cookie-33 {
    width: 47%; }
  .cookie-33 p {
    margin-top: 0px;
    margin-bottom: 3px; }
  .cookie-33-btn {
    width: 80%; }
  .cookie-33-btn p {
    margin-top: 5px; }
  .btn-cookie {
    padding: 5px 20px; }
  .content-cookie {
    padding-top: 10px;
    height: 300px; }
  .parametrage-cookie {
    width: 100%; }
  .btn-gestion {
    padding: 5px 20px; } }

@media screen and (max-width: 485px) {
  .content-cookie {
    padding: 10px; }
  .btn-cookie {
    padding: 8px 16px; }
  .btn-gestion {
    padding: 5px 20px; } }

@media screen and (max-width: 450px) {
  .content-cookie {
    height: 470px; }
  .text-cookie {
    padding: 10px; }
  .parametrage-cookie {
    font-size: 11px; }
  .cookie-33-btn {
    margin-top: 10px; } }

/******Page Store*****/
.link-tsume-store-top-page {
  text-decoration: none;
  cursor: pointer; }

.background-store-top-page {
  background-color: black;
  height: 100vh;
  width: 100vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

.map-store-top-page {
  width: 50px; }

.img-store-top-page {
  width: 500px; }

.logo-store-top-page {
  width: 450px; }

.facebook-img, .insta-img {
  width: 50px; }

.twitter-img {
  width: 35px; }

.background-store {
  background-color: black; }

.content-store-top-page {
  background-color: black;
  align-items: center;
  display: inline-block;
  width: 100%;
  padding: 20px; }

.menu-content-ichigo a {
  color: #adadad; }

.menu-content-ichigo a:hover {
  border-bottom: 1px solid #adadad; }

.container-store-top-page {
  margin: auto;
  color: white;
  max-width: 100%; }

.titre-store-top-page {
  text-align: center;
  margin-bottom: 30px; }

.titre-grand-store-a {
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffffad;
  font-weight: 200;
  margin-bottom: -10px; }

.titre-grand-store-b {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600; }

.titre-petit-store {
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff85;
  letter-spacing: 7px;
  font-weight: 200; }

.network-icone-store-top-page {
  width: 75px;
  background-color: #ffffffd4;
  height: 75px;
  color: #000000de;
  border-radius: 90px;
  font-size: 57px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative; }

.network-icone-store-top-page:hover {
  background-color: #ffffff; }

.network-container-store-top-page a {
  margin: 20px 20px;
  cursor: pointer;
  text-decoration: none; }

.network-container-store-top-page {
  display: flex;
  justify-content: center; }

.footer-store-top-page {
  color: white;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 14px; }

.info-store-top-page {
  text-align: center;
  margin-top: -20px; }

@media screen and (max-width: 1550px) {
  .img-store-top-page {
    width: 400px; }
  .network-icone-store-top-page {
    width: 65px;
    height: 65px; }
  .facebook-img, .insta-img {
    width: 40px; }
  .twitter-img {
    width: 30px; } }

@media screen and (max-width: 750px) {
  .network-icone-store-top-page {
    width: 150px;
    height: 150px; }
  .network-container-store-top-page a {
    margin: 5px; }
  .network-icone-store-top-page {
    width: 55px;
    height: 55px; }
  .facebook-img, .insta-img {
    width: 40px; }
  .twitter-img {
    width: 30px; }
  .titre-store-top-page {
    margin-bottom: 22px; }
  .network-container-store-top-page {
    margin-top: 20px; }
  .container-store-top-page {
    max-width: 95%; }
  .titre-petit-store {
    font-size: 20px;
    margin-bottom: 0px; }
  .titre-grand-store-a {
    font-size: 20px;
    margin-bottom: -5px; }
  .titre-grand-store-b {
    font-size: 22px; }
  .map-store-top-page {
    width: 35px; } }

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: black; }

/***TOP Page***/
.top-page-ichigo {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #e6e6e6;
  top: -1px; }

.content-top-ichigo {
  margin: auto;
  width: 100%; }

.titre-top-ichigo {
  font-size: 100px;
  color: #1b1b1b;
  font-weight: 700;
  margin-top: -40px; }

.description-top-ichigo {
  font-size: 30px;
  color: #444444;
  margin-left: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 13px; }

#video-ichigo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  transform: translate(calc((100% - 100vw) / 2), calc((100% - 100vh) / 2)); }

.top-page-content-ichigo {
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(123, 123, 123, 0.75);
  top: 0; }

.logo-ichigo {
  width: 80px;
  margin-top: -50px; }

.logo-bleach-ichigo {
  margin-top: 15px;
  margin-bottom: 15px; }

.logo-mub-ichigo {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 200px; }

.arrow-down-ichigo {
  width: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -30px; }

.red-backgound {
  background-color: #730000; }

@media screen and (max-width: 1200px) {
  .logo-mub-ichigo {
    width: 100px; }
  .description-top-ichigo {
    font-size: 20px; }
  .titre-top-ichigo {
    font-size: 80px;
    margin-top: -25px; }
  .arrow-down-ichigo {
    width: 50px;
    margin-left: -25px; } }

@media screen and (max-width: 768px) {
  .logo-mub-ichigo {
    width: 80px; }
  .description-top-ichigo {
    font-size: 14px;
    color: #212121;
    letter-spacing: 11px; }
  .titre-top-ichigo {
    font-size: 60px;
    margin-top: -15px; }
  .arrow-down-ichigo {
    width: 40px;
    margin-left: -20px; } }

@media screen and (max-width: 548) {
  .logo-mub-ichigo {
    width: 80px; }
  .description-top-ichigo {
    font-size: 10px;
    font-weight: 700;
    color: #444444;
    letter-spacing: 8px; }
  .titre-top-ichigo {
    font-size: 45px;
    margin-top: -13px; }
  .arrow-down-ichigo {
    width: 36px;
    margin-left: -13px; } }

@media screen and (max-width: 548) {
  .logo-mub-ichigo {
    width: 80px; }
  .description-top-ichigo {
    font-size: 10px;
    font-weight: 700;
    color: #444444;
    letter-spacing: 8px; }
  .titre-top-ichigo {
    font-size: 45px; }
  .arrow-down-ichigo {
    width: 36px;
    margin-left: -13px; } }

/***BLOCK ICHIGO****/
.iframe-video-ichigo {
  width: 560px;
  height: 315px;
  position: relative;
  top: 10%; }

.block-50-ichigo {
  text-align: center;
  width: 40%;
  padding: 20px; }

.block-40-ichigo {
  text-align: center;
  width: 38%;
  padding: 20px; }

.block-20-ichigo {
  text-align: center;
  width: 18%;
  padding: 20px; }

.block-30-ichigo {
  text-align: center;
  width: 25%;
  padding: 20px; }

.block-60-ichigo {
  text-align: center;
  width: 55%;
  padding: 20px; }

.block-80-ichigo {
  text-align: center;
  width: 75%;
  padding: 20px; }

.block-100-ichigo {
  text-align: center;
  width: 90%;
  padding: 20px; }

.titre-description-block-ichigo {
  margin-top: 0px;
  font-size: 30px;
  letter-spacing: 2.5;
  margin-bottom: 50px; }

.content-description-block-ichigo {
  text-align: justify;
  margin-top: 10px;
  font-size: 18px;
  color: #9e9e9e;
  font-style: italic;
  letter-spacing: 1.5; }

.margin-supp-ichigo {
  margin-top: 80px; }

.big-picture-ichigo {
  width: 90%; }

.page-block-ichigo.black-ichigo {
  background-color: black;
  box-shadow: 0px 0px 25px 0px black;
  z-index: 15;
  color: white; }

.details-description-block-ichigo {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  color: black; }

.direction-ichigo {
  font-size: 14px; }

.description-copy-right-ichigo {
  color: #757575;
  font-size: 14px; }

.content-flex-ichigo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

.cara-img-ichigo {
  vertical-align: middle;
  margin-right: 15px;
  width: 40px;
  margin-bottom: 5px; }

.page-block-bust-pic-back {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  margin-bottom: -14px;
  max-width: 550px; }

.page-block-ichigo {
  background-color: #e6e6e6;
  display: flex;
  width: 100%;
  z-index: 10;
  position: relative;
  padding: 75px 0px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.page-block-ichigo.red-backgound {
  background-color: #730000; }

.page-block-ichigo.red-backgound .block-50-ichigo .titre-description-block-ichigo {
  color: white; }

.caracteristique-ichigo {
  padding: 100px 10%; }

.btn-achat-ichigo {
  background-color: white !important;
  color: black !important;
  margin: 50px 0px !important;
  padding: 10px 20px !important;
  letter-spacing: 2.5px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border: 2px solid white !important;
  transition: 1s !important;
  -webkit-transition: 1s !important; }

.btn-achat-ichigo:hover {
  background-color: black !important;
  color: white !important;
  transition: 1s !important;
  -webkit-transition: 1s !important; }

.menu-langue-ichigo {
  position: fixed;
  top: 10px;
  right: 30px;
  color: #989898;
  width: 10px; }

.madeinlux img {
  max-width: 170px; }

.menu-langue-ichigo a:hover {
  border-bottom: 1px solid #989898;
  cursor: pointer; }

@media screen and (max-width: 1200px) {
  .iframe-video-ichigo {
    width: 100%; }
  .titre-description-block-ichigo {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 28px; }
  .content-description-block-ichigo {
    font-size: 16px; }
  .margin-supp-ichigo {
    margin-top: 40px; }
  .btn-achat-ichigo {
    font-size: 14px !important; }
  .details-description-block-ichigo {
    font-size: 14px; }
  .cara-img-ichigo {
    margin-right: 10px;
    width: 30px; }
  .madeinlux {
    text-align: center; }
  .madeinlux img {
    width: 70%; }
  .page-block-ichigo {
    padding: 50px 0px; }
  .direction-ichigo {
    font-size: 12px; } }

@media screen and (max-width: 900px) {
  .block-50-ichigo {
    width: 80%;
    padding: 0px; }
  .titre-description-block-ichigo {
    margin-top: 20px;
    font-size: 24px; }
  .content-description-block-ichigo {
    font-size: 14px;
    padding-bottom: 15px; }
  .iframe-video-ichigo {
    width: 80%;
    margin-bottom: 50px; }
  .big-picture-ichigo {
    width: 70%; }
  .block-60-ichigo {
    width: 80%; }
  .block-80-ichigo {
    width: 80%; }
  .block-20-ichigo {
    width: 80%; }
  .madeinlux {
    text-align: center; }
  .madeinlux img {
    width: 20%; }
  .page-block-ichigo {
    padding: 40px 0px; }
  .cara-img-ichigo {
    margin-right: 10px;
    width: 25px; }
  .block-100-ichigo {
    padding: 10px; }
  .block-40-ichigo {
    width: 80%; }
  .btn-achat-ichigo {
    font-size: 14px !important; }
  .menu-langue-ichigo {
    position: fixed;
    top: 40px;
    right: 32px;
    width: auto;
    font-size: 12px; }
  .menu-langue-ichigo a {
    margin-left: 5px; } }

@media screen and (max-width: 450px) {
  .titre-description-block-ichigo {
    font-size: 18px; }
  .content-description-block-ichigo {
    font-size: 12px;
    padding-bottom: 15px; }
  .iframe-video-ichigo {
    width: 100%;
    height: 250px; }
  .btn-achat-ichigo {
    font-size: 9px !important;
    margin: 30px 0px !important;
    width: 100% !important; }
  .logo-bleach-ichigo {
    margin-top: 0px; }
  .description-copy-right-ichigo {
    color: #8c8b8b;
    font-size: 10px; }
  .content-flex-ichigo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .cara-img-ichigo {
    width: 25px;
    margin: 10px 5px 10px 0px; }
  .block-60-ichigo {
    width: 100%; }
  .block-40-ichigo {
    width: 95%; }
  .caracteristique-ichigo .content-flex-ichigo .block-50-ichigo {
    width: 100%; }
  .details-description-block-ichigo {
    font-size: 12px; }
  .caracteristique-ichigo .block-30-ichigo {
    text-align: center;
    width: 30%;
    padding: 0px; }
  .caracteristique-ichigo .block-30-ichigo .madeinlux img {
    width: 100%; }
  .direction-ichigo {
    font-size: 12px; }
  .madeinlux img {
    width: 50%; } }

.page-block-image-ichigo {
  display: flex;
  width: 100%;
  z-index: 10;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  background-color: black; }

.bloc-galery-ichigo {
  background-size: contain;
  width: 33.3%;
  min-height: calc(100vw*0.333); }

.block-image-arrow-ichigo img {
  width: 50px;
  position: relative;
  top: 50%;
  opacity: 0.8; }

.block-image-arrow-ichigo {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.22);
  height: 100%;
  vertical-align: bottom;
  color: white; }

.block-image-arrow-ichigo:hover {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.block-image-arrow-ichigo.left {
  left: 0;
  border-radius: 0px 80px 80px 0px; }

.block-image-arrow-ichigo.right {
  right: 0;
  border-radius: 80px 0px 0px 80px; }

.page-block-ichigo.footer-ichigo {
  background-color: #252525;
  color: white;
  padding: 0px; }

.condition-ichigo {
  text-align: justify;
  padding: 50px 200px;
  padding-bottom: 0px;
  font-size: 14px;
  color: #a7a6a6;
  font-style: italic; }

.copyright-ichigo {
  text-align: center;
  line-height: 22px;
  padding: 10px;
  font-size: 12px;
  color: #a7a6a6; }

.copyright-ichigo a {
  color: #a7a6a6; }

@media screen and (max-width: 1200px) {
  .condition-ichigo {
    padding: 30px;
    font-size: 13px; }
  .copyright-ichigo {
    font-size: 11px; } }

@media screen and (max-width: 900px) {
  .condition-ichigo {
    padding: 20px;
    font-size: 13px;
    padding-bottom: 0px; }
  .copyright-ichigo {
    font-size: 11px; } }

@media screen and (max-width: 450px) {
  .bloc-galery-ichigo {
    background-size: contain;
    width: 100%;
    min-height: calc(100vw); }
  #ichigo-pic2 {
    display: none; }
  #ichigo-pic3 {
    display: none; }
  .condition-ichigo {
    padding: 20px 0px;
    font-size: 11px; }
  .copyright-ichigo {
    text-align: center;
    line-height: 16px; }
  .block-image-arrow-ichigo {
    position: absolute;
    background-color: rgba(152, 152, 152, 0.22);
    top: 45%;
    height: unset; }
  .block-image-arrow-ichigo img {
    width: 40px;
    position: relative;
    top: 50%;
    margin-top: 6px;
    opacity: 0.8; } }

/*******MENU********/
.menu-ichigo {
  width: 100%;
  position: fixed;
  z-index: 20;
  color: white;
  display: flex;
  justify-content: space-between;
  top: 0;
  min-height: 72px; }

.menu-content-ichigo {
  padding: 25px;
  text-align: right;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  width: 45%; }

.menu-content-ichigo a {
  margin: 10px;
  color: #000;
  text-decoration: none; }

.menu-content-ichigo a:hover {
  cursor: pointer;
  border-bottom: 2px solid #1b1b1b; }

.menu-preco-ichigo {
  width: 45%;
  padding: 20px; }

.btn-menu-preco-ichigo {
  border: 4px solid white !important;
  background-color: white !important;
  text-transform: uppercase !important;
  padding: 5px 25px !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  margin-left: 25px;
  color: black !important;
  width: auto !important;
  display: none !important; }

.btn-menu-preco-ichigo:hover {
  border: 4px solid black !important;
  color: white !important;
  background-color: black !important;
  transition: 1s !important; }

.scrolled {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 1s; }

.scrolled .menu-content-ichigo a {
  color: #d8d8d8; }

.scrolled .menu-content-ichigo a:hover {
  border-bottom: 2px solid #989898;
  cursor: pointer; }

.preco-mobile-ichigo {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  background-color: white !important;
  border: 1px solid #b5b5b5 !important;
  margin: 15px !important;
  border-radius: 30px !important;
  line-height: 18px !important;
  padding: 10px 12px !important;
  box-shadow: 0px 4px 10px #00000054 !important;
  cursor: pointer !important;
  width: auto !important;
  display: none !important; }

.preco-mobile-ichigo:hover {
  background-color: #989898; }

.preco-mobile-ichigo img {
  width: 30px;
  position: relative;
  top: 2px; }

.menu-preco-mobile-ichigo {
  display: none; }

#toggle-menu-ichigo {
  display: none;
  visibility: hidden; }

#label-menu-ichigo {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #00000061;
  display: block;
  padding: 0.7em;
  padding-top: 12px;
  text-align: center;
  color: #666;
  cursor: pointer;
  display: none; }

#label-menu-ichigo:hover {
  color: #000; }

#label-menu-ichigo::before {
  font-family: Consolas, monaco, monospace;
  font-weight: bold;
  font-size: 15px;
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px; }

#menu-hide-ichigo {
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
  position: fixed;
  right: 0;
  top: 72px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.75); }

#section-toggle-menu-ichigo {
  padding: 0 20px; }

#toggle-menu-ichigo:checked ~ #menu-hide-ichigo {
  height: 250px; }

.content-menu-hide-ichigo {
  padding: 20px;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 14px;
  color: #d4d4d4; }

.content-menu-hide-ichigo a {
  text-decoration: none; }

.content-menu-hide-ichigo a:hover {
  border-bottom: 2px solid #d4d4d4; }

@media screen and (max-width: 900px) {
  .menu-preco-ichigo {
    padding: 15px;
    width: 35%;
    font-size: 10px;
    margin-left: 10px; }
  .menu-content-ichigo {
    padding: 20px;
    width: 65%;
    font-size: 12px; }
  #label-menu-ichigo {
    padding: 0.4em 0.5em; }
  #menu-hide-ichigo {
    top: 62px; }
  .menu-ichigo {
    min-height: 61px; } }

@media screen and (max-width: 600px) {
  .menu-content-ichigo {
    display: flex;
    justify-content: space-around; }
  .menu-ichigo {
    height: 50px; }
  #label-menu-ichigo {
    position: fixed;
    top: 0;
    right: 0;
    background-color: unset;
    display: block;
    padding: 0em;
    padding-top: 3px;
    text-align: center;
    color: #666;
    cursor: pointer;
    display: none; }
  #toggle-menu-ichigo:checked ~ #menu-hide-ichigo {
    height: 200px; }
  #menu-hide-ichigo {
    top: 49px;
    width: 135px; }
  .content-menu-hide-ichigo {
    padding: 10px;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 13px; }
  .menu-preco-ichigo {
    display: none; }
  .menu-content-ichigo a {
    text-align: center;
    width: 20%; }
  .menu-content-ichigo {
    padding: 10px;
    width: 100%; }
  .preco-mobile-ichigo {
    display: block !important; }
  .menu-langue-ichigo {
    display: none; } }

@media screen and (max-width: 450px) {
  .menu-preco-ichigo {
    display: none; }
  .menu-content-ichigo {
    width: 100%;
    font-size: 10px;
    display: flex;
    text-align: center;
    justify-content: space-around;
    padding: 10px; }
  .menu-content-ichigo a {
    width: 20%;
    margin: 0px;
    padding: 2px; }
  .description-top-ichigo {
    font-size: 10px;
    letter-spacing: 5px; }
  .titre-top-ichigo {
    font-size: 35px; }
  .logo-mub-ichigo {
    margin-bottom: 5px; }
  .scrolled {
    background-color: rgba(0, 0, 0, 0.83);
    border-bottom: 1px solid white; }
  .menu-ichigo {
    min-height: 50px; } }

/******IKIGAI******/
.top-page-ikigai {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-image: url("https://www.tsume-art.com/storage/app/media/ikigai/site/fond-top-ikigai-4.png");
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative; }

.top-page-content-60-ikigai {
  width: 60%; }

.top-page-content-40-ikigai {
  width: 40%;
  text-align: center;
  z-index: 2; }

.top-ikigai-pic {
  width: 95%; }

.ikigai-price-box {
  width: 350px;
  margin: auto; }

.label-ikigai-top {
  margin-left: 10px;
  width: 90px; }

.logo-ikigai-top {
  width: 130px;
  margin-top: 40px;
  margin-bottom: 20px; }

.ikigai-title-product {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px; }

.liseron-ikigai {
  width: 100%;
  height: 8px; }

@media screen and (max-width: 1200px) {
  .top-page-content-60-ikigai {
    width: 60%; }
  .top-page-content-40-ikigai {
    width: 40%; }
  .logo-ikigai-top {
    width: 100px; }
  .ikigai-title-product {
    font-size: 30px; }
  .label-ikigai-top {
    margin-left: 10px;
    width: 70px; }
  .ikigai-price-box {
    width: 80%; } }

@media screen and (max-width: 750px) {
  .top-page-content-60-ikigai {
    width: 100%;
    max-height: 50%;
    position: absolute;
    top: 30%;
    left: 25%;
    transform: translate(-50%, -50%); }
  .top-page-content-40-ikigai {
    width: 100%;
    max-height: 50%;
    margin-bottom: 80px; }
  .logo-ikigai-top {
    width: 70px;
    margin-top: 0px;
    margin-bottom: 5px; }
  .ikigai-title-product {
    font-size: 30px;
    margin-bottom: 0px; }
  .label-ikigai-top {
    margin-left: 10px;
    width: 60px; }
  .ikigai-price-box {
    width: 85%; }
  .add-to-cart {
    margin-top: 1em; }
  .top-page-ikigai {
    align-items: flex-end; }
  .top-ikigai-pic {
    width: 115%;
    max-width: 115%; } }

.test-video-ikigai {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
  mix-blend-mode: screen; }

.test-video-ikigai video {
  position: absolute;
  bottom: 0;
  width: 100%; }

.info-ikigai-ultimate {
  display: flex;
  background-color: black;
  justify-content: center;
  align-items: center; }

.info-ikigai-ultimate-inner {
  display: flex;
  background: linear-gradient(29deg, #ae9876 0%, #F0E8CE 28%, #ae9876 44%, #ebd7a8 70%, #F0E8CE 75%, #ae9876 100%);
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 150px 20px;
  flex-wrap: wrap; }

.info-ikigai-ultimate-content {
  width: 50%;
  padding: 65px 40px 40px 40px;
  text-align: center;
  position: relative; }

.label-ultimate-ikigai-banner {
  width: 350px; }

.info-ikigai-ultimate-title {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0px; }

.info-ikigai-ultimate-texte {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px; }

.info-ikigai-ultimate-btn {
  width: fit-content;
  margin: auto;
  color: white;
  padding: 5px 20px;
  background-color: #613288;
  border-radius: 10px;
  font-weight: 600; }

.pic-ultimate-1, .pic-ultimate-2 {
  width: 210px;
  /*filter: invert(1);*/
  position: absolute; }

.pic-ultimate-1 {
  top: -30px;
  left: 20px;
  transform: rotate(352deg);
  box-shadow: 0px 0px 87px -15px #ffffff9c; }

.pic-ultimate-2 {
  top: -170px;
  right: 95px;
  transform: rotate(5deg);
  box-shadow: 0px 0px 87px -15px #ffffff9c; }

@media screen and (max-width: 1200px) {
  .pic-ultimate-1, .pic-ultimate-2 {
    width: 160px; }
  .info-ikigai-ultimate-content {
    padding: 50px 25px 25px 25px; }
  .label-ultimate-ikigai-banner {
    width: 190px; }
  .info-ikigai-ultimate-title {
    font-size: 16px; }
  .info-ikigai-ultimate-texte {
    font-size: 13px; }
  .pic-ultimate-1 {
    top: -5px;
    z-index: 2;
    left: 11%; }
  .pic-ultimate-2 {
    right: 11%; } }

@media screen and (max-width: 750px) {
  .info-ikigai-ultimate-inner {
    width: 100%;
    margin: 0px;
    padding: 40px 0px; }
  .info-ikigai-ultimate-content-2 {
    height: 250px; }
  .info-ikigai-ultimate-content {
    width: 100%; }
  .pic-ultimate-1 {
    margin-right: 10%; }
  .pic-ultimate-1, .pic-ultimate-2 {
    width: 120px;
    position: initial; } }

.video-page-ikigai {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  background-color: black;
  top: -1px;
  z-index: 3; }

#video-ikigai {
  position: absolute;
  width: 100%;
  max-width: 1700px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%; }

@media screen and (max-width: 1200px) {
  #video-ikigai {
    width: initial; } }

@media screen and (max-width: 600px) {
  #video-ikigai {
    width: initial; } }

.page-block-ikigai {
  background-color: black;
  display: flex;
  width: 100%;
  position: relative;
  padding: 0px 0px 0px 0px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  box-shadow: 0px 1px 35px 0px #000000ab;
  color: white; }

.page-block-ikigai.black-ikigai {
  z-index: 2; }

.quote-ikigai {
  text-align: right;
  font-style: italic;
  font-weight: 400; }

.content-description-block-ikigai {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: justify; }

.block-50-ikigai-picture {
  width: 40%;
  padding: 0px; }

.block-50-ikigai-description {
  width: 50%;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 10;
  max-width: 750px; }

.big-picture-ikigai {
  margin-left: 50px;
  margin-top: 30px; }

.titre-description-block-ikigai {
  margin-top: 0px;
  font-size: 30px;
  letter-spacing: 2.5;
  margin-bottom: 5px; }

.logo-licence {
  width: 300px;
  margin: 15px; }

.block-100-ikigai-main {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  justify-content: center;
  align-items: center;
  margin-top: 40px; }

@media screen and (max-width: 1200px) {
  .block-50-ikigai-picture {
    align-items: center;
    display: flex;
    justify-content: center; }
  .big-picture-ikigai {
    height: max-content; } }

@media screen and (max-width: 800px) {
  .block-50-ikigai-picture {
    width: 100%;
    margin-top: 20px;
    max-height: 450px; }
  .block-50-ikigai-description {
    width: 100%;
    margin-top: 50px; }
  .big-picture-ikigai {
    width: 80%;
    margin: 40px 0px -130px 0px;
    z-index: 2;
    object-fit: contain; }
  .logo-licence {
    width: 170px;
    margin: 10px; }
  .content-description-block-ikigai {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0px 20px; }
  .description-copy-right-ichigo {
    padding: 0px 20px; }
  .block-100-ikigai-main {
    flex-direction: column-reverse;
    margin-top: 0px; } }

.block-20-ikigai {
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-weight: 500; }

.block-20-ikigai img {
  width: 100px; }

.block-40-ikigai {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.block-60-ikigai {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.besta-ikigai {
  width: 350px;
  height: 350px; }

.block-100-ikigai {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px; }

@media screen and (max-width: 800px) {
  .block-40-ikigai {
    width: 100%; }
  .block-60-ikigai {
    width: 100%; }
  .block-20-ikigai {
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: 500; }
  .block-20-ikigai img {
    width: 50px; }
  .block-20-ikigai {
    width: 50%; }
  .besta-ikigai {
    width: 200px;
    height: 200px;
    margin-top: 40px; }
  .block-100-ikigai {
    flex-direction: column-reverse; }
  .titre-description-block-ichigo {
    font-size: 25px; } }

#err-cgv {
  display: none;
  font-size: 13px;
  color: red; }

#err-ultimate {
  display: none;
  font-size: 13px;
  color: red; }

.isDisabled {
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
  background-color: #929292; }

/* The container */
.container-confirmation-cgv {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-confirmation-cgv input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark-confirmation-cgv {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  border: 1px solid #d0cece;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.container-confirmation-cgv:hover input ~ .checkmark-confirmation-cgv {
  background-color: #cecece; }

/* When the checkbox is checked, add a blue background */
.container-confirmation-cgv input:checked ~ .checkmark-confirmation-cgv {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-confirmation-cgv:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-confirmation-cgv input:checked ~ .checkmark-confirmation-cgv:after {
  display: block; }

/* Style the checkmark/indicator */
.container-confirmation-cgv .checkmark-confirmation-cgv:after {
  left: 8px;
  top: 5px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/***PANIER ORDER***/
@media screen and (max-width: 600px) {
  #jsCartItems table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed; }
  #jsCartItems table caption {
    font-size: 1.3em;
    margin: .5em 0 .75em; }
  #jsCartItems table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #jsCartItems table tr {
    display: block;
    margin-bottom: .625em;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em; }
  #jsCartItems table td {
    display: block;
    font-size: .8em;
    text-align: right;
    padding: .625em; }
  #jsCartItems table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  #jsCartItems table td:last-child {
    border-bottom: 0; }
  #jsCartItems .table tr td > a > img {
    float: none !important;
    margin-right: 12px;
    margin-right: 0.75rem; }
  #jsCartItems .item-title--left {
    text-align: right !important; }
  #jsCartItems table tbody tr td.item-cart-mobile {
    text-align: center !important; }
  #jsCartItems table tbody tr td a div.item-title--left {
    text-align: center !important; }
  #jsCartItems table tbody tr td a div.item-title--left .item-title__sutitle {
    padding-bottom: 5px !important; }
  #jsCartItems table tbody tr td div div.item-title--left {
    text-align: center !important;
    padding-top: 5px !important; }
  #jsCartItems .table tr td > a > img {
    width: 80px; }
  #jsCartItems .table tr td {
    padding: 5px 0px !important;
    font-size: 0.775rem !important;
    border-bottom: 0px solid #E6E9ED !important; }
  #jsCartItems table tbody tr td.quantity-cart-mobile {
    border-top: 1px solid #E6E9ED;
    padding-top: 15px; }
  #jsCartItems table tbody tr td.total-cart-mobile {
    border-bottom: 1px solid #E6E9ED !important; }
  #jsCartItems table tbody tr td.close-cart-mobile {
    text-align: center; }
  #jsCartItems table tbody tr td.close-cart-mobile div {
    padding-bottom: 0px; }
  #jsCartItems table tbody tr td.close-cart-mobile div button {
    top: 0px;
    border-radius: 10px; }
  #jsCartItems table tbody tr td.close-cart-mobile button {
    top: 0px;
    border-radius: 10px; }
  #jsCartItems table tbody tr td .cart__price {
    font-size: 1rem !important;
    line-height: 0px !important; }
  #jsCartItems .cart__quantity {
    padding: 2px 12px !important;
    font-size: 0.8rem !important; } }

/****ADD TO CART - PROGRESSION BAR*****/
.progression-vente {
  color: #603288;
  border-top: 6px solid #603288;
  border-bottom: 6px solid #603288;
  background-color: #603288;
  position: absolute;
  top: -6px;
  left: -4px;
  border-radius: 2px; }

.content-progression-vente {
  width: 100%;
  color: #d2d2d2;
  background-color: #d2d2d2;
  border: 6px solid #d2d2d2;
  border-radius: 2px;
  position: relative; }

/******* BERSERK *********/
.color-1-berserk {
  background-color: #b42222; }

.color-1-ichigo {
  background-color: #dc7a01; }

.color-1-ranma {
  background-color: #6f6e4f; }

.color-1-gow {
  background-color: #123582; }

.color-1-saitama {
  background-color: #ffde00; }

.promo-berserk .new {
  width: 70px;
  padding: 3px;
  position: absolute;
  right: 0;
  margin-right: 80px;
  font-weight: 500;
  margin-top: -18px; }

.content-promo-berserk {
  text-align: center;
  margin-top: -60px;
  font-family: 'Montserrat';
  margin-bottom: 50px; }

.promo-img-berserk {
  width: 200px; }

.promo-img-ichigo {
  width: 350px; }

.content-promo-berserk img {
  margin-bottom: 20px; }

.color-2-berserk {
  border: 7px solid #b42222;
  background-color: #2a2323; }

.color-2-ichigo {
  border: 7px solid #dc84017;
  background-color: #000000; }

.color-2-ranma {
  border: 7px solid #968146;
  background-color: #6f6e4f; }

.color-2-gow {
  border: 7px solid #77440b;
  background-color: #010000; }

.color-3-gow {
  border: 7px solid #123582;
  background-color: #010000; }

.color-2-saitama {
  border: 7px solid #ffde00;
  background-color: #000000; }

.promo-berserk {
  width: 45%;
  display: inline-block;
  height: 170px;
  vertical-align: text-bottom;
  border-radius: 3px;
  color: white; }

.promo-berserk h2 {
  font-size: 50px;
  margin-bottom: 0px;
  margin-top: 0%; }

.berserk-2 h3 {
  font-size: 25px;
  margin: 0;
  margin-top: 2%; }

.berserk-2 p.step {
  margin: 0px;
  font-weight: 600;
  font-size: 16px; }

.berserk-1 p {
  font-weight: 700; }

.berserk-1 p.min {
  margin: 0px;
  font-size: 15px;
  font-weight: 400; }

.berserk-1 {
  background-size: cover; }

.berserk-2 {
  background-size: cover; }

.promo-titre-cash {
  margin-top: 2% !important;
  font-size: 30px;
  margin-bottom: -10px; }

.promo-step-first {
  margin-top: 8px; }

.promo-step {
  font-size: 15px;
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 7px; }

.promo-ss-titre {
  font-size: 18px;
  margin-top: -5px; }

.promo-remise {
  margin-top: -12px;
  font-size: 18px; }

.head-promo-berserk {
  margin-top: -60px;
  font-size: 30px;
  font-weight: 700;
  color: black; }

@media screen and (max-width: 782px) {
  .promo-berserk .new {
    margin-right: 55px; }
  .head-promo-berserk {
    margin-top: -30px;
    font-size: 25px;
    font-weight: 700;
    color: black; }
  .content-promo-berserk {
    text-align: center;
    margin-top: -30px;
    font-family: 'Montserrat';
    margin-bottom: 50px; }
  .promo-img-berserk {
    width: 150px; }
  .promo-img-ichigo {
    width: 300px; }
  .content-promo-berserk img {
    margin-bottom: 10px; }
  .promo-berserk {
    width: 45%;
    display: inline-block;
    height: 135px;
    vertical-align: text-bottom;
    border-radius: 3px;
    color: white; }
  .promo-berserk h2 {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0%; }
  .berserk-2 h3 {
    font-size: 19px;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 10px; }
  .berserk-2 p.step {
    margin: 0px;
    font-weight: 700;
    font-size: 13px; }
  .berserk-1 p {
    font-weight: 700; }
  .berserk-1 p.min {
    margin: 0px;
    font-size: 14px;
    font-weight: 400; }
  .promo-titre-cash {
    margin-top: 5% !important;
    font-size: 22px;
    margin-bottom: -10px; }
  .promo-step-first {
    margin-top: 8px; }
  .promo-step {
    font-size: 13px;
    font-weight: 400;
    margin-top: -13px; }
  .promo-ss-titre {
    font-size: 18px;
    margin-top: -5px; }
  .promo-remise {
    font-size: 17px;
    margin-top: -7px; } }

@media screen and (max-width: 622px) {
  .promo-berserk .new {
    margin-right: -5px;
    margin-top: 5px; }
  .head-promo-berserk {
    margin-top: -30px;
    font-size: 20px;
    font-weight: 700;
    color: black; }
  .promo-berserk {
    width: 80%;
    display: inline-block;
    height: 110px;
    vertical-align: text-bottom;
    border-radius: 3px;
    color: white; }
  .promo-berserk h2 {
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 0%; }
  .berserk-2 h3 {
    font-size: 18px;
    margin-top: 1%;
    margin-bottom: 0px; }
  .berserk-2 p {
    font-weight: 500;
    font-size: 11px; }
  .berserk-1 p {
    font-weight: 700; }
  .berserk-1 p.min {
    margin: 0px;
    font-size: 11px;
    font-weight: 400; }
  .promo-step-first {
    margin-top: 0px; }
  .promo-titre-cash {
    margin-top: 1% !important; }
  .promo-step {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 2px; }
  .berserk-2 p.step {
    font-size: 11px; } }

/**** PARALLAX SCENE 2****/
.jsParallaxScene:nth-of-type(6) {
  height: auto; }

/******* Chopper *********/
.promo-chopper .new {
  background-color: #e48dbc;
  width: 70px;
  padding: 3px;
  position: absolute;
  right: 0;
  margin-right: 80px;
  font-weight: 500;
  margin-top: -18px; }

.content-promo-chopper {
  text-align: center;
  margin-top: -60px;
  font-family: 'Montserrat';
  margin-bottom: 10px; }

.content-promo-chopper img {
  width: 200px;
  margin-bottom: 20px; }

.promo-chopper {
  width: 45%;
  display: inline-block;
  border: 7px solid #e48dbc;
  height: 170px;
  vertical-align: text-bottom;
  background-color: #9dc7e1;
  border-radius: 3px;
  color: white; }

.promo-chopper h2 {
  font-size: 50px;
  margin-bottom: 0px;
  margin-top: 0%; }

.chopper-2 h3 {
  font-size: 25px;
  margin: 0;
  margin-top: 2%; }

.chopper-2 p.step {
  margin: 0px;
  font-weight: 600;
  font-size: 16px; }

.chopper-1 p {
  font-weight: 700; }

.chopper-1 p.min {
  margin: 0px;
  font-size: 15px;
  font-weight: 400; }

.chopper-1 {
  background-image: url(https://tsume-art.com/storage/app/media/background-chopper.png);
  background-size: cover; }

.promo-titre-cash {
  margin-top: 2% !important;
  font-size: 30px;
  margin-bottom: -10px; }

.promo-ss-titre {
  font-size: 18px;
  margin-top: -5px; }

.promo-remise {
  margin-top: -12px;
  font-size: 18px; }

.head-promo-chopper {
  margin-top: -60px;
  font-size: 30px;
  font-weight: 700;
  color: black; }

.sous-content-chopper {
  text-align: center;
  margin-bottom: 50px; }

@media screen and (max-width: 782px) {
  .promo-chopper .new {
    margin-right: 55px; }
  .head-promo-chopper {
    margin-top: -30px;
    font-size: 25px;
    font-weight: 700;
    color: black; }
  .content-promo-chopper {
    text-align: center;
    margin-top: -30px;
    font-family: 'Montserrat';
    margin-bottom: 10px; }
  .content-promo-chopper img {
    width: 150px;
    margin-bottom: 10px; }
  .promo-chopper {
    width: 45%;
    display: inline-block;
    border: 7px solid #e48dbc;
    height: 135px;
    vertical-align: text-bottom;
    background-color: #9dc7e1;
    border-radius: 3px;
    color: white; }
  .promo-chopper h2 {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0%; }
  .chopper-2 h3 {
    font-size: 19px;
    margin: 0;
    margin-top: 2%;
    margin-bottom: 10px; }
  .chopper-1 p {
    font-weight: 700; }
  .chopper-1 p.min {
    margin: 0px;
    font-size: 14px;
    font-weight: 400; }
  .promo-titre-cash {
    margin-top: 5% !important;
    font-size: 22px;
    margin-bottom: -10px; }
  .promo-ss-titre {
    font-size: 18px;
    margin-top: -5px; }
  .promo-remise {
    font-size: 17px;
    margin-top: -7px; } }

@media screen and (max-width: 622px) {
  .promo-chopper .new {
    margin-right: -5px;
    margin-top: 5px; }
  .head-promo-chopper {
    margin-top: -30px;
    font-size: 20px;
    font-weight: 700;
    color: black; }
  .promo-chopper {
    width: 80%;
    display: inline-block;
    border: 7px solid #e48dbc;
    height: 110px;
    vertical-align: text-bottom;
    background-color: #9dc7e1;
    border-radius: 3px;
    color: white; }
  s .promo-chopper h2 {
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 0%; }
  .chopper-2 h3 {
    font-size: 18px;
    margin-top: 1%;
    margin-bottom: 0px; }
  .chopper-2 p {
    font-weight: 500;
    font-size: 11px; }
  .chopper-1 p {
    font-weight: 700; }
  .chopper-1 p.min {
    margin: 0px;
    font-size: 11px;
    font-weight: 400; }
  .promo-titre-cash {
    margin-top: 1% !important; } }

/*******MENU********/
html {
  scroll-behavior: smooth; }

.top-page-predator-img img {
  margin: 10px;
  width: 80%;
  max-width: 250px; }

.menu-ichigo {
  min-height: 50px; }

#label-menu-ichigo {
  padding: 1px 5px 0px; }

#menu-hide-ichigo {
  top: 50px; }

.menu-predator {
  width: 100%;
  position: fixed;
  z-index: 20;
  display: flex;
  justify-content: center;
  top: 0;
  align-items: center; }

.menu-content-predator {
  display: flex;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  width: 100%;
  background-color: #0000009e;
  justify-content: center; }

.menu-content-predator a {
  margin: 10px;
  font-weight: bold;
  color: #ff260e;
  text-decoration: none;
  align-items: center; }

.menu-content-predator a:hover {
  cursor: pointer;
  border-bottom: 2px solid #1b1b1b; }

.mub-logo-top {
  margin: 10px;
  font-weight: bold;
  color: #ff260e;
  text-decoration: none;
  align-self: flex-end;
  max-width: 10%;
  width: 5%; }

/************ AWESOME CURSOR ***********/
/* Flashlight Overlay */
.top-page-predator {
  cursor: none; }

@media screen and (max-width: 1250px) {
  .top-page-predator {
    cursor: initial; } }

.top-page-predator::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  background: radial-gradient(circle 13vmax at var(--cursorX) var(--cursorY), #fd0909 0%, rgba(253, 9, 9, 0.2) 2%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.95) 100%), radial-gradient(circle 13vmax at var(--cursorX1) var(--cursorY1), #fd0909 0%, rgba(253, 9, 9, 0.2) 2%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.95) 100%), radial-gradient(circle 13vmax at var(--cursorX2) var(--cursorY2), #fd0909 0%, rgba(253, 9, 9, 0.2) 2%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.95) 100%); }

/********TOP**********/
.top-page-predator {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("https://www.tsume-art.com/storage/app/media/predator/489393.jpg");
  top: -1px;
  filter: blur(1px);
  /*opacity: 0.8;*/
  background-size: cover; }

.top-page-predator-img {
  opacity: 1; }

.top-page-predator-img-laser {
  opacity: 1;
  max-width: 5%; }

.content-top-predator {
  margin: auto;
  width: 100%; }

.titre-top-predator {
  font-size: 100px;
  color: #1b1b1b;
  font-weight: bolder; }

.description-top-predator {
  font-size: 30px;
  color: #848383;
  text-transform: uppercase;
  letter-spacing: 13px;
  margin-bottom: 15px; }

.top-page-content-predator {
  position: absolute;
  align-items: center;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0; }

/********** 1st block ********/
.page-block-predator {
  background-image: url("https://www.tsume-art.com/storage/app/media/predator/5pred1condiv.png") !important;
  background-size: cover;
  display: flex;
  width: 100%;
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  justify-content: center;
  flex-wrap: wrap; }

.predator-block {
  background-image: url("http://tsume-art.local/themes/tsumeart/assets/img/bustes/predator/fond4.jpg") !important;
  background-size: cover;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  flex-wrap: wrap; }

.block-50-predator {
  text-align: center;
  width: 40%;
  padding: 20px; }

.titre-description-block-predator {
  margin-top: -50px;
  font-size: 30px;
  letter-spacing: 4px;
  margin-bottom: 50px;
  color: #ff260e; }

.content-description-block-predator {
  text-align: justify;
  margin-top: 10px;
  font-size: 18px;
  color: #fffefe;
  font-style: bold;
  letter-spacing: 4px; }

.iframe-video-predator {
  width: 605px;
  height: 360px;
  position: relative;
  top: -10%; }

/********** 2nd block *********/
.cara-img-predator {
  vertical-align: middle;
  margin-right: 15px;
  width: 45px;
  margin-bottom: 5px; }

.madeinlux {
  text-align: center; }

.madeinlux img {
  width: 30%;
  margin-top: 15%; }

.page-block-predator-carac {
  background-color: #e6e6e6;
  display: flex;
  width: 100%;
  z-index: 10;
  position: relative;
  padding: 100px 0px;
  justify-content: center;
  flex-wrap: wrap; }

.block-60-predator-carac {
  text-align: center;
  width: 55%; }

.block-100-predator-carac {
  text-align: center;
  width: 90%;
  /* padding: 20px; */ }

.block-50-predator-carac {
  text-align: center;
  width: 40%;
  padding: 10px; }

.block-50-predator-carac {
  text-align: center;
  width: 40%;
  padding: 20px; }

.block-30-predator-carac {
  text-align: center;
  width: 25%;
  padding: 10px; }

.details-description-block-predator-carac {
  text-align: left; }

.content-copyright-predator {
  color: white;
  font-size: 10px;
  margin-top: 30px; }

@media screen and (max-width: 750px) {
  .block-50-predator {
    width: 90%; }
  .content-description-block-predator {
    text-align: justify;
    margin-top: 10px;
    font-size: 11px;
    color: #fffefe;
    font-style: bold;
    letter-spacing: 2px; }
  .titre-description-block-predator {
    margin-top: -50px;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 22px;
    color: #ff260e; }
  .block-60-predator-carac {
    width: 100%; }
  .block-60-predator-carac .block-50-predator {
    width: 100%;
    padding: 0px; }
  .details-description-block-predator-carac {
    font-size: 17px; }
  .block-100-predator-carac {
    padding-bottom: 20px; }
  .block-30-predator-carac {
    width: 70%; }
  .block-30-predator-carac .details-description-block-predator-carac {
    text-align: center; }
  .page-block-predator-carac {
    padding: 40px 0px; }
  .iframe-video-predator {
    height: 200px; }
  .page-block-predator {
    padding: 75px 0px; } }

/*********************************************************/
/********************** Create bust **********************/
/*********************************************************/
.nomicrosoft {
  color: white;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 100px 50px; }

.page-block-create-bust {
  background-size: cover;
  display: flex;
  width: 100%;
  z-index: 100;
  position: relative;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap; }

.page-block-create-bust.create-predator {
  background-color: black; }

.contenu-create-bust {
  color: white;
  width: 100%; }

.titre-top-create-block .titre-top-creat-block-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.titre-top-creat-block-description {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px; }

.titre-top-create-block .titre-top-creat-block-logo span {
  font-size: 30px;
  font-weight: 600;
  margin-left: 10px; }

.titre-top-create-block .titre-top-creat-block-logo img {
  width: 100px;
  filter: invert(2); }

.thumbail-bust-icone-type {
  width: 100%;
  max-width: 700px;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  margin: auto; }

.thumbail-bust-icone-type div img {
  opacity: 1;
  width: 100%;
  max-width: 110px;
  padding: 12px 18px; }

.thumbail-bust-icone-type div img.actif {
  opacity: 1 !important;
  width: 100%;
  max-width: 110px;
  padding: 12px 18px; }

.thumbail-bust-icone-type div img:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer; }

.opacity-class {
  opacity: 0.2 !important;
  transition: opacity 0.5s; }

.opacity-class:hover {
  opacity: 1 !important;
  transition: opacity 0.5s; }

.image-create-bust {
  height: 45vh;
  position: relative; }

.thumbail-bust-select-icone-type {
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #0000007a;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 10px; }

.thumbail-bust-select-icone-type div {
  width: 20%; }

.thumbail-bust-select-icone-type div img {
  width: 100%;
  max-width: 110px;
  padding: 12px 18px;
  opacity: 0.35; }

.thumbail-bust-select-icone-type div img:hover {
  opacity: 1;
  transition: 1s; }

.thumbail-bust-select-icone-type div:hover {
  opacity: 1;
  transition: 1s;
  cursor: pointer; }

.thumbail-bust-select-icone-type div img.actif-select {
  opacity: 1; }

.contenu-create-bust.thumbail-bust-select-icone-type div {
  /*border: 1px solid white;*/
  border-radius: 5px; }

.container-pick-create-bust {
  display: none;
  width: 750px; }

.container-pick-create-bust.select-actif {
  display: inline; }

.container-pick-create-bust.select-actif.indicatif-bust {
  max-width: 750px;
  width: 100%;
  color: #ffffff;
  font-size: 24px;
  background-color: #0000004d;
  margin-top: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid white;
  border-radius: 5px;
  padding: 5px 40px; }

.container-pick-create-bust.select-actif.indicatif-bust:hover {
  background-color: white;
  cursor: pointer;
  transition: 1s;
  color: black; }

.create-buste-option {
  display: flex;
  justify-content: center;
  align-items: center; }

.container-option-create-buste {
  height: 120px;
  display: flex;
  justify-content: center; }

.buste-price-box {
  margin: 10px 20px;
  color: black;
  font-size: 25px;
  font-weight: 500; }

.price-b {
  font-size: 18px; }

.table-price-predator {
  background-color: white; }

.table-left:hover, .table-right:hover {
  background-color: #ffffffd4; }

.table-left {
  border-right: 1px solid #0000002e;
  border-radius: 5px 0px 0px 5px; }

.table-mid {
  width: 165px; }

.table-right {
  border-left: 1px solid #0000002e;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer; }

.buste-buy-btn {
  background-color: #e6e6e6;
  border-radius: 20px 20px 0px 0px;
  width: 160px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  padding: 7px 30px 40px 30px; }

.container-create-bust {
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 55%;
  background-size: 75%;
  text-align: center;
  width: 100%;
  padding: 60px 20px; }

.test-nuw {
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size: 100%;
  opacity: 1;
  position: absolute;
  width: 80vw;
  height: 100vh;
  z-index: -1; }

.test-nuw-2 {
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size: 100%;
  opacity: 1;
  position: absolute;
  width: 80vw;
  height: 100vh;
  z-index: -1; }

.select-thumbail-effect {
  width: 20%;
  max-width: 110px;
  height: 5px;
  background-color: #ffffff33; }

.sweep-to-right {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
  border-bottom: 5px solid #ffffff33; }

.sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 5px;
  bottom: -5px;
  left: 0;
  right: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out; }

.sweep-to-right:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.predatortest {
  cursor: default !important; }

.restriction:before {
  background-image: url(https://www.tsume-art.com/storage/app/media/predator/notavailable.png);
  background-size: 50%;
  background-position-x: 50%;
  content: ".";
  background-position-y: 25%;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  color: #ff000000;
  top: 0;
  right: 0;
  height: 150px; }

.restriction {
  display: inline;
  position: relative; }

.restriction .selection-change-image-b {
  pointer-events: none; }

.bust-type-restriction-content {
  position: absolute;
  width: 120% !important;
  display: none;
  background-color: #d000004f;
  bottom: 70%;
  font-size: 12px;
  padding: 5px 8px; }

/*
.restriction:hover::after{
  background: #333;
  background: rgba(0,0,0,.8);
  border-radius: 5px;
  bottom: 60px;
  color: #fff;
  content: attr(infobulle);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}*/
.top-page-predator {
  -webkit-filter: blur(0px);
  filter: blur(0px); }

.variation-price {
  background-color: #ffffff6e;
  width: 50% !important;
  text-align: center;
  border-radius: 10px 10px 10px 10px !important;
  color: #000000ad;
  margin: auto;
  font-weight: 600;
  margin-top: -10px;
  font-size: 11px;
  transition: 1s; }

.contenu-recap-bust {
  position: absolute;
  top: 10px;
  font-family: monospace;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  right: 29%;
  letter-spacing: 1px;
  width: 250px; }

.contenu-recap-bust p {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #ffffffad; }

.recap-my-choice-predator-valide {
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }

.buste-btn-next-step {
  /*background-color: white;
    max-width: 320px;
    margin: auto;
    margin-top: 20px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    border:2px solid white;*/ }

.buste-btn-next-step:hover {
  /*background-color: black;
  color:white;
    border-radius: 5px;
    transition:1s;
    cursor:pointer;*/ }

.my-bust-validation-part {
  position: absolute;
  color: white;
  margin-left: 3000px;
  text-align: center;
  max-width: 520px; }

.recap-my-choice-predator-valide div {
  display: inline; }

.titre-top-creat-block-logo.small-logo img {
  width: 70px; }

.input-recap-predator-valide {
  background-color: #3a3a3a61;
  border: 2px solid white;
  padding: 7px 15px;
  border-radius: 5px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  width: 400px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0px;
  text-transform: uppercase; }

.input-recap-predator-valide::placeholder {
  color: white; }

.condition-bust-valide {
  text-align: left;
  width: 100%;
  padding: 5px; }

.check-bust-valide {
  display: inline;
  border: 2px solid white;
  border-radius: 5px;
  padding: 0px 5px;
  margin: 5px;
  color: #ffffff14; }

.check-bust-valide:hover {
  cursor: pointer;
  background-color: white;
  transition: 1s; }

.text-bust-valide {
  display: inline;
  font-size: 12px;
  font-weight: 500;
  font-style: italic; }

.side-view-go-to-left {
  position: absolute;
  bottom: 0%;
  left: 38%;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 1px; }

.side-view-go-to-right {
  position: absolute;
  bottom: 0%;
  left: 58%;
  font-family: monospace;
  text-transform: uppercase;
  letter-spacing: 1px; }

.side-view-go-to-left img, .side-view-go-to-right img {
  width: 70px; }

.option-swap-bust {
  color: white;
  display: flex;
  align-items: center;
  width: auto !important;
  font-size: 25px; }

.inactif-swap {
  opacity: 0.2;
  pointer-events: none; }

.achat-inactif {
  opacity: 0.2;
  pointer-events: none;
  transition: 1s; }

.condition-actif {
  background-color: white;
  color: black; }

.check-bust-valide .fa {
  position: relative;
  width: 5px;
  margin-left: -3px;
  margin-right: 2px; }

.check-bust-valide .fa:hover {
  color: black; }

.logo-restriction {
  max-width: 30px !important;
  padding: 2px !important;
  opacity: 1 !important; }

#preload-bust-picture {
  display: none; }

#preload-bust-picture-type {
  display: none; }

.img-predator-create-sales {
  width: 65px;
  vertical-align: middle;
  padding: 5px 20px; }

.table-price-content-predator {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  margin-top: 10px; }

.ttc-price-bust {
  color: black;
  font-size: 10px;
  margin-top: -15px; }

@media screen and (max-width: 1550px) {
  .container-create-bust {
    background-size: 70%; }
  .image-create-bust {
    height: 37vh; }
  .thumbail-bust-icone-type div img {
    max-width: 100px; }
  .thumbail-bust-icone-type div img.actif {
    max-width: 100px; }
  .thumbail-bust-select-icone-type div img {
    max-width: 100px; }
  .container-pick-create-bust.select-actif.indicatif-bust {
    font-size: 20px; }
  .contenu-recap-bust {
    font-size: 11px;
    right: 20%; }
  .buste-btn-next-step {
    /*max-width: 310px;
      padding: 5px 25px;*/ }
  .side-view-go-to-left {
    left: 36%; } }

@media screen and (max-width: 1250px) {
  .container-create-bust {
    background-size: 85%; }
  .side-view-go-to-left {
    left: 30%; }
  .side-view-go-to-right {
    left: 61%; }
  .contenu-recap-bust {
    right: 12%; } }

@media screen and (max-width: 750px) {
  .page-block-create-bust {
    z-index: 1000; }
  /*.restriction:hover::after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 60px;
    color: #fff;
    content: attr(infobulle);
    left: -40%;
    font-size:12px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
    transition: ease 2s;
  }*/
  .container-create-bust {
    padding: 25px 15px;
    background-size: 200%; }
  .container-pick-create-bust {
    width: 90%; }
  .titre-top-create-block .titre-top-creat-block-logo img {
    width: 60px; }
  .titre-top-create-block .titre-top-creat-block-logo span {
    font-size: 24px; }
  .contenu-create-bust {
    padding-bottom: 10px; }
  .thumbail-bust-select-icone-type div {
    width: 60px;
    margin: 0px 10px; }
  .thumbail-bust-icone-type div img {
    max-width: 60px;
    padding: 0px 10px; }
  .thumbail-bust-icone-type div img.actif {
    max-width: 60px;
    padding: 0px 10px; }
  .thumbail-bust-select-icone-type div img {
    padding: 0px;
    max-width: 40px; }
  .container-option-create-buste {
    height: 75px;
    margin-bottom: 10px; }
  .galerie-iamges-predator-btn-achat {
    height: 30px;
    opacity: 1;
    transition: 1s; }
  .container-pick-create-bust.select-actif.indicatif-bust {
    margin-top: 0px;
    cursor: pointer; }
  .restriction:before {
    background-size: 100%;
    background-position-y: 0%; }
  .top-page-predator {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(https://www.tsume-art.com/storage/app/media/bust/first-back.jpg);
    top: -1px;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 72%; }
  .contenu-recap-bust {
    right: 0 !important;
    text-align: right; }
  .variation-price {
    width: 100% !important;
    margin-left: 0px !important; }
  .buste-btn-next-step {
    /*margin-top:10px;*/ }
  .my-bust-validation-part {
    max-width: 300px; }
  .input-recap-predator-valide {
    width: 280px; }
  .close-my-bust-variation-part {
    margin: 20px; }
  .side-view-go-to-left {
    left: -3%; }
  .side-view-go-to-right {
    left: 80%; }
  .buste-price-box {
    font-size: 18px; }
  .price-b {
    font-size: 18px; }
  .table-price-predator {
    background-color: white; }
  .table-left:hover, .table-right:hover {
    background-color: #ffffffd4; }
  .table-left {
    border-right: 1px solid #0000002e;
    border-radius: 5px 0px 0px 5px; }
  .table-mid {
    width: 125px; }
  .table-right {
    border-left: 1px solid #0000002e;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer; }
  .img-predator-create-sales {
    width: 50px;
    padding: 5px 15px; }
  .table-price-content-predator {
    margin-top: 0px; }
  .ttc-price-bust {
    margin-top: -10px; } }

@media screen and (max-width: 500px) {
  /*.restriction:hover::after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 60px;
    color: #fff;
    content: attr(infobulle);
    left: -40%;
    font-size:12px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
    transition: ease 2s;
  }*/
  .container-create-bust {
    padding: 25px 15px;
    background-size: 350%; }
  .container-pick-create-bust {
    width: 90%; }
  .thumbail-bust-select-icone-type div {
    width: 60px;
    margin: 0px 10px; }
  .thumbail-bust-select-icone-type div img {
    padding: 0px;
    max-width: 40px; }
  .container-option-create-buste {
    height: 75px;
    margin-bottom: 0px; }
  .thumbail-bust-icone-type {
    padding-top: 0px; }
  .galerie-iamges-predator-btn-achat {
    height: 30px;
    opacity: 1;
    transition: 1s; }
  .container-pick-create-bust.select-actif.indicatif-bust {
    margin-top: 0px;
    cursor: pointer;
    font-size: 14px; }
  .restriction:before {
    background-size: 100%;
    background-position-y: 0%; }
  .top-page-predator {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(https://www.tsume-art.com/storage/app/media/predator/489393.jpg);
    top: -1px;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 72%; }
  .contenu-recap-bust {
    right: 0 !important;
    text-align: right; }
  .variation-price {
    width: 100% !important;
    margin-left: 0px !important; }
  .buste-btn-next-step {
    /*margin-top:5px;
    font-size: 12px;*/ }
  .my-bust-validation-part {
    max-width: 300px; }
  .input-recap-predator-valide {
    width: 280px; }
  .close-my-bust-variation-part {
    margin: 20px; }
  .image-create-bust {
    height: 55vh; }
  .buste-price-box {
    margin: 5px 10px; } }

/****** BLOCK DESCRIPTIF *****/
.block-info-mon-predator {
  background-image: url(https://www.tsume-art.com/storage/app/media/bust/fond-block-3.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  justify-content: center; }

.content-info-mon-predator {
  margin: 50px;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  color: white;
  overflow: hidden;
  justify-content: center; }

.title-info-mon-predator {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center; }

.table-info-mon-predator {
  border-spacing: initial;
  padding: 5px 10px;
  width: 100%; }

.td-info-mon-predator {
  letter-spacing: 1px;
  padding: 10px 20px;
  width: 25%;
  text-align: center;
  background-color: #ffffff1f; }

.td-info-mon-predator:hover {
  background-color: #ffffff52;
  cursor: pointer; }

.td-left-info-mon-predator {
  border-right: 1px solid #ffffff2e; }

.td-mid-info-mon-predator {
  border-right: 1px solid #ffffff2e; }

.content-description-info-mon-predator {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; }

.description-info-mon-predator {
  width: 90%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; }

.description-image-info-mon-predator {
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px; }

.description-texte-info-mon-predator {
  width: 68%;
  display: flex;
  justify-content: center;
  align-items: center; }

.mypicture-info-mon-predator {
  min-width: 200px; }

.description-texte-info-mon-predator p {
  margin-block-start: 0;
  margin-block-end: 0; }

.description-content-texte-info-mon-predator {
  font-size: 13px;
  color: #ffffff8c; }

.quote-mon-predator {
  padding: 15px;
  opacity: 0.8;
  font-size: 13px;
  color: white; }

.more-info-mon-predator {
  font-size: 11px;
  padding-top: 10px; }

.description-content-texte-info-mon-predator.left {
  text-align: left;
  padding-left: 20px; }

.description-content-texte-info-mon-predator.right {
  text-align: right;
  padding-right: 20px; }

.content-part-description-info-mon-predator {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ffffff26; }

.stick-to-the-right {
  text-align: right; }

.stick-to-the-left {
  text-align: right; }

.backpack-my-predator {
  /*margin-top: -30000px;*/
  display: none; }

.face-my-predator {
  /*margin-top: -30000px;*/
  display: none; }

.socle-my-predator {
  /*margin-top: -30000px;*/
  display: none; }

.actif-info-mon-predator {
  background-color: #ffffff52; }

.title-description-content-mon-predator {
  font-size: 11px;
  margin: 10px 0px !important; }

.title-description-content-mon-predator b {
  color: white;
  font-size: 14px; }

.socle-my-predator .content-part-description-info-mon-predator .description-image-info-mon-predator img {
  width: 80%; }

@media screen and (max-width: 900px) {
  .description-image-info-mon-predator {
    width: 100%; }
  .description-texte-info-mon-predator {
    width: 100%; }
  .td-info-mon-predator {
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500; }
  .content-info-mon-predator {
    margin: 50px 10px; }
  .title-info-mon-predator {
    width: 100%; }
  .title-description-content-mon-predator {
    text-align: center; }
  .quote-mon-predator {
    padding: 15px; }
  .mypicture-info-mon-predator {
    margin: 10px; } }

@media screen and (max-width: 500px) {
  .td-info-mon-predator {
    letter-spacing: 0;
    padding: 5px 0px; }
  .mypicture-info-mon-predator {
    max-width: 200px; } }

.quote-first-block {
  font-size: 14px;
  text-align: left; }

.quote-first-block p {
  margin-block-start: 0em;
  margin-block-end: 0em; }

.content-description-block-predator {
  font-size: 14px; }

html {
  font-size: 100%;
  line-height: 1.5; }
  @media print {
    html {
      font-size: 12pt; } }

html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #1D1D1B;
  font-weight: 300;
  background: #282828; }
  @media (max-width: 73.24em) {
    html, body {
      background: #FAFAFA; } }

#container {
  max-width: 972px;
  margin: 0 auto;
  background: white; }
  @media screen and (min-width: 1172px) {
    #container {
      max-width: 1172px; } }
  @media screen and (min-width: 1440px) {
    #container {
      max-width: 1440px; } }
  @media (max-width: 60.74em) {
    #container {
      padding-top: 60px; } }

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

img {
  max-width: 100%; }

a {
  color: inherit; }

p:first-child {
  margin-top: 0; }

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

h1, h2, h3 {
  font-family: "Montserrat", sans-serif; }

h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 48px;
  margin-top: 3rem; }
  h2:first-child {
    margin-top: 0; }

h3 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 24px;
  margin-top: 1.5rem; }
  h3:first-child {
    margin-top: 0; }

.form {
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */ }
  .form__group {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    position: relative; }
    .form__group--last {
      margin-bottom: 0px;
      margin-bottom: 0; }
  .form__group-error {
    font-size: 10px;
    font-size: 0.625rem;
    color: #DD3F5A;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -15px; }
  .form__group-icon {
    position: absolute;
    top: 10px;
    left: 15px; }
    .form__group-icon + [type="text"],
    .form__group-icon + [type="password"],
    .form__group-icon + [type="email"] {
      padding-left: 40px !important; }
    .form__group-icon--after {
      left: auto;
      right: 15px; }
      .loading .form__group-icon--after {
        display: none; }
    .form__group-icon--loading {
      display: none; }
      .loading .form__group-icon--loading {
        display: block; }
  .form [type="text"],
  .form [type="password"],
  .form [type="email"] {
    letter-spacing: 0.05em;
    background: #FFF;
    border: 1px solid #DDDDDD;
    outline: none;
    color: #34495E;
    padding: 12px 40px 12px 18px;
    padding: 0.75rem 2.5rem 0.75rem 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 3px;
    width: 100%; }
    .form [type="text"]::-webkit-input-placeholder,
    .form [type="password"]::-webkit-input-placeholder,
    .form [type="email"]::-webkit-input-placeholder {
      color: #7C8495;
      font-weight: 300; }
    .form [type="text"]::-moz-placeholder,
    .form [type="password"]::-moz-placeholder,
    .form [type="email"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #7C8495;
      font-weight: 300; }
    .form [type="text"]:-ms-input-placeholder,
    .form [type="password"]:-ms-input-placeholder,
    .form [type="email"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #7C8495;
      font-weight: 300; }
    .form [type="text"]:-moz-placeholder,
    .form [type="password"]:-moz-placeholder,
    .form [type="email"]:-moz-placeholder {
      /* Firefox 18- */
      color: #7C8495;
      font-weight: 300; }
    .form [type="text"]:focus,
    .form [type="password"]:focus,
    .form [type="email"]:focus {
      border: 1px solid #7C7C7C; }
    .form [type="text"].has-error,
    .form [type="password"].has-error,
    .form [type="email"].has-error {
      border: 1px solid #DD3F5A;
      color: #DD3F5A; }
      .form [type="text"].has-error::-webkit-input-placeholder,
      .form [type="password"].has-error::-webkit-input-placeholder,
      .form [type="email"].has-error::-webkit-input-placeholder {
        color: #f4c1ca;
        font-weight: 300; }
      .form [type="text"].has-error::-moz-placeholder,
      .form [type="password"].has-error::-moz-placeholder,
      .form [type="email"].has-error::-moz-placeholder {
        /* Firefox 19+ */
        color: #f4c1ca;
        font-weight: 300; }
      .form [type="text"].has-error:-ms-input-placeholder,
      .form [type="password"].has-error:-ms-input-placeholder,
      .form [type="email"].has-error:-ms-input-placeholder {
        /* IE 10+ */
        color: #f4c1ca;
        font-weight: 300; }
      .form [type="text"].has-error:-moz-placeholder,
      .form [type="password"].has-error:-moz-placeholder,
      .form [type="email"].has-error:-moz-placeholder {
        /* Firefox 18- */
        color: #f4c1ca;
        font-weight: 300; }
    .form [type="text"]:disabled,
    .form [type="password"]:disabled,
    .form [type="email"]:disabled {
      opacity: 0.5; }
  .form textarea {
    letter-spacing: 0.05em;
    background: #FFF;
    border: 1px solid #DDDDDD;
    outline: none;
    color: #34495E;
    padding: 12px 40px 12px 18px;
    padding: 0.75rem 2.5rem 0.75rem 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 3px;
    width: 100%;
    height: 100px; }
    .form textarea::-webkit-input-placeholder {
      color: #7C8495;
      font-weight: 300; }
    .form textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #7C8495;
      font-weight: 300; }
    .form textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #7C8495;
      font-weight: 300; }
    .form textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #7C8495;
      font-weight: 300; }
    .form textarea:focus {
      border: 1px solid #7C7C7C; }
    .form textarea.has-error {
      border: 1px solid #DD3F5A;
      color: #DD3F5A; }
      .form textarea.has-error::-webkit-input-placeholder {
        color: #f4c1ca;
        font-weight: 300; }
      .form textarea.has-error::-moz-placeholder {
        /* Firefox 19+ */
        color: #f4c1ca;
        font-weight: 300; }
      .form textarea.has-error:-ms-input-placeholder {
        /* IE 10+ */
        color: #f4c1ca;
        font-weight: 300; }
      .form textarea.has-error:-moz-placeholder {
        /* Firefox 18- */
        color: #f4c1ca;
        font-weight: 300; }
  .form select {
    width: 100%; }
  .form [type="checkbox"]:not(:checked),
  .form [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .form [type="checkbox"]:not(:checked) + label,
  .form [type="checkbox"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-éléments */
    padding-left: 20px;
    /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;
    /* affiche un curseur adapté */ }
  .form [type="checkbox"]:not(:checked) + label:before,
  .form [type="checkbox"]:checked + label:before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    /* dim. de la case */ }
  .form [type="checkbox"]:checked + label:before {
    content: '\f14a'; }

.button, .parallax-scene__btn, .tabs__list-item--button a, .sweet-alert button, .swal-modal button {
  background: #E6E9ED;
  border-radius: 4px;
  color: #1D1D1B;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  display: inline-block;
  appearance: none;
  border: 0;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 48px;
  padding: 0.75rem 3rem;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .button:hover, .parallax-scene__btn:hover, .tabs__list-item--button a:hover, .sweet-alert button:hover, .swal-modal button:hover {
    background: #abb5c2; }
  .button--disabled {
    cursor: not-allowed; }
    .button--disabled:hover {
      background: #e6e9ed; }
  .button--block {
    display: block;
    width: 100%; }
  .button--small, .parallax-scene__btn, .tabs__list-item--button a, .sweet-alert button, .swal-modal button {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 6px 24px;
    padding: 0.375rem 1.5rem; }
  .button--square {
    padding: 6px 8.4px;
    padding: 0.375rem 0.525rem; }
  .button--xsmall {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 3.6px 6px;
    padding: 0.225rem 0.375rem; }
  .button--positive {
    color: #FFFFFF;
    background: #77E378; }
    .button--positive:hover {
      background: #2aca2b; }
    .button--positive.button--disabled:hover {
      background: #77e378; }
  .button--negative {
    color: #FFFFFF;
    background: #DD3F5A; }
    .button--negative:hover {
      background: #9b1b31; }
    .button--negative.button--disabled:hover {
      background: #dd3f5a; }
  .button--accent {
    color: #FFFFFF;
    background: #603288; }
    .button--accent:hover {
      background: #2b173d; }
    .button--accent.button--disabled:hover {
      background: #603288; }
  .button--dark {
    color: #FFFFFF;
    background: #979797; }
    .button--dark:hover {
      background: #646464; }
    .button--dark.button--disabled:hover {
      background: #979797; }

.m0 {
  margin: 0px;
  margin: 0; }

.mt0 {
  margin-top: 0px;
  margin-top: 0; }

.mb0 {
  margin-bottom: 0px;
  margin-bottom: 0; }

.mr0 {
  margin-right: 0px;
  margin-right: 0; }

.m1 {
  margin: 24px;
  margin: 1.5rem; }

.mt1 {
  margin-top: 24px;
  margin-top: 1.5rem; }

@media (max-width: 60.74em) {
  .mt2sm {
    margin-top: 24px !important; } }

.mb1 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.mr1 {
  margin-right: 24px;
  margin-right: 1.5rem; }

.ml1 {
  margin-left: 24px;
  margin-left: 1.5rem; }

.mt2 {
  margin-top: 48px;
  margin-top: 3rem; }

@media (max-width: 60.74em) {
  .mt2sm {
    margin-top: 48px !important; } }

.mb2 {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

.mr2 {
  margin-right: 48px;
  margin-right: 3rem; }

.ml2 {
  margin-left: 48px;
  margin-left: 3rem; }

.mt3 {
  margin-top: 72px;
  margin-top: 4.5rem; }

.mb3 {
  margin-bottom: 72px;
  margin-bottom: 4.5rem; }

.mr3 {
  margin-right: 72px;
  margin-right: 4.5rem; }

.ml3 {
  margin-left: 72px;
  margin-left: 4.5rem; }

.mt4 {
  margin-top: 96px;
  margin-top: 6rem; }

.mb4 {
  margin-bottom: 96px;
  margin-bottom: 6rem; }

.mr4 {
  margin-right: 96px;
  margin-right: 6rem; }

.ml4 {
  margin-left: 96px;
  margin-left: 6rem; }

.p1 {
  padding: 24px;
  padding: 1.5rem; }

.pt1 {
  padding-top: 24px;
  padding-top: 1.5rem; }

.pb1 {
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }

.pr1 {
  padding-right: 24px;
  padding-right: 1.5rem; }

.pl1 {
  padding-left: 24px;
  padding-left: 1.5rem; }

.p2 {
  padding: 48px;
  padding: 3rem; }

.pt2 {
  padding-top: 48px;
  padding-top: 3rem; }

.pb2 {
  padding-bottom: 48px;
  padding-bottom: 3rem; }

.pr2 {
  padding-right: 48px;
  padding-right: 3rem; }

.pl2 {
  padding-left: 48px;
  padding-left: 3rem; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.hide {
  display: none; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

@media (max-width: 46.99em) {
  .hide-on-xs {
    display: none; } }

@media (max-width: 60.74em) {
  .hide-on-sm {
    display: none; } }

@media (max-width: 73.24em) {
  .hide-on-md {
    display: none; } }

.fr {
  float: right; }

.fl {
  float: left; }

.fsxs {
  font-size: 10px;
  font-size: 0.625rem; }

.fss {
  font-size: 14px;
  font-size: 0.875rem; }

.fsm {
  font-size: 16px;
  font-size: 1rem; }

.fsl {
  font-size: 18px;
  font-size: 1.125rem; }

.unstyled-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.unstyled-list-inline {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0; }
  .unstyled-list-inline li {
    display: inline-block; }

.vat {
  vertical-align: top; }

.vam {
  vertical-align: middle; }

.vab {
  vertical-align: bottom; }

.text-positive {
  color: #77E378; }

.text-negative {
  color: #DD3F5A; }

.is-block {
  display: block; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  font-size: 14px;
  font-size: 0.875rem; }
  .tabs .table {
    margin-bottom: 0px;
    margin-bottom: 0; }
  .table tr td, .table tr th {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    vertical-align: top; }
  .table tr th {
    text-transform: lowercase;
    font-weight: 700;
    border-bottom: 2px solid #1D1D1B; }
  .table tr td {
    padding: 12px 12px;
    padding: 0.75rem 0.75rem;
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 2px solid #E6E9ED; }
    .table tr td > a {
      text-decoration: none; }
      .table tr td > a > img {
        float: left;
        margin-right: 12px;
        margin-right: 0.75rem; }
    .table tr td > a.link {
      text-decoration: underline; }
    .table tr td > img {
      float: left;
      margin-right: 12px;
      margin-right: 0.75rem; }
    .table tr td > button {
      position: relative;
      top: -3px; }
  .table tfoot tr td {
    padding-top: 48px;
    padding-top: 3rem;
    border: 0; }
  .table__cell-right {
    text-align: right; }
  .table.condensed tr td {
    padding: 6px 12px;
    padding: 0.375rem 0.75rem; }

/* Base container properties */
.is-flex-row {
  display: flex;
  flex-wrap: wrap; }

.is-flex-row [class*="col-"] {
  display: flex;
  flex-direction: column; }

.container, .container-fluid, .container-full, .container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 1172px) {
    .container, .container-fluid, .container-full, .container-fixed {
      padding-left: 10px;
      padding-right: 10px; } }

/* Base column properties */
.col-xxs-0, .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  float: left;
  vertical-align: top; }

/* Set box-sizing */
.container,
.row,
.row:after,
.row:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Container */
.container {
  max-width: 972px; }
  .container-full {
    padding-left: 0;
    padding-right: 0; }
  .container-fixed {
    width: 1000px; }
  @media screen and (min-width: 1172px) {
    .container {
      max-width: 1172px; } }
  @media screen and (min-width: 1440px) {
    .container {
      max-width: 1440px; } }

/* Clearfix & box-model + list-style reset for ul support */
.row {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: -10px;
  margin-right: -10px;
  /* Nested grid */ }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row > .row {
    clear: none;
    float: left;
    margin: 0 !important; }

/* Generate columns */
@media screen and (min-width: 0px) {
  .col-xxs-0 {
    width: 0%; }
  .col-xxs-push-0 {
    left: 0%; }
  .col-xxs-pull-0 {
    right: 0%; }
  .col-xxs-offset-0 {
    margin-left: 0%; }
  .col-xxs-1 {
    width: 8.33333%; }
  .col-xxs-push-1 {
    left: 8.33333%; }
  .col-xxs-pull-1 {
    right: 8.33333%; }
  .col-xxs-offset-1 {
    margin-left: 8.33333%; }
  .col-xxs-2 {
    width: 16.66667%; }
  .col-xxs-push-2 {
    left: 16.66667%; }
  .col-xxs-pull-2 {
    right: 16.66667%; }
  .col-xxs-offset-2 {
    margin-left: 16.66667%; }
  .col-xxs-3 {
    width: 25%; }
  .col-xxs-push-3 {
    left: 25%; }
  .col-xxs-pull-3 {
    right: 25%; }
  .col-xxs-offset-3 {
    margin-left: 25%; }
  .col-xxs-4 {
    width: 33.33333%; }
  .col-xxs-push-4 {
    left: 33.33333%; }
  .col-xxs-pull-4 {
    right: 33.33333%; }
  .col-xxs-offset-4 {
    margin-left: 33.33333%; }
  .col-xxs-5 {
    width: 41.66667%; }
  .col-xxs-push-5 {
    left: 41.66667%; }
  .col-xxs-pull-5 {
    right: 41.66667%; }
  .col-xxs-offset-5 {
    margin-left: 41.66667%; }
  .col-xxs-6 {
    width: 50%; }
  .col-xxs-push-6 {
    left: 50%; }
  .col-xxs-pull-6 {
    right: 50%; }
  .col-xxs-offset-6 {
    margin-left: 50%; }
  .col-xxs-7 {
    width: 58.33333%; }
  .col-xxs-push-7 {
    left: 58.33333%; }
  .col-xxs-pull-7 {
    right: 58.33333%; }
  .col-xxs-offset-7 {
    margin-left: 58.33333%; }
  .col-xxs-8 {
    width: 66.66667%; }
  .col-xxs-push-8 {
    left: 66.66667%; }
  .col-xxs-pull-8 {
    right: 66.66667%; }
  .col-xxs-offset-8 {
    margin-left: 66.66667%; }
  .col-xxs-9 {
    width: 75%; }
  .col-xxs-push-9 {
    left: 75%; }
  .col-xxs-pull-9 {
    right: 75%; }
  .col-xxs-offset-9 {
    margin-left: 75%; }
  .col-xxs-10 {
    width: 83.33333%; }
  .col-xxs-push-10 {
    left: 83.33333%; }
  .col-xxs-pull-10 {
    right: 83.33333%; }
  .col-xxs-offset-10 {
    margin-left: 83.33333%; }
  .col-xxs-11 {
    width: 91.66667%; }
  .col-xxs-push-11 {
    left: 91.66667%; }
  .col-xxs-pull-11 {
    right: 91.66667%; }
  .col-xxs-offset-11 {
    margin-left: 91.66667%; }
  .col-xxs-12 {
    width: 100%; }
  .col-xxs-push-12 {
    left: 100%; }
  .col-xxs-pull-12 {
    right: 100%; }
  .col-xxs-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 752px) {
  .col-xs-0 {
    width: 0%; }
  .col-xs-push-0 {
    left: 0%; }
  .col-xs-pull-0 {
    right: 0%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 972px) {
  .col-sm-0 {
    width: 0%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1172px) {
  .col-md-0 {
    width: 0%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media screen and (min-width: 1440px) {
  .col-lg-0 {
    width: 0%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.header {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #FFFFFF;
  box-shadow: 0; }
  @media (max-width: 60.74em) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      border-bottom: 1px solid #E6E9ED;
      box-shadow: none; } }
  .header__pre {
    margin: 0;
    padding: 0;
    background: white;
    color: #1D1D1B;
    border-bottom: 1px solid black;
    font-size: 10px;
    font-size: 0.625rem; }
    @media (max-width: 60.74em) {
      .header__pre {
        display: none; } }
  .header__pre-nav {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none; }
    .header__pre-nav > li {
      display: inline-block;
      height: 100px;
      line-height: 100px;
      margin: 0px 6px;
      margin: 0 0.375rem; }
    .header__pre-nav a {
      color: #1D1D1B;
      text-decoration: none; }
      .header__pre-nav a:hover {
        text-decoration: underline; }
    .header__pre-nav--mini > li {
      height: 50px;
      line-height: 50px; }
    .header__pre-nav--center {
      text-align: center; }
    .header__pre-nav--right {
      text-align: right; }
    .header__pre-nav--big {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px; }
      .header__pre-nav--big i {
        margin-right: 5px;
        font-size: 18px;
        position: relative;
        top: 2px; }
      .header__pre-nav--big > li {
        display: inline-block;
        margin: 0px 12px;
        margin: 0 0.75rem;
        height: auto;
        line-height: auto; }
        .header__pre-nav--big > li a:hover {
          text-decoration: none;
          color: #77E378; }
  .header__pre-img {
    position: relative;
    top: 4px; }
  .header__content {
    background: #FFFFFF;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid black; }
    @media (max-width: 60.74em) {
      .header__content--desktop {
        display: none; } }
    .header__content--mobile {
      display: none;
      border-bottom: 0; }
      @media (max-width: 60.74em) {
        .header__content--mobile {
          display: block;
          height: 60px;
          line-height: 60px;
          z-index: 5; } }
  .header__menu-btn {
    border: 0;
    outline: none;
    background: none;
    height: 30px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 15px; }
    .header__menu-btn:hover span:after {
      top: -10px; }
    .header__menu-btn:hover span:before {
      top: 10px; }
    .header__menu-btn span {
      width: 25px;
      height: 1px;
      position: relative;
      background: #1D1D1B;
      display: block; }
      .header__menu-btn span:after, .header__menu-btn span:before {
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        content: "";
        background: #1D1D1B;
        width: 25px;
        height: 1px; }
      .header__menu-btn span:after {
        top: -5px; }
      .header__menu-btn span:before {
        top: 5px; }
  .header__logo {
    height: 65px;
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 80px;
    width: auto; }
    @media (max-width: 73.24em) {
      .header__logo {
        height: 85px;
        left: 20px;
        top: 8px; } }
    .header__logo--mini {
      height: 30px;
      top: 8px;
      left: 30px; }
      @media (max-width: 73.24em) {
        .header__logo--mini {
          height: 30px;
          top: 8px;
          left: 30px; } }
    .header__content--mobile .header__logo {
      height: 30px;
      top: 17px;
      right: 13px;
      left: auto; }
  .header__mini {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 500;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 60.74em) {
      .header__mini {
        display: none; } }
    .header__mini .container {
      background: white;
      border-bottom: 1px solid black; }
    .headroom--not-top .header__mini {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.footer {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  background: white;
  text-align: center;
  padding: 24px 0px 0px 0px;
  padding: 1.5rem 0 0 0;
  margin: 0px 0px 0px 0px;
  margin: 0 0 0 0; }
  @media (max-width: 60.74em) {
    .footer {
      margin: 24px 0px 0px 0px;
      margin: 1.5rem 0 0 0;
      text-align: center; } }
  .footer__logo {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    position: relative; }
    .footer__logo:before, .footer__logo:after {
      content: "";
      display: block;
      position: absolute;
      width: 50px;
      height: 1px;
      background: #1D1D1B;
      filter: none;
      -webkit-filter: none; }
    .footer__logo:before {
      top: 50%;
      left: 50%;
      margin-left: -175px; }
      @media (max-width: 46.99em) {
        .footer__logo:before {
          display: none; } }
    .footer__logo:after {
      top: 50%;
      left: 50%;
      margin-left: 130px; }
      @media (max-width: 46.99em) {
        .footer__logo:after {
          display: none; } }
  .footer__menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left; }
    @media (max-width: 60.74em) {
      .footer__menu {
        text-align: center; } }
  .footer__menu-item a {
    text-decoration: none;
    color: #1D1D1B; }
    .footer__menu-item a:hover {
      text-decoration: underline; }
  .footer hr {
    border: 0;
    width: 100%;
    height: 1px;
    background: #979797;
    margin: 24px 0px;
    margin: 1.5rem 0; }
    @media (max-width: 60.74em) {
      .footer hr {
        width: 30px;
        margin: 24px auto;
        margin: 1.5rem auto; } }
  .footer p {
    color: #1D1D1B;
    margin-top: 0px;
    margin-top: 0; }
  .footer p + p {
    margin-bottom: 0px;
    margin-bottom: 0; }

.cart-link {
  position: relative; }
  @media (max-width: 60.74em) {
    .cart-link {
      display: none; } }
  .cart-link__count {
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background: #77E378;
    color: white;
    text-align: center;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 4px 9px;
    position: relative;
    top: -10px; }
  .cart-link--empty .cart-link__count {
    display: none; }

.main-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 60.74em) {
    .main-nav {
      display: none; } }
  .main-nav li {
    margin: 0 8px;
    display: inline-block;
    height: 44px;
    position: relative;
    z-index: 2; }
    .main-nav li:before {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      margin-top: -5px;
      left: 0;
      width: 100%;
      height: 4px;
      transform: scaleX(0);
      z-index: -1;
      transition: all 0.25s ease-in-out;
      background: #E6E9ED; }
    .main-nav li.active:before {
      background: #77E378;
      transform: scaleX(1); }
    .main-nav li:hover:before {
      transform: scaleX(1); }
  .main-nav a {
    color: #1D1D1B;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 0px 12px;
    padding: 0 0.75rem; }
    @media (max-width: 73.24em) {
      .main-nav a {
        padding: 0px 12px;
        padding: 0 0.75rem; } }

.side-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-top: 5px solid #77E378; }
  .side-nav__item {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    color: #1D1D1B;
    border-bottom: 1px solid #E6E9ED; }
    .side-nav__item a {
      color: #1D1D1B;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 12px;
      padding: 6px 12px;
      padding: 0.375rem 0.75rem; }
      .side-nav__item a:hover {
        color: #77E378; }
    .side-nav__item.active {
      border-right: 2px solid #77E378; }

.social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  margin: 24px 0px;
  margin: 1.5rem 0; }
  .page--blogpost .social-links {
    text-align: left; }
  .page--supportarticle .social-links {
    text-align: left; }
  .social-links--no-margin {
    margin: 0px 0px;
    margin: 0 0; }
    @media (max-width: 46.99em) {
      .social-links--no-margin {
        margin: 24px 0px;
        margin: 1.5rem 0; } }
  .social-links__text {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .social-links__item {
    display: inline-block;
    text-align: center; }
  .social-links__link {
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    border: 1px solid black;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    color: #1D1D1B;
    -webkit-transition: bakground 0.5s ease-in-out, -webkit-transform 1s ease;
    -moz-transition: bakground 0.5s ease-in-out, -moz-transform 1s ease;
    -o-transition: bakground 0.5s ease-in-out, -o-transform 1s ease;
    transition: bakground 0.5s ease-in-out, transform 1s ease; }
    .social-links__link:hover {
      color: #FFFFFF;
      background: #77E378;
      border-color: #77E378;
      -webkit-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      transform: rotate(-360deg); }
    .social-links__link--facebook:hover {
      background: #306199;
      border-color: #306199; }
    .social-links__link--twitter:hover {
      background: #26c4f1;
      border-color: #26c4f1; }
    .social-links__link--instagram:hover {
      background: #517fa4;
      border-color: #517fa4; }
    .social-links__link--tumblr:hover {
      background: #32506d;
      border-color: #32506d; }

.metas {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
  margin: 0px 0px 24px 0px;
  margin: 0 0 1.5rem 0; }
  .metas__text {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .metas__item {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  .metas__item-title {
    font-weight: 400; }
    .metas__item-title:before {
      content: "— "; }

.slider {
  width: 100%;
  margin: 0px 0px 96px 0px;
  margin: 0 0 6rem 0; }
  @media (max-width: 60.74em) {
    .slider {
      margin: 0px 0px 24px 0px;
      margin: 0 0 1.5rem 0; } }
  .slider--no-margin {
    margin: 0px 0px 0px 0px;
    margin: 0 0 0 0; }
  .slider--full {
    height: 420px;
    overflow: hidden; }
    .slider--full .slick-arrow.slick-prev {
      left: 0 !important; }
    .slider--full .slick-arrow.slick-next {
      right: 0 !important; }
  .slider--related .slick-arrow.slick-prev {
    top: 33%; }
  .slider--related .slick-arrow.slick-next {
    top: 33%; }
  .slider__title {
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0px 0px 48px 0px;
    margin: 0 0 3rem 0; }
    @media (max-width: 46.99em) {
      .slider__title {
        text-align: left;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0px 0px 24px 0px;
        margin: 0 0 1.5rem 0; } }
  .slider__content {
    width: 100%; }
  .slider__item {
    text-align: center;
    /*&--flexible-width {

            @include mq($until: xs) {

                display: flex !important;
                align-items: center;
                justify-content: center;
                height: 420px;
                padding: $grid-gutter/2;

                >img {

                    width: 100%;
                    height: auto;

                }

            }

        }*/ }
    .slider__item img {
      margin: 0 auto;
      max-width: none;
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      -moz-transition: -moz-transform 0.25s ease-in-out;
      -o-transition: -o-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out; }
    .slider__item--margin {
      padding: 10px; }
    .slider__item--gallery {
      cursor: -moz-zoom-in;
      cursor: -webkit-zoom-in;
      cursor: zoom-in;
      overflow: hidden; }
  .slider .slick-arrow {
    position: absolute;
    top: 50%;
    border: 0;
    font-size: 0;
    outline: none;
    background: white;
    z-index: 2;
    margin-top: -15px;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .slider .slick-arrow:hover {
      opacity: 1; }
      .slider .slick-arrow:hover.slick-prev {
        -webkit-transform: translateX(-3px);
        -moz-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        -o-transform: translateX(-3px);
        transform: translateX(-3px); }
      .slider .slick-arrow:hover.slick-next {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px); }
    .slider .slick-arrow:after {
      display: block;
      content: "";
      width: 50px;
      height: 40px;
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer; }
    .slider .slick-arrow.slick-prev {
      left: -20px; }
      .slider .slick-arrow.slick-prev:after {
        background-image: url(../img/slider-left-arrow.svg); }
    .slider .slick-arrow.slick-next {
      right: -20px; }
      .slider .slick-arrow.slick-next:after {
        background-image: url(../img/slider-right-arrow.svg); }

.scratches {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 41px;
  background-position: center top;
  background-size: cover;
  /*@include mq($until: xs) {
        display: none;
    }*/ }
  .scratches--top {
    background-image: url(../img/scratches-top.png);
    margin-top: -40px; }
  .scratches--bottom {
    background-image: url(../img/scratches-bottom.png); }
    @media (max-width: 46.99em) {
      .scratches--bottom {
        display: none; } }
    .scratches--bottom + * {
      margin-top: -40px;
      position: relative;
      z-index: 1; }
      @media (max-width: 46.99em) {
        .scratches--bottom + * {
          margin-top: 0px;
          margin-top: 0; } }

.pagination {
  text-align: right;
  list-style-type: none;
  font-size: 0;
  overflow: hidden;
  *zoom: 1; }
  @media (max-width: 60.74em) {
    .pagination {
      text-align: center;
      margin: 24px 0px 0px 0px;
      margin: 1.5rem 0 0 0; } }
  .pagination > li {
    display: inline-block;
    border-radius: 5px;
    margin: 0px 2.4px;
    margin: 0 0.15rem;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #E6E9ED; }
    .pagination > li.disabled {
      display: none; }
    .pagination > li.active {
      background: #77E378; }
      .pagination > li.active:hover {
        background: #77E378; }
      .pagination > li.active > span,
      .pagination > li.active > a {
        color: white; }
    .pagination > li:hover {
      background: #abb5c2; }
    .pagination > li > span,
    .pagination > li > a {
      font-size: 14px;
      font-size: 0.875rem;
      text-align: center;
      width: 32px;
      height: 32px;
      line-height: 32px;
      display: block;
      color: #1D1D1B;
      text-decoration: none; }
    .page--blog .pagination > li {
      background: #e6dfbd; }
      .page--blog .pagination > li.active {
        background: #d8cd98; }
        .page--blog .pagination > li.active > span,
        .page--blog .pagination > li.active > a {
          color: black; }

.filters {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (max-width: 60.74em) {
    .filters {
      display: none; } }
  .filters--opened {
    margin-bottom: 48px;
    margin-bottom: 3rem; }
  .filters__title {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    /*&:before {

            content: "";
            display: block;
            width: 70%;
            height: 1px;
            background: $color-grey-dark;
            @include margin-bottom(1);

        }*/ }
    .filters__title--no-arrow {
      margin-top: 48px;
      margin-top: 3rem; }
      .filters__title--no-arrow:after {
        display: none !important; }
    .filters__title:after {
      content: "\f107";
      display: block;
      position: absolute;
      right: 4rem;
      top: 0;
      font-family: "Font Awesome 5 Pro";
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    .filters--opened .filters__title:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .filters__item {
    margin-bottom: 2.4px;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
    font-weight: 300;
    display: none; }
    .filters--opened .filters__item {
      display: block; }
    .filters__item--image {
      display: none; }
      .filters--opened .filters__item--image {
        display: inline-block; }
      .filters__item--image label {
        display: inline-block;
        width: 60px;
        height: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        padding-left: 0 !important;
        margin: 8px; }
        .filters__item--image label:before, .filters__item--image label:after {
          display: none; }
        @media (max-width: 89.99em) {
          .filters__item--image label {
            width: 100px;
            height: 100px; } }
      .filters__item--image label {
        opacity: .5; }
      .filters__item--image input:checked + label {
        opacity: 1; }

.page {
  margin: 48px 0px;
  margin: 3rem 0; }
  @media (max-width: 46.99em) {
    .page {
      margin: 24px 0px;
      margin: 1.5rem 0; } }
  .page__section {
    margin-bottom: 96px;
    margin-bottom: 6rem; }
    @media (max-width: 46.99em) {
      .page__section {
        margin-bottom: 48px;
        margin-bottom: 3rem; } }
  @media (max-width: 73.24em) {
    .page--with-search {
      margin: 67.2px 0px 48px 0px;
      margin: 4.2rem 0 3rem 0; } }
  @media (max-width: 46.99em) {
    .page--with-search {
      margin: 76.8px 0px 48px 0px;
      margin: 4.8rem 0 3rem 0; } }
  .page--blog {
    background: #f4f1e2;
    margin: 0px;
    margin: 0;
    padding: 48px 0px;
    padding: 3rem 0; }
    @media (max-width: 73.24em) {
      .page--blog.page--with-search {
        padding: 67.2px 0px 48px 0px;
        padding: 4.2rem 0 3rem 0; } }

.lazy[data-src] {
  background-color: #E6E9ED;
  background-image: url("data:image/gif;base64,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");
  background-repeat: no-repeat;
  background-position: center center; }

.definition {
  font-weight: 300;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
  *zoom: 1; }
  @media (max-width: 60.74em) {
    .definition {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 18px;
      margin-bottom: 1.125rem; } }
  .definition__title {
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
    @media (max-width: 73.24em) {
      .definition__title {
        display: none; } }
    .definition__title:before {
      content: "";
      display: block;
      width: 50%;
      height: 1px;
      background: #979797;
      margin-bottom: 24px;
      margin-bottom: 1.5rem; }
  .definition__list {
    margin: 0;
    padding: 0; }
  .definition__term {
    float: left;
    clear: both; }
  .definition__definition {
    float: left;
    margin: 0px 0px 0px 6px;
    margin: 0 0 0 0.375rem;
    padding: 0;
    text-align: right;
    font-weight: 600; }

.parallax-scene {
  width: 100%;
  background: white;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #E6E9ED;
  /*background-image: url($spinner-b64);
    background-repeat: no-repeat;
    background-position: center center;*/
  padding-bottom: 34.72222%;
  position: relative; }
  .parallax-scene .layer {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .parallax-scene--small {
    padding-bottom: 34.72222%;
    position: relative; }
    .parallax-scene--small .layer {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
  @media (max-width: 46.99em) {
    .parallax-scene {
      height: 350px; }
      .slider--homecenter .parallax-scene {
        height: auto; } }
  .parallax-scene__layer {
    position: absolute;
    height: 100%;
    width: 100%; }
    .parallax-scene__layer:first-child {
      position: absolute !important; }
    .parallax-scene__layer > img {
      width: 100%;
      background: transparent !important; }
      @media (max-width: 46.99em) {
        .parallax-scene__layer > img {
          width: auto;
          max-width: none;
          height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%); } }
    .parallax-scene__layer--zoom > img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .parallax-scene__content {
    position: absolute;
    text-align: center;
    pointer-events: all; }
    .parallax-scene__content--top {
      top: 4rem;
      width: 50%;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .parallax-scene__content--bottom {
      bottom: 4rem;
      width: 50%;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .parallax-scene__content--right {
      right: 4rem;
      width: 33%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .parallax-scene__content--left {
      left: 4rem;
      width: 33%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    @media (max-width: 46.99em) {
      .parallax-scene__content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100% !important;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        text-align: left;
        padding: 24px;
        padding: 1.5rem;
        background: rgba(0, 0, 0, 0.1); } }
  .parallax-scene__title {
    font-family: "Montserrat", sans-serif;
    color: white;
    font-weight: 700;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.25;
    letter-spacing: 2px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    @media (max-width: 60.74em) {
      .parallax-scene__title {
        font-size: 26px;
        font-size: 1.625rem; } }
    @media (max-width: 46.99em) {
      .parallax-scene__title {
        color: #FFFFFF !important;
        font-size: 18px;
        font-size: 1.125rem; } }
  .parallax-scene__subtitle {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase; }
    @media (max-width: 46.99em) {
      .parallax-scene__subtitle {
        color: #FFFFFF !important; } }

.scratches.scratches--bottom + .blog-banner {
  margin-top: -40px; }

.blog-banner {
  position: relative;
  margin-top: -100px;
  z-index: 3;
  margin-bottom: 96px;
  margin-bottom: 6rem; }
  @media (max-width: 46.99em) {
    .blog-banner {
      margin-top: -15px;
      margin-bottom: 0px;
      margin-bottom: 0; } }
  .blog-banner__top img {
    display: block; }
  .blog-banner__bottom img {
    display: block; }
  .blog-banner__container {
    background: #f4f1e2;
    position: relative; }
  .blog-banner__headline {
    position: absolute;
    display: block;
    left: 70px;
    top: -80px; }
    @media (max-width: 89.99em) {
      .blog-banner__headline {
        left: 20px; } }
    @media (max-width: 73.24em) {
      .blog-banner__headline {
        left: 0px; } }
    @media (max-width: 46.99em) {
      .blog-banner__headline {
        display: none; } }
  .blog-banner__image {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg);
    position: absolute;
    display: block;
    left: 150px;
    top: 170px;
    border: 8px solid black;
    -webkit-filter: grayscale(100%) sepia(35%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%) sepia(35%); }
    @media (max-width: 89.99em) {
      .blog-banner__image {
        left: 100px; } }
    @media (max-width: 73.24em) {
      .blog-banner__image {
        left: 80px;
        top: 180px;
        width: 300px; } }
    @media (max-width: 60.74em) {
      .blog-banner__image {
        display: none; } }
  .blog-banner__frame {
    position: absolute;
    top: 24px;
    left: 595px;
    display: block; }
    @media (max-width: 89.99em) {
      .blog-banner__frame {
        left: 545px; } }
    @media (max-width: 73.24em) {
      .blog-banner__frame {
        top: 116px;
        left: 390px; } }
    @media (max-width: 60.74em) {
      .blog-banner__frame {
        top: 180px;
        left: 80px; } }
    @media (max-width: 46.99em) {
      .blog-banner__frame {
        display: none; } }
  .blog-banner__content {
    position: absolute;
    top: 94px;
    left: 667px;
    width: 500px;
    display: block; }
    @media (max-width: 89.99em) {
      .blog-banner__content {
        left: 617px; } }
    @media (max-width: 73.24em) {
      .blog-banner__content {
        top: 186px;
        left: 462px; } }
    @media (max-width: 60.74em) {
      .blog-banner__content {
        top: 250px;
        left: 152px;
        width: 520px;
        margin-bottom: 0px;
        margin-bottom: 0; } }
    @media (max-width: 46.99em) {
      .blog-banner__content {
        left: 0;
        width: 100%;
        top: 0px;
        position: relative; } }
  .blog-banner__all-link {
    display: block;
    width: 100%;
    background: #f4f1e2;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
    text-decoration: none;
    padding-top: 48px;
    padding-top: 3rem; }
  .blog-banner__title {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
    .blog-banner__title:after {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: #1D1D1B;
      margin-left: 48px;
      margin-left: 3rem;
      margin-top: 24px;
      margin-top: 1.5rem; }
      @media (max-width: 46.99em) {
        .blog-banner__title:after {
          display: none; } }
    @media (max-width: 46.99em) {
      .blog-banner__title {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0px 12px;
        padding: 0 0.75rem;
        margin-top: 0px;
        margin-top: 0; } }
  .blog-banner__tags {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
    margin-left: 48px;
    margin-left: 3rem; }
    @media (max-width: 46.99em) {
      .blog-banner__tags {
        display: none; } }
  .blog-banner__author {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-left: 48px;
    margin-left: 3rem; }
    @media (max-width: 46.99em) {
      .blog-banner__author {
        display: none; } }
  .blog-banner__body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 48px;
    margin-left: 3rem; }
    @media (max-width: 46.99em) {
      .blog-banner__body {
        padding: 0px 12px;
        padding: 0 0.75rem;
        margin-left: 0px;
        margin-left: 0; } }
  .blog-banner__item-border {
    display: block;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: black;
    position: absolute;
    z-index: 0; }
    .blog-banner__item-border--0 {
      clip-path: polygon(0 100%, 100% 100%, 100% 10%, 0 15%); }
    .blog-banner__item-border--1 {
      clip-path: polygon(0 100%, 100% 100%, 100% 5%, 0 10%); }
      @media (max-width: 46.99em) {
        .blog-banner__item-border--1 {
          clip-path: polygon(0 100%, 100% 95%, 100% 5%, 0 5%); } }
    .blog-banner__item-border--2 {
      clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0 5%); }
  .blog-banner__item {
    margin: 3px;
    display: block;
    position: relative; }
    @media (max-width: 73.24em) {
      .blog-banner__item.hide-on-md {
        display: none !important; } }
    .blog-banner__item--0 {
      clip-path: polygon(0 100%, 100% 100%, 100% 10%, 0 15%); }
    .blog-banner__item--1 {
      clip-path: polygon(0 100%, 100% 100%, 100% 5%, 0 10%); }
      @media (max-width: 46.99em) {
        .blog-banner__item--1 {
          clip-path: polygon(0 100%, 100% 95%, 100% 5%, 0 5%); } }
    .blog-banner__item--2 {
      clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0 5%); }
    .blog-banner__item:hover .blog-banner__item-image img {
      mix-blend-mode: none;
      -webkit-filter: none;
      /* Safari 6.0 - 9.0 */
      filter: none;
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  .blog-banner__item-image {
    padding-bottom: 63.15789%;
    position: relative;
    background: #f4f1e2; }
    .blog-banner__item-image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .blog-banner__item-image img {
      mix-blend-mode: multiply;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .blog-banner__item-title {
    position: absolute;
    text-transform: none;
    font-size: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px 24px 12px 24px;
    padding: 3rem 1.5rem 0.75rem 1.5rem;
    text-align: center;
    color: #F3EEdb;
    margin: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
    @media (max-width: 46.99em) {
      .blog-banner__item-title {
        padding-bottom: 24px;
        padding-bottom: 1.5rem; } }

.product-item {
  text-align: center;
  text-decoration: none;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .product-item__state {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 2.4px 6px;
    padding: 0.15rem 0.375rem;
    border-radius: 3px; }
    .product-item__state--positive {
      background: #77E378; }
    .product-item__state--accent {
      background: #603288; }
    .product-item__state--negative {
      background: #DD3F5A; }
  .product-item__image {
    display: block;
    padding-bottom: 139.39394%;
    position: relative;
    background-color: #E6E9ED;
    overflow: hidden;
    position: relative; }
    .product-item__image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .product-item__image img {
      -webkit-transition: -webkit-transform 0.5s ease;
      -moz-transition: -moz-transform 0.5s ease;
      -o-transition: -o-transform 0.5s ease;
      transition: transform 0.5s ease; }
  .product-item__content {
    background: white;
    padding: 24px 24px;
    padding: 1.5rem 1.5rem;
    position: relative;
    z-index: 2; }
  .product-item__waiting-list {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
    transform: translateY(-300%); }
    .product-item__waiting-list > img {
      width: 65%;
      height: auto; }
  .product-item__license {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: -webkit-transform 0.25s ease;
    -webkit-transition-delay: 0.1s;
    -moz-transition: -moz-transform 0.25s ease 0.1s;
    -o-transition: -o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .product-item__license:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 100px;
      bottom: 0;
      z-index: 0;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease;
      opacity: 0;
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, black 100%); }
    .product-item__license img {
      position: relative;
      z-index: 1; }
  .product-item__price {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-top: 36px;
    margin-top: 2.25rem;
    text-align: center; }
  .product-item:hover {
    border: 1px solid #E6E9ED;
    box-shadow: 0 0 24px 0 rgba(34, 34, 34, 0.1); }
    .product-item:hover .product-item__image img {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
    .product-item:hover .product-item__license {
      -webkit-transition: -webkit-transform 0.25s ease;
      -moz-transition: -moz-transform 0.25s ease;
      -o-transition: -o-transform 0.25s ease;
      transition: transform 0.25s ease;
      -webkit-transform: translateY(-100px);
      -moz-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
      -o-transform: translateY(-100px);
      transform: translateY(-100px); }
      .product-item:hover .product-item__license:before {
        -webkit-transition: opacity 0.5s ease;
        -webkit-transition-delay: 0.25s;
        -moz-transition: opacity 0.5s ease 0.25s;
        -o-transition: opacity 0.5s ease 0.25s;
        transition: opacity 0.5s ease 0.25s;
        opacity: 1;
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, black 100%); }

.blogpost-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media (max-width: 73.24em) {
    .blogpost-item {
      text-align: center; } }
  .blogpost-item__image {
    display: block;
    padding-bottom: 76.08696%;
    position: relative;
    background: #f4f1e2;
    overflow: hidden; }
    .blogpost-item__image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .blogpost-item__image img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      mix-blend-mode: multiply;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
  .blogpost-item__content {
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
    @media (max-width: 46.99em) {
      .blogpost-item__content {
        position: static;
        background: none;
        filter: none; } }
    @media (max-width: 73.24em) {
      .blogpost-item__content {
        padding: 12px 24px 12px 24px;
        padding: 0.75rem 1.5rem 0.75rem 1.5rem; } }
    .blogpost-item__content:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f4f1e2;
      z-index: -1;
      -webkit-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      transform-origin: center bottom 0;
      -webkit-transform-origin: center bottom 0; }
  .blogpost-item__item-title {
    text-align: center !important;
    color: #f4f1e2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    @media (max-width: 73.24em) {
      .blogpost-item__item-title {
        text-align: center !important; } }
    @media (max-width: 46.99em) {
      .blogpost-item__item-title {
        color: black; } }
    .blogpost-item__item-title .item-title__surtitle {
      margin-bottom: 12px;
      margin-bottom: 0.75rem; }
    .blogpost-item__item-title .item-title__title {
      font-size: 18px; }
  .blogpost-item__body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 36px;
    margin-top: 2.25rem; }
  .blogpost-item:hover .blogpost-item__image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: none;
    filter: none; }
  .blogpost-item:hover .blogpost-item__content:before {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1); }
  .blogpost-item:hover .blogpost-item__item-title {
    color: black; }

.supportarticle-item {
  text-align: left;
  text-decoration: none;
  display: block;
  margin-bottom: 48px;
  margin-bottom: 3rem; }
  @media (max-width: 60.74em) {
    .supportarticle-item {
      text-align: center; } }
  .supportarticle-item__image {
    display: block;
    padding-bottom: 71.73913%;
    position: relative;
    background-color: #E6E9ED;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    .supportarticle-item__image > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
  .supportarticle-item__item-title {
    text-align: left !important; }
    @media (max-width: 60.74em) {
      .supportarticle-item__item-title {
        text-align: center !important; } }
  .supportarticle-item__body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 36px;
    margin-top: 2.25rem; }

.item-title {
  font-size: 16px;
  font-size: 1rem;
  text-align: center; }
  .item-title--small .item-title__title {
    font-size: 10px;
    font-size: 0.625rem; }
  .item-title--small .item-title__surtitle {
    font-size: 10px;
    font-size: 0.625rem; }
  .item-title--small .item-title__subtitle {
    font-size: 10px;
    font-size: 0.625rem; }
  .item-title--big {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 0px;
    margin-top: 0;
    padding: 0px;
    padding: 0;
    margin-bottom: 96px;
    margin-bottom: 6rem; }
    @media (max-width: 46.99em) {
      .item-title--big {
        margin-bottom: 48px;
        margin-bottom: 3rem; } }
    .item-title--big .item-title__title {
      font-size: 26px;
      font-size: 1.625rem; }
    .item-title--big .item-title__surtitle {
      font-size: 14px;
      font-size: 0.875rem; }
    .item-title--big .item-title__subtitle {
      font-size: 14px;
      font-size: 0.875rem; }
    @media (max-width: 60.74em) {
      .item-title--big {
        padding: 0px;
        padding: 0; } }
  .item-title--very-big {
    font-size: 34px;
    font-size: 2.125rem;
    margin-top: 0px;
    margin-top: 0;
    padding: 0px;
    padding: 0;
    margin-bottom: 96px;
    margin-bottom: 6rem; }
    @media (max-width: 46.99em) {
      .item-title--very-big {
        margin-bottom: 48px;
        margin-bottom: 3rem; } }
    .item-title--very-big .item-title__title {
      font-size: 34px;
      font-size: 2.125rem;
      margin: 12px 0px;
      margin: 0.75rem 0;
      line-height: 1.5; }
    .item-title--very-big .item-title__surtitle {
      font-size: 14px;
      font-size: 0.875rem; }
    .item-title--very-big .item-title__subtitle {
      font-size: 14px;
      font-size: 0.875rem; }
    @media (max-width: 60.74em) {
      .item-title--very-big {
        padding: 0px;
        padding: 0; } }
  .item-title--left {
    text-align: left; }
  .item-title__surtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase; }
    .item-title__surtitle > a {
      text-decoration: none;
      display: inline-block;
      margin: 3.6px 3.6px;
      margin: 0.225rem 0.225rem;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .item-title__surtitle > a:hover {
        border-color: #77E378; }
  .item-title__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem; }
  .item-title__subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 0.625rem;
    text-transform: uppercase;
    margin-top: 12px;
    margin-top: 0.75rem; }
    .item-title__subtitle > a {
      text-decoration: none;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .item-title__subtitle > a:hover {
        border-color: #77E378; }
    .item-title__subtitle + .item-title__subtitle {
      margin-top: 4.8px;
      margin-top: 0.3rem; }
    .item-title__subtitle + .item-title__surtitle {
      margin-top: 6px;
      margin-top: 0.375rem; }

.license-item__image {
  display: block;
  background: white; }

.add-to-cart.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #E6E9ED;
  background-image: url("data:image/gif;base64,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");
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.75; }

.add-to-cart__header {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  margin: 0px 0px 24px 0px;
  margin: 0 0 1.5rem 0; }

.add-to-cart__price {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  float: left; }

.add-to-cart__price-sub {
  line-height: 1;
  float: left;
  font-size: 18px;
  margin-top: 9px;
  color: #a9a9a9; }

.add-to-cart__price-min {
  color: #454444;
  font-size: 24px; }

.add-to-cart__state {
  font-size: 12px;
  line-height: 1;
  float: right; }
  @media (max-width: 89.99em) {
    .add-to-cart__state {
      float: none;
      clear: both;
      margin-top: 5px; } }
  .add-to-cart__state--positive {
    color: #2aca2b; }
    .add-to-cart__state--positive:before {
      font-family: "Font Awesome 5 Pro";
      content: '\f00c';
      display: inline;
      color: #2aca2b; }
  .add-to-cart__state--negative {
    color: #9b1b31; }
    .add-to-cart__state--negative:before {
      font-family: "Font Awesome 5 Pro";
      content: '\f00d';
      display: inline;
      color: #9b1b31; }
  .add-to-cart__state--accent {
    color: #603288; }
    .add-to-cart__state--accent:before {
      font-family: "Font Awesome 5 Pro";
      content: '\f017';
      display: inline;
      color: #603288; }

.add-to-cart__variations {
  margin: 0px 0px 24px 0px;
  margin: 0 0 1.5rem 0; }
  .add-to-cart__variations select {
    width: 100%; }

.add-to-cart__reference {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0px 0px 12px 0px;
  margin: 0 0 0.75rem 0; }

.search {
  position: relative; }
  @media (max-width: 60.74em) {
    .search {
      margin-top: -76.8px;
      margin-top: -4.8rem;
      position: absolute;
      left: 0;
      right: 0;
      padding: 8px; }
      .page--blog .search {
        margin-top: -67.2px;
        margin-top: -4.2rem; } }
  .search__input {
    background: transparent !important;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 60.74em) {
      .search__input {
        padding: 6px 12px 6px 28.8px;
        padding: 0.375rem 0.75rem 0.375rem 1.8rem;
        margin-bottom: 0px;
        margin-bottom: 0;
        font-size: 14px;
        font-size: 0.875rem;
        text-align: center; } }
  .search .form__group {
    margin-bottom: 0; }

.ad {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: block; }
  .ad--sidebar img {
    max-width: 300px;
    height: auto;
    width: 100%; }
  @media (max-width: 73.24em) {
    .ad--sidebar {
      display: none; } }

.ajax-content {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .ajax-content.loading {
    opacity: 0; }

.body-text img {
  margin: 48px 0px;
  margin: 3rem 0;
  position: relative;
  /*left: -75px;*/
  width: calc(100% + 150px) !important;
  /*max-width: calc(100% + 150px);*/ }

.cart__quantity {
  border: 1px solid #E6E9ED;
  display: inline-block;
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 16px; }

.cart__price {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 12px 0px;
  padding: 0.75rem 0;
  line-height: 16px; }
  .cart__price--big {
    font-weight: 400; }

.cart__total {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  text-align: right; }
  .cart__total--big {
    font-weight: 400; }

.cart__total-title {
  margin-right: 48px;
  margin-right: 3rem;
  color: #1D1D1B;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  text-align: right; }
  @media (max-width: 89.99em) {
    .cart__total-title {
      text-align: left; } }

.cart__buttons {
  margin-top: 48px;
  margin-top: 3rem; }

.cart .cart-item-error-message {
  font-weight: bold; }

@media (max-width: 37.5em) {
  .cart .cart_item_warehouses-desktop {
    display: none !important; } }

.cart .cart_item_warehouses-desktop label {
  font-size: 0.775rem !important;
  font-weight: bold;
  padding-right: 20px !important; }

.cart .cart_item_warehouses-desktop select {
  width: 60%; }

.cart .cart_item_warehouses-mobile {
  display: none !important;
  text-align: left !important; }
  .cart .cart_item_warehouses-mobile label {
    font-size: 0.775rem !important;
    font-weight: bold; }
  .cart .cart_item_warehouses-mobile select {
    width: 100%; }
  @media (max-width: 37.5em) {
    .cart .cart_item_warehouses-mobile {
      display: block !important; } }

.tabs__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #E6E9ED; }
  @media (max-width: 46.99em) {
    .tabs__list {
      border-bottom: 0; } }

.tabs__list-item {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  bottom: -1px;
  z-index: 2;
  border-bottom: 1px solid #E6E9ED;
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  width: 200px;
  text-align: center;
  background: #F2F2F2; }
  @media (max-width: 46.99em) {
    .tabs__list-item {
      background: #F2F2F2;
      border: 0 !important;
      width: 100%;
      border-radius: 0; } }
  .tabs__list-item.active {
    background: white;
    border-color: #FFFFFF;
    font-weight: 600;
    border-left: 1px solid #E6E9ED;
    border-right: 1px solid #E6E9ED;
    border-top: 1px solid #E6E9ED; }
    @media (max-width: 46.99em) {
      .tabs__list-item.active {
        background: #E6E9ED; } }
  .tabs__list-item--button {
    width: auto;
    padding: 0px 24px;
    padding: 0 1.5rem;
    border-bottom: 0;
    background: white; }
    .tabs__list-item--button a {
      text-decoration: none; }

.tabs__content {
  display: none;
  padding: 24px 0px;
  padding: 1.5rem 0; }
  .tabs__content.active {
    display: block; }

.popup {
  position: relative;
  background: #FFF;
  padding: 48px 36px 36px 36px;
  padding: 3rem 2.25rem 2.25rem 2.25rem;
  border-radius: 5px;
  width: auto;
  max-width: 400px;
  margin: 0 auto; }
  .popup--big {
    max-width: 640px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.alert {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 12px;
  padding: 0.75rem;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem; }
  .alert p {
    margin-top: 0px;
    margin-top: 0;
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem; }
  .alert--negative {
    border: 1px solid #DD3F5A;
    color: #DD3F5A;
    background: #fcecef; }
  .alert--accent {
    border: 1px solid #603288;
    color: #603288;
    background: #c5a7df; }
  .alert--positive {
    border: 1px solid #77E378;
    color: #77E378;
    background: white; }

.well, .add-to-cart {
  background: #F2F2F2;
  position: relative;
  padding: 24px;
  padding: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-radius: 3px; }
  @media (max-width: 60.74em) {
    .well, .add-to-cart {
      margin-top: 24px;
      margin-top: 1.5rem; } }

.progress {
  padding: 24px;
  padding: 1.5rem;
  margin: 0px 0px 24px 48px;
  margin: 0 0 1.5rem 3rem;
  position: relative;
  border-radius: 5px; }
  .progress--waiting {
    border: 2px solid #F2F2F2; }
    .progress--waiting:before {
      border: 2px solid #F2F2F2;
      color: #1D1D1B;
      content: '\f017'; }
  .progress--in-progress {
    border: 2px solid #603288; }
    .progress--in-progress:before {
      border: 2px solid #603288;
      color: #603288;
      content: '\f110';
      @extends .fa-spin; }
  .progress--finished {
    border: 2px solid #77E378; }
    .progress--finished:before {
      border: 2px solid #77E378;
      color: #77E378;
      content: '\f00c'; }
  .progress:before {
    display: block;
    position: absolute;
    top: 0;
    left: -3rem;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    z-index: 2;
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 26px;
    background: white; }
  .progress:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -2rem;
    left: -3rem;
    margin-left: 14px;
    width: 2px;
    z-index: 1;
    background: #F2F2F2; }
  .progress:last-of-type:after {
    display: none; }
  .progress__title {
    font-weight: 700;
    text-transform: uppercase; }
  .progress__text {
    margin-top: 12px;
    margin-top: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem; }
    .progress__text iframe {
      max-width: 100%; }
  .progress__days {
    font-weight: 700;
    margin-top: 12px;
    margin-top: 0.75rem;
    font-size: 14px;
    font-size: 0.875rem; }
    .progress__days--delayed {
      color: #DD3F5A; }

.ticket-message {
  clear: both;
  float: left;
  margin-bottom: 12px; }
  .ticket-message:last-of-type {
    margin-bottom: 30px; }
  .ticket-message__date {
    color: grey;
    font-size: 12px;
    padding-left: 6px;
    text-align: left;
    margin-top: 6px;
    clear: both; }
  .ticket-message__content {
    background: #EFEFEF;
    color: black;
    padding: 12px;
    border-radius: 10px;
    display: inline-block;
    position: relative; }
    .ticket-message__content p:last-of-type {
      margin-bottom: 0; }
  .ticket-message__delete {
    position: absolute;
    color: black;
    text-decoration: none;
    top: 50%;
    margin-top: -10px;
    right: -20px;
    cursor: pointer; }
  .ticket-message--sender {
    float: right;
    overflow: hidden;
    *zoom: 1; }
    .ticket-message--sender .ticket-message__content {
      color: white;
      float: right;
      background: #603288; }
    .ticket-message--sender .ticket-message__date {
      text-align: right; }

.poweredby {
  position: absolute;
  right: 0;
  top: -21px;
  font-size: 11px;
  color: #CCCCCC; }
  @media (max-width: 46.99em) {
    .poweredby {
      margin: 0px 0px 24px 0px;
      margin: 0 0 1.5rem 0;
      position: static; } }
  .poweredby > a {
    text-decoration: none; }
    .poweredby > a:hover {
      color: #019F4F; }

.pushy-open-left {
  overflow: hidden; }

.pushy {
  width: 300px;
  /* Changed the width to 400px */
  background: #FFFFFF; }

.pushy-left {
  transform: translate3d(-300px, 0, 0);
  /* Updated the values */
  /* Don't forget the vendor prefixes */
  background: #F2F2F2; }

.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(300px, 0, 0);
  /* Updated the values */ }

.pushy-right {
  transform: translate3d(300px, 0, 0);
  /* Updated the values */
  /* Don't forget the vendor prefixes */ }

.pushy-open-right #container,
.pushy-open-right .push {
  transform: translate3d(-300px, 0, 0);
  /* Updated the values */
  /* Don't forget the vendor prefixes */ }

.sweet-alert {
  text-align: center;
  padding: 24px;
  padding: 1.5rem; }
  .sweet-alert h2 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem; }
  .sweet-alert p {
    text-align: center;
    color: #1D1D1B; }
  .sweet-alert button {
    box-shadow: none !important;
    margin-top: 24px;
    margin-top: 1.5rem; }
    .sweet-alert button.confirm {
      background: #E6E9ED !important; }

.swal-modal {
  text-align: center;
  padding: 24px;
  padding: 1.5rem; }
  .swal-modal .swal-title {
    font-family: "Montserrat", sans-serif; }
  .swal-modal .swal-text {
    text-align: center;
    color: #1D1D1B; }
  .swal-modal .swal-footer {
    text-align: center; }
  .swal-modal button {
    box-shadow: none !important;
    margin-top: 24px;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto; }
    .swal-modal button.confirm {
      background: #E6E9ED !important; }

.chosen-container.chosen-container-single .chosen-single {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  box-shadow: none;
  color: #34495E;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  padding: 0px 0px 0px 18px;
  padding: 0 0 0 1.125rem;
  border-radius: 3px; }
  .chosen-container-small .chosen-container.chosen-container-single .chosen-single {
    padding: 0;
    height: 30px;
    line-height: 30px; }
    .chosen-container-small .chosen-container.chosen-container-single .chosen-single span {
      margin-right: 0;
      text-align: center;
      font-size: 1rem; }
  .chosen-container.chosen-container-single .chosen-single div b {
    background: url(../img/chosen-sprite.png) no-repeat 0px 10px; }

.chosen-container.chosen-container-active .chosen-single {
  box-shadow: none; }
  .chosen-container-small .chosen-container.chosen-container-active .chosen-single span {
    margin-right: 0; }

.chosen-container .chosen-drop {
  box-shadow: none;
  border-radius: 0;
  background: #FFFFFF;
  border-color: #DDDDDD; }

.chosen-container .chosen-results li {
  line-height: 30px; }
  .chosen-container-small .chosen-container .chosen-results li {
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .chosen-container .chosen-results li.highlighted {
    background: #F2F2F2;
    color: #1D1D1B; }

.swiper-button-prev {
  left: 20px; }

.swiper-button-next {
  right: 20px; }

.swiper-button {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  outline: none; }
  .swiper-button:hover {
    background: black;
    color: white; }
  .swiper-button--banner-prev {
    left: 52px; }
    @media (max-width: 73.24em) {
      .swiper-button--banner-prev {
        left: 20px; } }
    @media (max-width: 60.74em) {
      .swiper-button--banner-prev {
        left: 20px; } }
  .swiper-button--banner-next {
    right: 52px; }
    @media (max-width: 73.24em) {
      .swiper-button--banner-next {
        right: 20px; } }
    @media (max-width: 60.74em) {
      .swiper-button--banner-next {
        right: 20px; } }
  .swiper-button--license-prev {
    left: -75px; }
    @media (max-width: 73.24em) {
      .swiper-button--license-prev {
        left: 20px; } }
    @media (max-width: 60.74em) {
      .swiper-button--license-prev {
        left: 20px; } }
  .swiper-button--license-next {
    right: -75px; }
    @media (max-width: 73.24em) {
      .swiper-button--license-next {
        right: 20px; } }
    @media (max-width: 60.74em) {
      .swiper-button--license-next {
        right: 20px; } }

.stripe-loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  opacity: 1;
  height: 100%;
  -webkit-transition: opacity 0.5s ease-in-out, height 0s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: opacity 0.5s ease-in-out, height 0s linear 0s;
  -o-transition: opacity 0.5s ease-in-out, height 0s linear 0s;
  transition: opacity 0.5s ease-in-out, height 0s linear 0s; }
  .stripe-loading-indicator.loaded {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.5s ease-in-out, height 0s linear;
    -webkit-transition-delay: 0s, 0.5s;
    -moz-transition: opacity 0.5s ease-in-out, height 0s linear 0.5s;
    -o-transition: opacity 0.5s ease-in-out, height 0s linear 0.5s;
    transition: opacity 0.5s ease-in-out, height 0s linear 0.5s; }
  .stripe-loading-indicator .stripe {
    background: #77E378 !important; }
  .stripe-loading-indicator .stripe-loaded {
    background: #77E378 !important; }

.home .slider {
  margin-bottom: 0; }
  @media (max-width: 60.74em) {
    .home .slider {
      margin-bottom: 24px;
      margin-bottom: 1.5rem; } }

/*# sourceMappingURL=app.min.css.map */
