<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-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.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  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.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  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 heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@charset "UTF-8";
html {
  overflow-y: scroll; }

.search-xs-section {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%; }
  @media (min-width: 768px) {
    .search-xs-section {
      top: 100%; } }
  .search-xs-section .site-search {
    width: 90%;
    margin: 0;
    overflow: scroll;
    background: #fff;
    position: relative;
    box-sizing: border-box; }
    .search-xs-section .site-search::before, .search-xs-section .site-search::after {
      box-sizing: border-box; }
    @media (min-width: 768px) {
      .search-xs-section .site-search {
        width: 100%;
        overflow: hidden; } }
    .search-xs-section .site-search .searchform {
      width: 87%;
      margin: 0 auto;
      overflow-y: scroll;
      overflow-x: hidden;
      height: 100vh;
      padding-bottom: 70px;
      position: relative; }
      .search-xs-section .site-search .searchform label {
        vertical-align: baseline;
        color: #737373;
        position: relative; }
      @media (min-width: 768px) {
        .search-xs-section .site-search .searchform {
          width: 90%;
          overflow: hidden;
          height: auto; } }
    .search-xs-section .site-search input.form-control {
      margin-top: 40px;
      letter-spacing: 2.5px;
      border: 2px solid #737373;
      border-width: 0 0 2px;
      background-color: transparent;
      font: 0.89rem "Gotham-Bold";
      box-shadow: none !important;
      padding: 0.325em 3em;
      width: 100%;
      text-transform: uppercase;
      border-radius: 0; }
      @media (min-width: 768px) {
        .search-xs-section .site-search input.form-control {
          margin-top: 20px;
          font: 1.2857rem "Gotham-Book";
          letter-spacing: 7px;
          padding-bottom: 0.825em; } }
      .search-xs-section .site-search input.form-control:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #8d8484;
        opacity: 0.6;
        font-weight: 100; }
      .search-xs-section .site-search input.form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #8d8484;
        opacity: 0.6;
        font-weight: 100; }
      .search-xs-section .site-search input.form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #8d8484;
        font-weight: 100; }
      .search-xs-section .site-search input.form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #8d8484;
        font-weight: 100; }
      .search-xs-section .site-search input.form-control ~ .focus-border {
        position: absolute;
        top: 134px;
        height: 2px;
        left: 20px;
        width: 0;
        background-color: #000;
        transition: 0.4s; }
        @media (min-width: 768px) {
          .search-xs-section .site-search input.form-control ~ .focus-border {
            top: 74px;
            left: 22.5%; } }
      .search-xs-section .site-search input.form-control:focus ~ .focus-border {
        width: 86.5%;
        left: 25px;
        transition: 0.4s; }
        @media (min-width: 768px) {
          .search-xs-section .site-search input.form-control:focus ~ .focus-border {
            width: 55%;
            left: 22.5%; } }
    .search-xs-section .site-search .close-search {
      position: absolute;
      right: 0;
      top: 20px;
      background-color: transparent;
      cursor: pointer;
      width: 27px;
      height: 27px;
      display: block;
      font-size: 1.2857rem;
      color: #094f8d;
      border-radius: 13.5px;
      transition: all 0.5s ease-in-out; }
      @media (min-width: 768px) {
        .search-xs-section .site-search .close-search {
          display: none;
          top: 44px;
          right: 1em;
          background-color: #b1aeae; } }
      .search-xs-section .site-search .close-search:hover::before {
        transform: rotate(315deg); }
      .search-xs-section .site-search .close-search:hover::after {
        transform: rotate(405deg); }
      .search-xs-section .site-search .close-search::after {
        transform: rotate(45deg); }
      .search-xs-section .site-search .close-search::before {
        transform: rotate(-45deg); }
      .search-xs-section .site-search .close-search::before {
        content: "\E907";
        text-indent: 0;
        position: absolute;
        right: 0;
        top: 50%;
        font-family: "Samsonite-icons";
        font-style: normal;
        font-weight: normal;
        transform: translateY(-50%); }
    .search-xs-section .site-search .clear-search {
      display: none;
      position: absolute;
      right: 10%;
      top: 40px;
      background-color: transparent;
      cursor: pointer;
      width: 27px;
      height: 27px;
      border-radius: 13.5px;
      transition: all 0.2s ease-in-out; }
      @media (min-width: 768px) {
        .search-xs-section .site-search .clear-search {
          display: block;
          right: 1em;
          background-color: #b1aeae; } }
      .search-xs-section .site-search .clear-search::before {
        content: "\E907";
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        font-family: "Samsonite-icons";
        font-style: normal;
        font-weight: normal;
        transition: all 0.2s ease-in-out;
        transition: transform 1s cubic-bezier(0.3, 0, 0.2, 1);
        transform: translate(-50%, -50%); }
      .search-xs-section .site-search .clear-search:hover::before {
        transform: translate(-50%, -50%) rotate(180deg); }
    @media (min-width: 768px) {
      .search-xs-section .site-search.desktop-mode .close-search {
        display: block;
        top: 0;
        right: 0.857rem;
        font-size: 1.4286rem;
        background-color: transparent; }
        .search-xs-section .site-search.desktop-mode .close-search::before {
          right: auto;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all 0.2s ease-in-out;
          transition: transform 1s cubic-bezier(0.3, 0, 0.2, 1); }
        .search-xs-section .site-search.desktop-mode .close-search:hover::before {
          transform: translate(-50%, -50%) rotate(180deg); } }
    .search-xs-section .site-search.desktop-mode .clear-search {
      color: #999;
      background-color: #fff;
      text-decoration: underline;
      width: auto;
      height: auto;
      top: 44px;
      border-radius: 0;
      transition: color 0.3s ease-in; }
      .search-xs-section .site-search.desktop-mode .clear-search:hover {
        color: #787878; }
      @media (min-width: 768px) {
        .search-xs-section .site-search.desktop-mode .clear-search::before {
          content: none; } }
    .search-xs-section .site-search .pull-down-suggestion {
      margin-left: 2em;
      margin-top: 16px;
      display: block; }
      @media (min-width: 768px) {
        .search-xs-section .site-search .pull-down-suggestion {
          margin-left: 0; } }
      .search-xs-section .site-search .pull-down-suggestion p {
        font: 1.1429rem "Gotham-Bold";
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 3px;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .search-xs-section .site-search .pull-down-suggestion p {
            letter-spacing: 1px; } }
      .search-xs-section .site-search .pull-down-suggestion a {
        display: block;
        position: relative;
        margin-bottom: 20px;
        text-decoration: none;
        color: #000;
        font: 19px "Gotham-Book"; }
        .search-xs-section .site-search .pull-down-suggestion a .arrowed {
          display: block;
          margin: 7px 10px 0 0;
          float: right; }
          .search-xs-section .site-search .pull-down-suggestion a .arrowed .arrow-1 {
            height: 8px;
            width: 8px;
            border: 1px solid #080807;
            border-width: 2px 2px 0 0;
            transform: rotate(45deg); }

.suggestions-wrapper {
  float: none; }
  @media (min-width: 576px) {
    .suggestions-wrapper {
      height: auto;
      overflow: hidden; } }

.suggestions {
  display: block;
  padding-top: 5%;
  position: relative;
  border: none;
  background-color: #fff;
  width: 100%;
  z-index: 3; }
  .suggestions .header:not(:first-child) {
    border-top: none; }
  .suggestions .swatch-circle {
    border: none;
    width: auto;
    height: auto;
    background: #fff;
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
  .suggestions .items .item {
    position: relative; }
    .suggestions .items .item hr {
      width: 98%;
      border-bottom: 1px solid #111010;
      position: absolute;
      bottom: -10px;
      left: 0; }
      @media (min-width: 576px) {
        .suggestions .items .item hr {
          bottom: -15px;
          width: 80%; } }
  .suggestions .items .name-search {
    float: left;
    font-size: 10px;
    width: 50%;
    padding-top: 15%;
    font-size: 12px;
    font-weight: 700;
    padding-left: 0; }
  .suggestions .items .image-search {
    line-height: 100px;
    float: left;
    width: 50%;
    padding-left: 0; }
  .suggestions .items .prices-search {
    font-size: 12px;
    font-weight: 500; }
  .suggestions .items .collection-search {
    display: none; }
    .suggestions .items .collection-search .collection-name {
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 2px;
      color: #151414; }
    @media (min-width: 576px) {
      .suggestions .items .collection-search {
        display: block; } }
  .suggestions .collection-search-mobile {
    display: block; }
    .suggestions .collection-search-mobile .collection-name {
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 2px;
      color: #151414; }
    @media (min-width: 576px) {
      .suggestions .collection-search-mobile {
        display: none; } }

.full-search {
  height: 100%;
  overflow: hidden; }

.page[data-action="Home-Show"] .header-content.bg-header-search {
  background-color: #fff; }
  .page[data-action="Home-Show"] .header-content.bg-header-search::after {
    opacity: 1; }
  .page[data-action="Home-Show"] .header-content.bg-header-search::before {
    opacity: 0;
    filter: alpha(opacity=0); }
  .page[data-action="Home-Show"] .header-content.bg-header-search .btn-search,
  .page[data-action="Home-Show"] .header-content.bg-header-search .navbar-toggler,
  .page[data-action="Home-Show"] .header-content.bg-header-search .minicart .minicart-icon,
  .page[data-action="Home-Show"] .header-content.bg-header-search .main-logo .icon-ico-logo,
  .page[data-action="Home-Show"] .header-content.bg-header-search .account-header .fa-sign-in,
  .page[data-action="Home-Show"] .header-content.bg-header-search .stores-find .icon-location {
    color: #000; }
  .page[data-action="Home-Show"] .header-content.bg-header-search .language-selection-block {
    color: #000; }
    .page[data-action="Home-Show"] .header-content.bg-header-search .language-selection-block a {
      color: #000; }
  .page[data-action="Home-Show"] .header-content.bg-header-search .main-menu {
    border-color: #000; }
    .page[data-action="Home-Show"] .header-content.bg-header-search .main-menu .nav-item &gt; .nav-link {
      color: #000; }

.search-icon {
  position: absolute;
  top: 60px;
  left: 10px;
  width: 17px;
  height: 17px;
  background: transparent;
  border: 2px solid #1f64b3;
  display: block;
  border-radius: 8.5px;
  transition: all 0.2s ease-in-out; }
  .search-icon::before, .search-icon::after {
    width: 2px;
    height: 10px;
    display: block;
    content: '';
    background: #1f64b3;
    position: absolute;
    top: 11px;
    right: -3px;
    transform: rotate(-46deg);
    transition: all 0.2s ease-in-out; }
    @media (min-width: 768px) {
      .search-icon::before, .search-icon::after {
        top: 14px;
        width: 3px;
        right: -5px;
        height: 11px;
        transform: rotate(-55deg); } }
  @media (min-width: 768px) {
    .search-icon {
      top: 36px;
      left: 0;
      width: 24px;
      height: 24px;
      border-width: 3px;
      border-radius: 12px; } }

.suggestion-search-footer {
  display: block;
  margin-top: 40px; }
  @media (min-width: 576px) {
    .suggestion-search-footer {
      display: none; } }
  .suggestion-search-footer .search-support {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .suggestion-search-footer .search-help &gt; span {
    margin-left: 16%;
    font-size: 16px;
    letter-spacing: 2px; }
  .suggestion-search-footer .search-help .icon-help {
    margin-top: 5px;
    position: relative; }
    .suggestion-search-footer .search-help .icon-help span.email {
      position: absolute;
      left: 30px;
      top: 46px; }
    .suggestion-search-footer .search-help .icon-help span.phone {
      position: absolute;
      top: 46px;
      left: 125px; }
    .suggestion-search-footer .search-help .icon-help span.chat {
      position: absolute;
      top: 46px;
      left: 203px; }
    .suggestion-search-footer .search-help .icon-help .image-help {
      width: 90px;
      height: 80px; }
  .suggestion-search-footer .image-location {
    width: 30px;
    height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .suggestion-search-footer hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .suggestion-search-footer i.fa {
    float: left;
    border: 2px solid #6d6a6a;
    border-radius: 10px;
    color: #070707;
    display: block;
    height: 60px;
    margin: 5px;
    padding: 15px;
    width: 80px;
    font-size: 30px; }
    .suggestion-search-footer i.fa.fa-envelope {
      padding-left: 24px;
      padding-top: 7px; }
    .suggestion-search-footer i.fa.fa-phone {
      padding-left: 27px;
      padding-top: 6px; }
    .suggestion-search-footer i.fa.fa-comment {
      padding-left: 23px;
      padding-top: 6px; }

.section-header {
  z-index: 11; }

/* button see more */
div.button-seemore {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center; }
  div.button-seemore .btn-see-more {
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 0;
    background-color: #000;
    color: #fff; }
    div.button-seemore .btn-see-more:hover, div.button-seemore .btn-see-more:focus {
      background-color: #000; }
    @media (min-width: 576px) {
      div.button-seemore .btn-see-more {
        width: 30%; } }
    div.button-seemore .btn-see-more:focus {
      box-shadow: none; }

#search-collapse {
  width: 1px;
  opacity: 0;
  display: block;
  left: -100%;
  transition: all 0.5s ease; }
  #search-collapse.show {
    left: 0;
    opacity: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
    @media (min-width: 992px) {
      #search-collapse.show {
        background: none; } }
  @media (min-width: 768px) {
    #search-collapse {
      width: 100%;
      left: 0;
      height: 1px;
      line-height: 0;
      overflow: hidden;
      transition: all 1.25s ease; }
      #search-collapse.show {
        opacity: 1;
        line-height: normal;
        overflow: visible; } }

.fix-height {
  overflow: hidden;
  height: 100vh; }

/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #ef7922;
  --yellow: #ffc107;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00a1e0;
  --secondary: #6c757d;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c00;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xml: 1400px;
  --breakpoint-xxl: 1600px;
  --breakpoint-fhd: 1920px;
  --breakpoint-rt: 2560px;
  --breakpoint-rt15: 2880px;
  --breakpoint-uhd: 3840px;
  --breakpoint-s4k: 4096px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00a1e0;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #006a94;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a &gt; code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1340px; } }

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters &gt; .col,
  .no-gutters &gt; [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xml-1, .col-xml-2, .col-xml-3, .col-xml-4, .col-xml-5, .col-xml-6, .col-xml-7, .col-xml-8, .col-xml-9, .col-xml-10, .col-xml-11, .col-xml-12, .col-xml,
.col-xml-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12, .col-fhd,
.col-fhd-auto, .col-rt-1, .col-rt-2, .col-rt-3, .col-rt-4, .col-rt-5, .col-rt-6, .col-rt-7, .col-rt-8, .col-rt-9, .col-rt-10, .col-rt-11, .col-rt-12, .col-rt,
.col-rt-auto, .col-rt15-1, .col-rt15-2, .col-rt15-3, .col-rt15-4, .col-rt15-5, .col-rt15-6, .col-rt15-7, .col-rt15-8, .col-rt15-9, .col-rt15-10, .col-rt15-11, .col-rt15-12, .col-rt15,
.col-rt15-auto, .col-uhd-1, .col-uhd-2, .col-uhd-3, .col-uhd-4, .col-uhd-5, .col-uhd-6, .col-uhd-7, .col-uhd-8, .col-uhd-9, .col-uhd-10, .col-uhd-11, .col-uhd-12, .col-uhd,
.col-uhd-auto, .col-s4k-1, .col-s4k-2, .col-s4k-3, .col-s4k-4, .col-s4k-5, .col-s4k-6, .col-s4k-7, .col-s4k-8, .col-s4k-9, .col-s4k-10, .col-s4k-11, .col-s4k-12, .col-s4k,
.col-s4k-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xml {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xml-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xml-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xml-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xml-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xml-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xml-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xml-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xml-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xml-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xml-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xml-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xml-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xml-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xml-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xml-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xml-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xml-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xml-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xml-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xml-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xml-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xml-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xml-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xml-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xml-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xml-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xml-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xml-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xml-0 {
    margin-left: 0; }
  .offset-xml-1 {
    margin-left: 8.33333%; }
  .offset-xml-2 {
    margin-left: 16.66667%; }
  .offset-xml-3 {
    margin-left: 25%; }
  .offset-xml-4 {
    margin-left: 33.33333%; }
  .offset-xml-5 {
    margin-left: 41.66667%; }
  .offset-xml-6 {
    margin-left: 50%; }
  .offset-xml-7 {
    margin-left: 58.33333%; }
  .offset-xml-8 {
    margin-left: 66.66667%; }
  .offset-xml-9 {
    margin-left: 75%; }
  .offset-xml-10 {
    margin-left: 83.33333%; }
  .offset-xml-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .col-fhd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-fhd-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-fhd-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-fhd-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-fhd-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-fhd-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-fhd-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-fhd-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-fhd-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-fhd-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-fhd-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-fhd-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-fhd-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-fhd-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-fhd-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-fhd-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-fhd-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-fhd-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-fhd-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-fhd-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-fhd-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-fhd-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-fhd-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-fhd-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-fhd-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-fhd-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-fhd-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-fhd-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-fhd-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-fhd-0 {
    margin-left: 0; }
  .offset-fhd-1 {
    margin-left: 8.33333%; }
  .offset-fhd-2 {
    margin-left: 16.66667%; }
  .offset-fhd-3 {
    margin-left: 25%; }
  .offset-fhd-4 {
    margin-left: 33.33333%; }
  .offset-fhd-5 {
    margin-left: 41.66667%; }
  .offset-fhd-6 {
    margin-left: 50%; }
  .offset-fhd-7 {
    margin-left: 58.33333%; }
  .offset-fhd-8 {
    margin-left: 66.66667%; }
  .offset-fhd-9 {
    margin-left: 75%; }
  .offset-fhd-10 {
    margin-left: 83.33333%; }
  .offset-fhd-11 {
    margin-left: 91.66667%; } }

@media (min-width: 2560px) {
  .col-rt {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-rt-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-rt-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-rt-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-rt-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-rt-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-rt-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-rt-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-rt-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-rt-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-rt-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-rt-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-rt-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-rt-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-rt-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-rt-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-rt-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-rt-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-rt-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-rt-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-rt-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-rt-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-rt-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-rt-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-rt-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-rt-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-rt-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-rt-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-rt-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-rt-0 {
    margin-left: 0; }
  .offset-rt-1 {
    margin-left: 8.33333%; }
  .offset-rt-2 {
    margin-left: 16.66667%; }
  .offset-rt-3 {
    margin-left: 25%; }
  .offset-rt-4 {
    margin-left: 33.33333%; }
  .offset-rt-5 {
    margin-left: 41.66667%; }
  .offset-rt-6 {
    margin-left: 50%; }
  .offset-rt-7 {
    margin-left: 58.33333%; }
  .offset-rt-8 {
    margin-left: 66.66667%; }
  .offset-rt-9 {
    margin-left: 75%; }
  .offset-rt-10 {
    margin-left: 83.33333%; }
  .offset-rt-11 {
    margin-left: 91.66667%; } }

@media (min-width: 2880px) {
  .col-rt15 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-rt15-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-rt15-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-rt15-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-rt15-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-rt15-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-rt15-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-rt15-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-rt15-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-rt15-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-rt15-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-rt15-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-rt15-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-rt15-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-rt15-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-rt15-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-rt15-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-rt15-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-rt15-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-rt15-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-rt15-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-rt15-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-rt15-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-rt15-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-rt15-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-rt15-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-rt15-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-rt15-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-rt15-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-rt15-0 {
    margin-left: 0; }
  .offset-rt15-1 {
    margin-left: 8.33333%; }
  .offset-rt15-2 {
    margin-left: 16.66667%; }
  .offset-rt15-3 {
    margin-left: 25%; }
  .offset-rt15-4 {
    margin-left: 33.33333%; }
  .offset-rt15-5 {
    margin-left: 41.66667%; }
  .offset-rt15-6 {
    margin-left: 50%; }
  .offset-rt15-7 {
    margin-left: 58.33333%; }
  .offset-rt15-8 {
    margin-left: 66.66667%; }
  .offset-rt15-9 {
    margin-left: 75%; }
  .offset-rt15-10 {
    margin-left: 83.33333%; }
  .offset-rt15-11 {
    margin-left: 91.66667%; } }

@media (min-width: 3840px) {
  .col-uhd {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-uhd-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-uhd-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-uhd-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-uhd-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-uhd-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-uhd-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-uhd-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-uhd-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-uhd-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-uhd-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-uhd-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-uhd-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-uhd-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-uhd-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-uhd-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-uhd-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-uhd-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-uhd-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-uhd-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-uhd-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-uhd-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-uhd-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-uhd-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-uhd-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-uhd-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-uhd-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-uhd-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-uhd-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-uhd-0 {
    margin-left: 0; }
  .offset-uhd-1 {
    margin-left: 8.33333%; }
  .offset-uhd-2 {
    margin-left: 16.66667%; }
  .offset-uhd-3 {
    margin-left: 25%; }
  .offset-uhd-4 {
    margin-left: 33.33333%; }
  .offset-uhd-5 {
    margin-left: 41.66667%; }
  .offset-uhd-6 {
    margin-left: 50%; }
  .offset-uhd-7 {
    margin-left: 58.33333%; }
  .offset-uhd-8 {
    margin-left: 66.66667%; }
  .offset-uhd-9 {
    margin-left: 75%; }
  .offset-uhd-10 {
    margin-left: 83.33333%; }
  .offset-uhd-11 {
    margin-left: 91.66667%; } }

@media (min-width: 4096px) {
  .col-s4k {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-s4k-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-s4k-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-s4k-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-s4k-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-s4k-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-s4k-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-s4k-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-s4k-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-s4k-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-s4k-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-s4k-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-s4k-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-s4k-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .order-s4k-first {
    -ms-flex-order: -1;
        order: -1; }
  .order-s4k-last {
    -ms-flex-order: 13;
        order: 13; }
  .order-s4k-0 {
    -ms-flex-order: 0;
        order: 0; }
  .order-s4k-1 {
    -ms-flex-order: 1;
        order: 1; }
  .order-s4k-2 {
    -ms-flex-order: 2;
        order: 2; }
  .order-s4k-3 {
    -ms-flex-order: 3;
        order: 3; }
  .order-s4k-4 {
    -ms-flex-order: 4;
        order: 4; }
  .order-s4k-5 {
    -ms-flex-order: 5;
        order: 5; }
  .order-s4k-6 {
    -ms-flex-order: 6;
        order: 6; }
  .order-s4k-7 {
    -ms-flex-order: 7;
        order: 7; }
  .order-s4k-8 {
    -ms-flex-order: 8;
        order: 8; }
  .order-s4k-9 {
    -ms-flex-order: 9;
        order: 9; }
  .order-s4k-10 {
    -ms-flex-order: 10;
        order: 10; }
  .order-s4k-11 {
    -ms-flex-order: 11;
        order: 11; }
  .order-s4k-12 {
    -ms-flex-order: 12;
        order: 12; }
  .offset-s4k-0 {
    margin-left: 0; }
  .offset-s4k-1 {
    margin-left: 8.33333%; }
  .offset-s4k-2 {
    margin-left: 16.66667%; }
  .offset-s4k-3 {
    margin-left: 25%; }
  .offset-s4k-4 {
    margin-left: 33.33333%; }
  .offset-s4k-5 {
    margin-left: 41.66667%; }
  .offset-s4k-6 {
    margin-left: 50%; }
  .offset-s4k-7 {
    margin-left: 58.33333%; }
  .offset-s4k-8 {
    margin-left: 66.66667%; }
  .offset-s4k-9 {
    margin-left: 75%; }
  .offset-s4k-10 {
    margin-left: 83.33333%; }
  .offset-s4k-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary &gt; th,
.table-primary &gt; td {
  background-color: #b8e5f6; }

.table-hover .table-primary:hover {
  background-color: #a1ddf3; }
  .table-hover .table-primary:hover &gt; td,
  .table-hover .table-primary:hover &gt; th {
    background-color: #a1ddf3; }

.table-secondary,
.table-secondary &gt; th,
.table-secondary &gt; td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover &gt; td,
  .table-hover .table-secondary:hover &gt; th {
    background-color: #c8cbcf; }

.table-success,
.table-success &gt; th,
.table-success &gt; td {
  background-color: #b8dec3; }

.table-hover .table-success:hover {
  background-color: #a7d6b4; }
  .table-hover .table-success:hover &gt; td,
  .table-hover .table-success:hover &gt; th {
    background-color: #a7d6b4; }

.table-info,
.table-info &gt; th,
.table-info &gt; td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover &gt; td,
  .table-hover .table-info:hover &gt; th {
    background-color: #abdde5; }

.table-warning,
.table-warning &gt; th,
.table-warning &gt; td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover &gt; td,
  .table-hover .table-warning:hover &gt; th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger &gt; th,
.table-danger &gt; td {
  background-color: #f1b8b8; }

.table-hover .table-danger:hover {
  background-color: #eda3a3; }
  .table-hover .table-danger:hover &gt; td,
  .table-hover .table-danger:hover &gt; th {
    background-color: #eda3a3; }

.table-light,
.table-light &gt; th,
.table-light &gt; td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover &gt; td,
  .table-hover .table-light:hover &gt; th {
    background-color: #ececf6; }

.table-dark,
.table-dark &gt; th,
.table-dark &gt; td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover &gt; td,
  .table-hover .table-dark:hover &gt; th {
    background-color: #b9bbbe; }

.table-active,
.table-active &gt; th,
.table-active &gt; td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover &gt; td,
  .table-hover .table-active:hover &gt; th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm &gt; .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md &gt; .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xml {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xml &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl &gt; .table-bordered {
      border: 0; } }

@media (max-width: 1919.98px) {
  .table-responsive-fhd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-fhd &gt; .table-bordered {
      border: 0; } }

@media (max-width: 2559.98px) {
  .table-responsive-rt {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-rt &gt; .table-bordered {
      border: 0; } }

@media (max-width: 2879.98px) {
  .table-responsive-rt15 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-rt15 &gt; .table-bordered {
      border: 0; } }

@media (max-width: 3839.98px) {
  .table-responsive-uhd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-uhd &gt; .table-bordered {
      border: 0; } }

@media (max-width: 4095.98px) {
  .table-responsive-s4k {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-s4k &gt; .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive &gt; .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #61d2ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm &gt; .form-control-plaintext.form-control,
  .input-group-sm &gt; .input-group-prepend &gt; .form-control-plaintext.input-group-text,
  .input-group-sm &gt; .input-group-append &gt; .form-control-plaintext.input-group-text,
  .input-group-sm &gt; .input-group-prepend &gt; .form-control-plaintext.btn,
  .input-group-sm &gt; .input-group-append &gt; .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg &gt; .form-control-plaintext.form-control,
  .input-group-lg &gt; .input-group-prepend &gt; .form-control-plaintext.input-group-text,
  .input-group-lg &gt; .input-group-append &gt; .form-control-plaintext.input-group-text,
  .input-group-lg &gt; .input-group-prepend &gt; .form-control-plaintext.btn,
  .input-group-lg &gt; .input-group-append &gt; .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-prepend &gt; .input-group-text,
.input-group-sm &gt; .input-group-append &gt; .input-group-text,
.input-group-sm &gt; .input-group-prepend &gt; .btn,
.input-group-sm &gt; .input-group-append &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm &gt; select.form-control:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-prepend &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-append &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-prepend &gt; select.btn:not([size]):not([multiple]),
.input-group-sm &gt; .input-group-append &gt; select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-prepend &gt; .input-group-text,
.input-group-lg &gt; .input-group-append &gt; .input-group-text,
.input-group-lg &gt; .input-group-prepend &gt; .btn,
.input-group-lg &gt; .input-group-append &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg &gt; select.form-control:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-prepend &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-append &gt; select.input-group-text:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-prepend &gt; select.btn:not([size]):not([multiple]),
.input-group-lg &gt; .input-group-append &gt; select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row &gt; .col,
  .form-row &gt; [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #008827; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 136, 39, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #008827; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #008827;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008827; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008827; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #09ff4f; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00bb36; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #008827; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c00; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(204, 0, 0, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #c00; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #c00;
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c00; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c00; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #ff4d4d; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: red; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 0, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c00; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0086ba;
    border-color: #007cad; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007cad;
    border-color: #0073a0; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827; }
  .btn-success:hover {
    color: #fff;
    background-color: #00621c;
    border-color: #005518; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #005518;
    border-color: #004815; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #c00;
  border-color: #c00; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a60000;
    border-color: #990000; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #990000;
    border-color: #8c0000; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #00a1e0;
  background-color: transparent;
  background-image: none;
  border-color: #00a1e0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00a1e0;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #008827;
  background-color: transparent;
  background-image: none;
  border-color: #008827; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #008827;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #008827;
    border-color: #008827; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #c00;
  background-color: transparent;
  background-image: none;
  border-color: #c00; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c00;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c00;
    border-color: #c00; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 0, 0, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show &gt; .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show &gt; .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #00a1e0;
  background-color: transparent; }
  .btn-link:hover {
    color: #006a94;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a1e0; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group &gt; .btn,
  .btn-group-vertical &gt; .btn {
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
    .btn-group &gt; .btn:hover,
    .btn-group-vertical &gt; .btn:hover {
      z-index: 1; }
    .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
    .btn-group-vertical &gt; .btn:focus,
    .btn-group-vertical &gt; .btn:active,
    .btn-group-vertical &gt; .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group &gt; .btn:first-child {
  margin-left: 0; }

.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical &gt; .btn + .btn,
  .btn-group-vertical &gt; .btn + .btn-group,
  .btn-group-vertical &gt; .btn-group + .btn,
  .btn-group-vertical &gt; .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical &gt; .btn:not(:first-child),
  .btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle &gt; .btn,
.btn-group-toggle &gt; .btn-group &gt; .btn {
  margin-bottom: 0; }
  .btn-group-toggle &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn input[type="checkbox"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="radio"],
  .btn-group-toggle &gt; .btn-group &gt; .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%; }
  .input-group &gt; .form-control,
  .input-group &gt; .custom-select,
  .input-group &gt; .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group &gt; .form-control:focus,
    .input-group &gt; .custom-select:focus,
    .input-group &gt; .custom-file:focus {
      z-index: 3; }
    .input-group &gt; .form-control + .form-control,
    .input-group &gt; .form-control + .custom-select,
    .input-group &gt; .form-control + .custom-file,
    .input-group &gt; .custom-select + .form-control,
    .input-group &gt; .custom-select + .custom-select,
    .input-group &gt; .custom-select + .custom-file,
    .input-group &gt; .custom-file + .form-control,
    .input-group &gt; .custom-file + .custom-select,
    .input-group &gt; .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group &gt; .form-control:not(:last-child),
  .input-group &gt; .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group &gt; .form-control:not(:first-child),
  .input-group &gt; .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group &gt; .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .input-group &gt; .custom-file:not(:last-child) .custom-file-label,
    .input-group &gt; .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group &gt; .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group &gt; .input-group-prepend &gt; .btn,
.input-group &gt; .input-group-prepend &gt; .input-group-text,
.input-group &gt; .input-group-append:not(:last-child) &gt; .btn,
.input-group &gt; .input-group-append:not(:last-child) &gt; .input-group-text,
.input-group &gt; .input-group-append:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group &gt; .input-group-append:last-child &gt; .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group &gt; .input-group-append &gt; .btn,
.input-group &gt; .input-group-append &gt; .input-group-text,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .btn,
.input-group &gt; .input-group-prepend:not(:first-child) &gt; .input-group-text,
.input-group &gt; .input-group-prepend:first-child &gt; .btn:not(:first-child),
.input-group &gt; .input-group-prepend:first-child &gt; .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #00a1e0; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #94e1ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00a1e0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #00a1e0; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00a1e0; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 224, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #61d2ff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(97, 210, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #61d2ff;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #61d2ff; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -webkit-appearance: none;
            appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #94e1ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    -moz-appearance: none;
         appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-range::-moz-range-thumb:active {
      background-color: #94e1ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00a1e0;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
    .custom-range::-ms-thumb:active {
      background-color: #94e1ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #00a1e0; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

.tab-content &gt; .tab-pane {
  display: none; }

.tab-content &gt; .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar &gt; .container,
  .navbar &gt; .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm &gt; .container,
  .navbar-expand-sm &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm &gt; .container,
    .navbar-expand-sm &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md &gt; .container,
  .navbar-expand-md &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md &gt; .container,
    .navbar-expand-md &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg &gt; .container,
  .navbar-expand-lg &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg &gt; .container,
    .navbar-expand-lg &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl &gt; .container,
  .navbar-expand-xl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl &gt; .container,
    .navbar-expand-xl &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1399.98px) {
  .navbar-expand-xml &gt; .container,
  .navbar-expand-xml &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1400px) {
  .navbar-expand-xml {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xml .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xml .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xml .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xml &gt; .container,
    .navbar-expand-xml &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xml .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xml .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xxl &gt; .container,
  .navbar-expand-xxl &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl &gt; .container,
    .navbar-expand-xxl &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

@media (max-width: 1919.98px) {
  .navbar-expand-fhd &gt; .container,
  .navbar-expand-fhd &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1920px) {
  .navbar-expand-fhd {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-fhd .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-fhd .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-fhd .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-fhd &gt; .container,
    .navbar-expand-fhd &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-fhd .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-fhd .navbar-toggler {
      display: none; } }

@media (max-width: 2559.98px) {
  .navbar-expand-rt &gt; .container,
  .navbar-expand-rt &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 2560px) {
  .navbar-expand-rt {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-rt .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-rt .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-rt .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-rt &gt; .container,
    .navbar-expand-rt &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-rt .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-rt .navbar-toggler {
      display: none; } }

@media (max-width: 2879.98px) {
  .navbar-expand-rt15 &gt; .container,
  .navbar-expand-rt15 &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 2880px) {
  .navbar-expand-rt15 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-rt15 .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-rt15 .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-rt15 .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-rt15 &gt; .container,
    .navbar-expand-rt15 &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-rt15 .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-rt15 .navbar-toggler {
      display: none; } }

@media (max-width: 3839.98px) {
  .navbar-expand-uhd &gt; .container,
  .navbar-expand-uhd &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 3840px) {
  .navbar-expand-uhd {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-uhd .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-uhd .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-uhd .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-uhd &gt; .container,
    .navbar-expand-uhd &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-uhd .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-uhd .navbar-toggler {
      display: none; } }

@media (max-width: 4095.98px) {
  .navbar-expand-s4k &gt; .container,
  .navbar-expand-s4k &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 4096px) {
  .navbar-expand-s4k {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .navbar-expand-s4k .navbar-nav {
      -ms-flex-direction: row;
          flex-direction: row; }
      .navbar-expand-s4k .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-s4k .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-s4k &gt; .container,
    .navbar-expand-s4k &gt; .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-s4k .navbar-collapse {
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-s4k .navbar-toggler {
      display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand &gt; .container,
  .navbar-expand &gt; .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-nav .active &gt; .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-nav .active &gt; .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card &gt; hr {
    margin-right: 0;
    margin-left: 0; }
  .card &gt; .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card &gt; .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        -ms-flex-direction: column;
            flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .card-group &gt; .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .card-group &gt; .card {
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group &gt; .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group &gt; .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group &gt; .card:first-child .card-img-top,
          .card-group &gt; .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group &gt; .card:first-child .card-img-bottom,
          .card-group &gt; .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group &gt; .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group &gt; .card:last-child .card-img-top,
          .card-group &gt; .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group &gt; .card:last-child .card-img-bottom,
          .card-group &gt; .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group &gt; .card:only-child {
          border-radius: 0.25rem; }
          .card-group &gt; .card:only-child .card-img-top,
          .card-group &gt; .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group &gt; .card:only-child .card-img-bottom,
          .card-group &gt; .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group &gt; .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00a1e0;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #006a94;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 224, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00a1e0;
  border-color: #00a1e0; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #00a1e0; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #007cad; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #008827; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #005518; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #c00; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #990000; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #005474;
  background-color: #ccecf9;
  border-color: #b8e5f6; }
  .alert-primary hr {
    border-top-color: #a1ddf3; }
  .alert-primary .alert-link {
    color: #002f41; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #004714;
  background-color: #cce7d4;
  border-color: #b8dec3; }
  .alert-success hr {
    border-top-color: #a7d6b4; }
  .alert-success .alert-link {
    color: #001406; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #6a0000;
  background-color: #f5cccc;
  border-color: #f1b8b8; }
  .alert-danger hr {
    border-top-color: #eda3a3; }
  .alert-danger .alert-link {
    color: #370000; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a1e0;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.media-body {
  -ms-flex: 1;
      flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00a1e0;
    border-color: #00a1e0; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #005474;
  background-color: #b8e5f6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005474;
    background-color: #a1ddf3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005474;
    border-color: #005474; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #004714;
  background-color: #b8dec3; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #004714;
    background-color: #a7d6b4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #004714;
    border-color: #004714; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #6a0000;
  background-color: #f1b8b8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #6a0000;
    background-color: #eda3a3; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #6a0000;
    border-color: #6a0000; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer &gt; :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer &gt; :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #00a1e0 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007cad !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #008827 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005518 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #c00 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #990000 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00a1e0 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #008827 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #c00 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xml-none {
    display: none !important; }
  .d-xml-inline {
    display: inline !important; }
  .d-xml-inline-block {
    display: inline-block !important; }
  .d-xml-block {
    display: block !important; }
  .d-xml-table {
    display: table !important; }
  .d-xml-table-row {
    display: table-row !important; }
  .d-xml-table-cell {
    display: table-cell !important; }
  .d-xml-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xml-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1920px) {
  .d-fhd-none {
    display: none !important; }
  .d-fhd-inline {
    display: inline !important; }
  .d-fhd-inline-block {
    display: inline-block !important; }
  .d-fhd-block {
    display: block !important; }
  .d-fhd-table {
    display: table !important; }
  .d-fhd-table-row {
    display: table-row !important; }
  .d-fhd-table-cell {
    display: table-cell !important; }
  .d-fhd-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-fhd-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 2560px) {
  .d-rt-none {
    display: none !important; }
  .d-rt-inline {
    display: inline !important; }
  .d-rt-inline-block {
    display: inline-block !important; }
  .d-rt-block {
    display: block !important; }
  .d-rt-table {
    display: table !important; }
  .d-rt-table-row {
    display: table-row !important; }
  .d-rt-table-cell {
    display: table-cell !important; }
  .d-rt-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-rt-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 2880px) {
  .d-rt15-none {
    display: none !important; }
  .d-rt15-inline {
    display: inline !important; }
  .d-rt15-inline-block {
    display: inline-block !important; }
  .d-rt15-block {
    display: block !important; }
  .d-rt15-table {
    display: table !important; }
  .d-rt15-table-row {
    display: table-row !important; }
  .d-rt15-table-cell {
    display: table-cell !important; }
  .d-rt15-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-rt15-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 3840px) {
  .d-uhd-none {
    display: none !important; }
  .d-uhd-inline {
    display: inline !important; }
  .d-uhd-inline-block {
    display: inline-block !important; }
  .d-uhd-block {
    display: block !important; }
  .d-uhd-table {
    display: table !important; }
  .d-uhd-table-row {
    display: table-row !important; }
  .d-uhd-table-cell {
    display: table-cell !important; }
  .d-uhd-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-uhd-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 4096px) {
  .d-s4k-none {
    display: none !important; }
  .d-s4k-inline {
    display: inline !important; }
  .d-s4k-inline-block {
    display: inline-block !important; }
  .d-s4k-block {
    display: block !important; }
  .d-s4k-table {
    display: table !important; }
  .d-s4k-table-row {
    display: table-row !important; }
  .d-s4k-table-cell {
    display: table-cell !important; }
  .d-s4k-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-s4k-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

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

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

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

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

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

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xml-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xml-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xml-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xml-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xml-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xml-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xml-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xml-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xml-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xml-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xml-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xml-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xml-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xml-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xml-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xml-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xml-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xml-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xml-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xml-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xml-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xml-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xml-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xml-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xml-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xml-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xml-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xml-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xml-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xml-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xml-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xml-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xml-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xml-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1920px) {
  .flex-fhd-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-fhd-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-fhd-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-fhd-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-fhd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-fhd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-fhd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-fhd-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-fhd-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-fhd-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-fhd-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-fhd-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-fhd-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-fhd-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-fhd-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-fhd-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-fhd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-fhd-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-fhd-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-fhd-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-fhd-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-fhd-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-fhd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-fhd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-fhd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-fhd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-fhd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-fhd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-fhd-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-fhd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-fhd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-fhd-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-fhd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-fhd-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 2560px) {
  .flex-rt-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-rt-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-rt-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-rt-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-rt-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-rt-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-rt-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-rt-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-rt-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-rt-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-rt-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-rt-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-rt-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-rt-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-rt-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-rt-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-rt-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-rt-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-rt-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-rt-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-rt-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-rt-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-rt-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-rt-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-rt-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-rt-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-rt-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-rt-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-rt-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-rt-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-rt-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-rt-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-rt-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-rt-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 2880px) {
  .flex-rt15-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-rt15-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-rt15-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-rt15-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-rt15-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-rt15-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-rt15-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-rt15-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-rt15-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-rt15-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-rt15-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-rt15-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-rt15-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-rt15-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-rt15-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-rt15-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-rt15-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-rt15-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-rt15-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-rt15-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-rt15-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-rt15-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-rt15-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-rt15-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-rt15-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-rt15-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-rt15-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-rt15-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-rt15-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-rt15-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-rt15-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-rt15-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-rt15-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-rt15-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 3840px) {
  .flex-uhd-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-uhd-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-uhd-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-uhd-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-uhd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-uhd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-uhd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-uhd-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-uhd-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-uhd-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-uhd-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-uhd-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-uhd-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-uhd-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-uhd-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-uhd-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-uhd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-uhd-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-uhd-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-uhd-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-uhd-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-uhd-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-uhd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-uhd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-uhd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-uhd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-uhd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-uhd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-uhd-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-uhd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-uhd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-uhd-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-uhd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-uhd-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 4096px) {
  .flex-s4k-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-s4k-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-s4k-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-s4k-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-s4k-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-s4k-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-s4k-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-s4k-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-s4k-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-s4k-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important; }
  .flex-s4k-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-s4k-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-s4k-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-s4k-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-s4k-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-s4k-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-s4k-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-s4k-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-s4k-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-s4k-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-s4k-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-s4k-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-s4k-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-s4k-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-s4k-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-s4k-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-s4k-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-s4k-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-s4k-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-s4k-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-s4k-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-s4k-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-s4k-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-s4k-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xml-left {
    float: left !important; }
  .float-xml-right {
    float: right !important; }
  .float-xml-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

@media (min-width: 1920px) {
  .float-fhd-left {
    float: left !important; }
  .float-fhd-right {
    float: right !important; }
  .float-fhd-none {
    float: none !important; } }

@media (min-width: 2560px) {
  .float-rt-left {
    float: left !important; }
  .float-rt-right {
    float: right !important; }
  .float-rt-none {
    float: none !important; } }

@media (min-width: 2880px) {
  .float-rt15-left {
    float: left !important; }
  .float-rt15-right {
    float: right !important; }
  .float-rt15-none {
    float: none !important; } }

@media (min-width: 3840px) {
  .float-uhd-left {
    float: left !important; }
  .float-uhd-right {
    float: right !important; }
  .float-uhd-none {
    float: none !important; } }

@media (min-width: 4096px) {
  .float-s4k-left {
    float: left !important; }
  .float-s4k-right {
    float: right !important; }
  .float-s4k-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xml-0 {
    margin: 0 !important; }
  .mt-xml-0,
  .my-xml-0 {
    margin-top: 0 !important; }
  .mr-xml-0,
  .mx-xml-0 {
    margin-right: 0 !important; }
  .mb-xml-0,
  .my-xml-0 {
    margin-bottom: 0 !important; }
  .ml-xml-0,
  .mx-xml-0 {
    margin-left: 0 !important; }
  .m-xml-1 {
    margin: 0.25rem !important; }
  .mt-xml-1,
  .my-xml-1 {
    margin-top: 0.25rem !important; }
  .mr-xml-1,
  .mx-xml-1 {
    margin-right: 0.25rem !important; }
  .mb-xml-1,
  .my-xml-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xml-1,
  .mx-xml-1 {
    margin-left: 0.25rem !important; }
  .m-xml-2 {
    margin: 0.5rem !important; }
  .mt-xml-2,
  .my-xml-2 {
    margin-top: 0.5rem !important; }
  .mr-xml-2,
  .mx-xml-2 {
    margin-right: 0.5rem !important; }
  .mb-xml-2,
  .my-xml-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xml-2,
  .mx-xml-2 {
    margin-left: 0.5rem !important; }
  .m-xml-3 {
    margin: 1rem !important; }
  .mt-xml-3,
  .my-xml-3 {
    margin-top: 1rem !important; }
  .mr-xml-3,
  .mx-xml-3 {
    margin-right: 1rem !important; }
  .mb-xml-3,
  .my-xml-3 {
    margin-bottom: 1rem !important; }
  .ml-xml-3,
  .mx-xml-3 {
    margin-left: 1rem !important; }
  .m-xml-4 {
    margin: 1.5rem !important; }
  .mt-xml-4,
  .my-xml-4 {
    margin-top: 1.5rem !important; }
  .mr-xml-4,
  .mx-xml-4 {
    margin-right: 1.5rem !important; }
  .mb-xml-4,
  .my-xml-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xml-4,
  .mx-xml-4 {
    margin-left: 1.5rem !important; }
  .m-xml-5 {
    margin: 3rem !important; }
  .mt-xml-5,
  .my-xml-5 {
    margin-top: 3rem !important; }
  .mr-xml-5,
  .mx-xml-5 {
    margin-right: 3rem !important; }
  .mb-xml-5,
  .my-xml-5 {
    margin-bottom: 3rem !important; }
  .ml-xml-5,
  .mx-xml-5 {
    margin-left: 3rem !important; }
  .p-xml-0 {
    padding: 0 !important; }
  .pt-xml-0,
  .py-xml-0 {
    padding-top: 0 !important; }
  .pr-xml-0,
  .px-xml-0 {
    padding-right: 0 !important; }
  .pb-xml-0,
  .py-xml-0 {
    padding-bottom: 0 !important; }
  .pl-xml-0,
  .px-xml-0 {
    padding-left: 0 !important; }
  .p-xml-1 {
    padding: 0.25rem !important; }
  .pt-xml-1,
  .py-xml-1 {
    padding-top: 0.25rem !important; }
  .pr-xml-1,
  .px-xml-1 {
    padding-right: 0.25rem !important; }
  .pb-xml-1,
  .py-xml-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xml-1,
  .px-xml-1 {
    padding-left: 0.25rem !important; }
  .p-xml-2 {
    padding: 0.5rem !important; }
  .pt-xml-2,
  .py-xml-2 {
    padding-top: 0.5rem !important; }
  .pr-xml-2,
  .px-xml-2 {
    padding-right: 0.5rem !important; }
  .pb-xml-2,
  .py-xml-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xml-2,
  .px-xml-2 {
    padding-left: 0.5rem !important; }
  .p-xml-3 {
    padding: 1rem !important; }
  .pt-xml-3,
  .py-xml-3 {
    padding-top: 1rem !important; }
  .pr-xml-3,
  .px-xml-3 {
    padding-right: 1rem !important; }
  .pb-xml-3,
  .py-xml-3 {
    padding-bottom: 1rem !important; }
  .pl-xml-3,
  .px-xml-3 {
    padding-left: 1rem !important; }
  .p-xml-4 {
    padding: 1.5rem !important; }
  .pt-xml-4,
  .py-xml-4 {
    padding-top: 1.5rem !important; }
  .pr-xml-4,
  .px-xml-4 {
    padding-right: 1.5rem !important; }
  .pb-xml-4,
  .py-xml-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xml-4,
  .px-xml-4 {
    padding-left: 1.5rem !important; }
  .p-xml-5 {
    padding: 3rem !important; }
  .pt-xml-5,
  .py-xml-5 {
    padding-top: 3rem !important; }
  .pr-xml-5,
  .px-xml-5 {
    padding-right: 3rem !important; }
  .pb-xml-5,
  .py-xml-5 {
    padding-bottom: 3rem !important; }
  .pl-xml-5,
  .px-xml-5 {
    padding-left: 3rem !important; }
  .m-xml-auto {
    margin: auto !important; }
  .mt-xml-auto,
  .my-xml-auto {
    margin-top: auto !important; }
  .mr-xml-auto,
  .mx-xml-auto {
    margin-right: auto !important; }
  .mb-xml-auto,
  .my-xml-auto {
    margin-bottom: auto !important; }
  .ml-xml-auto,
  .mx-xml-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

@media (min-width: 1920px) {
  .m-fhd-0 {
    margin: 0 !important; }
  .mt-fhd-0,
  .my-fhd-0 {
    margin-top: 0 !important; }
  .mr-fhd-0,
  .mx-fhd-0 {
    margin-right: 0 !important; }
  .mb-fhd-0,
  .my-fhd-0 {
    margin-bottom: 0 !important; }
  .ml-fhd-0,
  .mx-fhd-0 {
    margin-left: 0 !important; }
  .m-fhd-1 {
    margin: 0.25rem !important; }
  .mt-fhd-1,
  .my-fhd-1 {
    margin-top: 0.25rem !important; }
  .mr-fhd-1,
  .mx-fhd-1 {
    margin-right: 0.25rem !important; }
  .mb-fhd-1,
  .my-fhd-1 {
    margin-bottom: 0.25rem !important; }
  .ml-fhd-1,
  .mx-fhd-1 {
    margin-left: 0.25rem !important; }
  .m-fhd-2 {
    margin: 0.5rem !important; }
  .mt-fhd-2,
  .my-fhd-2 {
    margin-top: 0.5rem !important; }
  .mr-fhd-2,
  .mx-fhd-2 {
    margin-right: 0.5rem !important; }
  .mb-fhd-2,
  .my-fhd-2 {
    margin-bottom: 0.5rem !important; }
  .ml-fhd-2,
  .mx-fhd-2 {
    margin-left: 0.5rem !important; }
  .m-fhd-3 {
    margin: 1rem !important; }
  .mt-fhd-3,
  .my-fhd-3 {
    margin-top: 1rem !important; }
  .mr-fhd-3,
  .mx-fhd-3 {
    margin-right: 1rem !important; }
  .mb-fhd-3,
  .my-fhd-3 {
    margin-bottom: 1rem !important; }
  .ml-fhd-3,
  .mx-fhd-3 {
    margin-left: 1rem !important; }
  .m-fhd-4 {
    margin: 1.5rem !important; }
  .mt-fhd-4,
  .my-fhd-4 {
    margin-top: 1.5rem !important; }
  .mr-fhd-4,
  .mx-fhd-4 {
    margin-right: 1.5rem !important; }
  .mb-fhd-4,
  .my-fhd-4 {
    margin-bottom: 1.5rem !important; }
  .ml-fhd-4,
  .mx-fhd-4 {
    margin-left: 1.5rem !important; }
  .m-fhd-5 {
    margin: 3rem !important; }
  .mt-fhd-5,
  .my-fhd-5 {
    margin-top: 3rem !important; }
  .mr-fhd-5,
  .mx-fhd-5 {
    margin-right: 3rem !important; }
  .mb-fhd-5,
  .my-fhd-5 {
    margin-bottom: 3rem !important; }
  .ml-fhd-5,
  .mx-fhd-5 {
    margin-left: 3rem !important; }
  .p-fhd-0 {
    padding: 0 !important; }
  .pt-fhd-0,
  .py-fhd-0 {
    padding-top: 0 !important; }
  .pr-fhd-0,
  .px-fhd-0 {
    padding-right: 0 !important; }
  .pb-fhd-0,
  .py-fhd-0 {
    padding-bottom: 0 !important; }
  .pl-fhd-0,
  .px-fhd-0 {
    padding-left: 0 !important; }
  .p-fhd-1 {
    padding: 0.25rem !important; }
  .pt-fhd-1,
  .py-fhd-1 {
    padding-top: 0.25rem !important; }
  .pr-fhd-1,
  .px-fhd-1 {
    padding-right: 0.25rem !important; }
  .pb-fhd-1,
  .py-fhd-1 {
    padding-bottom: 0.25rem !important; }
  .pl-fhd-1,
  .px-fhd-1 {
    padding-left: 0.25rem !important; }
  .p-fhd-2 {
    padding: 0.5rem !important; }
  .pt-fhd-2,
  .py-fhd-2 {
    padding-top: 0.5rem !important; }
  .pr-fhd-2,
  .px-fhd-2 {
    padding-right: 0.5rem !important; }
  .pb-fhd-2,
  .py-fhd-2 {
    padding-bottom: 0.5rem !important; }
  .pl-fhd-2,
  .px-fhd-2 {
    padding-left: 0.5rem !important; }
  .p-fhd-3 {
    padding: 1rem !important; }
  .pt-fhd-3,
  .py-fhd-3 {
    padding-top: 1rem !important; }
  .pr-fhd-3,
  .px-fhd-3 {
    padding-right: 1rem !important; }
  .pb-fhd-3,
  .py-fhd-3 {
    padding-bottom: 1rem !important; }
  .pl-fhd-3,
  .px-fhd-3 {
    padding-left: 1rem !important; }
  .p-fhd-4 {
    padding: 1.5rem !important; }
  .pt-fhd-4,
  .py-fhd-4 {
    padding-top: 1.5rem !important; }
  .pr-fhd-4,
  .px-fhd-4 {
    padding-right: 1.5rem !important; }
  .pb-fhd-4,
  .py-fhd-4 {
    padding-bottom: 1.5rem !important; }
  .pl-fhd-4,
  .px-fhd-4 {
    padding-left: 1.5rem !important; }
  .p-fhd-5 {
    padding: 3rem !important; }
  .pt-fhd-5,
  .py-fhd-5 {
    padding-top: 3rem !important; }
  .pr-fhd-5,
  .px-fhd-5 {
    padding-right: 3rem !important; }
  .pb-fhd-5,
  .py-fhd-5 {
    padding-bottom: 3rem !important; }
  .pl-fhd-5,
  .px-fhd-5 {
    padding-left: 3rem !important; }
  .m-fhd-auto {
    margin: auto !important; }
  .mt-fhd-auto,
  .my-fhd-auto {
    margin-top: auto !important; }
  .mr-fhd-auto,
  .mx-fhd-auto {
    margin-right: auto !important; }
  .mb-fhd-auto,
  .my-fhd-auto {
    margin-bottom: auto !important; }
  .ml-fhd-auto,
  .mx-fhd-auto {
    margin-left: auto !important; } }

@media (min-width: 2560px) {
  .m-rt-0 {
    margin: 0 !important; }
  .mt-rt-0,
  .my-rt-0 {
    margin-top: 0 !important; }
  .mr-rt-0,
  .mx-rt-0 {
    margin-right: 0 !important; }
  .mb-rt-0,
  .my-rt-0 {
    margin-bottom: 0 !important; }
  .ml-rt-0,
  .mx-rt-0 {
    margin-left: 0 !important; }
  .m-rt-1 {
    margin: 0.25rem !important; }
  .mt-rt-1,
  .my-rt-1 {
    margin-top: 0.25rem !important; }
  .mr-rt-1,
  .mx-rt-1 {
    margin-right: 0.25rem !important; }
  .mb-rt-1,
  .my-rt-1 {
    margin-bottom: 0.25rem !important; }
  .ml-rt-1,
  .mx-rt-1 {
    margin-left: 0.25rem !important; }
  .m-rt-2 {
    margin: 0.5rem !important; }
  .mt-rt-2,
  .my-rt-2 {
    margin-top: 0.5rem !important; }
  .mr-rt-2,
  .mx-rt-2 {
    margin-right: 0.5rem !important; }
  .mb-rt-2,
  .my-rt-2 {
    margin-bottom: 0.5rem !important; }
  .ml-rt-2,
  .mx-rt-2 {
    margin-left: 0.5rem !important; }
  .m-rt-3 {
    margin: 1rem !important; }
  .mt-rt-3,
  .my-rt-3 {
    margin-top: 1rem !important; }
  .mr-rt-3,
  .mx-rt-3 {
    margin-right: 1rem !important; }
  .mb-rt-3,
  .my-rt-3 {
    margin-bottom: 1rem !important; }
  .ml-rt-3,
  .mx-rt-3 {
    margin-left: 1rem !important; }
  .m-rt-4 {
    margin: 1.5rem !important; }
  .mt-rt-4,
  .my-rt-4 {
    margin-top: 1.5rem !important; }
  .mr-rt-4,
  .mx-rt-4 {
    margin-right: 1.5rem !important; }
  .mb-rt-4,
  .my-rt-4 {
    margin-bottom: 1.5rem !important; }
  .ml-rt-4,
  .mx-rt-4 {
    margin-left: 1.5rem !important; }
  .m-rt-5 {
    margin: 3rem !important; }
  .mt-rt-5,
  .my-rt-5 {
    margin-top: 3rem !important; }
  .mr-rt-5,
  .mx-rt-5 {
    margin-right: 3rem !important; }
  .mb-rt-5,
  .my-rt-5 {
    margin-bottom: 3rem !important; }
  .ml-rt-5,
  .mx-rt-5 {
    margin-left: 3rem !important; }
  .p-rt-0 {
    padding: 0 !important; }
  .pt-rt-0,
  .py-rt-0 {
    padding-top: 0 !important; }
  .pr-rt-0,
  .px-rt-0 {
    padding-right: 0 !important; }
  .pb-rt-0,
  .py-rt-0 {
    padding-bottom: 0 !important; }
  .pl-rt-0,
  .px-rt-0 {
    padding-left: 0 !important; }
  .p-rt-1 {
    padding: 0.25rem !important; }
  .pt-rt-1,
  .py-rt-1 {
    padding-top: 0.25rem !important; }
  .pr-rt-1,
  .px-rt-1 {
    padding-right: 0.25rem !important; }
  .pb-rt-1,
  .py-rt-1 {
    padding-bottom: 0.25rem !important; }
  .pl-rt-1,
  .px-rt-1 {
    padding-left: 0.25rem !important; }
  .p-rt-2 {
    padding: 0.5rem !important; }
  .pt-rt-2,
  .py-rt-2 {
    padding-top: 0.5rem !important; }
  .pr-rt-2,
  .px-rt-2 {
    padding-right: 0.5rem !important; }
  .pb-rt-2,
  .py-rt-2 {
    padding-bottom: 0.5rem !important; }
  .pl-rt-2,
  .px-rt-2 {
    padding-left: 0.5rem !important; }
  .p-rt-3 {
    padding: 1rem !important; }
  .pt-rt-3,
  .py-rt-3 {
    padding-top: 1rem !important; }
  .pr-rt-3,
  .px-rt-3 {
    padding-right: 1rem !important; }
  .pb-rt-3,
  .py-rt-3 {
    padding-bottom: 1rem !important; }
  .pl-rt-3,
  .px-rt-3 {
    padding-left: 1rem !important; }
  .p-rt-4 {
    padding: 1.5rem !important; }
  .pt-rt-4,
  .py-rt-4 {
    padding-top: 1.5rem !important; }
  .pr-rt-4,
  .px-rt-4 {
    padding-right: 1.5rem !important; }
  .pb-rt-4,
  .py-rt-4 {
    padding-bottom: 1.5rem !important; }
  .pl-rt-4,
  .px-rt-4 {
    padding-left: 1.5rem !important; }
  .p-rt-5 {
    padding: 3rem !important; }
  .pt-rt-5,
  .py-rt-5 {
    padding-top: 3rem !important; }
  .pr-rt-5,
  .px-rt-5 {
    padding-right: 3rem !important; }
  .pb-rt-5,
  .py-rt-5 {
    padding-bottom: 3rem !important; }
  .pl-rt-5,
  .px-rt-5 {
    padding-left: 3rem !important; }
  .m-rt-auto {
    margin: auto !important; }
  .mt-rt-auto,
  .my-rt-auto {
    margin-top: auto !important; }
  .mr-rt-auto,
  .mx-rt-auto {
    margin-right: auto !important; }
  .mb-rt-auto,
  .my-rt-auto {
    margin-bottom: auto !important; }
  .ml-rt-auto,
  .mx-rt-auto {
    margin-left: auto !important; } }

@media (min-width: 2880px) {
  .m-rt15-0 {
    margin: 0 !important; }
  .mt-rt15-0,
  .my-rt15-0 {
    margin-top: 0 !important; }
  .mr-rt15-0,
  .mx-rt15-0 {
    margin-right: 0 !important; }
  .mb-rt15-0,
  .my-rt15-0 {
    margin-bottom: 0 !important; }
  .ml-rt15-0,
  .mx-rt15-0 {
    margin-left: 0 !important; }
  .m-rt15-1 {
    margin: 0.25rem !important; }
  .mt-rt15-1,
  .my-rt15-1 {
    margin-top: 0.25rem !important; }
  .mr-rt15-1,
  .mx-rt15-1 {
    margin-right: 0.25rem !important; }
  .mb-rt15-1,
  .my-rt15-1 {
    margin-bottom: 0.25rem !important; }
  .ml-rt15-1,
  .mx-rt15-1 {
    margin-left: 0.25rem !important; }
  .m-rt15-2 {
    margin: 0.5rem !important; }
  .mt-rt15-2,
  .my-rt15-2 {
    margin-top: 0.5rem !important; }
  .mr-rt15-2,
  .mx-rt15-2 {
    margin-right: 0.5rem !important; }
  .mb-rt15-2,
  .my-rt15-2 {
    margin-bottom: 0.5rem !important; }
  .ml-rt15-2,
  .mx-rt15-2 {
    margin-left: 0.5rem !important; }
  .m-rt15-3 {
    margin: 1rem !important; }
  .mt-rt15-3,
  .my-rt15-3 {
    margin-top: 1rem !important; }
  .mr-rt15-3,
  .mx-rt15-3 {
    margin-right: 1rem !important; }
  .mb-rt15-3,
  .my-rt15-3 {
    margin-bottom: 1rem !important; }
  .ml-rt15-3,
  .mx-rt15-3 {
    margin-left: 1rem !important; }
  .m-rt15-4 {
    margin: 1.5rem !important; }
  .mt-rt15-4,
  .my-rt15-4 {
    margin-top: 1.5rem !important; }
  .mr-rt15-4,
  .mx-rt15-4 {
    margin-right: 1.5rem !important; }
  .mb-rt15-4,
  .my-rt15-4 {
    margin-bottom: 1.5rem !important; }
  .ml-rt15-4,
  .mx-rt15-4 {
    margin-left: 1.5rem !important; }
  .m-rt15-5 {
    margin: 3rem !important; }
  .mt-rt15-5,
  .my-rt15-5 {
    margin-top: 3rem !important; }
  .mr-rt15-5,
  .mx-rt15-5 {
    margin-right: 3rem !important; }
  .mb-rt15-5,
  .my-rt15-5 {
    margin-bottom: 3rem !important; }
  .ml-rt15-5,
  .mx-rt15-5 {
    margin-left: 3rem !important; }
  .p-rt15-0 {
    padding: 0 !important; }
  .pt-rt15-0,
  .py-rt15-0 {
    padding-top: 0 !important; }
  .pr-rt15-0,
  .px-rt15-0 {
    padding-right: 0 !important; }
  .pb-rt15-0,
  .py-rt15-0 {
    padding-bottom: 0 !important; }
  .pl-rt15-0,
  .px-rt15-0 {
    padding-left: 0 !important; }
  .p-rt15-1 {
    padding: 0.25rem !important; }
  .pt-rt15-1,
  .py-rt15-1 {
    padding-top: 0.25rem !important; }
  .pr-rt15-1,
  .px-rt15-1 {
    padding-right: 0.25rem !important; }
  .pb-rt15-1,
  .py-rt15-1 {
    padding-bottom: 0.25rem !important; }
  .pl-rt15-1,
  .px-rt15-1 {
    padding-left: 0.25rem !important; }
  .p-rt15-2 {
    padding: 0.5rem !important; }
  .pt-rt15-2,
  .py-rt15-2 {
    padding-top: 0.5rem !important; }
  .pr-rt15-2,
  .px-rt15-2 {
    padding-right: 0.5rem !important; }
  .pb-rt15-2,
  .py-rt15-2 {
    padding-bottom: 0.5rem !important; }
  .pl-rt15-2,
  .px-rt15-2 {
    padding-left: 0.5rem !important; }
  .p-rt15-3 {
    padding: 1rem !important; }
  .pt-rt15-3,
  .py-rt15-3 {
    padding-top: 1rem !important; }
  .pr-rt15-3,
  .px-rt15-3 {
    padding-right: 1rem !important; }
  .pb-rt15-3,
  .py-rt15-3 {
    padding-bottom: 1rem !important; }
  .pl-rt15-3,
  .px-rt15-3 {
    padding-left: 1rem !important; }
  .p-rt15-4 {
    padding: 1.5rem !important; }
  .pt-rt15-4,
  .py-rt15-4 {
    padding-top: 1.5rem !important; }
  .pr-rt15-4,
  .px-rt15-4 {
    padding-right: 1.5rem !important; }
  .pb-rt15-4,
  .py-rt15-4 {
    padding-bottom: 1.5rem !important; }
  .pl-rt15-4,
  .px-rt15-4 {
    padding-left: 1.5rem !important; }
  .p-rt15-5 {
    padding: 3rem !important; }
  .pt-rt15-5,
  .py-rt15-5 {
    padding-top: 3rem !important; }
  .pr-rt15-5,
  .px-rt15-5 {
    padding-right: 3rem !important; }
  .pb-rt15-5,
  .py-rt15-5 {
    padding-bottom: 3rem !important; }
  .pl-rt15-5,
  .px-rt15-5 {
    padding-left: 3rem !important; }
  .m-rt15-auto {
    margin: auto !important; }
  .mt-rt15-auto,
  .my-rt15-auto {
    margin-top: auto !important; }
  .mr-rt15-auto,
  .mx-rt15-auto {
    margin-right: auto !important; }
  .mb-rt15-auto,
  .my-rt15-auto {
    margin-bottom: auto !important; }
  .ml-rt15-auto,
  .mx-rt15-auto {
    margin-left: auto !important; } }

@media (min-width: 3840px) {
  .m-uhd-0 {
    margin: 0 !important; }
  .mt-uhd-0,
  .my-uhd-0 {
    margin-top: 0 !important; }
  .mr-uhd-0,
  .mx-uhd-0 {
    margin-right: 0 !important; }
  .mb-uhd-0,
  .my-uhd-0 {
    margin-bottom: 0 !important; }
  .ml-uhd-0,
  .mx-uhd-0 {
    margin-left: 0 !important; }
  .m-uhd-1 {
    margin: 0.25rem !important; }
  .mt-uhd-1,
  .my-uhd-1 {
    margin-top: 0.25rem !important; }
  .mr-uhd-1,
  .mx-uhd-1 {
    margin-right: 0.25rem !important; }
  .mb-uhd-1,
  .my-uhd-1 {
    margin-bottom: 0.25rem !important; }
  .ml-uhd-1,
  .mx-uhd-1 {
    margin-left: 0.25rem !important; }
  .m-uhd-2 {
    margin: 0.5rem !important; }
  .mt-uhd-2,
  .my-uhd-2 {
    margin-top: 0.5rem !important; }
  .mr-uhd-2,
  .mx-uhd-2 {
    margin-right: 0.5rem !important; }
  .mb-uhd-2,
  .my-uhd-2 {
    margin-bottom: 0.5rem !important; }
  .ml-uhd-2,
  .mx-uhd-2 {
    margin-left: 0.5rem !important; }
  .m-uhd-3 {
    margin: 1rem !important; }
  .mt-uhd-3,
  .my-uhd-3 {
    margin-top: 1rem !important; }
  .mr-uhd-3,
  .mx-uhd-3 {
    margin-right: 1rem !important; }
  .mb-uhd-3,
  .my-uhd-3 {
    margin-bottom: 1rem !important; }
  .ml-uhd-3,
  .mx-uhd-3 {
    margin-left: 1rem !important; }
  .m-uhd-4 {
    margin: 1.5rem !important; }
  .mt-uhd-4,
  .my-uhd-4 {
    margin-top: 1.5rem !important; }
  .mr-uhd-4,
  .mx-uhd-4 {
    margin-right: 1.5rem !important; }
  .mb-uhd-4,
  .my-uhd-4 {
    margin-bottom: 1.5rem !important; }
  .ml-uhd-4,
  .mx-uhd-4 {
    margin-left: 1.5rem !important; }
  .m-uhd-5 {
    margin: 3rem !important; }
  .mt-uhd-5,
  .my-uhd-5 {
    margin-top: 3rem !important; }
  .mr-uhd-5,
  .mx-uhd-5 {
    margin-right: 3rem !important; }
  .mb-uhd-5,
  .my-uhd-5 {
    margin-bottom: 3rem !important; }
  .ml-uhd-5,
  .mx-uhd-5 {
    margin-left: 3rem !important; }
  .p-uhd-0 {
    padding: 0 !important; }
  .pt-uhd-0,
  .py-uhd-0 {
    padding-top: 0 !important; }
  .pr-uhd-0,
  .px-uhd-0 {
    padding-right: 0 !important; }
  .pb-uhd-0,
  .py-uhd-0 {
    padding-bottom: 0 !important; }
  .pl-uhd-0,
  .px-uhd-0 {
    padding-left: 0 !important; }
  .p-uhd-1 {
    padding: 0.25rem !important; }
  .pt-uhd-1,
  .py-uhd-1 {
    padding-top: 0.25rem !important; }
  .pr-uhd-1,
  .px-uhd-1 {
    padding-right: 0.25rem !important; }
  .pb-uhd-1,
  .py-uhd-1 {
    padding-bottom: 0.25rem !important; }
  .pl-uhd-1,
  .px-uhd-1 {
    padding-left: 0.25rem !important; }
  .p-uhd-2 {
    padding: 0.5rem !important; }
  .pt-uhd-2,
  .py-uhd-2 {
    padding-top: 0.5rem !important; }
  .pr-uhd-2,
  .px-uhd-2 {
    padding-right: 0.5rem !important; }
  .pb-uhd-2,
  .py-uhd-2 {
    padding-bottom: 0.5rem !important; }
  .pl-uhd-2,
  .px-uhd-2 {
    padding-left: 0.5rem !important; }
  .p-uhd-3 {
    padding: 1rem !important; }
  .pt-uhd-3,
  .py-uhd-3 {
    padding-top: 1rem !important; }
  .pr-uhd-3,
  .px-uhd-3 {
    padding-right: 1rem !important; }
  .pb-uhd-3,
  .py-uhd-3 {
    padding-bottom: 1rem !important; }
  .pl-uhd-3,
  .px-uhd-3 {
    padding-left: 1rem !important; }
  .p-uhd-4 {
    padding: 1.5rem !important; }
  .pt-uhd-4,
  .py-uhd-4 {
    padding-top: 1.5rem !important; }
  .pr-uhd-4,
  .px-uhd-4 {
    padding-right: 1.5rem !important; }
  .pb-uhd-4,
  .py-uhd-4 {
    padding-bottom: 1.5rem !important; }
  .pl-uhd-4,
  .px-uhd-4 {
    padding-left: 1.5rem !important; }
  .p-uhd-5 {
    padding: 3rem !important; }
  .pt-uhd-5,
  .py-uhd-5 {
    padding-top: 3rem !important; }
  .pr-uhd-5,
  .px-uhd-5 {
    padding-right: 3rem !important; }
  .pb-uhd-5,
  .py-uhd-5 {
    padding-bottom: 3rem !important; }
  .pl-uhd-5,
  .px-uhd-5 {
    padding-left: 3rem !important; }
  .m-uhd-auto {
    margin: auto !important; }
  .mt-uhd-auto,
  .my-uhd-auto {
    margin-top: auto !important; }
  .mr-uhd-auto,
  .mx-uhd-auto {
    margin-right: auto !important; }
  .mb-uhd-auto,
  .my-uhd-auto {
    margin-bottom: auto !important; }
  .ml-uhd-auto,
  .mx-uhd-auto {
    margin-left: auto !important; } }

@media (min-width: 4096px) {
  .m-s4k-0 {
    margin: 0 !important; }
  .mt-s4k-0,
  .my-s4k-0 {
    margin-top: 0 !important; }
  .mr-s4k-0,
  .mx-s4k-0 {
    margin-right: 0 !important; }
  .mb-s4k-0,
  .my-s4k-0 {
    margin-bottom: 0 !important; }
  .ml-s4k-0,
  .mx-s4k-0 {
    margin-left: 0 !important; }
  .m-s4k-1 {
    margin: 0.25rem !important; }
  .mt-s4k-1,
  .my-s4k-1 {
    margin-top: 0.25rem !important; }
  .mr-s4k-1,
  .mx-s4k-1 {
    margin-right: 0.25rem !important; }
  .mb-s4k-1,
  .my-s4k-1 {
    margin-bottom: 0.25rem !important; }
  .ml-s4k-1,
  .mx-s4k-1 {
    margin-left: 0.25rem !important; }
  .m-s4k-2 {
    margin: 0.5rem !important; }
  .mt-s4k-2,
  .my-s4k-2 {
    margin-top: 0.5rem !important; }
  .mr-s4k-2,
  .mx-s4k-2 {
    margin-right: 0.5rem !important; }
  .mb-s4k-2,
  .my-s4k-2 {
    margin-bottom: 0.5rem !important; }
  .ml-s4k-2,
  .mx-s4k-2 {
    margin-left: 0.5rem !important; }
  .m-s4k-3 {
    margin: 1rem !important; }
  .mt-s4k-3,
  .my-s4k-3 {
    margin-top: 1rem !important; }
  .mr-s4k-3,
  .mx-s4k-3 {
    margin-right: 1rem !important; }
  .mb-s4k-3,
  .my-s4k-3 {
    margin-bottom: 1rem !important; }
  .ml-s4k-3,
  .mx-s4k-3 {
    margin-left: 1rem !important; }
  .m-s4k-4 {
    margin: 1.5rem !important; }
  .mt-s4k-4,
  .my-s4k-4 {
    margin-top: 1.5rem !important; }
  .mr-s4k-4,
  .mx-s4k-4 {
    margin-right: 1.5rem !important; }
  .mb-s4k-4,
  .my-s4k-4 {
    margin-bottom: 1.5rem !important; }
  .ml-s4k-4,
  .mx-s4k-4 {
    margin-left: 1.5rem !important; }
  .m-s4k-5 {
    margin: 3rem !important; }
  .mt-s4k-5,
  .my-s4k-5 {
    margin-top: 3rem !important; }
  .mr-s4k-5,
  .mx-s4k-5 {
    margin-right: 3rem !important; }
  .mb-s4k-5,
  .my-s4k-5 {
    margin-bottom: 3rem !important; }
  .ml-s4k-5,
  .mx-s4k-5 {
    margin-left: 3rem !important; }
  .p-s4k-0 {
    padding: 0 !important; }
  .pt-s4k-0,
  .py-s4k-0 {
    padding-top: 0 !important; }
  .pr-s4k-0,
  .px-s4k-0 {
    padding-right: 0 !important; }
  .pb-s4k-0,
  .py-s4k-0 {
    padding-bottom: 0 !important; }
  .pl-s4k-0,
  .px-s4k-0 {
    padding-left: 0 !important; }
  .p-s4k-1 {
    padding: 0.25rem !important; }
  .pt-s4k-1,
  .py-s4k-1 {
    padding-top: 0.25rem !important; }
  .pr-s4k-1,
  .px-s4k-1 {
    padding-right: 0.25rem !important; }
  .pb-s4k-1,
  .py-s4k-1 {
    padding-bottom: 0.25rem !important; }
  .pl-s4k-1,
  .px-s4k-1 {
    padding-left: 0.25rem !important; }
  .p-s4k-2 {
    padding: 0.5rem !important; }
  .pt-s4k-2,
  .py-s4k-2 {
    padding-top: 0.5rem !important; }
  .pr-s4k-2,
  .px-s4k-2 {
    padding-right: 0.5rem !important; }
  .pb-s4k-2,
  .py-s4k-2 {
    padding-bottom: 0.5rem !important; }
  .pl-s4k-2,
  .px-s4k-2 {
    padding-left: 0.5rem !important; }
  .p-s4k-3 {
    padding: 1rem !important; }
  .pt-s4k-3,
  .py-s4k-3 {
    padding-top: 1rem !important; }
  .pr-s4k-3,
  .px-s4k-3 {
    padding-right: 1rem !important; }
  .pb-s4k-3,
  .py-s4k-3 {
    padding-bottom: 1rem !important; }
  .pl-s4k-3,
  .px-s4k-3 {
    padding-left: 1rem !important; }
  .p-s4k-4 {
    padding: 1.5rem !important; }
  .pt-s4k-4,
  .py-s4k-4 {
    padding-top: 1.5rem !important; }
  .pr-s4k-4,
  .px-s4k-4 {
    padding-right: 1.5rem !important; }
  .pb-s4k-4,
  .py-s4k-4 {
    padding-bottom: 1.5rem !important; }
  .pl-s4k-4,
  .px-s4k-4 {
    padding-left: 1.5rem !important; }
  .p-s4k-5 {
    padding: 3rem !important; }
  .pt-s4k-5,
  .py-s4k-5 {
    padding-top: 3rem !important; }
  .pr-s4k-5,
  .px-s4k-5 {
    padding-right: 3rem !important; }
  .pb-s4k-5,
  .py-s4k-5 {
    padding-bottom: 3rem !important; }
  .pl-s4k-5,
  .px-s4k-5 {
    padding-left: 3rem !important; }
  .m-s4k-auto {
    margin: auto !important; }
  .mt-s4k-auto,
  .my-s4k-auto {
    margin-top: auto !important; }
  .mr-s4k-auto,
  .mx-s4k-auto {
    margin-right: auto !important; }
  .mb-s4k-auto,
  .my-s4k-auto {
    margin-bottom: auto !important; }
  .ml-s4k-auto,
  .mx-s4k-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xml-left {
    text-align: left !important; }
  .text-xml-right {
    text-align: right !important; }
  .text-xml-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1920px) {
  .text-fhd-left {
    text-align: left !important; }
  .text-fhd-right {
    text-align: right !important; }
  .text-fhd-center {
    text-align: center !important; } }

@media (min-width: 2560px) {
  .text-rt-left {
    text-align: left !important; }
  .text-rt-right {
    text-align: right !important; }
  .text-rt-center {
    text-align: center !important; } }

@media (min-width: 2880px) {
  .text-rt15-left {
    text-align: left !important; }
  .text-rt15-right {
    text-align: right !important; }
  .text-rt15-center {
    text-align: center !important; } }

@media (min-width: 3840px) {
  .text-uhd-left {
    text-align: left !important; }
  .text-uhd-right {
    text-align: right !important; }
  .text-uhd-center {
    text-align: center !important; } }

@media (min-width: 4096px) {
  .text-s4k-left {
    text-align: left !important; }
  .text-s4k-right {
    text-align: right !important; }
  .text-s4k-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00a1e0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #007cad !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important; }

.text-success {
  color: #008827 !important; }

a.text-success:hover, a.text-success:focus {
  color: #005518 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #c00 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #990000 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul &gt; li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.notify {
  position: fixed;
  top: 0; }

.price {
  color: #222; }
  .price .strike-through {
    text-decoration: line-through;
    color: #999;
    margin-right: 0.938rem; }
  .price .starting,
  .price .range,
  .price .sales {
    font-weight: bold; }
  .price .tiered {
    color: #222; }
    .price .tiered table {
      border-top: 1px solid #ccc;
      margin: 0 auto; }
      .price .tiered table tr:nth-child(odd) {
        background-color: #eee; }
    .price .tiered td,
    .price .tiered span.price {
      font-size: 0.875rem;
      font-weight: bold; }
    .price .tiered td {
      padding: 0.313rem; }
      .price .tiered td.quantity {
        font-weight: normal;
        text-align: right; }
      .price .tiered td.value {
        text-align: left; }
    .price .tiered .table-header {
      font-size: 1.125rem;
      padding: 0.313rem; }
    .price .tiered .column-header {
      font-size: 1rem;
      padding: 0.313rem;
      font-weight: normal; }
    .price .tiered .column-header.quantity {
      text-align: right; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.attribute {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 1em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 575.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 576px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

div.quantity {
  float: right;
  padding: 0;
  width: 25%; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 575.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 575.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.attribute {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 1em; }
  .attribute label {
    display: block; }

.swatch a {
  text-decoration: none; }

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0; } }

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0; }
  @media (max-width: 575.98px) {
    .prices-add-to-cart-actions {
      background-color: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 576px) {
    .prices-add-to-cart-actions {
      position: static;
      padding: 0 0.9375em; } }
  .prices-add-to-cart-actions .price {
    text-align: center; }

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center; }

div.quantity {
  float: right;
  padding: 0;
  width: 25%; }

.cart-and-ipay {
  text-align: center; }
  @media (max-width: 575.98px) {
    .cart-and-ipay {
      padding-bottom: 26px; }
      .cart-and-ipay .btn {
        width: 98%;
        margin: 1%;
        display: block; } }

.add-to-cart-messages {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%; }

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em; }

@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .add-to-basket-alert.show {
    display: block; }

.simple-quantity {
  margin-top: 1em; }

.main-attributes {
  margin-top: 1em; }

.size-chart {
  margin-top: 1.071em; }

div.availability {
  margin-top: 1.071em; }

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .bundle-item:last-child {
    border-bottom: none; }

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (max-width: 575.98px) {
    .container.product-detail {
      margin-top: 0;
      margin-bottom: 0; } }

.product-option:not(:first-child) {
  margin-top: 1.071em; }

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em; }
  .quick-view-dialog .selectable-bonus-product-line-item,
  .choose-bonus-product-dialog .selectable-bonus-product-line-item {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  .quick-view-dialog .beenSelected,
  .choose-bonus-product-dialog .beenSelected {
    background-color: #eee; }
  .quick-view-dialog .modal-header,
  .choose-bonus-product-dialog .modal-header {
    background-color: #eee;
    border-bottom: 2px solid #ccc;
    border-top-left-radius: 0.1875rem;
    border-top-right-radius: 0.1875rem; }
    .quick-view-dialog .modal-header .full-pdp-link,
    .choose-bonus-product-dialog .modal-header .full-pdp-link {
      color: #00a1e0; }
    .quick-view-dialog .modal-header .close,
    .choose-bonus-product-dialog .modal-header .close {
      font-size: 2rem;
      line-height: 1.5rem; }
  .quick-view-dialog .modal-title,
  .choose-bonus-product-dialog .modal-title {
    font-size: 1em; }
  .quick-view-dialog .product-name,
  .choose-bonus-product-dialog .product-name {
    font-size: 1.875em; }
  .quick-view-dialog .swatch-circle,
  .choose-bonus-product-dialog .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 1.25em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
    .choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .quick-view-dialog .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .quick-view-dialog .swatch-circle i.fa-times-circle,
    .choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }
  .quick-view-dialog a[disabled] .swatch-circle,
  .choose-bonus-product-dialog a[disabled] .swatch-circle {
    cursor: not-allowed; }
    .quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
    .choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
      background-color: #495057; }
  .quick-view-dialog .availablity-container,
  .choose-bonus-product-dialog .availablity-container {
    text-align: right; }
  .quick-view-dialog .availablity-container,
  .quick-view-dialog .size-chart,
  .choose-bonus-product-dialog .availablity-container,
  .choose-bonus-product-dialog .size-chart {
    margin-top: 0.938em; }
  .quick-view-dialog .modal-content,
  .choose-bonus-product-dialog .modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .quick-view-dialog .modal-body,
  .choose-bonus-product-dialog .modal-body {
    max-height: 28.125em;
    /* 450/16 */
    overflow-y: auto; }
  .quick-view-dialog button.close,
  .choose-bonus-product-dialog button.close {
    font-size: 1.25em; }
  .quick-view-dialog .modal-footer,
  .choose-bonus-product-dialog .modal-footer {
    background-color: #fff;
    border: none;
    border-bottom-right-radius: 0.1875rem;
    border-bottom-left-radius: 0.1875rem; }
    .quick-view-dialog .modal-footer .prices .price,
    .choose-bonus-product-dialog .modal-footer .prices .price {
      font-size: 1.6em; }
  .quick-view-dialog .prices .sales,
  .choose-bonus-product-dialog .prices .sales {
    font-size: 1.5rem; }
  .quick-view-dialog .promotions,
  .choose-bonus-product-dialog .promotions {
    text-align: left;
    color: #c00; }
  @media (max-width: 767.98px) {
    .quick-view-dialog .bonus-summary,
    .choose-bonus-product-dialog .bonus-summary {
      font-size: 0.625em; } }
  @media (max-width: 767.98px) {
    .quick-view-dialog .bonus-summary .bonus-product-name,
    .choose-bonus-product-dialog .bonus-summary .bonus-product-name {
      padding: 0; } }
  .quick-view-dialog .pre-cart-products,
  .choose-bonus-product-dialog .pre-cart-products {
    margin-right: 0.125em; }

.primary-images .carousel img {
  width: 100%;
  height: 100%; }

.product-tile {
  border: 0;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .product-tile {
      min-height: 23.4375em; } }
  @media (max-width: 767.98px) {
    .product-tile {
      min-height: 19.6875em; } }
  @media (max-width: 575.98px) {
    .product-tile {
      min-height: 13.4375em; } }
  .product-tile .tile-body {
    padding: 0.625em 0 1.875em; }
    .product-tile .tile-body .color-swatches {
      min-height: 2.25em; }
      .product-tile .tile-body .color-swatches .product-tile-color-label {
        cursor: pointer;
        font-size: 1em; }
        @media (max-width: 991.98px) {
          .product-tile .tile-body .color-swatches .product-tile-color-label {
            font-size: 0.9375em; } }
        @media (max-width: 767.98px) {
          .product-tile .tile-body .color-swatches .product-tile-color-label {
            font-size: 0.8125em; } }
    .product-tile .tile-body .price {
      font-size: 1.125em;
      margin-bottom: 0; }
      @media (max-width: 991.98px) {
        .product-tile .tile-body .price {
          font-size: 1.0625em; } }
      @media (max-width: 767.98px) {
        .product-tile .tile-body .price {
          font-size: 1em; } }
      .product-tile .tile-body .price .tiered {
        font-size: 0.875em; }
        .product-tile .tile-body .price .tiered .value {
          font-weight: bold; }
    .product-tile .tile-body .coming-soon-tile {
      text-align: center; }
    .product-tile .tile-body .pdp-link {
      line-height: 1.2; }
      .product-tile .tile-body .pdp-link a {
        font-size: 1em;
        text-decoration: none; }
        @media (max-width: 991.98px) {
          .product-tile .tile-body .pdp-link a {
            font-size: 0.9375em; } }
        @media (max-width: 767.98px) {
          .product-tile .tile-body .pdp-link a {
            font-size: 0.8125em; } }
    .product-tile .tile-body .ratings {
      font-size: 0.9em; }
  .product-tile .image-container {
    position: relative;
    overflow: auto; }
    .product-tile .image-container .quickview {
      position: absolute;
      bottom: 1rem;
      right: 1rem; }
      .product-tile .image-container .quickview i.fa-expand {
        color: rgba(0, 0, 0, 0.7); }
      .product-tile .image-container .quickview i.fa-circle {
        color: rgba(255, 255, 255, 0.7);
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .product-tile .image-container a {
      display: block; }
      .product-tile .image-container a .tile-image {
        width: 100%; }
  .product-tile .swatches a {
    text-decoration: none; }
  .product-tile .swatch-circle {
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    width: 1.8em;
    height: 1.8em;
    background: #fff;
    border-radius: 0.9em;
    border: 0.063em solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin-right: 0.313em;
    position: relative; }
    .product-tile .swatch-circle.color-value[data-selected=true]::after {
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      left: 0.295em;
      position: absolute; }
    .product-tile .swatch-circle.color-value.selected::after {
      background: #fff;
      border-radius: 50%;
      color: #000;
      content: '\F058';
      display: table-caption;
      font-family: 'FontAwesome';
      font-size: 1.625em;
      height: 0.75em;
      left: 0.31em;
      line-height: 0.8em;
      position: absolute;
      top: 0.35em;
      width: 0.8em; }
    .product-tile .swatch-circle i.fa-times-circle {
      background: #fff;
      border-radius: 50%;
      height: 0.75em;
      line-height: 0.8em;
      width: 0.8em; }

#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0; }

#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto; }

#chooseBonusProductModal .product-name-wrapper {
  width: 100%; }

#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em; }

#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em; }

#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em; }

#chooseBonusProductModal .selected-pid {
  border: 1px solid #ccc; }
  #chooseBonusProductModal .selected-pid .bonus-product-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em; }

.form-nav .nav-tabs .nav-link {
  color: #333; }

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333; }

.nav-tabs .nav-link.active {
  background-color: transparent; }

@media (min-width: 992px) {
  .form-nav .nav-item &gt; .nav-link {
    color: #333; } }

.container .breadcrumb {
  border-radius: 0;
  border-bottom: 1px solid #ccc; }

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block; }
  .info-icon .icon {
    border-radius: 1.25rem;
    background-color: #00a1e0;
    width: 1.5625rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600; }
  .info-icon:hover .tooltip {
    display: block; }
  .info-icon .tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    padding: 0.312rem;
    border-radius: 0.25rem;
    background-color: #444;
    color: #fff;
    font-size: 0.928rem;
    min-width: 20rem;
    max-width: 15rem;
    transform: translate(-50%, -0.625em);
    left: 50%;
    margin-left: 4px;
    animation: fade-in 0.5s linear forwards; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .info-icon .tooltip::before {
      content: " ";
      position: absolute;
      display: block;
      height: 1.25em;
      /* 20/16 */
      left: 0;
      bottom: -1.25em;
      width: 100%; }
    .info-icon .tooltip::after {
      border-left: solid transparent 0.625em;
      /* 10/16 */
      border-right: solid transparent 0.625em;
      /* 10/16 */
      border-top: solid #444 0.625em;
      bottom: -0.625em;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }

@font-face {
  font-family: 'Eina01-SemiBold';
  src: url("../fonts/Eina01-SemiBold.svg#Eina01-SemiBold") format("svg"), url("../fonts/Eina01-SemiBold.ttf") format("truetype"), url("../fonts/Eina01-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Eina01-SemiboldItalic';
  src: url("../fonts/Eina01-SemiboldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Eina01-Bold';
  src: url("../fonts/Eina01-Bold.svg#Eina01-Bold") format("svg"), url("../fonts/Eina01-Bold.ttf") format("truetype"), url("../fonts/Eina01-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Eina01-Regular';
  src: url("../fonts/Eina01-Regular.svg#Eina01-Regular") format("svg"), url("../fonts/Eina01-Regular.ttf") format("truetype"), url("../fonts/Eina01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'CamphorW01-Regular';
  src: url("../fonts/CamphorW01-Regular.svg#CamphorW01-Regular") format("svg"), url("../fonts/CamphorW01-Regular.ttf") format("truetype"), url("../fonts/CamphorW01-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'CamphorW01-Bold';
  src: url("../fonts/Camphor-W01-Bold.ttf") format("truetype"), url("../fonts/Camphor-W01-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Samsonite-icons";
  src: url("../icons/samsonite/Samsonite-icons.eot?bqwedk");
  src: url("../icons/samsonite/Samsonite-icons.woff2?bqwedk") format("woff2"), url("../icons/samsonite/Samsonite-icons.woff?bqwedk") format("woff"), url("../icons/samsonite/Samsonite-icons.ttf?bqwedk") format("truetype"), url("../icons/samsonite/Samsonite-icons.eot?bqwedk#iefix") format("embedded-opentype"), url("../icons/samsonite/Samsonite-icons.svg?bqwedk#Samsonite-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="sa-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Samsonite-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ico-apply::before {
  content: "\E900"; }

.icon-ico-arrow-bottom::before {
  content: "\E901";
  color: #004b8d; }

.icon-ico-arrow-left::before {
  content: "\E902"; }

.icon-ico-arrow-right::before {
  content: "\E903"; }

.icon-ico-arrow-right-white-circle::before {
  content: "\E904"; }

.icon-ico-arrow-top-circle::before {
  content: "\E905"; }

.icon-ico-bag::before {
  content: "\E906"; }

.icon-ico-close::before {
  content: "\E907";
  color: #004b8d; }

.icon-ico-close-search::before {
  content: "\E908";
  color: #e2e2e2; }

.icon-ico-close-thin::before {
  content: "\E909"; }

.icon-ico-delivery::before {
  content: "\E90A";
  color: #004b8d; }

.icon-ico-filter::before {
  content: "\E90B";
  color: #004b8d; }

.icon-ico-full-collection::before {
  content: "\E90C";
  color: #004b8d; }

.icon-ico-gifting::before {
  content: "\E90D";
  color: #004b8d; }

.icon-ico-logo::before {
  content: "\E90E"; }

.icon-ico-menu-bar::before {
  content: "\E90F"; }

.icon-ico-network::before {
  content: "\E910";
  color: #004b8d; }

.icon-ico-office-site::before {
  content: "\E911";
  color: #004b8d; }

.icon-ico-peoples::before {
  content: "\E912";
  color: #004b8d; }

.icon-ico-personal-service::before {
  content: "\E913";
  color: #004b8d; }

.icon-ico-search::before {
  content: "\E914"; }

.icon-ico-secure-payment::before {
  content: "\E915";
  color: #004b8d; }

.icon-ico-sort-asc::before {
  content: "\E916"; }

.icon-ico-sort-desc::before {
  content: "\E917"; }

.icon-ico-star::before {
  content: "\E918";
  color: #004b8d; }

.icon-ico-license::before {
  content: "\E919";
  color: #004b8d; }

.icon-ico-address-tag::before {
  content: "\E91A"; }

.icon-ico-deliver::before {
  content: "\E91B"; }

.icon-ico-tsa-lock::before {
  content: "\E91C"; }

.icon-ico-samsonite::before {
  content: "\E91D"; }

.icon-ico-user::before {
  content: "\E91E";
  color: #00458f; }

.icon-ico-people::before {
  content: "\E91F"; }

.icon-ico-orders::before {
  content: "\E920"; }

.icon-ico-my-profile::before {
  content: "\E921"; }

.icon-ico-address-book::before {
  content: "\E922"; }

.icon-ico-magnify-glass::before {
  content: "\E923"; }

.icon-ico-info::before {
  content: "\E924"; }

.icon-ico-long-arrow-up::before {
  content: "\E925"; }

.icon-ico-location::before {
  content: "\E926";
  color: #084b8b; }

.icon-ico-line-brands::before {
  content: "\E927"; }

.icon-ico-cart::before {
  content: "\E928"; }

.icon-ico-arrow-down::before {
  content: "\E929"; }

.icon-ico-loyalty::before {
  content: "\E92A"; }

.icon-ico-tracking::before {
  content: "\E92B"; }

.icon-ico-facebook::before {
  content: "\E92C";
  color: #3f579d; }

.icon-ico-currency::before {
  content: "\E92D";
  color: #3f579d; }

@font-face {
  font-family: "AT-icons";
  src: url("../fonts/AT-icons.eot?5l5b66");
  src: url("../fonts/AT-icons.eot?5l5b66#iefix") format("embedded-opentype"), url("../fonts/AT-icons.ttf?5l5b66") format("truetype"), url("../fonts/AT-icons.woff?5l5b66") format("woff"), url("../fonts/AT-icons.svg?5l5b66#AT-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="at-icon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "AT-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-about-us::before {
  content: "\E901"; }

.icon-address::before {
  content: "\E905"; }

.icon-arrow-double-right::before {
  content: "\E912"; }

.icon-arrow-down::before {
  content: "\E90B"; }

.icon-arrow-left::before {
  content: "\E90D"; }

.icon-arrow-right::before {
  content: "\E90E"; }

.icon-arrow-up::before {
  content: "\E90C"; }

.icon-bar::before {
  content: "\E911"; }

.icon-cart::before {
  content: "\E902"; }

.icon-close::before {
  content: "\E904"; }

.icon-hamburger::before {
  content: "\E903"; }

.icon-locate::before {
  content: "\E910"; }

.icon-logo::before {
  content: "\E900"; }
  .logo-red .icon-logo::before {
    color: #c00; }
  .logo-orange .icon-logo::before {
    color: #ef7922; }
  .logo-yellow .icon-logo::before {
    color: #ffc012; }
  .logo-green .icon-logo::before {
    color: #80c242; }
  .logo-teal .icon-logo::before {
    color: #6ac5b0; }
  .logo-blue .icon-logo::before {
    color: #3292cf; }
  .logo-navy .icon-logo::before {
    color: #02549d; }
  .logo-purple .icon-logo::before {
    color: #c11c8a; }

.icon-order::before {
  content: "\E906"; }

.icon-payment::before {
  content: "\E907"; }

.icon-profile::before {
  content: "\E908"; }

.icon-search::before {
  content: "\E909"; }

.icon-share::before {
  content: "\E90F"; }

.icon-store-locator::before {
  content: "\E90A"; }

.icon-minicart::before {
  content: "\E913"; }

.icon-facebook::before {
  content: "\E914"; }

.icon-loyalty::before {
  content: "\E915"; }

.icon-login::before {
  content: "\E916"; }

.icon-logout::before {
  content: "\E917"; }

.icon-my-account::before {
  content: "\E918"; }

.icon-track-order::before {
  content: "\E919"; }

.icon-phone::before {
  content: "\E91A"; }

.icon-gift-wrapper::before {
  content: "\E91B"; }

.icon-gift-card::before {
  content: "\E91C"; }

.gradient-red-orange {
  background: linear-gradient(to right, #c00, #ef7922);
  background: -webkit-gradient(to right, #c00, #ef7922);
  background: -o-linear-gradient(to right, #c00, #ef7922); }

.gradient-yellow-green {
  background: linear-gradient(to right, #ffc012, #80c242);
  background: -webkit-gradient(to right, #ffc012, #80c242);
  background: -o-linear-gradient(to right, #ffc012, #80c242); }

.gradient-sapphire-lightblue {
  background: linear-gradient(to right, #6ac5b0, #3292cf);
  background: -webkit-gradient(to right, #6ac5b0, #3292cf);
  background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }

.gradient-blue-violet {
  background: linear-gradient(to right, #02549d, #c11c8a);
  background: -webkit-gradient(to right, #02549d, #c11c8a);
  background: -o-linear-gradient(to right, #02549d, #c11c8a); }

@keyframes miniCartSlideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1; } }

@keyframes miniCartSlideInLeft {
  from {
    transform: translate3d(200%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes miniCartSlideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes miniCartSlideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(200%, 0, 0); } }

@keyframes miniCartSlideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=1); } }

@media (max-width: 991.98px) {
  html.show-minicart {
    height: 100vh;
    overflow: hidden; } }

html.show-minicart .modal-backdrop {
  display: none;
  position: relative; }

html.show-minicart #chooseBonusProductModal.show + .modal-backdrop {
  display: block;
  position: fixed; }

html.show-minicart .veil .underlay {
  position: fixed; }

html.show-minicart #header {
  height: 100%; }
  @media (min-width: 1200px) {
    html.show-minicart #header {
      height: auto; } }

html.show-minicart #removeProductModal::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: 0.5;
  bottom: 0; }

html.show-minicart #fb-root,
html.show-minicart #gladlyChat_container {
  display: none !important; }

#miniCartModal {
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  z-index: 101;
  overflow: hidden; }
  @media (min-width: 1200px) {
    #miniCartModal {
      position: absolute;
      top: auto;
      bottom: auto;
      height: auto;
      width: 30%;
      margin-right: 30px;
      max-width: 500px;
      border-top: none;
      margin-left: auto;
      min-width: 480px;
      z-index: 9; } }
  #miniCartModal::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0.5;
    bottom: 0; }
    @media (min-width: 1200px) {
      #miniCartModal::after {
        content: none; } }
  #miniCartModal .minicart-slide-up {
    animation-name: miniCartSlideOutRight; }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-slide-up {
        animation-name: miniCartSlideOutUp; } }
  #miniCartModal .minicart-slide-down {
    animation-name: miniCartSlideInLeft; }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-slide-down {
        animation-name: miniCartSlideInDown;
        animation-duration: 0.3s; } }
  #miniCartModal .minicart-slide-up,
  #miniCartModal .minicart-slide-down {
    animation-duration: 0.5s; }
  #miniCartModal .minicart-header {
    position: absolute;
    width: calc(100vw - 70px);
    padding: 0 10px;
    z-index: 5;
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf; }
    @media (min-width: 768px) {
      #miniCartModal .minicart-header {
        width: 470px; } }
    #miniCartModal .minicart-header .minicart-title {
      font-size: 1.1429rem;
      padding: 12px 0; }
    #miniCartModal .minicart-header .close-minicart {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 30px;
      height: 30px;
      font-size: 1rem;
      cursor: pointer;
      border: none;
      background: none;
      color: #c00; }
      #miniCartModal .minicart-header .close-minicart span {
        display: none; }
      #miniCartModal .minicart-header .close-minicart::before {
        font-family: "AT-icons";
        content: "\E904";
        text-indent: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        font-size: 1.1429rem;
        transform: translate(-50%, -50%); }
        .red-2-orange #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .yellow-2-green #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #ffc012, #80c242);
          background: -webkit-gradient(to right, #ffc012, #80c242);
          background: -o-linear-gradient(to right, #ffc012, #80c242);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .teal-2-blue #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #6ac5b0, #3292cf);
          background: -webkit-gradient(to right, #6ac5b0, #3292cf);
          background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .navy-2-purple #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #02549d, #c11c8a);
          background: -webkit-gradient(to right, #02549d, #c11c8a);
          background: -o-linear-gradient(to right, #02549d, #c11c8a);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .orange-2-red #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .green-2-yellow #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #ffc012, #80c242);
          background: -webkit-gradient(to right, #ffc012, #80c242);
          background: -o-linear-gradient(to right, #ffc012, #80c242);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .blue-2-teal #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #6ac5b0, #3292cf);
          background: -webkit-gradient(to right, #6ac5b0, #3292cf);
          background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .purple-2-navy #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #02549d, #c11c8a);
          background: -webkit-gradient(to right, #02549d, #c11c8a);
          background: -o-linear-gradient(to right, #02549d, #c11c8a);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          #miniCartModal .minicart-header .close-minicart::before {
            background: none !important;
            -webkit-text-fill-color: inherit; }
            .logo-red #miniCartModal .minicart-header .close-minicart::before {
              color: #c00; }
            .logo-orange #miniCartModal .minicart-header .close-minicart::before {
              color: #ef7922; }
            .logo-yellow #miniCartModal .minicart-header .close-minicart::before {
              color: #ffc012; }
            .logo-green #miniCartModal .minicart-header .close-minicart::before {
              color: #80c242; }
            .logo-teal #miniCartModal .minicart-header .close-minicart::before {
              color: #6ac5b0; }
            .logo-blue #miniCartModal .minicart-header .close-minicart::before {
              color: #3292cf; }
            .logo-navy #miniCartModal .minicart-header .close-minicart::before {
              color: #02549d; }
            .logo-purple #miniCartModal .minicart-header .close-minicart::before {
              color: #c11c8a; }
            [data-action="Home-Show"] #miniCartModal .minicart-header .close-minicart::before {
              color: #c00; }
            [data-action^="Sites"] #miniCartModal .minicart-header .close-minicart::before {
              color: #c00; } }
        [data-action="Home-Show"] #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        [data-action^="Sites"] #miniCartModal .minicart-header .close-minicart::before {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
  #miniCartModal .minicart-body-wrapper {
    padding-top: 45px;
    max-height: 73.2%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -12px;
    padding-right: 12px; }
    #miniCartModal .minicart-body-wrapper.has-merchant-message {
      max-height: 87.2%; }
    @media (min-width: 768px) {
      #miniCartModal .minicart-body-wrapper {
        max-height: 83%; }
        #miniCartModal .minicart-body-wrapper.has-merchant-message {
          max-height: 93%; } }
    @media (min-width: 992px) {
      #miniCartModal .minicart-body-wrapper {
        max-height: 77%; }
        #miniCartModal .minicart-body-wrapper.has-merchant-message {
          max-height: 91%; } }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-body-wrapper {
        margin-right: 0;
        padding-top: 0;
        padding-right: 30px;
        min-height: 140px; }
        #miniCartModal .minicart-body-wrapper::-webkit-scrollbar-track {
          border-radius: 0;
          background-color: #d8d8d8; }
        #miniCartModal .minicart-body-wrapper::-webkit-scrollbar {
          width: 3px;
          background-color: #d8d8d8; }
        #miniCartModal .minicart-body-wrapper::-webkit-scrollbar-thumb {
          border-radius: 0;
          background-color: #333; } }
  #miniCartModal .minicart-container {
    background-color: #fff;
    padding: 0 30px;
    width: calc(100% - 40px);
    margin-left: auto;
    height: 100%;
    padding-bottom: 20px;
    position: relative; }
    @media (min-width: 768px) {
      #miniCartModal .minicart-container {
        width: 100%;
        max-width: 500px; } }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-container {
        margin-right: 30px;
        border: 1px solid #dfdfdf;
        border-top: 0;
        height: auto;
        padding-top: 0;
        padding-right: 0;
        overflow: hidden; } }
    #miniCartModal .minicart-container .product-info {
      padding: 12px 0;
      font-size: 0.857rem;
      border: none;
      border-bottom: 1px solid #dfdfdf;
      position: relative;
      box-shadow: none; }
      @media (min-width: 768px) {
        #miniCartModal .minicart-container .product-info {
          font-size: 0.857rem; } }
      @media (min-width: 1600px) {
        #miniCartModal .minicart-container .product-info {
          font-size: 1rem; } }
      #miniCartModal .minicart-container .product-info .remove-btn-lg {
        background-color: transparent;
        bottom: auto;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: bold;
        margin: 0;
        position: absolute;
        right: 0;
        top: auto;
        padding: 0;
        border: none; }
        #miniCartModal .minicart-container .product-info .remove-btn-lg span {
          position: relative;
          color: #fff; }
          #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
            content: "\E904";
            font-family: "AT-icons";
            display: block;
            font-size: 1rem;
            position: absolute;
            z-index: 1;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            background: linear-gradient(to right, #c00, #ef7922);
            background: -webkit-gradient(to right, #c00, #ef7922);
            background: -o-linear-gradient(to right, #c00, #ef7922);
            display: initial;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
            .red-2-orange #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #c00, #ef7922);
              background: -webkit-gradient(to right, #c00, #ef7922);
              background: -o-linear-gradient(to right, #c00, #ef7922);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .yellow-2-green #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #ffc012, #80c242);
              background: -webkit-gradient(to right, #ffc012, #80c242);
              background: -o-linear-gradient(to right, #ffc012, #80c242);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .teal-2-blue #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #6ac5b0, #3292cf);
              background: -webkit-gradient(to right, #6ac5b0, #3292cf);
              background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .navy-2-purple #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #02549d, #c11c8a);
              background: -webkit-gradient(to right, #02549d, #c11c8a);
              background: -o-linear-gradient(to right, #02549d, #c11c8a);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .orange-2-red #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #c00, #ef7922);
              background: -webkit-gradient(to right, #c00, #ef7922);
              background: -o-linear-gradient(to right, #c00, #ef7922);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .green-2-yellow #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #ffc012, #80c242);
              background: -webkit-gradient(to right, #ffc012, #80c242);
              background: -o-linear-gradient(to right, #ffc012, #80c242);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .blue-2-teal #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #6ac5b0, #3292cf);
              background: -webkit-gradient(to right, #6ac5b0, #3292cf);
              background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            .purple-2-navy #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #02549d, #c11c8a);
              background: -webkit-gradient(to right, #02549d, #c11c8a);
              background: -o-linear-gradient(to right, #02549d, #c11c8a);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
              #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                background: none !important;
                -webkit-text-fill-color: inherit; }
                .logo-red #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #c00; }
                .logo-orange #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #ef7922; }
                .logo-yellow #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #ffc012; }
                .logo-green #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #80c242; }
                .logo-teal #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #6ac5b0; }
                .logo-blue #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #3292cf; }
                .logo-navy #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #02549d; }
                .logo-purple #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #c11c8a; }
                [data-action="Home-Show"] #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #c00; }
                [data-action^="Sites"] #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
                  color: #c00; } }
            [data-action="Home-Show"] #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #c00, #ef7922);
              background: -webkit-gradient(to right, #c00, #ef7922);
              background: -o-linear-gradient(to right, #c00, #ef7922);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
            [data-action^="Sites"] #miniCartModal .minicart-container .product-info .remove-btn-lg span::before {
              background: linear-gradient(to right, #c00, #ef7922);
              background: -webkit-gradient(to right, #c00, #ef7922);
              background: -o-linear-gradient(to right, #c00, #ef7922);
              display: initial;
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent; }
        #miniCartModal .minicart-container .product-info .remove-btn-lg:hover {
          border-color: #fff; }
      #miniCartModal .minicart-container .product-info .line-item-header {
        z-index: 1; }
        #miniCartModal .minicart-container .product-info .line-item-header .remove-line-item,
        #miniCartModal .minicart-container .product-info .line-item-header .unavailable-status {
          display: none; }
        #miniCartModal .minicart-container .product-info .line-item-header + .row {
          position: relative; }
          #miniCartModal .minicart-container .product-info .line-item-header + .row .line-item-summary {
            -ms-flex: 0 0 70%;
                flex: 0 0 70%;
            max-width: 70%;
            padding-right: 0; }
          #miniCartModal .minicart-container .product-info .line-item-header + .row .regular-retail-price {
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            right: 0;
            top: calc(50% - 8px);
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-pack: center;
                justify-content: center;
            font-size: 1rem; }
            #miniCartModal .minicart-container .product-info .line-item-header + .row .regular-retail-price .bonus-product-price .regular-price {
              display: block;
              text-decoration: line-through; }
            #miniCartModal .minicart-container .product-info .line-item-header + .row .regular-retail-price .strike-through {
              text-decoration: line-through;
              display: block; }
              #miniCartModal .minicart-container .product-info .line-item-header + .row .regular-retail-price .strike-through + .sales {
                color: #c00; }
            #miniCartModal .minicart-container .product-info .line-item-header + .row .regular-retail-price .promotion-combines-sale-price-book .sales {
              text-decoration: line-through; }
            #miniCartModal .minicart-container .product-info .line-item-header + .row .regular-retail-price .promotion-combines-sale-price-book .list + .sales {
              display: none; }
          #miniCartModal .minicart-container .product-info .line-item-header + .row .unavailable-status-responsive {
            display: block; }
      #miniCartModal .minicart-container .product-info .item-attributes {
        -ms-flex-pack: center;
            justify-content: center;
        padding: 0;
        max-width: 40%; }
        @media (min-width: 768px) {
          #miniCartModal .minicart-container .product-info .item-attributes {
            max-width: 50%; } }
        #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes {
          margin-bottom: 0.7rem; }
          #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.product-name {
            font-size: 0.78571em; }
            @media (min-width: 768px) {
              #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.product-name {
                font-size: 0.92857em; } }
            #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.product-name::before {
              content: none; }
          #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.product-color {
            font-size: 0.92857em; }
            @media (min-width: 768px) {
              #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.product-color {
                font-size: 1.07143em; } }
          #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.collection-name {
            font-size: 0.857rem; }
            #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.collection-name .product-collection {
              display: none; }
            @media (min-width: 768px) {
              #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.collection-name:first-child {
                margin-top: 0; } }
            @media (min-width: 1200px) {
              #miniCartModal .minicart-container .product-info .item-attributes .line-item-attributes.collection-name {
                font-size: 1rem; } }
      #miniCartModal .minicart-container .product-info .item-image {
        margin-right: 10px;
        height: auto;
        width: auto;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        min-height: 98px; }
        @media (min-width: 768px) {
          #miniCartModal .minicart-container .product-info .item-image {
            width: 100px; } }
        @media (min-width: 1200px) {
          #miniCartModal .minicart-container .product-info .item-image {
            width: 120px;
            min-height: 120px; } }
        #miniCartModal .minicart-container .product-info .item-image img {
          max-height: none;
          margin: 0;
          width: 65px; }
          @media (min-width: 768px) {
            #miniCartModal .minicart-container .product-info .item-image img {
              width: 80px; } }
          @media (min-width: 1200px) {
            #miniCartModal .minicart-container .product-info .item-image img {
              min-height: 120px; } }
        #miniCartModal .minicart-container .product-info .item-image .product-cover {
          min-width: 80px;
          min-height: 120px;
          position: relative;
          z-index: 1;
          display: block;
          overflow: hidden; }
          #miniCartModal .minicart-container .product-info .item-image .product-cover::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-image: url("../../images/luggage-cover/bg-cover.png");
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
            width: 100%;
            height: 100%; }
          #miniCartModal .minicart-container .product-info .item-image .product-cover .product-image {
            position: absolute;
            left: 50%;
            z-index: -1;
            top: 0;
            max-width: none;
            max-height: none;
            transform: translateX(-50%);
            width: 100%;
            min-width: initial; }
            @media (min-width: 768px) {
              #miniCartModal .minicart-container .product-info .item-image .product-cover .product-image {
                width: 85%; } }
      #miniCartModal .minicart-container .product-info .cart-bonus-product-action,
      #miniCartModal .minicart-container .product-info .btn-gift-box {
        display: none; }
      #miniCartModal .minicart-container .product-info .bonus-line-item-msg {
        margin-top: 10px; }
      #miniCartModal .minicart-container .product-info .bundled-line-item .edit-bonus-product,
      #miniCartModal .minicart-container .product-info .bundled-line-item .item-price,
      #miniCartModal .minicart-container .product-info .bundled-line-item .line-item-quantity,
      #miniCartModal .minicart-container .product-info .bundled-line-item .line-item-price-info {
        display: none; }
      #miniCartModal .minicart-container .product-info .bundled-line-item .content-line-item {
        position: relative; }
      #miniCartModal .minicart-container .product-info .bundled-line-item .col-lg-5 {
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
        max-width: 80%; }
      #miniCartModal .minicart-container .product-info .bundled-line-item .col-lg-7 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        max-width: 20%;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        #miniCartModal .minicart-container .product-info .bundled-line-item .col-lg-7 .line-item-total-price {
          -ms-flex: none;
              flex: none;
          max-width: none; }
      #miniCartModal .minicart-container .product-info .bundled-line-item .line-item-total-price {
        margin-left: auto;
        text-align: right; }
      #miniCartModal .minicart-container .product-info .bundled-line-item .product-card-footer {
        margin: 0;
        top: 50%;
        transform: translateY(-50%); }
      #miniCartModal .minicart-container .product-info .bundled-line-item .regular-price {
        display: block; }
      #miniCartModal .minicart-container .product-info .promotion-price {
        text-decoration: line-through; }
      #miniCartModal .minicart-container .product-info .product-card-footer {
        position: absolute;
        right: 0;
        top: calc(50% + 10px); }
        #miniCartModal .minicart-container .product-info .product-card-footer .container-applied-promotion {
          display: block;
          font-size: 1rem; }
          #miniCartModal .minicart-container .product-info .product-card-footer .container-applied-promotion .line-item-promo,
          #miniCartModal .minicart-container .product-info .product-card-footer .container-applied-promotion .minus,
          #miniCartModal .minicart-container .product-info .product-card-footer .container-applied-promotion .line-item-total-price {
            display: none; }
          #miniCartModal .minicart-container .product-info .product-card-footer .container-applied-promotion .line-item-final-price {
            text-align: right;
            color: #c00; }
      #miniCartModal .minicart-container .product-info .bonus-line-item-row {
        position: relative;
        margin-right: 0; }
      #miniCartModal .minicart-container .product-info.bonus-product-line-item .regular-retail-price {
        padding: 0; }
        #miniCartModal .minicart-container .product-info.bonus-product-line-item .regular-retail-price + .product-card-footer {
          padding: 0; }
      #miniCartModal .minicart-container .product-info.bonus-product-line-item .product-card-footer .regular-price {
        font-size: 1rem;
        text-decoration: line-through;
        white-space: nowrap; }
      #miniCartModal .minicart-container .product-info .bonus-price {
        font-size: 1rem;
        color: #c00;
        white-space: nowrap; }
      #miniCartModal .minicart-container .product-info .gift-box-wrapper {
        padding: 0; }
        #miniCartModal .minicart-container .product-info .gift-box-wrapper .btn-remove-gift,
        #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-recipient,
        #miniCartModal .minicart-container .product-info .gift-box-wrapper .btn-edit-gift,
        #miniCartModal .minicart-container .product-info .gift-box-wrapper .terms-section {
          display: none; }
        #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-block {
          position: relative;
          margin-left: auto;
          padding: 10px 0;
          max-width: 70%; }
          #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-block h5 {
            font-size: 0.857rem;
            font-family: "Eina01-Bold"; }
            @media (min-width: 1200px) {
              #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-block h5 {
                font-size: 1.1429rem; } }
          #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-block ul {
            font-size: 0.857rem;
            padding-left: 0;
            list-style: none;
            margin-bottom: 0; }
            #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-block ul.gift-recipient {
              padding-left: 1.214rem; }
            #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-block ul li {
              margin-bottom: 0.5rem; }
          #miniCartModal .minicart-container .product-info .gift-box-wrapper .gift-block .gift-price {
            position: absolute;
            right: 0;
            top: 50%;
            font-size: 1rem; }
      #miniCartModal .minicart-container .product-info .cart-monogram-action {
        display: none; }
    #miniCartModal .minicart-container .minicart-totals .totals .order-discount-checkout {
      display: none; }
    #miniCartModal .minicart-container .minicart-totals .coupons-and-promos {
      margin: 0; }
      #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-price-adjustment {
        border: none;
        padding: 10px 0;
        border-bottom: 1px solid #dfdfdf; }
      #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-code {
        font-size: 1rem;
        position: relative; }
        #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-code .coupon-code-text {
          max-width: 115px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 1;
          position: absolute;
          top: 50%;
          left: 5px;
          transform: translateY(-35%); }
          @media (min-width: 768px) {
            #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-code .coupon-code-text {
              position: static; } }
        #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-code .coupon-applied,
        #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-code .coupon-not-applied {
          margin-left: 120px; }
          @media (min-width: 768px) {
            #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-code .coupon-applied,
            #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-code .coupon-not-applied {
              margin-left: 0; } }
      #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .coupon-applied {
        color: #808080; }
      #miniCartModal .minicart-container .minicart-totals .coupons-and-promos .remove-coupon {
        display: none; }
    #miniCartModal .minicart-container .minicart-totals .shipping-information [data-shipping-id],
    #miniCartModal .minicart-container .minicart-totals .promotion-information,
    #miniCartModal .minicart-container .minicart-totals .minicart-total {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 10px 0;
      border-bottom: 1px solid #dfdfdf;
      margin: 0; }
    #miniCartModal .minicart-container .minicart-totals .promotion-information .promotion-name {
      width: 70%; }
    #miniCartModal .minicart-container .minicart-totals .shipping-discount-checkout .promotion-name::after {
      content: ':'; }
    #miniCartModal .minicart-container .minicart-totals .applied-promotion-discount {
      color: #000; }
    #miniCartModal .minicart-container .minicart-totals .minicart-total {
      margin-bottom: 20px; }
      #miniCartModal .minicart-container .minicart-totals .minicart-total span {
        font-size: 1rem; }
        @media (min-width: 1200px) {
          #miniCartModal .minicart-container .minicart-totals .minicart-total span {
            font-size: 1.1429rem; } }
        #miniCartModal .minicart-container .minicart-totals .minicart-total span.grand-total {
          font-weight: 600; }
    #miniCartModal .minicart-container .minicart-footer {
      min-height: 80px;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media (min-width: 1200px) {
        #miniCartModal .minicart-container .minicart-footer {
          min-height: auto;
          padding-right: 30px; } }
      #miniCartModal .minicart-container .minicart-footer .apple-pay-cart {
        display: none; }
      #miniCartModal .minicart-container .minicart-footer .view-cart {
        text-align: right; }
        @media (min-width: 768px) {
          #miniCartModal .minicart-container .minicart-footer .view-cart {
            text-align: center; } }
        #miniCartModal .minicart-container .minicart-footer .view-cart .btn-view-cart {
          display: inline-block;
          font-family: "Eina01-Bold";
          font-size: 1.0714rem;
          padding: 1em 1.67em;
          min-width: 9em;
          border-radius: 1.7em;
          transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
          box-shadow: 0 2px 7px -2px #333;
          color: #272727;
          background-color: #fff;
          border: 1px solid #f5f5f5;
          padding: 6px;
          max-width: 160px;
          min-width: auto; }
          #miniCartModal .minicart-container .minicart-footer .view-cart .btn-view-cart:hover, #miniCartModal .minicart-container .minicart-footer .view-cart .btn-view-cart:focus {
            cursor: pointer; }
          #miniCartModal .minicart-container .minicart-footer .view-cart .btn-view-cart:hover {
            color: #fff;
            background-color: #272727;
            border-color: #272727; }
      #miniCartModal .minicart-container .minicart-footer .checkout-continue {
        text-align: center;
        padding: 0 15px; }
        #miniCartModal .minicart-container .minicart-footer .checkout-continue[data-available="false"] {
          pointer-events: none;
          opacity: 0.65;
          filter: alpha(opacity=0.65); }
        #miniCartModal .minicart-container .minicart-footer .checkout-continue div {
          margin: 0;
          padding: 0; }
        #miniCartModal .minicart-container .minicart-footer .checkout-continue .checkout-btn {
          display: inline-block;
          font-family: "Eina01-Bold";
          font-size: 1.0714rem;
          padding: 1em 1.67em;
          min-width: 9em;
          border-radius: 1.7em;
          transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
          color: #fff;
          background-color: #272727;
          border-color: #272727;
          padding: 6px;
          max-width: 160px;
          min-width: auto;
          margin-right: auto;
          margin-left: auto; }
          #miniCartModal .minicart-container .minicart-footer .checkout-continue .checkout-btn:hover, #miniCartModal .minicart-container .minicart-footer .checkout-continue .checkout-btn:focus {
            cursor: pointer; }
          #miniCartModal .minicart-container .minicart-footer .checkout-continue .checkout-btn:hover {
            color: #272727;
            background-color: #fff;
            border-color: transparent;
            box-shadow: 0 2px 7px -2px #333; }
      #miniCartModal .minicart-container .minicart-footer .footer-action {
        -ms-flex-pack: center;
            justify-content: center;
        margin-bottom: 5px; }
    #miniCartModal .minicart-container .no-more-stock-notification {
      position: absolute;
      top: 20%;
      width: 90%;
      background-color: rgba(0, 0, 0, 0.709804);
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      padding: 20px;
      left: 50%;
      transform: translateX(-50%);
      pointer-events: none;
      transition: all 0.3s;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      z-index: 20; }
      #miniCartModal .minicart-container .no-more-stock-notification p {
        margin: 0 0 0 10px; }
    #miniCartModal .minicart-container .minicart-recommended-wrapper {
      padding-bottom: 20px; }
      @media (min-width: 1200px) {
        #miniCartModal .minicart-container .minicart-recommended-wrapper {
          padding-bottom: 0; } }
    #miniCartModal .minicart-container .minicart-recommended-heading {
      position: relative;
      z-index: 2;
      top: -10px;
      font-size: 14px;
      margin-bottom: 20px;
      margin-top: 20px;
      text-transform: capitalize;
      font-family: "Eina01-Bold"; }
      @media (min-width: 1200px) {
        #miniCartModal .minicart-container .minicart-recommended-heading {
          padding-right: 30px;
          font-size: 12px; } }
      @media (min-width: 1600px) {
        #miniCartModal .minicart-container .minicart-recommended-heading {
          font-size: 16px; } }
    #miniCartModal .minicart-container .minicart-recommended {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      overflow: hidden;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-top: -40px;
      gap: 5%;
      position: relative; }
      @media (min-width: 1200px) {
        #miniCartModal .minicart-container .minicart-recommended {
          width: calc(100% - 30px);
          gap: 15%;
          padding-left: 15%; } }
      #miniCartModal .minicart-container .minicart-recommended .tile-item {
        width: 47.5%;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        #miniCartModal .minicart-container .minicart-recommended .tile-item.odd, #miniCartModal .minicart-container .minicart-recommended .tile-item.even {
          position: absolute;
          top: 0;
          z-index: -1;
          opacity: 0;
          visibility: hidden; }
        #miniCartModal .minicart-container .minicart-recommended .tile-item.odd {
          left: 0; }
          @media (min-width: 1200px) {
            #miniCartModal .minicart-container .minicart-recommended .tile-item.odd {
              left: 15%; } }
        #miniCartModal .minicart-container .minicart-recommended .tile-item:nth-child(1 of .odd) {
          position: static;
          opacity: 1;
          visibility: visible;
          z-index: 1; }
        #miniCartModal .minicart-container .minicart-recommended .tile-item:nth-child(1 of .even) {
          position: static;
          opacity: 1;
          visibility: visible;
          z-index: 1; }
        #miniCartModal .minicart-container .minicart-recommended .tile-item.even {
          left: 50%; }
          @media (min-width: 1200px) {
            #miniCartModal .minicart-container .minicart-recommended .tile-item.even {
              left: 57%; } }
        @media (min-width: 1200px) {
          #miniCartModal .minicart-container .minicart-recommended .tile-item {
            width: 35%; } }
        #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-pack: start;
              justify-content: flex-start;
          height: 100%;
          min-height: auto !important;
          padding-bottom: 0;
          padding-top: 0; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-message,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .brand-link,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-attribute[data-attr="productSize"],
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .atome-payment-plp,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-group-right,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute h4,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .quick-checkout,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .notify-me,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-quantity,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .afterpay-widget-message,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-go-detail,
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .rating-star {
            display: none !important; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .swatch-row {
            min-height: auto;
            transform: initial;
            position: static; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .owl-carousel {
            display: none;
            width: 100%;
            -webkit-tap-highlight-color: transparent;
            position: relative;
            z-index: 1;
            min-height: auto; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .owl-carousel .owl-stage {
              margin: 0 auto; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute {
            margin-top: 0;
            margin-right: 0;
            padding-top: 5px;
            padding-right: 0;
            text-align: center; }
            @media (min-width: 992px) {
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute {
                padding-top: 0; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute .swiper-slide-init,
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute .swiper-slide {
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute .owl-carousel {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: start;
                  justify-content: flex-start;
              padding-bottom: 7px;
              padding-left: 0;
              padding-right: 0; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute .owl-loaded {
              display: block;
              margin-right: -10px;
              width: 100%; }
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .attribute .owl-loaded.color-swatchs .owl-item {
                margin-right: 0 !important; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs {
            text-align: center; }
            @media (min-width: 992px) {
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs {
                padding-top: 5px; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs .attr-item {
              border: 3px solid transparent;
              padding: 2px;
              max-width: 40px;
              border-radius: 50%;
              display: inline-block; }
              @media (min-width: 992px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs .attr-item {
                  max-width: 50px; } }
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs .attr-item.selected, #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs .attr-item:hover {
                border-color: #000; }
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs .attr-item a {
                display: block; }
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .color-swatchs .attr-item a .swatch-circle {
                  width: 100%;
                  height: 100%;
                  border: none;
                  margin: 0;
                  border-radius: 50%; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-attribute {
            margin-bottom: 0; }
            @media (min-width: 992px) {
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-attribute {
                margin-bottom: 0; } }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .image-container {
            padding-top: 0;
            position: static; }
            @media (min-width: 992px) {
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .image-container {
                padding-top: 0; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .image-container a {
              padding: 0 !important; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .image-container .tile-image {
              padding-top: 15px;
              max-width: 60%;
              margin-left: auto;
              margin-right: auto;
              width: auto;
              text-align: center;
              display: block;
              min-height: initial; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .image-container:hover .tile-image {
              transform: scale(1); }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body {
            padding-bottom: 2px;
            text-align: center;
            overflow: hidden; }
            @media (min-width: 1200px) {
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body {
                padding-top: 2px; } }
            @media (min-width: 1600px) {
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body {
                padding-top: 5px; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .color-swatchs .attr-item {
              border-width: 1px; }
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .color-swatchs .attr-item a {
                width: 18px;
                height: 18px; }
                @media (min-width: 768px) {
                  #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .color-swatchs .attr-item a {
                    width: 24px;
                    height: 24px; } }
                @media (min-width: 1200px) {
                  #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .color-swatchs .attr-item a {
                    width: 14px;
                    height: 14px; } }
                @media (min-width: 1600px) {
                  #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .color-swatchs .attr-item a {
                    width: 16px;
                    height: 16px;
                    font-size: 14px; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link {
              min-height: initial;
              line-height: normal;
              font-family: "Eina01-SemiBold";
              margin-bottom: 2px; }
              @media (min-width: 1600px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link {
                  min-height: initial;
                  line-height: normal; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection {
              margin-bottom: 0; }
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection h4 {
                font-weight: 400;
                margin: 0; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection a,
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link a {
              text-overflow: ellipsis;
              white-space: nowrap;
              overflow: hidden;
              display: block;
              color: #272727;
              font-size: 12px;
              font-family: "Eina01-SemiBold"; }
              @media (min-width: 1200px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection a,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link a {
                  font-size: 10px; } }
              @media (min-width: 1600px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection a,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link a {
                  font-size: 12px; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection h4,
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link,
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price {
              font-size: 12px; }
              @media (min-width: 1200px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection h4,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price {
                  font-size: 10px; } }
              @media (min-width: 1600px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .product-collection h4,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .pdp-link,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price {
                  font-size: 12px; } }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price {
              margin-bottom: 0;
              margin-top: 0; }
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price .price-inner {
                -ms-flex-pack: center;
                    justify-content: center;
                gap: 5px;
                min-height: auto; }
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price .price-inner .value {
                  color: #272727;
                  font-weight: 400;
                  font-family: "Eina01-SemiBold"; }
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price .price-inner .sales {
                  color: #272727;
                  font-weight: 400;
                  font-family: "Eina01-SemiBold"; }
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price .price-inner .strike-through {
                  display: none;
                  padding: 0; }
                  #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .price .price-inner .strike-through ~ .sales {
                    color: #272727; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body .tile-group-left {
              width: 90%;
              max-width: 90%;
              -ms-flex: 1;
                  flex: 1; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body-field-group {
            background: #fff;
            background-color: #fff;
            margin-top: 0;
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
            max-width: initial;
            border-radius: 0;
            padding-bottom: 5px; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-body-field-group &gt; div:first-of-type.product-collection {
              margin-top: 10px; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-actions-color-attributes {
            position: initial; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .cart-and-ipay {
            padding: 0 !important; }
          #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 {
            width: 100%;
            -ms-flex: 1;
                flex: 1;
            max-width: 100%; }
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .add-to-cart,
            #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .minicart-add-btn {
              border: 1px solid #fff0;
              display: inline-block;
              border-radius: 50px;
              color: #fff;
              line-height: 1;
              margin: 0;
              font-size: 12px;
              padding: 0.667em;
              min-width: 9em;
              width: auto;
              height: auto;
              text-transform: capitalize;
              font-family: "Eina01-Bold"; }
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .add-to-cart::after, #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .add-to-cart::before,
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .add-to-cart i,
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .minicart-add-btn::after,
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .minicart-add-btn::before,
              #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .minicart-add-btn i {
                display: none; }
              @media (min-width: 1200px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .add-to-cart,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .minicart-add-btn {
                  font-size: 10px; } }
              @media (min-width: 1600px) {
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .add-to-cart,
                #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .col-sm-12 .minicart-add-btn {
                  font-size: 12px; } }
          .red-2-orange #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #ee8632;
            background-color: #ee8632; }
          .orange-2-red #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #c0344a;
            background-color: #c0344a; }
          .green-2-yellow #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #ffc113;
            background-color: #ffc113; }
          .yellow-2-green #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #81c341;
            background-color: #81c341; }
          .blue-2-teal #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #5dc9cf;
            background-color: #5dc9cf; }
          .teal-2-blue #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #1a82da;
            background-color: #1a82da; }
          .purple-2-navy #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #02559f;
            background-color: #02559f; }
          .navy-2-purple #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #c31e8c;
            background-color: #c31e8c; }
          .pink-2-red #miniCartModal .minicart-container .minicart-recommended .tile-item .product-tile .tile-add-to-cart .add-to-cart {
            background: #ce3052;
            background-color: #ce3052; }
    #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-total {
      margin-bottom: 10px; }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty {
        padding-top: 0; } }
    @media (min-width: 1600px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty {
        padding-top: 20px; } }
    #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-container,
    #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-message {
      margin-top: 10px; }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-message {
        margin-bottom: 10px;
        font-size: 12px; } }
    @media (min-width: 1600px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-message {
        margin-bottom: 20px;
        font-size: 16px; } }
    #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-close-btn {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-close-btn {
          padding: 10px 21px;
          font-size: 12px;
          margin-bottom: 10px; } }
      @media (min-width: 1600px) {
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-close-btn {
          padding: 13px 21px;
          font-size: 14px;
          margin-bottom: 20px; } }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-footer-heading .minicart-empty-footer-title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px; } }
    @media (min-width: 1600px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-footer-heading .minicart-empty-footer-title {
        margin-top: 24px;
        margin-bottom: 29px;
        font-size: 16px; } }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-footer-list {
        margin-bottom: 5px; }
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-footer-list .minicart-empty-footer-link {
          font-size: 12px;
          padding: 6px 20px; } }
    @media (min-width: 1600px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-footer-list {
        margin-bottom: 25px; }
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-empty .minicart-empty-footer-list .minicart-empty-footer-link {
          font-size: 14px;
          padding: 8px 20px; } }
    #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer {
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (min-width: 1200px) {
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer {
          padding-top: 5px;
          padding-bottom: 0; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .shipping-information [data-shipping-id],
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .promotion-information,
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total {
            font-size: 10px;
            padding: 4px 0; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total {
            margin-bottom: 5px; }
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total .subtotal,
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total .grand-total {
              font-size: 12px; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-action {
            margin-bottom: 0; }
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-action .col-6 a {
              max-width: 110px;
              font-size: 10px; } }
      @media (min-width: 1600px) {
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer {
          padding-top: 10px;
          padding-bottom: 10px; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .shipping-information [data-shipping-id],
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .promotion-information,
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total {
            font-size: 14px;
            padding: 10px 0; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total {
            margin-bottom: 10px; }
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total .subtotal,
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-button .minicart-totals .minicart-total .grand-total {
              font-size: 1.1429rem; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-action {
            margin-bottom: 5px; }
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-footer .footer-action .col-6 a {
              padding: 6px;
              max-width: 160px;
              font-size: 1.0714rem; } }
    @media (min-width: 1200px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper {
        min-height: 102px; }
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info {
          padding: 5px 0; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-image {
            min-height: 90px; }
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-image img {
              min-height: 90px;
              width: 60px; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-attributes .line-item-attributes.collection-name {
            font-size: 12px;
            margin-bottom: 5px; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-attributes .line-item-attributes.product-name {
            font-size: 10px;
            margin-bottom: 5px; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-attributes .line-item-attributes.product-color {
            font-size: 12px;
            margin-bottom: 0; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .line-item-header + .row .regular-retail-price,
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .product-card-footer .container-applied-promotion {
            font-size: 12px; } }
    @media (min-width: 1600px) {
      #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper {
        min-height: 140px; }
        #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info {
          padding: 12px 0; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-image {
            min-height: 120px; }
            #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-image img {
              min-height: 120px;
              width: 80px; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-attributes .line-item-attributes.collection-name {
            font-size: 1rem;
            margin-bottom: 0.7rem; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-attributes .line-item-attributes.product-name {
            font-size: 0.92857em;
            margin-bottom: 0.7rem; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .item-attributes .line-item-attributes.product-color {
            font-size: 1.07143em;
            margin-bottom: 0.7rem; }
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .line-item-header + .row .regular-retail-price,
          #miniCartModal .minicart-container:has(.minicart-recommended) .minicart-body-wrapper .product-info .product-card-footer .container-applied-promotion {
            font-size: 1rem; } }
  @media (min-width: 768px) {
    #miniCartModal .minicart-merchandising img {
      width: 100%; } }
  #miniCartModal .minicart-merchandising p {
    margin-bottom: 0; }
  #miniCartModal + #removeProductModal {
    bottom: auto;
    height: 100vh; }
  #miniCartModal .cart-bonus-product-action {
    display: none; }
  #miniCartModal .minicart-empty {
    padding-top: 45px; }
    @media (min-width: 992px) {
      #miniCartModal .minicart-empty {
        padding-right: 30px;
        padding-top: 20px; } }
    #miniCartModal .minicart-empty .minicart-empty-container {
      margin-top: 55px; }
    #miniCartModal .minicart-empty .minicart-empty-message {
      font-family: "Eina01-Bold";
      font-size: 16px;
      text-align: center;
      margin-top: 55px;
      margin-bottom: 20px; }
    #miniCartModal .minicart-empty .minicart-empty-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
    #miniCartModal .minicart-empty .minicart-empty-close-btn {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      line-height: 1;
      padding: 13px 21px;
      font-size: 14px;
      margin-bottom: 44px;
      font-family: "Eina01-Bold";
      color: #fff;
      border: none;
      border-radius: 48px;
      text-transform: capitalize;
      outline: none;
      cursor: pointer; }
      .red-2-orange #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922); }
      .yellow-2-green #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242); }
      .teal-2-blue #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
      .navy-2-purple #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a); }
      .pink-2-red #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #ee99b4, #d31e47);
        background: -webkit-gradient(to right, #ee99b4, #d31e47);
        background: -o-linear-gradient(to right, #ee99b4, #d31e47); }
      .orange-2-red #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #ef7922, #c00);
        background: -webkit-gradient(to right, #ef7922, #c00);
        background: -o-linear-gradient(to right, #ef7922, #c00); }
      .green-2-yellow #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #80c242, #ffc012);
        background: -webkit-gradient(to right, #80c242, #ffc012);
        background: -o-linear-gradient(to right, #80c242, #ffc012); }
      .blue-2-teal #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #3292cf, #6ac5b0);
        background: -webkit-gradient(to right, #3292cf, #6ac5b0);
        background: -o-linear-gradient(to right, #3292cf, #6ac5b0); }
      .purple-2-navy #miniCartModal .minicart-empty .minicart-empty-close-btn {
        background: linear-gradient(to right, #c11c8a, #02549d);
        background: -webkit-gradient(to right, #c11c8a, #02549d);
        background: -o-linear-gradient(to right, #c11c8a, #02549d); }
    #miniCartModal .minicart-empty .separator {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #cbcbcb; }
    #miniCartModal .minicart-empty .minicart-empty-footer-title {
      display: inline-block;
      margin-top: 24px;
      margin-bottom: 29px;
      font-size: 16px;
      font-family: "Eina01-Bold"; }
    #miniCartModal .minicart-empty .minicart-empty-footer-list {
      width: 100%;
      list-style: none;
      padding: 0;
      margin-bottom: 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      gap: 12px; }
      @media (min-width: 768px) {
        #miniCartModal .minicart-empty .minicart-empty-footer-list {
          width: 80%; } }
      #miniCartModal .minicart-empty .minicart-empty-footer-list .minicart-empty-footer-item:nth-child(3):nth-last-child(n + 2) {
        margin-left: 16px; }
        @media (min-width: 992px) {
          #miniCartModal .minicart-empty .minicart-empty-footer-list .minicart-empty-footer-item:nth-child(3):nth-last-child(n + 2) {
            margin-left: 35px; } }
      #miniCartModal .minicart-empty .minicart-empty-footer-list .minicart-empty-footer-item:nth-child(2):nth-last-child(3) {
        margin-right: 16px; }
        @media (min-width: 992px) {
          #miniCartModal .minicart-empty .minicart-empty-footer-list .minicart-empty-footer-item:nth-child(2):nth-last-child(3) {
            margin-right: 35px; } }
    #miniCartModal .minicart-empty .minicart-empty-footer-link {
      display: inline-block;
      font-size: 12px;
      font-family: "Eina01-SemiBold";
      color: #fff;
      text-align: center;
      padding: 8px 20px;
      border: none;
      border-radius: 48px;
      min-width: 105px; }
      @media (min-width: 768px) {
        #miniCartModal .minicart-empty .minicart-empty-footer-link {
          font-size: 14px;
          min-width: 125px; } }
    .red-2-orange #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #c0344a; }
    .red-2-orange #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #d1312c; }
    .red-2-orange #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #e66d30; }
    .red-2-orange #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #ee8632; }
    .orange-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #ee8632; }
    .orange-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #e66d30; }
    .orange-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #d1312c; }
    .orange-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #c0344a; }
    .green-2-yellow #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #81c341; }
    .green-2-yellow #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #b6c14c; }
    .green-2-yellow #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #cbc149; }
    .green-2-yellow #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #ffc113; }
    .yellow-2-green #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #ffc113; }
    .yellow-2-green #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #cbc149; }
    .yellow-2-green #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #b6c14c; }
    .yellow-2-green #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #81c341; }
    .blue-2-teal #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #1a82da; }
    .blue-2-teal #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #319ad6; }
    .blue-2-teal #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #44aed3; }
    .blue-2-teal #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #5dc9cf; }
    .teal-2-blue #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #5dc9cf; }
    .teal-2-blue #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #44aed3; }
    .teal-2-blue #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #319ad6; }
    .teal-2-blue #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #1a82da; }
    .purple-2-navy #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #c31e8c; }
    .purple-2-navy #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #7b3293; }
    .purple-2-navy #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #37469a; }
    .purple-2-navy #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #02559f; }
    .navy-2-purple #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #02559f; }
    .navy-2-purple #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #37469a; }
    .navy-2-purple #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #7b3293; }
    .navy-2-purple #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #c31e8c; }
    .pink-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(1) .minicart-empty-footer-link {
      background-color: #df9fbe; }
    .pink-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(2) .minicart-empty-footer-link {
      background-color: #d2537b; }
    .pink-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(3) .minicart-empty-footer-link {
      background-color: #d24262; }
    .pink-2-red #miniCartModal .minicart-empty .minicart-empty-footer-item:nth-child(4) .minicart-empty-footer-link {
      background-color: #ce3052; }

@media (min-width: 1200px) and (max-width: 1399.98px) {
  #header.new-header .header-banner .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px; }
  #header.new-header .new-main-menu .navbar-nav .nav-item a.menu-item-link {
    padding: 0 10px; } }

.btn:hover, .btn:focus, .btn:active {
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  box-shadow: none; }

.black-button {
  display: inline-block;
  font-family: "Eina01-Bold";
  font-size: 1.0714rem;
  padding: 1em 1.67em;
  min-width: 9em;
  border-radius: 1.7em;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  color: #fff;
  background-color: #272727;
  border-color: #272727; }
  .black-button:hover, .black-button:focus {
    cursor: pointer; }
  .black-button:hover {
    color: #272727;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 7px -2px #333; }

.white-button {
  display: inline-block;
  font-family: "Eina01-Bold";
  font-size: 1.0714rem;
  padding: 1em 1.67em;
  min-width: 9em;
  border-radius: 1.7em;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  box-shadow: 0 2px 7px -2px #333;
  color: #272727;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  text-align: center; }
  .white-button:hover, .white-button:focus {
    cursor: pointer; }
  .white-button:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727; }

html,
body {
  font-size: 14px;
  font-family: "CamphorW01-Regular", sans-serif;
  color: #272727;
  font-weight: normal;
  line-height: normal;
  scroll-behavior: smooth;
  padding-right: 0 !important; }

a {
  color: #272727;
  transition: ease-in 0.3s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: 0;
    color: #272727; }

img,
picture {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

p {
  margin-top: 0;
  margin-bottom: 0.714rem; }

.select-custom {
  position: relative;
  z-index: 1;
  display: inline-block; }
  .select-custom::before {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 50%;
    content: "\E90B";
    font-size: 0.7143rem;
    pointer-events: none;
    background: linear-gradient(to right, #c00, #ef7922);
    background: -webkit-gradient(to right, #c00, #ef7922);
    background: -o-linear-gradient(to right, #c00, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
    transform: translateY(-50%); }
    .red-2-orange .select-custom::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .yellow-2-green .select-custom::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .teal-2-blue .select-custom::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .navy-2-purple .select-custom::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .orange-2-red .select-custom::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .green-2-yellow .select-custom::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .blue-2-teal .select-custom::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .purple-2-navy .select-custom::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .select-custom::before {
        background: none !important;
        -webkit-text-fill-color: inherit; }
        .logo-red .select-custom::before {
          color: #c00; }
        .logo-orange .select-custom::before {
          color: #ef7922; }
        .logo-yellow .select-custom::before {
          color: #ffc012; }
        .logo-green .select-custom::before {
          color: #80c242; }
        .logo-teal .select-custom::before {
          color: #6ac5b0; }
        .logo-blue .select-custom::before {
          color: #3292cf; }
        .logo-navy .select-custom::before {
          color: #02549d; }
        .logo-purple .select-custom::before {
          color: #c11c8a; } }
  .select-custom::after {
    content: '';
    position: absolute;
    z-index: 3;
    display: block;
    min-height: 1px;
    background: #808080;
    min-width: 100%; }

@-moz-document url-prefix() {
  .select-custom::before {
    position: relative;
    left: 88%;
    top: 35px;
    pointer-events: none; }
    @media (min-width: 768px) {
      .select-custom::before {
        left: 90%; } } }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 1.0714rem 2rem 1.0714rem 0.357rem;
  font-family: "CamphorW01-Regular";
  outline: none;
  width: 100%;
  background: transparent; }
  select::-ms-expand {
    display: none; }

.btn:hover, .btn:focus, .btn:active {
  box-shadow: none; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  box-shadow: none; }

.black-button {
  display: inline-block;
  font-family: "Eina01-Bold";
  font-size: 1.0714rem;
  padding: 1em 1.67em;
  min-width: 9em;
  border-radius: 1.7em;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  color: #fff;
  background-color: #272727;
  border-color: #272727; }
  .black-button:hover, .black-button:focus {
    cursor: pointer; }
  .black-button:hover {
    color: #272727;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 7px -2px #333; }

.white-button {
  display: inline-block;
  font-family: "Eina01-Bold";
  font-size: 1.0714rem;
  padding: 1em 1.67em;
  min-width: 9em;
  border-radius: 1.7em;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  box-shadow: 0 2px 7px -2px #333;
  color: #272727;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  text-align: center; }
  .white-button:hover, .white-button:focus {
    cursor: pointer; }
  .white-button:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.form-group {
  position: relative;
  margin-bottom: 2.2rem;
  font-size: 1em; }
  .form-group.required label.form-control-label::before {
    color: #999; }
  .form-group label.form-control-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    letter-spacing: 0.5px;
    transition: 0.3s; }
    .form-group label.form-control-label::before {
      color: #999; }
  .form-group input.form-control {
    padding-bottom: 1em; }
  .form-group input[type=text]::-ms-reveal, .form-group input[type=text]::-ms-clear, .form-group input[type=email]::-ms-reveal, .form-group input[type=email]::-ms-clear, .form-group input[type=tel]::-ms-reveal, .form-group input[type=tel]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .form-group .form-control {
    padding: 0.2857em 0.1429em;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    background-color: transparent;
    height: 2em; }
    .form-group .form-control:focus {
      border-bottom: 1px solid #fff;
      outline: none;
      box-shadow: none; }
      .form-group .form-control:focus ~ .focus-border {
        width: 100%;
        left: 0;
        z-index: 1;
        transition: 0.3s; }
    .form-group .form-control:focus ~ label, .form-group .form-control.has-content ~ label {
      top: -1.3em;
      transform-origin: left;
      transform: scale(0.65); }
      @media (min-width: 1200px) {
        .form-group .form-control:focus ~ label, .form-group .form-control.has-content ~ label {
          transform: scale(0.8); } }
    .form-group .form-control.is-invalid:focus {
      border-color: #fff;
      box-shadow: none; }
  .form-group select.form-control:not([size]):not([multiple]) {
    height: 2em; }
  .form-group .focus-border {
    position: absolute;
    top: calc(2em - 1px);
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #272727;
    transition: 0.4s; }

.container-wide-screen {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto; }

.checkbox {
  position: relative;
  padding-right: 15px; }
  .checkbox::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #6f6f6f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .checkbox::before {
    content: '';
    width: 8px;
    height: 8px;
    right: 2px;
    background-color: #094f8d;
    position: absolute;
    top: 50%;
    transition: ease-in 0.3s;
    transform: translateY(-50%) scale(0); }
  .checkbox.selected::before, .checkbox.checked::before {
    transform: translateY(-50%) scale(1); }

.custom-checkbox {
  opacity: 0; }
  .form-group.custom-control .custom-checkbox.has-content ~ label {
    transform: scale(1);
    top: 0; }
  .custom-checkbox ~ label {
    position: relative;
    padding-left: 2em;
    font-size: 0.78571em; }
    .custom-checkbox ~ label span {
      font-size: 1.28571em; }
    .custom-checkbox ~ label::before, .custom-checkbox ~ label::after {
      position: absolute;
      display: block;
      content: ""; }
    .custom-checkbox ~ label::before {
      width: 14px;
      height: 14px;
      background-color: #fff;
      border: 1px solid #c2c2c2;
      border-radius: 50%;
      top: 2px;
      left: 0; }
    .custom-checkbox ~ label::after {
      top: 4px;
      left: 2px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: none;
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922); }
      .red-2-orange .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922); }
      .yellow-2-green .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242); }
      .teal-2-blue .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
      .navy-2-purple .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a); }
      .orange-2-red .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #ef7922, #c00);
        background: -webkit-gradient(to right, #ef7922, #c00);
        background: -o-linear-gradient(to right, #ef7922, #c00); }
      .green-2-yellow .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #80c242, #ffc012);
        background: -webkit-gradient(to right, #80c242, #ffc012);
        background: -o-linear-gradient(to right, #80c242, #ffc012); }
      .blue-2-teal .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #3292cf, #6ac5b0);
        background: -webkit-gradient(to right, #3292cf, #6ac5b0);
        background: -o-linear-gradient(to right, #3292cf, #6ac5b0); }
      .purple-2-navy .custom-checkbox ~ label::after {
        background: linear-gradient(to right, #c11c8a, #02549d);
        background: -webkit-gradient(to right, #c11c8a, #02549d);
        background: -o-linear-gradient(to right, #c11c8a, #02549d); }
  .custom-checkbox:checked ~ label::after {
    display: block; }

.custom-radio {
  opacity: 0;
  top: -0.2857em;
  left: 0;
  width: 1.57143em;
  height: 1.57143em;
  margin-top: 0;
  margin-left: 0;
  z-index: 2; }
  .custom-radio ~ label {
    position: relative;
    line-height: 1;
    padding-left: 2.769em; }
    .custom-radio ~ label::before, .custom-radio ~ label::after {
      position: absolute;
      display: block;
      content: ""; }
    .custom-radio ~ label::before {
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: #fff;
      border-radius: 50%;
      border: 1px solid #272727;
      transform: translateY(-50%); }
    .custom-radio ~ label::after {
      top: 50%;
      left: 2px;
      width: 10px;
      height: 10px;
      background-color: #272727;
      border-radius: 50%;
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      transform: translateY(-50%) scale(0);
      transition: ease-in 0.3s; }
      .red-2-orange .custom-radio ~ label::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922); }
      .yellow-2-green .custom-radio ~ label::after {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242); }
      .teal-2-blue .custom-radio ~ label::after {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
      .navy-2-purple .custom-radio ~ label::after {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a); }
      .orange-2-red .custom-radio ~ label::after {
        background: linear-gradient(to right, #ef7922, #c00);
        background: -webkit-gradient(to right, #ef7922, #c00);
        background: -o-linear-gradient(to right, #ef7922, #c00); }
      .green-2-yellow .custom-radio ~ label::after {
        background: linear-gradient(to right, #80c242, #ffc012);
        background: -webkit-gradient(to right, #80c242, #ffc012);
        background: -o-linear-gradient(to right, #80c242, #ffc012); }
      .blue-2-teal .custom-radio ~ label::after {
        background: linear-gradient(to right, #3292cf, #6ac5b0);
        background: -webkit-gradient(to right, #3292cf, #6ac5b0);
        background: -o-linear-gradient(to right, #3292cf, #6ac5b0); }
      .purple-2-navy .custom-radio ~ label::after {
        background: linear-gradient(to right, #c11c8a, #02549d);
        background: -webkit-gradient(to right, #c11c8a, #02549d);
        background: -o-linear-gradient(to right, #c11c8a, #02549d); }
  .custom-radio:checked ~ label::after {
    transform: translateY(-50%) scale(1); }

.back-to-top {
  display: inline-block;
  width: 47px;
  height: 47px;
  color: #272727;
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: -1;
  font-size: 1.857rem;
  visibility: hidden;
  background-color: #fff;
  transition: ease-in-out 0.3s;
  border-radius: 50%; }
  .back-to-top::before {
    content: '';
    border: 5px solid #272727;
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 1;
    opacity: 0.4;
    border-radius: 50%; }
  .back-to-top.show {
    z-index: 98;
    visibility: visible; }
  .back-to-top .sa-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  @media (min-width: 992px) {
    .back-to-top {
      right: 30px; } }
  @media (min-width: 1600px) {
    .back-to-top {
      display: inline-block;
      width: 60px;
      height: 60px;
      right: 88px;
      bottom: 88px;
      font-size: 2.257rem;
      border-width: 5px; } }

.hide-shipping-discount {
  display: none; }

.modal .modal-title {
  font-family: "Eina01-Bold"; }

.modal .modal-footer {
  -ms-flex-pack: center;
      justify-content: center; }
  .modal .modal-footer .btn-outline-primary,
  .modal .modal-footer .btn-primary {
    display: inline-block;
    font-family: "Eina01-Bold";
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    color: #272727;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    min-width: 7em;
    line-height: 0.3rem; }
    .modal .modal-footer .btn-outline-primary:hover, .modal .modal-footer .btn-outline-primary:focus,
    .modal .modal-footer .btn-primary:hover,
    .modal .modal-footer .btn-primary:focus {
      cursor: pointer; }
    .modal .modal-footer .btn-outline-primary:hover,
    .modal .modal-footer .btn-primary:hover {
      color: #fff;
      background-color: #272727;
      border-color: #272727; }
  .modal .modal-footer .btn-outline-primary {
    display: inline-block;
    font-family: "Eina01-Bold";
    font-size: 1.0714rem;
    padding: 1em 1.67em;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    min-width: 7em; }
    .modal .modal-footer .btn-outline-primary:hover, .modal .modal-footer .btn-outline-primary:focus {
      cursor: pointer; }
    .modal .modal-footer .btn-outline-primary:hover {
      color: #272727;
      background-color: #fff;
      border-color: transparent;
      box-shadow: 0 2px 7px -2px #333; }

body &gt; .veil {
  z-index: 1021; }

body.modal-open &gt; .veil {
  z-index: 1050; }

.veil {
  position: fixed; }
  .veil .underlay {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    z-index: 1050;
    background-color: #fff; }

.page-child-transparent {
  position: relative; }
  .page-child-transparent::before {
    content: '';
    background: #272727;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    padding: 100%;
    z-index: 99; }
  .page-child-transparent.back-to-top::before {
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0.4;
    z-index: 1; }

#downloadCouponModal .btn-go-coupon {
  display: inline-block;
  font-family: "Eina01-Bold";
  font-size: 1.0714rem;
  padding: 1em 1.67em;
  min-width: 9em;
  border-radius: 1.7em;
  transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  padding: 0.5rem 2.143rem 0.714rem; }
  #downloadCouponModal .btn-go-coupon:hover, #downloadCouponModal .btn-go-coupon:focus {
    cursor: pointer; }
  #downloadCouponModal .btn-go-coupon:hover {
    color: #272727;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 2px 7px -2px #333; }

#downloadCouponModal .modal-header .close {
  border: none;
  box-shadow: none;
  position: relative;
  text-shadow: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=1); }
  #downloadCouponModal .modal-header .close::before {
    content: "\E904";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, #c00, #ef7922);
    background: -webkit-gradient(to right, #c00, #ef7922);
    background: -o-linear-gradient(to right, #c00, #ef7922);
    display: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal; }
    .red-2-orange #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .yellow-2-green #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .teal-2-blue #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .navy-2-purple #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .orange-2-red #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .green-2-yellow #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .blue-2-teal #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .purple-2-navy #downloadCouponModal .modal-header .close::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #downloadCouponModal .modal-header .close::before {
        background: none !important;
        -webkit-text-fill-color: inherit; }
        .logo-red #downloadCouponModal .modal-header .close::before {
          color: #c00; }
        .logo-orange #downloadCouponModal .modal-header .close::before {
          color: #ef7922; }
        .logo-yellow #downloadCouponModal .modal-header .close::before {
          color: #ffc012; }
        .logo-green #downloadCouponModal .modal-header .close::before {
          color: #80c242; }
        .logo-teal #downloadCouponModal .modal-header .close::before {
          color: #6ac5b0; }
        .logo-blue #downloadCouponModal .modal-header .close::before {
          color: #3292cf; }
        .logo-navy #downloadCouponModal .modal-header .close::before {
          color: #02549d; }
        .logo-purple #downloadCouponModal .modal-header .close::before {
          color: #c11c8a; } }
  #downloadCouponModal .modal-header .close span {
    display: none; }

.add-to-cart-messages .alert-success {
  color: #272727;
  background-color: #fff;
  border-color: #999;
  border-radius: 0; }

@media (max-width: 575.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xs.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-sm.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 991.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-md.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-lg.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1399.98px) {
  .menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xl.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1599.98px) {
  .menu-toggleable-left.navbar-toggleable-xml {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xml.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1919.98px) {
  .menu-toggleable-left.navbar-toggleable-xxl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xxl.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 2559.98px) {
  .menu-toggleable-left.navbar-toggleable-fhd {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-fhd.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 2879.98px) {
  .menu-toggleable-left.navbar-toggleable-rt {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-rt.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 3839.98px) {
  .menu-toggleable-left.navbar-toggleable-rt15 {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-rt15.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 4095.98px) {
  .menu-toggleable-left.navbar-toggleable-uhd {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-uhd.in {
      min-width: 50%;
      left: 0; } }

.menu-toggleable-left.navbar-toggleable-s4k {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%; }
  .menu-toggleable-left.navbar-toggleable-s4k.in {
    min-width: 50%;
    left: 0; }

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0; }
  @media (min-width: 768px) {
    .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
      margin-left: 0; }
    .navbar.bg-inverse .navbar-nav .nav-link {
      padding: 0.8rem;
      white-space: nowrap; } }

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444; }

@media (min-width: 768px) {
  .nav-item &gt; .nav-link {
    color: #fff; } }

@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4; } }

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 768px) {
    .menu-toggleable-left .close-menu {
      display: none; } }

.menu-toggleable-left .menu-group {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.menu-toggleable-left li &gt; .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0; }

@media (max-width: 767.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222; } }

@media (max-width: 575.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */ } }

@media (max-width: 767.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee; }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static; }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem; }
    .menu-toggleable-left.in .dropdown-toggle::after {
      border-top: 0.3em solid transparent;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid;
      position: absolute;
      right: 0.3em;
      margin-top: 0.55em; }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem; }
  .menu-toggleable-left.in .show &gt; .dropdown-menu {
    left: 0; }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block; } }

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0; }
  @media (min-width: 768px) {
    .multilevel-dropdown .dropdown-menu {
      box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4); } }

.multilevel-dropdown .dropdown-item.dropdown &gt; .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em; }

@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu &gt; .dropdown &gt; .dropdown-menu {
    top: -0.65em;
    left: 99%; } }

.multilevel-dropdown .navbar &gt; .close-menu &gt; .back {
  display: none; }

.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em; }

.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em; }
  .multilevel-dropdown .dropdown-item .dropdown-link {
    display: block;
    padding: 0.425em 5em 0.425em 0; }
  .multilevel-dropdown .dropdown-item + .dropdown-item {
    border-top: 1px solid #eee; }
  .multilevel-dropdown .dropdown-item.top-category {
    font-weight: bold; }
    .multilevel-dropdown .dropdown-item.top-category &gt; .nav-link {
      padding-left: 0; }

body.menu-opened {
  height: 100vh;
  overflow: hidden; }

@media (min-width: 1200px) {
  body.ie .section-header .menu-toggleable-left {
    -ms-flex: 0 0 64%;
        flex: 0 0 64%;
    max-width: 64%; } }

@media (min-width: 1600px) {
  body.ie .section-header .menu-toggleable-left {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.menu-opened .section-header {
  z-index: 100; }

.menu-opened .section-header .navbar-header::before,
.menu-closing .section-header .navbar-header::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(39, 39, 39, 0.7);
  z-index: 2;
  height: 100vh; }

.menu-opened .section-header .navbar-header .container-fluid,
.menu-closing .section-header .navbar-header .container-fluid {
  background-color: #fff;
  width: 320px;
  margin: 0;
  height: 100%;
  float: right; }
  @media (min-width: 768px) {
    .menu-opened .section-header .navbar-header .container-fluid,
    .menu-closing .section-header .navbar-header .container-fluid {
      height: 100%; } }
  @media (min-width: 992px) {
    .menu-opened .section-header .navbar-header .container-fluid,
    .menu-closing .section-header .navbar-header .container-fluid {
      height: auto; } }

.menu-opened .section-header .navbar-header::before {
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease-in; }

.menu-closing .section-header .navbar-header::before {
  opacity: 0; }

.section-header .btn-link {
  color: #272727; }
  .section-header .btn-link:hover, .section-header .btn-link:focus, .section-header .btn-link:active {
    color: #272727;
    text-decoration: none; }

.section-header .logout-link {
  font-size: 0.786rem;
  color: #6b6b6b;
  text-decoration: underline;
  position: absolute;
  right: 2.143rem;
  bottom: 1.2rem; }

.section-header .nav-banner-wrapper {
  display: none; }
  @media (min-width: 1200px) {
    .section-header .nav-banner-wrapper {
      -ms-flex-order: 100;
          order: 100;
      margin-top: 0;
      padding-left: 1.071em;
      padding-top: 1.071em;
      border-left: 1px solid #272727;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 1em;
      width: 12em;
      display: block; } }
  @media (min-width: 1600px) {
    .section-header .nav-banner-wrapper {
      bottom: 2.5em; } }
  .section-header .nav-banner-wrapper .product-tile {
    position: relative;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .section-header .nav-banner-wrapper .product-tile {
        max-width: none; } }
    @media (min-width: 1200px) {
      .section-header .nav-banner-wrapper .product-tile .image-container {
        padding-top: 0.5em; }
        .section-header .nav-banner-wrapper .product-tile .image-container img {
          max-height: 100px; } }
    @media (min-width: 1600px) {
      .section-header .nav-banner-wrapper .product-tile .image-container img {
        max-height: 120px; } }
    .section-header .nav-banner-wrapper .product-tile .tile-message {
      top: 0;
      left: 0; }

.section-header .dropdown-item {
  padding-left: 0; }
  .section-header .dropdown-item:active {
    background: none;
    color: #272727; }
  .section-header .dropdown-item .dropdown-link {
    padding: 0.714em 0;
    font-family: "CamphorW01-Regular";
    white-space: pre-line; }

@media (min-width: 1200px) {
  .section-header .header-content-inner,
  .section-header .main-menu,
  .section-header .navbar,
  .section-header .navbar-nav {
    position: static; } }

.section-header .menu-toggleable-left.navbar-toggleable-sm {
  left: auto;
  right: -100%;
  margin-right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  padding-right: 0;
  background: none;
  z-index: 3;
  transition: right 0.8s cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 1200px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm {
      position: static;
      right: auto;
      width: auto; } }
  .section-header .menu-toggleable-left.navbar-toggleable-sm.in {
    right: 0;
    overflow-y: auto;
    padding-left: 0;
    background: none;
    z-index: 11;
    transition-delay: 0.2s; }
    .menu-opened .section-header .menu-toggleable-left.navbar-toggleable-sm.in {
      height: 100vh; }
    .section-header .menu-toggleable-left.navbar-toggleable-sm.in .nav-item .nav-link {
      padding-left: 0; }
  .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
    padding-left: 2.857em;
    padding-right: 2.143em;
    border-bottom: 1px solid #f5f5f5; }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
        border-bottom: 0;
        padding: 1.25em 0.8em;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex; } }
    @media (min-width: 1400px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
        padding: 1.25em 1.4em; } }
    @media (min-width: 1600px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
        padding-left: 1.7em;
        padding-right: 1.7em; } }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link {
        padding: 0 0.2rem;
        font-size: 0.857rem;
        font-family: "Eina01-SemiBold"; } }
    @media (min-width: 1400px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link {
        font-size: 1rem; } }
    @media (min-width: 1600px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link {
        font-size: 1.1429rem; } }
    .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link[href="#"]:active {
      pointer-events: none; }
    .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse {
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 1200px) {
        .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
          width: 12em;
          padding-right: 0; } }
      @media (min-width: 1200px) {
        .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-discover .dropdown-item {
          min-width: 20rem; } }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-brand, .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-category-promotion-page {
        min-height: auto;
        -ms-flex-pack: start;
            justify-content: flex-start;
        padding-top: 15px;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-brand &gt; .dropdown-item, .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item {
        width: auto;
        max-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        white-space: normal;
        padding: 0; } }
  @media (min-width: 1200px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-right: 0;
      padding-top: 15px;
      padding-left: 15%;
      padding-right: 15%; }
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link {
        text-transform: none !important;
        font-weight: normal; } }
  @media (min-width: 1200px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper {
      position: absolute;
      top: 30px;
      right: auto;
      bottom: 25px;
      padding-left: 15px;
      width: 60%;
      max-width: 60%;
      padding-top: 0;
      border-left: none;
      left: 35%; }
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper div,
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper div {
        height: 100%; }
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper img,
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper img {
        max-height: 100%; } }
  @media (min-width: 1600px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper {
      top: 40px;
      bottom: 30px;
      padding-left: 30px; } }

.section-header .main-menu {
  z-index: 1030;
  background: #fff; }
  @media (min-width: 1200px) {
    .section-header .main-menu {
      margin-top: 0;
      border: 0;
      padding-left: 0; } }
  @media (min-width: 1600px) {
    .section-header .main-menu {
      margin-left: 4%;
      padding-left: 15px; } }
  .section-header .main-menu.appended .navbar {
    overflow-y: auto;
    height: 100vh; }
    @media (min-width: 1200px) {
      .section-header .main-menu.appended .navbar {
        height: auto;
        overflow: visible; } }
  .section-header .main-menu .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .section-header .main-menu .container-fluid {
        max-width: 340px; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .container-fluid {
        max-width: none; } }
  .section-header .main-menu .navbar-nav {
    position: relative;
    padding-top: 55px;
    padding-bottom: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (min-width: 1200px) {
      .section-header .main-menu .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        max-width: none;
        position: static; } }
    .section-header .main-menu .navbar-nav &gt; li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      @media (min-width: 1200px) {
        .section-header .main-menu .navbar-nav &gt; li {
          -ms-flex: none;
              flex: none;
          padding-left: 0;
          padding-right: 0; } }
  .section-header .main-menu .navbar {
    color: #272727;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .section-header .main-menu .navbar {
        display: block; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .navbar {
        overflow: visible; } }
    .section-header .main-menu .navbar .menu-group {
      background: #fff; }
      @media (min-width: 768px) {
        .section-header .main-menu .navbar .menu-group {
          -ms-flex-pack: center;
              justify-content: center;
          display: -ms-flexbox;
          display: flex;
          display: -ms-flex; } }
    .section-header .main-menu .navbar .nav-item {
      border-top: 0; }
      .section-header .main-menu .navbar .nav-item:focus {
        outline: 0; }
      @media (min-width: 1200px) {
        .section-header .main-menu .navbar .nav-item {
          position: static; }
          .section-header .main-menu .navbar .nav-item.active &gt; .nav-link::before {
            width: 100%; }
          .section-header .main-menu .navbar .nav-item.active &gt; .dropdown-collapse {
            visibility: visible;
            z-index: 11;
            opacity: 1;
            filter: alpha(opacity=1); }
            .section-header .main-menu .navbar .nav-item.active &gt; .dropdown-collapse::after {
              visibility: visible; }
          .section-header .main-menu .navbar .nav-item &gt; .nav-link {
            position: relative; }
            .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
              content: '';
              height: 3px;
              position: absolute;
              left: 50%;
              top: 100%;
              z-index: 1;
              width: 0;
              z-index: 12;
              width: 0;
              margin-top: 1.6em;
              transition: ease-in 0.3s;
              transform: translateX(-50%);
              background: linear-gradient(to right, #c00, #ef7922);
              background: -webkit-gradient(to right, #c00, #ef7922);
              background: -o-linear-gradient(to right, #c00, #ef7922); }
              .red-2-orange .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #c00, #ef7922);
                background: -webkit-gradient(to right, #c00, #ef7922);
                background: -o-linear-gradient(to right, #c00, #ef7922); }
              .yellow-2-green .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #ffc012, #80c242);
                background: -webkit-gradient(to right, #ffc012, #80c242);
                background: -o-linear-gradient(to right, #ffc012, #80c242); }
              .teal-2-blue .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #6ac5b0, #3292cf);
                background: -webkit-gradient(to right, #6ac5b0, #3292cf);
                background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
              .navy-2-purple .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #02549d, #c11c8a);
                background: -webkit-gradient(to right, #02549d, #c11c8a);
                background: -o-linear-gradient(to right, #02549d, #c11c8a); }
              .orange-2-red .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #c00, #ef7922) border-box; }
              .green-2-yellow .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #ffc012, #80c242) border-box; }
              .blue-2-teal .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #6ac5b0, #3292cf) border-box; }
              .purple-2-navy .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #02549d, #c11c8a) border-box; }
              [data-action="Home-Show"] .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #c00, #ef7922);
                background: -webkit-gradient(to right, #c00, #ef7922);
                background: -o-linear-gradient(to right, #c00, #ef7922); }
              [data-action^="Sites"] .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #c00, #ef7922);
                background: -webkit-gradient(to right, #c00, #ef7922);
                background: -o-linear-gradient(to right, #c00, #ef7922); } }
    @media (min-width: 1200px) and (min-width: 1600px) {
      .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
        margin-top: 1.4em; } }
      @media (min-width: 1200px) {
            .section-header .main-menu .navbar .nav-item &gt; .nav-link:hover, .section-header .main-menu .navbar .nav-item &gt; .nav-link:focus {
              background: none; } }
      @media (min-width: 1200px) {
        .section-header .main-menu .navbar .nav-item &gt; .dropdown-collapse {
          box-shadow: none;
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          z-index: -1;
          background: #fff;
          margin-top: 0;
          visibility: hidden;
          min-height: 220px;
          padding-top: 0;
          padding-bottom: 35px;
          border-top: 1px solid #f6f6f6;
          display: -ms-flexbox;
          display: flex;
          display: -ms-flex;
          transition: ease-in-out 0.3s;
          opacity: 0;
          filter: alpha(opacity=0); } }
      @media (min-width: 1600px) {
        .section-header .main-menu .navbar .nav-item &gt; .dropdown-collapse {
          min-height: 250px; } }
  .section-header .main-menu .multi-collapse {
    padding-left: 30px;
    padding-right: 30px; }
    .section-header .main-menu .multi-collapse .multi-collapse {
      padding-left: 14px;
      padding-right: 14px; }
      .section-header .main-menu .multi-collapse .multi-collapse.level-3 {
        padding: 0; }
        @media (min-width: 1200px) {
          .section-header .main-menu .multi-collapse .multi-collapse.level-3 {
            padding-left: 14px;
            padding-right: 14px; } }
        @media (min-width: 1200px) {
          .section-header .main-menu .multi-collapse .multi-collapse.level-3 {
            padding-left: 20px; } }
        .section-header .main-menu .multi-collapse .multi-collapse.level-3 .dropdown-item {
          padding: 0; }
  .section-header .main-menu .nav-item {
    position: relative; }
    .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link {
      font-size: 1rem; }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link:hover {
        color: silver; }
      @media (min-width: 1200px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link {
          font-size: 0.929rem;
          padding-right: 0; }
          .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link::after {
            content: none; } }
      @media (min-width: 1600px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link {
          font-size: 1rem; } }
    .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item {
      padding-left: 20px;
      text-align: left; }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item.top-category {
        padding-left: 40px; }
      @media (min-width: 1200px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item {
          padding-left: 0; }
          .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item.top-category {
            padding-left: 0; } }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item:hover, .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item:focus {
        background: none;
        color: #272727; }
    .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
      padding-top: 5px;
      padding-bottom: 5px; }
      @media (min-width: 1200px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
          padding-top: 15px;
          padding-right: 15px; } }
      @media (min-width: 1600px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
          padding-top: 20px;
          padding-right: 20px; } }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item.top-category {
        padding-top: 2px; }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
      .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
        text-transform: none;
        font-family: "Eina01-SemiBold";
        font-size: 1rem; }
        @media (min-width: 1200px) {
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
            font-size: 1rem; } }
        @media (min-width: 1600px) {
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
            font-size: 1.0714rem; } }
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link::after,
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3::after {
          content: none; }
  .section-header .main-menu .nav-item-account,
  .section-header .main-menu .nav-top-item {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
    .section-header .main-menu .nav-item-account p,
    .section-header .main-menu .nav-top-item p {
      margin-bottom: 0; }
  @media (min-width: 1200px) {
    .section-header .main-menu .nav-top-item {
      padding: 0 0.5em; } }
  .section-header .main-menu .nav-top-item a {
    display: block;
    position: relative; }
    .section-header .main-menu .nav-top-item a::after {
      font-family: "AT-icons";
      content: "\E912";
      text-indent: 0;
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 0.786rem;
      transform: translateY(-50%); }
      .red-2-orange .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section-header .main-menu .nav-top-item a::after {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .section-header .main-menu .nav-top-item a::after {
            color: #c00; }
          .logo-orange .section-header .main-menu .nav-top-item a::after {
            color: #ef7922; }
          .logo-yellow .section-header .main-menu .nav-top-item a::after {
            color: #ffc012; }
          .logo-green .section-header .main-menu .nav-top-item a::after {
            color: #80c242; }
          .logo-teal .section-header .main-menu .nav-top-item a::after {
            color: #6ac5b0; }
          .logo-blue .section-header .main-menu .nav-top-item a::after {
            color: #3292cf; }
          .logo-navy .section-header .main-menu .nav-top-item a::after {
            color: #02549d; }
          .logo-purple .section-header .main-menu .nav-top-item a::after {
            color: #c11c8a; }
          [data-action="Home-Show"] .section-header .main-menu .nav-top-item a::after {
            color: #c00; }
          [data-action^="Sites"] .section-header .main-menu .nav-top-item a::after {
            color: #c00; } }
      [data-action="Home-Show"] .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    @media (min-width: 1200px) {
      .section-header .main-menu .nav-top-item a::after {
        content: none; } }
    @media (max-width: 1199.98px) {
      .section-header .main-menu .nav-top-item a img {
        width: 9.714rem; } }
  .section-header .main-menu .nav-item-account .fa-sign-in::before {
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
    content: "\E908";
    font-size: 1.4286rem;
    margin-right: 1em; }
    .red-2-orange .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .yellow-2-green .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .teal-2-blue .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .navy-2-purple .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .orange-2-red .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .green-2-yellow .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .blue-2-teal .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .purple-2-navy .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .section-header .main-menu .nav-item-account .fa-sign-in::before {
        background: none !important;
        -webkit-text-fill-color: inherit; }
        .logo-red .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c00; }
        .logo-orange .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #ef7922; }
        .logo-yellow .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #ffc012; }
        .logo-green .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #80c242; }
        .logo-teal .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #6ac5b0; }
        .logo-blue .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #3292cf; }
        .logo-navy .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #02549d; }
        .logo-purple .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c11c8a; }
        [data-action="Home-Show"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c00; }
        [data-action^="Sites"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c00; } }
    [data-action="Home-Show"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    [data-action^="Sites"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .section-header .main-menu .nav-item-account .user &gt; a {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-align: center;
        align-items: center; }
  .section-header .main-menu .nav-item-account .user span {
    font-family: "Eina01-SemiBold";
    line-height: 1.2; }
  .section-header .main-menu .nav-link,
  .section-header .main-menu .btn-link.collapsed,
  .section-header .main-menu .nav-title {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
    color: #272727;
    background: none;
    font-size: 1rem;
    padding-left: 0;
    display: block;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Eina01-SemiBold";
    transition: none; }
    @media (min-width: 768px) {
      .section-header .main-menu .nav-link,
      .section-header .main-menu .btn-link.collapsed,
      .section-header .main-menu .nav-title {
        padding-top: 1.7em;
        padding-bottom: 1.7em; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .nav-link,
      .section-header .main-menu .btn-link.collapsed,
      .section-header .main-menu .nav-title {
        font-size: 1rem; } }
  .section-header .main-menu .nav-link::after {
    content: none; }
  .section-header .main-menu .nav-collapse-toggle {
    position: relative; }
  .section-header .main-menu .btn-link {
    position: absolute;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    color: #c00;
    right: 30px;
    top: 21px;
    z-index: 2;
    transition: none; }
    @media (min-width: 1200px) {
      .section-header .main-menu .btn-link {
        display: none; } }
    .section-header .main-menu .btn-link::before {
      font-family: "AT-icons";
      content: "\E911";
      text-indent: 0;
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 0.153rem;
      padding: 2px;
      transform: translateY(-50%); }
      .red-2-orange .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section-header .main-menu .btn-link::before {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .section-header .main-menu .btn-link::before {
            color: #c00; }
          .logo-orange .section-header .main-menu .btn-link::before {
            color: #ef7922; }
          .logo-yellow .section-header .main-menu .btn-link::before {
            color: #ffc012; }
          .logo-green .section-header .main-menu .btn-link::before {
            color: #80c242; }
          .logo-teal .section-header .main-menu .btn-link::before {
            color: #6ac5b0; }
          .logo-blue .section-header .main-menu .btn-link::before {
            color: #3292cf; }
          .logo-navy .section-header .main-menu .btn-link::before {
            color: #02549d; }
          .logo-purple .section-header .main-menu .btn-link::before {
            color: #c11c8a; }
          [data-action="Home-Show"] .section-header .main-menu .btn-link::before {
            color: #c00; }
          [data-action^="Sites"] .section-header .main-menu .btn-link::before {
            color: #c00; } }
      [data-action="Home-Show"] .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .section-header .main-menu .btn-link.collapsed {
      text-indent: 0;
      width: auto;
      height: auto;
      position: relative;
      right: auto;
      top: 0; }
      @media (min-width: 1200px) {
        .section-header .main-menu .btn-link.collapsed {
          display: none; } }
      .section-header .main-menu .btn-link.collapsed::after {
        border: none;
        font-family: "AT-icons";
        content: "\E90E";
        text-indent: 0;
        position: absolute;
        margin: 0;
        right: 0;
        top: 50%;
        font-size: 0.786rem;
        color: #c00;
        transform: translateY(-50%); }
        .red-2-orange .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .yellow-2-green .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #ffc012, #80c242);
          background: -webkit-gradient(to right, #ffc012, #80c242);
          background: -o-linear-gradient(to right, #ffc012, #80c242);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .teal-2-blue .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #6ac5b0, #3292cf);
          background: -webkit-gradient(to right, #6ac5b0, #3292cf);
          background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .navy-2-purple .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #02549d, #c11c8a);
          background: -webkit-gradient(to right, #02549d, #c11c8a);
          background: -o-linear-gradient(to right, #02549d, #c11c8a);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .orange-2-red .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .green-2-yellow .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #ffc012, #80c242);
          background: -webkit-gradient(to right, #ffc012, #80c242);
          background: -o-linear-gradient(to right, #ffc012, #80c242);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .blue-2-teal .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #6ac5b0, #3292cf);
          background: -webkit-gradient(to right, #6ac5b0, #3292cf);
          background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .purple-2-navy .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #02549d, #c11c8a);
          background: -webkit-gradient(to right, #02549d, #c11c8a);
          background: -o-linear-gradient(to right, #02549d, #c11c8a);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .section-header .main-menu .btn-link.collapsed::after {
            background: none !important;
            -webkit-text-fill-color: inherit; }
            .logo-red .section-header .main-menu .btn-link.collapsed::after {
              color: #c00; }
            .logo-orange .section-header .main-menu .btn-link.collapsed::after {
              color: #ef7922; }
            .logo-yellow .section-header .main-menu .btn-link.collapsed::after {
              color: #ffc012; }
            .logo-green .section-header .main-menu .btn-link.collapsed::after {
              color: #80c242; }
            .logo-teal .section-header .main-menu .btn-link.collapsed::after {
              color: #6ac5b0; }
            .logo-blue .section-header .main-menu .btn-link.collapsed::after {
              color: #3292cf; }
            .logo-navy .section-header .main-menu .btn-link.collapsed::after {
              color: #02549d; }
            .logo-purple .section-header .main-menu .btn-link.collapsed::after {
              color: #c11c8a; }
            [data-action="Home-Show"] .section-header .main-menu .btn-link.collapsed::after {
              color: #c00; }
            [data-action^="Sites"] .section-header .main-menu .btn-link.collapsed::after {
              color: #c00; } }
        [data-action="Home-Show"] .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        [data-action^="Sites"] .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      @media (min-width: 1200px) {
        .section-header .main-menu .btn-link.collapsed::after {
          content: none;
          position: static; } }
      .section-header .main-menu .btn-link.collapsed::before {
        content: none; }
      .section-header .main-menu .btn-link.collapsed + .nav-link {
        display: none; }
        @media (min-width: 1200px) {
          .section-header .main-menu .btn-link.collapsed + .nav-link {
            display: block; } }
  .section-header .main-menu .close-menu {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
    display: block; }
  .section-header .main-menu .back {
    position: absolute;
    top: 80px;
    left: 0;
    float: none;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #272727;
    display: block;
    border: none;
    background: none; }
    .section-header .main-menu .back::before {
      content: "\E902";
      position: absolute;
      left: 0;
      top: 50%;
      text-indent: 0;
      font-family: "Samsonite-icons";
      font-style: normal;
      font-weight: normal;
      transform: translate(0, -50%); }
    .section-header .main-menu .back .caret-left {
      display: none; }
  .section-header .main-menu .close-button {
    float: none;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 10;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    font-size: 1rem;
    color: #c00;
    border: none;
    background: none;
    cursor: pointer; }
    .section-header .main-menu .close-button::before {
      font-family: "AT-icons";
      content: "\E904";
      text-indent: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 0.786rem;
      transform: translate(-50%, -50%); }
      .red-2-orange .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section-header .main-menu .close-button::before {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .section-header .main-menu .close-button::before {
            color: #c00; }
          .logo-orange .section-header .main-menu .close-button::before {
            color: #ef7922; }
          .logo-yellow .section-header .main-menu .close-button::before {
            color: #ffc012; }
          .logo-green .section-header .main-menu .close-button::before {
            color: #80c242; }
          .logo-teal .section-header .main-menu .close-button::before {
            color: #6ac5b0; }
          .logo-blue .section-header .main-menu .close-button::before {
            color: #3292cf; }
          .logo-navy .section-header .main-menu .close-button::before {
            color: #02549d; }
          .logo-purple .section-header .main-menu .close-button::before {
            color: #c11c8a; }
          [data-action="Home-Show"] .section-header .main-menu .close-button::before {
            color: #c00; }
          [data-action^="Sites"] .section-header .main-menu .close-button::before {
            color: #c00; } }
      [data-action="Home-Show"] .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .section-header .main-menu .dropdown-collapse {
    box-shadow: none; }
    @media (min-width: 1200px) {
      .section-header .main-menu .dropdown-collapse.level-2 {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .dropdown-collapse .dropdown-collapse {
        position: static;
        top: 0;
        left: 0;
        display: block;
        padding-left: 15px;
        padding-top: 0; } }
    @media (min-width: 1600px) {
      .section-header .main-menu .dropdown-collapse .dropdown-collapse {
        padding-left: 20px; } }
    .section-header .main-menu .dropdown-collapse .close-button {
      right: 0; }
  .section-header .main-menu .dropdown-item {
    border-top: none;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 0.7em; }
    @media (min-width: 1200px) {
      .section-header .main-menu .dropdown-item {
        border-bottom: 0;
        margin-top: 0;
        padding-bottom: 0; } }
    .section-header .main-menu .dropdown-item:hover, .section-header .main-menu .dropdown-item:focus {
      background: none; }
    .section-header .main-menu .dropdown-item.top-category {
      padding-left: 30px;
      border-bottom: 1px solid #272727; }
      .section-header .main-menu .dropdown-item.top-category .nav-link {
        padding-top: 0;
        padding-bottom: 10px;
        font-family: "Eina01-SemiBold";
        font-size: 1rem; }
    .section-header .main-menu .dropdown-item .dropdown-item {
      border: 0;
      margin-top: 0;
      padding-bottom: 0; }
    .section-header .main-menu .dropdown-item .nav-link,
    .section-header .main-menu .dropdown-item .nav-title {
      padding-top: 1em;
      padding-bottom: 1em; }
    .section-header .main-menu .dropdown-item &gt; .dropdown-toggle::after {
      border: none; }
  .section-header .main-menu .multilevel-dropdown .dropdown-item {
    padding-left: 20px; }
  .section-header .main-menu .multilevel-dropdown .navbar &gt; .close-menu &gt; .back {
    display: block; }

.nav-footer {
  display: block;
  -ms-flex-order: 101;
      order: 101; }

@media (min-width: 1200px) {
  .menu-cat-label-banners .row {
    margin-left: -4px;
    margin-right: -4px; } }

.menu-cat-label-banners .banner-item {
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .menu-cat-label-banners .banner-item {
      margin-bottom: 0;
      padding-left: 4px;
      padding-right: 4px; } }
  .menu-cat-label-banners .banner-item:last-child {
    margin-bottom: 0; }

.link-block {
  margin-top: 0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .link-block ul {
    padding-left: 0;
    margin-bottom: 0; }
    .link-block ul li {
      list-style: none;
      position: relative; }
      .link-block ul li:last-child {
        border-bottom: none; }
      .link-block ul li a {
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 2em; }
  .link-block .link-first-block .at-icon {
    color: #c00;
    font-size: 1.4286rem;
    margin-right: 1em;
    display: block;
    min-width: 1.5em; }
  .link-block .link-first-block li {
    margin-bottom: 0.5em; }
    .link-block .link-first-block li a {
      background-color: #f0f0f0;
      padding-top: 0.714em;
      padding-bottom: 0.714em; }
      .link-block .link-first-block li a span {
        font-family: "Eina01-SemiBold"; }
  .link-block .link-second-block {
    margin-top: 1.5em; }
    .link-block .link-second-block li {
      margin-bottom: 1em; }
      .link-block .link-second-block li a {
        color: #6b6b6b;
        font-size: 0.714rem;
        text-decoration: underline; }
  .link-block .link-icon {
    margin-right: 10px; }
    .link-block .link-icon img {
      width: 25px; }
    .red-2-orange .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .yellow-2-green .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .teal-2-blue .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .navy-2-purple .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .orange-2-red .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .green-2-yellow .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .blue-2-teal .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .purple-2-navy .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .link-block .link-icon .at-icon::before {
        background: none !important;
        -webkit-text-fill-color: inherit; }
        .logo-red .link-block .link-icon .at-icon::before {
          color: #c00; }
        .logo-orange .link-block .link-icon .at-icon::before {
          color: #ef7922; }
        .logo-yellow .link-block .link-icon .at-icon::before {
          color: #ffc012; }
        .logo-green .link-block .link-icon .at-icon::before {
          color: #80c242; }
        .logo-teal .link-block .link-icon .at-icon::before {
          color: #6ac5b0; }
        .logo-blue .link-block .link-icon .at-icon::before {
          color: #3292cf; }
        .logo-navy .link-block .link-icon .at-icon::before {
          color: #02549d; }
        .logo-purple .link-block .link-icon .at-icon::before {
          color: #c11c8a; }
        [data-action="Home-Show"] .link-block .link-icon .at-icon::before {
          color: #c00; }
        [data-action^="Sites"] .link-block .link-icon .at-icon::before {
          color: #c00; } }
    [data-action="Home-Show"] .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    [data-action^="Sites"] .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .link-block .order-history {
    display: none; }
  .link-block .order-tracking .icon-tracking {
    font-family: "AT-icons" !important;
    color: #c00;
    font-size: 1.4286rem;
    margin-right: 1em;
    display: block;
    min-width: 1.5em;
    line-height: 35px; }
    .link-block .order-tracking .icon-tracking::before {
      content: "\E919"; }
      .red-2-orange .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .link-block .order-tracking .icon-tracking::before {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .link-block .order-tracking .icon-tracking::before {
            color: #c00; }
          .logo-orange .link-block .order-tracking .icon-tracking::before {
            color: #ef7922; }
          .logo-yellow .link-block .order-tracking .icon-tracking::before {
            color: #ffc012; }
          .logo-green .link-block .order-tracking .icon-tracking::before {
            color: #80c242; }
          .logo-teal .link-block .order-tracking .icon-tracking::before {
            color: #6ac5b0; }
          .logo-blue .link-block .order-tracking .icon-tracking::before {
            color: #3292cf; }
          .logo-navy .link-block .order-tracking .icon-tracking::before {
            color: #02549d; }
          .logo-purple .link-block .order-tracking .icon-tracking::before {
            color: #c11c8a; }
          [data-action="Home-Show"] .link-block .order-tracking .icon-tracking::before {
            color: #c00; }
          [data-action^="Sites"] .link-block .order-tracking .icon-tracking::before {
            color: #c00; } }
      [data-action="Home-Show"] .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .link-block .profile-links .user {
    display: block !important; }
  .link-block .profile-links .fa-sign-in,
  .link-block .profile-links .user-message {
    display: none; }
  .link-block .profile-links .popover {
    border: 0;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    background: none; }
    .link-block .profile-links .popover ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .link-block .profile-links .popover ul li {
        padding-bottom: 1.3em; }
    .link-block .profile-links .popover .profile-item {
      display: none; }
    .link-block .profile-links .popover a {
      display: inline-block;
      text-transform: uppercase; }

#search-collapse {
  left: auto;
  right: -100%;
  width: 100vw;
  opacity: 1;
  position: fixed; }
  @media (min-width: 768px) {
    #search-collapse {
      position: absolute;
      right: 0;
      left: 0;
      height: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #search-collapse {
      width: 100%; } }
  #search-collapse.show {
    right: 0;
    left: auto;
    background: none; }
    #search-collapse.show::before {
      content: '';
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(39, 39, 39, 0.7);
      z-index: -1;
      height: 100vh; }
    @media (min-width: 768px) {
      #search-collapse.show {
        left: 0; }
        #search-collapse.show::before {
          content: none;
          position: static; } }

.search-xs-section .site-search {
  float: right;
  width: 320px; }
  @media (min-width: 768px) {
    .search-xs-section .site-search {
      width: 100%;
      border-top: 1px solid #f5f5f5; } }
  @media (min-width: 992px) {
    .search-xs-section .site-search {
      padding-left: 4em;
      padding-right: 4em; } }
  @media (min-width: 1600px) {
    .search-xs-section .site-search {
      padding-left: 4.5em;
      padding-right: 4.5em; } }
  @media (min-width: 768px) {
    .search-xs-section .site-search .searchform {
      width: 75%;
      padding-bottom: 2em; } }
  @media (min-width: 992px) {
    .search-xs-section .site-search .searchform {
      width: 100%; } }
  @media (min-width: 1600px) {
    .search-xs-section .site-search .searchform {
      padding-bottom: 3em; } }
  .search-xs-section .site-search .search-title {
    font-family: "Eina01-SemiBold";
    font-size: 1rem;
    padding-left: 1.429em;
    margin-bottom: 2.143em;
    margin-top: 3.214em;
    color: #272727; }
    @media (min-width: 768px) {
      .search-xs-section .site-search .search-title {
        display: none; } }
  .search-xs-section .site-search .close-search {
    top: 0.8em;
    font-size: 1.1429rem; }
    .search-xs-section .site-search .close-search::before {
      font-family: "AT-icons";
      content: "\E904"; }
      .red-2-orange .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .search-xs-section .site-search .close-search::before {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .search-xs-section .site-search .close-search::before {
            color: #c00; }
          .logo-orange .search-xs-section .site-search .close-search::before {
            color: #ef7922; }
          .logo-yellow .search-xs-section .site-search .close-search::before {
            color: #ffc012; }
          .logo-green .search-xs-section .site-search .close-search::before {
            color: #80c242; }
          .logo-teal .search-xs-section .site-search .close-search::before {
            color: #6ac5b0; }
          .logo-blue .search-xs-section .site-search .close-search::before {
            color: #3292cf; }
          .logo-navy .search-xs-section .site-search .close-search::before {
            color: #02549d; }
          .logo-purple .search-xs-section .site-search .close-search::before {
            color: #c11c8a; }
          [data-action="Home-Show"] .search-xs-section .site-search .close-search::before {
            color: #c00; } }
      [data-action="Home-Show"] .search-xs-section .site-search .close-search::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .search-xs-section .site-search .close-search:hover::before {
      transform: rotate(0deg); }
  .search-xs-section .site-search .search-icon {
    display: none; }
  .search-xs-section .site-search .clear-search {
    display: inline-block;
    top: 105px;
    right: 1.2em;
    left: 1.4rem;
    background-color: #fff;
    color: transparent;
    font-size: 0.786rem;
    width: 1.7em;
    height: 1.7em;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .search-xs-section .site-search .clear-search {
        background-color: #f0f0f0; }
        .search-xs-section .site-search .clear-search::before {
          color: #fff !important; } }
    @media (min-width: 768px) {
      .search-xs-section .site-search .clear-search {
        left: 0;
        top: 14px; } }
    @media (min-width: 1600px) {
      .search-xs-section .site-search .clear-search {
        top: 21px; } }
    .search-xs-section .site-search .clear-search::before {
      font-family: "AT-icons";
      content: "\E904"; }
      .red-2-orange .search-xs-section .site-search .clear-search::before {
        color: #c00; }
      .yellow-2-green .search-xs-section .site-search .clear-search::before {
        color: #ffc012; }
      .teal-2-blue .search-xs-section .site-search .clear-search::before {
        color: #6ac5b0; }
      .navy-2-purple .search-xs-section .site-search .clear-search::before {
        color: #02549d; }
      [data-action="Home-Show"] .search-xs-section .site-search .clear-search::before {
        color: #c00; }
  .search-xs-section .site-search input.search-field {
    border-radius: 25px;
    background: linear-gradient(to right, #c00, #ef7922);
    background: -webkit-gradient(to right, #c00, #ef7922);
    background: -o-linear-gradient(to right, #c00, #ef7922);
    color: #fff;
    padding: 1em 1.429em;
    padding-right: 2.4em;
    padding-left: 3.2rem;
    border: 0;
    margin-top: 0;
    font-family: "CamphorW01-Regular";
    text-transform: none;
    letter-spacing: normal;
    height: 47px;
    font-size: 1rem; }
    .search-xs-section .site-search input.search-field:-ms-input-placeholder {
      color: #fff; }
    .search-xs-section .site-search input.search-field::placeholder {
      color: #fff; }
    .search-xs-section .site-search input.search-field::-webkit-input-placeholder {
      color: #fff; }
    .search-xs-section .site-search input.search-field::-moz-placeholder {
      color: #fff; }
    .search-xs-section .site-search input.search-field:-ms-input-placeholder {
      color: #fff; }
    .search-xs-section .site-search input.search-field:-moz-placeholder {
      color: #fff; }
    @media (min-width: 768px) {
      .search-xs-section .site-search input.search-field {
        background: none !important;
        border-bottom: 1px solid #f3f3f3;
        padding-left: 2rem;
        color: #272727;
        border-radius: 0; }
        .search-xs-section .site-search input.search-field:-ms-input-placeholder {
          color: #6b6b6b; }
        .search-xs-section .site-search input.search-field::placeholder {
          color: #6b6b6b; }
        .search-xs-section .site-search input.search-field::-webkit-input-placeholder {
          color: #6b6b6b; }
        .search-xs-section .site-search input.search-field::-moz-placeholder {
          color: #6b6b6b; }
        .search-xs-section .site-search input.search-field:-ms-input-placeholder {
          color: #6b6b6b; }
        .search-xs-section .site-search input.search-field:-moz-placeholder {
          color: #6b6b6b; } }
    @media (min-width: 1600px) {
      .search-xs-section .site-search input.search-field {
        font-size: 1.1429rem;
        height: 60px; } }
    .red-2-orange .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922); }
    .yellow-2-green .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242); }
    .teal-2-blue .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
    .navy-2-purple .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a); }
    .orange-2-red .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #ef7922, #c00);
      background: -webkit-gradient(to right, #ef7922, #c00);
      background: -o-linear-gradient(to right, #ef7922, #c00); }
    .green-2-yellow .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #80c242, #ffc012);
      background: -webkit-gradient(to right, #80c242, #ffc012);
      background: -o-linear-gradient(to right, #80c242, #ffc012); }
    .blue-2-teal .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #3292cf, #6ac5b0);
      background: -webkit-gradient(to right, #3292cf, #6ac5b0);
      background: -o-linear-gradient(to right, #3292cf, #6ac5b0); }
    .purple-2-navy .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #c11c8a, #02549d);
      background: -webkit-gradient(to right, #c11c8a, #02549d);
      background: -o-linear-gradient(to right, #c11c8a, #02549d); }
    [data-action="Home-Show"] .search-xs-section .site-search input.search-field {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922); }
  .search-xs-section .site-search .pull-down-suggestion {
    margin-top: 2.57em;
    margin-left: 1.429em; }
    @media (min-width: 1200px) {
      .search-xs-section .site-search .pull-down-suggestion {
        padding-left: 4.57em; } }
    @media (min-width: 1600px) {
      .search-xs-section .site-search .pull-down-suggestion {
        padding-left: 5.714em; } }
    .search-xs-section .site-search .pull-down-suggestion p {
      font-family: "Eina01-SemiBold";
      font-size: 1rem;
      color: #272727;
      margin-bottom: 2em;
      text-transform: none;
      letter-spacing: normal; }
    .search-xs-section .site-search .pull-down-suggestion a {
      font-family: "Eina01-Bold";
      font-size: 1.857rem;
      color: #272727;
      margin-bottom: 0.54em; }
      .search-xs-section .site-search .pull-down-suggestion a .arrowed {
        display: none; }

.suggestions {
  padding-top: 4.286em; }
  @media (min-width: 1200px) {
    .suggestions {
      max-width: 80%;
      margin: 0 auto; } }
  .suggestions .col-md-4 {
    padding-top: 1.429em;
    padding-bottom: 1.429em;
    padding-left: 2.85em;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex; }
    @media (min-width: 768px) {
      .suggestions .col-md-4 {
        padding-top: 0; } }
  .suggestions .items .item {
    padding-left: 3em;
    padding-right: 0; }
    @media (min-width: 768px) {
      .suggestions .items .item {
        padding-left: 1rem;
        padding-right: 0;
        border-left: 2px solid #f8f8f8; }
        .suggestions .items .item:last-child {
          border-right: 0; } }
    @media (min-width: 1600px) {
      .suggestions .items .item {
        padding: 0 3em; } }
    .suggestions .items .item hr {
      border-color: #d8d8d8; }
      @media (min-width: 768px) {
        .suggestions .items .item hr {
          display: none; } }
  .suggestions .items .image-search {
    float: none; }
    @media (min-width: 768px) {
      .suggestions .items .image-search {
        padding-left: 0; } }
  .suggestions .items .name-search {
    padding-top: 0;
    float: none;
    color: #6b6b6b;
    font-weight: normal; }
    @media (min-width: 768px) {
      .suggestions .items .name-search {
        padding: 0;
        font-size: 0.7143rem; } }
    .suggestions .items .name-search div:first-child {
      font-size: 0.857rem;
      font-family: "Eina01-Bold";
      color: #272727; }
  .suggestions .items .prices-search {
    font-size: 0.857rem;
    font-family: "Eina01-Bold";
    color: #272727; }
  @media (min-width: 768px) {
    .suggestions .items &gt; div {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; } }
  .suggestions .button-seemore {
    margin-top: 3.214em;
    text-align: center;
    padding-bottom: 1.071rem; }
    .suggestions .button-seemore .btn-see-more {
      display: inline-block;
      font-family: "Eina01-Bold";
      font-size: 1.0714rem;
      padding: 1em 1.67em;
      min-width: 9em;
      border-radius: 1.7em;
      transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
      box-shadow: 0 2px 7px -2px #333;
      color: #272727;
      background-color: #fff;
      border: 1px solid #f5f5f5;
      display: inline-block;
      width: auto;
      text-transform: none;
      min-width: 10em;
      font-size: 1.0714rem;
      padding: 0.571rem 1.429rem 0.643rem;
      text-align: center;
      outline: none; }
      .suggestions .button-seemore .btn-see-more:hover, .suggestions .button-seemore .btn-see-more:focus {
        cursor: pointer; }
      .suggestions .button-seemore .btn-see-more:hover {
        color: #fff;
        background-color: #272727;
        border-color: #272727; }
    .suggestions .button-seemore span {
      text-transform: lowercase;
      display: block; }
      .suggestions .button-seemore span::first-letter {
        text-transform: uppercase; }
  .suggestions .container-fluid .collection-search-mobile,
  .suggestions .container-fluid .collection-search {
    margin-top: 3%;
    padding: 0; }
    @media (min-width: 576px) {
      .suggestions .container-fluid .collection-search-mobile,
      .suggestions .container-fluid .collection-search {
        display: block; }
        .suggestions .container-fluid .collection-search-mobile.collection-search,
        .suggestions .container-fluid .collection-search.collection-search {
          display: none; } }
    @media (min-width: 768px) {
      .suggestions .container-fluid .collection-search-mobile,
      .suggestions .container-fluid .collection-search {
        margin-top: 0;
        display: none; }
        .suggestions .container-fluid .collection-search-mobile.collection-search,
        .suggestions .container-fluid .collection-search.collection-search {
          border-left: 2px solid #f8f8f8;
          padding: 0 1rem;
          display: block; } }
    @media (min-width: 1600px) {
      .suggestions .container-fluid .collection-search-mobile.collection-search,
      .suggestions .container-fluid .collection-search.collection-search {
        border-left: 2px solid #f8f8f8;
        padding: 0 2rem; } }
    .suggestions .container-fluid .collection-search-mobile .collection-name,
    .suggestions .container-fluid .collection-search .collection-name {
      font-family: "Eina01-Bold";
      font-size: 14px;
      color: #272727;
      letter-spacing: 0; }
      @media (min-width: 768px) {
        .suggestions .container-fluid .collection-search-mobile .collection-name,
        .suggestions .container-fluid .collection-search .collection-name {
          font-size: 0.7143rem; } }
      @media (min-width: 992px) {
        .suggestions .container-fluid .collection-search-mobile .collection-name,
        .suggestions .container-fluid .collection-search .collection-name {
          font-size: 14px; } }
    .suggestions .container-fluid .collection-search-mobile .item,
    .suggestions .container-fluid .collection-search .item {
      padding-left: 0;
      padding-right: 0;
      border-left: 0; }
      .suggestions .container-fluid .collection-search-mobile .item .name,
      .suggestions .container-fluid .collection-search .item .name {
        font-family: "Eina01-Bold";
        font-size: 1.4286rem;
        padding: 0.2rem 0; }
        @media (min-width: 768px) {
          .suggestions .container-fluid .collection-search-mobile .item .name,
          .suggestions .container-fluid .collection-search .item .name {
            font-size: 1rem; } }
        @media (min-width: 992px) {
          .suggestions .container-fluid .collection-search-mobile .item .name,
          .suggestions .container-fluid .collection-search .item .name {
            font-size: 1.4286rem; } }
    .suggestions .container-fluid .collection-search-mobile.collection-search .item,
    .suggestions .container-fluid .collection-search.collection-search .item {
      padding-left: 1.071rem; }

@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 0.5em, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes customFadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -0.5em, 0); } }

@keyframes customBounceUpDown {
  0% {
    transform: translate(-50%, 0); }
  100% {
    transform: translate(-50%, -10px); } }

@keyframes smoothScrollDown {
  0% {
    transform: translateY(-2.5em); }
  100% {
    transform: translateY(0); } }

@keyframes smoothScrollUp {
  0% {
    transform: translateY(2.5em); }
  100% {
    transform: translateY(0); } }

@keyframes brandStoryFadeInUp {
  from {
    transform: translate3d(0, 3em, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes rotate {
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

@keyframes productSlideIn {
  0% {
    top: 100%; }
  100% {
    top: 2em; } }

@keyframes productSlideOut {
  0% {
    top: 2em; }
  100% {
    top: 100%; } }

@keyframes productSlideInDesktop {
  0% {
    left: 100%; }
  100% {
    left: 24%; } }

@keyframes productSlideOutDesktop {
  0% {
    left: 24%; }
  100% {
    left: 100%; } }

@keyframes brandStoryCustomFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0.5em, 0); }
  to {
    opacity: 1;
    transform: translate3d(-50%, 0, 0); } }

@keyframes ani-jumb {
  0% {
    top: 0; }
  50% {
    top: -10px; }
  100% {
    top: 0; } }

@keyframes ani-opacity-bg {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (min-width: 992px) {
  @keyframes ani-opacity-bg {
    0% {
      opacity: 0; }
    100% {
      opacity: 0.7; } } }

@keyframes fadeInUpMT {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftMT {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInOut {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@keyframes stroke {
  to {
    stroke-dashoffset: 0; } }

@media (min-width: 1200px) {
  body.ie .header-content .main-logo {
    -ms-flex: 0 0 11%;
        flex: 0 0 11%;
    max-width: 11%; } }

@media (min-width: 1600px) {
  body.ie .header-content .main-logo {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%; } }

.slide-up {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden; }
  .slide-up.hide {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }

.header-banner {
  color: #fff;
  font-family: "Eina01-Bold";
  background: linear-gradient(to right, #c00, #ef7922);
  background: -webkit-gradient(to right, #c00, #ef7922);
  background: -o-linear-gradient(to right, #c00, #ef7922); }
  .header-banner.hide {
    border: 0; }
  .header-banner .container-fluid {
    padding-top: 5px;
    padding-bottom: 5px; }
  .header-banner .content {
    margin-right: 0;
    text-align: center;
    padding-right: 2.143rem; }
  .header-banner p {
    margin-bottom: 0; }
  .header-banner .close-button {
    position: absolute;
    right: 1em;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%); }
    @media (min-width: 1200px) {
      .header-banner .close-button {
        right: 4em; } }
    @media (min-width: 1600px) {
      .header-banner .close-button {
        right: 4.5em; } }
    .header-banner .close-button .close {
      background: none;
      color: #fff;
      min-width: 19px;
      min-height: 19px;
      transition: ease-in 0.3s; }
    .header-banner .close-button .sa-icon {
      font-family: "AT-icons" !important;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 1rem;
      margin-top: -1px;
      transform: translate(-50%, -50%); }
      .header-banner .close-button .sa-icon::before {
        content: "\E904"; }
  .header-banner .carousel-promo-message {
    width: 94%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .header-banner .carousel-promo-message {
        width: 75%; } }
    @media (min-width: 992px) {
      .header-banner .carousel-promo-message {
        width: 50%; } }
    .header-banner .carousel-promo-message .carousel-inner {
      width: 65%;
      margin: 0 auto; }
    .header-banner .carousel-promo-message .carousel-control {
      display: inline-block;
      background: inherit;
      height: 30px;
      width: 30px;
      z-index: 4;
      top: 50%;
      opacity: 1;
      filter: alpha(opacity=1);
      transform: translateY(-50%); }
      .header-banner .carousel-promo-message .carousel-control:hover {
        opacity: 0.5;
        filter: alpha(opacity=0.5); }
      @media (max-width: 767.98px) {
        .header-banner .carousel-promo-message .carousel-control:hover, .header-banner .carousel-promo-message .carousel-control:focus {
          opacity: 1;
          filter: alpha(opacity=1); } }
      .header-banner .carousel-promo-message .carousel-control span {
        color: #fff;
        background: inherit;
        font-size: 12px;
        line-height: 30px;
        height: auto; }
    .header-banner .carousel-promo-message .carousel-control-prev {
      margin-left: 10px; }
    .header-banner .carousel-promo-message .carousel-control-prev-icon::before {
      content: "\E902";
      font-family: "Samsonite-icons"; }
    .header-banner .carousel-promo-message .carousel-control-next {
      margin-right: 10px; }
    .header-banner .carousel-promo-message .carousel-control-next-icon::before {
      content: "\E903";
      font-family: "Samsonite-icons"; }
  .red-2-orange .header-banner {
    background: linear-gradient(to right, #c00, #ef7922);
    background: -webkit-gradient(to right, #c00, #ef7922);
    background: -o-linear-gradient(to right, #c00, #ef7922); }
  .yellow-2-green .header-banner {
    background: linear-gradient(to right, #ffc012, #80c242);
    background: -webkit-gradient(to right, #ffc012, #80c242);
    background: -o-linear-gradient(to right, #ffc012, #80c242); }
  .teal-2-blue .header-banner {
    background: linear-gradient(to right, #6ac5b0, #3292cf);
    background: -webkit-gradient(to right, #6ac5b0, #3292cf);
    background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
  .navy-2-purple .header-banner {
    background: linear-gradient(to right, #02549d, #c11c8a);
    background: -webkit-gradient(to right, #02549d, #c11c8a);
    background: -o-linear-gradient(to right, #02549d, #c11c8a); }

.section-header {
  background: none;
  position: relative;
  z-index: 100; }
  .sticky-header .section-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    animation: smoothScrollDown 0.8s forwards; }
    .sticky-header .section-header .header-banner {
      display: none !important; }
  .none-stick:not(.menu-opened):not(.menu-closing) .section-header {
    animation: smoothScrollUp 0.8s; }

.header-content {
  padding-top: 0.854em;
  padding-bottom: 0.854em;
  position: relative;
  z-index: 10;
  background-color: #fff;
  transition: all 0.5s ease; }
  @media (min-width: 1200px) {
    .header-content {
      padding-left: 4em;
      padding-right: 4em; } }
  @media (min-width: 1200px) {
    .header-content {
      padding-top: 0;
      padding-bottom: 0;
      border-bottom: 1px solid #f2f2f2; } }
  @media (min-width: 1600px) {
    .header-content {
      padding-left: 4.5em;
      padding-right: 4.5em; } }
  .header-content .at-icon {
    line-height: 35px;
    font-size: 1.7rem; }
    @media (min-width: 992px) {
      .header-content .at-icon {
        font-size: 1.4143rem; } }
    @media (min-width: 1600px) {
      .header-content .at-icon {
        font-size: 1.6429rem; } }
  .header-content .icon-hamburger {
    font-size: 1.4rem; }
  .header-content .btn-search {
    background: none;
    color: #272727;
    font-size: 23px;
    width: 35px;
    border: 0;
    height: 35px;
    padding: 0;
    margin-left: 1rem;
    transition: ease-in-out 0.3s; }
    .header-content .btn-search:hover, .header-content .btn-search:focus {
      box-shadow: none; }
    @media (min-width: 992px) {
      .header-content .btn-search {
        margin-left: 0.8rem; } }
    @media (min-width: 1600px) {
      .header-content .btn-search {
        margin-left: 1.2rem; } }
  .header-content .main-logo {
    -ms-flex-align: center;
        align-items: center;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex; }
    @media (min-width: 1600px) {
      .header-content .main-logo {
        max-width: 10%; } }
    .header-content .main-logo a {
      display: block; }
      .header-content .main-logo a:hover, .header-content .main-logo a:focus {
        text-decoration: none; }
    .header-content .main-logo .icon-logo {
      font-size: 2rem;
      color: #272727;
      display: block;
      color: #c00; }
      @media (min-width: 1200px) {
        .header-content .main-logo .icon-logo {
          font-size: 2.45rem; } }
  .header-content .navbar-header {
    height: auto; }
    @media (min-width: 992px) {
      .header-content .navbar-header {
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .header-content .navbar-toggler {
    line-height: 1;
    color: #272727;
    font-size: 1.214rem;
    height: 35px;
    width: 35px;
    text-align: center;
    padding: 0;
    border: 0;
    display: inline-block;
    margin-left: 1rem; }
    .header-content .navbar-toggler .at-icon {
      line-height: 35px; }
  .header-content .navigation-section {
    -ms-flex-align: center;
        align-items: center;
    -ms-align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex; }
    @media (min-width: 768px) {
      .header-content .navigation-section .btn-search {
        background: none; } }
    @media (min-width: 1600px) {
      .header-content .navigation-section {
        max-width: 20.5%;
        padding-left: 0; } }
  @media (min-width: 992px) {
    .header-content .store-location-block {
      margin-left: 1rem; } }
  @media (min-width: 1200px) {
    .header-content .store-location-block {
      margin-left: 1.5rem; } }
  @media (min-width: 1600px) {
    .header-content .store-location-block {
      margin-left: 2rem; } }

.navbar-header .minicart {
  margin-top: 0;
  margin-left: 0;
  margin-top: 0;
  height: 35px; }
  @media (min-width: 768px) {
    .navbar-header .minicart {
      margin-left: 1rem; } }
  @media (min-width: 992px) {
    .navbar-header .minicart {
      margin-left: 0.8rem;
      position: relative; } }
  @media (min-width: 1600px) {
    .navbar-header .minicart {
      margin-left: 1.2rem; } }
  .navbar-header .navbar-header .minicart {
    margin-top: 0; }
  .navbar-header .minicart .minicart-link {
    display: block;
    min-height: 35px;
    min-width: 35px;
    text-align: center;
    position: relative; }
    .navbar-header .minicart .minicart-link .minicart-quantity {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      z-index: 1;
      background-color: #c00;
      color: #fff;
      font-family: "HelveticaNeue-Light";
      font-size: 0.714rem;
      min-width: 16px;
      min-height: 16px;
      line-height: 16px;
      border-radius: 50%; }
  .navbar-header .minicart .minicart-icon {
    color: #272727;
    line-height: 35px;
    font-size: 1.7rem;
    transition: ease-in-out 0.3s; }
    @media (min-width: 992px) {
      .navbar-header .minicart .minicart-icon {
        font-size: 1.4143rem; } }
    @media (min-width: 1600px) {
      .navbar-header .minicart .minicart-icon {
        font-size: 1.6429rem; } }
    .navbar-header .minicart .minicart-icon::before {
      font-family: "AT-icons";
      font-style: normal;
      font-weight: normal;
      content: "\E913"; }
  .navbar-header .minicart .minicart-quantity {
    position: absolute;
    left: auto;
    right: -10px;
    top: 0;
    display: none; }
  .navbar-header .minicart .btn-minicart-quantity .minicart-quantity {
    display: inline;
    position: static;
    right: 0;
    background: none; }

@media (min-width: 992px) {
  .navbar-header .account-header {
    margin-left: 1.5rem; } }

@media (min-width: 1600px) {
  .navbar-header .account-header {
    margin-left: 2rem; } }

.navbar-header .account-header .user {
  margin-left: 0;
  margin-top: 0;
  line-height: 1;
  position: relative; }

.navbar-header .account-header .fa-sign-in {
  display: inline-block;
  width: 35px;
  border: 0;
  height: 35px;
  position: relative;
  font-size: 1.4286rem;
  color: #272727;
  cursor: pointer; }
  @media (min-width: 992px) {
    .navbar-header .account-header .fa-sign-in {
      font-size: 1.4143rem; } }
  @media (min-width: 1600px) {
    .navbar-header .account-header .fa-sign-in {
      font-size: 1.6429rem; } }
  .navbar-header .account-header .fa-sign-in::before {
    font-family: "AT-icons" !important;
    content: "\E908";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.navbar-header .account-header .user-message {
  display: none; }

.navbar-header .account-header .user ul {
  padding-left: 0;
  margin-bottom: 0; }
  .navbar-header .account-header .user ul li {
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #f3f3f3; }
    .navbar-header .account-header .user ul li:last-child {
      border-bottom: 0; }
    .navbar-header .account-header .user ul li.name-item {
      padding: 0.4em 0.8em; }
      @media (min-width: 1600px) {
        .navbar-header .account-header .user ul li.name-item {
          padding: 0.8em 1.5em; } }
  .navbar-header .account-header .user ul i {
    margin: 0 15px;
    font-size: 1.2143rem; }

.navbar-header .popover {
  border-radius: 7px;
  box-shadow: 0 2px 7px -4px #333;
  transition: ease-in 0.3s;
  position: absolute;
  top: 3.5715em;
  left: -6.786em;
  padding: 0;
  border: 0;
  z-index: 9999;
  max-width: none;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  font-family: "Eina01-Bold";
  font-weight: bold;
  z-index: -1;
  display: none; }
  .navbar-header .popover.show {
    z-index: 2; }
  .navbar-header .popover.active {
    display: block; }
  .navbar-header .popover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    border-top: none;
    border: 10px solid transparent;
    border-bottom-color: #d9d9d9;
    transform: translateX(-50%); }
  .navbar-header .popover::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -16px;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    transform: translateX(-50%); }
  .navbar-header .popover a {
    display: block;
    font-size: 1rem;
    margin-bottom: 0;
    font-family: "Eina01-Bold";
    font-weight: bold;
    padding: 0.4em 0.8em;
    min-width: 16em;
    position: relative; }
    @media (min-width: 1600px) {
      .navbar-header .popover a {
        padding: 0.8em 1.5em; } }
    .navbar-header .popover a::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 100%;
      left: -1px;
      top: 0; }
    .navbar-header .popover a:hover, .navbar-header .popover a:focus {
      background-color: #f2f2f2; }
      .red-2-orange .navbar-header .popover a:hover::before, .red-2-orange .navbar-header .popover a:focus::before {
        background: linear-gradient(to bottom, #c00, #ef7922);
        background: -webkit-gradient(to bottom, #c00, #ef7922);
        background: -o-linear-gradient(to bottom, #c00, #ef7922); }
      .yellow-2-green .navbar-header .popover a:hover::before, .yellow-2-green .navbar-header .popover a:focus::before {
        background: linear-gradient(to bottom, #ffc012, #80c242);
        background: -webkit-gradient(to bottom, #ffc012, #80c242);
        background: -o-linear-gradient(to bottom, #ffc012, #80c242); }
      .teal-2-blue .navbar-header .popover a:hover::before, .teal-2-blue .navbar-header .popover a:focus::before {
        background: linear-gradient(to bottom, #6ac5b0, #3292cf);
        background: -webkit-gradient(to bottom, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to bottom, #6ac5b0, #3292cf); }
      .navy-2-purple .navbar-header .popover a:hover::before, .navy-2-purple .navbar-header .popover a:focus::before {
        background: linear-gradient(to bottom, #02549d, #c11c8a);
        background: -webkit-gradient(to bottom, #02549d, #c11c8a);
        background: -o-linear-gradient(to bottom, #02549d, #c11c8a); }

@media (min-width: 576px) {
  .search-xs-section {
    position: absolute !important;
    top: 100%;
    right: 15px;
    display: none; } }

.search-xs-section .site-search {
  height: auto; }
  .search-xs-section .site-search .form-control {
    height: 40px; }

@media (min-width: 576px) {
  .einstein-header .search-xs-section {
    position: fixed !important; } }

.language-selection-block {
  text-transform: uppercase;
  color: #272727; }
  .language-selection-block .country-selector {
    margin: 0;
    line-height: 1; }
  .sticky-header .language-selection-block {
    color: #272727; }
  .language-selection-block span.active {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-left: 5px;
    font-weight: bold;
    color: #272727; }
    .language-selection-block span.active::before {
      position: absolute;
      content: '/';
      left: 0;
      top: 0; }
  .language-selection-block a {
    color: #808080;
    display: inline-block;
    transition: all 0.3s; }
    .language-selection-block a:hover {
      color: #272727;
      font-weight: bold; }

@media (max-width: 575.98px) {
  .collapsible-xs .title,
  .collapsible-xs .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-xs .title::after,
    .collapsible-xs .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-xs .title::after,
    .collapsible-xs .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none; }
  .collapsible-xs.active .title::after,
  .collapsible-xs.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block; } }

.container div.collapsible-xs a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-xs a.title:hover {
    text-decoration: none; }

@media (max-width: 767.98px) {
  .collapsible-sm .title,
  .collapsible-sm .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-sm .title::after,
    .collapsible-sm .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-sm .title::after,
    .collapsible-sm .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none; }
  .collapsible-sm.active .title::after,
  .collapsible-sm.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block; } }

.container div.collapsible-sm a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-sm a.title:hover {
    text-decoration: none; }

@media (max-width: 991.98px) {
  .collapsible-md .title,
  .collapsible-md .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-md .title::after,
    .collapsible-md .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-md .title::after,
    .collapsible-md .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none; }
  .collapsible-md.active .title::after,
  .collapsible-md.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block; } }

.container div.collapsible-md a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-md a.title:hover {
    text-decoration: none; }

@media (max-width: 1199.98px) {
  .collapsible-lg .title,
  .collapsible-lg .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-lg .title::after,
    .collapsible-lg .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-lg .title::after,
    .collapsible-lg .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none; }
  .collapsible-lg.active .title::after,
  .collapsible-lg.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block; } }

.container div.collapsible-lg a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-lg a.title:hover {
    text-decoration: none; }

@media (max-width: 1399.98px) {
  .collapsible-xl .title,
  .collapsible-xl .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-xl .title::after,
    .collapsible-xl .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-xl .title::after,
    .collapsible-xl .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-xl .content,
  .collapsible-xl .card-body {
    display: none; }
  .collapsible-xl.active .title::after,
  .collapsible-xl.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-xl.active .content,
  .collapsible-xl.active .card-body {
    display: block; } }

.container div.collapsible-xl a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-xl a.title:hover {
    text-decoration: none; }

@media (max-width: 1599.98px) {
  .collapsible-xml .title,
  .collapsible-xml .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-xml .title::after,
    .collapsible-xml .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-xml .title::after,
    .collapsible-xml .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-xml .content,
  .collapsible-xml .card-body {
    display: none; }
  .collapsible-xml.active .title::after,
  .collapsible-xml.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-xml.active .content,
  .collapsible-xml.active .card-body {
    display: block; } }

.container div.collapsible-xml a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-xml a.title:hover {
    text-decoration: none; }

@media (max-width: 1919.98px) {
  .collapsible-xxl .title,
  .collapsible-xxl .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-xxl .title::after,
    .collapsible-xxl .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-xxl .title::after,
    .collapsible-xxl .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-xxl .content,
  .collapsible-xxl .card-body {
    display: none; }
  .collapsible-xxl.active .title::after,
  .collapsible-xxl.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-xxl.active .content,
  .collapsible-xxl.active .card-body {
    display: block; } }

.container div.collapsible-xxl a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-xxl a.title:hover {
    text-decoration: none; }

@media (max-width: 2559.98px) {
  .collapsible-fhd .title,
  .collapsible-fhd .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-fhd .title::after,
    .collapsible-fhd .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-fhd .title::after,
    .collapsible-fhd .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-fhd .content,
  .collapsible-fhd .card-body {
    display: none; }
  .collapsible-fhd.active .title::after,
  .collapsible-fhd.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-fhd.active .content,
  .collapsible-fhd.active .card-body {
    display: block; } }

.container div.collapsible-fhd a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-fhd a.title:hover {
    text-decoration: none; }

@media (max-width: 2879.98px) {
  .collapsible-rt .title,
  .collapsible-rt .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-rt .title::after,
    .collapsible-rt .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-rt .title::after,
    .collapsible-rt .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-rt .content,
  .collapsible-rt .card-body {
    display: none; }
  .collapsible-rt.active .title::after,
  .collapsible-rt.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-rt.active .content,
  .collapsible-rt.active .card-body {
    display: block; } }

.container div.collapsible-rt a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-rt a.title:hover {
    text-decoration: none; }

@media (max-width: 3839.98px) {
  .collapsible-rt15 .title,
  .collapsible-rt15 .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-rt15 .title::after,
    .collapsible-rt15 .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-rt15 .title::after,
    .collapsible-rt15 .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-rt15 .content,
  .collapsible-rt15 .card-body {
    display: none; }
  .collapsible-rt15.active .title::after,
  .collapsible-rt15.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-rt15.active .content,
  .collapsible-rt15.active .card-body {
    display: block; } }

.container div.collapsible-rt15 a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-rt15 a.title:hover {
    text-decoration: none; }

@media (max-width: 4095.98px) {
  .collapsible-uhd .title,
  .collapsible-uhd .card-header {
    line-height: 2.5rem;
    /* 40/16 */ }
    .collapsible-uhd .title::after,
    .collapsible-uhd .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .collapsible-uhd .title::after,
    .collapsible-uhd .card-header::after {
      float: right;
      content: "\F078";
      font-family: "FontAwesome"; }
  .collapsible-uhd .content,
  .collapsible-uhd .card-body {
    display: none; }
  .collapsible-uhd.active .title::after,
  .collapsible-uhd.active .card-header::after {
    content: "\F077";
    margin-top: -0.125em;
    /* 2/16 */ }
  .collapsible-uhd.active .content,
  .collapsible-uhd.active .card-body {
    display: block; } }

.container div.collapsible-uhd a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-uhd a.title:hover {
    text-decoration: none; }

.collapsible-s4k .title,
.collapsible-s4k .card-header {
  line-height: 2.5rem;
  /* 40/16 */ }
  .collapsible-s4k .title::after,
  .collapsible-s4k .card-header::after {
    display: block;
    clear: both;
    content: ""; }
  .collapsible-s4k .title::after,
  .collapsible-s4k .card-header::after {
    float: right;
    content: "\F078";
    font-family: "FontAwesome"; }

.collapsible-s4k .content,
.collapsible-s4k .card-body {
  display: none; }

.collapsible-s4k.active .title::after,
.collapsible-s4k.active .card-header::after {
  content: "\F077";
  margin-top: -0.125em;
  /* 2/16 */ }

.collapsible-s4k.active .content,
.collapsible-s4k.active .card-body {
  display: block; }

.container div.collapsible-s4k a.title {
  color: #000;
  text-decoration: none; }
  .container div.collapsible-s4k a.title:hover {
    text-decoration: none; }

footer {
  background-color: #e9ecef;
  padding-top: 1.25em;
  /* 20/16 */
  padding-bottom: 1.25em; }
  footer h3 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 2.5em;
    /* 40/16 */ }
  footer ul {
    list-style: none;
    padding-left: 0; }
  footer .social h3 {
    margin-top: 0; }
  footer .social::after {
    display: block;
    clear: both;
    content: ""; }
  footer .copyright,
  footer .social {
    margin-top: 1.25em; }
  footer .social-links {
    float: left; }
    footer .social-links::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 575.98px) {
      footer .social-links {
        width: 80%; } }
    footer .social-links li {
      float: left;
      margin: 0.313em; }
      @media (max-width: 575.98px) {
        footer .social-links li {
          width: 20%;
          text-align: center; } }
    footer .social-links a {
      font-size: 2.25em; }
      footer .social-links a:hover {
        text-decoration: none; }
  @media (max-width: 575.98px) {
    footer .store {
      border-bottom: 1px solid #444; }
      footer .store .content {
        display: none; }
      footer .store h3::after {
        display: block;
        clear: both;
        content: ""; }
      footer .store h3::after {
        font-family: "FontAwesome";
        float: right;
        content: "\F041"; } }
  footer .content {
    font-size: 0.875em; }
    footer .content li {
      height: 1.875rem; }
  footer .copyright,
  footer .postscript {
    font-size: 0.8125em; }
  footer .copyright {
    margin-bottom: 0.625em; }
  footer .back-to-top {
    margin: 0.1em 0.313em;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }
    footer .back-to-top i.fa-arrow-up {
      color: rgba(0, 0, 0, 0.7); }
    footer .back-to-top i.fa-circle {
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

@media (max-width: 575.98px) {
  .footer-item {
    border-bottom: 1px solid #444; } }

.footer-item h3 {
  cursor: pointer; }

#consent-tracking .button-wrapper button {
  margin: 0.5em; }

.section-footer {
  background-color: #f7f9fa;
  position: relative;
  z-index: 4; }
  .section-footer img {
    max-width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .section-footer {
      padding-top: 30px;
      padding-bottom: 0;
      background-color: #272727;
      color: #fff; } }
  .section-footer .container-fluid {
    padding-left: 30px;
    padding-right: 30px; }
    .section-footer .container-fluid a {
      text-decoration: none; }
  .section-footer .back-to-top {
    margin: auto;
    padding: 0;
    background-color: #fff;
    border: 0;
    -webkit-appearance: none; }

@media (min-width: 768px) {
  .footer-top-content {
    padding-bottom: 1.429em; } }

@media (min-width: 992px) {
  .footer-top-content .col-sm-3 {
    -ms-flex: 0 0 22%;
        flex: 0 0 22%;
    max-width: 22%; } }

.footer-top-content h5 {
  font-size: 14px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer-top-content h5 {
      font-size: 1.1429rem;
      margin-bottom: 1.275em; } }
  .footer-top-content h5 .btn-link {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    border-top: 1px solid #999;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #272727;
    cursor: pointer; }
    @media (min-width: 768px) {
      .footer-top-content h5 .btn-link {
        color: #fff; } }
    .footer-top-content h5 .btn-link:hover, .footer-top-content h5 .btn-link:focus {
      text-decoration: none; }
    .footer-top-content h5 .btn-link::before {
      content: '\F068';
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 1;
      font-size: 1rem;
      transform: translateY(-50%);
      font-family: 'FontAwesome';
      font-style: normal;
      font-weight: normal; }
    .footer-top-content h5 .btn-link.collapsed::before {
      content: '\F067'; }

.footer-top-content ul {
  padding-left: 10px; }
  @media (min-width: 768px) {
    .footer-top-content ul {
      padding-left: 0; } }
  .footer-top-content ul li {
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .footer-top-content ul li {
        margin-bottom: 1em;
        padding-top: 0;
        padding-bottom: 0; } }
    @media (min-width: 768px) {
      .footer-top-content ul li a {
        color: #808080; }
        .footer-top-content ul li a:hover, .footer-top-content ul li a:focus {
          color: #fff;
          text-decoration: none;
          display: inline-block;
          transform: scale(1.1); } }

@media (min-width: 768px) {
  .footer-top-content .collapse {
    display: block; } }

@media (min-width: 992px) {
  .footer-top-content .collapse {
    padding-left: 0.7143em; } }

@media (min-width: 768px) {
  .social-list-wrapper {
    text-align: right; } }

.social-list-wrapper ul {
  margin-bottom: 0; }
  .social-list-wrapper ul li {
    display: inline-block;
    font-size: 25px;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .social-list-wrapper ul li {
        margin-right: 0;
        margin-left: 20px; }
        .social-list-wrapper ul li:first-child {
          margin-left: 0; } }
    .social-list-wrapper ul li a {
      color: #999; }
      .social-list-wrapper ul li a:hover, .social-list-wrapper ul li a:focus {
        color: #fff; }

.footer-list-links {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .footer-list-links {
      margin-bottom: 0;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      display: -ms-flex; } }
  .footer-list-links ul {
    margin-bottom: 0.714em; }
    @media (min-width: 768px) {
      .footer-list-links ul {
        margin-bottom: 0;
        margin-right: 1.071rem;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex; } }
    @media (min-width: 992px) {
      .footer-list-links ul {
        margin-right: 40px; } }
    .footer-list-links ul li {
      display: inline-block;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .footer-list-links ul li {
          margin-right: 40px; } }
      .footer-list-links ul li:last-child {
        margin-right: 0; }
      .footer-list-links ul li a {
        color: #272727; }

ul.footer-payment-list li {
  display: inline-block;
  font-size: 35px;
  margin-right: 10px; }

.footer-bottom-first {
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .footer-bottom-first .row {
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-align-items: flex-end; } }
  @media (min-width: 768px) {
    .footer-bottom-first .footer-logo {
      padding-top: 10px; }
      .footer-bottom-first .footer-logo p {
        margin-bottom: 0; } }
  .footer-bottom-first .footer-logo .icon-logo::before {
    color: #fff; }
  @media (min-width: 768px) {
    .footer-bottom-first .footer-logo .icon-logo {
      font-size: 1.786rem; } }

@media (min-width: 768px) {
  .footer-bottom-second {
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    padding-bottom: 15px; } }

.footer-bottom-second .footer-list-links li {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .footer-bottom-second .footer-list-links li {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .footer-bottom-second .footer-list-links li a {
      color: #808080; }
      .footer-bottom-second .footer-list-links li a:hover, .footer-bottom-second .footer-list-links li a:focus {
        color: #fff; } }

.footer-bottom-second .payment-methods ul li {
  margin-right: 0.357em; }

.footer-bottom-second .payment-methods img {
  height: 30px; }

@media (min-width: 768px) {
  .footer-language {
    text-align: right;
    color: #808080; }
    .footer-language p {
      margin-bottom: 0;
      padding-top: 0.5em; } }

@media (min-width: 992px) {
  .footer-language {
    padding-right: 35px; } }

.footer-copyright p {
  margin-bottom: 0; }

.form-control {
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.form-group {
  position: relative;
  margin-bottom: 2.2rem;
  font-size: 1em; }
  .form-group.required label.form-control-label::before {
    color: #999; }
  .form-group label.form-control-label {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    letter-spacing: 0.5px;
    transition: 0.3s; }
    .form-group label.form-control-label::before {
      color: #999; }
  .form-group input.form-control {
    padding-bottom: 1em; }
  .form-group input[type=text]::-ms-reveal, .form-group input[type=text]::-ms-clear, .form-group input[type=email]::-ms-reveal, .form-group input[type=email]::-ms-clear, .form-group input[type=tel]::-ms-reveal, .form-group input[type=tel]::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .form-group .form-control {
    padding: 0.2857em 0.1429em;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    background-color: transparent;
    height: 2em; }
    .form-group .form-control:focus {
      border-bottom: 1px solid #fff;
      outline: none;
      box-shadow: none; }
      .form-group .form-control:focus ~ .focus-border {
        width: 100%;
        left: 0;
        z-index: 1;
        transition: 0.3s; }
    .form-group .form-control:focus ~ label, .form-group .form-control.has-content ~ label {
      top: -1.3em;
      transform-origin: left;
      transform: scale(0.65); }
      @media (min-width: 1200px) {
        .form-group .form-control:focus ~ label, .form-group .form-control.has-content ~ label {
          transform: scale(0.8); } }
    .form-group .form-control.is-invalid:focus {
      border-color: #fff;
      box-shadow: none; }
  .form-group select.form-control:not([size]):not([multiple]) {
    height: 2em; }
  .form-group .focus-border {
    position: absolute;
    top: calc(2em - 1px);
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #272727;
    transition: 0.4s; }

.breadcrumbs-wrapper .breadcrumb {
  background: none;
  border-bottom: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.786rem; }
  @media (min-width: 1200px) {
    .breadcrumbs-wrapper .breadcrumb {
      font-size: 0.857rem; } }
  .breadcrumbs-wrapper .breadcrumb li.breadcrumb-item {
    color: #979797;
    padding-right: 0.214em; }
    .breadcrumbs-wrapper .breadcrumb li.breadcrumb-item::after {
      content: '&gt;'; }
    .breadcrumbs-wrapper .breadcrumb li.breadcrumb-item::before {
      content: none; }
    .breadcrumbs-wrapper .breadcrumb li.breadcrumb-item:last-child {
      padding-right: 0; }
      .breadcrumbs-wrapper .breadcrumb li.breadcrumb-item:last-child::after {
        content: none; }
    .breadcrumbs-wrapper .breadcrumb li.breadcrumb-item a {
      color: #272727; }

body.panel-opened {
  height: 100vh;
  overflow: hidden; }

.custom-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1030;
  background: #fff;
  padding: 22px 30px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out 0.4s; }
  @media (min-width: 768px) {
    .custom-panel {
      max-width: 380px; } }
  .panel-opened .custom-panel {
    opacity: 1;
    visibility: visible; }
  .custom-panel.right-panel {
    right: -100%; }
    .panel-opened .custom-panel.right-panel {
      right: 0; }
  .custom-panel.left-panel {
    left: -100%; }
    .panel-opened .custom-panel.left-panel {
      left: 0; }
  .custom-panel h2 {
    font-family: "Eina01-Bold";
    font-size: 1.904rem;
    margin-bottom: 0.56em;
    text-align: center; }
  .custom-panel .close {
    position: absolute;
    z-index: 1;
    top: 22px;
    right: 18px;
    font-size: 1rem;
    opacity: 1;
    filter: alpha(opacity=1); }
    .custom-panel .close:hover, .custom-panel .close:focus {
      outline: 0;
      box-shadow: none; }

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .veil .underlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000; }

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px; }

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s; }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

.veil .underlay {
  opacity: 0.8;
  background-color: #fff; }

.spinner {
  animation: rotate 2s linear infinite;
  z-index: 1051;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px; }
  .spinner .path {
    stroke: url(#navy-2-purple) #000;
    stroke-linecap: round;
    animation: dash 2s ease-in-out infinite; }
    .red-2-orange .spinner .path,
    .orange-2-red .spinner .path {
      stroke: url(#red-2-organe) #000; }
    .yellow-2-green .spinner .path,
    .green-2-yellow .spinner .path {
      stroke: url(#yellow-2-green) #000; }
    .teal-2-blue .spinner .path,
    .blue-2-teal .spinner .path {
      stroke: url(#teal-2-blue) #000; }
    .navy-2-purple .spinner .path,
    .purple-2-navy .spinner .path {
      stroke: url(#navy-2-purple) #000; }

img[data-src] {
  background: url("../images/spinner-red-2-organe_199-300.svg") center no-repeat; }
  .red-2-orange img[data-src],
  .orange-2-red img[data-src] {
    background: url("../images/spinner-red-2-organe_199-300.svg") center no-repeat; }
  .yellow-2-green img[data-src],
  .green-2-yellow img[data-src] {
    background: url("../images/spinner-yellow-2-green_199-300.svg") center no-repeat; }
  .teal-2-blue img[data-src],
  .blue-2-teal img[data-src] {
    background: url("../images/spinner-teal-2-blue_199-300.svg") center no-repeat; }
  .navy-2-purple img[data-src],
  .purple-2-navy img[data-src] {
    background: url("../images/spinner-navy-2-purple_199-300.svg") center no-repeat; }
  img[data-src].lazy-loaded {
    background: none; }

.home-email-signup {
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 10px;
  top: initial;
  display: block;
  z-index: 99;
  width: 70.29vw;
  height: 180px;
  max-width: 291px; }
  @media (min-width: 576px) {
    .home-email-signup {
      width: 291px; } }
  @media (min-width: 1600px) {
    .home-email-signup {
      height: 240px;
      width: 420px;
      max-width: 420px; } }
  .home-email-signup .sticky {
    border-radius: 15px;
    box-shadow: 1px 3px 9px -2px rgba(0, 0, 0, 0.7);
    background: linear-gradient(to right, #c00, #ef7922);
    background: -webkit-gradient(to right, #c00, #ef7922);
    background: -o-linear-gradient(to right, #c00, #ef7922); }
    @media (min-width: 1600px) {
      .home-email-signup .sticky {
        border-radius: 23px; } }
    .red-2-orange .home-email-signup .sticky {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922); }
    .yellow-2-green .home-email-signup .sticky {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242); }
    .teal-2-blue .home-email-signup .sticky {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
    .navy-2-purple .home-email-signup .sticky {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a); }
    .orange-2-red .home-email-signup .sticky {
      background: linear-gradient(to right, #ef7922, #c00);
      background: -webkit-gradient(to right, #ef7922, #c00);
      background: -o-linear-gradient(to right, #ef7922, #c00); }
    .green-2-yellow .home-email-signup .sticky {
      background: linear-gradient(to right, #80c242, #ffc012);
      background: -webkit-gradient(to right, #80c242, #ffc012);
      background: -o-linear-gradient(to right, #80c242, #ffc012); }
    .blue-2-teal .home-email-signup .sticky {
      background: linear-gradient(to right, #3292cf, #6ac5b0);
      background: -webkit-gradient(to right, #3292cf, #6ac5b0);
      background: -o-linear-gradient(to right, #3292cf, #6ac5b0); }
    .purple-2-navy .home-email-signup .sticky {
      background: linear-gradient(to right, #c11c8a, #02549d);
      background: -webkit-gradient(to right, #c11c8a, #02549d);
      background: -o-linear-gradient(to right, #c11c8a, #02549d); }
    .home-email-signup .sticky .close-button {
      position: absolute;
      right: 5%;
      top: 3%;
      z-index: 1; }
      .home-email-signup .sticky .close-button .close {
        outline: none;
        color: #fff;
        transition: ease-in 0.3s; }
      .home-email-signup .sticky .close-button .sa-icon {
        font-family: "AT-icons" !important;
        font-size: 1rem; }
        .home-email-signup .sticky .close-button .sa-icon::before {
          content: "\E904"; }
    .home-email-signup .sticky .subscribe-form {
      padding: 20px 15px 25px; }
      @media (min-width: 1600px) {
        .home-email-signup .sticky .subscribe-form {
          padding: 25px; } }
      .home-email-signup .sticky .subscribe-form h2 {
        font-family: "Eina01-Bold";
        color: #fff;
        font-size: 1.2857rem; }
        @media (min-width: 1600px) {
          .home-email-signup .sticky .subscribe-form h2 {
            font-size: 1.7143rem; } }
      .home-email-signup .sticky .subscribe-form .form-group {
        height: 65px;
        margin-bottom: 0; }
        @media (min-width: 1600px) {
          .home-email-signup .sticky .subscribe-form .form-group {
            height: 90px; } }
        .home-email-signup .sticky .subscribe-form .form-group .input-email {
          height: 35px;
          margin-top: 8px;
          padding: 2px 15px;
          border: 1px solid #fff;
          color: #fff;
          font-family: "CamphorW01-Regular";
          font-size: 1rem;
          border-radius: 15px; }
          .home-email-signup .sticky .subscribe-form .form-group .input-email:-ms-input-placeholder {
            color: #fff; }
          .home-email-signup .sticky .subscribe-form .form-group .input-email::placeholder {
            color: #fff; }
          .home-email-signup .sticky .subscribe-form .form-group .input-email::-webkit-input-placeholder {
            color: #fff; }
          .home-email-signup .sticky .subscribe-form .form-group .input-email::-moz-placeholder {
            color: #fff; }
          .home-email-signup .sticky .subscribe-form .form-group .input-email:-ms-input-placeholder {
            color: #fff; }
          .home-email-signup .sticky .subscribe-form .form-group .input-email:-moz-placeholder {
            color: #fff; }
          @media (min-width: 1600px) {
            .home-email-signup .sticky .subscribe-form .form-group .input-email {
              font-size: 1.1429rem;
              height: 50px;
              margin-top: 13px;
              border-radius: 25px; } }
        .home-email-signup .sticky .subscribe-form .form-group .invalid-feedback {
          color: #fff;
          margin-left: 20px; }
      .home-email-signup .sticky .subscribe-form .input-group-btn {
        padding-left: 0; }
        .home-email-signup .sticky .subscribe-form .input-group-btn .btn {
          color: #333;
          width: 25.5vw;
          height: 28px;
          max-width: 108px;
          padding: 0;
          border-radius: 30px;
          font-family: "Eina01-Bold";
          font-size: 1rem;
          background-color: #fff;
          box-shadow: 1px 6px 14px 0 rgba(0, 0, 0, 0.25); }
          .home-email-signup .sticky .subscribe-form .input-group-btn .btn:hover, .home-email-signup .sticky .subscribe-form .input-group-btn .btn:focus {
            color: #fff;
            background-color: #333; }
          @media (min-width: 1600px) {
            .home-email-signup .sticky .subscribe-form .input-group-btn .btn {
              font-size: 1.4286rem;
              width: 152px;
              height: 40px;
              max-width: 152px; } }
      .home-email-signup .sticky .subscribe-form .resp-messages {
        color: #fff;
        font-size: 0.786rem;
        font-family: "CamphorW01-Regular";
        padding: 0; }
        @media (min-width: 1600px) {
          .home-email-signup .sticky .subscribe-form .resp-messages {
            font-size: 1rem; } }
  .home-email-signup .sticky-img {
    height: 80px;
    width: 100px;
    position: absolute;
    top: 107px;
    left: -57px; }
    @media (min-width: 1600px) {
      .home-email-signup .sticky-img {
        height: 105px;
        width: 105px;
        top: 139px;
        left: -65px; } }

.is-brand-site ~ .page .section-header .header-content .btn-search,
.is-brand-site ~ .page .section-header .header-content .store-location-block,
.is-brand-site ~ .page .section-header .header-content .link-second-block {
  display: none !important; }

.is-brand-site ~ .page .section-footer .footer-top-content .about-info,
.is-brand-site ~ .page .section-footer .footer-top-content .others-info {
  display: none; }

.is-brand-site ~ .page .search-results-wrapper .product-promotion-col {
  display: none; }

.is-brand-site ~ .page .account-page .wishlist-account-card,
.is-brand-site ~ .page .account-page .my-qa-card {
  display: none; }

.is-brand-site ~ .page .help-block {
  display: none !important; }

.is-brand-site ~ #gladlyChat_container {
  display: none !important; }

.is-brand-site ~ .floating-buttons .one-to-one-talk {
  display: none; }

.login-form-nav.pwdless-login-container .btn.btn-passwordless {
  font-family: CamphorW01-Regular;
  font-size: 1rem;
  position: relative;
  width: auto;
  box-shadow: none;
  border-color: #b5b5b5;
  max-width: 160px;
  padding: 0.6em 1em; }
  .login-form-nav.pwdless-login-container .btn.btn-passwordless:hover {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    color: #272727; }
  @media (min-width: 768px) {
    .login-form-nav.pwdless-login-container .btn.btn-passwordless {
      min-width: 7em;
      padding: 0.6em 0.8em; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.btn-passwordless {
      font-size: 1.1429rem;
      padding: 0.45em 0.75em; } }
  @media (min-width: 1600px) {
    .login-form-nav.pwdless-login-container .btn.btn-passwordless {
      font-size: 1.4286rem;
      padding: 0.3em 0.75em;
      min-width: 9em; } }

.login-form-nav.pwdless-login-container .btn.oauth-facebook, .login-form-nav.pwdless-login-container .btn.oauth-google {
  padding: 0.6em 0.8em 0.6em 2.4em; }
  @media (min-width: 768px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook, .login-form-nav.pwdless-login-container .btn.oauth-google {
      min-width: 8em; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook, .login-form-nav.pwdless-login-container .btn.oauth-google {
      min-width: 9em; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook, .login-form-nav.pwdless-login-container .btn.oauth-google {
      padding: 0.45em 2.5em 0.45em 3.3em; } }
  @media (min-width: 1600px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook, .login-form-nav.pwdless-login-container .btn.oauth-google {
      padding: 0.3em 2em 0.3em 2.5em; } }

.login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
  left: 1.4rem; }
  @media (min-width: 768px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
      left: 1.1rem; } }
  @media (min-width: 992px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
      left: 1rem; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
      left: 1.8rem; } }

.login-form-nav.pwdless-login-container .btn.oauth-google::before {
  left: 1.4rem; }
  @media (min-width: 768px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google::before {
      left: 1.2rem; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google::before {
      left: 1.5rem; } }

@media (min-width: 768px) {
  .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom {
    padding-left: 5px; } }

@media (min-width: 992px) {
  .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom {
    padding-left: 15px; } }

.login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn {
  min-width: unset; }
  .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.btn-passwordless.btn-passwordless-email-link {
    max-width: unset;
    padding: 0.6em 1em 0.6em 2.9em; }
    @media (min-width: 1200px) {
      .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.btn-passwordless.btn-passwordless-email-link {
        padding: 0.45em 1em 0.45em 3.3em; } }
    @media (min-width: 1600px) {
      .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.btn-passwordless.btn-passwordless-email-link {
        padding: 0.3em 1em 0.3em 2.6em; } }
    .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.btn-passwordless.btn-passwordless-email-link::before {
      content: '';
      background: url("../icons/AT/svg/30-passwordless-login-mail-icon_black.svg") no-repeat;
      display: inline-block;
      width: 29px;
      height: 29px;
      position: absolute;
      top: 5px;
      left: 0.8rem;
      vertical-align: middle;
      background-size: 70%;
      background-position: center center;
      background-color: transparent; }
      @media (min-width: 1200px) {
        .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.btn-passwordless.btn-passwordless-email-link::before {
          left: 1rem; } }
      @media (min-width: 1600px) {
        .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.btn-passwordless.btn-passwordless-email-link::before {
          top: 7px; } }
  .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-facebook {
    padding: 0.6em 1em 0.6em 2.4em; }
    @media (min-width: 1200px) {
      .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-facebook {
        padding: 0.45em 1em 0.45em 2.8em; } }
    @media (min-width: 1600px) {
      .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-facebook {
        padding: 0.3em 1em 0.3em 2.2em; } }
    .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-facebook::before {
      left: 0.8rem; }
      @media (min-width: 992px) {
        .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-facebook::before {
          left: 1rem; } }
  .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-google {
    padding: 0.6em 1em 0.6em 3.3em; }
    @media (min-width: 1200px) {
      .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-google {
        padding: 0.45em 1em 0.45em 3.3em; } }
    @media (min-width: 1600px) {
      .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-google {
        padding: 0.3em 1em 0.3em 2.6em; } }
    .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-google::before {
      left: 1.2rem; }
      @media (min-width: 768px) {
        .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom .btn.oauth-google::before {
          left: 1.2rem; } }

.pwdless-login-banner .pwdless-login-title {
  font-family: "Eina01-Bold";
  font-size: 2.62rem; }
  .pwdless-login-banner .pwdless-login-title.email-link-login-title {
    font-size: 27px; }

.pwdless-login-container {
  padding-bottom: 20px; }
  .pwdless-login-container .passwordless-form .btn-block,
  .pwdless-login-container .passwordless-token-form .btn-block {
    border-radius: 1.7em;
    font-weight: 600;
    font-size: 1.0714rem;
    font-family: "Eina01-Bold"; }
  .pwdless-login-container .passwordless-form .btn-primary,
  .pwdless-login-container .passwordless-token-form .btn-primary {
    display: inline-block;
    border: 1px solid #f5f5f5;
    min-width: 9em;
    border-radius: 1.7em;
    transition: color 0.2s ease-in, background-color 0.2s ease-in, border-color 0.2s ease-in, box-shadow 0.2s ease-in;
    box-shadow: 0 2px 7px -2px #333;
    background-color: #fff;
    color: #272727; }
  .pwdless-login-container .passwordless-form .btn-secondary,
  .pwdless-login-container .passwordless-token-form .btn-secondary {
    background-color: #272727;
    color: #fff !important; }
  .pwdless-login-container .passwordless-token-form .alert {
    border: none;
    font-weight: 600;
    color: #c00; }
  .pwdless-login-container .passwordless-token-form .btn-resend-otp {
    color: #272727 !important;
    text-decoration: underline;
    font-weight: 700; }
  .pwdless-login-container .passwordless-token-form .pwdless-token.pwdless-token-mobile .col {
    padding-right: 0; }
  .pwdless-login-container .passwordless-token-form .alert {
    background-color: #fff; }
  .pwdless-login-container.email-link-login-container #submitTokenButton {
    display: none; }
  .pwdless-login-container.email-link-login-container .passwordless-token-form {
    width: 100%; }
    .pwdless-login-container.email-link-login-container .passwordless-token-form .card {
      width: 100%; }
      .pwdless-login-container.email-link-login-container .passwordless-token-form .card .text-center {
        text-align: left !important; }
      .pwdless-login-container.email-link-login-container .passwordless-token-form .card .text-md-center {
        text-align: left !important;
        padding-left: 0;
        margin-top: 1.5rem; }

#request-passwordless-login-modal .passwordless-form,
#request-passwordless-login-modal .passwordless-token-form {
  width: 100%; }
  #request-passwordless-login-modal .passwordless-form .form-group .form-control.has-content ~ label,
  #request-passwordless-login-modal .passwordless-form .form-group .form-control:focus ~ label,
  #request-passwordless-login-modal .passwordless-token-form .form-group .form-control.has-content ~ label,
  #request-passwordless-login-modal .passwordless-token-form .form-group .form-control:focus ~ label {
    top: -1.4em;
    transform-origin: left;
    opacity: 1;
    padding-left: 0;
    transform: scale(0.8); }
  #request-passwordless-login-modal .passwordless-form .form-group .form-control:focus,
  #request-passwordless-login-modal .passwordless-token-form .form-group .form-control:focus {
    border-bottom: 1px solid #fff;
    outline: none;
    box-shadow: none; }
  #request-passwordless-login-modal .passwordless-form .form-group .focus-border,
  #request-passwordless-login-modal .passwordless-token-form .form-group .focus-border {
    display: block; }
  #request-passwordless-login-modal .passwordless-form .btn-block,
  #request-passwordless-login-modal .passwordless-token-form .btn-block {
    border-radius: 1.7em;
    font-weight: 600;
    font-size: 1.0714rem;
    font-family: "Eina01-Bold";
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 1600px) {
      #request-passwordless-login-modal .passwordless-form .btn-block,
      #request-passwordless-login-modal .passwordless-token-form .btn-block {
        padding-top: 0.25em;
        padding-bottom: 0.35em;
        font-size: 1.4286rem; } }
  #request-passwordless-login-modal .passwordless-form .g-recaptcha-error-msg,
  #request-passwordless-login-modal .passwordless-token-form .g-recaptcha-error-msg {
    color: #c00; }

#request-passwordless-login-modal.email-link-modal #submitTokenButton {
  display: none; }

#request-passwordless-login-modal.email-link-modal.email-link-modal-after-show .modal-header {
  padding: 0 1rem !important; }
  #request-passwordless-login-modal.email-link-modal.email-link-modal-after-show .modal-header .request-passwordless-login-title {
    padding-left: 4rem !important; }

#request-passwordless-login-modal.email-link-modal.email-link-modal-after-show .modal-body {
  padding-bottom: 3rem; }
  #request-passwordless-login-modal.email-link-modal.email-link-modal-after-show .modal-body .request-passwordless-login-body .card-body .text-center {
    text-align: left !important;
    padding-left: 4rem !important; }
  @media (min-width: 768px) {
    #request-passwordless-login-modal.email-link-modal.email-link-modal-after-show .modal-body .request-passwordless-login-body .card-body .text-md-center {
      text-align: left !important;
      padding-left: 4rem !important; } }

.hero h2.page-title {
  color: #000;
  background: transparent;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  padding: 0 15px;
  left: 0;
  letter-spacing: 1px;
  display: block; }

.email-link-card #submitTokenButton {
  display: none; }

.einstein-header {
  color: #000; }
  .einstein-header ~ .page-child-transparent::before {
    display: none; }
  .einstein-header.new-header #search-collapse.show::after {
    top: -45px;
    right: 60px;
    border-width: 23px 35px; }
    @media (min-width: 1200px) {
      .einstein-header.new-header #search-collapse.show::after {
        right: 75px; } }
    @media (min-width: 1600px) {
      .einstein-header.new-header #search-collapse.show::after {
        right: 80px; } }
  .einstein-header #search-collapse {
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden; }
    .einstein-header #search-collapse.show {
      opacity: 1;
      visibility: visible; }
      .einstein-header #search-collapse.show::before {
        display: none; }
      .einstein-header #search-collapse.show::after {
        position: absolute;
        top: -29px;
        right: 45px;
        content: '';
        background: transparent;
        border: 15px solid transparent;
        border-width: 15px 35px;
        border-bottom-color: #fff; }
        @media (min-width: 1200px) {
          .einstein-header #search-collapse.show::after {
            right: 85px; } }
        @media (min-width: 1750px) {
          .einstein-header #search-collapse.show::after {
            right: 95px; } }
  .einstein-header .search-xs-section .site-search {
    float: none;
    width: 100%;
    padding: 0;
    padding-bottom: 120px;
    overflow-x: hidden;
    overflow-y: auto; }
    .einstein-header .search-xs-section .site-search::-webkit-scrollbar-track {
      border-radius: 50%;
      background-color: #f2f2f2; }
    .einstein-header .search-xs-section .site-search::-webkit-scrollbar {
      width: 2px;
      background-color: #f2f2f2; }
    .einstein-header .search-xs-section .site-search::-webkit-scrollbar-thumb {
      border-radius: 50%;
      background-color: #888; }
    @media (min-width: 768px) {
      .einstein-header .search-xs-section .site-search {
        padding-bottom: 80px; } }
    @media (min-width: 1200px) {
      .einstein-header .search-xs-section .site-search {
        padding-bottom: 0; } }
    .einstein-header .search-xs-section .site-search .clear-search {
      display: none;
      top: 50%;
      right: 20px;
      left: auto;
      background: transparent;
      transform: translateY(-50%); }
      @media (min-width: 768px) {
        .einstein-header .search-xs-section .site-search .clear-search {
          background: none; } }
      @media (min-width: 1200px) {
        .einstein-header .search-xs-section .site-search .clear-search {
          right: 30px; } }
      .pink-2-red .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #d31e47 !important; }
      .red-2-orange .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #d31e47 !important; }
      .orange-2-red .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #d31e47 !important; }
      .yellow-2-green .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #81c341 !important; }
      .green-2-yellow .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #81c341 !important; }
      .teal-2-blue .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #3393d0 !important; }
      .blue-2-teal .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #3393d0 !important; }
      .navy-2-purple .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #a23db7 !important; }
      .purple-2-navy .einstein-header .search-xs-section .site-search .clear-search::before {
        color: #a23db7 !important; }
    .einstein-header .search-xs-section .site-search .close-search {
      top: 12px;
      right: 30px;
      z-index: 1; }
      @media (min-width: 768px) {
        .einstein-header .search-xs-section .site-search .close-search {
          display: block;
          background: none; } }
      @media (min-width: 1200px) {
        .einstein-header .search-xs-section .site-search .close-search {
          right: 70px; } }
      .einstein-header .search-xs-section .site-search .close-search::before {
        top: 0;
        transform: none; }
        .pink-2-red .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #d31e47; }
        .red-2-orange .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #d31e47; }
        .orange-2-red .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #d31e47; }
        .yellow-2-green .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #81c341; }
        .green-2-yellow .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #81c341; }
        .teal-2-blue .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #3393d0; }
        .blue-2-teal .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #3393d0; }
        .navy-2-purple .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #a23db7; }
        .purple-2-navy .einstein-header .search-xs-section .site-search .close-search::before {
          -webkit-text-fill-color: #a23db7; }
    .einstein-header .search-xs-section .site-search .search-recommendation-container {
      padding: 0; }
    .einstein-header .search-xs-section .site-search .search-container-top {
      width: 100%;
      border-radius: 0 0 42px 42px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16); }
      .einstein-header .search-xs-section .site-search .search-container-top .search-container-top-inner {
        padding: 25px 30px; }
        @media (min-width: 1200px) {
          .einstein-header .search-xs-section .site-search .search-container-top .search-container-top-inner {
            max-width: 1010px;
            margin: 0 auto; } }
      .einstein-header .search-xs-section .site-search .search-container-top .suggestions {
        margin: 0 -15px; }
    .einstein-header .search-xs-section .site-search .search-container-bottom {
      width: 100%; }
      .einstein-header .search-xs-section .site-search .search-container-bottom .search-container-bottom-inner {
        padding: 10px 30px; }
        @media (min-width: 1200px) {
          .einstein-header .search-xs-section .site-search .search-container-bottom .search-container-bottom-inner {
            max-width: 1010px;
            margin: 0 auto; } }
      .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search {
        display: none; }
        .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.result-product, .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.popular-search, .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.popular-product {
          display: block; }
          @media (min-width: 768px) {
            .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.result-product, .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.popular-search, .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.popular-product {
              width: 50%;
              max-width: 50%;
              -ms-flex: 50%;
                  flex: 50%; } }
        @media (min-width: 768px) {
          .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.popular-search {
            display: -ms-flexbox;
            display: flex;
            padding-left: 50px;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-order: 2;
                order: 2; } }
        @media (min-width: 1200px) {
          .einstein-header .search-xs-section .site-search .search-container-bottom .collection-search.popular-search {
            padding-left: 150px; } }
    .einstein-header .search-xs-section .site-search .searchform {
      width: 100%;
      height: auto;
      padding-bottom: 0;
      overflow-y: hidden; }
      .einstein-header .search-xs-section .site-search .searchform .search-title {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
        padding: 0 10px;
        font-family: "Eina01-Bold";
        font-size: 30px; }
        @media (min-width: 768px) {
          .einstein-header .search-xs-section .site-search .searchform .search-title {
            display: block; } }
        @media (min-width: 1600px) {
          .einstein-header .search-xs-section .site-search .searchform .search-title {
            margin-bottom: 30px;
            font-size: 40px; } }
        .pink-2-red .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #d31e47; }
        .red-2-orange .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #d31e47; }
        .orange-2-red .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #d31e47; }
        .yellow-2-green .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #81c341; }
        .green-2-yellow .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #81c341; }
        .teal-2-blue .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #3393d0; }
        .blue-2-teal .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #3393d0; }
        .navy-2-purple .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #a23db7; }
        .purple-2-navy .einstein-header .search-xs-section .site-search .searchform .search-title {
          color: #a23db7; }
      .einstein-header .search-xs-section .site-search .searchform label.form-control-label {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%); }
        @media (min-width: 1600px) {
          .einstein-header .search-xs-section .site-search .searchform label.form-control-label {
            left: 35px; } }
        .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
          font-size: 17px; }
          @media (min-width: 1600px) {
            .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
              font-size: 24px; } }
          .pink-2-red .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #d31e47; }
          .red-2-orange .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #d31e47; }
          .orange-2-red .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #d31e47; }
          .yellow-2-green .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #81c341; }
          .green-2-yellow .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #81c341; }
          .teal-2-blue .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #3393d0; }
          .blue-2-teal .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #3393d0; }
          .navy-2-purple .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #a23db7; }
          .purple-2-navy .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
            color: #a23db7; }
      .einstein-header .search-xs-section .site-search .searchform input.search-field {
        width: 100%;
        height: 60px;
        padding-left: 70px;
        padding-right: 50px;
        background: #fff;
        border: 2px solid #272727;
        border-radius: 48px;
        font-family: "Eina01-SemiBold"; }
        @media (min-width: 1600px) {
          .einstein-header .search-xs-section .site-search .searchform input.search-field {
            padding-left: 100px; } }
        .pink-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #d31e47; }
        .red-2-orange .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #d31e47; }
        .orange-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #d31e47; }
        .yellow-2-green .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #81c341; }
        .green-2-yellow .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #81c341; }
        .teal-2-blue .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #3393d0; }
        .blue-2-teal .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #3393d0; }
        .navy-2-purple .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #a23db7; }
        .purple-2-navy .einstein-header .search-xs-section .site-search .searchform input.search-field {
          color: #a23db7; }
        .pink-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #d31e47; }
        .red-2-orange .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #d31e47; }
        .orange-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #d31e47; }
        .yellow-2-green .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #81c341; }
        .green-2-yellow .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #81c341; }
        .teal-2-blue .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #3393d0; }
        .blue-2-teal .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #3393d0; }
        .navy-2-purple .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #a23db7; }
        .purple-2-navy .einstein-header .search-xs-section .site-search .searchform input.search-field {
          border-color: #a23db7; }
        .pink-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #d31e47; }
        .red-2-orange .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #d31e47; }
        .orange-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #d31e47; }
        .yellow-2-green .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #81c341; }
        .green-2-yellow .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #81c341; }
        .teal-2-blue .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #3393d0; }
        .blue-2-teal .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #3393d0; }
        .navy-2-purple .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #a23db7; }
        .purple-2-navy .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
          -webkit-text-fill-color: #a23db7; }
        .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
          font-family: "Eina01-SemiboldItalic"; }
        .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
          font-family: "Eina01-SemiboldItalic"; }
          .pink-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #d31e47; }
          .pink-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #d31e47; }
          .red-2-orange .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #d31e47; }
          .red-2-orange .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #d31e47; }
          .orange-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #d31e47; }
          .orange-2-red .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #d31e47; }
          .yellow-2-green .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #81c341; }
          .yellow-2-green .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #81c341; }
          .green-2-yellow .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #81c341; }
          .green-2-yellow .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #81c341; }
          .teal-2-blue .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #3393d0; }
          .teal-2-blue .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #3393d0; }
          .blue-2-teal .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #3393d0; }
          .blue-2-teal .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #3393d0; }
          .navy-2-purple .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #a23db7; }
          .navy-2-purple .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #a23db7; }
          .purple-2-navy .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
            color: #a23db7; }
          .purple-2-navy .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
            color: #a23db7; }
    .einstein-header .search-xs-section .site-search .pull-down-suggestion {
      margin: 0;
      padding: 0; }
    @media (min-width: 768px) {
      .einstein-header .search-xs-section .site-search .collection-search {
        border: none; } }
  .einstein-header .collection-search {
    -ms-flex: 100%;
        flex: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: -8px; }
    .einstein-header .collection-search .header .collection-name {
      padding: 10px;
      font-family: "Eina01-Bold";
      font-size: 24px; }
      .pink-2-red .einstein-header .collection-search .header .collection-name {
        color: #d31e47; }
      .red-2-orange .einstein-header .collection-search .header .collection-name {
        color: #d31e47; }
      .orange-2-red .einstein-header .collection-search .header .collection-name {
        color: #d31e47; }
      .yellow-2-green .einstein-header .collection-search .header .collection-name {
        color: #81c341; }
      .green-2-yellow .einstein-header .collection-search .header .collection-name {
        color: #81c341; }
      .teal-2-blue .einstein-header .collection-search .header .collection-name {
        color: #3393d0; }
      .blue-2-teal .einstein-header .collection-search .header .collection-name {
        color: #3393d0; }
      .navy-2-purple .einstein-header .collection-search .header .collection-name {
        color: #a23db7; }
      .purple-2-navy .einstein-header .collection-search .header .collection-name {
        color: #a23db7; }
    .einstein-header .collection-search .item {
      display: inline-block;
      margin: 0 20px 8px 0; }
      .einstein-header .collection-search .item .name {
        max-width: 100%;
        padding: 0; }
        .einstein-header .collection-search .item .name a {
          display: inline-block;
          position: relative;
          margin: 0;
          padding: 10px 32px;
          border-radius: 22px;
          color: #fff;
          background-color: #707070;
          font-family: "Eina01-SemiBold";
          font-size: 12px;
          text-transform: uppercase; }
          @media (min-width: 1600px) {
            .einstein-header .collection-search .item .name a {
              padding: 10px 26px;
              font-size: 16px; } }
      .pink-2-red .einstein-header .collection-search .item:nth-child(4n - 2) .name a {
        background-color: #d31e47; }
      .pink-2-red .einstein-header .collection-search .item:nth-child(4n - 1) .name a {
        background-color: #d45a82; }
      .pink-2-red .einstein-header .collection-search .item:nth-child(4n) .name a {
        background-color: #db8bae; }
      .pink-2-red .einstein-header .collection-search .item:nth-child(4n -3) .name a {
        background-color: #ee99b4; }
      .red-2-orange .einstein-header .collection-search .item:nth-child(4n - 2) .name a,
      .orange-2-red .einstein-header .collection-search .item:nth-child(4n - 2) .name a {
        background-color: #c0344a; }
      .red-2-orange .einstein-header .collection-search .item:nth-child(4n - 1) .name a,
      .orange-2-red .einstein-header .collection-search .item:nth-child(4n - 1) .name a {
        background-color: #d1312c; }
      .red-2-orange .einstein-header .collection-search .item:nth-child(4n) .name a,
      .orange-2-red .einstein-header .collection-search .item:nth-child(4n) .name a {
        background-color: #e66d30; }
      .red-2-orange .einstein-header .collection-search .item:nth-child(4n -3) .name a,
      .orange-2-red .einstein-header .collection-search .item:nth-child(4n -3) .name a {
        background-color: #ee8632; }
      .green-2-yellow .einstein-header .collection-search .item:nth-child(4n - 2) .name a,
      .yellow-2-green .einstein-header .collection-search .item:nth-child(4n - 2) .name a {
        background-color: #81c341; }
      .green-2-yellow .einstein-header .collection-search .item:nth-child(4n - 1) .name a,
      .yellow-2-green .einstein-header .collection-search .item:nth-child(4n - 1) .name a {
        background-color: #ffc113; }
      .green-2-yellow .einstein-header .collection-search .item:nth-child(4n) .name a,
      .yellow-2-green .einstein-header .collection-search .item:nth-child(4n) .name a {
        background-color: #cbc149; }
      .green-2-yellow .einstein-header .collection-search .item:nth-child(4n -3) .name a,
      .yellow-2-green .einstein-header .collection-search .item:nth-child(4n -3) .name a {
        background-color: #b6c14c; }
      .blue-2-teal .einstein-header .collection-search .item:nth-child(4n - 2) .name a,
      .teal-2-blue .einstein-header .collection-search .item:nth-child(4n - 2) .name a {
        background-color: #1a82da; }
      .blue-2-teal .einstein-header .collection-search .item:nth-child(4n - 1) .name a,
      .teal-2-blue .einstein-header .collection-search .item:nth-child(4n - 1) .name a {
        background-color: #43aed3; }
      .blue-2-teal .einstein-header .collection-search .item:nth-child(4n) .name a,
      .teal-2-blue .einstein-header .collection-search .item:nth-child(4n) .name a {
        background-color: #319ad6; }
      .blue-2-teal .einstein-header .collection-search .item:nth-child(4n -3) .name a,
      .teal-2-blue .einstein-header .collection-search .item:nth-child(4n -3) .name a {
        background-color: #5dc9cf; }
      .purple-2-navy .einstein-header .collection-search .item:nth-child(4n - 2) .name a,
      .navy-2-purple .einstein-header .collection-search .item:nth-child(4n - 2) .name a {
        background-color: #c31e8c; }
      .purple-2-navy .einstein-header .collection-search .item:nth-child(4n - 1) .name a,
      .navy-2-purple .einstein-header .collection-search .item:nth-child(4n - 1) .name a {
        background-color: #7b3293; }
      .purple-2-navy .einstein-header .collection-search .item:nth-child(4n) .name a,
      .navy-2-purple .einstein-header .collection-search .item:nth-child(4n) .name a {
        background-color: #37469a; }
      .purple-2-navy .einstein-header .collection-search .item:nth-child(4n -3) .name a,
      .navy-2-purple .einstein-header .collection-search .item:nth-child(4n -3) .name a {
        background-color: #02559f; }
  .einstein-header .result-product .btn-see-more,
  .einstein-header .no-result-container .btn-see-more {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 11px;
    border: 1px solid transparent;
    border-radius: 26px;
    color: #fff;
    font-family: "Eina01-Bold";
    font-size: 20px;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: all 0.3s; }
    .pink-2-red .einstein-header .result-product .btn-see-more, .pink-2-red
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #ee99b4, #d31e47); }
    .red-2-orange .einstein-header .result-product .btn-see-more, .red-2-orange
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #d31e47, #f37a21); }
    .orange-2-red .einstein-header .result-product .btn-see-more, .orange-2-red
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #f37a21, #d31e47); }
    .yellow-2-green .einstein-header .result-product .btn-see-more, .yellow-2-green
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #ffc113, #81c341); }
    .green-2-yellow .einstein-header .result-product .btn-see-more, .green-2-yellow
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #81c341, #ffc113); }
    .teal-2-blue .einstein-header .result-product .btn-see-more, .teal-2-blue
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #6ac6b1, #3393d0); }
    .blue-2-teal .einstein-header .result-product .btn-see-more, .blue-2-teal
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #3393d0, #6ac6b1); }
    .navy-2-purple .einstein-header .result-product .btn-see-more, .navy-2-purple
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #04559f, #c21c8a); }
    .purple-2-navy .einstein-header .result-product .btn-see-more, .purple-2-navy
    .einstein-header .no-result-container .btn-see-more {
      background: linear-gradient(90deg, #a23db7, #04559f); }
    @media (min-width: 1200px) {
      .einstein-header .result-product .btn-see-more:focus, .einstein-header .result-product .btn-see-more:hover,
      .einstein-header .no-result-container .btn-see-more:focus,
      .einstein-header .no-result-container .btn-see-more:hover {
        background: #fff; }
        .pink-2-red .einstein-header .result-product .btn-see-more:focus, .pink-2-red .einstein-header .result-product .btn-see-more:hover, .pink-2-red
        .einstein-header .no-result-container .btn-see-more:focus, .pink-2-red
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #d31e47; }
        .red-2-orange .einstein-header .result-product .btn-see-more:focus, .red-2-orange .einstein-header .result-product .btn-see-more:hover, .red-2-orange
        .einstein-header .no-result-container .btn-see-more:focus, .red-2-orange
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #d31e47; }
        .orange-2-red .einstein-header .result-product .btn-see-more:focus, .orange-2-red .einstein-header .result-product .btn-see-more:hover, .orange-2-red
        .einstein-header .no-result-container .btn-see-more:focus, .orange-2-red
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #d31e47; }
        .yellow-2-green .einstein-header .result-product .btn-see-more:focus, .yellow-2-green .einstein-header .result-product .btn-see-more:hover, .yellow-2-green
        .einstein-header .no-result-container .btn-see-more:focus, .yellow-2-green
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #81c341; }
        .green-2-yellow .einstein-header .result-product .btn-see-more:focus, .green-2-yellow .einstein-header .result-product .btn-see-more:hover, .green-2-yellow
        .einstein-header .no-result-container .btn-see-more:focus, .green-2-yellow
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #81c341; }
        .teal-2-blue .einstein-header .result-product .btn-see-more:focus, .teal-2-blue .einstein-header .result-product .btn-see-more:hover, .teal-2-blue
        .einstein-header .no-result-container .btn-see-more:focus, .teal-2-blue
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #3393d0; }
        .blue-2-teal .einstein-header .result-product .btn-see-more:focus, .blue-2-teal .einstein-header .result-product .btn-see-more:hover, .blue-2-teal
        .einstein-header .no-result-container .btn-see-more:focus, .blue-2-teal
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #3393d0; }
        .navy-2-purple .einstein-header .result-product .btn-see-more:focus, .navy-2-purple .einstein-header .result-product .btn-see-more:hover, .navy-2-purple
        .einstein-header .no-result-container .btn-see-more:focus, .navy-2-purple
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #a23db7; }
        .purple-2-navy .einstein-header .result-product .btn-see-more:focus, .purple-2-navy .einstein-header .result-product .btn-see-more:hover, .purple-2-navy
        .einstein-header .no-result-container .btn-see-more:focus, .purple-2-navy
        .einstein-header .no-result-container .btn-see-more:hover {
          border-color: #a23db7; }
        .pink-2-red .einstein-header .result-product .btn-see-more:focus, .pink-2-red .einstein-header .result-product .btn-see-more:hover, .pink-2-red
        .einstein-header .no-result-container .btn-see-more:focus, .pink-2-red
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #d31e47; }
        .red-2-orange .einstein-header .result-product .btn-see-more:focus, .red-2-orange .einstein-header .result-product .btn-see-more:hover, .red-2-orange
        .einstein-header .no-result-container .btn-see-more:focus, .red-2-orange
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #d31e47; }
        .orange-2-red .einstein-header .result-product .btn-see-more:focus, .orange-2-red .einstein-header .result-product .btn-see-more:hover, .orange-2-red
        .einstein-header .no-result-container .btn-see-more:focus, .orange-2-red
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #d31e47; }
        .yellow-2-green .einstein-header .result-product .btn-see-more:focus, .yellow-2-green .einstein-header .result-product .btn-see-more:hover, .yellow-2-green
        .einstein-header .no-result-container .btn-see-more:focus, .yellow-2-green
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #81c341; }
        .green-2-yellow .einstein-header .result-product .btn-see-more:focus, .green-2-yellow .einstein-header .result-product .btn-see-more:hover, .green-2-yellow
        .einstein-header .no-result-container .btn-see-more:focus, .green-2-yellow
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #81c341; }
        .teal-2-blue .einstein-header .result-product .btn-see-more:focus, .teal-2-blue .einstein-header .result-product .btn-see-more:hover, .teal-2-blue
        .einstein-header .no-result-container .btn-see-more:focus, .teal-2-blue
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #3393d0; }
        .blue-2-teal .einstein-header .result-product .btn-see-more:focus, .blue-2-teal .einstein-header .result-product .btn-see-more:hover, .blue-2-teal
        .einstein-header .no-result-container .btn-see-more:focus, .blue-2-teal
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #3393d0; }
        .navy-2-purple .einstein-header .result-product .btn-see-more:focus, .navy-2-purple .einstein-header .result-product .btn-see-more:hover, .navy-2-purple
        .einstein-header .no-result-container .btn-see-more:focus, .navy-2-purple
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #a23db7; }
        .purple-2-navy .einstein-header .result-product .btn-see-more:focus, .purple-2-navy .einstein-header .result-product .btn-see-more:hover, .purple-2-navy
        .einstein-header .no-result-container .btn-see-more:focus, .purple-2-navy
        .einstein-header .no-result-container .btn-see-more:hover {
          color: #a23db7; } }
  .einstein-header .no-result-container {
    margin-top: 20px; }
    .einstein-header .no-result-container .no-result {
      display: block;
      margin-bottom: 20px;
      font-family: "Eina01-Bold";
      font-size: 24px; }
      .pink-2-red .einstein-header .no-result-container .no-result {
        color: #d31e47; }
      .red-2-orange .einstein-header .no-result-container .no-result {
        color: #d31e47; }
      .orange-2-red .einstein-header .no-result-container .no-result {
        color: #d31e47; }
      .yellow-2-green .einstein-header .no-result-container .no-result {
        color: #81c341; }
      .green-2-yellow .einstein-header .no-result-container .no-result {
        color: #81c341; }
      .teal-2-blue .einstein-header .no-result-container .no-result {
        color: #3393d0; }
      .blue-2-teal .einstein-header .no-result-container .no-result {
        color: #3393d0; }
      .navy-2-purple .einstein-header .no-result-container .no-result {
        color: #a23db7; }
      .purple-2-navy .einstein-header .no-result-container .no-result {
        color: #a23db7; }
  .einstein-header .top-recent-search .collection-search {
    padding: 0 !important; }
    .einstein-header .top-recent-search .collection-search .item .name {
      border-radius: 22px; }
    .pink-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name {
      background-color: #d31e47; }
    .pink-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name {
      background-color: #d45a82; }
    .pink-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name {
      background-color: #db8bae; }
    .pink-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name {
      background-color: #ee99b4; }
    .red-2-orange .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name,
    .orange-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name {
      background-color: #c0344a; }
    .red-2-orange .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name,
    .orange-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name {
      background-color: #d1312c; }
    .red-2-orange .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name,
    .orange-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name {
      background-color: #e66d30; }
    .red-2-orange .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name,
    .orange-2-red .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name {
      background-color: #ee8632; }
    .green-2-yellow .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name,
    .yellow-2-green .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name {
      background-color: #81c341; }
    .green-2-yellow .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name,
    .yellow-2-green .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name {
      background-color: #ffc113; }
    .green-2-yellow .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name,
    .yellow-2-green .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name {
      background-color: #cbc149; }
    .green-2-yellow .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name,
    .yellow-2-green .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name {
      background-color: #b6c14c; }
    .blue-2-teal .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name,
    .teal-2-blue .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name {
      background-color: #1a82da; }
    .blue-2-teal .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name,
    .teal-2-blue .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name {
      background-color: #43aed3; }
    .blue-2-teal .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name,
    .teal-2-blue .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name {
      background-color: #319ad6; }
    .blue-2-teal .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name,
    .teal-2-blue .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name {
      background-color: #5dc9cf; }
    .purple-2-navy .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name,
    .navy-2-purple .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name {
      background-color: #c31e8c; }
    .purple-2-navy .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name,
    .navy-2-purple .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name {
      background-color: #7b3293; }
    .purple-2-navy .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name,
    .navy-2-purple .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name {
      background-color: #37469a; }
    .purple-2-navy .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name,
    .navy-2-purple .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name {
      background-color: #02559f; }
    .einstein-header .top-recent-search .collection-search .item .btn-remove-recent-search {
      background-color: transparent;
      border: none;
      right: 10px;
      position: relative;
      font-size: 22px;
      color: #fff;
      font-weight: 700;
      cursor: pointer;
      outline: none;
      font-family: CamphorW01-Regular, sans-serif !important; }
  .einstein-header .collection-search.result-product .einstein-product-listing {
    padding-bottom: 10px; }
  .einstein-header .collection-search .einstein-product-listing {
    padding: 0 15px;
    margin: 0 -15px;
    overflow-x: hidden;
    overflow-y: auto; }
    .einstein-header .collection-search .einstein-product-listing::-webkit-scrollbar-track {
      border-radius: 50%;
      background-color: #f2f2f2; }
    .einstein-header .collection-search .einstein-product-listing::-webkit-scrollbar {
      width: 2px;
      background-color: #f2f2f2; }
    .einstein-header .collection-search .einstein-product-listing::-webkit-scrollbar-thumb {
      border-radius: 50%;
      background-color: #888; }
    @media (min-width: 1200px) {
      .einstein-header .collection-search .einstein-product-listing {
        max-height: 380px; } }
    @media (min-width: 1600px) {
      .einstein-header .collection-search .einstein-product-listing {
        max-height: 350px; } }
    .einstein-header .collection-search .einstein-product-listing .product-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px;
      padding-top: 0;
      width: auto; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper::after, .einstein-header .collection-search .einstein-product-listing .product-wrapper::before {
        display: none; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper a {
        margin: 0;
        padding: 0; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0 0 20px;
        padding: 0 15px; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .product {
        height: 100%; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .product-tile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%;
        padding: 0; }
        @media (max-width: 1199.98px) {
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .product-tile {
            min-height: 0; } }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .image-container,
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .image-search {
        top: auto;
        padding: 0;
        text-align: center;
        -ms-flex: none;
            flex: none; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .image-container img,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .image-search img {
          width: auto;
          max-width: 100%;
          min-height: 200px;
          max-height: 200px;
          margin: 0;
          object-fit: cover; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-message {
        display: none; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body {
        padding: 0;
        -ms-flex: 1;
            flex: 1; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body,
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search {
        max-width: 195px;
        width: 100%;
        margin: 10px auto 0; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-group-top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex: 1;
            flex: 1; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group,
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search {
        padding: 10px;
        background: #f5f5f5;
        border-radius: 15px;
        -ms-flex: 1;
            flex: 1;
        color: #fff;
        font-family: "Eina01-Bold";
        font-size: 12px;
        text-align: center; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-2-white,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-2-white {
          background: #585858; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.gray-2-white,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.gray-2-white {
          background: #f2f2f2; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.pink-2-red,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.pink-2-red {
          background: #ee99b4; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.red-2-orange,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.red-2-orange {
          background: #d31e47; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.orange-2-red,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.orange-2-red {
          background: #f37a21; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.yellow-2-green,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.yellow-2-green {
          background: #ffc113; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.green-2-yellow,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.green-2-yellow {
          background: #81c341; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.teal-2-blue,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.teal-2-blue {
          background: #6ac6b1; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.blue-2-teal,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.blue-2-teal {
          background: #3393d0; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.navy-2-purple,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.navy-2-purple {
          background: #04559f; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.purple-2-navy,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.purple-2-navy {
          background: #a23db7; }
        @media (min-width: 1600px) {
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group,
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search {
            border-radius: 30px;
            font-size: 14px; } }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-text,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-text {
          color: #000; }
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-text .product-collection,
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-text .product-collection {
            color: #000; }
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-text .product-collection a,
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-text .product-collection a {
              color: #000; }
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-text .pdp-link a,
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-text .pdp-link a {
            color: #000; }
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-text .price,
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-text .price {
            color: #000; }
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-text .price .promotion-price,
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-body-field-group.black-text .price .strike-through,
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-text .price .promotion-price,
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .name-search.black-text .price .strike-through {
              color: #000; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .product-collection {
        margin: 0 0 5px;
        color: #fff;
        font-size: 12px; }
        @media (min-width: 1600px) {
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .product-collection {
            font-size: 16px; } }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .product-collection h4 {
          margin: 0; }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .product-collection a {
          display: block;
          color: #fff;
          font-size: 12px; }
          @media (min-width: 1600px) {
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .product-collection a {
              font-size: 16px; } }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .pdp-link {
        margin: 0 0 5px;
        -ms-flex: 1;
            flex: 1;
        font-size: 12px; }
        @media screen and (max-width: 375px) {
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .pdp-link {
            font-size: 10px; } }
        @media (min-width: 1600px) {
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .pdp-link {
            font-size: 14px; } }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .pdp-link a {
          display: block;
          color: #fff;
          font-size: 12px;
          text-transform: initial; }
          @media screen and (max-width: 375px) {
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .pdp-link a {
              font-size: 10px; } }
          @media (min-width: 1600px) {
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .pdp-link a {
              font-size: 14px; } }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .rating-star {
        display: none; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .price {
        margin: 0;
        color: #fff;
        font-family: "Eina01-SemiBold";
        font-size: 12px;
        -ms-flex-align: end;
            align-items: flex-end; }
        @media screen and (max-width: 375px) {
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .price {
            font-size: 10px; } }
        @media (min-width: 1600px) {
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .price {
            font-size: 14px; } }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .price-inner {
          min-height: 16px;
          font-size: 12px;
          -ms-flex-align: center;
              align-items: center;
          gap: 3px; }
          @media screen and (max-width: 375px) {
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .price-inner {
              font-size: 10px; } }
          @media (min-width: 1600px) {
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .price-inner {
              font-size: 14px; } }
          .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .price-inner .value {
            font-size: 12px; }
            @media screen and (max-width: 375px) {
              .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .price-inner .value {
                font-size: 10px; } }
            @media (min-width: 1600px) {
              .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .price-inner .value {
                font-size: 14px; } }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .promotion-price,
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .strike-through {
          padding: 0;
          color: #fff;
          font-size: 12px; }
          @media screen and (max-width: 375px) {
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .promotion-price,
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .strike-through {
              font-size: 10px; } }
          @media (min-width: 1600px) {
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .promotion-price,
            .einstein-header .collection-search .einstein-product-listing .product-wrapper .price .strike-through {
              font-size: 14px; } }
        .einstein-header .collection-search .einstein-product-listing .product-wrapper .price + div {
          display: none; }
      .einstein-header .collection-search .einstein-product-listing .product-wrapper .tile-actions-product-set-title {
        margin-bottom: 0; }
  .einstein-header .suggestions-wrapper.top-product-suggestion-hide .top-product-suggestion {
    display: none; }
  .einstein-header .suggestions-wrapper.top-suggestion-hide .top-suggestion {
    display: none; }
  .einstein-header .suggestions-wrapper .suggestions {
    max-width: 100%;
    padding: 0;
    background: transparent; }
  body.home-page .einstein-header .search-xs-section .site-search .close-search::before {
    -webkit-text-fill-color: #d31e47; }
  body.home-page .einstein-header .search-xs-section .site-search .clear-search::before {
    color: #d31e47 !important; }
  body.home-page .einstein-header .search-xs-section .site-search .searchform .search-title {
    color: #d31e47; }
  body.home-page .einstein-header .search-xs-section .site-search .searchform input.search-field {
    color: #d31e47;
    border-color: #d31e47; }
    body.home-page .einstein-header .search-xs-section .site-search .searchform input.search-field:-ms-input-placeholder {
      color: #d31e47; }
    body.home-page .einstein-header .search-xs-section .site-search .searchform input.search-field::placeholder {
      color: #d31e47; }
    body.home-page .einstein-header .search-xs-section .site-search .searchform input.search-field:-webkit-autofill {
      -webkit-text-fill-color: #d31e47; }
  body.home-page .einstein-header .search-xs-section .site-search .searchform label.form-control-label i {
    color: #d31e47; }
  body.home-page .einstein-header .collection-search .header .collection-name {
    color: #d31e47; }
  body.home-page .einstein-header .collection-search .item:nth-child(4n - 2) .name a {
    background-color: #c0344a; }
  body.home-page .einstein-header .collection-search .item:nth-child(4n - 1) .name a {
    background-color: #d1312c; }
  body.home-page .einstein-header .collection-search .item:nth-child(4n) .name a {
    background-color: #e66d30; }
  body.home-page .einstein-header .collection-search .item:nth-child(4n -3) .name a {
    background-color: #ee8632; }
  body.home-page .einstein-header .no-result-container .no-result {
    color: #d31e47; }
  body.home-page .einstein-header .no-result-container .btn-see-more,
  body.home-page .einstein-header .result-product .btn-see-more {
    background: linear-gradient(90deg, #d31e47, #f37a21); }
    body.home-page .einstein-header .no-result-container .btn-see-more:focus, body.home-page .einstein-header .no-result-container .btn-see-more:hover,
    body.home-page .einstein-header .result-product .btn-see-more:focus,
    body.home-page .einstein-header .result-product .btn-see-more:hover {
      color: #d31e47;
      border-color: #d31e47;
      background: #fff; }
  body.home-page .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 2) .name {
    background-color: #c0344a; }
  body.home-page .einstein-header .top-recent-search .collection-search .item:nth-child(4n - 1) .name {
    background-color: #d1312c; }
  body.home-page .einstein-header .top-recent-search .collection-search .item:nth-child(4n) .name {
    background-color: #e66d30; }
  body.home-page .einstein-header .top-recent-search .collection-search .item:nth-child(4n -3) .name {
    background-color: #ee8632; }

.fix-height {
  position: fixed;
  left: 0;
  right: 0; }

@media (max-width: 575.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xs.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-sm.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 991.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-md.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-lg.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1399.98px) {
  .menu-toggleable-left.navbar-toggleable-xl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xl.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1599.98px) {
  .menu-toggleable-left.navbar-toggleable-xml {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xml.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 1919.98px) {
  .menu-toggleable-left.navbar-toggleable-xxl {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-xxl.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 2559.98px) {
  .menu-toggleable-left.navbar-toggleable-fhd {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-fhd.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 2879.98px) {
  .menu-toggleable-left.navbar-toggleable-rt {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-rt.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 3839.98px) {
  .menu-toggleable-left.navbar-toggleable-rt15 {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-rt15.in {
      min-width: 50%;
      left: 0; } }

@media (max-width: 4095.98px) {
  .menu-toggleable-left.navbar-toggleable-uhd {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%; }
    .menu-toggleable-left.navbar-toggleable-uhd.in {
      min-width: 50%;
      left: 0; } }

.menu-toggleable-left.navbar-toggleable-s4k {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%; }
  .menu-toggleable-left.navbar-toggleable-s4k.in {
    min-width: 50%;
    left: 0; }

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0; }
  @media (min-width: 768px) {
    .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
      margin-left: 0; }
    .navbar.bg-inverse .navbar-nav .nav-link {
      padding: 0.8rem;
      white-space: nowrap; } }

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444; }

@media (min-width: 768px) {
  .nav-item &gt; .nav-link {
    color: #fff; } }

@media (max-width: 767.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4; } }

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media (min-width: 768px) {
    .menu-toggleable-left .close-menu {
      display: none; } }

.menu-toggleable-left .menu-group {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

.menu-toggleable-left li &gt; .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0; }

@media (max-width: 767.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222; } }

@media (max-width: 575.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */ } }

@media (max-width: 767.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee; }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static; }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem; }
    .menu-toggleable-left.in .dropdown-toggle::after {
      border-top: 0.3em solid transparent;
      border-bottom: 0.3em solid transparent;
      border-left: 0.3em solid;
      position: absolute;
      right: 0.3em;
      margin-top: 0.55em; }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem; }
  .menu-toggleable-left.in .show &gt; .dropdown-menu {
    left: 0; }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block; } }

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0; }
  @media (min-width: 768px) {
    .multilevel-dropdown .dropdown-menu {
      box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4); } }

.multilevel-dropdown .dropdown-item.dropdown &gt; .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em; }

@media (min-width: 768px) {
  .multilevel-dropdown .dropdown-menu &gt; .dropdown &gt; .dropdown-menu {
    top: -0.65em;
    left: 99%; } }

.multilevel-dropdown .navbar &gt; .close-menu &gt; .back {
  display: none; }

.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em; }

.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em; }
  .multilevel-dropdown .dropdown-item .dropdown-link {
    display: block;
    padding: 0.425em 5em 0.425em 0; }
  .multilevel-dropdown .dropdown-item + .dropdown-item {
    border-top: 1px solid #eee; }
  .multilevel-dropdown .dropdown-item.top-category {
    font-weight: bold; }
    .multilevel-dropdown .dropdown-item.top-category &gt; .nav-link {
      padding-left: 0; }

body.menu-opened {
  height: 100vh;
  overflow: hidden; }

@media (min-width: 1200px) {
  body.ie .section-header .menu-toggleable-left {
    -ms-flex: 0 0 64%;
        flex: 0 0 64%;
    max-width: 64%; } }

@media (min-width: 1600px) {
  body.ie .section-header .menu-toggleable-left {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

.menu-opened .section-header {
  z-index: 100; }

.menu-opened .section-header .navbar-header::before,
.menu-closing .section-header .navbar-header::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(39, 39, 39, 0.7);
  z-index: 2;
  height: 100vh; }

.menu-opened .section-header .navbar-header .container-fluid,
.menu-closing .section-header .navbar-header .container-fluid {
  background-color: #fff;
  width: 320px;
  margin: 0;
  height: 100%;
  float: right; }
  @media (min-width: 768px) {
    .menu-opened .section-header .navbar-header .container-fluid,
    .menu-closing .section-header .navbar-header .container-fluid {
      height: 100%; } }
  @media (min-width: 992px) {
    .menu-opened .section-header .navbar-header .container-fluid,
    .menu-closing .section-header .navbar-header .container-fluid {
      height: auto; } }

.menu-opened .section-header .navbar-header::before {
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease-in; }

.menu-closing .section-header .navbar-header::before {
  opacity: 0; }

.section-header .btn-link {
  color: #272727; }
  .section-header .btn-link:hover, .section-header .btn-link:focus, .section-header .btn-link:active {
    color: #272727;
    text-decoration: none; }

.section-header .logout-link {
  font-size: 0.786rem;
  color: #6b6b6b;
  text-decoration: underline;
  position: absolute;
  right: 2.143rem;
  bottom: 1.2rem; }

.section-header .nav-banner-wrapper {
  display: none; }
  @media (min-width: 1200px) {
    .section-header .nav-banner-wrapper {
      -ms-flex-order: 100;
          order: 100;
      margin-top: 0;
      padding-left: 1.071em;
      padding-top: 1.071em;
      border-left: 1px solid #272727;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 1em;
      width: 12em;
      display: block; } }
  @media (min-width: 1600px) {
    .section-header .nav-banner-wrapper {
      bottom: 2.5em; } }
  .section-header .nav-banner-wrapper .product-tile {
    position: relative;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .section-header .nav-banner-wrapper .product-tile {
        max-width: none; } }
    @media (min-width: 1200px) {
      .section-header .nav-banner-wrapper .product-tile .image-container {
        padding-top: 0.5em; }
        .section-header .nav-banner-wrapper .product-tile .image-container img {
          max-height: 100px; } }
    @media (min-width: 1600px) {
      .section-header .nav-banner-wrapper .product-tile .image-container img {
        max-height: 120px; } }
    .section-header .nav-banner-wrapper .product-tile .tile-message {
      top: 0;
      left: 0; }

.section-header .dropdown-item {
  padding-left: 0; }
  .section-header .dropdown-item:active {
    background: none;
    color: #272727; }
  .section-header .dropdown-item .dropdown-link {
    padding: 0.714em 0;
    font-family: "CamphorW01-Regular";
    white-space: pre-line; }

@media (min-width: 1200px) {
  .section-header .header-content-inner,
  .section-header .main-menu,
  .section-header .navbar,
  .section-header .navbar-nav {
    position: static; } }

.section-header .menu-toggleable-left.navbar-toggleable-sm {
  left: auto;
  right: -100%;
  margin-right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  padding-right: 0;
  background: none;
  z-index: 3;
  transition: right 0.8s cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 1200px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm {
      position: static;
      right: auto;
      width: auto; } }
  .section-header .menu-toggleable-left.navbar-toggleable-sm.in {
    right: 0;
    overflow-y: auto;
    padding-left: 0;
    background: none;
    z-index: 11;
    transition-delay: 0.2s; }
    .menu-opened .section-header .menu-toggleable-left.navbar-toggleable-sm.in {
      height: 100vh; }
    .section-header .menu-toggleable-left.navbar-toggleable-sm.in .nav-item .nav-link {
      padding-left: 0; }
  .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
    padding-left: 2.857em;
    padding-right: 2.143em;
    border-bottom: 1px solid #f5f5f5; }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
        border-bottom: 0;
        padding: 1.25em 0.8em;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex; } }
    @media (min-width: 1400px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
        padding: 1.25em 1.4em; } }
    @media (min-width: 1600px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item {
        padding-left: 1.7em;
        padding-right: 1.7em; } }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link {
        padding: 0 0.2rem;
        font-size: 0.857rem;
        font-family: "Eina01-SemiBold"; } }
    @media (min-width: 1400px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link {
        font-size: 1rem; } }
    @media (min-width: 1600px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link {
        font-size: 1.1429rem; } }
    .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item .nav-link[href="#"]:active {
      pointer-events: none; }
    .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse {
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 1200px) {
        .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
          width: 12em;
          padding-right: 0; } }
      @media (min-width: 1200px) {
        .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-discover .dropdown-item {
          min-width: 20rem; } }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-brand, .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-category-promotion-page {
        min-height: auto;
        -ms-flex-pack: start;
            justify-content: flex-start;
        padding-top: 15px;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-brand &gt; .dropdown-item, .section-header .menu-toggleable-left.navbar-toggleable-sm .nav-item &gt; .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item {
        width: auto;
        max-width: 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        white-space: normal;
        padding: 0; } }
  @media (min-width: 1200px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-right: 0;
      padding-top: 15px;
      padding-left: 15%;
      padding-right: 15%; }
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link {
        text-transform: none !important;
        font-weight: normal; } }
  @media (min-width: 1200px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper {
      position: absolute;
      top: 30px;
      right: auto;
      bottom: 25px;
      padding-left: 15px;
      width: 60%;
      max-width: 60%;
      padding-top: 0;
      border-left: none;
      left: 35%; }
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper div,
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper div {
        height: 100%; }
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper img,
      .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper img {
        max-height: 100%; } }
  @media (min-width: 1600px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand .nav-banner-wrapper,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page .nav-banner-wrapper {
      top: 40px;
      bottom: 30px;
      padding-left: 30px; } }

.section-header .main-menu {
  z-index: 1030;
  background: #fff; }
  @media (min-width: 1200px) {
    .section-header .main-menu {
      margin-top: 0;
      border: 0;
      padding-left: 0; } }
  @media (min-width: 1600px) {
    .section-header .main-menu {
      margin-left: 4%;
      padding-left: 15px; } }
  .section-header .main-menu.appended .navbar {
    overflow-y: auto;
    height: 100vh; }
    @media (min-width: 1200px) {
      .section-header .main-menu.appended .navbar {
        height: auto;
        overflow: visible; } }
  .section-header .main-menu .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .section-header .main-menu .container-fluid {
        max-width: 340px; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .container-fluid {
        max-width: none; } }
  .section-header .main-menu .navbar-nav {
    position: relative;
    padding-top: 55px;
    padding-bottom: 70px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
    @media (min-width: 1200px) {
      .section-header .main-menu .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        max-width: none;
        position: static; } }
    .section-header .main-menu .navbar-nav &gt; li {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      @media (min-width: 1200px) {
        .section-header .main-menu .navbar-nav &gt; li {
          -ms-flex: none;
              flex: none;
          padding-left: 0;
          padding-right: 0; } }
  .section-header .main-menu .navbar {
    color: #272727;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .section-header .main-menu .navbar {
        display: block; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .navbar {
        overflow: visible; } }
    .section-header .main-menu .navbar .menu-group {
      background: #fff; }
      @media (min-width: 768px) {
        .section-header .main-menu .navbar .menu-group {
          -ms-flex-pack: center;
              justify-content: center;
          display: -ms-flexbox;
          display: flex;
          display: -ms-flex; } }
    .section-header .main-menu .navbar .nav-item {
      border-top: 0; }
      .section-header .main-menu .navbar .nav-item:focus {
        outline: 0; }
      @media (min-width: 1200px) {
        .section-header .main-menu .navbar .nav-item {
          position: static; }
          .section-header .main-menu .navbar .nav-item.active &gt; .nav-link::before {
            width: 100%; }
          .section-header .main-menu .navbar .nav-item.active &gt; .dropdown-collapse {
            visibility: visible;
            z-index: 11;
            opacity: 1;
            filter: alpha(opacity=1); }
            .section-header .main-menu .navbar .nav-item.active &gt; .dropdown-collapse::after {
              visibility: visible; }
          .section-header .main-menu .navbar .nav-item &gt; .nav-link {
            position: relative; }
            .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
              content: '';
              height: 3px;
              position: absolute;
              left: 50%;
              top: 100%;
              z-index: 1;
              width: 0;
              z-index: 12;
              width: 0;
              margin-top: 1.6em;
              transition: ease-in 0.3s;
              transform: translateX(-50%);
              background: linear-gradient(to right, #c00, #ef7922);
              background: -webkit-gradient(to right, #c00, #ef7922);
              background: -o-linear-gradient(to right, #c00, #ef7922); }
              .red-2-orange .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #c00, #ef7922);
                background: -webkit-gradient(to right, #c00, #ef7922);
                background: -o-linear-gradient(to right, #c00, #ef7922); }
              .yellow-2-green .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #ffc012, #80c242);
                background: -webkit-gradient(to right, #ffc012, #80c242);
                background: -o-linear-gradient(to right, #ffc012, #80c242); }
              .teal-2-blue .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #6ac5b0, #3292cf);
                background: -webkit-gradient(to right, #6ac5b0, #3292cf);
                background: -o-linear-gradient(to right, #6ac5b0, #3292cf); }
              .navy-2-purple .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #02549d, #c11c8a);
                background: -webkit-gradient(to right, #02549d, #c11c8a);
                background: -o-linear-gradient(to right, #02549d, #c11c8a); }
              .orange-2-red .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #c00, #ef7922) border-box; }
              .green-2-yellow .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #ffc012, #80c242) border-box; }
              .blue-2-teal .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #6ac5b0, #3292cf) border-box; }
              .purple-2-navy .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #02549d, #c11c8a) border-box; }
              [data-action="Home-Show"] .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #c00, #ef7922);
                background: -webkit-gradient(to right, #c00, #ef7922);
                background: -o-linear-gradient(to right, #c00, #ef7922); }
              [data-action^="Sites"] .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
                background: linear-gradient(to right, #c00, #ef7922);
                background: -webkit-gradient(to right, #c00, #ef7922);
                background: -o-linear-gradient(to right, #c00, #ef7922); } }
    @media (min-width: 1200px) and (min-width: 1600px) {
      .section-header .main-menu .navbar .nav-item &gt; .nav-link::before {
        margin-top: 1.4em; } }
      @media (min-width: 1200px) {
            .section-header .main-menu .navbar .nav-item &gt; .nav-link:hover, .section-header .main-menu .navbar .nav-item &gt; .nav-link:focus {
              background: none; } }
      @media (min-width: 1200px) {
        .section-header .main-menu .navbar .nav-item &gt; .dropdown-collapse {
          box-shadow: none;
          position: absolute;
          left: 0;
          right: 0;
          top: 100%;
          z-index: -1;
          background: #fff;
          margin-top: 0;
          visibility: hidden;
          min-height: 220px;
          padding-top: 0;
          padding-bottom: 35px;
          border-top: 1px solid #f6f6f6;
          display: -ms-flexbox;
          display: flex;
          display: -ms-flex;
          transition: ease-in-out 0.3s;
          opacity: 0;
          filter: alpha(opacity=0); } }
      @media (min-width: 1600px) {
        .section-header .main-menu .navbar .nav-item &gt; .dropdown-collapse {
          min-height: 250px; } }
  .section-header .main-menu .multi-collapse {
    padding-left: 30px;
    padding-right: 30px; }
    .section-header .main-menu .multi-collapse .multi-collapse {
      padding-left: 14px;
      padding-right: 14px; }
      .section-header .main-menu .multi-collapse .multi-collapse.level-3 {
        padding: 0; }
        @media (min-width: 1200px) {
          .section-header .main-menu .multi-collapse .multi-collapse.level-3 {
            padding-left: 14px;
            padding-right: 14px; } }
        @media (min-width: 1200px) {
          .section-header .main-menu .multi-collapse .multi-collapse.level-3 {
            padding-left: 20px; } }
        .section-header .main-menu .multi-collapse .multi-collapse.level-3 .dropdown-item {
          padding: 0; }
  .section-header .main-menu .nav-item {
    position: relative; }
    .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link {
      font-size: 1rem; }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link:hover {
        color: silver; }
      @media (min-width: 1200px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link {
          font-size: 0.929rem;
          padding-right: 0; }
          .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link::after {
            content: none; } }
      @media (min-width: 1600px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-link {
          font-size: 1rem; } }
    .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item {
      padding-left: 20px;
      text-align: left; }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item.top-category {
        padding-left: 40px; }
      @media (min-width: 1200px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item {
          padding-left: 0; }
          .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item.top-category {
            padding-left: 0; } }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item:hover, .section-header .main-menu .nav-item &gt; .dropdown-collapse .dropdown-item:focus {
        background: none;
        color: #272727; }
    .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
      padding-top: 5px;
      padding-bottom: 5px; }
      @media (min-width: 1200px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
          padding-top: 15px;
          padding-right: 15px; } }
      @media (min-width: 1600px) {
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item {
          padding-top: 20px;
          padding-right: 20px; } }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item.top-category {
        padding-top: 2px; }
      .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
      .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
        text-transform: none;
        font-family: "Eina01-SemiBold";
        font-size: 1rem; }
        @media (min-width: 1200px) {
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
            font-size: 1rem; } }
        @media (min-width: 1600px) {
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
          .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
            font-size: 1.0714rem; } }
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link::after,
        .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3::after {
          content: none; }
  .section-header .main-menu .nav-item-account,
  .section-header .main-menu .nav-top-item {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
    .section-header .main-menu .nav-item-account p,
    .section-header .main-menu .nav-top-item p {
      margin-bottom: 0; }
  @media (min-width: 1200px) {
    .section-header .main-menu .nav-top-item {
      padding: 0 0.5em; } }
  .section-header .main-menu .nav-top-item a {
    display: block;
    position: relative; }
    .section-header .main-menu .nav-top-item a::after {
      font-family: "AT-icons";
      content: "\E912";
      text-indent: 0;
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 0.786rem;
      transform: translateY(-50%); }
      .red-2-orange .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section-header .main-menu .nav-top-item a::after {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .section-header .main-menu .nav-top-item a::after {
            color: #c00; }
          .logo-orange .section-header .main-menu .nav-top-item a::after {
            color: #ef7922; }
          .logo-yellow .section-header .main-menu .nav-top-item a::after {
            color: #ffc012; }
          .logo-green .section-header .main-menu .nav-top-item a::after {
            color: #80c242; }
          .logo-teal .section-header .main-menu .nav-top-item a::after {
            color: #6ac5b0; }
          .logo-blue .section-header .main-menu .nav-top-item a::after {
            color: #3292cf; }
          .logo-navy .section-header .main-menu .nav-top-item a::after {
            color: #02549d; }
          .logo-purple .section-header .main-menu .nav-top-item a::after {
            color: #c11c8a; }
          [data-action="Home-Show"] .section-header .main-menu .nav-top-item a::after {
            color: #c00; }
          [data-action^="Sites"] .section-header .main-menu .nav-top-item a::after {
            color: #c00; } }
      [data-action="Home-Show"] .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .section-header .main-menu .nav-top-item a::after {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    @media (min-width: 1200px) {
      .section-header .main-menu .nav-top-item a::after {
        content: none; } }
    @media (max-width: 1199.98px) {
      .section-header .main-menu .nav-top-item a img {
        width: 9.714rem; } }
  .section-header .main-menu .nav-item-account .fa-sign-in::before {
    font-family: "AT-icons";
    font-style: normal;
    font-weight: normal;
    content: "\E908";
    font-size: 1.4286rem;
    margin-right: 1em; }
    .red-2-orange .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .yellow-2-green .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .teal-2-blue .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .navy-2-purple .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .orange-2-red .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .green-2-yellow .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .blue-2-teal .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .purple-2-navy .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .section-header .main-menu .nav-item-account .fa-sign-in::before {
        background: none !important;
        -webkit-text-fill-color: inherit; }
        .logo-red .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c00; }
        .logo-orange .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #ef7922; }
        .logo-yellow .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #ffc012; }
        .logo-green .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #80c242; }
        .logo-teal .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #6ac5b0; }
        .logo-blue .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #3292cf; }
        .logo-navy .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #02549d; }
        .logo-purple .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c11c8a; }
        [data-action="Home-Show"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c00; }
        [data-action^="Sites"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
          color: #c00; } }
    [data-action="Home-Show"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    [data-action^="Sites"] .section-header .main-menu .nav-item-account .fa-sign-in::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .section-header .main-menu .nav-item-account .user &gt; a {
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -ms-flex-align: center;
        align-items: center; }
  .section-header .main-menu .nav-item-account .user span {
    font-family: "Eina01-SemiBold";
    line-height: 1.2; }
  .section-header .main-menu .nav-link,
  .section-header .main-menu .btn-link.collapsed,
  .section-header .main-menu .nav-title {
    padding-top: 1.7em;
    padding-bottom: 1.7em;
    color: #272727;
    background: none;
    font-size: 1rem;
    padding-left: 0;
    display: block;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Eina01-SemiBold";
    transition: none; }
    @media (min-width: 768px) {
      .section-header .main-menu .nav-link,
      .section-header .main-menu .btn-link.collapsed,
      .section-header .main-menu .nav-title {
        padding-top: 1.7em;
        padding-bottom: 1.7em; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .nav-link,
      .section-header .main-menu .btn-link.collapsed,
      .section-header .main-menu .nav-title {
        font-size: 1rem; } }
  .section-header .main-menu .nav-link::after {
    content: none; }
  .section-header .main-menu .nav-collapse-toggle {
    position: relative; }
  .section-header .main-menu .btn-link {
    position: absolute;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    color: #c00;
    right: 30px;
    top: 21px;
    z-index: 2;
    transition: none; }
    @media (min-width: 1200px) {
      .section-header .main-menu .btn-link {
        display: none; } }
    .section-header .main-menu .btn-link::before {
      font-family: "AT-icons";
      content: "\E911";
      text-indent: 0;
      position: absolute;
      right: 0;
      top: 50%;
      font-size: 0.153rem;
      padding: 2px;
      transform: translateY(-50%); }
      .red-2-orange .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section-header .main-menu .btn-link::before {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .section-header .main-menu .btn-link::before {
            color: #c00; }
          .logo-orange .section-header .main-menu .btn-link::before {
            color: #ef7922; }
          .logo-yellow .section-header .main-menu .btn-link::before {
            color: #ffc012; }
          .logo-green .section-header .main-menu .btn-link::before {
            color: #80c242; }
          .logo-teal .section-header .main-menu .btn-link::before {
            color: #6ac5b0; }
          .logo-blue .section-header .main-menu .btn-link::before {
            color: #3292cf; }
          .logo-navy .section-header .main-menu .btn-link::before {
            color: #02549d; }
          .logo-purple .section-header .main-menu .btn-link::before {
            color: #c11c8a; }
          [data-action="Home-Show"] .section-header .main-menu .btn-link::before {
            color: #c00; }
          [data-action^="Sites"] .section-header .main-menu .btn-link::before {
            color: #c00; } }
      [data-action="Home-Show"] .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .section-header .main-menu .btn-link::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .section-header .main-menu .btn-link.collapsed {
      text-indent: 0;
      width: auto;
      height: auto;
      position: relative;
      right: auto;
      top: 0; }
      @media (min-width: 1200px) {
        .section-header .main-menu .btn-link.collapsed {
          display: none; } }
      .section-header .main-menu .btn-link.collapsed::after {
        border: none;
        font-family: "AT-icons";
        content: "\E90E";
        text-indent: 0;
        position: absolute;
        margin: 0;
        right: 0;
        top: 50%;
        font-size: 0.786rem;
        color: #c00;
        transform: translateY(-50%); }
        .red-2-orange .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .yellow-2-green .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #ffc012, #80c242);
          background: -webkit-gradient(to right, #ffc012, #80c242);
          background: -o-linear-gradient(to right, #ffc012, #80c242);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .teal-2-blue .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #6ac5b0, #3292cf);
          background: -webkit-gradient(to right, #6ac5b0, #3292cf);
          background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .navy-2-purple .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #02549d, #c11c8a);
          background: -webkit-gradient(to right, #02549d, #c11c8a);
          background: -o-linear-gradient(to right, #02549d, #c11c8a);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .orange-2-red .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .green-2-yellow .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #ffc012, #80c242);
          background: -webkit-gradient(to right, #ffc012, #80c242);
          background: -o-linear-gradient(to right, #ffc012, #80c242);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .blue-2-teal .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #6ac5b0, #3292cf);
          background: -webkit-gradient(to right, #6ac5b0, #3292cf);
          background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        .purple-2-navy .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #02549d, #c11c8a);
          background: -webkit-gradient(to right, #02549d, #c11c8a);
          background: -o-linear-gradient(to right, #02549d, #c11c8a);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .section-header .main-menu .btn-link.collapsed::after {
            background: none !important;
            -webkit-text-fill-color: inherit; }
            .logo-red .section-header .main-menu .btn-link.collapsed::after {
              color: #c00; }
            .logo-orange .section-header .main-menu .btn-link.collapsed::after {
              color: #ef7922; }
            .logo-yellow .section-header .main-menu .btn-link.collapsed::after {
              color: #ffc012; }
            .logo-green .section-header .main-menu .btn-link.collapsed::after {
              color: #80c242; }
            .logo-teal .section-header .main-menu .btn-link.collapsed::after {
              color: #6ac5b0; }
            .logo-blue .section-header .main-menu .btn-link.collapsed::after {
              color: #3292cf; }
            .logo-navy .section-header .main-menu .btn-link.collapsed::after {
              color: #02549d; }
            .logo-purple .section-header .main-menu .btn-link.collapsed::after {
              color: #c11c8a; }
            [data-action="Home-Show"] .section-header .main-menu .btn-link.collapsed::after {
              color: #c00; }
            [data-action^="Sites"] .section-header .main-menu .btn-link.collapsed::after {
              color: #c00; } }
        [data-action="Home-Show"] .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
        [data-action^="Sites"] .section-header .main-menu .btn-link.collapsed::after {
          background: linear-gradient(to right, #c00, #ef7922);
          background: -webkit-gradient(to right, #c00, #ef7922);
          background: -o-linear-gradient(to right, #c00, #ef7922);
          display: initial;
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      @media (min-width: 1200px) {
        .section-header .main-menu .btn-link.collapsed::after {
          content: none;
          position: static; } }
      .section-header .main-menu .btn-link.collapsed::before {
        content: none; }
      .section-header .main-menu .btn-link.collapsed + .nav-link {
        display: none; }
        @media (min-width: 1200px) {
          .section-header .main-menu .btn-link.collapsed + .nav-link {
            display: block; } }
  .section-header .main-menu .close-menu {
    background: none;
    padding: 0;
    border: none;
    margin: 0;
    display: block; }
  .section-header .main-menu .back {
    position: absolute;
    top: 80px;
    left: 0;
    float: none;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #272727;
    display: block;
    border: none;
    background: none; }
    .section-header .main-menu .back::before {
      content: "\E902";
      position: absolute;
      left: 0;
      top: 50%;
      text-indent: 0;
      font-family: "Samsonite-icons";
      font-style: normal;
      font-weight: normal;
      transform: translate(0, -50%); }
    .section-header .main-menu .back .caret-left {
      display: none; }
  .section-header .main-menu .close-button {
    float: none;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 10;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    font-size: 1rem;
    color: #c00;
    border: none;
    background: none;
    cursor: pointer; }
    .section-header .main-menu .close-button::before {
      font-family: "AT-icons";
      content: "\E904";
      text-indent: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      font-size: 0.786rem;
      transform: translate(-50%, -50%); }
      .red-2-orange .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .section-header .main-menu .close-button::before {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .section-header .main-menu .close-button::before {
            color: #c00; }
          .logo-orange .section-header .main-menu .close-button::before {
            color: #ef7922; }
          .logo-yellow .section-header .main-menu .close-button::before {
            color: #ffc012; }
          .logo-green .section-header .main-menu .close-button::before {
            color: #80c242; }
          .logo-teal .section-header .main-menu .close-button::before {
            color: #6ac5b0; }
          .logo-blue .section-header .main-menu .close-button::before {
            color: #3292cf; }
          .logo-navy .section-header .main-menu .close-button::before {
            color: #02549d; }
          .logo-purple .section-header .main-menu .close-button::before {
            color: #c11c8a; }
          [data-action="Home-Show"] .section-header .main-menu .close-button::before {
            color: #c00; }
          [data-action^="Sites"] .section-header .main-menu .close-button::before {
            color: #c00; } }
      [data-action="Home-Show"] .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .section-header .main-menu .close-button::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .section-header .main-menu .dropdown-collapse {
    box-shadow: none; }
    @media (min-width: 1200px) {
      .section-header .main-menu .dropdown-collapse.level-2 {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .section-header .main-menu .dropdown-collapse .dropdown-collapse {
        position: static;
        top: 0;
        left: 0;
        display: block;
        padding-left: 15px;
        padding-top: 0; } }
    @media (min-width: 1600px) {
      .section-header .main-menu .dropdown-collapse .dropdown-collapse {
        padding-left: 20px; } }
    .section-header .main-menu .dropdown-collapse .close-button {
      right: 0; }
  .section-header .main-menu .dropdown-item {
    border-top: none;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 0.7em; }
    @media (min-width: 1200px) {
      .section-header .main-menu .dropdown-item {
        border-bottom: 0;
        margin-top: 0;
        padding-bottom: 0; } }
    .section-header .main-menu .dropdown-item:hover, .section-header .main-menu .dropdown-item:focus {
      background: none; }
    .section-header .main-menu .dropdown-item.top-category {
      padding-left: 30px;
      border-bottom: 1px solid #272727; }
      .section-header .main-menu .dropdown-item.top-category .nav-link {
        padding-top: 0;
        padding-bottom: 10px;
        font-family: "Eina01-SemiBold";
        font-size: 1rem; }
    .section-header .main-menu .dropdown-item .dropdown-item {
      border: 0;
      margin-top: 0;
      padding-bottom: 0; }
    .section-header .main-menu .dropdown-item .nav-link,
    .section-header .main-menu .dropdown-item .nav-title {
      padding-top: 1em;
      padding-bottom: 1em; }
    .section-header .main-menu .dropdown-item &gt; .dropdown-toggle::after {
      border: none; }
  .section-header .main-menu .multilevel-dropdown .dropdown-item {
    padding-left: 20px; }
  .section-header .main-menu .multilevel-dropdown .navbar &gt; .close-menu &gt; .back {
    display: block; }

.nav-footer {
  display: block;
  -ms-flex-order: 101;
      order: 101; }

@media (min-width: 1200px) {
  .menu-cat-label-banners .row {
    margin-left: -4px;
    margin-right: -4px; } }

.menu-cat-label-banners .banner-item {
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .menu-cat-label-banners .banner-item {
      margin-bottom: 0;
      padding-left: 4px;
      padding-right: 4px; } }
  .menu-cat-label-banners .banner-item:last-child {
    margin-bottom: 0; }

.link-block {
  margin-top: 0.7em;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .link-block ul {
    padding-left: 0;
    margin-bottom: 0; }
    .link-block ul li {
      list-style: none;
      position: relative; }
      .link-block ul li:last-child {
        border-bottom: none; }
      .link-block ul li a {
        display: -ms-flexbox;
        display: flex;
        display: -ms-flex;
        -ms-flex-align: center;
            align-items: center;
        padding-left: 2em; }
  .link-block .link-first-block .at-icon {
    color: #c00;
    font-size: 1.4286rem;
    margin-right: 1em;
    display: block;
    min-width: 1.5em; }
  .link-block .link-first-block li {
    margin-bottom: 0.5em; }
    .link-block .link-first-block li a {
      background-color: #f0f0f0;
      padding-top: 0.714em;
      padding-bottom: 0.714em; }
      .link-block .link-first-block li a span {
        font-family: "Eina01-SemiBold"; }
  .link-block .link-second-block {
    margin-top: 1.5em; }
    .link-block .link-second-block li {
      margin-bottom: 1em; }
      .link-block .link-second-block li a {
        color: #6b6b6b;
        font-size: 0.714rem;
        text-decoration: underline; }
  .link-block .link-icon {
    margin-right: 10px; }
    .link-block .link-icon img {
      width: 25px; }
    .red-2-orange .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .yellow-2-green .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .teal-2-blue .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .navy-2-purple .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .orange-2-red .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .green-2-yellow .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #ffc012, #80c242);
      background: -webkit-gradient(to right, #ffc012, #80c242);
      background: -o-linear-gradient(to right, #ffc012, #80c242);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .blue-2-teal .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #6ac5b0, #3292cf);
      background: -webkit-gradient(to right, #6ac5b0, #3292cf);
      background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .purple-2-navy .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #02549d, #c11c8a);
      background: -webkit-gradient(to right, #02549d, #c11c8a);
      background: -o-linear-gradient(to right, #02549d, #c11c8a);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .link-block .link-icon .at-icon::before {
        background: none !important;
        -webkit-text-fill-color: inherit; }
        .logo-red .link-block .link-icon .at-icon::before {
          color: #c00; }
        .logo-orange .link-block .link-icon .at-icon::before {
          color: #ef7922; }
        .logo-yellow .link-block .link-icon .at-icon::before {
          color: #ffc012; }
        .logo-green .link-block .link-icon .at-icon::before {
          color: #80c242; }
        .logo-teal .link-block .link-icon .at-icon::before {
          color: #6ac5b0; }
        .logo-blue .link-block .link-icon .at-icon::before {
          color: #3292cf; }
        .logo-navy .link-block .link-icon .at-icon::before {
          color: #02549d; }
        .logo-purple .link-block .link-icon .at-icon::before {
          color: #c11c8a; }
        [data-action="Home-Show"] .link-block .link-icon .at-icon::before {
          color: #c00; }
        [data-action^="Sites"] .link-block .link-icon .at-icon::before {
          color: #c00; } }
    [data-action="Home-Show"] .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    [data-action^="Sites"] .link-block .link-icon .at-icon::before {
      background: linear-gradient(to right, #c00, #ef7922);
      background: -webkit-gradient(to right, #c00, #ef7922);
      background: -o-linear-gradient(to right, #c00, #ef7922);
      display: initial;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .link-block .order-history {
    display: none; }
  .link-block .order-tracking .icon-tracking {
    font-family: "AT-icons" !important;
    color: #c00;
    font-size: 1.4286rem;
    margin-right: 1em;
    display: block;
    min-width: 1.5em;
    line-height: 35px; }
    .link-block .order-tracking .icon-tracking::before {
      content: "\E919"; }
      .red-2-orange .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .yellow-2-green .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .teal-2-blue .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .navy-2-purple .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .orange-2-red .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .green-2-yellow .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #ffc012, #80c242);
        background: -webkit-gradient(to right, #ffc012, #80c242);
        background: -o-linear-gradient(to right, #ffc012, #80c242);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .blue-2-teal .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #6ac5b0, #3292cf);
        background: -webkit-gradient(to right, #6ac5b0, #3292cf);
        background: -o-linear-gradient(to right, #6ac5b0, #3292cf);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .purple-2-navy .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #02549d, #c11c8a);
        background: -webkit-gradient(to right, #02549d, #c11c8a);
        background: -o-linear-gradient(to right, #02549d, #c11c8a);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .link-block .order-tracking .icon-tracking::before {
          background: none !important;
          -webkit-text-fill-color: inherit; }
          .logo-red .link-block .order-tracking .icon-tracking::before {
            color: #c00; }
          .logo-orange .link-block .order-tracking .icon-tracking::before {
            color: #ef7922; }
          .logo-yellow .link-block .order-tracking .icon-tracking::before {
            color: #ffc012; }
          .logo-green .link-block .order-tracking .icon-tracking::before {
            color: #80c242; }
          .logo-teal .link-block .order-tracking .icon-tracking::before {
            color: #6ac5b0; }
          .logo-blue .link-block .order-tracking .icon-tracking::before {
            color: #3292cf; }
          .logo-navy .link-block .order-tracking .icon-tracking::before {
            color: #02549d; }
          .logo-purple .link-block .order-tracking .icon-tracking::before {
            color: #c11c8a; }
          [data-action="Home-Show"] .link-block .order-tracking .icon-tracking::before {
            color: #c00; }
          [data-action^="Sites"] .link-block .order-tracking .icon-tracking::before {
            color: #c00; } }
      [data-action="Home-Show"] .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      [data-action^="Sites"] .link-block .order-tracking .icon-tracking::before {
        background: linear-gradient(to right, #c00, #ef7922);
        background: -webkit-gradient(to right, #c00, #ef7922);
        background: -o-linear-gradient(to right, #c00, #ef7922);
        display: initial;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
  .link-block .profile-links .user {
    display: block !important; }
  .link-block .profile-links .fa-sign-in,
  .link-block .profile-links .user-message {
    display: none; }
  .link-block .profile-links .popover {
    border: 0;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    background: none; }
    .link-block .profile-links .popover ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .link-block .profile-links .popover ul li {
        padding-bottom: 1.3em; }
    .link-block .profile-links .popover .profile-item {
      display: none; }
    .link-block .profile-links .popover a {
      display: inline-block;
      text-transform: uppercase; }

.section-header .main-menu .nav-link,
.section-header .main-menu .btn-link.collapsed,
.section-header .main-menu .nav-title {
  font-weight: bold; }

.section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
.section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
  font-weight: bold; }
  @media (min-width: 1200px) {
    .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
    .section-header .main-menu .nav-item &gt; .dropdown-collapse &gt; .dropdown-item:not(.top-category) h3 {
      font-weight: bold; } }

@media (min-width: 1200px) {
  .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
  .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand &gt; .dropdown-item:not(.top-category) h3,
  .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
  .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item:not(.top-category) h3 {
    font-weight: bold; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-brand &gt; .dropdown-item:not(.top-category) h3,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item:not(.top-category) &gt; .dropdown-link,
    .section-header .menu-toggleable-left.navbar-toggleable-sm .dropdown-collapse.dropdown-category-promotion-page &gt; .dropdown-item:not(.top-category) h3 {
      font-weight: bold; } }

.search-xs-section .site-search .pull-down-suggestion a {
  font-weight: bold; }

.suggestions .items .name-search div:first-child {
  font-weight: bold; }

.suggestions .items .prices-search {
  font-weight: bold; }

.suggestions .button-seemore span {
  font-weight: bold; }

.suggestions .container-fluid .collection-search-mobile .item .name,
.suggestions .container-fluid .collection-search .item .name {
  font-weight: bold; }

.home-email-signup .sticky .subscribe-form h2 {
  font-weight: bold; }

.home-email-signup .sticky .subscribe-form .input-group-btn .btn {
  font-weight: bold; }

html,
body,
body *:not(.at-icon):not(.fa):not(.sa-icon):not(.luggagecover-icon) {
  font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "Source Han Sans", "Noto Sans CJK", "CamphorW01-Regular", sans-serif !important; }

.form-group select.form-control.phone-calling-code {
  padding-right: 20px; }
  .form-group select.form-control.phone-calling-code ~ .invalid-feedback {
    margin-top: 0.75em; }

.customer-detail-phone .form-group select.form-control.phone-calling-code {
  padding-right: 30px; }

.contact-us .contact-content .contact-us-form .calling-code .phone-calling-code {
  padding-right: 20px !important; }

.contact-us .contact-content .contact-us-form .calling-code .form-group .icon-ico-arrow-down {
  right: 2%; }

.address-form .list-address .calling-code,
.address-form .list-address .phone,
.address-form .edit-address .calling-code,
.address-form .edit-address .phone {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.address-form .list-address .calling-code .form-control-label::after,
.address-form .edit-address .calling-code .form-control-label::after {
  right: 5px;
  top: 0; }

.atome-payment-checkout {
  font-size: 1rem; }

.atome_widget .atome-paragraph {
  text-align: right;
  margin: 0; }
  .atome_widget .atome-paragraph .atome-amount {
    font-weight: 700; }
  .atome_widget .atome-paragraph .atome-logo {
    height: 1.1875em;
    cursor: pointer;
    transition: transform 0.3s ease-out;
    vertical-align: text-bottom; }

.plp-marketing .atome-paragraph {
  font-size: 0.878em;
  text-align: left; }
  .plp-marketing .atome-paragraph .atome-logo {
    height: 1.1875em; }

.atome-mask {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0; }
  .atome-mask .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-pack: normal;
        justify-content: normal;
    position: relative;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #fff;
    transform: none;
    margin: 0 15px;
    width: calc(100vw - 30px);
    height: 494px; }
    @media (min-width: 992px) {
      .atome-mask .right {
        width: 860px;
        height: 640px; } }
    .atome-mask .right .atome-close {
      position: absolute;
      width: 16px;
      top: 12px;
      right: 15px;
      cursor: pointer;
      pointer-events: auto; }
  .atome-mask .back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #141c30; }
    .atome-mask .back .arrow-back {
      width: 20px;
      height: 20px; }
  .atome-mask .desc-container {
    margin-top: 20px;
    max-width: 380px; }
    @media (min-width: 992px) {
      .atome-mask .desc-container {
        max-width: none;
        padding: 0 48px;
        margin-top: 56px; } }
    .atome-mask .desc-container .desc {
      margin: 5px 0; }
      @media (min-width: 992px) {
        .atome-mask .desc-container .desc {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center; } }
      .atome-mask .desc-container .desc img {
        width: 56px;
        height: 56px;
        margin: 0 15px 0 30px; }
        @media (min-width: 992px) {
          .atome-mask .desc-container .desc img {
            width: 112px;
            height: 112px; } }
      .atome-mask .desc-container .desc .text {
        font-size: 0.9rem;
        color: #878d9c;
        margin-top: 10px;
        font-weight: bold; }
        @media (min-width: 992px) {
          .atome-mask .desc-container .desc .text {
            text-align: center;
            font-size: 1rem;
            line-height: 1.75;
            font-weight: normal; } }
        .atome-mask .desc-container .desc .text b {
          color: #141c30; }
  .atome-mask .terms-conditions {
    color: #131f37;
    margin-top: 15px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
    @media (min-width: 992px) {
      .atome-mask .terms-conditions {
        margin-top: 70px; } }
  .atome-mask .how-it-works {
    border-radius: 2px;
    background-color: #f6ff7e;
    color: #131f37;
    font-size: 1.3rem;
    margin: 15px 0;
    padding: 15px 65px;
    text-decoration: none; }
  .atome-mask .atome-intro-logo {
    height: 40px;
    margin: 34px 0 20px; }
    @media (min-width: 992px) {
      .atome-mask .atome-intro-logo {
        margin: 46px 0 24px; } }
  .atome-mask .atome-love-it {
    font-size: 1.15rem;
    color: #141c30;
    line-height: 30px; }
  .atome-mask .atome-no-wait {
    font-size: 0.8rem;
    color: #878d9c;
    line-height: 30px;
    font-weight: bold; }
    @media (min-width: 992px) {
      .atome-mask .atome-no-wait {
        font-size: 1rem;
        font-weight: normal; } }
  .atome-mask .atome-iframe-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 40px; }
    .atome-mask .atome-iframe-wrapper iframe {
      width: 100%;
      height: 100%;
      border: none;
      max-width: 100%; }

.decorated {
  overflow: hidden;
  text-align: center; }

.decorated &gt; span {
  position: relative;
  display: inline-block; }

.decorated &gt; span::before,
.decorated &gt; span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  width: 591px;
  /* half of limiter */
  margin: 0 20px; }

.decorated &gt; span::before {
  right: 100%; }

.decorated &gt; span::after {
  left: 100%; }

#pwdless-token-form .card {
  border: none; }

#request-passwordless-login-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  bottom: unset; }
  #request-passwordless-login-modal .modal-dialog {
    min-width: 550px; }
  #request-passwordless-login-modal input.form-control:focus,
  #request-passwordless-login-modal input[type="text"]:focus,
  #request-passwordless-login-modal [type="text"].form-control:focus,
  #request-passwordless-login-modal [type="tel"].form-control:focus {
    box-shadow: inset 0 -2px 0 #00a1e0; }

@media (min-width: 768px) {
  .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom {
    padding-left: 12px !important; } }

@media (min-width: 992px) {
  .login-form-nav.pwdless-login-container .social-wrapper .oauth-wrapper .login-oauth-custom {
    padding-left: 15px !important; } }

.login-form-nav.pwdless-login-container .btn.oauth-google, .login-form-nav.pwdless-login-container .btn.oauth-facebook {
  min-width: unset;
  padding: 0.6em 1.2em 0.6em 2.8em; }
  @media (min-width: 768px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google, .login-form-nav.pwdless-login-container .btn.oauth-facebook {
      padding: 0.6em 0.8em 0.6em 2.4em; } }
  @media (min-width: 992px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google, .login-form-nav.pwdless-login-container .btn.oauth-facebook {
      padding: 0.6em 0.8em 0.6em 3.4em; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google, .login-form-nav.pwdless-login-container .btn.oauth-facebook {
      padding: 0.45em 1.2em 0.45em 3.3em; } }
  @media (min-width: 1600px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google, .login-form-nav.pwdless-login-container .btn.oauth-facebook {
      padding: 0.3em 2em 0.3em 2.5em; } }

@media (min-width: 768px) {
  .login-form-nav.pwdless-login-container .btn.oauth-facebook {
    padding-left: 2.4em; } }

@media (min-width: 992px) {
  .login-form-nav.pwdless-login-container .btn.oauth-facebook {
    padding-left: 3em; } }

@media (min-width: 1200px) {
  .login-form-nav.pwdless-login-container .btn.oauth-facebook {
    padding-left: 3em; } }

@media (min-width: 1600px) {
  .login-form-nav.pwdless-login-container .btn.oauth-facebook {
    padding-left: 2.5em; } }

.login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
  left: 1rem; }
  @media (min-width: 768px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
      left: 0.8rem; } }
  @media (min-width: 992px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
      left: 1.2rem; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
      left: 1.4rem; } }
  @media (min-width: 1600px) {
    .login-form-nav.pwdless-login-container .btn.oauth-facebook::before {
      left: 1.4rem; } }

.login-form-nav.pwdless-login-container .btn.oauth-google {
  padding-left: 3.4em; }
  @media (min-width: 768px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google {
      padding-left: 2.4em; } }
  @media (min-width: 992px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google {
      padding-left: 3.4em; } }
  @media (min-width: 1200px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google {
      padding-left: 3.3em; } }
  @media (min-width: 1600px) {
    .login-form-nav.pwdless-login-container .btn.oauth-google {
      padding-left: 3em; } }
  .login-form-nav.pwdless-login-container .btn.oauth-google::before {
    left: 1.2rem; }
    @media (min-width: 768px) {
      .login-form-nav.pwdless-login-container .btn.oauth-google::before {
        left: 0.6rem; } }
    @media (min-width: 992px) {
      .login-form-nav.pwdless-login-container .btn.oauth-google::before {
        left: 1.2rem; } }
    @media (min-width: 1200px) {
      .login-form-nav.pwdless-login-container .btn.oauth-google::before {
        left: 1.4rem; } }
    @media (min-width: 1600px) {
      .login-form-nav.pwdless-login-container .btn.oauth-google::before {
        left: 1.8rem; } }

.pwdless-login-container .passwordless-form {
  width: 100%; }
</pre></body></html>