@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&display=swap');
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/**/
@-webkit-keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes blurFadeIn {
  0% {
    opacity: 0;
    transform: scale(1.3); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.blurFadeIn {
  -webkit-animation-name: blurFadeIn;
  animation-name: blurFadeIn; }

@-webkit-keyframes blurFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes blurFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.blurFadeInDown {
  -webkit-animation-name: blurFadeInDown;
  animation-name: blurFadeInDown; }

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }
@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }
.jackInTheBox {
  animation-name: jackInTheBox; }

.contact-display-1-row .title-contact{
  display: inline;
}
@media (max-width: 1600px) and (min-width: 1024px){
  .banner-left{
    max-width: 52%;
  }
  .banner-right{
    max-width: 46%;
  }
}
.med-bestsale .product-miniature{
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px !important;
}
.med-bestsale .product-miniature:hover{
  border-color: #ebebeb;
}
.med-bestsale .pos-product-widget .slick-arrow{
  top: -2.957rem !important;
}
.med-bestsale .pos-product-widget .slick-next{
  right: 1rem !important;
}
.med-bestsale .pos-product-widget .slick-prev{
  right: 3.5rem !important;
}
.toy-bestsale .product-miniature{
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0 20px;
  border-radius:0;
}
.toy-bestsale .product-miniature:hover{
  border-color: #ebebeb;
}
.toy-bestsale .pos-product-widget .slick-slide > *:not(:last-child) {
    margin-bottom: 0;
}
.toy-bestsale .pos-product-widget .slick-next{
  right: 1rem !important;
}
.toy-bestsale .pos-product-widget .slick-prev{
  right: 3.5rem !important;
}
/*# sourceMappingURL=animate.css.map */

.list-bigger-image .style_product_list .img_block{
  max-width: 170px;
}

.has-section-inner .elementor-widget-wrap{
  display: block !important;
}
.elementor-widget-wrap > section{
  width: 100% !important;
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-top-column .elementor-widget-wrap .elementor-inner-section{
  margin-top: 0;
}

/* ------------------------------------------------------------------
   GRID4 - "Galerie" : fiche produit facon cartel d'exposition
   ------------------------------------------------------------------ */
.js-product-miniature.style_product3.grid4-luxe {
  --g4-ink: #1b1a17;
  --g4-muted: #7d786f;
  --g4-linen: #ece7df;
  --g4-paper: #f7f4ee;
  --g4-hair: rgba(27, 26, 23, 0.16);
  --g4-brass: #a88f5f;
  --g4-serif: 'Cormorant Garamond', 'Cormorant', Garamond, 'Times New Roman', serif;
  --g4-ease: cubic-bezier(.19, 1, .22, 1);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--g4-ink);
  margin-bottom: 4.5rem;
  overflow: visible;
  text-align: left;
}
.js-product-miniature.style_product3.grid4-luxe:hover {
  border-color: transparent;
  box-shadow: none;
}

/* --- Visuel ------------------------------------------------------- */
.js-product-miniature.style_product3.grid4-luxe .img_block {
  aspect-ratio: 4 / 5;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.js-product-miniature.style_product3.grid4-luxe .img_block:before {
  border: 1px solid rgba(255, 255, 255, 0.85);
  content: '';
  inset: 0.875rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(1.02);
  transition: opacity 600ms var(--g4-ease), transform 900ms var(--g4-ease);
  z-index: 3;
}
.js-product-miniature.style_product3.grid4-luxe:hover .img_block:before,
.js-product-miniature.style_product3.grid4-luxe:focus-within .img_block:before {
  opacity: 1;
  transform: scale(1);
}
.js-product-miniature.style_product3.grid4-luxe .img_block:after {
  background: linear-gradient(to top, rgba(27, 26, 23, 0.34), rgba(27, 26, 23, 0) 45%);
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 500ms var(--g4-ease);
  z-index: 2;
}
.js-product-miniature.style_product3.grid4-luxe:hover .img_block:after,
.js-product-miniature.style_product3.grid4-luxe:focus-within .img_block:after {
  opacity: 1;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail {
  display: block;
  height: 100%;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 1400ms var(--g4-ease), opacity 400ms ease;
  width: 100%;
}
.js-product-miniature.style_product3.grid4-luxe:hover .product-thumbnail img {
  transform: scale(1.06);
}

/* Slider produit sur les fiches GRID4 */
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-list,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-track {
  height: 100% !important;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-slide {
  height: 100% !important;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-slide > div,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .cover-item {
  height: 100%;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .cover-item a {
  display: block;
  height: 100%;
  outline: 0;
  text-decoration: none;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .cover-item a:hover,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .cover-item a:focus {
  outline: 0;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .cover-item img {
  height: 100%;
  object-fit: cover;
  transform: none !important;
  width: 99%;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-prev,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-next {
  align-items: center;
  background: var(--g4-paper);
  border-radius: 50%;
  color: var(--g4-ink);
  display: flex;
  height: 1.75rem;
  justify-content: center;
  opacity: 0;
  transition: opacity 300ms ease, background-color 300ms ease, color 300ms ease;
  width: 1.75rem;
  z-index: 5;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider:hover .slick-prev,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider:hover .slick-next,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider.slick-initialized .slick-prev,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider.slick-initialized .slick-next {
  opacity: 1;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-prev:hover,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-next:hover {
  background: var(--g4-ink);
  color: var(--g4-paper);
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-prev:before,
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-next:before {
  font-family: 'Material Icons';
  font-size: 0.875rem;
  opacity: 1;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-prev:before {
  content: '\e314';
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-next:before {
  content: '\e315';
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-prev {
  left: 0.5rem;
}
.js-product-miniature.style_product3.grid4-luxe .product-thumbnail.grid4-luxe__slider .slick-next {
  right: 0.5rem;
}

/* Badges : petites capitales cuivre sur fond ivoire */
.js-product-miniature.style_product3.grid4-luxe .product-flag {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  left: auto;
  margin: 0;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 4;
}
.js-product-miniature.style_product3.grid4-luxe .product-flag li,
.js-product-miniature.style_product3.grid4-luxe .product-flag .new,
.js-product-miniature.style_product3.grid4-luxe .product-flag .out_of_stock,
.js-product-miniature.style_product3.grid4-luxe .product-flag .on-sale,
.js-product-miniature.style_product3.grid4-luxe .product-flag .pack {
  align-self: flex-end;
  background: var(--g4-paper);
  border-radius: 0;
  color: var(--g4-brass);
  font-size: 0.5625rem;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.22em;
  line-height: 1;
  padding: 0.5rem 0.625rem 0.45rem;
  text-transform: uppercase;
}
.js-product-miniature.style_product3.grid4-luxe .product-flag li.new {
  display: none;
}

/* Plaque d'actions : cartel qui se depose sur le visuel */
.js-product-miniature.style_product3.grid4-luxe .add-to-links {
  align-items: stretch;
  background: var(--g4-paper);
  bottom: 0.875rem;
  box-shadow: 0 18px 40px -22px rgba(27, 26, 23, 0.55);
  display: flex;
  height: 3.25rem;
  left: 0.875rem;
  margin: 0;
  max-width: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0.875rem;
  transform: translateY(0.875rem);
  transition: opacity 450ms var(--g4-ease), transform 700ms var(--g4-ease), visibility 450ms;
  visibility: hidden;
  z-index: 5;
}
.js-product-miniature.style_product3.grid4-luxe:hover .add-to-links,
.js-product-miniature.style_product3.grid4-luxe:focus-within .add-to-links {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li:not(:empty) {
  border: 0;
  border-left: 1px solid var(--g4-hair);
  display: flex;
  flex: 0 0 3.25rem;
  margin: 0;
  transition: none;
  width: 3.25rem;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li:empty,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.compare {
  display: none;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover:not(:empty) {
  border-left: 0;
  flex: 1 1 auto;
  width: auto;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li > *,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li .product-add-to-cart,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li form {
  height: 100%;
  margin: 0;
  width: 100%;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li a,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart button.ajax_add_to_cart_button,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart span.ajax_add_to_cart_button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--g4-ink);
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0;
  transition: background-color 300ms ease, color 300ms ease;
  width: 100%;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li a:before,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart button.ajax_add_to_cart_button:before,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart span.ajax_add_to_cart_button:before {
  font-size: 1rem;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li a:hover,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li a:focus,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart button.ajax_add_to_cart_button:hover,
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart button.ajax_add_to_cart_button:focus {
  background: var(--g4-ink);
  color: var(--g4-paper);
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart span.ajax_add_to_cart_button.disabled {
  opacity: 0.35;
}
/* Lien "Decouvrir" : texte serif + filet qui s'etire */
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover a {
  font-family: var(--g4-serif);
  font-size: 1.0625rem;
  font-style: italic;
  font-weight: 400;
  gap: 0.875rem;
  justify-content: flex-start;
  letter-spacing: 0.02em;
  padding: 0 1.25rem;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover a:before {
  background: currentColor;
  content: '';
  display: block;
  height: 1px;
  transition: width 500ms var(--g4-ease);
  width: 1.5rem;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover a:hover:before {
  width: 1.5rem;
}
.js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover a span {
  display: inline;
  font-size: inherit;
}

/* --- Cartel texte -------------------------------------------------- */
.js-product-miniature.style_product3.grid4-luxe .product_desc {
  background: transparent;
  overflow: visible;
  padding: 1.5rem 0 0;
  text-align: left;
}
.js-product-miniature.style_product3.grid4-luxe .grid4-luxe__meta {
  align-items: center;
  display: flex;
  gap: 0.875rem;
}
.js-product-miniature.style_product3.grid4-luxe .grid4-luxe__meta:before {
  background: var(--g4-brass);
  content: '';
  flex: 0 0 1.5rem;
  height: 1px;
}
.js-product-miniature.style_product3.grid4-luxe .grid4-luxe__meta:not(:has(.manufacturer)) {
  display: none;
}
.js-product-miniature.style_product3.grid4-luxe .hook-reviews {
  display: none;
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .manufacturer a {
  color: var(--g4-muted);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .manufacturer a:hover {
  color: var(--g4-ink);
}
.js-product-miniature.style_product3.grid4-luxe .product_desc h3 {
  margin: 0.875rem 0 0;
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .product_name {
  color: var(--g4-ink);
  display: inline;
  font-family: var(--g4-serif);
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.55;
  margin: 0;
  min-height: 0;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 2px;
  transition: background-size 600ms var(--g4-ease);
}
.js-product-miniature.style_product3.grid4-luxe:hover .product_desc .product_name {
  background-size: 100% 1px;
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .product-desc {
  color: var(--g4-muted);
  display: -webkit-box;
  font-family: var(--g4-serif);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .product-desc:empty {
  display: none;
}
.js-product-miniature.style_product3.grid4-luxe .variant-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  min-height: 0;
}
.js-product-miniature.style_product3.grid4-luxe .variant-links:empty {
  display: none;
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .variant-links a {
  border: 1px solid var(--g4-hair);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #fff inset;
  height: 1rem;
  margin: 0;
  transition: border-color 300ms ease, transform 300ms var(--g4-ease);
  width: 1rem;
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .variant-links a:hover {
  border-color: var(--g4-ink);
  transform: scale(1.15);
}
.js-product-miniature.style_product3.grid4-luxe .product_desc .variant-links .count {
  color: var(--g4-muted);
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}

/* Prix : ligne de cartel, filet + valeur alignee a droite */
.js-product-miniature.style_product3.grid4-luxe .product-price-and-shipping {
  align-items: baseline;
  border-top: 1px solid var(--g4-hair);
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  justify-content: flex-end;
  letter-spacing: normal;
  line-height: 1.2;
  margin-top: 1.125rem;
  padding-top: 0.875rem;
  position: relative;
}
.js-product-miniature.style_product3.grid4-luxe .product-price-and-shipping .price {
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.js-product-miniature.style_product3.grid4-luxe .product-price-and-shipping .price-sale {
  color: var(--g4-ink);
}
.js-product-miniature.style_product3.grid4-luxe .product-price-and-shipping .regular-price {
  color: var(--g4-muted);
  font-family: var(--g4-serif);
  font-size: 0.9375rem;
  order: -1;
  text-decoration: line-through;
}
.js-product-miniature.style_product3.grid4-luxe .discount-product {
  background: transparent;
  color: var(--g4-brass);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 0;
}

/* Disponibilite : masquee sur la grille */
.js-product-miniature.style_product3.grid4-luxe .availability {
  display: none;
}

/* --- Tactile & responsive ---------------------------------------- */
@media (max-width: 991px) {
  .js-product-miniature.style_product3.grid4-luxe {
    margin-bottom: 3.25rem;
  }
}
@media (max-width: 767px) {
  .js-product-miniature.style_product3.grid4-luxe .img_block {
    aspect-ratio: auto;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .js-product-miniature.style_product3.grid4-luxe .img_block:before,
  .js-product-miniature.style_product3.grid4-luxe .img_block:after {
    display: none;
  }
  .js-product-miniature.style_product3.grid4-luxe .product-thumbnail {
    aspect-ratio: 4 / 5;
    overflow: hidden;
  }
  .js-product-miniature.style_product3.grid4-luxe .product-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links {
    align-items: stretch;
    background: var(--g4-paper);
    bottom: auto;
    box-shadow: 0 10px 30px -20px rgba(27, 26, 23, 0.25);
    display: flex;
    height: 2.25rem;
    left: auto;
    margin: 0.75rem 0.75rem 0;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    visibility: visible;
    z-index: 1;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links > li:empty,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links > li.compare,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links > li:not(.discover):not(.cart) {
    display: none;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li {
    border: 0;
    display: flex;
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover {
    border-left: 0;
    flex: 1 1 auto;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart {
    border-left: 1px solid var(--g4-hair);
    flex: 0 0 2.25rem;
    width: 2.25rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li > a,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li > .product-add-to-cart,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li form {
    height: 100%;
    margin: 0;
    width: 100%;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li a,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart .ajax_add_to_cart_button,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart span.ajax_add_to_cart_button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--g4-ink);
    display: flex;
    font-size: 0;
    height: 100%;
    justify-content: center;
    padding: 0;
    width: 100%;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li a:hover,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li a:focus,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart .ajax_add_to_cart_button:hover:not([disabled]),
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart .ajax_add_to_cart_button:focus {
    background: var(--g4-ink);
    color: var(--g4-paper);
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover a {
    font-size: 0.6875rem;
    gap: 0.4rem;
    justify-content: flex-start;
    padding: 0 0.625rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover a:before {
    width: 0.75rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.discover a:hover:before {
    width: 1.25rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li a:before,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart .ajax_add_to_cart_button:before,
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart span.ajax_add_to_cart_button:before {
    font-size: 0.875rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart .ajax_add_to_cart_button {
    background: var(--g4-ink);
    border-radius: 50%;
    color: var(--g4-paper);
    height: 1.625rem;
    margin: auto;
    width: 1.625rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart .ajax_add_to_cart_button:hover:not([disabled]) {
    background: var(--g4-brass);
  }
  .js-product-miniature.style_product3.grid4-luxe .add-to-links li.cart span.ajax_add_to_cart_button.disabled {
    opacity: 0.35;
  }
}
@media (max-width: 575px) {
  .js-product-miniature.style_product3.grid4-luxe {
    margin-bottom: 2.75rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .product-flag {
    right: 0.875rem;
    top: 0.875rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .product_desc {
    padding-top: 1.125rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .product_desc .product_name {
    font-size: 1.2rem;
  }
  .js-product-miniature.style_product3.grid4-luxe .product-price-and-shipping .price {
    font-size: 1.125rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-product-miniature.style_product3.grid4-luxe,
  .js-product-miniature.style_product3.grid4-luxe *,
  .js-product-miniature.style_product3.grid4-luxe *:before,
  .js-product-miniature.style_product3.grid4-luxe *:after {
    transition-duration: 0.01ms !important;
  }
}

/* ------------------------------------------------------------------
   FICHE PRODUIT - layout 1 "Galerie" (meme ecriture que GRID4)
   ------------------------------------------------------------------ */
.g4-sheet {
  --g4-ink: #1b1a17;
  --g4-muted: #7d786f;
  --g4-linen: #ece7df;
  --g4-paper: #f7f4ee;
  --g4-hair: rgba(27, 26, 23, 0.16);
  --g4-brass: #a88f5f;
  --g4-serif: 'Cormorant Garamond', 'Cormorant', Garamond, 'Times New Roman', serif;
  --g4-ease: cubic-bezier(.19, 1, .22, 1);
  color: var(--g4-ink);
  padding-top: 1rem;
}

/* --- Galerie -------------------------------------------------------- */
.g4-sheet .images-container {
  position: relative;
}
.g4-sheet .product-cover-container {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.g4-sheet .product-cover .cover-item {
  display: block;
  line-height: 0;
}
.g4-sheet .product-cover .cover-item img {
  display: block;
  height: auto;
  outline: 1px solid rgba(255, 255, 255, 0.85);
  outline-offset: -1rem;
  width: 100%;
}
.g4-sheet .product-cover .slick-list {
  margin-left: -2px !important;
  width: calc(100% + 4px) !important;
}
.g4-sheet .easyzoom-flyout {
  border: 0;
  box-shadow: none;
}
.g4-sheet .product-cover-container .product-cover .slick-prev,
.g4-sheet .product-cover-container .product-cover .slick-next {
  background: var(--g4-paper);
  border: 0;
  border-radius: 0;
  box-shadow: 0 14px 30px -18px rgba(27, 26, 23, 0.6);
  color: var(--g4-ink);
  height: 3rem;
  width: 3rem;
}
.g4-sheet .product-cover-container .product-cover .slick-prev:hover,
.g4-sheet .product-cover-container .product-cover .slick-next:hover {
  background: var(--g4-ink);
  color: var(--g4-paper);
}
.g4-sheet .product-flag {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  left: auto;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 4;
}
.g4-sheet .product-flag li {
  align-self: flex-end;
  background: var(--g4-paper);
  border-radius: 0;
  color: var(--g4-brass);
  font-size: 0.5625rem;
  font-weight: 600;
  height: auto;
  letter-spacing: 0.22em;
  line-height: 1;
  padding: 0.5rem 0.625rem 0.45rem;
  text-transform: uppercase;
}
.g4-sheet .product-flag li.new {
  display: none;
}
/* Vignettes : filets fins, pas de bordure coloree */
.g4-sheet .product-images {
  margin-top: 1rem;
  max-width: none;
}
.g4-sheet .product-images .image-item {
  padding: 0 0.375rem;
}
.g4-sheet .product-images .image-item img {
  background: var(--g4-linen);
  border: 0;
  box-shadow: 0 0 0 1px var(--g4-hair);
  mix-blend-mode: multiply;
  opacity: 0.55;
  transition: opacity 400ms ease, box-shadow 400ms ease;
}
.g4-sheet .product-images .image-item:hover img,
.g4-sheet .product-images .image-item.is-active img,
.g4-sheet .product-images .image-item.slick-current img,
.g4-sheet .product-images .image-item img.selected {
  border: 0;
  box-shadow: 0 0 0 0px var(--g4-ink);
  opacity: 1;
}
.g4-sheet .left-vertical .product-images,
.g4-sheet .right-vertical .product-images {
  margin-top: 0;
}

/* --- Cartel --------------------------------------------------------- */
@media (min-width: 992px) {
  .g4-sheet__cartel-inner {
    padding-left: 2.5rem;
    position: sticky;
    top: 7rem;
  }
}
@media (min-width: 1400px) {
  .g4-sheet__cartel-inner {
    padding-left: 4rem;
  }
}
.g4-sheet__eyebrow {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-bottom: 1.25rem;
}
.g4-sheet__eyebrow:before {
  align-self: center;
  background: var(--g4-brass);
  content: '';
  flex: 0 0 1.5rem;
  height: 1px;
}
.g4-sheet__eyebrow:not(:has(.g4-sheet__brand)):not(:has(.g4-sheet__reference)) {
  display: none;
}
.g4-sheet__brand {
  color: var(--g4-muted);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}
.g4-sheet__brand:hover {
  color: var(--g4-ink);
}
.g4-sheet__reference {
  color: var(--g4-muted);
  font-family: var(--g4-serif);
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1;
  margin-left: auto;
}
.g4-sheet .h1.namne_details {
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0 0 0.875rem;
  text-transform: none;
}
.g4-sheet__reviews {
  margin-bottom: 0.75rem;
}
.g4-sheet__reviews:empty {
  display: none;
}
.g4-sheet .product-description {
  border: 0;
  color: var(--g4-muted);
  font-family: var(--g4-serif);
  font-size: 1.1875rem;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.g4-sheet .product-description p {
  color: inherit;
  font-size: inherit;
  margin: 0 0 0.5rem;
}
.g4-sheet .product-description p:last-child {
  margin-bottom: 0;
}

/* Prix : ligne de cartel, filet haut + valeur a droite */
.g4-sheet .product-prices {
  border-top: 1px solid var(--g4-hair);
  margin: 1.75rem 0 0;
  padding-top: 1.125rem;
}
.g4-sheet .product-prices .product-discount,
.g4-sheet .product-prices .product-price {
  display: inline-block;
  vertical-align: baseline;
}
.g4-sheet .product-prices .product-price {
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
}
.g4-sheet .product-prices .product-price .current-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.g4-sheet .product-prices .product-discount .regular-price {
  color: var(--g4-muted);
  font-family: var(--g4-serif);
  font-size: 1.125rem;
  margin-right: 0.875rem;
  text-decoration: line-through;
}
.g4-sheet .product-prices .has-discount .discount {
  background: transparent;
  border-radius: 0;
  color: var(--g4-brass);
  font-family: inherit;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
  vertical-align: baseline;
}
.g4-sheet .product-prices .product-unit-price,
.g4-sheet .product-prices .product-without-taxes,
.g4-sheet .product-prices .price-ecotax,
.g4-sheet .product-prices .product-pack-price,
.g4-sheet .product-prices .tax-shipping-delivery-label {
  color: var(--g4-muted);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0.5rem 0 0;
  text-transform: uppercase;
}
.g4-sheet .product-prices .tax-shipping-delivery-label:empty {
  display: none;
}

/* Declinaisons : intitules en petites capitales, pastilles fines */
.g4-sheet .product-information {
  margin-top: 1.5rem;
}
.g4-sheet .product-actions {
  padding-top: 0;
}
.g4-sheet .product-variants > .product-variants-item {
  border-top: 1px solid var(--g4-hair);
  margin: 0;
  padding: 1rem 0;
}
.g4-sheet .product-variants > .product-variants-item .control-label,
.g4-sheet .product-information .control-label {
  color: var(--g4-muted);
  flex: 0 0 100%;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}
.g4-sheet .product-variants > .product-variants-item .control-label > span {
  color: var(--g4-ink);
  display: inline;
  font-family: var(--g4-serif);
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-left: 0.5rem;
  text-transform: none;
}
.g4-sheet .product-variants > .product-variants-item select.form-control {
  appearance: none;
  -webkit-appearance: none;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%231b1a17' stroke-width='1'/%3E%3C/svg%3E") no-repeat right 0.25rem center;
  border: 0;
  border-bottom: 1px solid var(--g4-ink);
  border-radius: 0;
  box-shadow: none;
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 1.0625rem;
  height: 2.5rem;
  padding: 0 1.5rem 0 0;
  width: 100%;
}
.g4-sheet .product-variants > .product-variants-item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
.g4-sheet .product-variants > .product-variants-item ul li {
  float: none;
  margin: 0;
}
.g4-sheet .product-variants > .product-variants-item .color,
.g4-sheet .product-variants > .product-variants-item .input-color:checked + span,
.g4-sheet .product-variants > .product-variants-item .input-color:hover + span {
  border: 1px solid var(--g4-hair);
  box-shadow: 0 0 0 3px #fff inset;
  height: 1.75rem;
  margin: 0;
  width: 1.75rem;
}
.g4-sheet .product-variants > .product-variants-item .input-color:checked + span:before,
.g4-sheet .product-variants > .product-variants-item .input-color:hover + span:before,
.g4-sheet .product-variants > .product-variants-item .color:hover:before,
.g4-sheet .product-variants > .product-variants-item .color.active:before {
  border: 1px solid var(--g4-ink);
  inset: -0.375rem;
  left: -0.375rem;
  right: -0.375rem;
  top: -0.375rem;
  bottom: -0.375rem;
}
.g4-sheet .product-variants > .product-variants-item .radio-label {
  background: transparent;
  border: 1px solid var(--g4-hair);
  border-radius: 0;
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 1rem;
  height: 2.5rem;
  min-width: 3.25rem;
  padding: 0 1rem;
  transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease;
}
.g4-sheet .product-variants > .product-variants-item .input-radio:hover + .radio-label {
  border-color: var(--g4-ink);
}
.g4-sheet .product-variants > .product-variants-item .input-radio:checked + .radio-label {
  background: var(--g4-ink);
  border-color: var(--g4-ink);
  color: var(--g4-paper);
}

/* Quantite + ajout panier : bloc noir architectural */
.g4-sheet .product-actions .product-add-to-cart {
  border-top: 1px solid var(--g4-hair);
  margin-top: 0;
  padding-top: 1.5rem;
}
.g4-sheet .product-quantity {
  align-items: stretch;
  gap: 0.75rem;
}
.g4-sheet .product-quantity .qty {
  margin: 0;
}
.g4-sheet .product-quantity .qty .bootstrap-touchspin {
  border: 1px solid var(--g4-ink);
  height: 3.5rem;
  padding: 0 2.75rem;
}
.g4-sheet .product-quantity .qty .bootstrap-touchspin #quantity_wanted {
  border: 0;
  font-family: var(--g4-serif);
  font-size: 1.125rem;
  font-weight: 500;
  height: 100%;
  width: 2.75rem;
}
.g4-sheet .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--g4-ink);
  width: 2.75rem;
}
.g4-sheet .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin:hover {
  background: var(--g4-linen);
  border: 0;
  color: var(--g4-ink);
}
.g4-sheet .product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
  font-size: 0.75rem;
  font-weight: 400;
}
.g4-sheet .product-quantity .add {
  margin: 0;
}
.g4-sheet .product-actions .add-to-cart {
  background: var(--g4-ink);
  border: 1px solid var(--g4-ink);
  border-radius: 0;
  color: var(--g4-paper);
  font-size: 1rem;
  font-weight: 600;
  height: 3.5rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background-color 350ms ease, color 350ms ease, letter-spacing 350ms var(--g4-ease);
}
.g4-sheet .product-actions .add-to-cart:hover:not([disabled]) {
  background: #34342f;
  border-color: #34342f;
  color: var(--g4-paper);
  letter-spacing: 0.28em;
}
.g4-sheet .product-actions .add-to-cart[disabled] {
  background: var(--g4-linen);
  border-color: var(--g4-linen);
  color: var(--g4-muted);
  opacity: 1;
}
/* Achat immediat : lien en filet, pas un second gros bouton */
.g4-sheet .buy {
  margin-top: 1rem;
  order: 5;
  text-align: center;
}
.g4-sheet .buy .buy-now {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--g4-ink);
  border-radius: 0;
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 1.0625rem;
  font-style: italic;
  font-weight: 400;
  height: auto;
  line-height: 1.4;
  padding: 0 0 0.125rem;
  width: auto;
}
.g4-sheet .buy .buy-now i {
  display: none;
}
.g4-sheet .buy .buy-now:hover:not([disabled]) {
  border-color: var(--g4-brass);
  color: var(--g4-brass);
}
.g4-sheet .buy .buy-now[disabled] {
  opacity: 0.35;
}
/* Wishlist / comparateur : liens texte discrets */
.g4-sheet .cart_button {
  display: flex;
  flex: 0 0 100%;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1.125rem;
  order: 4;
}
.g4-sheet .cart_button a,
.g4-sheet .cart_button button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--g4-muted) !important;
  font-size: 0.5625rem !important;
  font-weight: 600 !important;
  height: auto !important;
  letter-spacing: 0.22em !important;
  line-height: 1.4 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
  width: auto !important;
}
.g4-sheet .cart_button a:hover,
.g4-sheet .cart_button button:hover {
  color: var(--g4-ink) !important;
}
.g4-sheet .cart_button a:before,
.g4-sheet .cart_button button:before {
  font-size: 0.875rem;
  margin-right: 0.375rem;
  vertical-align: -2px;
}
.g4-sheet #product-availability {
  color: var(--g4-muted);
  display: block;
  font-family: var(--g4-serif);
  font-size: 0.9375rem;
  font-style: italic;
  margin-top: 1rem;
  text-align: center;
}
.g4-sheet #product-availability:empty {
  display: none;
}
.g4-sheet #product-availability .material-icons {
  display: none;
}
.g4-sheet .product-minimal-quantity {
  color: var(--g4-muted);
  font-size: 0.75rem;
  margin-top: 0.5rem;
  text-align: center;
}
.g4-sheet .product-minimal-quantity:empty {
  display: none;
}
.g4-sheet .product-additional-info {
  border-top: 1px solid var(--g4-hair);
  margin-top: 1.75rem;
  padding-top: 1.25rem;
}
.g4-sheet .product-additional-info:empty {
  display: none;
}
.g4-sheet .social-sharing {
  margin: 0;
}
.g4-sheet .social-sharing > span {
  color: var(--g4-muted);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.g4-sheet .social-sharing li a {
  color: var(--g4-muted);
}
.g4-sheet .social-sharing li a:hover {
  color: var(--g4-ink);
}
.g4-sheet__reassurance {
  margin-top: 1.5rem;
}
.g4-sheet__reassurance:empty {
  display: none;
}
.g4-sheet .blockreassurance_product {
  border-top: 1px solid var(--g4-hair);
  margin: 0;
  padding-top: 1.25rem;
}
.g4-sheet .blockreassurance_product > div {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
}
.g4-sheet .blockreassurance_product > div:not(:last-child) {
  border-bottom: 1px solid var(--g4-hair);
  margin-bottom: 0;
  padding: 20px 0px;
}
.g4-sheet .blockreassurance_product .item-product {
  align-items: center;
  display: inline-flex;
  flex: 0 0 1.75rem;
  float: none !important;
  height: auto !important;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 1.75rem !important;
}
.g4-sheet .blockreassurance_product .item-product img,
.g4-sheet .blockreassurance_product .item-product svg {
  display: block;
  filter: grayscale(100%) opacity(0.7);
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.g4-sheet .blockreassurance_product .block-title {
  color: var(--g4-ink) !important;
  display: block;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.4;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}
.g4-sheet .blockreassurance_product .block-title:after {
  content: none;
}
.g4-sheet .blockreassurance_product p {
  color: var(--g4-muted) !important;
  font-family: var(--g4-serif);
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.45;
  margin: 0;
}
.g4-sheet .blockreassurance_product .clearfix {
  display: none;
}

/* --- Panier / checkout : même look que fiche produit --------------- */
.cart-grid-right .blockreassurance_product {
  border-top: 1px solid rgba(27, 26, 23, 0.16);
  margin: 0;
  padding-top: 1.25rem;
}
.cart-grid-right .blockreassurance_product > div {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  padding: 0.75rem 0;
}
.cart-grid-right .blockreassurance_product > div:not(:last-child) {
  border-bottom: 1px solid rgba(27, 26, 23, 0.16);
  margin-bottom: 0;
  padding: 20px 0;
}
.cart-grid-right .blockreassurance_product .item-product {
  align-items: center;
  display: inline-flex;
  flex: 0 0 1.75rem;
  float: none !important;
  height: auto !important;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  width: 1.75rem !important;
}
.cart-grid-right .blockreassurance_product .item-product img,
.cart-grid-right .blockreassurance_product .item-product svg {
  display: block;
  filter: grayscale(100%) opacity(0.7);
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.cart-grid-right .blockreassurance_product .reass-title-toggle {
  color: #1b1a17 !important;
  display: block;
  line-height: 1.4;
  min-height: 1.5em;
  padding-right: 1.5rem;
  position: relative;
  text-decoration: none;
}
.cart-grid-right .blockreassurance_product .reass-title-toggle .block-title {
  color: #1b1a17 !important;
  display: block;
  font-family: inherit;
 font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}
.cart-grid-right .blockreassurance_product .reass-desc-text {
  color: #7d786f !important;
  font-family: 'Cormorant Garamond', 'Cormorant', Garamond, 'Times New Roman', serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.45;
  margin: 0;
}
.cart-grid-right .blockreassurance_product .clearfix {
  display: none;
}

/* --- Onglets : filets, serif, pas de cadre ------------------------- */
.g4-sheet__tabs .tabs {
  background: transparent;
  margin-top: 5rem;
}
.g4-sheet__tabs .tabs .nav-tabs {
  border-bottom: 1px solid var(--g4-hair);
}
.g4-sheet__tabs .tabs .nav-tabs .nav-item .nav-link {
  color: var(--g4-muted);
  font-family: var(--g4-serif);
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 1.75rem;
  padding: 0 0 1rem;
  text-transform: none;
}
.g4-sheet__tabs .tabs .nav-tabs .nav-item .nav-link:after {
  bottom: -1px;
  height: 1px;
}
.g4-sheet__tabs .tabs .nav-tabs .nav-item .nav-link:hover,
.g4-sheet__tabs .tabs .nav-tabs .nav-item .nav-link.active {
  color: var(--g4-ink);
}
.g4-sheet__tabs .tabs .nav-tabs .nav-item .nav-link:hover:after,
.g4-sheet__tabs .tabs .nav-tabs .nav-item .nav-link.active:after {
  background: var(--g4-ink);
}
.g4-sheet__tabs .tabs .tab-content {
  border: 0;
  margin: 0 auto;
  max-width: 62rem;
  padding: 3rem 0 0;
}
.g4-sheet__tabs .tabs-left .nav-tabs .nav-item .nav-link {
  border: 0;
  border-bottom: 1px solid var(--g4-hair);
  padding: 0.875rem 0;
}
#product .g4-sheet__tabs .product-description p,
#product .g4-sheet__tabs .product-description ul {
  color: #4a4741;
  font-size: 1.2rem;
  line-height: 1.85;
}
.g4-sheet__tabs .product-description {
  color: #4a4741;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
}
.g4-sheet .data-sheet {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(10rem, 1fr) 2fr;
  margin: 0;
}
.g4-sheet .data-sheet dt,
.g4-sheet .data-sheet dd {
  background: transparent;
  border-bottom: 1px solid var(--g4-hair);
  margin: 0;
  padding: 0.875rem 0;
}
.g4-sheet .data-sheet dt {
  color: var(--g4-muted);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.g4-sheet .data-sheet dd {
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 1.0625rem;
}
.g4-sheet .product-features .h6,
.g4-sheet .product-attachments .h5 {
  color: var(--g4-muted);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.g4-sheet .product-reference,
.g4-sheet .product-quantities,
.g4-sheet .product-availability-date,
.g4-sheet .product-condition {
  border-bottom: 1px solid var(--g4-hair);
  display: flex;
  justify-content: space-between;
  padding: 0.875rem 0;
}
.g4-sheet .product-reference .label,
.g4-sheet .product-quantities .label,
.g4-sheet .product-availability-date label,
.g4-sheet .product-condition .label {
  color: var(--g4-muted);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  text-transform: uppercase;
}
.g4-sheet .product-reference span,
.g4-sheet .product-quantities span,
.g4-sheet .product-availability-date span,
.g4-sheet .product-condition span {
  font-family: var(--g4-serif);
  font-size: 1.0625rem;
}
/* Accordeon (si active dans les options du theme) */
.g4-sheet .accordion .card .card-header,
.g4-sheet .accordion .card:first-child .card-header {
  border-color: var(--g4-hair);
}
.g4-sheet .accordion .card .card-header a {
  color: var(--g4-ink);
  font-family: var(--g4-serif);
  font-size: 1.375rem;
  padding: 1.25rem 0;
  text-transform: none;
}

/* --- Reassurance title toggle / line-clamp ------------------------- */
.reass-title-toggle {
  color: inherit;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  min-height: 1.5em;
  padding-right: 1.5rem;
  position: relative;
  text-decoration: none;
}
.reass-title-toggle .block-title {
  color: inherit;
  display: inline;
}
.reass-title-toggle::after {
  content: '\e92b';
  font-family: "roadthemes-icon";
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 300ms ease;
}
.reass-title-toggle.expanded::after {
  transform: translateY(-50%) rotate(180deg);
}
.reass-desc-text {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  max-height: 2.5em;
  overflow: hidden;
  transition: max-height 0.35s ease;
  word-break: break-word;
}
.reass-desc-text.expanded {
  -webkit-line-clamp: none;
  line-clamp: none;
  max-height: 100em;
  overflow: hidden;
}
.g4-sheet .reass-desc-text {
  color: var(--g4-muted) !important;
  font-family: var(--g4-serif);
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.45;
}

/* --- Responsive ------------------------------------------------------ */
@media (max-width: 991px) {
  .g4-sheet__cartel-inner {
    padding-top: 2rem;
  }
  .g4-sheet .h1.namne_details {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .g4-sheet .h1.namne_details {
    font-size: 1.75rem;
  }
  .g4-sheet .product-prices .product-price {
    font-size: 1.5rem;
  }
  .g4-sheet .product-quantity .qty .bootstrap-touchspin {
    height: 3.25rem;
    padding: 0 2.5rem;
  }
  .g4-sheet .product-actions .add-to-cart {
    height: 3.25rem;
    letter-spacing: 0.16em;
  }
  .g4-sheet__tabs .tabs {
    margin-top: 3rem;
  }
  .g4-sheet__tabs .tabs .nav-tabs .nav-item .nav-link {
    font-size: 1.25rem;
    margin: 0 1rem;
  }
  .g4-sheet .data-sheet {
    grid-template-columns: 1fr;
  }
  .g4-sheet .data-sheet dt {
    border-bottom: 0;
    padding-bottom: 0.25rem;
  }
  .g4-sheet .data-sheet dd {
    padding-top: 0;
  }
}
.pos_title h2, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {text-transform: none !important;}